Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Лодауты для АВД #100

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions Resources/Locale/ru-RU/_stories/loadouts/loadout-groups.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# АВД

loadout-group-AII-jumpsuit = Агент Внутренних Дел, комбинезон

# Тюрьма

loadout-group-HeadOfPrison-head = Начальник тюрьмы, голова

loadout-group-PRISON-Gloves = Тюрьма, перчатки

loadout-group-PRISON-OuterClothing = Тюрьма, верхняя одежда

loadout-group-PRISON-Backpack = Тюрьма, рюкзак

loadout-group-PRISON-Shoes = Тюрьма, обувь

loadout-group-PRISON-Belt = Тюрьма, пояс

loadout-group-PRISON-head = Тюрьма, голова

# Спонсор Рюказки

loadout-group-sponsor-Backpack = Спонсор, рюкзаки

# Страж

loadout-group-Jedi-head = Страж, голова

loadout-group-Jedi-mask = Страж, маска

loadout-group-Jedi-shoes = Страж, обувь

loadout-group-Jedi-belt = Страж, пояс

loadout-group-Jedi-neck = Страж, шея

loadout-group-Jedi-jumpsuits = Страж, комбинезон

loadout-group-Jedi-backpack = Страж, рюкзак

# Детектив

loadout-group-detective-belt = Детектив, пояс

30 changes: 30 additions & 0 deletions Resources/Prototypes/Stories/Loadouts/IAA_loadouts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Вставка группы в лодаут роли
- type: roleLoadout
id: JobIAA
groups:
- GroupTankHarness
- AIIJumpsuit
- CommonBackpack
- Glasses
- Survival
- Trinkets
- GroupSpeciesBreathTool

## Группы для вещей
- type: loadoutGroup
id: AIIJumpsuit
name: Агент Внутренних Дел, комбинезон
loadouts:
- AIIJumpsuit
- AIIJumpskirt

## Сюда прописывать вещь
- type: loadout
id: AIIJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitLawyerBlack

- type: loadout
id: AIIJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtLawyerBlack
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: loadoutGroup
id: DetectiveBelt
name: Детектив, пояс
name: loadout-group-detective-belt
loadouts:
- ClothingBeltHolsterFilled
- StoriesClothingBeltHolsterFilled
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/Stories/Loadouts/jedint_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@

- type: loadoutGroup
id: JediNtHead
name: Страж Клинка, голова
name: loadout-group-Jedi-head
minLimit: 0
loadouts:
- ClothingHeadHatExe

- type: loadoutGroup
id: JediNtMask
name: Страж Клинка, маска
name: loadout-group-Jedi-mask
minLimit: 0
loadouts:
- ClothingMaskGasExe

- type: loadoutGroup
id: JediNtShoes
name: Страж Клинка, обувь
name: loadout-group-Jedi-shoes
loadouts:
- ClothingShoesBootsExe
- ClothingShoesBootsJackJediNomad
Expand All @@ -39,15 +39,15 @@

- type: loadoutGroup
id: JediNtBelt
name: Страж Клинка, пояс
name: loadout-group-Jedi-belt
loadouts:
- SecurityBelt
- ClothingBeltJedi
- ClothingBeltSheathExe

- type: loadoutGroup
id: JediNtNeck
name: Страж Клинка, шея
name: loadout-group-Jedi-neck
minLimit: 0
loadouts:
- ClothingNeckCloakExe
Expand All @@ -56,7 +56,7 @@

- type: loadoutGroup
id: JediNtJumpsuit
name: Страж Клинка, комбинезон
name: loadout-group-Jedi-jumpsuits
minLimit: 1
loadouts:
- ClothingUniformJumpsuitExe
Expand All @@ -66,7 +66,7 @@

- type: loadoutGroup
id: JediNtBackpack
name: Страж Клинка, рюкзак
name: loadout-group-Jedi-backpack
loadouts:
# Stories-partners - start
# Handbag
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: loadoutGroup
id: PartnersBackpacks
minLimit: 0
name: Спонсор, рюкзак
name: loadout-group-sponsor-Backpack
loadouts:
# Помогите!
- ClothingBackpackHandbagAdidos
Expand Down
14 changes: 7 additions & 7 deletions Resources/Prototypes/Stories/Loadouts/prison_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

- type: loadoutGroup
id: PRISONHeadOfPrisonHead
name: Начальник тюрьмы, голова
name: loadout-group-HeadOfPrison-head
minLimit: 0
loadouts:
- PRISONCapHeadOfPrison
Expand All @@ -76,7 +76,7 @@

- type: loadoutGroup
id: PRISONGloves
name: Тюрьма, перчатки
name: loadout-group-PRISON-Gloves
minLimit: 0
loadouts:
- PRISONGloves
Expand All @@ -99,7 +99,7 @@

- type: loadoutGroup
id: PRISONOuterClothing
name: Тюрьма, верхняя одежда
name: loadout-group-PRISON-OuterClothing
loadouts:
- PRISONArmorVest

Expand All @@ -112,7 +112,7 @@

- type: loadoutGroup
id: PRISONBackpack
name: Тюрьма, рюкзак
name: loadout-group-PRISON-Backpack
loadouts:
- PRISONBackpack
- PRISONSatchel
Expand Down Expand Up @@ -163,7 +163,7 @@

- type: loadoutGroup
id: PRISONHead
name: Тюрьма, голова
name: loadout-group-PRISON-head
minLimit: 0
loadouts:
- PRISONCap
Expand All @@ -183,7 +183,7 @@

- type: loadoutGroup
id: PRISONShoes
name: Тюрьма, обувь
name: loadout-group-PRISON-Shoes
loadouts:
- CombatBoots
- JackBoots
Expand All @@ -199,7 +199,7 @@

- type: loadoutGroup
id: PRISONBelt
name: Тюрьма, пояс
name: loadout-group-PRISON-Belt
loadouts:
- SecurityBelt
- PRISONWebbing
Expand Down
Loading