-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New horns for oni. * Update meta.json * That one cursed lack of space * Do what was requested * Update meta.json --------- Co-authored-by: Velcroboy <[email protected]>
- Loading branch information
1 parent
be0d844
commit d87b4b0
Showing
6 changed files
with
50 additions
and
1 deletion.
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,4 @@ | ||
marking-OniHornShaved = Shaved | ||
marking-OniHornShaved-shaved = Shaved | ||
marking-OniHornBull = Bull | ||
marking-OniHornBull-bull = Bull |
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 |
---|---|---|
@@ -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 |
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/DeltaV/Entities/Mobs/Customization/Markings/Oni_horns.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,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 |
Binary file added
BIN
+745 Bytes
Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/bull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions
19
Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.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,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 | ||
} | ||
] | ||
} |
Binary file added
BIN
+656 Bytes
Resources/Textures/DeltaV/Mobs/Customization/Oni/oni_horns.rsi/shaved.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.