Return Long2 and Long3 hairstyles (#30963)

* Sprites

* Prototype_&_Locale

* sorted_in_alphabetical_order
This commit is contained in:
Арт
2024-09-03 11:29:24 +03:00
committed by GitHub
parent 93728e4b8e
commit 0c018769a6
5 changed files with 24 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ marking-HumanHairClassicBusiness = Classic Business Hair
marking-HumanHairClassicCia = Classic CIA
marking-HumanHairClassicCornrows2 = Classic Cornrows 2
marking-HumanHairClassicFloorlengthBedhead = Classic Floorlength Bedhead
marking-HumanHairClassicLong2 = Classic Long Hair 2
marking-HumanHairClassicLong3 = Classic Long Hair 3
marking-HumanHairClassicModern = Classic Modern
marking-HumanHairClassicMulder = Classic Mulder
marking-HumanHairClassicWisp = Classic Wisp

View File

@@ -1349,3 +1349,17 @@
sprites:
- sprite: Mobs/Customization/human_hair.rsi
state: tailed
- type: marking
id: HumanHairClassicLong2
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Mobs/Customization/human_hair.rsi
state: classiclong2
- type: marking
id: HumanHairClassicLong3
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Mobs/Customization/human_hair.rsi
state: classiclong3

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -782,6 +782,14 @@
{
"name": "tailed",
"directions": 4
},
{
"name": "classiclong2",
"directions": 4
},
{
"name": "classiclong3",
"directions": 4
}
]
}