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,
|
"DrawBelow": true,
|
||||||
"Flags": ["Outside", "OneWall"]
|
"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",
|
"Name": "box",
|
||||||
"Pic": {
|
"Pic": {
|
||||||
@@ -1635,6 +1655,16 @@
|
|||||||
"HealthThreshold": 1.0
|
"HealthThreshold": 1.0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "pool_water",
|
||||||
|
"Pic": {
|
||||||
|
"Type": "Normal",
|
||||||
|
"Pic": "pool_water"
|
||||||
|
},
|
||||||
|
"Offset": [-8, -6],
|
||||||
|
"Health": 0,
|
||||||
|
"DrawBelow": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "health spawner",
|
"Name": "health spawner",
|
||||||
"Pic": {
|
"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,
|
"Version": 3,
|
||||||
"MapObjects": [
|
"MapObjects": [
|
||||||
|
{
|
||||||
|
"Name": "oil_drum",
|
||||||
|
"Pic": {
|
||||||
|
"Type": "Normal",
|
||||||
|
"Pic": "barrel_green"
|
||||||
|
},
|
||||||
|
"Health": 9999,
|
||||||
|
"Flags": ["Outside", "OneWall"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "heer_flag",
|
"Name": "heer_flag",
|
||||||
"Pic": {
|
"Pic": {
|
||||||
|
@@ -608,8 +608,8 @@
|
|||||||
"55": {
|
"55": {
|
||||||
"Name": "wall",
|
"Name": "wall",
|
||||||
"Type": "Wall",
|
"Type": "Wall",
|
||||||
"Style": "plasteel2",
|
"Style": "stone2",
|
||||||
"Mask": "ffffffff",
|
"Mask": "adadadff",
|
||||||
"MaskAlt": "008400ff",
|
"MaskAlt": "008400ff",
|
||||||
"CanWalk": false,
|
"CanWalk": false,
|
||||||
"IsOpaque": true,
|
"IsOpaque": true,
|
||||||
@@ -619,7 +619,7 @@
|
|||||||
"56": {
|
"56": {
|
||||||
"Name": "wall",
|
"Name": "wall",
|
||||||
"Type": "Wall",
|
"Type": "Wall",
|
||||||
"Style": "plasteel2",
|
"Style": "stone2",
|
||||||
"Mask": "b4b4b4ff",
|
"Mask": "b4b4b4ff",
|
||||||
"MaskAlt": "008400ff",
|
"MaskAlt": "008400ff",
|
||||||
"CanWalk": false,
|
"CanWalk": false,
|
||||||
@@ -641,8 +641,8 @@
|
|||||||
"58": {
|
"58": {
|
||||||
"Name": "wall",
|
"Name": "wall",
|
||||||
"Type": "Wall",
|
"Type": "Wall",
|
||||||
"Style": "plasteel2",
|
"Style": "stone",
|
||||||
"Mask": "ffffffff",
|
"Mask": "9c9c9cff",
|
||||||
"MaskAlt": "008400ff",
|
"MaskAlt": "008400ff",
|
||||||
"CanWalk": false,
|
"CanWalk": false,
|
||||||
"IsOpaque": true,
|
"IsOpaque": true,
|
||||||
@@ -888,7 +888,9 @@
|
|||||||
{
|
{
|
||||||
"MapObject": "stone_color",
|
"MapObject": "stone_color",
|
||||||
"Positions": [[3, 16],
|
"Positions": [[3, 16],
|
||||||
[5, 16]]
|
[5, 16],
|
||||||
|
[3, 14],
|
||||||
|
[5, 14]]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"MapObject": "panel",
|
"MapObject": "panel",
|
||||||
@@ -919,6 +921,7 @@
|
|||||||
9],
|
9],
|
||||||
"Mission": 1,
|
"Mission": 1,
|
||||||
"Hidden": false
|
"Hidden": false
|
||||||
}]
|
}],
|
||||||
|
"AltFloorsEnabled": true
|
||||||
}]
|
}]
|
||||||
}
|
}
|
Reference in New Issue
Block a user