CBURN tweaks (#10887)

This commit is contained in:
lapatison
2022-09-06 05:49:56 +03:00
committed by GitHub
parent 935f2d8a0b
commit 99357f7ef4
6 changed files with 36 additions and 5 deletions

View File

@@ -24,10 +24,10 @@
- id: WeaponShotgunDoubleBarreled - id: WeaponShotgunDoubleBarreled
- id: BoxShotgunFlare - id: BoxShotgunFlare
amount: 2 amount: 2
- id: GrenadeFlashBang
amount: 2
- id: PillRomerol - id: PillRomerol
amount: 5 amount: 5
- id: GrenadeFlash
amount: 2
- type: entity - type: entity
parent: ClothingBackpackDuffelSyndicateMedical parent: ClothingBackpackDuffelSyndicateMedical

View File

@@ -634,13 +634,28 @@
state: pda-syndi state: pda-syndi
- type: entity - type: entity
parent: HoSPDA parent: BasePDA
id: ERTLeaderPDA id: ERTLeaderPDA
name: ERT PDA name: ERT PDA
description: Red for firepower. description: Red for firepower.
components: components:
- type: PDA - type: PDA
id: ERTLeaderIDCard id: ERTLeaderIDCard
- type: Appearance
visuals:
- type: PDAVisualizer
state: pda-ert
- type: Icon
state: pda-ert
- type: entity
parent: ERTLeaderPDA
id: CBURNPDA
name: CBURN PDA
description: Smells like rotten flesh.
components:
- type: PDA
id: CBURNIDcard
- type: entity - type: entity
parent: BasePDA parent: BasePDA

View File

@@ -536,3 +536,16 @@
- state: default - state: default
- type: PresetIdCard - type: PresetIdCard
job: Detective job: Detective
- type: entity
parent: CentcomIDCard
id: CBURNIDcard
name: CBURN ID card
components:
- type: Sprite
layers:
- state: gold
- state: idcentcom
- type: Item
heldPrefix: gold

View File

@@ -162,11 +162,11 @@
back: ClothingBackpackDuffelCBURN back: ClothingBackpackDuffelCBURN
mask: ClothingMaskGas mask: ClothingMaskGas
eyes: ClothingEyesGlassesSecurity eyes: ClothingEyesGlassesSecurity
ears: ClothingHeadsetService ears: ClothingHeadsetAltCommand
gloves: ClothingHandsGlovesFingerless gloves: ClothingHandsGlovesFingerless
outerClothing: ClothingOuterHardsuitCBURN outerClothing: ClothingOuterHardsuitCBURN
shoes: ClothingShoesBootsJack shoes: ClothingShoesBootsJack
id: CentcomPDA id: CBURNPDA
pocket1: CombatKnife pocket1: CombatKnife
pocket2: WeaponLaserGun pocket2: WeaponLaserGun
suitstorage: YellowOxygenTankFilled suitstorage: YellowOxygenTankFilled

View File

@@ -162,6 +162,9 @@
}, },
{ {
"name": "pda-interntech" "name": "pda-interntech"
},
{
"name": "pda-ert"
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B