Skip to content

Commit

Permalink
Swap mod locations for compound and normal crossbows
Browse files Browse the repository at this point in the history
Unintended side effect of obsoleting the "gun mods to add a slot for an actual gun mod" I'm guessing?
  • Loading branch information
RobbieNeko authored Jul 18, 2024
1 parent 72e6d23 commit fc6e82b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/json/items/ranged/crossbows.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,15 +338,7 @@
"dispersion": 375,
"durability": 6,
"reload": 800,
"valid_mod_locations": [
[ "accessories", 4 ],
[ "dampening", 1 ],
[ "rail", 1 ],
[ "sights", 1 ],
[ "sling", 1 ],
[ "underbarrel", 1 ],
[ "mechanism", 1 ]
]
"valid_mod_locations": [ [ "sling", 1 ], [ "dampening", 1 ] ]
},
{
"id": "compositecrossbow",
Expand Down Expand Up @@ -389,7 +381,15 @@
"dispersion": 325,
"durability": 6,
"reload": 1000,
"valid_mod_locations": [ [ "sling", 1 ], [ "dampening", 1 ] ]
"valid_mod_locations": [
[ "accessories", 4 ],
[ "dampening", 1 ],
[ "rail", 1 ],
[ "sights", 1 ],
[ "sling", 1 ],
[ "underbarrel", 1 ],
[ "mechanism", 1 ]
]
},
{
"id": "huge_crossbow",
Expand Down

0 comments on commit fc6e82b

Please sign in to comment.