Skip to content

Commit

Permalink
Harpy Displacement Map
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jan 22, 2025
1 parent 2c95329 commit d308a72
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Species/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@
- type: Inventory
speciesId: harpy
templateId: digitigrade
displacements:
jumpsuit:
layer:
sprite: Mobs/Species/Harpy/displacement.rsi
state: jumpsuit
copyToShaderParameters:
# Value required, provide a dummy. Gets overridden when applied.
layerKey: dummy
parameterTexture: displacementMap
parameterUV: displacementUV
- type: HarpyVisuals
- type: UltraVision
- type: Tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
uiWindowPos: 0,1
strippingWindowPos: 0,2
displayName: Jumpsuit
whitelist:
tags:
- Skirt
- name: outerClothing
slotTexture: suit
slotFlags: OUTERCLOTHING
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions Resources/Textures/Mobs/Species/Harpy/displacement.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by AstroDoge (Discord)",
"size": {
"x": 32,
"y": 32
},
"load": {
"srgb": false
},
"states": [
{
"name": "jumpsuit",
"directions": 4
}
]
}

0 comments on commit d308a72

Please sign in to comment.