-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Evgencheg <[email protected]>
- Loading branch information
1 parent
1e4c447
commit e080d25
Showing
15 changed files
with
168 additions
and
18 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
- type: Projectile | ||
damage: | ||
types: | ||
Piercing: 8 | ||
Piercing: 10 |
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
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
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
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
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 |
---|---|---|
|
@@ -165,5 +165,5 @@ | |
- type: Projectile | ||
damage: | ||
types: | ||
Piercing: 2 | ||
Piercing: 3 | ||
Radiation: 8 |
138 changes: 138 additions & 0 deletions
138
Resources/Prototypes/_LostParadise/Loadouts/Jobs/security.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,138 @@ | ||
#Снаряжение | ||
- type: loadout | ||
id: LPPLoadoutSecurityEquipmentTruncheon | ||
category: JobsSecurity | ||
cost: 5 | ||
requirements: | ||
- !type:CharacterJobRequirement | ||
jobs: | ||
- SecurityOfficer | ||
- Warden | ||
- HeadOfSecurity | ||
- Brigmedic | ||
- !type:CharacterPlaytimeRequirement | ||
tracker: JobSecurityOfficer | ||
min: 54000 # 20 часов | ||
items: | ||
- Truncheon | ||
|
||
- type: loadout | ||
id: LPPLoadoutSecurityEquipmentEnergyGunMini | ||
category: JobsSecurity | ||
cost: 3 | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutEquipmentSecurity | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
- !type:CharacterPlaytimeRequirement | ||
tracker: JobSecurityOfficer | ||
min: 18000 # 5 часов | ||
items: | ||
- WeaponEnergyGunMini | ||
|
||
#Маски | ||
|
||
- type: loadout | ||
id: LPPLoadoutSecurityEquipmentMaskGasSecurity | ||
category: JobsSecurity | ||
cost: 0 | ||
exclusive: true | ||
requirements: | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutMaskSecurity | ||
items: | ||
- ClothingMaskGasSecurity | ||
|
||
- type: loadout | ||
id: LPPLoadoutSecurityEquipmentMaskBalaclavawide | ||
category: JobsSecurity | ||
cost: 0 | ||
exclusive: true | ||
requirements: | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutMaskSecurity | ||
items: | ||
- LPPClothingBalaclavawide | ||
|
||
- type: loadout | ||
id: LoadoutClothingBreathMedicalSecurity | ||
category: JobsSecurity | ||
cost: 0 | ||
exclusive: true | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutMaskSecurity | ||
- !type:CharacterJobRequirement | ||
jobs: | ||
- Brigmedic | ||
items: | ||
- ClothingMaskBreathMedicalSecurity | ||
|
||
#Броня-куртки | ||
|
||
- type: loadout | ||
id: LPPLoadoutClothingOuterArmorBasic | ||
category: JobsSecurity | ||
cost: 0 | ||
exclusive: true | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutOuterSecurity | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
items: | ||
- ClothingOuterArmorBasic | ||
|
||
#Голова | ||
|
||
- type: loadout | ||
id: LPPLoadoutClothingHeadHatBlackBeanie | ||
category: JobsSecurity | ||
cost: 0 | ||
exclusive: true | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutHeadSecurity | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
items: | ||
- LPPClothingHeadHatBlackBeanie | ||
|
||
- type: loadout | ||
id: LPPLoadoutClothingHeadHatRedBeanie | ||
category: JobsSecurity | ||
cost: 0 | ||
exclusive: true | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutHeadSecurity | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
items: | ||
- LPPClothingHeadHatRedBeanie | ||
|
||
#Шея | ||
|
||
- type: loadout | ||
id: LoadoutSecurityBeltHolster | ||
category: JobsSecurity | ||
cost: 1 | ||
requirements: | ||
- !type:CharacterItemGroupRequirement | ||
group: LoadoutBeltSecurity | ||
- !type:CharacterDepartmentRequirement | ||
departments: | ||
- Security | ||
items: | ||
- ClothingBeltHolster |