carcat tail (#1141)

This commit is contained in:
Nim
2025-04-06 17:26:36 +03:00
committed by GitHub
parent 4efbb6f307
commit d3be599ccb
10 changed files with 178 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
marking-CP14CarcatTail = Tail
marking-CP14CarcatTailFluffy = Fluffy Tail

View File

@@ -0,0 +1,2 @@
marking-CP14CarcatTail = Хвост
marking-CP14CarcatTailFluffy = Пушистый хвост

View File

@@ -0,0 +1,45 @@
- type: marking
id: CP14CarcatTail
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [ CP14Carcat ]
followSkinColor: true
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
state: tail
- type: marking
id: CP14CarcatTailFluffy
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [ CP14Carcat ]
followSkinColor: true
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
state: tail_fluffy
# Animation
- type: marking
id: CP14CarcatTailAnimated
bodyPart: Tail
markingCategory: Tail
speciesRestriction: []
followSkinColor: true
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
state: tail_waggin
- type: marking
id: CP14CarcatTailFluffyAnimated
bodyPart: Tail
markingCategory: Tail
speciesRestriction: []
followSkinColor: true
forcedColoring: true
sprites:
- sprite: _CP14/Mobs/Customization/carcat_tail.rsi
state: tail_fluffy_waggin

View File

@@ -22,6 +22,7 @@
- type: Speech
speechSounds: CP14Carcat
- type: Thirst
- type: Wagging
- type: Butcherable
butcheringType: Spike
spawned:

View File

@@ -20,6 +20,7 @@
#Hair: CP14MobCarcatAnyMarking
#FacialHair: CP14MobCarcatAnyMarking
Snout: CP14MobCarcatMarkingMatchSkin
Tail: CP14MobCarcatMarkingMatchSkin
Chest: CP14MobCarcatTorso
Eyes: CP14MobCarcatEyes
LArm: CP14MobCarcatLArm
@@ -45,6 +46,10 @@
points: 1
required: true
defaultMarkings: [ CP14CarcatNose ]
Tail:
points: 1
required: true
defaultMarkings: [ CP14CarcatTail ]
HeadTop:
points: 1
required: true

View File

@@ -0,0 +1,123 @@
{
"version": 1,
"license": "All right reserved",
"copyright": "Created by omsoyk (github)",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "tail",
"directions": 4
},
{
"name": "tail_waggin",
"directions": 4,
"delays": [
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
],
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
],
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
],
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
]
]
},
{
"name": "tail_fluffy",
"directions": 4
},
{
"name": "tail_fluffy_waggin",
"directions": 4,
"delays": [
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
],
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
],
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
],
[
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15,
0.15
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 850 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB