Skip to content

Commit

Permalink
Fixes, range increases
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Otten committed Apr 14, 2020
1 parent 63dcd2e commit 01db41b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions data/json/ammo_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
{
"id": "m430a1_EXPLOSIVE",
"type": "ammo_effect",
"explosion": { "power": 75, "shrapnel": { "casing_mass": 250, "fragment_mass": 0.15 } }
"explosion": { "power": 72, "shrapnel": { "casing_mass": 250, "fragment_mass": 0.15 } }
},
{
"id": "m433_EXPLOSIVE",
Expand Down Expand Up @@ -178,7 +178,7 @@
"explosion": { "power": 1995, "shrapnel": { "casing_mass": 2500, "fragment_mass": 0.3 } }
},
{
"id": "TBG-7V_EXPLOSIVE",
"id": "TBG7V_EXPLOSIVE",
"type": "ammo_effect",
"explosion": { "power": 66, "shrapnel": { "casing_mass": 2500, "fragment_mass": 0.3 } }
},
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/ammo/40x46mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"count": 6,
"stack_size": 1,
"ammo_type": "40x46mm",
"range": 40,
"range": 60,
"damage": { "damage_type": "stab", "amount": 80 },
"dispersion": 30,
"recoil": 225,
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/ammo/40x53mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"count": 10,
"stack_size": 1,
"ammo_type": "40x53mm",
"range": 40,
"range": 60,
"damage": { "damage_type": "stab", "amount": 80 },
"dispersion": 30,
"recoil": 225,
Expand All @@ -26,7 +26,7 @@
"description": "40x53mm canister shot loaded with 17 grain flechettes.",
"weight": "340 g",
"volume": "137 ml",
"range": 12,
"range": 60,
"damage": { "damage_type": "stab", "amount": 150, "armor_penetration": 10 },
"recoil": 1000,
"casing": "40x53mm_m169_casing",
Expand All @@ -42,7 +42,7 @@
"volume": "132 ml",
"damage": { "damage_type": "stab", "amount": 250, "armor_penetration": 45 },
"casing": "40x53mm_m169_casing",
"extend": { "effects": [ "EXPLOSIVE", "FRAG" ] }
"extend": { "effects": [ "m430a1_EXPLOSIVE" ] }
},
{
"id": "40x53mm_buckshot_m169",
Expand Down
14 changes: 7 additions & 7 deletions data/json/items/ammo/rpg.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"range": 60,
"dispersion": 75,
"recoil": 450,
"effects": [ "COOKOFF", "OG-7V_EXPLOSIVE", "TRAIL", "NEVER_MISFIRES" ]
"effects": [ "COOKOFF", "PG7VL_EXPLOSIVE", "TRAIL", "NEVER_MISFIRES" ]
},
{
"type": "AMMO",
Expand All @@ -34,10 +34,10 @@
"weight": "4500 g",
"ammo_type": "RPG-7",
"damage": { "damage_type": "stab", "amount": 3250, "armor_penetration": 1450 },
"range": 30,
"range": 60,
"dispersion": 75,
"recoil": 450,
"effects": [ "COOKOFF", "PG-7VR_EXPLOSIVE", "TRAIL", "NEVER_MISFIRES" ]
"effects": [ "COOKOFF", "PG7VR_EXPLOSIVE", "TRAIL", "NEVER_MISFIRES" ]
},
{
"type": "AMMO",
Expand All @@ -54,10 +54,10 @@
"weight": "4500 g",
"ammo_type": "RPG-7",
"damage": { "damage_type": "stab", "amount": 150, "armor_penetration": 10 },
"range": 30,
"range": 60,
"dispersion": 50,
"recoil": 450,
"effects": [ "COOKOFF", "TBG-7V_EXPLOSIVE", "TRAIL", "NEVER_MISFIRES", "NAPALM_TBG7V" ]
"effects": [ "COOKOFF", "TBG7V_EXPLOSIVE", "TRAIL", "NEVER_MISFIRES", "NAPALM_TBG7V" ]
},
{
"type": "AMMO",
Expand All @@ -74,9 +74,9 @@
"weight": "2000 g",
"ammo_type": "RPG-7",
"damage": { "damage_type": "stab", "amount": 80, "armor_penetration": 10 },
"range": 45,
"range": 60,
"dispersion": 50,
"recoil": 350,
"effects": [ "COOKOFF", "NEVER_MISFIRES", "OG-7V_EXPLOSIVE" ]
"effects": [ "COOKOFF", "NEVER_MISFIRES", "OG7V_EXPLOSIVE" ]
}
]

0 comments on commit 01db41b

Please sign in to comment.