diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:36:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-08 20:36:21 -0700 |
commit | 9d3a1934dca6d89b49af2008a97e0e206fc185c6 (patch) | |
tree | 3fc6571cf97d9f160323c74ee84a8b22acfed4d2 /json/items/ammo | |
parent | That's chem_rdx, not rdx. (diff) | |
download | cataclysm-bn-mod_hk-loadout-9d3a1934dca6d89b49af2008a97e0e206fc185c6.tar.xz |
Upgrade 000 explosive slug from EXPLOSIVE_TINY to EXPLOSIVE as per comparable 00 shot.
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/000shot.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index 7b9dde7..810a931 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -84,7 +84,7 @@ "count": 5, "proportional": { "damage": { "damage_type": "stab", "amount": 0.25, "armor_penetration": 0.25 } }, "delete": { "effects": [ "SHOT" ] }, - "extend": { "effects": [ "EXPLOSIVE_TINY" ] } + "extend": { "effects": [ "EXPLOSIVE" ] } }, { "id": "reloaded_shot_000", |