Skip to content
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

Add luna moth wings to moths #2478

Merged
merged 5 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,27 @@
{
boogiebogus marked this conversation as resolved.
Show resolved Hide resolved
"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.
Loading