Catwoman Markings

This adds four new markings, all inspired from Felicia from Darkstalkers. The Catwoman chest,groin,left leg, and right left markings.
This commit is contained in:
Xsdew
2017-10-24 20:12:22 -04:00
parent 5bfeded57b
commit 4b6ff72f6d
2 changed files with 26 additions and 2 deletions
@@ -14,7 +14,7 @@
name = "Shoulder-length Messy"
icon = 'icons/mob/human_face_vr.dmi'
icon_state = "momijihair"
citheronia
name = "Citheronia Hair (Kira72)"
icon = 'icons/mob/human_face_vr.dmi'
@@ -748,8 +748,32 @@
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)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 47 KiB