Skip to content

Commit

Permalink
Rebalanced flintlock ranges and removed shot ammo from the rifle.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirohito1 committed Sep 17, 2023
1 parent c7eeb5c commit 328ef0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/items/ammo/flintlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"color": "white",
"count": 30,
"stack_size": 10,
"ammo_type": "flintlock",
"ammo_type": "flintlockshot",
"range": 8,
"damage": { "damage_type": "bullet", "amount": 63 },
"dispersion": 20,
Expand Down
6 changes: 6 additions & 0 deletions data/json/items/ammo_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,12 @@
"name": "paper cartridge",
"default": "flintlock_ammo"
},
{
"type": "ammunition_type",
"id": "flintlockshot",
"name": "paper shot cartridge",
"default": "flintlock_shot"
},
{
"type": "ammunition_type",
"id": "papershot",
Expand Down
10 changes: 5 additions & 5 deletions data/json/items/gun/flintlock.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"bashing": 5,
"material": [ "iron", "wood" ],
"color": "brown",
"ammo": "flintlock",
"range": 2,
"ammo": ["flintlock", "flintlockshot"],
"ranged_damage": { "damage_type": "bullet", "amount": 2 },
"dispersion": 620,
"durability": 6,
Expand Down Expand Up @@ -80,8 +79,8 @@
"bashing": 15,
"material": [ "iron", "wood" ],
"color": "brown",
"ammo": "flintlock",
"range": 6,
"ammo": ["flintlock", "flintlockshot"],
"range": 4,
"ranged_damage": { "damage_type": "bullet", "amount": 10 },
"dispersion": 180,
"durability": 6,
Expand All @@ -107,7 +106,8 @@
"description": "Also called a Pennsylvania rifle, this long barreled rifled flintlock gun has signficantly increased accuracy at the cost of taking even longer to reload.",
"weight": "3700 g",
"volume": "1700 ml",
"relative": { "range": 2 },
"ammo": "flintlock",
"relative": { "range": 14 },
"proportional": { "dispersion": 0.5, "reload": 2.0 }
}
]

0 comments on commit 328ef0c

Please sign in to comment.