Skip to content

Commit

Permalink
feat(content): spawn aluminum arrows and bolts (cataclysmbnteam#5023)
Browse files Browse the repository at this point in the history
feat(content): spawn aluminum arrows and bolts .
  • Loading branch information
Lamandus authored Jul 20, 2024
1 parent 3e82006 commit a5bf385
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,13 @@
[ "backpack_tactical_large", 10 ],
[ "binoculars", 20 ],
[ "bolt_steel", 7 ],
[ "bolt_steel_target", 5 ],
[ "bolt_steel_bodkin", 5 ],
[ "arrow_metal_bodkin", 5 ],
[ "arrow_metal", 5 ],
[ "arrow_metal_target", 5 ],
[ "crossbow", 2 ],
[ "compbow", 2 ],
{ "group": "book_gunmags", "prob": 70 },
[ "mag_fieldrepair", 100 ],
[ "manual_brawl", 30 ],
Expand Down
5 changes: 5 additions & 0 deletions data/json/itemgroups/activities_hobbies.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@
[ "bb", 8 ],
[ "bolt_steel", 7 ],
[ "bolt_cf", 5 ],
[ "bolt_steel_target", 5 ],
[ "bolt_steel_bodkin", 5 ],
[ "bbgun", 10 ],
[ "crossbow", 2 ],
[ "compcrossbow", 2 ],
Expand Down Expand Up @@ -248,6 +250,9 @@
[ "hand_crossbow", 1 ],
[ "arrow_wood", 7 ],
[ "arrow_cf", 5 ],
[ "arrow_metal_bodkin", 5 ],
[ "arrow_metal", 5 ],
[ "arrow_metal_target", 5 ],
[ "wire", 50 ],
[ "rollmat", 40 ],
[ "tent_kit", 17 ],
Expand Down
8 changes: 7 additions & 1 deletion data/json/itemgroups/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,15 @@
{ "item": "arrow_wood", "prob": 100 },
{ "item": "arrow_field_point_fletched", "prob": 50 },
{ "item": "arrow_cf", "prob": 100 },
{ "item": "arrow_metal_bodkin", "prob": 100 },
{ "item": "arrow_metal", "prob": 100 },
{ "item": "arrow_metal_target", "prob": 100 },
{ "item": "bolt_wood", "prob": 100 },
{ "item": "bolt_wood_bodkin", "prob": 50 },
{ "item": "bolt_cf", "prob": 100 }
{ "item": "bolt_cf", "prob": 100 },
{ "item": "bolt_steel", "prob": 100 },
{ "item": "bolt_steel_target", "prob": 100 },
{ "item": "bolt_steel_bodkin", "prob": 100 }
]
}
]

0 comments on commit a5bf385

Please sign in to comment.