-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add luna moth wings to moths (#2478)
* add selene wings * brighten primary and secondary recolorable sprites * correct meta.json whitespace * bruh * hopefully correct for real this time
- Loading branch information
1 parent
666357b
commit 586df36
Showing
7 changed files
with
61 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
marking-MothWingsClassicSelene = Wings (Selene, Classic) | ||
marking-MothWingsSelene-selene_primary = Primary | ||
marking-MothWingsSelene-selene_secondary = Secondary | ||
marking-MothWingsSelene-selene_tertiary = Tertiary | ||
marking-MothWingsSelene = Wings (Selene) |
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/moth.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- type: marking | ||
id: MothWingsClassicSelene | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
forcedColoring: true | ||
speciesRestriction: [Moth] | ||
coloring: | ||
default: | ||
type: | ||
!type:SimpleColoring | ||
color: "#FFFFFF" | ||
sprites: | ||
- sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi | ||
state: selene | ||
|
||
- type: marking | ||
id: MothWingsSelene | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [Moth] | ||
sprites: | ||
- sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi | ||
state: selene_primary | ||
- sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi | ||
state: selene_secondary | ||
- sprite: DeltaV/Mobs/Customization/Moth/moth_wings.rsi | ||
state: selene_tertiary |
28 changes: 28 additions & 0 deletions
28
Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.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,28 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Selene wings by @bogus_0451 on discord", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "selene", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_primary", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_secondary", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_tertiary", | ||
"directions": 4 | ||
} | ||
] | ||
} | ||
|
Binary file added
BIN
+1.18 KB
Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene.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
+938 Bytes
...urces/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_primary.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
+724 Bytes
...ces/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_secondary.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
+602 Bytes
...rces/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.rsi/selene_tertiary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.