Расширил лодаут оружия СБух (#2355)
Co-authored-by: be quieti <be quieti@DESKTOP-2H3SMSL> Co-authored-by: KaiserMaus <kaiser.ratte@gmail.com>
This commit is contained in:
parent
69e1c86541
commit
8a050c6ea8
5 changed files with 87 additions and 5 deletions
|
|
@ -1,2 +1,4 @@
|
|||
ent-GlockBox = glock box
|
||||
.desc = It contains a Glock22 and a magazine for it. Did you want something else?
|
||||
ent-ACP14Box = ACP14 box
|
||||
.desc = It contains a ACP14 and a magazine for it. Did you want something else?
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
ent-GlockBox = коробока с глоком
|
||||
ent-GlockBox = коробка с глоком
|
||||
.desc = Содержит Glock22 и магазин к нему. Вы хотели что-то другое?
|
||||
ent-ACP14Box = коробка с ACP14
|
||||
.desc = Содержит ACP14 и магазин к нему. Вы хотели что-то другое?
|
||||
|
|
|
|||
|
|
@ -23,3 +23,17 @@
|
|||
amount: 1
|
||||
- id: WeaponPistolG22
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
parent: GlockBox
|
||||
id: ACP14Box
|
||||
name: ACP14 box
|
||||
description: It contains a ACP14 and a magazine for it. Did you want something else?
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MagazineACP14
|
||||
amount: 1
|
||||
- id: WeaponPistolACP14
|
||||
amount: 1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,13 @@
|
|||
- type: loadout
|
||||
- type: loadoutEffectGroup
|
||||
id: MasterSecurity
|
||||
effects:
|
||||
- !type:JobRequirementLoadoutEffect
|
||||
requirement:
|
||||
!type:RoleTimeRequirement
|
||||
role: JobSecurityOfficer
|
||||
time: 72000 #20 hrs
|
||||
|
||||
- type: loadout
|
||||
id: SecurityBodycam
|
||||
startingGear: SecurityBodycam
|
||||
|
||||
|
|
@ -97,3 +106,56 @@
|
|||
storage:
|
||||
back:
|
||||
- HoloprojectorSecurity
|
||||
|
||||
- type: loadout
|
||||
id: GlockBox
|
||||
startingGear: GlockBox
|
||||
|
||||
- type: startingGear
|
||||
id: GlockBox
|
||||
storage:
|
||||
back:
|
||||
- GlockBox
|
||||
|
||||
- type: loadout
|
||||
id: ACP14Box
|
||||
startingGear: ACP14Box
|
||||
effects:
|
||||
- !type:GroupLoadoutEffect
|
||||
proto: MasterSecurity
|
||||
|
||||
- type: startingGear
|
||||
id: ACP14Box
|
||||
storage:
|
||||
back:
|
||||
- ACP14Box
|
||||
|
||||
- type: loadout
|
||||
id: WeaponEnergyGunPistolSecurity
|
||||
startingGear: WeaponEnergyGunPistolSecurity
|
||||
|
||||
- type: startingGear
|
||||
id: WeaponEnergyGunPistolSecurity
|
||||
storage:
|
||||
back:
|
||||
- WeaponEnergyGunPistolSecurity
|
||||
|
||||
- type: loadout
|
||||
id: WeaponDisabler
|
||||
startingGear: WeaponDisabler
|
||||
|
||||
- type: startingGear
|
||||
id: WeaponDisabler
|
||||
storage:
|
||||
back:
|
||||
- WeaponDisabler
|
||||
|
||||
- type: loadout
|
||||
id: WeaponTaser
|
||||
startingGear: WeaponTaser
|
||||
|
||||
- type: startingGear
|
||||
id: WeaponTaser
|
||||
storage:
|
||||
back:
|
||||
- WeaponTaser
|
||||
|
|
|
|||
|
|
@ -221,9 +221,11 @@
|
|||
minLimit: 1
|
||||
maxLimit: 1
|
||||
loadouts:
|
||||
#- SunriseWeaponPistolG22
|
||||
- SunriseWeaponEnergyGun
|
||||
- SunriseWeaponTaser
|
||||
- GlockBox
|
||||
- ACP14Box
|
||||
- WeaponEnergyGunPistolSecurity
|
||||
- WeaponDisabler
|
||||
- WeaponTaser
|
||||
|
||||
# Security Detective
|
||||
- type: loadoutGroup
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue