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

Beat the hell out of the atlatl with the nerf bat #77776

Merged
merged 1 commit into from
Nov 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions data/json/items/ranged/atlatl.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"ammo": [ "atlatl" ],
"loudness": 10,
"reload_noise_volume": 2,
"range": 20,
"//": "With the range compression, this is an incredibly generous ~100m effective range.",
"range": 8,
"ranged_damage": { "damage_type": "stab", "amount": 10 },
"dispersion": 500,
"sight_dispersion": 90,
"//2": "Significantly worse accuracy than a bow. See 'Comparing Atlatls and Bows: Accuracy and Learning Curve' by John C Whittaker",
"dispersion": 1800,
"sight_dispersion": 3000,
"clip_size": 1,
"pocket_data": [ { "pocket_type": "MAGAZINE", "ammo_restriction": { "atlatl": 1 }, "open_container": true } ],
"to_hit": { "grip": "solid", "length": "short", "surface": "any", "balance": "neutral" },
Expand All @@ -49,10 +51,10 @@
"color": "green",
"material": [ { "type": "wood", "portion": 85 }, { "type": "steel", "portion": 15 } ],
"ammo_type": "atlatl",
"damage": { "damage_type": "stab", "armor_penetration": 2 },
"dispersion": 35,
"damage": { "damage_type": "stab", "constant_damage_multiplier": 1.5, "armor_penetration": 2 },
"dispersion": 180,
"loudness": 0,
"critical_multiplier": 15,
"critical_multiplier": 10,
"recovery_chance": 97,
"melee_damage": { "stab": 10 }
},
Expand All @@ -70,10 +72,10 @@
"color": "green",
"material": [ { "type": "wood", "portion": 85 }, { "type": "bronze", "portion": 15 } ],
"ammo_type": "atlatl",
"damage": { "damage_type": "stab", "armor_penetration": 1.25 },
"dispersion": 35,
"damage": { "damage_type": "stab", "constant_damage_multiplier": 1.25, "armor_penetration": 1.25 },
"dispersion": 180,
"loudness": 0,
"critical_multiplier": 15,
"critical_multiplier": 10,
"recovery_chance": 96,
"melee_damage": { "stab": 8 }
},
Expand All @@ -91,8 +93,8 @@
"color": "green",
"material": [ "wood" ],
"ammo_type": "atlatl",
"damage": { "damage_type": "stab", "armor_penetration": 0.5 },
"dispersion": 50,
"damage": { "damage_type": "stab", "constant_damage_multiplier": 0.75 },
"dispersion": 200,
"loudness": 0,
"critical_multiplier": 8,
"recovery_chance": 83,
Expand Down
Loading