Skip to content

Commit

Permalink
Merge pull request CleverRaven#53861 from BioHazardSuit/oops-my-bad
Browse files Browse the repository at this point in the history
Mad militia balancing with artificial dispersion
  • Loading branch information
Rivet-the-Zombie authored Jan 8, 2022
2 parents e639e61 + cc1646a commit fe5028e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions data/json/items/gun/monster_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,26 @@
"ammo_effects": [ "DRAW_LASER_BEAM" ],
"ranged_damage": { "damage_type": "electric", "amount": 10, "armor_penetration": 4 },
"flags": [ "NEVER_JAMS", "NO_UNLOAD", "NON_FOULING", "NEEDS_NO_LUBE" ]
},
{
"id": "feral_militia_gun",
"type": "GUN",
"symbol": "R",
"color": "dark_gray",
"name": { "str": "mad militias' rifle" },
"description": "A fake semi-auto rifle for feral militiamen (because monster aiming is too lethal).",
"material": [ "steel", "plastic" ],
"skill": "rifle",
"flags": [ "NONCONDUCTIVE", "NO_REPAIR", "NO_SALVAGE", "NO_UNLOAD", "RELOAD_AND_SHOOT" ],
"ammo": [ "223" ],
"clip_size": 30,
"longest_side": "83200 cm",
"weight": "5000 g",
"volume": "2000 ml",
"bashing": 3,
"dispersion": 3000,
"range": 100,
"durability": 8,
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 1 } } ]
}
]
6 changes: 3 additions & 3 deletions data/json/monsters/feral_humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,14 +617,14 @@
"type": "gun",
"cooldown": 5,
"move_cost": 150,
"gun_type": "ar15",
"gun_type": "feral_militia_gun",
"ammo_type": "223",
"fake_skills": [ [ "gun", 2 ], [ "rifle", 2 ] ],
"fake_dex": 8,
"fake_per": 10,
"ranges": [ [ 0, 30, "BURST" ], [ 0, 30, "AUTO" ] ],
"ranges": [ [ 0, 35, "DEFAULT" ] ],
"require_targeting_player": false,
"description": "The mad militiaman fires their machine gun!"
"description": "The mad militiaman fires their rifle!"
}
],
"death_drops": "mon_feral_militia_death_drops",
Expand Down
1 change: 1 addition & 0 deletions tools/json_tools/generic_guns_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'rifle_3006',
'rifle_308',
'surv_carbine_223',
'feral_militia_gun',
# Magazines
'223_speedloader5',
'coin_wrapper',
Expand Down

0 comments on commit fe5028e

Please sign in to comment.