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

fix(balance): fix pistol accelerator needing more wire than rifle, make it coilgun addon #5773

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions data/json/items/gunmod/barrel.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"id": "accelerator_gunmod",
"type": "GUNMOD",
"name": { "str": "makeshift rifle accelerator" },
"description": "Advents in power transfer technology has resulted in railguns becoming much more viable. Makeshift railgun conversions like this one were a rare but known sight in the riots before the Cataclysm, and it may help you survive it. This particular attachment is designed for long-barreled guns.",
"description": "Advents in power transfer technology has resulted in coilguns becoming much more viable. Makeshift coilgun conversions like this one were a rare but known sight in the riots before the Cataclysm, and it may help you survive it. This particular attachment is designed for long-barreled guns.",
"weight": "250 g",
"volume": "250 ml",
"integral_volume": "150 ml",
Expand All @@ -74,7 +74,7 @@
"type": "GUNMOD",
"name": { "str": "makeshift pistol accelerator" },
"copy-from": "accelerator_gunmod",
"description": "Advents in power transfer technology has resulted in railguns becoming much more viable. Makeshift railgun conversions like this one were a rare but known sight in the riots before the Cataclysm, and it may help you survive it. This particular attachment is designed for short-barreled guns.",
"description": "Advents in power transfer technology has resulted in coilguns becoming much more viable. Makeshift coilgun conversions like this one were a rare but known sight in the riots before the Cataclysm, and it may help you survive it. This particular attachment is designed for short-barreled guns.",
"mod_target_category": [ [ "PISTOLS" ], [ "SUBMACHINE_GUNS" ], [ "REVOLVERS" ] ],
"damage_modifier": { "damage_type": "bullet", "amount": 5 },
"ups_charges_modifier": 10,
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/weapon/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
[ [ "amplifier", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "scrap", 2 ] ],
[ [ "cable", 100 ] ],
[ [ "cable", 500 ] ],
[ [ "steel_lump", 1 ] ],
[ [ "RAM", 1 ] ]
]
Expand All @@ -959,7 +959,7 @@
[ [ "amplifier", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "scrap", 2 ] ],
[ [ "cable", 500 ] ],
[ [ "cable", 100 ] ],
[ [ "steel_lump", 1 ] ],
[ [ "RAM", 1 ] ]
]
Expand Down
Loading