This commit is contained in:
zerothebigboy
2021-06-09 18:28:21 -04:00
parent 1a90c96e4b
commit 190edf57e8
12 changed files with 12 additions and 4 deletions

View File

@@ -40,5 +40,9 @@
*/
/obj/item/throwing_star/stamina/ninja
name = "ninja throwing star"
icon_state = "ninjastar"
item_state = "ninjastar"
lefthand_file = 'icons/mob/inhands/equipment/swords_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/swords_righthand.dmi'
throwforce = 10
embedding = list("pain_chance" = 5, "embed_chance" = 100, "fall_chance" = 10, "jostle_chance" = 10, "pain_stam_pct" = 2.5, "jostle_pain_mult" = 3)