Skip to content

Commit

Permalink
Drop incorrect fuel definitions from blazemod
Browse files Browse the repository at this point in the history
  • Loading branch information
mugling committed Nov 22, 2016
1 parent 34c2e6e commit 1217e87
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions data/mods/blazemod/blaze_blob.json
Expand Up @@ -288,40 +288,6 @@
"not_ready_msg": "Whatever it's doing, it's not done yet."
}
},
{
"id": "gasoline",
"type": "AMMO",
"category": "fuel",
"name": "gasoline",
"name_plural": "gasoline",
"description": "Gasoline is a highly flammable liquid. When under pressure, it has the potential for violent explosion.",
"weight": 1,
"volume": 1,
"price": 40,
"price_postapoc": 800,
"phase": "liquid",
"container": "jerrycan",
"material": "hydrocarbons",
"symbol": "=",
"color": "light_red",
"count": 250,
"stack_size": 250,
"ammo_type": [ "gasoline", "flammable" ],
"range": 4,
"damage": 5,
"pierce": 5,
"effects": [ "FLAME", "STREAM", "INCENDIARY", "NEVER_MISFIRES" ],
"explosion": {
"power": 10,
"distance_factor": 0.01,
"shrapnel": {
"count": 25,
"mass": 1,
"drop": "gasoline",
"recovery": 100
}
}
},
{
"id": "gloople",
"type": "TOOL",
Expand Down

0 comments on commit 1217e87

Please sign in to comment.