mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
gets the icons to = virgo (#10066)
This commit is contained in:
@@ -1711,3 +1711,28 @@
|
||||
icon_state = "tigresstail"
|
||||
ckeys_allowed = list("hoodoo")
|
||||
*/// CHOMPRemove End
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/longflufftail
|
||||
name = "Long fluffy tail"
|
||||
icon_state = "longflufftail"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/ringtailbig
|
||||
name = "Long ring tail"
|
||||
icon_state = "bigringtail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "bigringtail_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/desert_nightstalker
|
||||
name = "Desert Nightstalker Tail (vwag)"
|
||||
icon_state = "nightstalker_desert"
|
||||
ani_state = "nightstalker_desert_w"
|
||||
do_colouration = 0 // We're not coloring this, these are pre-colored
|
||||
color_blend_mode = ICON_ADD
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/diamondback_nightstalker
|
||||
name = "Diamondback Nightstalker Tail (dual-color, vwag)"
|
||||
icon_state = "nightstalker_diamondback"
|
||||
ani_state = "nightstalker_diamondback_w"
|
||||
extra_overlay = "nightstalker_diamondback_markings"
|
||||
extra_overlay_w = "nightstalker_diamondback_markings_w"
|
||||
|
||||
@@ -131,35 +131,6 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "teshfatfirefly_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/longflufftail
|
||||
name = "Long fluffy tail"
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'
|
||||
icon_state = "longflufftail"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/ringtailbig
|
||||
name = "Long ring tail"
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'
|
||||
icon_state = "bigringtail"
|
||||
do_colouration = 1
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
extra_overlay = "bigringtail_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/desert_nightstalker
|
||||
name = "Desert Nightstalker Tail (vwag)"
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'
|
||||
icon_state = "nightstalker_desert"
|
||||
ani_state = "nightstalker_desert_w"
|
||||
do_colouration = 0 // We're not coloring this, these are pre-colored
|
||||
color_blend_mode = ICON_ADD
|
||||
|
||||
/datum/sprite_accessory/tail/longtail/diamondback_nightstalker
|
||||
name = "Diamondback Nightstalker Tail (dual-color, vwag)"
|
||||
icon = 'icons/mob/vore/taurs_ch.dmi'
|
||||
icon_state = "nightstalker_diamondback"
|
||||
ani_state = "nightstalker_diamondback_w"
|
||||
extra_overlay = "nightstalker_diamondback_markings"
|
||||
extra_overlay_w = "nightstalker_diamondback_markings_w"
|
||||
|
||||
/datum/sprite_accessory/tail/orca_f
|
||||
name = "Orca tail (Female)"
|
||||
icon = 'icons/mob/vore/tails_ch.dmi'
|
||||
|
||||
@@ -1153,3 +1153,94 @@
|
||||
msg_owner_grab_fail = "You step down onto %prey with one of your vines, forcing them onto the ground!"
|
||||
msg_prey_grab_fail = "%owner steps down onto you with one of their vines, squishing you and forcing you onto the ground!"
|
||||
*/// CHOMPRemove End
|
||||
|
||||
/datum/sprite_accessory/tail/taur/redpanda
|
||||
name = "Red Panda (Taur)"
|
||||
icon_state = "redpanda"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/redpandadc
|
||||
name = "Red Panda (Taur dual-color)"
|
||||
icon_state = "redpanda_dc"
|
||||
extra_overlay = "redpanda_dc_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/wolf/fatwolf_2c/fatwolfalt
|
||||
name = "Fat Wolf 3-color-alt (Taur)"
|
||||
icon_state = "fatwolfalt_s"
|
||||
extra_overlay = "fatwolfalt_markings1"
|
||||
extra_overlay2 = "fatwolfalt_markings2"
|
||||
icon_sprite_tag = "wolf"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/naga/alt
|
||||
name = "Naga alt (Taur)"
|
||||
icon_state = "naga_alt_s"
|
||||
vore_tail_sprite_variant = "NagaAlt"
|
||||
fullness_icons = 1
|
||||
|
||||
/datum/sprite_accessory/tail/taur/naga/alt/second
|
||||
name = "Naga dual-color alt (Taur)"
|
||||
extra_overlay = "naga_alt_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/naga/synthnaga
|
||||
name = "Synthetic Naga dual-color (Taur)"
|
||||
icon_state = "synthnaga"
|
||||
extra_overlay = "synthnaga_belly"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/horse/scoli
|
||||
name = "Scolipede (Taur)"
|
||||
icon_state = "scoli_s"
|
||||
extra_overlay = "scoli_markings1"
|
||||
extra_overlay2 = "scoli_markings2"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/sergal/wheaties
|
||||
name = "Sergal (Taur)"
|
||||
icon_state = "sergwheat"
|
||||
icon_sprite_tag = "wolf"
|
||||
vore_tail_sprite_variant = "N"
|
||||
fullness_icons = 3
|
||||
struggle_anim = TRUE
|
||||
|
||||
/datum/sprite_accessory/tail/taur/longvirus
|
||||
name = "Long Virus (Taur)"
|
||||
icon_state = "longvirus_s"
|
||||
extra_overlay = "longvirus_markings"
|
||||
icon_sprite_tag = "virus"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/sectdrone
|
||||
name = "Sect Drone (Taur)"
|
||||
icon_state = "sectdrone"
|
||||
extra_overlay = "sectdrone_markings"
|
||||
can_loaf = TRUE
|
||||
icon_loaf = 'icons/mob/vore/taurs_vr_loaf.dmi'
|
||||
vore_tail_sprite_variant = "SectDrone"
|
||||
belly_variant_when_loaf = TRUE
|
||||
struggle_anim = TRUE
|
||||
loaf_offset = 3
|
||||
fullness_icons = 3
|
||||
|
||||
msg_owner_disarm_run = "You quickly push %prey to the ground with your leg!"
|
||||
msg_prey_disarm_run = "%owner pushes you down to the ground with their leg!"
|
||||
|
||||
msg_owner_disarm_walk = "You firmly push your leg down on %prey, painfully but harmlessly pinning them to the ground!"
|
||||
msg_prey_disarm_walk = "%owner firmly pushes their leg down on you, quite painfully but harmlessly pinning you to the ground!"
|
||||
|
||||
msg_owner_harm_walk = "You methodically place your leg down upon %prey's body, slowly applying pressure, crushing them against the floor!"
|
||||
msg_prey_harm_walk = "%owner methodically places their leg upon your body, slowly applying pressure, crushing you against the floor!"
|
||||
|
||||
msg_owner_grab_success = "You pin %prey down on the ground with your front leg before using your other leg to pick them up, trapping them between two of your front legs!"
|
||||
msg_prey_grab_success = "%owner pins you down on the ground with their front leg before using their other leg to pick you up, trapping you between two of their front legs!"
|
||||
|
||||
msg_owner_grab_fail = "You step down onto %prey, squishing them and forcing them down to the ground!"
|
||||
msg_prey_grab_fail = "%owner steps down and squishes you with their leg, forcing you down to the ground!"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/fatsectdrone
|
||||
name = "Fat Sect Drone (Taur)"
|
||||
icon_state = "fatsectdrone"
|
||||
extra_overlay = "fatsectdrone_markings"
|
||||
|
||||
/datum/sprite_accessory/tail/taur/sergal/fatwheaties
|
||||
name = "Fat Sergal (Taur)"
|
||||
icon_state = "fatsergal"
|
||||
icon_sprite_tag = "wolf"
|
||||
vore_tail_sprite_variant = "N"
|
||||
fullness_icons = 3
|
||||
struggle_anim = TRUE
|
||||
|
||||
Reference in New Issue
Block a user