Skip to content

Commit

Permalink
Looks_like for pressurized tanks
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShadowFerret committed Feb 9, 2020
1 parent 78705fb commit 490001b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/items/magazine/chemical_spray.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": "pressurized_tank_chem",
"looks_like": "pressurized_tank",
"type": "MAGAZINE",
"name": "pressurized chemical tank",
"description": "A makeshift pressurized 2L canister designed to feed a makeshift chemical thrower.",
Expand Down
4 changes: 4 additions & 0 deletions data/json/items/magazine/liquid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": "pressurized_tank",
"//": "Tileset whitelist for flame or chemical throwers."
"type": "MAGAZINE",
"name": "pressurized fuel tank",
"description": "A pressurized 3L canister designed to feed a flamethrower.",
Expand All @@ -17,6 +18,7 @@
},
{
"id": "aux_pressurized_tank",
"looks_like": "pressurized_tank",
"type": "MAGAZINE",
"name": "small pressurized fuel tank",
"description": "A pressurized 0.5L canister built for use with a small auxiliary flamethrower.",
Expand All @@ -34,6 +36,7 @@
},
{
"id": "rm4502",
"looks_like": "pressurized_tank",
"type": "MAGAZINE",
"name": "RM450-2 fuel canister",
"description": "A 2L pressurized steel canister with a valve designed for the RM451's feed system.",
Expand All @@ -50,6 +53,7 @@
},
{
"id": "rm4504",
"looks_like": "pressurized_tank",
"type": "MAGAZINE",
"name": "RM450-4 fuel canister",
"description": "A 4L pressurized steel canister with a valve designed for the RM451's feed system.",
Expand Down
2 changes: 2 additions & 0 deletions data/json/items/magazine/weldgas.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{
"id": "tinyweldtank",
"looks_like": "pressurized_tank",
"type": "MAGAZINE",
"name": "small welding tank",
"description": "A compact steel cylinder designed for holding pressurized welding gases. It is marked with several faded and now unreadable symbols.",
Expand All @@ -18,6 +19,7 @@
},
{
"id": "weldtank",
"looks_like": "pressurized_tank",
"type": "MAGAZINE",
"name": "welding tank",
"description": "A large steel cylinder designed for holding pressurized welding gases. It is marked with several faded and now unreadable symbols.",
Expand Down

0 comments on commit 490001b

Please sign in to comment.