-
Notifications
You must be signed in to change notification settings - Fork 146
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
Harpy Peacock Tail #428
Merged
DangerRevolution
merged 9 commits into
Simple-Station:master
from
VMSolidus:Harpy-Markings-Wave-2
Jun 20, 2024
Merged
Harpy Peacock Tail #428
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
770a2b0
YE
VMSolidus 5dceb82
Merge branch 'master' into Harpy-Markings-Wave-2
VMSolidus 8e61fc8
Update Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails…
VMSolidus acf2ae3
That's right, I'm their maintainer, and I maintain them here now
VMSolidus 4a251af
Update harpy.yml
VMSolidus 777698d
renaming folders
VMSolidus 4022a47
Merge branch 'master' into Harpy-Markings-Wave-2
VMSolidus 3ae0a5e
Update harpy.yml
VMSolidus 5de2a6a
Update harpy.yml
VMSolidus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
Resources/Prototypes/DeltaV/InventoryTemplates/digitigrade_inventory_template.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/Mobs/Customization/Harpy/harpy_tails48x48.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Peacock by stillxicarus (Discord)", | ||
"size": { | ||
"x": 48, | ||
"y": 48 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "peacock_tail_feathers", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "peacock_tail_eyes", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+772 Bytes
...es/Textures/Mobs/Customization/Harpy/harpy_tails48x48.rsi/peacock_tail_eyes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.63 KB
...extures/Mobs/Customization/Harpy/harpy_tails48x48.rsi/peacock_tail_feathers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this do? Don't they inherit this from basemob?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I add ANY tags, I now have to copy the entire BaseHuman tag component. Because tags aren't inherited for stupid reasons. I'm adding the NoStepShoesRequired tag for Harpies because I removed their shoes slot. This tag is a little stupidly named, but all it does it make it so that they don't get stunned by walking over glass shards. I assume the birbs with their tiny light feet just tip-claw around the shards, unlike how a clumsy human might stomp right into them.