Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shoes reptilian #2398

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 53 additions & 8 deletions Resources/Prototypes/Entities/Clothing/Shoes/color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
- state: equipped-FEET
color: "#1d1d1d"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#1d1d1d"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# White Shoes
- type: entity
Expand Down Expand Up @@ -59,6 +64,11 @@
- state: equipped-FEET
color: "#EAE8E8"
- state: contrastedsoles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#EAE8E8"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Blue Shoes
- type: entity
Expand All @@ -71,7 +81,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#0089EF"
color: "#0089EF"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -90,6 +100,11 @@
- state: equipped-FEET
color: "#0089EF"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#0089EF"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Brown Shoes
- type: entity
Expand All @@ -102,7 +117,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#723A02"
color: "#723A02"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -121,6 +136,11 @@
- state: equipped-FEET
color: "#592D01"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#592D01"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Green Shoes
- type: entity
Expand All @@ -133,7 +153,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#5ABF2F"
color: "#5ABF2F"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -152,6 +172,11 @@
- state: equipped-FEET
color: "#5ABF2F"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#5ABF2F"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Orange Shoes
- type: entity
Expand All @@ -164,7 +189,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#EF8100"
color: "#EF8100"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -183,6 +208,11 @@
- state: equipped-FEET
color: "#EF8100"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#EF8100"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Red Shoes
- type: entity
Expand All @@ -195,7 +225,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#940000"
color: "#940000"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -214,6 +244,11 @@
- state: equipped-FEET
color: "#940000"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#940000"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Yellow Shoes
- type: entity
Expand All @@ -226,7 +261,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#EBE216"
color: "#EBE216"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -245,6 +280,11 @@
- state: equipped-FEET
color: "#EBE216"
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#EBE216"
- state: soles-equipped-FEET-reptilian
#end corvax modifit

# Purple Shoes
- type: entity
Expand All @@ -257,7 +297,7 @@
sprite: Clothing/Shoes/color.rsi
layers:
- state: icon
color: "#9C0DE1"
color: "#9C0DE1"
- state: soles-icon
- type: Item
inhandVisuals:
Expand All @@ -275,4 +315,9 @@
shoes:
- state: equipped-FEET
color: "#9C0DE1"
- state: soles-equipped-FEET
- state: soles-equipped-FEET
#start corvax modifit
- state: equipped-FEET-reptilian
color: "#9C0DE1"
- state: soles-equipped-FEET-reptilian
#end corvax modifit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion Resources/Textures/Clothing/Shoes/color.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 and modified by Flareguy for Space Station 14",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 and modified by Flareguy for Space Station 14, equipped-FEET-reptilian by Ko4ergaPunk",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -52,6 +52,18 @@
{
"name": "contrastedsoles-equipped-FEET-vox",
"directions": 4
},
{
"name": "contrastedsoles-equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "soles-equipped-FEET-reptilian",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading