-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
добавил пару новых прич и бород людям
- Loading branch information
Showing
11 changed files
with
123 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Resources/Locale/ru-RU/Adventure/Mobs/Customization/Human.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
65
Resources/Prototypes/Adventure/Races/Human/Customization/Human.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
43
Resources/Textures/Adventure/Races/Human_hair.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.