Long human ears colour fix. Shortcut removed.
[Serializable, NetSerializable]
public enum HumanoidVisualLayers : byte
{
+ Special, // for the cat ears
Tail,
Hair,
FacialHair,
RArm,
LArm,
RHand,
+
LHand,
RLeg,
LLeg,
StencilMask,
Ensnare,
Fire,
+
}
}
[Serializable, NetSerializable]
public enum MarkingCategories : byte
{
+ Special,
Hair,
FacialHair,
Head,
{
return layer switch
{
+ HumanoidVisualLayers.Special => MarkingCategories.Special,
HumanoidVisualLayers.Hair => MarkingCategories.Hair,
HumanoidVisualLayers.FacialHair => MarkingCategories.FacialHair,
HumanoidVisualLayers.Head => MarkingCategories.Head,
--- /dev/null
+marking-HumanLongEars = Long Ears
# Categories
+markings-category-Special = Special
markings-category-Hair = Hair
markings-category-FacialHair = Facial Hair
markings-category-Head = Head
- type: marking
id: CatEars
- bodyPart: HeadTop
- markingCategory: HeadTop
+ bodyPart: Special
+ markingCategory: Special
speciesRestriction: [Human]
coloring:
default:
--- /dev/null
+- type: marking
+ id: HumanLongEars
+ bodyPart: HeadTop
+ markingCategory: HeadTop
+ speciesRestriction: [Human, Dwarf]
+ forcedColoring: true
+ followSkinColor: true
+ sprites:
+ - sprite: Mobs/Customization/ears.rsi
+ state: long_ears
- type: speciesBaseSprites
id: MobHumanSprites
sprites:
+ Special: MobHumanoidAnyMarking
Head: MobHumanHead
Hair: MobHumanoidAnyMarking
FacialHair: MobHumanoidAnyMarking
Snout: MobHumanoidAnyMarking
Chest: MobHumanTorso
Eyes: MobHumanoidEyes
+ HeadTop: MobHumanoidAnyMarking
LArm: MobHumanLArm
RArm: MobHumanRArm
LHand: MobHumanLHand
- type: markingPoints
id: MobHumanMarkingLimits
points:
+ Special: # the cat ear joke
+ points: 0
+ required: false
Hair:
points: 1
required: false
Tail: # the cat tail joke
points: 0
required: false
- HeadTop: # the cat ear joke
- points: 0
+ HeadTop:
+ points: 1
required: false
Chest:
points: 1
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Drawn by Rouge2t7/Sarahon",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "long_ears",
+ "directions": 4
+ }
+
+ ]
+}