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

Displacement maps for Vulpas and Reptiles #2447

Merged
merged 15 commits into from
Nov 23, 2024
24 changes: 24 additions & 0 deletions Resources/Prototypes/Corvax/Entities/Mobs/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
requiredLegs: 2
- type: Inventory
speciesId: reptilian # whyyy
displacements:
jumpsuit:
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: jumpsuit
shoes: # DM only for colored shoes!
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: shoes
- type: ContentEye
targetZoom: "1.125, 1.125"
maxZoom: "1.125, 1.125"
Expand Down Expand Up @@ -71,3 +82,16 @@
components:
- type: HumanoidAppearance
species: Vulpkanin
- type: Inventory
speciesId: reptilian
displacements:
jumpsuit:
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: jumpsuit
shoes: # DM only for colored shoes!
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: shoes
4 changes: 4 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Shoes/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@
shoes:
- state: equipped-FEET
offset: "0, -0.02"
- state: equipped-FEET-reptilian # Corvax reptilian
offset: "0, -0.02"
- type: Item
size: Small
sprite: Clothing/Shoes/Specific/large_clown.rsi
Expand All @@ -328,6 +330,8 @@
shoes:
- state: equipped-FEET
offset: "0, -0.04"
- state: equipped-FEET-reptilian # Corvax reptilian
offset: "0, -0.04"
- type: Item
sprite: Clothing/Shoes/Specific/skates.rsi
- type: ClothingSpeedModifier
Expand Down
26 changes: 26 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,20 @@
32:
sprite: Mobs/Species/Human/displacement.rsi
state: jumpsuit-female
# Corvax-Digitigrade-Start
displacements:
jumpsuit:
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: jumpsuit
shoes: # DM only for colored shoes!
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: shoes

# Corvax-Digitigrade-End

- type: entity
parent: BaseSpeciesDummy
Expand All @@ -98,5 +111,18 @@
32:
sprite: Mobs/Species/Human/displacement.rsi
state: jumpsuit-female
# Corvax-Digitigrade-Start
displacements:
jumpsuit:
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: jumpsuit
shoes: # DM only for colored shoes!
sizeMaps:
32:
sprite: Corvax/Mobs/Species/displacement.rsi
state: shoes
# Corvax-Digitigrade-End

#Weh
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by @ninruB#7795, based off tgstation's jackboots at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe. Vox state modified from jackboots.rsi by Flareguy, reptilian made by kuro(388673708753027083)",
"copyright": "Made by @ninruB#7795, based off tgstation's jackboots at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe. Vox state modified from jackboots.rsi by Flareguy",
"size": {
"x": 32,
"y": 32
Expand All @@ -18,10 +18,6 @@
"name": "equipped-FEET-vox",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
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/6236a0ddd1bd3c4e5574eb9fdebf4d79ccad2d2f, reptilian made by kuro(388673708753027083)",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/6236a0ddd1bd3c4e5574eb9fdebf4d79ccad2d2f",
"size": {
"x": 32,
"y": 32
Expand All @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
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/2fea0a59470c476cf3f927833d3918d89cbe6af8, reptilian made by kuro(388673708753027083). equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8, equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi",
"size": {
"x": 32,
"y": 32
Expand All @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET-vox",
"directions": 4
Expand Down
Binary file not shown.
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/d672aade35db25affc6ed5e1c7aa0b640f118d4c, reptilian made by kuro(388673708753027083)",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d672aade35db25affc6ed5e1c7aa0b640f118d4c",
"size": {
"x": 32,
"y": 32
Expand All @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
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/2fea0a59470c476cf3f927833d3918d89cbe6af8, reptilian made by kuro(388673708753027083). equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8, equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
"size": {
"x": 32,
"y": 32
Expand All @@ -11,18 +11,10 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "on-equipped-FEET",
"directions": 4
},
{
"name": "on-equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET-vox",
"directions": 4
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "on-equipped-FEET",
"directions": 4
},
{
"name": "on-equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET-vox",
"directions": 4
Expand Down
Binary file not shown.
Binary file not shown.
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/2fea0a59470c476cf3f927833d3918d89cbe6af8, reptilian made by kuro(388673708753027083). equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8, equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
"size": {
"x": 32,
"y": 32
Expand All @@ -11,18 +11,10 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "on-equipped-FEET",
"directions": 4
},
{
"name": "on-equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET-vox",
"directions": 4
Expand Down
Binary file not shown.
Binary file not shown.
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/2fea0a59470c476cf3f927833d3918d89cbe6af8, reptilian made by kuro(388673708753027083). equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2fea0a59470c476cf3f927833d3918d89cbe6af8, equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies",
"size": {
"x": 32,
"y": 32
Expand All @@ -11,18 +11,10 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "on-equipped-FEET",
"directions": 4
},
{
"name": "on-equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET-vox",
"directions": 4
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe, reptilian made by kuro(388673708753027083)",
"copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe",
"size": {
"x": 32,
"y": 32
Expand All @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-NC-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. This sprite features an adaptation of Hatsune Miku, © Crypton Future Media, Inc. 2007, licensed under a CC BY-NC: https://creativecommons.org/licenses/by-nc/3.0/, reptilian made by kuro(388673708753027083)",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a. This sprite features an adaptation of Hatsune Miku, © Crypton Future Media, Inc. 2007, licensed under a CC BY-NC: https://creativecommons.org/licenses/by-nc/3.0/",
"size": {
"x": 32,
"y": 32
Expand All @@ -13,10 +13,6 @@
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
}
]
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
"name": "on-equipped-FEET-vox",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "on-equipped-FEET-reptilian",
"directions": 4
},
{
"name": "icon"
},
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
{
"name": "icon"
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET",
"directions": 4
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
{
"name": "icon"
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET",
"directions": 4
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
{
"name": "icon"
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "equipped-FEET",
"directions": 4
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"name": "equipped-FEET",
"directions": 4
},
{
"name": "equipped-FEET-reptilian",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
Expand Down
Binary file not shown.
Loading
Loading