Skip to content

Commit

Permalink
Adding compound crossbow to itemgrups (#39550)
Browse files Browse the repository at this point in the history
Added compcrossbow to archery, with weight of 10. Reduced weight of crossbow by same amount (now 70) so that the distribution of items remains undistubed.
Added compound crossbow to home_display_case with weight 20.
  • Loading branch information
Arcangelus authored Apr 14, 2020
1 parent 8eb7fc7 commit 5447ee1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/json/itemgroups/activities_hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
[ "bolt_cf", 5 ],
[ "bbgun", 10 ],
[ "crossbow", 2 ],
[ "compcrossbow", 2 ],
[ "mag_survival", 40 ],
[ "textbook_survival", 20 ],
[ "modern_tanner", 8 ],
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/collections_domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@
[ "throwing_axe", 25 ],
[ "binoculars", 50 ],
[ "crossbow", 20 ],
[ "compcrossbow", 20 ],
[ "rapier", 1 ],
[ "rapier_fake", 10 ],
[ "cavalry_sabre", 1 ],
Expand Down
3 changes: 2 additions & 1 deletion data/json/itemgroups/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@
"id": "archery",
"subtype": "distribution",
"entries": [
{ "item": "crossbow", "prob": 80 },
{ "item": "crossbow", "prob": 70 },
{ "item": "compcrossbow", "prob": 10 },
{ "item": "bullet_crossbow", "prob": 10 },
{ "item": "hand_crossbow", "prob": 10 },
{ "item": "longbow", "prob": 40 },
Expand Down

0 comments on commit 5447ee1

Please sign in to comment.