Skip to content

Commit

Permalink
[DDotD] Cellphones be bad, Canadianize some firearms
Browse files Browse the repository at this point in the history
Canadianize the M16A3 and Browning Hi-Power
  • Loading branch information
TheShadowFerret committed Mar 12, 2022
1 parent 3d3f68a commit 9771430
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/mods/classic_zombies/items/blacklists.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@
"light_minus_atomic_battery_cell",
"m110_a1",
"m14ebr",
"m17",
"m18",
"p320mag_17rd_9x19mm",
"p320mag_21rd_9x19mm",
"p320mag_10rd_9x19mm",
"m2010",
"m2010mag",
"m249_semi",
Expand Down
24 changes: 24 additions & 0 deletions data/mods/classic_zombies/items/electronics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"id": "cell_phone",
"type": "TOOL",
"name": { "str": "cellphone" },
"description": "A means of mobile communication, powered by removable batteries. With the networks gone, it's only good for parts.",
"weight": "226 g",
"volume": "100 ml",
"price": 9000,
"price_postapoc": 100,
"material": [ "plastic", "aluminum" ],
"symbol": ";",
"color": "light_gray",
"flags": [ "WATER_BREAK" ],
"pocket_data": [
{
"pocket_type": "MAGAZINE_WELL",
"rigid": true,
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
"default_magazine": "light_plus_battery_cell"
}
]
}
]
25 changes: 25 additions & 0 deletions data/mods/classic_zombies/items/guns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"//": "The C7A1 is semi or full-auto with a 20 in. barrel, which it shares with the M16A3 it overrides.",
"id": "c7a1",
"copy-from": "m16_auto_rifle",
"type": "GUN",
"name": { "str": "C7A1" },
"description": "The C7A1 is the standard issue rifle for the Canadian military manufactured by Diemaco. It is a gas operated, rotating bolt rifle known for its accuracy and controllable recoil."
},
{
"id": "c8_carbine",
"copy-from": "m4_carbine",
"looks_like": "ar15",
"type": "GUN",
"name": { "str": "C8" },
"description": "A carbine variant of the C7A1, recently introduced by the Canadian armed forces. Though accurate, small, and lightweight, it is infamous for its unreliability when not properly maintained. It is chambered in 5.56x45mm and accepts STANAG magazines."
},
{
"id": "hi_power_9mm",
"copy-from": "hi_power_9mm",
"type": "GUN",
"name": { "str": "Browning Hi-Power" },
"description": "A licensed copy of the Browning Hi-Power, made by John Inglis and Company. Issued to officers and infantry in need of a weapon for confined spaces, this is chambered in 9x19 Parabellum."
}
]
27 changes: 27 additions & 0 deletions data/mods/classic_zombies/items/migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"id": "m4_carbine",
"type": "MIGRATION",
"replace": "c8_carbine"
},
{
"id": "m16_auto_rifle",
"type": "MIGRATION",
"replace": "c7a1"
},
{
"id": [ "m17", "m18" ],
"type": "MIGRATION",
"replace": "hi_power_9mm"
},
{
"id": [ "p320mag_10rd_9x19mm", "p320mag_17rd_9x19mm" ],
"type": "MIGRATION",
"replace": "bhp9mag_13rd"
},
{
"id": "p320mag_21rd_9x19mm",
"type": "MIGRATION",
"replace": "bhp9mag_15rd"
}
]

0 comments on commit 9771430

Please sign in to comment.