//////////////////////// // For sergals and stuff //////////////////////// // Note: Creating a sub-datum to group all vore stuff together // would require us to exclude that datum from the global list. /datum/sprite_accessory/hair //var/icon_add = 'icons/mob/human_face.dmi' //Already defined in sprite_accessories.dm line 49. var/color_blend_mode = ICON_MULTIPLY species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Rapala") //This lets all races use the default hairstyles. awoohair name = "Shoulder-length Messy" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "momijihair" citheronia name = "Citheronia Hair (Kira72)" icon = 'icons/mob/human_face_vr.dmi' icon_state = "citheronia_hair" ckeys_allowed = list("Kira72") do_colouration = 0 citheronia_colorable name = "Citheronia Hair" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "citheronia_hair_c" do_colouration = 1 sergal_plain name = "Sergal Plain" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "serg_plain" species_allowed = list("Sergal") sergal_medicore name = "Sergal Medicore" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "serg_medicore" species_allowed = list("Sergal") sergal_tapered name = "Sergal Tapered" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "serg_tapered" species_allowed = list("Sergal") sergal_fairytail name = "Sergal Fairytail" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "serg_fairytail" species_allowed = list("Sergal") braid name = "Floorlength Braid" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "hair_braid" twindrills name = "Twin Drills" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "hair_twincurl" bald name = "Bald" icon_state = "bald" gender = MALE species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Xenochimera", "Rapala") //Lets all the races be bald if they want. ponytail6_fixed //Eggnerd's done with waiting for upstream fixes lmao. name = "Ponytail 6 but fixed" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "hair_ponytail6" species_allowed = list("Human","Skrell","Unathi","Tajara", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Rapala") una_hood name = "Cobra Hood" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "soghun_hood" una_spines_long name = "Long Unathi Spines" icon_state = "soghun_longspines" species_allowed = list("Unathi", "Xenochimera") //Xenochimera get most hairstyles since they're abominations. una_spines_short name = "Short Unathi Spines" icon_state = "soghun_shortspines" species_allowed = list("Unathi", "Xenochimera") una_frills_long name = "Long Unathi Frills" icon_state = "soghun_longfrills" species_allowed = list("Unathi", "Xenochimera") una_frills_short name = "Short Unathi Frills" icon_state = "soghun_shortfrills" species_allowed = list("Unathi", "Xenochimera") una_horns name = "Unathi Horns" icon_state = "soghun_horns" species_allowed = list("Unathi", "Xenochimera") una_bighorns name = "Unathi Big Horns" icon_state = "unathi_bighorn" species_allowed = list("Unathi", "Xenochimera") una_smallhorns name = "Unathi Small Horns" icon_state = "unathi_smallhorn" species_allowed = list("Unathi", "Xenochimera") una_ramhorns name = "Unathi Ram Horns" icon_state = "unathi_ramhorn" species_allowed = list("Unathi", "Xenochimera") una_sidefrills name = "Unathi Side Frills" icon_state = "unathi_sidefrills" species_allowed = list("Unathi", "Xenochimera") una_doublehorns name = "Double Unathi Horns" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "soghun_dubhorns" species_allowed = list("Unathi", "Xenochimera") taj_ears name = "Tajaran Ears" icon_state = "ears_plain" species_allowed = list("Tajara", "Xenochimera") taj_ears_clean name = "Tajara Clean" icon_state = "hair_clean" species_allowed = list("Tajara", "Xenochimera") taj_ears_bangs name = "Tajara Bangs" icon_state = "hair_bangs" species_allowed = list("Tajara", "Xenochimera") taj_ears_braid name = "Tajara Braid" icon_state = "hair_tbraid" species_allowed = list("Tajara", "Xenochimera") taj_ears_shaggy name = "Tajara Shaggy" icon_state = "hair_shaggy" species_allowed = list("Tajara", "Xenochimera") taj_ears_mohawk name = "Tajaran Mohawk" icon_state = "hair_mohawk" species_allowed = list("Tajara", "Xenochimera") taj_ears_plait name = "Tajara Plait" icon_state = "hair_plait" species_allowed = list("Tajara", "Xenochimera") taj_ears_straight name = "Tajara Straight" icon_state = "hair_straight" species_allowed = list("Tajara", "Xenochimera") taj_ears_long name = "Tajara Long" icon_state = "hair_long" species_allowed = list("Tajara", "Xenochimera") taj_ears_rattail name = "Tajara Rat Tail" icon_state = "hair_rattail" species_allowed = list("Tajara", "Xenochimera") taj_ears_spiky name = "Tajara Spiky" icon_state = "hair_tajspiky" species_allowed = list("Tajara", "Xenochimera") taj_ears_messy name = "Tajara Messy" icon_state = "hair_messy" species_allowed = list("Tajara", "Xenochimera") //Teshari things teshari icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_altdefault icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_tight icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_excited icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_spike icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_long icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_burst icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_shortburst icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_mohawk icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_pointy icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_upright icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_mane icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_droopy icon_add = 'icons/mob/human_face_vr_add.dmi' teshari_mushroom icon_add = 'icons/mob/human_face_vr_add.dmi' //Skrell 'hairstyles' - these were requested for a chimera and screw it, if one wants to eat seafood, go nuts skr_tentacle_veryshort name = "Skrell Very Short Tentacles" icon_state = "skrell_hair_veryshort" species_allowed = list("Skrell", "Xenochimera") gender = MALE skr_tentacle_short name = "Skrell Short Tentacles" icon_state = "skrell_hair_short" species_allowed = list("Skrell", "Xenochimera") skr_tentacle_average name = "Skrell Average Tentacles" icon_state = "skrell_hair_average" species_allowed = list("Skrell", "Xenochimera") skr_tentacle_verylong name = "Skrell Long Tentacles" icon_state = "skrell_hair_verylong" species_allowed = list("Skrell", "Xenochimera") gender = FEMALE // Vulpa stuffs vulp_hair_none name = "None" icon_state = "bald" species_allowed = list("Vulpkanin", "Xenochimera") gender = NEUTER vulp_hair_kajam name = "Kajam" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "kajam" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_keid name = "Keid" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "keid" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_adhara name = "Adhara" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "adhara" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_kleeia name = "Kleeia" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "kleeia" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_mizar name = "Mizar" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "mizar" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_apollo name = "Apollo" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "apollo" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_belle name = "Belle" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "belle" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_bun name = "Bun" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "bun" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_jagged name = "Jagged" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "jagged" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_curl name = "Curl" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "curl" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_hawk name = "Hawk" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "hawk" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_anita name = "Anita" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "anita" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_short name = "Short" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "short" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER vulp_hair_spike name = "Spike" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "spike" species_allowed = list("Vulpkanin", "Xenochimera", "Tajara", "Sergal", "Flatland Zorren", "Highlander Zorren") gender = NEUTER //xeno stuffs xeno_head_drone_color name = "Drone dome" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "cxeno_drone" species_allowed = list("Xenomorph Hybrid") gender = NEUTER // figure this one out for better coloring xeno_head_sentinel_color name = "Sentinal dome" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "cxeno_sentinel" species_allowed = list("Xenomorph Hybrid") gender = NEUTER xeno_head_queen_color name = "Queen dome" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "cxeno_queen" species_allowed = list("Xenomorph Hybrid") gender = NEUTER xeno_head_hunter_color name = "Hunter dome" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "cxeno_hunter" species_allowed = list("Xenomorph Hybrid") gender = NEUTER xeno_head_praetorian_color name = "Praetorian dome" icon = 'icons/mob/human_face_vr.dmi' icon_add = 'icons/mob/human_face_vr_add.dmi' icon_state = "cxeno_praetorian" species_allowed = list("Xenomorph Hybrid") gender = NEUTER /datum/sprite_accessory/facial_hair icon = 'icons/mob/human_face_or_vr.dmi' var/color_blend_mode = ICON_MULTIPLY species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Rapala") //This lets all races use the facial hair styles. shaved name = "Shaved" icon_state = "bald" gender = NEUTER species_allowed = list("Human","Skrell","Unathi","Tajara", "Teshari", "Nevrean", "Akula", "Sergal", "Flatland Zorren", "Highlander Zorren", "Vulpkanin", "Xenochimera", "Xenomorph Hybrid", "Vasilissan", "Rapala") //This needed to be manually defined, apparantly. vulp_none name = "None" icon = 'icons/mob/human_face_vr.dmi' icon_state = "none" species_allowed = list("Vulpkanin") gender = NEUTER vulp_blaze name = "Blaze" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_blaze" species_allowed = list("Vulpkanin") gender = NEUTER vulp_vulpine name = "Vulpine" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_vulpine" species_allowed = list("Vulpkanin") gender = NEUTER vulp_earfluff name = "Earfluff" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_earfluff" species_allowed = list("Vulpkanin") gender = NEUTER vulp_mask name = "Mask" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_mask" species_allowed = list("Vulpkanin") gender = NEUTER vulp_patch name = "Patch" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_patch" species_allowed = list("Vulpkanin") gender = NEUTER vulp_ruff name = "Ruff" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_ruff" species_allowed = list("Vulpkanin") gender = NEUTER vulp_kita name = "Kita" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_kita" species_allowed = list("Vulpkanin") gender = NEUTER vulp_swift name = "Swift" icon = 'icons/mob/human_face_vr.dmi' icon_state = "vulp_facial_swift" species_allowed = list("Vulpkanin") gender = NEUTER //Special hairstyles /datum/sprite_accessory/ears/inkling name = "colorable mature inkling hair" desc = "" icon = 'icons/mob/human_face_vr.dmi' icon_state = "inkling-colorable" color_blend_mode = ICON_MULTIPLY do_colouration = 1 //VOREStation Body Markings and Overrides //Reminder: BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_TORSO,BP_GROIN,BP_HEAD /datum/sprite_accessory/marking //Override for base markings var/color_blend_mode = ICON_ADD /datum/sprite_accessory/marking/vr icon = 'icons/mob/human_races/markings_vr.dmi' vulp_belly name = "belly fur (Vulp)" icon_state = "vulp_belly" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_GROIN) vulp_fullbelly name = "full belly fur (Vulp)" icon_state = "vulp_fullbelly" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_GROIN) vulp_crest name = "belly crest (Vulp)" icon_state = "vulp_crest" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_GROIN) vulp_nose name = "nose (Vulp)" icon_state = "vulp_nose" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) snoutstripe name = "snout stripe (Vulp)" icon_state = "snoutstripe" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) vulp_face name = "face (Vulp)" icon_state = "vulp_face" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) vulp_earsface name = "ears and face (Vulp)" icon_state = "vulp_earsface" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) vulp_all name = "all head highlights (Vulp)" icon_state = "vulp_all" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) sergal_full name = "Sergal Markings" icon_state = "sergal_full" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD) species_allowed = list("Sergal") sergal_full_female name = "Sergal Markings (Female)" icon_state = "sergal_full_female" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD) species_allowed = list("Sergal") monoeye name = "Monoeye" icon_state = "monoeye" body_parts = list(BP_HEAD) spidereyes name = "Spider Eyes" icon_state = "spidereyes" body_parts = list(BP_HEAD) sergaleyes name = "Sergal Eyes" icon_state = "eyes_sergal" body_parts = list(BP_HEAD) nevrean_female name = "Female Nevrean beak" icon_state = "nevrean_f" body_parts = list(BP_HEAD) color_blend_mode = ICON_MULTIPLY gender = FEMALE nevrean_male name = "Male Nevrean beak" icon_state = "nevrean_m" body_parts = list(BP_HEAD) color_blend_mode = ICON_MULTIPLY gender = MALE spots name = "Spots" icon_state = "spots" body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO) shaggy_mane name = "Shaggy mane/feathers" icon_state = "shaggy" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO) jagged_teeth name = "Jagged teeth" icon_state = "jagged" body_parts = list(BP_HEAD) saber_teeth name = "Saber teeth" icon_state = "saber" body_parts = list(BP_HEAD) fangs name = "Fangs" icon_state = "fangs" body_parts = list(BP_HEAD) tusks name = "Tusks" icon_state = "tusks" body_parts = list(BP_HEAD) otie_face name = "Otie face" icon_state = "otieface" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) otie_nose name = "Otie nose" icon_state = "otie_nose" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) backstripes name = "Back stripes" icon_state = "otiestripes" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_HEAD) belly_butt name = "Belly and butt" icon_state = "bellyandbutt" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_GROIN,BP_TORSO) fingers_toes name = "Fingers and toes" icon_state = "fingerstoes" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_HAND,BP_R_HAND) otie_socks name = "Fingerless socks" icon_state = "otiesocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND) corvid_beak name = "Corvid beak" icon_state = "corvidbeak" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) corvid_belly name = "Corvid belly" icon_state = "corvidbelly" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_GROIN,BP_TORSO,BP_HEAD) cow_body name = "Cow markings" icon_state = "cowbody" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD) cow_nose name = "Cow nose" icon_state = "cownose" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) zmask name = "Eye mask" icon_state = "zmask" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) zbody name = "Thick jagged stripes" icon_state = "zbody" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_LEG,BP_R_LEG,BP_GROIN,BP_TORSO) znose name = "Jagged snout" icon_state = "znose" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) zorren_belly_male name = "Zorren Male Torso" icon_state = "zorren_belly" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_GROIN) zorren_belly_female name = "Zorren Female Torso" icon_state = "zorren_belly_female" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO,BP_GROIN) zorren_back_patch name = "Zorren Back Patch" icon_state = "zorren_backpatch" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO) zorren_face_male name = "Zorren Male Face" icon_state = "zorren_face" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) gender = MALE zorren_face_female name = "Zorren Female Face" icon_state = "zorren_face_female" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) gender = FEMALE zorren_muzzle_male name = "Zorren Male Muzzle" icon_state = "zorren_muzzle" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) gender = MALE zorren_muzzle_female name = "Zorren Female Muzzle" icon_state = "zorren_muzzle_female" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_HEAD) gender = FEMALE zorren_socks name = "Zorren Socks" icon_state = "zorren_socks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND) zorren_longsocks name = "Zorren Longsocks" icon_state = "zorren_longsocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND) tesh_feathers name = "Teshari Feathers" icon_state = "tesh-feathers" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_HAND,BP_R_HAND) harpy_feathers name = "Rapala leg Feather" icon_state = "harpy-feathers" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_LEG,BP_R_LEG) harpy_legs name = "Rapala leg coloring" icon_state = "harpy-leg" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG) alurane name = "Alurane Body" icon_state = "alurane" body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD) ckeys_allowed = list("natje") body_tone name = "Body toning (for emergency contrast loss)" icon_state = "btone" body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO) eboop_panels name = "Eggnerd FBP panels" icon_state = "eboop" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO,BP_HEAD) osocks_rarm name = "Modular Longsock (right arm)" icon_state = "osocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_R_ARM,BP_R_HAND) osocks_larm name = "Modular Longsock (left arm)" icon_state = "osocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_ARM,BP_L_HAND) osocks_rleg name = "Modular Longsock (right leg)" icon_state = "osocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_R_FOOT,BP_R_LEG) osocks_lleg name = "Modular Longsock (left leg)" icon_state = "osocks" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_FOOT,BP_L_LEG) animeeyesinner name = "Anime Eyes Inner" icon_state = "animeeyesinner" body_parts = list(BP_HEAD) animeeyesouter name = "Anime Eyes Outer" icon_state = "animeeyesouter" body_parts = list(BP_HEAD) catwomantorso name = "Catwoman chest stripes" icon_state = "catwomanchest" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_TORSO) catwomangroin name = "Catwoman groin stripes" icon_state = "catwomangroin" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_GROIN) catwoman_rleg name = "Catwoman right leg stripes" icon_state = "catwomanright" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_R_LEG) catwoman_lleg name = "Catwoman left leg stripes" icon_state = "catwomanleft" color_blend_mode = ICON_MULTIPLY body_parts = list(BP_L_LEG)