Naga 3colour Voresprites, New Markings, And Some Other Things (#7918)

This commit is contained in:
Aroliacue
2024-03-11 16:44:04 +10:00
committed by GitHub
parent 5a912b4c00
commit 8b4fe27098
7 changed files with 30 additions and 1 deletions

View File

@@ -13,4 +13,14 @@
cold_protection = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
/obj/item/clothing/suit/storage/vest/martian_miner/unarmored
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 25, bio = 0, rad = 0)
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 25, bio = 0, rad = 0)
/obj/item/clothing/suit/storage/vest/viper_suit // Still WIP but functional.
name = "viper combat suit"
desc = "A suit of armor designed for naga-appearing creatures. Offers modest protection for its light weight."
slowdown = 0.2
icon = 'modular_chomp/icons/mob/viper_suit_ch.dmi'
icon_override = 'modular_chomp/icons/mob/viper_suit_ch.dmi'
icon_state = "viper_suit"
armor = list(melee = 35, bullet = 35, laser = 35, energy = 35, bomb = 25, bio = 20, rad = 20)
body_parts_covered = HEAD|UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS

View File

@@ -200,6 +200,20 @@
body_parts = list(BP_HEAD)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/breasts
name = "Breasts"
icon_state = "breasts"
body_parts = list(BP_TORSO)
color_blend_mode = ICON_MULTIPLY
/datum/sprite_accessory/marking/ch/breasts/smooth
name = "Smooth Breasts"
icon_state = "breasts_smooth"
/datum/sprite_accessory/marking/ch/breasts/reptile
name = "Reptile Breasts"
icon_state = "breasts_reptile"
/// NEW XENOMORPH SPRITE_ACCESSORIES - Basesprites borrowed from Citadel and tidied up by Makkinindorn, should blend a bit more nicely. ///
/datum/sprite_accessory/marking/ch/xenomorph // This is just here to create an easy-to-follow typepath.

View File

@@ -284,3 +284,8 @@
extra_overlay_w = "bigleggy_alienslug"
extra_overlay2 = "bigleggy_alienslug_m"
extra_overlay2_w = "bigleggy_alienslug_m"
/datum/sprite_accessory/tail/taur/naga/alt_3c // Dirty readjustment of the suit_sprites path for experimentation because I dunno a better way to do this.
suit_sprites = 'icons/mob/taursuits_naga_alt_ch.dmi'
vore_tail_sprite_variant = "Naga3Piece"
fullness_icons = 1