Skip to content

Commit

Permalink
feat(balance): swap damage bracket of ATGM and blackpowder cannon so …
Browse files Browse the repository at this point in the history
…civil war guns don't kill tanks better than a TOW (#4892)
  • Loading branch information
chaosvolt authored Jun 26, 2024
1 parent 5dba7cc commit 8c42eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/items/ammo/atgm.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"bashing": 1,
"ammo_type": "atgm",
"casing": "atgm_spent",
"damage": { "damage_type": "bullet", "amount": 250, "armor_multiplier": 0.1 },
"damage": { "damage_type": "bullet", "amount": 450, "armor_multiplier": 0.1 },
"range": 100,
"recoil": 6000,
"effects": [ "EXPLOSIVE_HUGE", "NEVER_MISFIRES" ]
Expand Down
10 changes: 5 additions & 5 deletions data/json/items/ammo/cannon.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"price": "200 USD",
"price_postapoc": "20 USD",
"looks_like": "cannon_round_ball",
"//2": "Base damage of 544, rounded down to 450 to be close to 25% that of round shot, balanced as FMJ.",
"damage": { "damage_type": "bullet", "amount": 450, "armor_penetration": 215 },
"//2": "balanced as +P with blackpowder levels of arpen.",
"damage": { "damage_type": "bullet", "amount": 250, "armor_penetration": 50 },
"dispersion": 500,
"recoil": 52500,
"extend": { "effects": [ "EXPLOSIVE", "FRAG" ] }
"extend": { "effects": [ "EXPLOSIVE_BIG" ] }
},
{
"id": "cannon_round_ball",
Expand All @@ -35,8 +35,8 @@
"stack_size": 1,
"ammo_type": "cannon",
"range": 50,
"//2": "Base damage of 352, rounded down to 350, balanced as FMJ.",
"damage": { "damage_type": "bullet", "amount": 350, "armor_penetration": 150 },
"//2": "Balanced as FMJ with blackpowder levels of arpen.",
"damage": { "damage_type": "bullet", "amount": 200, "armor_penetration": 50 },
"dispersion": 620,
"recoil": 26250,
"loudness": 900,
Expand Down

0 comments on commit 8c42eb8

Please sign in to comment.