Skip to content

Commit

Permalink
New horns for oni. (#1030)
Browse files Browse the repository at this point in the history
* New horns for oni.

* Update meta.json

* That one cursed lack of space

* Do what was requested

* Update meta.json

---------

Co-authored-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
  • Loading branch information
2 people authored and nearlyNonexistent committed Apr 14, 2024
1 parent 4b10e13 commit 8587ed7
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Resources/Locale/en-US/deltav/markings/Oni.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
marking-OniHornShaved = Shaved
marking-OniHornShaved-shaved = Shaved
marking-OniHornBull = Bull
marking-OniHornBull-bull = Bull
9 changes: 8 additions & 1 deletion Resources/Locale/en-US/nyanotrasen/markings/Oni.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
marking-OniHornSingleCurved = Single Curved
marking-OniHornSingleLeftCurved =Single Left Curved
marking-OniHornSingleCurved-single_curved = Single Curved
marking-OniHornSingleLeftCurved = Single Left Curved
marking-OniHornSingleLeftCurved-single_left_curved = Single Left Curved
marking-OniHornSingleRightCurved = Single Right Curved
marking-OniHornSingleRightCurved-single_right_curved = Single Right Curved
marking-OniHornDoubleCurvedOutwards = Double Curved Outwards
marking-OniHornDoubleCurvedOutwards-double_curved_outwards = Double Curved Outwards
marking-OniHornDoubleCurved = Double Curved
marking-OniHornDoubleCurved-double_curved = Double Curved
marking-OniHornDoubleLeftBrokeCurved = Double Left Broke Curved
marking-OniHornDoubleLeftBrokeCurved-double_left_broke_curved = Double Left Broke Curved
marking-OniHornDoubleRightBrokeCurved = Double Right Broke Curved
marking-OniHornDoubleRightBrokeCurved-double_right_broke_curved = Double Right Broke Curved
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: marking
id: OniHornShaved
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: false
speciesRestriction: [Oni]
sprites:
- sprite: DeltaV/Mobs/Customization/Oni/oni_horns.rsi
state: shaved

- type: marking
id: OniHornBull
bodyPart: HeadTop
markingCategory: HeadTop
forcedColoring: false
speciesRestriction: [Oni]
sprites:
- sprite: DeltaV/Mobs/Customization/Oni/oni_horns.rsi
state: bull
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by PS3MOIRA",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "shaved",
"directions": 4
},
{
"name": "bull",
"directions": 4
}
]
}
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 8587ed7

Please sign in to comment.