diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-02 15:10:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-09-02 15:10:50 -0700 |
commit | 9319f6e6958468d5da14f1a2869e8beba7de50da (patch) | |
tree | 855eb8470f439492eac8335d3a8e56b1180f7c04 | |
parent | Fix 000 explosive slug to explosive_tiny (diff) | |
download | cataclysm-bn-mod_hk-loadout-9319f6e6958468d5da14f1a2869e8beba7de50da.tar.xz |
Convert 000shot incendiary to use incendiary instead of magnesium
-rw-r--r-- | json/items/ammo/000shot.json | 2 | ||||
-rw-r--r-- | json/recipes/000shot.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index c6349ac..1b05f50 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -103,7 +103,7 @@ "looks_like": "shot_dragon", "type": "AMMO", "name": { "str": "000 incendiary shell" }, - "description": "A shell filled with a mix of metal and magnesium pellets. Damaging, and may cause flammable material to ignite.", + "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.", "price": 1500, "price_postapoc": 3000, "extend": { "effects": [ "INCENDIARY" ] } diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index 96767d1..5248448 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -31,7 +31,7 @@ "reversible": true, "using": [ [ "shot_forming", 1 ], [ "ammo_bullet", 12 ], [ "ammo_000_shot", 1 ] ], "tools": [ [ [ "press", -1 ] ] ], - "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "magnesium", 5 ] ] ] + "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "indendiary", 5 ] ] ] }, { "result": "reloaded_shot_000_flechette", |