Всякие твики (#467)
* tomato juice no longer slippery * flashbang rework * add starting gear support for flashbang rework * flash size and charges tweak * night and thermal vision tweaks * night vision is turned off by default * some size tweaks * cleanup * sunglasses and hardsuits tweak
BIN
Resources/Audio/White/Items/Goggles/activate.ogg
Normal file
BIN
Resources/Audio/White/Items/Goggles/deactivate.ogg
Normal file
@@ -13,6 +13,9 @@ ent-ClothingHeadsetAltMedical = полноразмерная медицинск
|
||||
ent-ClothingHeadsetAltSecurity = полноразмерная охранная гарнитура
|
||||
.desc = { ent-ClothingHeadsetAlt.desc }
|
||||
.suffix = { "" }
|
||||
ent-ClothingHeadsetAltSecurityCommand = { ent-ClothingHeadsetAltSecurity }
|
||||
.desc = { ent-ClothingHeadsetAlt.desc }
|
||||
.suffix = { "" }
|
||||
ent-ClothingHeadsetAltEngineering = полноразмерная инженерная гарнитура
|
||||
.desc = { ent-ClothingHeadsetAlt.desc }
|
||||
.suffix = { "" }
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
- id: ClothingHandsGlovesCombat
|
||||
- id: ClothingShoesBootsJack
|
||||
- id: ClothingEyesGlassesSecurity
|
||||
- id: ClothingHeadsetAltSecurity
|
||||
- id: ClothingHeadsetAltSecurityCommand
|
||||
- id: ClothingMaskGasSwat
|
||||
- id: ClothingOuterCoatHoSTrench
|
||||
|
||||
|
||||
@@ -324,5 +324,5 @@
|
||||
- id: ClothingUniformJumpskirtInspector
|
||||
- id: ClothingUniformJumpskirtInspectorFormal
|
||||
- id: ClothingHandsGlovesInspector
|
||||
- id: ClothingHeadsetAltSecurity
|
||||
- id: ClothingHeadsetAltSecurityCommand
|
||||
- id: RubberStampInspector
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
state: icon_alt
|
||||
- type: Clothing
|
||||
equippedPrefix: alt
|
||||
- type: ClothingGrantComponent # WD
|
||||
component:
|
||||
- type: FlashSoundSuppression
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadsetAlt
|
||||
@@ -108,13 +111,28 @@
|
||||
containers:
|
||||
key_slots:
|
||||
- EncryptionKeySecurity
|
||||
- EncryptionKeyCommand
|
||||
- EncryptionKeyCommon
|
||||
- type: Sprite
|
||||
sprite: Clothing/Ears/Headsets/security.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Ears/Headsets/security.rsi
|
||||
|
||||
- type: entity # WD
|
||||
parent: ClothingHeadsetAlt
|
||||
id: ClothingHeadsetAltSecurityCommand
|
||||
name: head of security's over-ear headset
|
||||
components:
|
||||
- type: ContainerFill
|
||||
containers:
|
||||
key_slots:
|
||||
- EncryptionKeySecurity
|
||||
- EncryptionKeyCommand
|
||||
- EncryptionKeyCommon
|
||||
- type: Sprite
|
||||
sprite: Clothing/Ears/Headsets/command.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Ears/Headsets/command.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadsetAlt
|
||||
id: ClothingHeadsetAltScience
|
||||
|
||||
@@ -148,7 +148,6 @@
|
||||
components:
|
||||
- type: FlashImmunity
|
||||
- type: EyeProtection
|
||||
protectionTime: 5
|
||||
- type: Tag
|
||||
tags:
|
||||
- Sunglasses
|
||||
@@ -167,7 +166,6 @@
|
||||
sprite: Clothing/Eyes/Glasses/secglasses.rsi
|
||||
- type: FlashImmunity
|
||||
- type: EyeProtection
|
||||
protectionTime: 5
|
||||
- type: Construction
|
||||
graph: GlassesSecHUD
|
||||
node: glassesSec
|
||||
@@ -232,9 +230,9 @@
|
||||
description: Thermals in the shape of glasses.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Eyes/Glasses/thermal.rsi
|
||||
sprite: White/Clothing/Eyes/Glasses/thermal.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Eyes/Glasses/thermal.rsi
|
||||
sprite: White/Clothing/Eyes/Glasses/thermal.rsi
|
||||
- type: ClothingGrantComponent
|
||||
component:
|
||||
- type: ThermalVision
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.005
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Engineering Hardsuit
|
||||
- type: entity
|
||||
@@ -80,6 +81,7 @@
|
||||
highPressureMultiplier: 0.1
|
||||
lowPressureMultiplier: 1000
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Spationaut Hardsuit
|
||||
- type: entity
|
||||
@@ -183,6 +185,9 @@
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: ClothingGrantComponent # WD
|
||||
component:
|
||||
- type: FlashSoundSuppression
|
||||
|
||||
#Brigmedic Hardsuit
|
||||
- type: entity
|
||||
@@ -210,6 +215,9 @@
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.6
|
||||
lowPressureMultiplier: 1000
|
||||
- type: ClothingGrantComponent # WD
|
||||
component:
|
||||
- type: FlashSoundSuppression
|
||||
|
||||
#Warden's Hardsuit
|
||||
- type: entity
|
||||
@@ -236,6 +244,9 @@
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: ClothingGrantComponent # WD
|
||||
component:
|
||||
- type: FlashSoundSuppression
|
||||
|
||||
#Captain's Hardsuit
|
||||
- type: entity
|
||||
@@ -252,6 +263,9 @@
|
||||
- type: PressureProtection
|
||||
highPressureMultiplier: 0.3
|
||||
lowPressureMultiplier: 1000
|
||||
- type: ClothingGrantComponent # WD
|
||||
component:
|
||||
- type: FlashSoundSuppression
|
||||
|
||||
#Inspector's Hardsuit
|
||||
- type: entity
|
||||
@@ -287,6 +301,7 @@
|
||||
highPressureMultiplier: 0.08
|
||||
lowPressureMultiplier: 1000
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Chief Medical Officer's Hardsuit
|
||||
- type: entity
|
||||
@@ -349,6 +364,9 @@
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity
|
||||
- type: ClothingGrantComponent # WD
|
||||
component:
|
||||
- type: FlashSoundSuppression
|
||||
|
||||
#Luxury Mining Hardsuit
|
||||
- type: entity
|
||||
@@ -368,6 +386,7 @@
|
||||
- type: PointLight
|
||||
radius: 7
|
||||
energy: 3
|
||||
- type: EyeProtection # WD edit
|
||||
|
||||
#Head of Personnel's Hardsuit WD
|
||||
- type: entity
|
||||
@@ -410,8 +429,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Blood-red Medic Hardsuit
|
||||
- type: entity
|
||||
@@ -437,8 +456,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Syndicate Elite Hardsuit
|
||||
- type: entity
|
||||
@@ -466,8 +485,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Syndicate Commander Hardsuit
|
||||
- type: entity
|
||||
@@ -493,8 +512,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Cybersun Juggernaut Hardsuit
|
||||
- type: entity
|
||||
@@ -518,8 +537,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Wizard Hardsuit
|
||||
- type: entity
|
||||
@@ -546,8 +565,6 @@
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: WizardClothes
|
||||
- type: FlashImmunity
|
||||
- type: EyeProtection
|
||||
|
||||
#Organic Space Suit
|
||||
- type: entity
|
||||
@@ -621,8 +638,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#ERT Chaplain Hardsuit
|
||||
- type: entity
|
||||
@@ -660,8 +677,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#ERT Medical Hardsuit
|
||||
- type: entity
|
||||
@@ -677,8 +694,8 @@
|
||||
sprite: Clothing/Head/Hardsuits/ERThelmets/ertmedical.rsi
|
||||
- type: PointLight
|
||||
color: "#adffec"
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#ERT Security Hardsuit
|
||||
- type: entity
|
||||
@@ -701,8 +718,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#ERT Janitor Hardsuit
|
||||
- type: entity
|
||||
@@ -718,8 +735,8 @@
|
||||
sprite: Clothing/Head/Hardsuits/ERThelmets/ertjanitor.rsi
|
||||
- type: PointLight
|
||||
color: "#cbadff"
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#CBURN Hardsuit
|
||||
- type: entity
|
||||
@@ -759,8 +776,8 @@
|
||||
Slash: 0.9
|
||||
Piercing: 0.9
|
||||
Heat: 0.9
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
|
||||
#Deathsquad Hardsuit
|
||||
- type: entity
|
||||
@@ -786,8 +803,8 @@
|
||||
Heat: 0.80
|
||||
Radiation: 0.80
|
||||
Caustic: 0.95
|
||||
- type: FlashImmunity # WD edit
|
||||
- type: EyeProtection # WD edit
|
||||
- type: FlashImmunity # WD
|
||||
- type: ShowHealthBars
|
||||
damageContainers:
|
||||
- Biological
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
id: DrinkCanBaseFull
|
||||
abstract: true
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: Drink
|
||||
- type: Openable
|
||||
- type: Shakeable
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
- state: active
|
||||
- type: Item
|
||||
sprite: Objects/Devices/gps.rsi
|
||||
size: Tiny
|
||||
- type: HandheldGPS
|
||||
- type: Tag
|
||||
tags:
|
||||
|
||||
@@ -66,7 +66,8 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Grenades/flashbang.rsi
|
||||
- type: FlashOnTrigger
|
||||
range: 7
|
||||
range: 5
|
||||
forceStun: true # WD
|
||||
- type: SoundOnTrigger
|
||||
sound:
|
||||
path: "/Audio/Effects/flash_bang.ogg"
|
||||
@@ -350,7 +351,7 @@
|
||||
parent: GrenadeBase
|
||||
id: SmokeGrenade
|
||||
name: smoke grenade
|
||||
description: A tactical grenade that releases a large, long-lasting cloud of smoke when used.
|
||||
description: A tactical grenade that releases a large, long-lasting cloud of smoke when used.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Grenades/smoke.rsi
|
||||
|
||||
@@ -138,8 +138,8 @@
|
||||
shader: unshaded
|
||||
- type: Flash
|
||||
- type: LimitedCharges
|
||||
maxCharges: 5
|
||||
charges: 5
|
||||
maxCharges: 7
|
||||
charges: 7
|
||||
- type: MeleeWeapon
|
||||
canHeavyAttack: false
|
||||
wideAnimationRotation: 180
|
||||
@@ -148,7 +148,7 @@
|
||||
Blunt: 0 # melee weapon to allow flashing individual targets
|
||||
angle: 10
|
||||
- type: Item
|
||||
size: Small
|
||||
size: Tiny
|
||||
sprite: Objects/Weapons/Melee/flash.rsi
|
||||
- type: UseDelay
|
||||
- type: StaticPrice
|
||||
|
||||
@@ -22,6 +22,14 @@
|
||||
equipment: SecurityCommandHeadset
|
||||
- type: startingGear
|
||||
id: SecurityCommandHeadset
|
||||
equipment:
|
||||
ears: ClothingHeadsetAltSecurityCommand
|
||||
|
||||
- type: itemLoadout
|
||||
id: SecurityHeadsetFull
|
||||
equipment: SecurityHeadsetFull
|
||||
- type: startingGear
|
||||
id: SecurityHeadsetFull
|
||||
equipment:
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
|
||||
|
||||
@@ -161,7 +161,6 @@
|
||||
id: CommonCommandHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- CommandHeadset
|
||||
- CommandHeadsetAlt
|
||||
|
||||
# Civilian
|
||||
@@ -767,7 +766,6 @@
|
||||
id: QuartermasterHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- QuartermasterHeadset
|
||||
- QuartermasterHeadsetAlt
|
||||
|
||||
- type: loadoutGroup
|
||||
@@ -985,7 +983,6 @@
|
||||
id: ChiefEngineerHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- ChiefEngineerHeadset
|
||||
- ChiefEngineerHeadsetAlt
|
||||
|
||||
- type: loadoutGroup
|
||||
@@ -1224,7 +1221,6 @@
|
||||
id: ResearchDirectorHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- ResearchDirectorHeadset
|
||||
- ResearchDirectorHeadsetAlt
|
||||
|
||||
- type: loadoutGroup
|
||||
@@ -1604,6 +1600,12 @@
|
||||
loadouts:
|
||||
- SecurityCommandHeadset
|
||||
|
||||
- type: loadoutGroup
|
||||
id: CommonSecurityHeadsetFull
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- SecurityHeadsetFull
|
||||
|
||||
- type: loadoutGroup
|
||||
id: CommonSecurityBackpack
|
||||
name: loadout-group-backpack
|
||||
@@ -1636,10 +1638,9 @@
|
||||
- CowboyWhite
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
id: ChiefMedicalOfficerEars
|
||||
id: ChiefMedicalOfficerHeadset
|
||||
name: loadout-group-ears
|
||||
loadouts:
|
||||
- CMOHeadset
|
||||
- CMOHeadsetAlt
|
||||
|
||||
- type: loadoutGroup
|
||||
@@ -2029,9 +2030,7 @@
|
||||
id: InspectorBackpack
|
||||
name: loadout-group-backpack
|
||||
loadouts:
|
||||
- InspectorBackpack
|
||||
- InspectorSatchel
|
||||
- InspectorDuffel
|
||||
- CommonSatchelLeather
|
||||
|
||||
- type: loadoutGroup # WD
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
id: JobWarden
|
||||
groups:
|
||||
- WardenHead
|
||||
- CommonSecurityCommandHeadset # WD
|
||||
- CommonSecurityHeadsetFull # WD
|
||||
- CommonSecurityCommandMask # WD
|
||||
- CommonSecurityNeck
|
||||
- WardenJumpsuit
|
||||
@@ -399,7 +399,7 @@
|
||||
id: JobSeniorOfficer
|
||||
groups:
|
||||
- CommonSecurityHead
|
||||
- CommonSecurityHeadset # WD
|
||||
- CommonSecurityHeadsetFull # WD
|
||||
- CommonSecurityCommandMask # WD
|
||||
- CommonSecurityNeck
|
||||
- SeniorOfficerJumpsuit
|
||||
@@ -414,7 +414,7 @@
|
||||
id: JobSecurityOfficer
|
||||
groups:
|
||||
- CommonSecurityHead
|
||||
- CommonSecurityHeadset # WD
|
||||
- CommonSecurityHeadsetFull # WD
|
||||
- CommonSecurityMask # WD
|
||||
- CommonSecurityNeck # WD
|
||||
- SecurityJumpsuit
|
||||
@@ -430,7 +430,7 @@
|
||||
id: JobDetective
|
||||
groups:
|
||||
- DetectiveHead
|
||||
- CommonSecurityHeadset # WD
|
||||
- CommonSecurityHeadsetFull # WD
|
||||
- CommonMaskCigarette # WD
|
||||
- CommonSecurityNeck
|
||||
- DetectiveJumpsuit
|
||||
@@ -445,7 +445,7 @@
|
||||
id: JobSecurityCadet
|
||||
groups:
|
||||
- CommonSecurityHead
|
||||
- CommonSecurityHeadset # WD
|
||||
- CommonSecurityHeadsetFull # WD
|
||||
- CommonSecurityNeck
|
||||
- SecurityCadetJumpsuit
|
||||
- CommonSecurityBackpack
|
||||
@@ -459,7 +459,7 @@
|
||||
id: JobChiefMedicalOfficer
|
||||
groups:
|
||||
- ChiefMedicalOfficerHead
|
||||
- ChiefMedicalOfficerEars # WD
|
||||
- ChiefMedicalOfficerHeadset # WD
|
||||
- CommonMedicalMask # WD
|
||||
- ChiefMedicalOfficerNeck
|
||||
- ChiefMedicalOfficerJumpsuit
|
||||
|
||||
@@ -116,6 +116,7 @@
|
||||
physicalDesc: reagent-physical-desc-saucey
|
||||
flavor: tomato
|
||||
color: "#731008"
|
||||
slippery: false
|
||||
|
||||
- type: reagent
|
||||
id: JuiceWatermelon
|
||||
|
||||
@@ -42,4 +42,4 @@
|
||||
back: ClothingBackpackQuartermasterFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: QuartermasterPDA
|
||||
ears: ClothingHeadsetQM
|
||||
ears: ClothingHeadsetAltCargo
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
back: ClothingBackpackChiefEngineerFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: CEPDA
|
||||
ears: ClothingHeadsetCE
|
||||
ears: ClothingHeadsetAltEngineering
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
back: ClothingBackpackFilled
|
||||
shoes: ClothingShoesBootsInspector
|
||||
id: InspectorPDA
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
ears: ClothingHeadsetAltSecurityCommand
|
||||
inhand:
|
||||
- BriefcaseBrownFilled
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
back: ClothingBackpackCMOFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: CMOPDA
|
||||
ears: ClothingHeadsetCMO
|
||||
ears: ClothingHeadsetAltMedical
|
||||
|
||||
@@ -37,4 +37,4 @@
|
||||
back: ClothingBackpackResearchDirectorFilled
|
||||
shoes: ClothingShoesColorBrown
|
||||
id: RnDPDA
|
||||
ears: ClothingHeadsetRD
|
||||
ears: ClothingHeadsetAltScience
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
back: ClothingBackpackSecurityFilledDetective
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: DetectivePDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
|
||||
@@ -45,4 +45,4 @@
|
||||
back: ClothingBackpackHOSFilled
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: HoSPDA
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
ears: ClothingHeadsetAltSecurityCommand
|
||||
|
||||
@@ -33,5 +33,5 @@
|
||||
back: ClothingBackpackSecurityFilled
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: SecurityCadetPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
pocket1: BookSecurity
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
back: ClothingBackpackSecurityFilled
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: SecurityPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
|
||||
@@ -39,4 +39,4 @@
|
||||
back: ClothingBackpackSecurityFilled
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: SeniorOfficerPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
|
||||
@@ -32,4 +32,4 @@
|
||||
back: ClothingBackpackSecurityFilled
|
||||
shoes: ClothingShoesBootsCombatFilled
|
||||
id: WardenPDA
|
||||
ears: ClothingHeadsetSecurity
|
||||
ears: ClothingHeadsetAltSecurity
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
itemIconStyle: BigAction
|
||||
priority: -20
|
||||
icon:
|
||||
sprite: White/Clothing/Head/nightvision.rsi
|
||||
sprite: White/Clothing/Eyes/Glasses/nightvision.rsi
|
||||
state: icon
|
||||
event: !type:ToggleNightVisionEvent
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
description: Теперь ты видишь во тьме!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: White/Clothing/Head/nightvision.rsi
|
||||
sprite: White/Clothing/Eyes/Glasses/nightvision.rsi
|
||||
- type: Clothing
|
||||
sprite: White/Clothing/Head/nightvision.rsi
|
||||
sprite: White/Clothing/Eyes/Glasses/nightvision.rsi
|
||||
- type: ClothingGrantComponent
|
||||
component:
|
||||
- type: NightVision
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
component:
|
||||
- type: NightVision
|
||||
toggleAction: null
|
||||
toggleSound: null
|
||||
activateSound: null
|
||||
deactivateSound: null
|
||||
color: White
|
||||
- type: ShowHealthBars
|
||||
damageContainers:
|
||||
|
||||
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 719 B |
|
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
|
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 385 B |
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 410 B |
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": null,
|
||||
"copyright": null,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "equipped-EYES",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1
|
||||
],
|
||||
[
|
||||
0.1,
|
||||
0.1
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "equipped-EYES-off",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 524 B |
|
After Width: | Height: | Size: 510 B |
|
After Width: | Height: | Size: 327 B |
|
After Width: | Height: | Size: 325 B |
|
Before Width: | Height: | Size: 387 B |