forked from shiptest-ss13/Shiptest
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
101 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,61 @@ | ||
// Worn items for pentest | ||
|
||
/obj/item/clothing/neck/padded | ||
name = "feathered serenity cloak" | ||
desc = "A meticulously handcrafted cloak that is lined with subtle pockets filled with feathers and down. Its design matches common styles from the followers of Univitarium." | ||
mob_overlay_icon = 'PentestModules/icons/mob/worn/neck.dmi' | ||
icon = 'PentestModules/icons/obj/neck.dmi' | ||
lefthand_file = 'PentestModules/icons/mob/worn/l_hand.dmi' | ||
righthand_file = 'PentestModules/icons/mob/worn/r_hand.dmi' | ||
icon_state = "paddedscarf" | ||
item_state = "paddedscarf" | ||
|
||
/obj/item/clothing/under/padded | ||
name = "feathered serenity suit" | ||
desc = "A meticulously handcrafted suit that is lined on the inside with feathers and down." | ||
icon = 'PentestModules/icons/obj/under.dmi' | ||
mob_overlay_icon = 'PentestModules/icons/mob/worn/under.dmi' | ||
lefthand_file = 'PentestModules/icons/mob/worn/l_hand.dmi' | ||
righthand_file = 'PentestModules/icons/mob/worn/r_hand.dmi' | ||
icon_state = "paddedunder" | ||
item_state = "paddedunder" | ||
|
||
/obj/item/clothing/shoes/jackboots/padded | ||
name = "serenity jackboots" | ||
desc = "Thick boots that is lined with feathers and down. Good footwear almost anticipating harsh weather." | ||
icon = 'PentestModules/icons/obj/feet.dmi' | ||
mob_overlay_icon = 'PentestModules/icons/mob/worn/feet.dmi' | ||
lefthand_file = 'PentestModules/icons/mob/worn/l_hand.dmi' | ||
righthand_file = 'PentestModules/icons/mob/worn/r_hand.dmi' | ||
icon_state = "paddedboots" | ||
item_state = "paddedboots" | ||
|
||
/obj/item/clothing/gloves/padded | ||
name = "serenity gloves" | ||
desc = "A pair of gloves lined with soft to the touch fur." | ||
icon = 'PentestModules/icons/obj/hands.dmi' | ||
mob_overlay_icon = 'PentestModules/icons/mob/worn/hands.dmi' | ||
lefthand_file = 'PentestModules/icons/mob/worn/l_hand.dmi' | ||
righthand_file = 'PentestModules/icons/mob/worn/r_hand.dmi' | ||
icon_state = "paddedgloves" | ||
item_state = "paddedgloves" | ||
|
||
/obj/item/clothing/head/leafcrown | ||
name = "wish tree leaf crown" | ||
desc = "A delicately crafted crown made from leaves from a Wish Tree." | ||
icon = 'PentestModules/icons/obj/leaf.dmi' | ||
mob_overlay_icon = 'PentestModules/icons/mob/worn/leafcrown.dmi' | ||
lefthand_file = 'PentestModules/icons/mob/worn/l_hand.dmi' | ||
righthand_file = 'PentestModules/icons/mob/worn/r_hand.dmi' | ||
icon_state = "leafcrown" | ||
item_state = "leafcrown" | ||
|
||
//This is not a worn item but Im at the point where Im being lazy | ||
/obj/item/leaf | ||
name = "wish tree leaf" | ||
desc = "A soft velvety leaf from the wish tree, prime and ready for Univitarian rituals." | ||
icon = 'PentestModules/icons/obj/leaf.dmi' | ||
lefthand_file = 'PentestModules/icons/mob/worn/l_hand.dmi' | ||
righthand_file = 'PentestModules/icons/mob/worn/r_hand.dmi' | ||
icon_state = "wishleaf" | ||
item_state = "wishleaf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters