mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-25 02:36:59 +01:00
119 lines
2.9 KiB
Plaintext
119 lines
2.9 KiB
Plaintext
/datum/sprite_accessory/wing/moth
|
|
name = "moth wings"
|
|
id = "wing_moth"
|
|
icon_state = "moth"
|
|
|
|
/datum/sprite_accessory/wing/mothc
|
|
name = "moth wings (colorable)"
|
|
id = "wing_moth_color"
|
|
icon_state = "moth"
|
|
do_colouration = 1
|
|
legacy_use_additive_color_matrix = FALSE
|
|
|
|
/datum/sprite_accessory/wing/moth_atlas
|
|
name = "atlas moth wings"
|
|
id = "wing_moth_atlas"
|
|
icon_state = "moth_atlas"
|
|
|
|
/datum/sprite_accessory/wing/moth_burnt
|
|
name = "burnt moth wings"
|
|
id = "wing_moth_burnt"
|
|
icon_state = "moth_burnt"
|
|
|
|
/datum/sprite_accessory/wing/moth_deathhead
|
|
name = "death's-head hawkmoth wings"
|
|
id = "wing_moth_deathshead"
|
|
icon_state = "moth_deathhead"
|
|
|
|
/datum/sprite_accessory/wing/moth_firewatch
|
|
name = "firewatch moth wings"
|
|
id = "wing_moth_firewatch"
|
|
icon = 'icons/mob/sprite_accessory/wings/moth.dmi'
|
|
icon_state = "firewatch"
|
|
icon_sidedness = SPRITE_ACCESSORY_SIDEDNESS_FRONT_BEHIND
|
|
|
|
/datum/sprite_accessory/wing/moth_full
|
|
name = "moth antenna and wings"
|
|
id = "wing_moth_full"
|
|
icon_state = "moth_full"
|
|
|
|
/datum/sprite_accessory/wing/moth_gothic
|
|
name = "gothic moth wings"
|
|
id = "wing_moth_gothic"
|
|
icon_state = "moth_gothic"
|
|
|
|
/datum/sprite_accessory/wing/moth_jungle
|
|
name = "jungle moth wings"
|
|
id = "wing_moth_jungle"
|
|
icon_state = "moth_jungle"
|
|
|
|
/datum/sprite_accessory/wing/moth_lover
|
|
name = "lover moth wings"
|
|
id = "wing_moth_lover"
|
|
icon_state = "moth_lover"
|
|
|
|
/datum/sprite_accessory/wing/moth_luna
|
|
name = "luna moth wings"
|
|
id = "wing_moth_luna"
|
|
icon_state = "moth_luna"
|
|
|
|
/datum/sprite_accessory/wing/moth_monarch
|
|
name = "monarch moth wings"
|
|
id = "wing_moth_monarch"
|
|
icon_state = "moth_monarch"
|
|
|
|
/datum/sprite_accessory/wing/moth_moonfly
|
|
name = "moonfly moth wings"
|
|
id = "wing_moth_moonfly"
|
|
icon_state = "moth_moonfly"
|
|
|
|
/datum/sprite_accessory/wing/moth_oakworm
|
|
name = "oakworm moth wings"
|
|
id = "wing_moth_oakworm"
|
|
icon_state = "moth_oakworm"
|
|
|
|
/datum/sprite_accessory/wing/moth_plain
|
|
name = "plain moth wings"
|
|
id = "wing_moth_plain"
|
|
icon_state = "moth_plain"
|
|
|
|
/datum/sprite_accessory/wing/moth_poison
|
|
name = "poison moth wings"
|
|
id = "wing_moth_poison"
|
|
icon_state = "moth_poison"
|
|
|
|
/datum/sprite_accessory/wing/moth_ragged
|
|
name = "ragged moth wings"
|
|
id = "wing_moth_ragged"
|
|
icon_state = "moth_ragged"
|
|
|
|
/datum/sprite_accessory/wing/moth_red
|
|
name = "red moth wings"
|
|
id = "wing_moth_read"
|
|
icon_state = "moth_red"
|
|
|
|
/datum/sprite_accessory/wing/moth_royal
|
|
name = "royal moth wings"
|
|
id = "wing_moth_royal"
|
|
icon_state = "moth_royal"
|
|
|
|
/datum/sprite_accessory/wing/moth_snowy
|
|
name = "snowy moth wings"
|
|
id = "wing_moth_snowy"
|
|
icon_state = "moth_snowy"
|
|
|
|
/datum/sprite_accessory/wing/moth_white
|
|
name = "white moth wings"
|
|
id = "wing_moth_white"
|
|
icon_state = "moth_white"
|
|
|
|
/datum/sprite_accessory/wing/moth_whitefly
|
|
name = "whitefly moth wings"
|
|
id = "wing_moth_whitefly"
|
|
icon_state = "moth_whitefly"
|
|
|
|
/datum/sprite_accessory/wing/moth_witchwing
|
|
name = "witchwing moth wings"
|
|
id = "wing_moth_witchwing"
|
|
icon_state = "moth_witchwing"
|