summaryrefslogtreecommitdiff
path: root/json/items/ammo/rpg.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/ammo/rpg.json')
-rw-r--r--json/items/ammo/rpg.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/json/items/ammo/rpg.json b/json/items/ammo/rpg.json
new file mode 100644
index 0000000..1113ed9
--- /dev/null
+++ b/json/items/ammo/rpg.json
@@ -0,0 +1,34 @@
+[
+ {
+ "id": "RPG-7_ammo",
+ "copy-from": "RPG-7_ammo",
+ "type": "AMMO",
+ "name": { "str": "PG-7VL RPG-7 rocket" },
+ "damage": { "damage_type": "stab", "amount": 3000, "armor_penetration": 750 },
+ "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_BIG" ]
+ },
+ {
+ "id": "RPG-7_pg7vr",
+ "copy-from": "RPG-7_pg7vr",
+ "type": "AMMO",
+ "name": { "str": "PG-7VR RPG-7 rocket" },
+ "damage": { "damage_type": "stab", "amount": 3250, "armor_penetration": 1450 },
+ "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_BIG", "FRAG_BIG" ]
+ },
+ {
+ "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" ]
+ },
+ {
+ "id": "RPG-7_og7v",
+ "copy-from": "RPG-7_og7v",
+ "type": "AMMO",
+ "name": { "str": "OG-7V RPG-7 rocket" },
+ "damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
+ "effects": [ "COOKOFF", "TRAIL", "NEVER_MISFIRES", "EXPLOSIVE_SMALL", "FRAG" ]
+ }
+]