Skip to content

Commit

Permalink
прически
Browse files Browse the repository at this point in the history
добавил пару новых прич и бород людям
  • Loading branch information
borkroman authored and c4llv07e committed Feb 2, 2025
1 parent 9fb1438 commit fe2bcce
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/Locale/ru-RU/Adventure/Mobs/Customization/Human.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
marking-HumanHairCombedShaved = Зачёс (бритые виски)
marking-HumanHairCombedBackADV = Зачёс назад (бритые виски)
marking-HumanHairPunk = Панк
marking-HumanHairTopKnot = Топ Кнот
marking-HumanFacialHairDED = Борода (Маг)
marking-HumanFacialHairGusar = Борода (Гусар)
marking-HumanFacialHairLogan = Борода (Логан)
marking-HumanFacialHairTrocki = Борода (Лев)
65 changes: 65 additions & 0 deletions Resources/Prototypes/Adventure/Races/Human/Customization/Human.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# прически
- type: marking
id: HumanHairCombedShaved
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: combed

- type: marking
id: HumanHairCombedBackADV
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: combedback

- type: marking
id: HumanHairPunk
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: punk

- type: marking
id: HumanHairTopKnot
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: topknot

# бороды
- type: marking
id: HumanFacialHairDED
bodyPart: FacialHair
markingCategory: FacialHair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: ded

- type: marking
id: HumanFacialHairGusar
bodyPart: FacialHair
markingCategory: FacialHair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: gusar

- type: marking
id: HumanFacialHairLogan
bodyPart: FacialHair
markingCategory: FacialHair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: logan

- type: marking
id: HumanFacialHairTrocki
bodyPart: FacialHair
markingCategory: FacialHair
sprites:
- sprite: Adventure/Races/Human_hair.rsi
state: trocki
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions Resources/Textures/Adventure/Races/Human_hair.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by borkroman",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "combed",
"directions": 4
},
{
"name": "combedback",
"directions": 4
},
{
"name": "ded",
"directions": 4
},
{
"name": "gusar",
"directions": 4
},
{
"name": "logan",
"directions": 4
},
{
"name": "punk",
"directions": 4
},
{
"name": "trocki",
"directions": 4
},
{
"name": "topknot",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe2bcce

Please sign in to comment.