Dogborg Uprising

Brings in dogborg markings for character creation! Made by skits.
This commit is contained in:
Matica
2020-09-07 17:00:38 -04:00
parent 9732dc834e
commit c04771f0fe
8 changed files with 44 additions and 0 deletions

View File

@@ -94,6 +94,24 @@
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_HEAD, BP_GROIN)
vale_eyes
name = "VALE Eyes"
icon_state = "vale_eyes"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
vale_belly
name = "VALE Belly"
icon_state = "vale_belly"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO, BP_GROIN)
vale_back
name = "VALE Back"
icon_state = "vale_back"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_TORSO)
/datum/sprite_accessory/tail/special/orca_tail
name = "Orca Tail"
desc = ""

View File

@@ -0,0 +1,6 @@
/datum/robolimb/valehoundhead
company = "VALE Hound- Head"
desc = "A VALE hound head meant for synthetics."
icon = 'icons/mob/human_races/cyberlimbs/vale/vale_head.dmi' //Sprited by: Skits
skin_tone = 1
parts = list(BP_HEAD)

View File

@@ -15,6 +15,14 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/ears/vale
name = "VALE Model Ear Coloring"
desc = ""
icon = 'icons/mob/vore/ears_ch.dmi'
icon_state = "valeears"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
//TAILS
/datum/sprite_accessory/tail/alien_slug
name = "Alien slug tail"
@@ -43,6 +51,17 @@
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/tail/vale_tail
name = "Vale Tail, dual color (vwag)"
desc = ""
icon = 'icons/mob/vore/tails_ch.dmi'
icon_state = "valetail"
ani_state = "valetail_w"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY
extra_overlay = "valetail_mark"
extra_overlay_w = "valetail_mark_w"
//WINGS
/datum/sprite_accessory/wing/snagc

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 868 B

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -3112,6 +3112,7 @@
#include "code\modules\organs\organ_stump.dm"
#include "code\modules\organs\pain.dm"
#include "code\modules\organs\robolimbs.dm"
#include "code\modules\organs\robolimbs_ch.dm"
#include "code\modules\organs\robolimbs_vr.dm"
#include "code\modules\organs\robolimbs_yw.dm"
#include "code\modules\organs\wound.dm"