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, "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

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

View File

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