Skip to content

Commit

Permalink
Небольшие исправления названий
Browse files Browse the repository at this point in the history
  • Loading branch information
Deenkaide committed May 6, 2024
1 parent 99b04c8 commit e26ea32
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 32 deletions.
48 changes: 24 additions & 24 deletions Resources/Prototypes/Corvax/Loadouts/Jobs/Command/iaa.yml
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
# Head
- type: loadout
id: IAAHeadHatBowlerHat
equipment: IAAHeadHatBowlerHat
id: IAAHatBowlerHat
equipment: IAAHatBowlerHat

- type: startingGear
id: IAAHeadHatBowlerHat
id: IAAHatBowlerHat
equipment:
head: ClothingHeadHatBowlerHat

- type: loadout
id: IAAHeadHatOutlawHat
equipment: IAAHeadHatOutlawHat
id: IAAHatOutlawHat
equipment: IAAHatOutlawHat

- type: startingGear
id: IAAHeadHatOutlawHat
id: IAAHatOutlawHat
equipment:
head: ClothingHeadHatOutlawHat

- type: loadout
id: IAAHeadHatTophat
equipment: IAAHeadHatTophat
id: IAAHatTophat
equipment: IAAHatTophat

- type: startingGear
id: IAAHeadHatTophat
id: IAAHatTophat
equipment:
head: ClothingHeadHatTophat

#Hands
- type: loadout
id: IAAHandsGlovesColorWhite
equipment: IAAHandsGlovesColorWhite
id: IAAGlovesColorWhite
equipment: IAAGlovesColorWhite

- type: startingGear
id: IAAHandsGlovesColorWhite
id: IAAGlovesColorWhite
equipment:
gloves: ClothingHandsGlovesColorWhite

- type: loadout
id: IAAHandsGlovesColorGray
equipment: IAAHandsGlovesColorGray
id: IAAGlovesColorGray
equipment: IAAGlovesColorGray

- type: startingGear
id: IAAHandsGlovesColorGray
id: IAAGlovesColorGray
equipment:
gloves: ClothingHandsGlovesColorGray

- type: loadout
id: IAAHandsGlovesColorBlack
equipment: IAAHandsGlovesColorBlack
id: IAAGlovesColorBlack
equipment: IAAGlovesColorBlack

- type: startingGear
id: IAAHandsGlovesColorBlack
id: IAAGlovesColorBlack
equipment:
gloves: ClothingHandsGlovesColorBlack

- type: loadout
id: IAAHandsGlovesColorRed
equipment: IAAHandsGlovesColorRed
id: IAAGlovesColorRed
equipment: IAAGlovesColorRed

- type: startingGear
id: IAAHandsGlovesColorRed
id: IAAGlovesColorRed
equipment:
gloves: ClothingHandsGlovesColorRed

- type: loadout
id: IAAHandsGlovesColorBlue
equipment: IAAHandsGlovesColorBlue
id: IAAGlovesColorBlue
equipment: IAAGlovesColorBlue

- type: startingGear
id: IAAHandsGlovesColorBlue
id: IAAGlovesColorBlue
equipment:
gloves: ClothingHandsGlovesColorBlue

Expand Down
17 changes: 9 additions & 8 deletions Resources/Prototypes/Corvax/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,26 @@
- PsychologistSatchel
- PsychologistDuffel

#IAA
- type: loadoutGroup
id: IAAHead
name: loadout-group-iaa-head
minLimit: 0
loadouts:
- IAAHeadHatBowlerHat
- IAAHeadHatOutlawHat
- IAAHeadHatTophat
- IAAHatBowlerHat
- IAAHatOutlawHat
- IAAHatTophat

- type: loadoutGroup
id: IAAHands
name: loadout-group-iaa-hands
minLimit: 0
loadouts:
- IAAHandsGlovesColorWhite
- IAAHandsGlovesColorGray
- IAAHandsGlovesColorBlack
- IAAHandsGlovesColorRed
- IAAHandsGlovesColorBlue
- IAAGlovesColorWhite
- IAAGlovesColorGray
- IAAGlovesColorBlack
- IAAGlovesColorRed
- IAAGlovesColorBlue

- type: loadoutGroup
id: IAAShoes
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Corvax/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#IAA
- type: roleLoadout
id: JobIAA
groups:
Expand Down

0 comments on commit e26ea32

Please sign in to comment.