mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 21:16:39 +01:00
AwooCosplayCrate
Adds Wolfgirl Cosplay Crate to Supplypacks under Recreation. Adds Wolfgirl Replica Sword and Autumn Shield. Adds the above and three existing items to aforementioned crate.
This commit is contained in:
@@ -3,4 +3,19 @@
|
||||
desc = "It's really easy to mispronounce the name of this shield if you've only read it in books."
|
||||
icon = 'icons/obj/weapons_vr.dmi'
|
||||
icon_state = "eshield0" // eshield1 for expanded
|
||||
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi')
|
||||
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi')
|
||||
|
||||
/obj/item/weapon/shield/fluff/awooshield
|
||||
name = "Autumn Shield"
|
||||
desc = "A shiny silvery shield with a large red leaf symbol in the center."
|
||||
icon = 'icons/obj/weapons_vr.dmi'
|
||||
icon_state = "awooshield"
|
||||
slot_flags = SLOT_BACK | SLOT_OCLOTHING
|
||||
force = 5.0
|
||||
throwforce = 5.0
|
||||
throw_speed = 2
|
||||
throw_range = 6
|
||||
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi', slot_back_str = 'icons/vore/custom_items_vr.dmi', slot_wear_suit_str = 'icons/vore/custom_items_vr.dmi')
|
||||
attack_verb = list("shoved", "bashed")
|
||||
var/cooldown = 0 //shield bash cooldown. based on world.time
|
||||
allowed = list(/obj/item/weapon/melee/fluffstuff/awoosword)
|
||||
Reference in New Issue
Block a user