Adds Perrin's fluff stuff

This commit is contained in:
Heroman3003
2022-10-29 16:20:07 +10:00
committed by CHOMPStation2
parent 3edcd6a977
commit 802b6734bd
9 changed files with 1321 additions and 14 deletions

View File

@@ -276,6 +276,18 @@
ckeywhitelist = list("chaleur")
character_name = list("Hisako Arato")
/datum/gear/fluff/perrin_robes
path = /obj/item/clothing/under/fluff/gildedrobe_perrin
display_name = "Perrin's Robes"
ckeywhitelist = list("codeme")
character_name = list("Perrin Kade")
/datum/gear/fluff/perrin_shoes
path = /obj/item/clothing/shoes/fluff/gildedshoes_perrin
display_name = "Perrin's Shoes"
ckeywhitelist = list("codeme")
character_name = list("Perrin Kade")
/datum/gear/fluff/jade_stamp
path = /obj/item/weapon/stamp/fluff/jade_horror
display_name = "Official Council of Mid Horror rubber stamp"
@@ -1035,6 +1047,12 @@
ckeywhitelist = list("stiphs")
character_name = list("Lilith Vespers")
/datum/gear/fluff/greek_dress
path = /obj/item/clothing/under/fluff/greek_dress
display_name = "mytilenean Dress"
ckeywhitelist = list("sudate")
character_name = list("Shea Corbett")
/datum/gear/fluff/silent_mimemask
path = /obj/item/clothing/mask/gas/sexymime
display_name = "Silent Stripe's Mime Mask"
@@ -1092,6 +1110,13 @@
ckeywhitelist = list("thedavestdave")
character_name = list("Roy Tilton")
/datum/gear/fluff/lucky_amour
path = /obj/item/clothing/suit/armor/combat/crusader_costume/lucky
display_name = "Lucky's amour"
ckeywhitelist = list ("thedavestdave")
character_name = list("Lucky")
allowed_roles = list("Chaplain")
/datum/gear/fluff/monty_balaclava
path = /obj/item/clothing/mask/balaclava
display_name = "Monty's Balaclava"
@@ -1328,16 +1353,3 @@
display_name = "Health Service Achievement medal"
ckeywhitelist = list("zodiacshadow")
character_name = list("Nehi Maximus")
/datum/gear/fluff/lucky_amour
path = /obj/item/clothing/suit/armor/combat/crusader_costume/lucky
display_name = "Lucky's amour"
ckeywhitelist = list ("thedavestdave")
character_name = list("Lucky")
allowed_roles = list("Chaplain")
/datum/gear/fluff/greek_dress
path = /obj/item/clothing/under/fluff/greek_dress
display_name = "mytilenean Dress"
ckeywhitelist = list("sudate")
character_name = list("Shea Corbett")

View File

@@ -886,3 +886,10 @@
icon_state = "altevian-incisors"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/vr_eldritch_markings
name = "Eldritch Markings"
icon = 'icons/mob/human_races/markings_vr.dmi'
icon_state = "perrinmarkings"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD,BP_L_ARM,BP_L_HAND,BP_R_ARM,BP_R_HAND,BP_L_LEG,BP_L_FOOT,BP_R_LEG,BP_R_FOOT)

File diff suppressed because it is too large Load Diff

View File

@@ -2478,6 +2478,7 @@ Departamental Swimsuits, for general use
icon_state = "champion"
item_state = null // i swear to god this works - hatterhat
icon_override = 'icons/vore/custom_onmob_vr.dmi'
<<<<<<< HEAD
//Sudate: Shea Corbett
/obj/item/clothing/under/fluff/greek_dress
@@ -2505,3 +2506,56 @@ Departamental Swimsuits, for general use
body_parts_covered = FACE
End CHOMP Removal*/
=======
//Sudate: Shea Corbett
/obj/item/clothing/under/fluff/greek_dress
name = "mytilenean dress"
desc = "It's a breezy, colorful two-part dress woven from linen, with the top consisting of white linen, and the skirt of rougher, sturdy fabric. It's adorned with a yellow belt and embroidered stripes in the hem, and blue highlights at the sleeves. More notably, however, it exposes the wearer's chest entirely."
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "greek_dress"
worn_state = "greek_dress"
rolled_sleeves = 0
rolled_down = 0
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "greek_dress"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
//JadeManique: Freyr
/obj/item/clothing/mask/fluff/freyr_mask
name = "Freyr's Mask"
desc = "A pristine white mask with antlers. Its silky to the touch, like porcelain!"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "freyrmask"
icon_override = 'icons/vore/custom_onmob_vr.dmi'
item_state = "freyrmask_mob"
item_state_slots = null
body_parts_covered = FACE
flags_inv = HIDEFACE
item_flags = FLEXIBLEMATERIAL
//codeme: Perrin Kade
/obj/item/clothing/shoes/fluff/gildedshoes_perrin
name = "gilded shoes"
desc = "Black shoes with gilding, revealing and comfortable for any wearer!"
icon_state = "perrinshoes"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_onmob_vr.dmi'
/obj/item/clothing/under/fluff/gildedrobe_perrin
name = "gilded robe"
desc = "Black robe with gilding, revealing and comfortable for any wearer!"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "perrinrobes"
worn_state = "perrinrobes_s"
rolled_sleeves = 0
rolled_down = 0
icon_override = 'icons/vore/custom_onmob_vr.dmi'
item_state = "perrinrobes_s"
body_parts_covered = UPPER_TORSO|LOWER_TORSO
>>>>>>> d581f637fe... Merge pull request #14004 from Heroman3003/perrin-fluff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -4329,7 +4329,11 @@
#include "code\modules\vore\fluffstuff\custom_boxes_yw.dm"
#include "code\modules\vore\fluffstuff\custom_clothes_ch.dm"
#include "code\modules\vore\fluffstuff\custom_clothes_vr.dm"
<<<<<<< HEAD
#include "code\modules\vore\fluffstuff\custom_clothes_yw.dm"
=======
#include "code\modules\vore\fluffstuff\custom_implants_vr.dm"
>>>>>>> d581f637fe... Merge pull request #14004 from Heroman3003/perrin-fluff
#include "code\modules\vore\fluffstuff\custom_items_vr.dm"
#include "code\modules\vore\fluffstuff\custom_items_yw.dm"
#include "code\modules\vore\fluffstuff\custom_mecha_vr.dm"