-
Notifications
You must be signed in to change notification settings - Fork 592
NeoAvali Sprites: Light Armor, Faces, and Visors #5387
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Rinary1
merged 24 commits into
ss14Starlight:starlight-dev
from
Spaghetti-bit:ProtoAvaliLEDScreens
Aug 11, 2026
Merged
Changes from 17 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
eb4ad72
ProtoAvali:
Spaghetti-bit b2cc61f
Localizations + Light Armor touch ups
Spaghetti-bit 47e93f8
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit d10ef9c
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
redmushie 3635c5c
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 7a5a55d
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit babc8f0
WIP changes
Spaghetti-bit 239095d
duplicate
Spaghetti-bit 4b92c69
whitespace hell
Spaghetti-bit 238e492
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 2c88874
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 4e9b37e
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 8b721bf
Penta + Sun visors
Spaghetti-bit 693c4ea
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 2de38bf
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 0a9301a
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit c56da28
Merge branch 'ss14Starlight:starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit c754e57
Code review suggestions.
Spaghetti-bit f7252ec
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit d611398
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 845e45b
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit ebd9bac
Updated to Neocyte
Spaghetti-bit 08008df
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 91fad89
Merge branch 'starlight-dev' into ProtoAvaliLEDScreens
Spaghetti-bit 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 hidden or 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
83 changes: 83 additions & 0 deletions
83
...urces/Prototypes/_Starlight/Entities/Mobs/Customization/Marking/ProtoAvali/protoavali.yml
This file contains hidden or 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,83 @@ | ||
| #Armors | ||
| - type: marking | ||
| id: ProtoAvaliLightArmor | ||
| bodyPart: BodyCover | ||
| markingCategory: BodyCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/body_armor.rsi | ||
| state: light | ||
|
|
||
| #Visors | ||
| - type: marking | ||
| id: ProtoAvaliVisorLightless | ||
| bodyPart: FaceCover | ||
| markingCategory: FaceCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/visor_shapes.rsi | ||
| state: visorlightless | ||
|
|
||
| - type: marking | ||
| id: ProtoAvaliVisorColorable | ||
| bodyPart: FaceCover | ||
| markingCategory: FaceCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/visor_shapes.rsi | ||
| state: visorcolorable | ||
|
|
||
| #LED Face Shapes | ||
| - type: marking | ||
| id: ProtoAvaliLEDFaceCircular | ||
| bodyPart: FaceCoverCover | ||
| markingCategory: FaceCoverCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi | ||
| state: circular | ||
|
|
||
| - type: marking | ||
| id: ProtoAvaliLEDFaceDiagonal | ||
| bodyPart: FaceCoverCover | ||
| markingCategory: FaceCoverCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi | ||
| state: diagonal | ||
|
|
||
| - type: marking | ||
| id: ProtoAvaliLEDFaceSquare | ||
| bodyPart: FaceCoverCover | ||
| markingCategory: FaceCoverCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi | ||
| state: square | ||
|
|
||
| - type: marking | ||
| id: ProtoAvaliLEDFaceStraight | ||
| bodyPart: FaceCoverCover | ||
| markingCategory: FaceCoverCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi | ||
| state: straight | ||
|
|
||
| - type: marking | ||
| id: ProtoAvaliLEDFaceSun | ||
| bodyPart: FaceCoverCover | ||
| markingCategory: FaceCoverCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi | ||
| state: sun | ||
|
|
||
| - type: marking | ||
| id: ProtoAvaliLEDFacePenta | ||
| bodyPart: FaceCoverCover | ||
| markingCategory: FaceCoverCover | ||
| speciesRestriction: [ProtoAvali] | ||
| sprites: | ||
| - sprite: _Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi | ||
| state: penta |
This file contains hidden or 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
Binary file modified
BIN
-126 Bytes
(85%)
...Textures/_FarHorizons/Mobs/Customization/proto-avali/visor_shapes.rsi/visor.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.46 KB
...res/_Starlight/Mobs/Customization/Protogen/proto-avali/body_armor.rsi/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions
13
...rces/Textures/_Starlight/Mobs/Customization/Protogen/proto-avali/body_armor.rsi/meta.json
This file contains hidden or 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,13 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-4.0", | ||
| "copyright": "By Killer Tamashi (Discord)", | ||
| "size": {"x": 32, "y": 32}, | ||
| "states": [ | ||
| { | ||
| "name": "light", | ||
| "directions": 4, | ||
| "copyright": "Based off of Killer Tamashi's (Discord) work, edited by Spaghetti-Bit" | ||
| } | ||
| ] | ||
| } |
Binary file added
BIN
+223 Bytes
...rlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/circular.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
+215 Bytes
...rlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/diagonal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions
34
...Textures/_Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/meta.json
This file contains hidden or 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,34 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-4.0", | ||
| "copyright": "By ya3.14a (Discord)", | ||
| "size": {"x": 32, "y": 32}, | ||
| "states": [ | ||
| { | ||
| "name": "circular", | ||
| "directions": 4 | ||
| }, | ||
| { | ||
| "name": "diagonal", | ||
| "directions": 4 | ||
| }, | ||
| { | ||
| "name": "square", | ||
| "directions": 4 | ||
| }, | ||
| { | ||
| "name": "straight", | ||
| "directions": 4 | ||
| }, | ||
| { | ||
| "name": "penta", | ||
| "directions": 4, | ||
| "copyright": "By Spaghetti-bit (github)" | ||
| }, | ||
| { | ||
| "name": "sun", | ||
| "directions": 4, | ||
| "copyright": "By Spaghetti-bit (github)" | ||
| } | ||
| ] | ||
| } |
Binary file added
BIN
+206 Bytes
...Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/penta.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
+185 Bytes
...tarlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/square.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
+185 Bytes
...rlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/straight.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
+200 Bytes
.../_Starlight/Mobs/Customization/Protogen/proto-avali/led_shapes_face.rsi/sun.png
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
18
...es/Textures/_Starlight/Mobs/Customization/Protogen/proto-avali/visor_shapes.rsi/meta.json
This file contains hidden or 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,18 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-4.0", | ||
| "copyright": "By Killer Tamashi (Discord)", | ||
| "size": {"x": 32, "y": 32}, | ||
| "states": [ | ||
| { | ||
| "name": "visorlightless", | ||
| "directions": 4, | ||
| "copyright": "Based off Killer Tamashi's (discord) work, edited by Spaghetti-Bit" | ||
| }, | ||
| { | ||
| "name": "visorcolorable", | ||
| "directions": 4, | ||
| "copyright": "Based off Killer Tamashi's (discord) work, edited by Spaghetti-Bit" | ||
| } | ||
| ] | ||
| } |
Binary file added
BIN
+671 Bytes
...ght/Mobs/Customization/Protogen/proto-avali/visor_shapes.rsi/visorcolorable.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
+618 Bytes
...ght/Mobs/Customization/Protogen/proto-avali/visor_shapes.rsi/visorlightless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
Uh oh!
There was an error while loading. Please reload this page.