Starting gear for vox crewmembers (#29685)
* tank harness * weh * Suit Storage Whitelist * Revert "Suit Storage Whitelist" This reverts commit b1f503573c2936642a2d7627c4852153ec71ce79. * suit storage filter * vox spawn gear * weh
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# Errors
|
||||||
|
loadout-group-species-restriction = This item is not available for your current species.
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
loadout-group-trinkets = Trinkets
|
loadout-group-trinkets = Trinkets
|
||||||
loadout-group-glasses = Glasses
|
loadout-group-glasses = Glasses
|
||||||
@@ -9,6 +12,8 @@ loadout-group-survival-clown = Clown Survival Box
|
|||||||
loadout-group-survival-medical = Medical Survival Box
|
loadout-group-survival-medical = Medical Survival Box
|
||||||
loadout-group-survival-security = Security Survival Box
|
loadout-group-survival-security = Security Survival Box
|
||||||
loadout-group-survival-syndicate = Github is forcing me to write text that is literally twice-impossible for the player to ever see, send help
|
loadout-group-survival-syndicate = Github is forcing me to write text that is literally twice-impossible for the player to ever see, send help
|
||||||
|
loadout-group-breath-tool = Species-dependent breath tools
|
||||||
|
loadout-group-tank-harness = Species-specific survival equipment
|
||||||
|
|
||||||
# Command
|
# Command
|
||||||
loadout-group-captain-head = Captain head
|
loadout-group-captain-head = Captain head
|
||||||
|
|||||||
@@ -78,3 +78,15 @@
|
|||||||
sprite: Clothing/OuterClothing/Vests/vest.rsi
|
sprite: Clothing/OuterClothing/Vests/vest.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Vests/vest.rsi
|
sprite: Clothing/OuterClothing/Vests/vest.rsi
|
||||||
|
|
||||||
|
#Tank Harness
|
||||||
|
- type: entity
|
||||||
|
parent: [ClothingOuterBase, AllowSuitStorageClothingGasTanks]
|
||||||
|
id: ClothingOuterVestTank
|
||||||
|
name: tank harness
|
||||||
|
description: A simple harness that can hold a gas tank.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/OuterClothing/Vests/tankharness.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/OuterClothing/Vests/tankharness.rsi
|
||||||
|
|||||||
@@ -25,6 +25,15 @@
|
|||||||
components:
|
components:
|
||||||
- type: AllowSuitStorage
|
- type: AllowSuitStorage
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
abstract: true
|
||||||
|
id: AllowSuitStorageClothingGasTanks
|
||||||
|
components:
|
||||||
|
- type: AllowSuitStorage
|
||||||
|
whitelist:
|
||||||
|
tags:
|
||||||
|
- GasTank
|
||||||
|
|
||||||
# for clothing that has a single item slot to insert and alt click out.
|
# for clothing that has a single item slot to insert and alt click out.
|
||||||
# inheritors add a whitelisted slot named item
|
# inheritors add a whitelisted slot named item
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -9,6 +9,9 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
size: Normal
|
size: Normal
|
||||||
sprite: Objects/Tanks/generic.rsi
|
sprite: Objects/Tanks/generic.rsi
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- GasTank
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
quickEquip: false
|
quickEquip: false
|
||||||
sprite: Objects/Tanks/generic.rsi
|
sprite: Objects/Tanks/generic.rsi
|
||||||
|
|||||||
@@ -19,6 +19,13 @@
|
|||||||
- Moth
|
- Moth
|
||||||
- Reptilian
|
- Reptilian
|
||||||
|
|
||||||
|
- type: loadoutEffectGroup
|
||||||
|
id: EffectSpeciesVox
|
||||||
|
effects:
|
||||||
|
- !type:SpeciesLoadoutEffect
|
||||||
|
species:
|
||||||
|
- Vox
|
||||||
|
|
||||||
# Basic
|
# Basic
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: EmergencyOxygen
|
id: EmergencyOxygen
|
||||||
@@ -180,3 +187,68 @@
|
|||||||
storage:
|
storage:
|
||||||
back:
|
back:
|
||||||
- BoxSurvivalSyndicateNitrogen
|
- BoxSurvivalSyndicateNitrogen
|
||||||
|
|
||||||
|
# Pre-equipped species gear
|
||||||
|
|
||||||
|
# Full Tank Equipped
|
||||||
|
- type: loadout
|
||||||
|
id: LoadoutSpeciesEVANitrogen
|
||||||
|
equipment: GearEVANitrogen
|
||||||
|
effects:
|
||||||
|
- !type:GroupLoadoutEffect
|
||||||
|
proto: EffectSpeciesVox
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: GearEVANitrogen
|
||||||
|
equipment:
|
||||||
|
suitstorage: NitrogenTankFilled
|
||||||
|
|
||||||
|
# Tank Harness
|
||||||
|
- type: loadout
|
||||||
|
id: LoadoutTankHarness
|
||||||
|
equipment: GearTankHarness
|
||||||
|
effects:
|
||||||
|
- !type:GroupLoadoutEffect
|
||||||
|
proto: EffectSpeciesVox
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: GearTankHarness
|
||||||
|
equipment:
|
||||||
|
outerClothing: ClothingOuterVestTank
|
||||||
|
|
||||||
|
# Breaths Tool On Face
|
||||||
|
- type: loadout
|
||||||
|
id: LoadoutSpeciesBreathTool
|
||||||
|
equipment: GearSpeciesBreathTool
|
||||||
|
effects:
|
||||||
|
- !type:GroupLoadoutEffect
|
||||||
|
proto: EffectSpeciesVox
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: GearSpeciesBreathTool
|
||||||
|
equipment:
|
||||||
|
mask: ClothingMaskBreath
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: LoadoutSpeciesBreathToolMedical
|
||||||
|
equipment: GearSpeciesBreathToolMedical
|
||||||
|
effects:
|
||||||
|
- !type:GroupLoadoutEffect
|
||||||
|
proto: EffectSpeciesVox
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: GearSpeciesBreathToolMedical
|
||||||
|
equipment:
|
||||||
|
mask: ClothingMaskBreathMedical
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: LoadoutSpeciesBreathToolSecurity
|
||||||
|
equipment: GearSpeciesBreathToolSecurity
|
||||||
|
effects:
|
||||||
|
- !type:GroupLoadoutEffect
|
||||||
|
proto: EffectSpeciesVox
|
||||||
|
|
||||||
|
- type: startingGear
|
||||||
|
id: GearSpeciesBreathToolSecurity
|
||||||
|
equipment:
|
||||||
|
mask: ClothingMaskGasSecurity
|
||||||
|
|||||||
@@ -35,13 +35,23 @@
|
|||||||
- GlassesJamjar
|
- GlassesJamjar
|
||||||
- GlassesJensen
|
- GlassesJensen
|
||||||
|
|
||||||
|
- type: loadoutGroup
|
||||||
|
id: GroupTankHarness
|
||||||
|
name: loadout-group-tank-harness
|
||||||
|
minLimit: 1
|
||||||
|
hidden: true
|
||||||
|
loadouts:
|
||||||
|
- LoadoutTankHarness
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: Survival
|
id: Survival
|
||||||
name: loadout-group-survival-basic
|
name: loadout-group-survival-basic
|
||||||
|
minLimit: 3
|
||||||
hidden: true
|
hidden: true
|
||||||
loadouts:
|
loadouts:
|
||||||
- EmergencyNitrogen
|
- EmergencyNitrogen
|
||||||
- EmergencyOxygen
|
- EmergencyOxygen
|
||||||
|
- LoadoutSpeciesEVANitrogen
|
||||||
|
|
||||||
# Command
|
# Command
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
@@ -408,10 +418,12 @@
|
|||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SurvivalClown
|
id: SurvivalClown
|
||||||
name: loadout-group-survival-clown
|
name: loadout-group-survival-clown
|
||||||
|
minLimit: 2
|
||||||
hidden: true
|
hidden: true
|
||||||
loadouts:
|
loadouts:
|
||||||
- EmergencyNitrogenClown
|
- EmergencyNitrogenClown
|
||||||
- EmergencyOxygenClown
|
- EmergencyOxygenClown
|
||||||
|
- LoadoutSpeciesEVANitrogen
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: MimeHead
|
id: MimeHead
|
||||||
@@ -729,10 +741,12 @@
|
|||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SurvivalExtended
|
id: SurvivalExtended
|
||||||
name: loadout-group-survival-extended
|
name: loadout-group-survival-extended
|
||||||
|
minLimit: 2
|
||||||
hidden: true
|
hidden: true
|
||||||
loadouts:
|
loadouts:
|
||||||
- EmergencyNitrogenExtended
|
- EmergencyNitrogenExtended
|
||||||
- EmergencyOxygenExtended
|
- EmergencyOxygenExtended
|
||||||
|
- LoadoutSpeciesEVANitrogen
|
||||||
|
|
||||||
# Science
|
# Science
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
@@ -1007,10 +1021,12 @@
|
|||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SurvivalSecurity
|
id: SurvivalSecurity
|
||||||
name: loadout-group-survival-security
|
name: loadout-group-survival-security
|
||||||
|
minLimit: 2
|
||||||
hidden: true
|
hidden: true
|
||||||
loadouts:
|
loadouts:
|
||||||
- EmergencyNitrogenSecurity
|
- EmergencyNitrogenSecurity
|
||||||
- EmergencyOxygenSecurity
|
- EmergencyOxygenSecurity
|
||||||
|
- LoadoutSpeciesEVANitrogen
|
||||||
|
|
||||||
# Medical
|
# Medical
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
@@ -1187,10 +1203,12 @@
|
|||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SurvivalMedical
|
id: SurvivalMedical
|
||||||
name: loadout-group-survival-medical
|
name: loadout-group-survival-medical
|
||||||
|
minLimit: 2
|
||||||
hidden: true
|
hidden: true
|
||||||
loadouts:
|
loadouts:
|
||||||
- EmergencyNitrogenMedical
|
- EmergencyNitrogenMedical
|
||||||
- EmergencyOxygenMedical
|
- EmergencyOxygenMedical
|
||||||
|
- LoadoutSpeciesEVANitrogen
|
||||||
|
|
||||||
# Wildcards
|
# Wildcards
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
@@ -1220,7 +1238,36 @@
|
|||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SurvivalSyndicate
|
id: SurvivalSyndicate
|
||||||
name: loadout-group-survival-syndicate
|
name: loadout-group-survival-syndicate
|
||||||
|
minLimit: 2
|
||||||
hidden: true
|
hidden: true
|
||||||
loadouts:
|
loadouts:
|
||||||
- EmergencyNitrogenSyndicate
|
- EmergencyNitrogenSyndicate
|
||||||
- EmergencyOxygenSyndicate
|
- EmergencyOxygenSyndicate
|
||||||
|
- LoadoutSpeciesEVANitrogen
|
||||||
|
|
||||||
|
- type: loadoutGroup
|
||||||
|
id: GroupSpeciesBreathTool
|
||||||
|
name: loadout-group-breath-tool
|
||||||
|
minLimit: 1
|
||||||
|
maxLimit: 1
|
||||||
|
hidden: true
|
||||||
|
loadouts:
|
||||||
|
- LoadoutSpeciesBreathTool
|
||||||
|
|
||||||
|
- type: loadoutGroup
|
||||||
|
id: GroupSpeciesBreathToolMedical
|
||||||
|
name: loadout-group-breath-tool
|
||||||
|
minLimit: 1
|
||||||
|
maxLimit: 1
|
||||||
|
hidden: true
|
||||||
|
loadouts:
|
||||||
|
- LoadoutSpeciesBreathToolMedical
|
||||||
|
|
||||||
|
- type: loadoutGroup
|
||||||
|
id: GroupSpeciesBreathToolSecurity
|
||||||
|
name: loadout-group-breath-tool
|
||||||
|
minLimit: 1
|
||||||
|
maxLimit: 1
|
||||||
|
hidden: true
|
||||||
|
loadouts:
|
||||||
|
- LoadoutSpeciesBreathToolSecurity
|
||||||
|
|||||||
@@ -9,11 +9,12 @@
|
|||||||
- CaptainOuterClothing
|
- CaptainOuterClothing
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobHeadOfPersonnel
|
id: JobHeadOfPersonnel
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- HoPHead
|
- HoPHead
|
||||||
- HoPNeck
|
- HoPNeck
|
||||||
- HoPJumpsuit
|
- HoPJumpsuit
|
||||||
@@ -22,11 +23,13 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
# Civilian
|
# Civilian
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobPassenger
|
id: JobPassenger
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- PassengerJumpsuit
|
- PassengerJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- PassengerFace
|
- PassengerFace
|
||||||
@@ -36,10 +39,12 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobBartender
|
id: JobBartender
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- BartenderHead
|
- BartenderHead
|
||||||
- BartenderJumpsuit
|
- BartenderJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
@@ -47,19 +52,23 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobServiceWorker
|
id: JobServiceWorker
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- BartenderJumpsuit
|
- BartenderJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobChef
|
id: JobChef
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ChefHead
|
- ChefHead
|
||||||
- ChefMask
|
- ChefMask
|
||||||
- ChefJumpsuit
|
- ChefJumpsuit
|
||||||
@@ -68,29 +77,35 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobLibrarian
|
id: JobLibrarian
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- LibrarianJumpsuit
|
- LibrarianJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobLawyer
|
id: JobLawyer
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- LawyerNeck
|
- LawyerNeck
|
||||||
- LawyerJumpsuit
|
- LawyerJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobChaplain
|
id: JobChaplain
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ChaplainHead
|
- ChaplainHead
|
||||||
- ChaplainMask
|
- ChaplainMask
|
||||||
- ChaplainNeck
|
- ChaplainNeck
|
||||||
@@ -100,10 +115,12 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobJanitor
|
id: JobJanitor
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- JanitorHead
|
- JanitorHead
|
||||||
- JanitorJumpsuit
|
- JanitorJumpsuit
|
||||||
- JanitorGloves
|
- JanitorGloves
|
||||||
@@ -113,10 +130,12 @@
|
|||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- JanitorPlunger
|
- JanitorPlunger
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobBotanist
|
id: JobBotanist
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- BotanistHead
|
- BotanistHead
|
||||||
- BotanistJumpsuit
|
- BotanistJumpsuit
|
||||||
- BotanistBackpack
|
- BotanistBackpack
|
||||||
@@ -124,10 +143,12 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobClown
|
id: JobClown
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ClownHead
|
- ClownHead
|
||||||
- ClownJumpsuit
|
- ClownJumpsuit
|
||||||
- ClownBackpack
|
- ClownBackpack
|
||||||
@@ -140,6 +161,7 @@
|
|||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobMime
|
id: JobMime
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- MimeHead
|
- MimeHead
|
||||||
- MimeMask
|
- MimeMask
|
||||||
- MimeJumpsuit
|
- MimeJumpsuit
|
||||||
@@ -152,6 +174,7 @@
|
|||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobMusician
|
id: JobMusician
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- MusicianJumpsuit
|
- MusicianJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- MusicianOuterClothing
|
- MusicianOuterClothing
|
||||||
@@ -159,11 +182,13 @@
|
|||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- Instruments
|
- Instruments
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
# Cargo
|
# Cargo
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobQuartermaster
|
id: JobQuartermaster
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- QuartermasterHead
|
- QuartermasterHead
|
||||||
- QuartermasterNeck
|
- QuartermasterNeck
|
||||||
- QuartermasterJumpsuit
|
- QuartermasterJumpsuit
|
||||||
@@ -173,10 +198,12 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobCargoTechnician
|
id: JobCargoTechnician
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- CargoTechnicianHead
|
- CargoTechnicianHead
|
||||||
- CargoTechnicianJumpsuit
|
- CargoTechnicianJumpsuit
|
||||||
- CargoTechnicianBackpack
|
- CargoTechnicianBackpack
|
||||||
@@ -185,21 +212,25 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobSalvageSpecialist
|
id: JobSalvageSpecialist
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- SalvageSpecialistBackpack
|
- SalvageSpecialistBackpack
|
||||||
- SalvageSpecialistOuterClothing
|
- SalvageSpecialistOuterClothing
|
||||||
- SalvageSpecialistShoes
|
- SalvageSpecialistShoes
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
# Engineering
|
# Engineering
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobChiefEngineer
|
id: JobChiefEngineer
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ChiefEngineerHead
|
- ChiefEngineerHead
|
||||||
- ChiefEngineerJumpsuit
|
- ChiefEngineerJumpsuit
|
||||||
- StationEngineerBackpack
|
- StationEngineerBackpack
|
||||||
@@ -208,18 +239,22 @@
|
|||||||
- ChiefEngineerShoes
|
- ChiefEngineerShoes
|
||||||
- SurvivalExtended
|
- SurvivalExtended
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobTechnicalAssistant
|
id: JobTechnicalAssistant
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- TechnicalAssistantJumpsuit
|
- TechnicalAssistantJumpsuit
|
||||||
- StationEngineerBackpack
|
- StationEngineerBackpack
|
||||||
- SurvivalExtended
|
- SurvivalExtended
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobStationEngineer
|
id: JobStationEngineer
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- StationEngineerHead
|
- StationEngineerHead
|
||||||
- StationEngineerJumpsuit
|
- StationEngineerJumpsuit
|
||||||
- StationEngineerBackpack
|
- StationEngineerBackpack
|
||||||
@@ -228,21 +263,25 @@
|
|||||||
- StationEngineerID
|
- StationEngineerID
|
||||||
- SurvivalExtended
|
- SurvivalExtended
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobAtmosphericTechnician
|
id: JobAtmosphericTechnician
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- AtmosphericTechnicianJumpsuit
|
- AtmosphericTechnicianJumpsuit
|
||||||
- AtmosphericTechnicianBackpack
|
- AtmosphericTechnicianBackpack
|
||||||
- AtmosphericTechnicianOuterClothing
|
- AtmosphericTechnicianOuterClothing
|
||||||
- AtmosphericTechnicianShoes
|
- AtmosphericTechnicianShoes
|
||||||
- SurvivalExtended
|
- SurvivalExtended
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
# Science
|
# Science
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobResearchDirector
|
id: JobResearchDirector
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ResearchDirectorHead
|
- ResearchDirectorHead
|
||||||
- ResearchDirectorNeck
|
- ResearchDirectorNeck
|
||||||
- ResearchDirectorJumpsuit
|
- ResearchDirectorJumpsuit
|
||||||
@@ -253,10 +292,12 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobScientist
|
id: JobScientist
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ScientistHead
|
- ScientistHead
|
||||||
- ScientistNeck
|
- ScientistNeck
|
||||||
- ScientistJumpsuit
|
- ScientistJumpsuit
|
||||||
@@ -268,15 +309,18 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobResearchAssistant
|
id: JobResearchAssistant
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ResearchAssistantJumpsuit
|
- ResearchAssistantJumpsuit
|
||||||
- ScientistBackpack
|
- ScientistBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
@@ -291,6 +335,7 @@
|
|||||||
- SecurityShoes
|
- SecurityShoes
|
||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobWarden
|
id: JobWarden
|
||||||
@@ -303,6 +348,7 @@
|
|||||||
- SecurityShoes
|
- SecurityShoes
|
||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobSecurityOfficer
|
id: JobSecurityOfficer
|
||||||
@@ -316,10 +362,12 @@
|
|||||||
- SecurityBelt
|
- SecurityBelt
|
||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobDetective
|
id: JobDetective
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- DetectiveHead
|
- DetectiveHead
|
||||||
- DetectiveNeck
|
- DetectiveNeck
|
||||||
- DetectiveJumpsuit
|
- DetectiveJumpsuit
|
||||||
@@ -328,6 +376,7 @@
|
|||||||
- SecurityShoes
|
- SecurityShoes
|
||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobSecurityCadet
|
id: JobSecurityCadet
|
||||||
@@ -336,11 +385,13 @@
|
|||||||
- SecurityBackpack
|
- SecurityBackpack
|
||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
# Medical
|
# Medical
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobChiefMedicalOfficer
|
id: JobChiefMedicalOfficer
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ChiefMedicalOfficerHead
|
- ChiefMedicalOfficerHead
|
||||||
- MedicalMask
|
- MedicalMask
|
||||||
- ChiefMedicalOfficerJumpsuit
|
- ChiefMedicalOfficerJumpsuit
|
||||||
@@ -352,10 +403,12 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- SurvivalMedical
|
- SurvivalMedical
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolMedical
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobMedicalDoctor
|
id: JobMedicalDoctor
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- MedicalDoctorHead
|
- MedicalDoctorHead
|
||||||
- MedicalMask
|
- MedicalMask
|
||||||
- MedicalDoctorJumpsuit
|
- MedicalDoctorJumpsuit
|
||||||
@@ -367,19 +420,23 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- SurvivalMedical
|
- SurvivalMedical
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolMedical
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobMedicalIntern
|
id: JobMedicalIntern
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- MedicalInternJumpsuit
|
- MedicalInternJumpsuit
|
||||||
- MedicalBackpack
|
- MedicalBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- SurvivalMedical
|
- SurvivalMedical
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolMedical
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobChemist
|
id: JobChemist
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- MedicalMask
|
- MedicalMask
|
||||||
- ChemistJumpsuit
|
- ChemistJumpsuit
|
||||||
- MedicalGloves
|
- MedicalGloves
|
||||||
@@ -388,10 +445,12 @@
|
|||||||
- MedicalShoes
|
- MedicalShoes
|
||||||
- SurvivalMedical
|
- SurvivalMedical
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolMedical
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobParamedic
|
id: JobParamedic
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ParamedicHead
|
- ParamedicHead
|
||||||
- MedicalMask
|
- MedicalMask
|
||||||
- ParamedicJumpsuit
|
- ParamedicJumpsuit
|
||||||
@@ -402,71 +461,92 @@
|
|||||||
- Glasses
|
- Glasses
|
||||||
- SurvivalMedical
|
- SurvivalMedical
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathToolMedical
|
||||||
|
|
||||||
# Wildcards
|
# Wildcards
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobZookeeper
|
id: JobZookeeper
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobReporter
|
id: JobReporter
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- ReporterJumpsuit
|
- ReporterJumpsuit
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobPsychologist
|
id: JobPsychologist
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- MedicalBackpack
|
- MedicalBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: JobBoxer
|
id: JobBoxer
|
||||||
groups:
|
groups:
|
||||||
|
- GroupTankHarness
|
||||||
- BoxerJumpsuit
|
- BoxerJumpsuit
|
||||||
- BoxerGloves
|
- BoxerGloves
|
||||||
- CommonBackpack
|
- CommonBackpack
|
||||||
- Glasses
|
- Glasses
|
||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
# These loadouts will be used without player configuration, thus they must be designed to work without manual selection
|
# These loadouts are used for non-crew spawns, like off-station antags and event mobs
|
||||||
|
# They will be used without player configuration, thus they will only ever apply what is forced by MinLimit
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: LoadoutSurvivalStandard
|
id: RoleSurvivalStandard
|
||||||
groups:
|
groups:
|
||||||
- Survival
|
- Survival
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
- GroupTankHarness
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: LoadoutSurvivalClown
|
id: RoleSurvivalClown
|
||||||
groups:
|
groups:
|
||||||
- SurvivalClown
|
- SurvivalClown
|
||||||
|
- GroupTankHarness
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: LoadoutSurvivalExtended
|
id: RoleSurvivalExtended
|
||||||
groups:
|
groups:
|
||||||
- SurvivalExtended
|
- SurvivalExtended
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
- GroupTankHarness
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: LoadoutSurvivalMedical
|
id: RoleSurvivalMedical
|
||||||
groups:
|
groups:
|
||||||
- SurvivalMedical
|
- SurvivalMedical
|
||||||
|
- GroupSpeciesBreathToolMedical
|
||||||
|
- GroupTankHarness
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: LoadoutSurvivalSecurity
|
id: RoleSurvivalSecurity
|
||||||
groups:
|
groups:
|
||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
- GroupTankHarness
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
id: LoadoutSurvivalSyndicate
|
id: RoleSurvivalSyndicate
|
||||||
groups:
|
groups:
|
||||||
- SurvivalSyndicate
|
- SurvivalSyndicate
|
||||||
|
- GroupSpeciesBreathTool
|
||||||
|
- GroupTankHarness
|
||||||
|
|||||||
@@ -623,6 +623,9 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: GasScrubber
|
id: GasScrubber
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: GasTank
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: GasVent
|
id: GasVent
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 661 B |
Binary file not shown.
|
After Width: | Height: | Size: 800 B |
Binary file not shown.
|
After Width: | Height: | Size: 307 B |
Binary file not shown.
|
After Width: | Height: | Size: 265 B |
Binary file not shown.
|
After Width: | Height: | Size: 289 B |
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Modified from tgstation vest sprite at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e by Errant for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-OUTERCLOTHING",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-OUTERCLOTHING-vox",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user