This commit is contained in:
Braiden
2020-09-11 16:53:17 -05:00
parent 8b0a2a285d
commit e463b40a20
4 changed files with 40 additions and 4 deletions

View File

@@ -2,8 +2,14 @@
name = "Strix Hades"
desc = "This is Strix Hades the plushie Avali. Very soft, with a pompom on the tail. The toy is made well, as if alive. Looks like he is sleeping. Shhh!"
icon_state = "strixplush"
item_state = "strixplush"
slot_flags = SLOT_BACK
pokephrase = "Weh!"
icon = 'icons/obj/toy_yw.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
rename_plushie()
set name = "Name Plushie"
@@ -26,9 +32,9 @@
pokephrase = "Weh!"
icon = 'icons/vore/custom_items_yw.dmi'
item_icons = list(
slot_l_hand_str = 'icons/vore/lefthand_toys_yw.dmi',
slot_r_hand_str = 'icons/vore/righthand_toys_yw.dmi',
slot_wear_back_str = 'icons/vore/custom_items_yw_special.dmi',
slot_l_hand_str = 'icons/vore/custom_items_left_hand_yw.dmi',
slot_r_hand_str = 'icons/vore/custom_items_right_hand_yw.dmi',
slot_back_str = 'icons/vore/custom_onmob_yw.dmi')
rename_plushie()
set name = "Name Plushie"
@@ -46,20 +52,50 @@
name = "lifelike teshari plush"
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
icon_state = "teshariplushie_brown"
item_state = "teshariplushie_brown"
pokephrase = "Rya!"
slot_flags = SLOT_BACK
icon = 'icons/obj/toy_yw.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
/obj/item/toy/plushie/teshariw_yw
name = "lifelike teshari plush"
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
icon_state = "teshariplushie_white"
item_state = "teshariplushie_white"
pokephrase = "Rya!"
slot_flags = SLOT_BACK
icon = 'icons/obj/toy_yw.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
/obj/item/toy/plushie/tesharib_yw
name = "lifelike teshari plush"
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
icon_state = "teshariplushie_black"
item_state = "teshariplushie_black"
pokephrase = "Rya!"
slot_flags = SLOT_BACK
icon = 'icons/obj/toy_yw.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
/obj/item/toy/plushie/teshariy_yw
name = "lifelike teshari plush"
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
icon_state = "teshariplushie_yellow"
pokephrase = "Rya!"
item_state = "teshariplushie_yellow"
pokephrase = "Rya!"
slot_flags = SLOT_BACK
icon = 'icons/obj/toy_yw.dmi'
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
slot_back_str = 'icons/mob/toy_worn_yw.dmi')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 29 KiB