From 6b51d4380d71036c768933ff58e3fa773814c32f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 24 Jan 2024 18:41:44 -0800 Subject: Rename and rebalance rpg-7 rockets. --- json/items/ammo/rpg.json | 16 ++++++++-------- 1 file 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" ] } ] -- cgit v1.2.1