Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase damage and armor penetration of 84x246mm and RPG-7 ammo. #2381

Merged
merged 8 commits into from
Apr 15, 2023
Prev Previous commit
Next Next commit
Reduce the damage bullet damage and armor penetration
  • Loading branch information
LucioFurnari committed Apr 3, 2023
commit e7a425aa7446b54e7d444ee3b74df6dbeec43b8a
6 changes: 3 additions & 3 deletions data/json/items/ammo/84x246mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"volume": "1250 ml",
"weight": "3200 g",
"ammo_type": "84x246mm",
"damage": { "damage_type": "bullet", "amount": 600, "armor_penetration": 10 },
"damage": { "damage_type": "bullet", "amount": 100, "armor_penetration": 10 },
"range": 120,
"dispersion": 60,
"recoil": 45,
Expand All @@ -32,11 +32,11 @@
"description": "A 84x246mm High Explosive Dual Purpose anti-materiel round for the Carl Gustav M3 recoilless rifle. Designed to be highly effective against vehicles and structures.",
"volume": "1500 ml",
"weight": "3300 g",
"damage": { "damage_type": "bullet", "amount": 1000, "armor_penetration": 255 },
"damage": { "damage_type": "bullet", "amount": 100, "armor_penetration": 55 },
"range": 100,
"dispersion": 75,
"recoil": 60,
"effects": [ "COOKOFF", "EXPLOSIVE_TINY", "NEVER_MISFIRES" ]
"effects": [ "COOKOFF", "EXPLOSIVE_HUGE", "NEVER_MISFIRES" ]
},
{
"type": "AMMO",
Expand Down