water, oil barrel

This commit is contained in:
Cong
2021-03-21 23:26:13 +11:00
parent adbcd187e7
commit 069afb0335
6 changed files with 49 additions and 7 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
graphics/pool_water.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

View File

@@ -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": {

View File

@@ -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
}]
}