forked from cataclysmbnteam/Cataclysm-BN
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'spring-refactor' into test-release
- Loading branch information
Showing
100 changed files
with
5,198 additions
and
5,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
[ | ||
{ | ||
"id": "heavy_rail_rifle", | ||
"copy-from": "rifle_magnetic", | ||
"type": "GUN", | ||
"name": { "str": "heavy rail rifle" }, | ||
"description": "This overpowered and overengineered variant of the ferromagnetic rail rifle was designed to deliver electromagnetically-driven obliteration right through whatever obstacles that lies in front of it, be it buildings, vehicles or hordes of walking dead. However, the hefty bulk and weight of this weapon compared to most contemporary rifles makes it unfeasible to fire without supporting it properly; not to mention that it consumes UPS charges at a tremendous rate, making it impractical for use in prolonged engagements.", | ||
"weight": "15 kg", | ||
"volume": "5 L", | ||
"price": "9000 USD", | ||
"price_postapoc": "90 USD", | ||
"material": [ "steel", "plastic" ], | ||
"symbol": "(", | ||
"color": "dark_gray", | ||
"ammo": "metal_rail", | ||
"range": 10, | ||
"ranged_damage": { "damage_type": "stab", "amount": 40 }, | ||
"dispersion": 200, | ||
"durability": 7, | ||
"clip_size": 10, | ||
"ups_charges": 120, | ||
"reload": 200, | ||
"ammo_effects": [ "INCENDIARY", "TRAIL" ], | ||
"extend": { "flags": [ "RELOAD_ONE", "MOUNTED_GUN" ] } | ||
}, | ||
{ | ||
"id": "rebar_rifle", | ||
"copy-from": "rifle_magnetic", | ||
"type": "GUN", | ||
"name": { "str": "ferromagnetic rail rifle" }, | ||
"description": "A single-shot, electrically propelled, steel rail launcher handcrafted from scrap. The hypervelocity metal stake that it fires is accelerated to the point of spontaneous combustion by a Lorentz force generated by electromagnetic induction, powered by a standard UPS.", | ||
"weight": "5 kg", | ||
"volume": "2500 ml", | ||
"price": "5500 USD", | ||
"price_postapoc": "60 USD", | ||
"to_hit": -3, | ||
"bashing": 10, | ||
"material": [ "steel", "wood" ], | ||
"symbol": "(", | ||
"color": "brown", | ||
"ammo": "metal_rail", | ||
"ranged_damage": { "damage_type": "stab", "amount": 20 }, | ||
"dispersion": 100, | ||
"durability": 6, | ||
"clip_size": 1, | ||
"ups_charges": 60, | ||
"reload": 200, | ||
"ammo_effects": [ "INCENDIARY", "TRAIL" ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.