Wow! More Taj Shoe Tweaks! Enforcing Digitigrade Appearances (#11683)

This commit is contained in:
WickedCybs
2021-04-20 11:44:54 +02:00
committed by GitHub
parent 894164a4be
commit 2d7fe114dc
13 changed files with 19 additions and 6 deletions
+3 -4
View File
@@ -9,6 +9,7 @@
species_restricted = null
drop_sound = 'sound/items/drop/rubber.ogg'
pickup_sound = 'sound/items/pickup/rubber.ogg'
sprite_sheets = list("Tajara" = 'icons/mob/species/tajaran/shoes.dmi')
/obj/item/clothing/shoes/jackboots
name = "black boots"
@@ -42,8 +43,7 @@
desc = "Modified pair of boots, particularly friendly to those species whose toes hold claws."
icon_state = "jackboots_toeless"
species_restricted = null
sprite_sheets = list(
BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi')
sprite_sheets = list(BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi')
/obj/item/clothing/shoes/jackboots/toeless/knee
name = "knee-high toeless black boots"
@@ -80,8 +80,7 @@
desc = "A pair of toeless work boots designed for use in industrial settings. Modified for species whose toes have claws."
icon_state = "workboots_toeless"
species_restricted = null
sprite_sheets = list(
BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi')
sprite_sheets = list(BODYTYPE_TAJARA = 'icons/mob/species/tajaran/shoes.dmi')
/obj/item/clothing/shoes/workboots/grey
name = "grey workboots"
+5 -2
View File
@@ -68,7 +68,8 @@
name = "sandals"
icon_state = "sandals"
species_restricted = null
body_parts_covered = 0
body_parts_covered = FALSE
sprite_sheets = list("Tajara" = 'icons/mob/species/tajaran/shoes.dmi')
/obj/item/clothing/shoes/sandal/marisa
desc = "A pair of magic, black shoes."
@@ -82,12 +83,14 @@
desc = "A pair of foam flip flops. For those not afraid to show a little ankle."
icon_state = "thongsandal"
item_state = "thongsandal"
sprite_sheets = list("Tajara" = 'icons/mob/species/tajaran/shoes.dmi')
obj/item/clothing/shoes/sandal/clogs
name = "plastic clogs"
desc = "A pair of plastic clog shoes."
icon_state = "clogs"
item_state = "clogs"
sprite_sheets = list("Tajara" = 'icons/mob/species/tajaran/shoes.dmi')
/obj/item/clothing/shoes/clown_shoes
desc = "The prankster's standard-issue clowning shoes. Damn they're huge!"
@@ -287,9 +290,9 @@ obj/item/clothing/shoes/sandal/clogs
icon_state = "carpslippers"
species_restricted = null
silent = TRUE
cold_protection = FEET
min_cold_protection_temperature = SHOE_MIN_COLD_PROTECTION_TEMPERATURE
sprite_sheets = list("Tajara" = 'icons/mob/species/tajaran/shoes.dmi')
/obj/item/clothing/shoes/iac
name = "IAC shoes"
@@ -26,6 +26,10 @@
age_max = 80
damage_overlays = 'icons/mob/human_races/masks/dam_tajara.dmi'
damage_mask = 'icons/mob/human_races/masks/dam_mask_tajara.dmi'
blood_mask = 'icons/mob/human_races/masks/blood_tajara.dmi'
num_alternate_languages = 2
secondary_langs = list(LANGUAGE_SIIK_MAAS, LANGUAGE_SIIK_TAJR, LANGUAGE_YA_SSA)
name_language = LANGUAGE_SIIK_MAAS
+7
View File
@@ -0,0 +1,7 @@
author: WickedCybs
delete-after: True
changes:
- tweak: "Practically all footwear that taj could wear have been adjusted to better fit them. Same for voidsuits, hardsuit boot segments. This is hopefully the last time I ever have to adjust something like this. Minor issues like exposed body parts were fixed along the way for some items."
- tweak: "Taj have their own blood overlays and damage overlays now to make it easier to reflect certain things on the unique parts of their sprite now."
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 357 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB