Skip to content

Commit

Permalink
remington_870 and mossberg_500 speedloader chutes
Browse files Browse the repository at this point in the history
  • Loading branch information
osuphobia committed Apr 16, 2024
1 parent 73a2c1a commit f1b0f6f
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/json/items/gunmod/loading_port.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,38 @@
}
]
},
{
"id": "arredondo_chute_remington_870",
"type": "GUNMOD",
"name": { "str": "speedloader chute, 5-round hunting shotgun" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is for 5-round hunting shotgun.",
"copy-from": "arredondo_chute",
"mod_targets": [ "remington_870" ],
"pocket_mods": [
{
"pocket_type": "MAGAZINE",
"rigid": true,
"ammo_restriction": { "shot": 5 },
"allowed_speedloaders": [ "shot_speedloader6", "shot_speedloader8" ]
}
]
},
{
"id": "arredondo_chute_mossberg_500",
"type": "GUNMOD",
"name": { "str": "speedloader chute, 6-round combat shotgun" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is for 6-round combat shotgun.",
"copy-from": "arredondo_chute",
"mod_targets": [ "mossberg_500" ],
"pocket_mods": [
{
"pocket_type": "MAGAZINE",
"rigid": true,
"ammo_restriction": { "shot": 6 },
"allowed_speedloaders": [ "shot_speedloader6", "shot_speedloader8" ]
}
]
},
{
"id": "arredondo_chute_mossberg_930",
"type": "GUNMOD",
Expand Down
58 changes: 58 additions & 0 deletions data/json/recipes/weapon/mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,36 @@
"qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "DRILL", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [ [ [ "scrap", 4 ] ], [ [ "sheet_metal_small", 4 ] ] ]
},
{
"result": "arredondo_chute_remington_870",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_MODS",
"skill_used": "fabrication",
"difficulty": 1,
"skills_required": [ [ "gun", 2 ] ],
"time": "30 m",
"book_learn": [ [ "mag_guns", 4 ], [ "mag_pistol", 4 ], [ "mag_shotgun", 4 ], [ "mag_rifle", 4 ] ],
"using": [ [ "soldering_standard", 15 ] ],
"qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "DRILL", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [ [ [ "scrap", 4 ] ], [ [ "sheet_metal_small", 4 ] ] ]
},
{
"result": "arredondo_chute_mossberg_500",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_MODS",
"skill_used": "fabrication",
"difficulty": 1,
"skills_required": [ [ "gun", 2 ] ],
"time": "30 m",
"book_learn": [ [ "mag_guns", 4 ], [ "mag_pistol", 4 ], [ "mag_shotgun", 4 ], [ "mag_rifle", 4 ] ],
"using": [ [ "soldering_standard", 15 ] ],
"qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "DRILL", "level": 1 }, { "id": "SAW_M_FINE", "level": 1 } ],
"components": [ [ [ "scrap", 4 ] ], [ [ "sheet_metal_small", 4 ] ] ]
},
{
"result": "arredondo_chute_mossberg_930",
"type": "recipe",
Expand Down Expand Up @@ -88,6 +118,34 @@
"autolearn": true,
"components": [ [ [ "arredondo_chute", 1 ] ] ]
},
{
"result": "arredondo_chute_remington_870",
"type": "recipe",
"id_suffix": "simple",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_MODS",
"skill_used": "fabrication",
"difficulty": 1,
"skills_required": [ [ "gun", 2 ] ],
"time": "1 m",
"autolearn": true,
"components": [ [ [ "arredondo_chute", 1 ] ] ]
},
{
"result": "arredondo_chute_mossberg_500",
"type": "recipe",
"id_suffix": "simple",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_MODS",
"skill_used": "fabrication",
"difficulty": 1,
"skills_required": [ [ "gun", 2 ] ],
"time": "1 m",
"autolearn": true,
"components": [ [ [ "arredondo_chute", 1 ] ] ]
},
{
"result": "arredondo_chute_mossberg_930",
"type": "recipe",
Expand Down

0 comments on commit f1b0f6f

Please sign in to comment.