summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-24 18:41:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-01-24 18:41:44 -0800
commit6b51d4380d71036c768933ff58e3fa773814c32f (patch)
tree66564c38a348f97aa87555cb03c60c764857e000
parentMove the 8mm, 5x50mm, and 20x66mm ammo to my rivtech rebalance mod. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-6b51d4380d71036c768933ff58e3fa773814c32f.tar.xz
Rename and rebalance rpg-7 rockets.
-rw-r--r--json/items/ammo/rpg.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/json/items/ammo/rpg.json b/json/items/ammo/rpg.json
index 1113ed9..5b6ac52 100644
--- a/json/items/ammo/rpg.json
+++ b/json/items/ammo/rpg.json
@@ -3,7 +3,7 @@
"id": "RPG-7_ammo",
"copy-from": "RPG-7_ammo",
"type": "AMMO",
- "name": { "str": "PG-7VL RPG-7 rocket" },
+ "name": { "str": "PG-7VL HE rocket" },
"damage": { "damage_type": "stab", "amount": 3000, "armor_penetration": 750 },
"effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_BIG" ]
},
@@ -11,24 +11,24 @@
"id": "RPG-7_pg7vr",
"copy-from": "RPG-7_pg7vr",
"type": "AMMO",
- "name": { "str": "PG-7VR RPG-7 rocket" },
+ "name": { "str": "PG-7VR tandem rocket" },
"damage": { "damage_type": "stab", "amount": 3250, "armor_penetration": 1450 },
- "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_BIG", "FRAG_BIG" ]
+ "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_HUGE" ]
},
{
"id": "RPG-7_tbg7v",
"copy-from": "RPG-7_tbg7v",
"type": "AMMO",
- "name": { "str": "TBG-7V RPG-7 rocket" },
- "damage": { "damage_type": "stab", "amount": 150, "armor_penetration": 10 },
- "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_TINY", "FRAG_BIG", "PYROPHORIC" ]
+ "name": { "str": "TBG-7V thermobaric rocket" },
+ "damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
+ "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE", "PYROPHORIC" ]
},
{
"id": "RPG-7_og7v",
"copy-from": "RPG-7_og7v",
"type": "AMMO",
- "name": { "str": "OG-7V RPG-7 rocket" },
+ "name": { "str": "OG-7V antipersonnel rocket" },
"damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
- "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_SMALL", "FRAG" ]
+ "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "FRAG_BIG" ]
}
]