-
Notifications
You must be signed in to change notification settings - Fork 423
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
Added fake rock anom #3092
Added fake rock anom #3092
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,23 @@ | |
sprite: _DV/Clothing/Neck/Misc/cwparctic.rsi | ||
- type: Clothing | ||
sprite: _DV/Clothing/Neck/Misc/cwparctic.rsi | ||
|
||
- type: entity | ||
parent: ClothingNeckBase | ||
id: ClothingNeckAnomalyrock | ||
name: Fake Anomaly | ||
description: A near 1:1 re-creation of an anomalous infection | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. missing a |
||
components: | ||
- type: Sprite | ||
sprite: _DV/Clothing/Neck/Misc/cosmeticanomalies.rsi | ||
layers: | ||
- state: icon | ||
shader: unshaded | ||
- type: Clothing | ||
sprite: _DV/Clothing/Neck/Misc/cosmeticanomalies.rsi | ||
layers: | ||
- state: icon | ||
shader: unshaded | ||
Comment on lines
+58
to
+60
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove layers on Clothing it does nothing |
||
- type: Tag | ||
tags: | ||
- WhitelistChameleon | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add trailing newline |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. copyright isnt optional |
||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-NECK", | ||
"directions": 4, | ||
"delays": [ | ||
[ | ||
0.8, | ||
0.8, | ||
0.8, | ||
0.8 | ||
], | ||
[ | ||
0.8, | ||
0.8, | ||
0.8, | ||
0.8 | ||
], | ||
[ | ||
0.8, | ||
0.8, | ||
0.8, | ||
0.8 | ||
], | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
} | ||
] | ||
} | ||
Comment on lines
+10
to
+44
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 4 space indent dont mix it with 2 also missing trailing newline |
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.
lowercase