Skip to content

Commit

Permalink
clean up deagle conversion kits
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Aug 13, 2024
1 parent b8dba37 commit 2f7c3a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion data/json/items/gun/44.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"flags": [ "ALLOWS_BODY_BLOCK", "NO_TURRET" ],
"//2": "NO_TURRET should be removed once vehicle turrets are capable of mounting guns with mods attached. As it stands, trying to mount this style of weapon would require the player to remove the conversion kit, thus rendering it unusable anyhow.",
"weapon_category": [ "AUTOMATIC_PISTOLS" ],
"pocket_data": [ { "pocket_type": "MAGAZINE_WELL", "item_restriction": [ "deaglemag" ] } ],
"valid_mod_locations": [ [ "bore", 1 ], [ "grip", 1 ], [ "mechanism", 2 ], [ "stock", 1 ], [ "underbarrel mount", 1 ] ],
"faults": [ "fault_gun_blackpowder", "fault_gun_dirt", "fault_gun_chamber_spent" ],
"melee_damage": { "bash": 12 }
Expand Down
6 changes: 3 additions & 3 deletions data/json/items/gunmod/conversions.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@
"symbol": ":",
"color": "yellow",
"location": "bore",
"mod_targets": [ "modular_deagle", "modular_deagle_357", "modular_deagle_44", "modular_deagle_50" ],
"mod_targets": [ "modular_deagle" ],
"install_time": "2 m",
"ammo_modifier": [ "357mag" ],
"magazine_adaptor": [ [ "357mag", [ "deaglemag_357" ] ] ],
Expand All @@ -889,7 +889,7 @@
"symbol": ":",
"color": "yellow",
"location": "bore",
"mod_targets": [ "modular_deagle", "modular_deagle_357", "modular_deagle_44", "modular_deagle_50" ],
"mod_targets": [ "modular_deagle" ],
"install_time": "2 m",
"ammo_modifier": [ "44" ],
"magazine_adaptor": [ [ "44", [ "deaglemag" ] ] ],
Expand Down Expand Up @@ -919,7 +919,7 @@
"symbol": ":",
"color": "yellow",
"location": "bore",
"mod_targets": [ "modular_deagle", "modular_deagle_357", "modular_deagle_44", "modular_deagle_50" ],
"mod_targets": [ "modular_deagle" ],
"install_time": "2 m",
"ammo_modifier": [ "50ae" ],
"magazine_adaptor": [ [ "50ae", [ "deaglemag_50" ] ] ],
Expand Down

0 comments on commit 2f7c3a5

Please sign in to comment.