mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Port limbs, wings from Aphrodite
This commit is contained in:
@@ -18,4 +18,26 @@
|
||||
/datum/robolimb/Hperformance
|
||||
company = "Hperformance."
|
||||
desc = "Hperformance brand prosthetic limbs."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/Hperformance/hperformance_main.dmi' //Sprited by: Generalpantsu
|
||||
icon = 'icons/mob/human_races/cyberlimbs/Hperformance/hperformance_main.dmi' //Sprited by: Generalpantsu
|
||||
|
||||
/datum/robolimb/dsi_cyberdoe
|
||||
company = "Aphrodite - Cyberdoe"
|
||||
desc = "This limb feels soft and fluffy, realistic in design and squish. By Aprhodite Ltd."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/aphrodite/andy_taj.dmi'
|
||||
blood_color = "#ffe2ff"
|
||||
lifelike = 1
|
||||
unavailable_to_build = 1
|
||||
includes_tail = 0
|
||||
suggested_species = "Tajara"
|
||||
whitelisted_to = list("dameonowen")
|
||||
|
||||
/datum/robolimb/dsi_cyberdragon
|
||||
company = "Aphrodite - Cyberdragon"
|
||||
desc = "This limb feels smooth and scalie, realistic in design and squish. By Aphrodite Ltd."
|
||||
icon = 'icons/mob/human_races/cyberlimbs/aphrodite/andy_liz.dmi'
|
||||
blood_color = "#ffe2ff"
|
||||
lifelike = 1
|
||||
unavailable_to_build = 1
|
||||
includes_tail = 0
|
||||
suggested_species = "Unathi"
|
||||
whitelisted_to = list("dameonowen")
|
||||
@@ -19,6 +19,28 @@
|
||||
icon_state = "sepulchre_wingsc"
|
||||
do_colouration = 1
|
||||
|
||||
/datum/sprite_accessory/wing/cyberdragon
|
||||
name = "Cyber dragon wing (colorable)"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings_yw.dmi'
|
||||
icon_state = "cyberdragon_s"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/wing/cyberdragon_red
|
||||
name = "Cyber dragon wing (red)"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings_yw.dmi'
|
||||
icon_state = "cyberdragon_red_s"
|
||||
do_colouration = 0
|
||||
|
||||
/datum/sprite_accessory/wing/cyberdoe
|
||||
name = "Cyber doe wing"
|
||||
desc = ""
|
||||
icon = 'icons/mob/vore/wings_yw.dmi'
|
||||
icon_state = "cyberdoe_s"
|
||||
do_colouration = 0
|
||||
|
||||
//Tails
|
||||
/datum/sprite_accessory/tail/tripplekitsune_colorable_yw
|
||||
icon = 'icons/mob/vore/tails_yw.dmi'
|
||||
@@ -76,4 +98,5 @@
|
||||
icon_state = "ninekitsune"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "ninekitsune-tips"
|
||||
extra_overlay = "ninekitsune-tips"
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user