Skip to content

Commit

Permalink
Add luna moth wings to moths (#2478)
Browse files Browse the repository at this point in the history
* add selene wings

* brighten primary and secondary recolorable sprites

* correct meta.json whitespace

* bruh

* hopefully correct for real this time
  • Loading branch information
boogiebogus authored Dec 20, 2024
1 parent 666357b commit 586df36
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/deltav/markings/moth.ftl
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)
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
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
}
]
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 586df36

Please sign in to comment.