Skip to content

Commit

Permalink
Certain shotgun needs specific chute.
Browse files Browse the repository at this point in the history
  • Loading branch information
osuphobia committed Apr 16, 2024
1 parent cb73ce3 commit 6130fa3
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions data/json/items/gunmod/loading_port.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "arredondo_chute",
"type": "GUNMOD",
"name": { "str": "speedloader chute" },
"description": "A metal ramp that can be installed near a shotgun's feeding port to index speedloader tubes. Need modification before attaching.",
"description": "A metal ramp that can be installed near a shotgun's feeding port to index speedloader tubes. Need modification before attaching.",
"weight": "135 g",
"volume": "149 ml",
"integral_volume": "149 ml",
Expand All @@ -19,12 +19,12 @@
"min_skills": [ [ "weapon", 2 ], [ "mechanics", 1 ] ]
},
{
"id": "arredondo_chute_4",
"id": "arredondo_chute_benelli_sa",
"type": "GUNMOD",
"name": { "str": "speedloader chute, 4-round" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is tuned to be used on 4-round waterfowl shotgun and breaching shotgun.",
"name": { "str": "speedloader chute, 4-round waterfowl shotgun" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is for 4-round waterfowl shotgun.",
"copy-from": "arredondo_chute",
"mod_targets": [ "benelli_sa", "remington_870_breacher" ],
"mod_targets": [ "benelli_sa" ],
"pocket_mods": [
{
"pocket_type": "MAGAZINE",
Expand All @@ -35,10 +35,26 @@
]
},
{
"id": "arredondo_chute_8",
"id": "arredondo_chute_remington_870_breacher",
"type": "GUNMOD",
"name": { "str": "speedloader chute, 8-round" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is tuned to be used on 8-round auto-loading shotgun.",
"name": { "str": "speedloader chute, 4-round breaching shotgun" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is for 4-round breaching shotgun.",
"copy-from": "arredondo_chute",
"mod_targets": [ "remington_870_breacher" ],
"pocket_mods": [
{
"pocket_type": "MAGAZINE",
"rigid": true,
"ammo_restriction": { "shot": 4 },
"allowed_speedloaders": [ "shot_speedloader6", "shot_speedloader8" ]
}
]
},
{
"id": "arredondo_chute_mossberg_930",
"type": "GUNMOD",
"name": { "str": "speedloader chute, 8-round auto-loading shotgun" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is for 8-round auto-loading shotgun.",
"copy-from": "arredondo_chute",
"mod_targets": [ "mossberg_930" ],
"pocket_mods": [
Expand All @@ -51,10 +67,10 @@
]
},
{
"id": "arredondo_chute_9",
"id": "arredondo_chute_mossberg_590",
"type": "GUNMOD",
"name": { "str": "speedloader chute, 9-round" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is tuned to be used on 9-round combat shotgun.",
"name": { "str": "speedloader chute, 9-round combat shotgun" },
"description": "A metal ramp that is installed near a shotgun's feeding port to index speedloader tubes. This one is for on 9-round combat shotgun.",
"copy-from": "arredondo_chute",
"mod_targets": [ "mossberg_590" ],
"pocket_mods": [
Expand Down

0 comments on commit 6130fa3

Please sign in to comment.