Skip to content

Commit

Permalink
Carbon fiber crossbow bolts (#36552)
Browse files Browse the repository at this point in the history
* Added the bolt

* Added spawns
  • Loading branch information
RarkGrames authored and I-am-Erk committed Dec 31, 2019
1 parent d12d605 commit b91f879
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/json/itemgroups/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,7 @@
[ "10gal_hat", 4 ],
[ "bb", 8 ],
[ "bolt_steel", 7 ],
[ "bolt_cf", 5 ],
[ "bbgun", 10 ],
[ "crossbow", 2 ],
[ "mag_survival", 40 ],
Expand Down Expand Up @@ -2315,6 +2316,7 @@
[ "hat_boonie", 10 ],
[ "helmet_riot", 25 ],
[ "bolt_steel", 7 ],
[ "bolt_cf", 5 ],
[ "shot_00", 8 ],
[ "shot_flechette", 3 ],
[ "20x66_shot", 4 ],
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 @@ -260,7 +260,8 @@
[ "arrow_field_point_fletched", 50 ],
[ "arrow_cf", 100 ],
[ "bolt_wood", 100 ],
[ "bolt_wood_bodkin", 50 ]
[ "bolt_wood_bodkin", 50 ],
[ "bolt_cf", 100 ]
]
}
]
22 changes: 22 additions & 0 deletions data/json/items/crossbows.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,28 @@
"count": 10,
"effects": [ "RECOVER_45", "NOGIB" ]
},
{
"type": "AMMO",
"id": "bolt_cf",
"price": 2000,
"name": "carbon fiber hunting bolt",
"symbol": "=",
"color": "green",
"looks_like": "bolt_steel",
"description": "A fletched carbon fiber crossbow bolt shaft with an expanding broadhead tip. Deals impressive damage to targets. Stands a good chance of remaining intact once fired.",
"material": [ "kevlar_rigid", "steel" ],
"volume": "250 ml",
"weight": "30 g",
"bashing": 1,
"ammo_type": "bolt",
"prop_damage": 1.35,
"range": 4,
"dispersion": 50,
"loudness": 0,
"count": 10,
"stack_size": 10,
"effects": [ "RECOVER_30" ]
},
{
"type": "AMMO",
"id": "bolt_explosive",
Expand Down

0 comments on commit b91f879

Please sign in to comment.