Skip to content

Commit

Permalink
Fixed *most* outstanding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DukePaulAtreid3s authored Nov 12, 2024
1 parent 4daa094 commit d71c5e2
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions data/json/items/gun/robofac_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@
"weight": "1588 g",
"volume": "500 ml",
"integral_volume": "250 ml",
"integral_weight": "1588 g",
"integral_longest_side": "20 cm",
"longest_side": "55 cm",
"barrel_length": "541 mm",
"integral_weight": "600 g",
"integral_longest_side": "15 cm",
"longest_side": "40 cm",
"barrel_length": "442 mm",
"price": "500 USD",
"price_postapoc": "30 USD",
"type": "GUNMOD",
Expand All @@ -330,14 +330,15 @@
"location": "bore",
"mod_targets": [ "robofac_gun" ],
"name": { "str_sp": "HWP blackout configuration" },
"mode_modifier": [ [ "DEFAULT", "semi-auto", 1 ] ],
"mode_modifier": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "burst", 3 ] ],
"install_time": "1 m",
"ammo_modifier": [ "300blk" ],
"min_skills": [ [ "weapon", 1 ] ],
"dispersion_modifier": 12,
"dispersion_modifier": 15,
"handling_modifier": 3,
"loudness_modifier": -75,
"overwrite_min_cycle_recoil": 1200,
"description": "A Hub 01 Hybrid Weapons Platform quick swap conversion kit. This version has a long barrel with \".300 BLACKOUT\" stamped into the metal, and a large integrated suppressor. It feeds from 5.56 magazines."
"description": "A Hub 01 Hybrid Weapons Platform quick swap conversion kit. This version has a short, thick barrel with \".300 BLACKOUT\" stamped into the metal, and a large integrated suppressor. It feeds from 5.56 magazines."
},
{
"id": "robofac_gun_40mm",
Expand Down Expand Up @@ -458,13 +459,7 @@
"type": "MAGAZINE",
"name": { "str": "prototype 40-round 5.56 magazine" },
"description": "A high-capacity 40-round box magazine.",
"weight": "265 g",
"volume": "390 ml",
"longest_side": "236 mm",
"price": "85 USD",
"price_postapoc": "10 USD",
"material": [ "plastic", "steel" ],
"symbol": "#",
"copy-from": "robofac40",
"color": "light_gray",
"ammo_type": [ "223" ],
"flags": [ "MAG_COMPACT" ],
Expand Down

0 comments on commit d71c5e2

Please sign in to comment.