mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
water, oil barrel
This commit is contained in:
@@ -41,6 +41,26 @@
|
||||
"DrawBelow": true,
|
||||
"Flags": ["Outside", "OneWall"]
|
||||
},
|
||||
{
|
||||
"Name": "barrel_green",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "barrel_green"
|
||||
},
|
||||
"Wreck": "barrel_green_wreck",
|
||||
"Health": 40,
|
||||
"Flags": ["Outside", "OneWall"]
|
||||
},
|
||||
{
|
||||
"Name": "barrel_green_wreck",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "barrel_green_wreck"
|
||||
},
|
||||
"Health": 0,
|
||||
"DrawBelow": true,
|
||||
"Flags": ["Outside", "OneWall"]
|
||||
},
|
||||
{
|
||||
"Name": "box",
|
||||
"Pic": {
|
||||
@@ -1635,6 +1655,16 @@
|
||||
"HealthThreshold": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "pool_water",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "pool_water"
|
||||
},
|
||||
"Offset": [-8, -6],
|
||||
"Health": 0,
|
||||
"DrawBelow": true
|
||||
},
|
||||
{
|
||||
"Name": "health spawner",
|
||||
"Pic": {
|
||||
|
BIN
graphics/barrel_green.png
Normal file
BIN
graphics/barrel_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
graphics/barrel_green_wreck.png
Normal file
BIN
graphics/barrel_green_wreck.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
graphics/pool_water.png
Normal file
BIN
graphics/pool_water.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 552 B |
@@ -1,6 +1,15 @@
|
||||
{
|
||||
"Version": 3,
|
||||
"MapObjects": [
|
||||
{
|
||||
"Name": "oil_drum",
|
||||
"Pic": {
|
||||
"Type": "Normal",
|
||||
"Pic": "barrel_green"
|
||||
},
|
||||
"Health": 9999,
|
||||
"Flags": ["Outside", "OneWall"]
|
||||
},
|
||||
{
|
||||
"Name": "heer_flag",
|
||||
"Pic": {
|
||||
|
@@ -608,8 +608,8 @@
|
||||
"55": {
|
||||
"Name": "wall",
|
||||
"Type": "Wall",
|
||||
"Style": "plasteel2",
|
||||
"Mask": "ffffffff",
|
||||
"Style": "stone2",
|
||||
"Mask": "adadadff",
|
||||
"MaskAlt": "008400ff",
|
||||
"CanWalk": false,
|
||||
"IsOpaque": true,
|
||||
@@ -619,7 +619,7 @@
|
||||
"56": {
|
||||
"Name": "wall",
|
||||
"Type": "Wall",
|
||||
"Style": "plasteel2",
|
||||
"Style": "stone2",
|
||||
"Mask": "b4b4b4ff",
|
||||
"MaskAlt": "008400ff",
|
||||
"CanWalk": false,
|
||||
@@ -641,8 +641,8 @@
|
||||
"58": {
|
||||
"Name": "wall",
|
||||
"Type": "Wall",
|
||||
"Style": "plasteel2",
|
||||
"Mask": "ffffffff",
|
||||
"Style": "stone",
|
||||
"Mask": "9c9c9cff",
|
||||
"MaskAlt": "008400ff",
|
||||
"CanWalk": false,
|
||||
"IsOpaque": true,
|
||||
@@ -888,7 +888,9 @@
|
||||
{
|
||||
"MapObject": "stone_color",
|
||||
"Positions": [[3, 16],
|
||||
[5, 16]]
|
||||
[5, 16],
|
||||
[3, 14],
|
||||
[5, 14]]
|
||||
},
|
||||
{
|
||||
"MapObject": "panel",
|
||||
@@ -919,6 +921,7 @@
|
||||
9],
|
||||
"Mission": 1,
|
||||
"Hidden": false
|
||||
}]
|
||||
}],
|
||||
"AltFloorsEnabled": true
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user