27 lines
965 B
Plaintext
27 lines
965 B
Plaintext
/obj/item/ammo_casing/caseless/arrow
|
|
name = "wooden arrow"
|
|
desc = "An arrow made of wood, typically fired from a bow."
|
|
projectile_type = /obj/item/projectile/bullet/reusable/arrow
|
|
caliber = "arrow"
|
|
icon_state = "arrow"
|
|
throwforce = 3 //good luck hitting someone with the pointy end of the arrow
|
|
throw_speed = 3
|
|
|
|
/obj/item/ammo_casing/caseless/arrow/ashen
|
|
name = "ashen arrow"
|
|
desc = "Fire harderned wooden arrow."
|
|
icon_state = "asharrow"
|
|
projectile_type = /obj/item/projectile/bullet/reusable/arrow/ashen
|
|
|
|
/obj/item/ammo_casing/caseless/arrow/bone
|
|
name = "bone arrow"
|
|
desc = "Arrow made of bone and sinew. The tip is sharp enough to pierce into a goliath plate."
|
|
icon_state = "bonearrow"
|
|
projectile_type = /obj/item/projectile/bullet/reusable/arrow/bone
|
|
|
|
/obj/item/ammo_casing/caseless/arrow/bronze
|
|
name = "bronze arrow"
|
|
desc = "Bronze tipped arrow."
|
|
icon_state = "bronzearrow"
|
|
projectile_type = /obj/item/projectile/bullet/reusable/arrow/bronze
|