Large tail marking (#23551)

* add

* fix copyright

* large
This commit is contained in:
Ubaser
2024-01-06 18:07:09 +11:00
committed by GitHub
parent 0ae3858b69
commit 14e15b4437
6 changed files with 25 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ marking-LizardHornsSimple = Lizard Horns
marking-LizardTailSmooth-tail_smooth = Lizard Tail (Smooth)
marking-LizardTailSmooth = Lizard Tail (Smooth)
marking-LizardTailLarge-tail_large = Lizard Tail (Large)
marking-LizardTailLarge = Lizard Tail (Large)
marking-LizardTailSpikes-tail_spikes = Lizard Tail (Spiky)
marking-LizardTailSpikes = Lizard Tail (Spiky)

View File

@@ -126,6 +126,15 @@
- sprite: Mobs/Customization/reptilian_parts.rsi
state: tail_smooth
- type: marking
id: LizardTailLarge
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Reptilian]
sprites:
- sprite: Mobs/Customization/reptilian_parts.rsi
state: tail_large
- type: marking
id: LizardTailSpikes
bodyPart: Tail

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Body_underbelly made by Nairod(github) for SS14.",
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore and Bighorn are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Body_underbelly made by Nairod(github) for SS14. Large is drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
@@ -11,6 +11,10 @@
"name": "tail_smooth_front",
"directions": 4
},
{
"name": "tail_large_front",
"directions": 4
},
{
"name": "tail_spikes_front",
"directions": 4
@@ -27,6 +31,10 @@
"name": "tail_smooth_behind",
"directions": 4
},
{
"name": "tail_large_behind",
"directions": 4
},
{
"name": "tail_spikes_behind",
"directions": 4
@@ -43,6 +51,10 @@
"name": "tail_smooth",
"directions": 4
},
{
"name": "tail_large",
"directions": 4
},
{
"name": "tail_spikes",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB