Chameleon controller implant (Clothing fast switch) (#33887)
* Add the chameleon controller implant * address the issues (Git please dont kill me) * Address the review and fix some merge conflicts! * Cleanup * Add use delay * Silly mistakes * Making a PR at 2 am: Gone wrong * Predict use delay and disable the buttons until you can choose another * First phase custom clothing * Better system, now relays to agent id and mindshield. Chameleon loadouts are a lot better to work with as well * Address the review! No more evil goto * Slams way is better I should have read more closely xD * Some of the jobs * Add to Cargo, CentComm, Service, Passenger, Ninja, Cluwne, Wizard + Minor changes to existing; Add chameleon to bandanas, medals, jugsuits and HUDs * Add everything else * Fix test * Job name * This looks better * Add department organization * Minor cleanup * Added some mindshields * Remove redudent comment and change funcion name to be clearer * Fix cluwne outfit * fix merge conflicts --------- Co-authored-by: SlamBamActionman <slambamactionman@gmail.com>
This commit is contained in:
@@ -382,6 +382,9 @@
|
||||
useDelay: 1
|
||||
- type: InstantAction
|
||||
event: !type:FakeMindShieldToggleEvent
|
||||
- type: Tag
|
||||
tags:
|
||||
- FakeMindShieldImplant
|
||||
|
||||
- type: entity
|
||||
parent: BaseToggleAction
|
||||
@@ -395,3 +398,15 @@
|
||||
state: icon-siren
|
||||
useDelay: 1
|
||||
itemIconStyle: BigAction
|
||||
|
||||
- type: entity
|
||||
id: ActionChameleonController
|
||||
name: Control clothing
|
||||
description: Change your entire outfit fast!
|
||||
components:
|
||||
- type: Action
|
||||
priority: -20
|
||||
icon: { sprite: Actions/Implants/implants.rsi, state: chameleon }
|
||||
itemIconStyle: BigAction
|
||||
- type: InstantAction
|
||||
event: !type:ChameleonControllerOpenMenuEvent
|
||||
|
||||
@@ -211,7 +211,7 @@
|
||||
- id: ClothingEyesChameleon
|
||||
- id: ClothingHeadsetChameleon
|
||||
- id: ClothingShoesChameleon
|
||||
- id: BarberScissors
|
||||
- id: ChameleonControllerImplanter
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- HudMedical
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingEyesBase, ShowSecurityIcons, BaseSecurityContraband]
|
||||
@@ -58,6 +59,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- HudSecurity
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingEyesBase, BaseCommandContraband]
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
- Bandana
|
||||
- ClothMade
|
||||
- Recyclable
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingHeadBandBase, ClothingMaskBandBlack]
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -28,6 +29,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -42,6 +44,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -56,6 +59,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -70,6 +74,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -84,6 +89,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -98,6 +104,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
@@ -114,3 +121,4 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Medal
|
||||
- WhitelistChameleon
|
||||
|
||||
@@ -665,6 +665,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- MonkeyWearable
|
||||
- WhitelistChameleon
|
||||
|
||||
#Wizard Hardsuit
|
||||
- type: entity
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- HiViz
|
||||
- WhitelistChameleon
|
||||
|
||||
#(Bartender) vest
|
||||
- type: entity
|
||||
|
||||
@@ -246,6 +246,14 @@
|
||||
- type: Implanter
|
||||
implant: DnaScramblerImplant
|
||||
|
||||
- type: entity
|
||||
id: ChameleonControllerImplanter
|
||||
suffix: chameleon controller
|
||||
parent: BaseImplantOnlyImplanterSyndi
|
||||
components:
|
||||
- type: Implanter
|
||||
implant: ChameleonControllerImplant
|
||||
|
||||
#Nuclear Operative/Special implanters
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -212,6 +212,23 @@
|
||||
components:
|
||||
- HumanoidAppearance # syndies cant turn hamlet into a human
|
||||
|
||||
- type: entity
|
||||
categories: [ HideSpawnMenu, Spawner ]
|
||||
parent: BaseSubdermalImplant
|
||||
id: ChameleonControllerImplant
|
||||
name: chameleon controller implant
|
||||
description: This implant allows you to instantly change the appearance of all worn chameleon clothing.
|
||||
components:
|
||||
- type: ChameleonControllerImplant
|
||||
- type: SubdermalImplant
|
||||
implantAction: ActionChameleonController
|
||||
- type: UseDelay
|
||||
delay: 1
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.ChameleonControllerKey.Key:
|
||||
type: ChameleonControllerBoundUserInterface
|
||||
|
||||
#Nuclear Operative/Special Exclusive implants
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -33,3 +33,11 @@
|
||||
- Wirecutter
|
||||
- Welder
|
||||
- Multitool
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: NinjaChameleonOutfit
|
||||
name: roles-antag-space-ninja-name
|
||||
startingGear: SpaceNinjaGear
|
||||
equipment:
|
||||
id: PassengerPDA
|
||||
neck: ClothingNeckGoldmedal
|
||||
|
||||
@@ -65,6 +65,15 @@
|
||||
equipment:
|
||||
pocket2: BaseUplinkRadio40TC
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: NukeopsOutfit
|
||||
name: roles-antag-nuclear-operative-name
|
||||
startingGear: SyndicateOperativeGearFullNoUplink
|
||||
icon: "JobIconSyndicate"
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitSyndie
|
||||
neck: ClothingNeckScarfStripedSyndieRed
|
||||
|
||||
#Nuclear Operative Commander Gear
|
||||
- type: startingGear
|
||||
id: SyndicateCommanderGearFull
|
||||
@@ -75,6 +84,15 @@
|
||||
inhand:
|
||||
- NukeOpsDeclarationOfWar
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: NukeopsCommanderOutfit
|
||||
name: roles-antag-nuclear-operative-commander-name
|
||||
startingGear: SyndicateCommanderGearFull
|
||||
icon: "JobIconSyndicate"
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitSyndieCommander
|
||||
neck: ClothingNeckScarfStripedSyndieGreen
|
||||
|
||||
#Nuclear Operative Medic Gear
|
||||
- type: startingGear
|
||||
id: SyndicateOperativeMedicFull
|
||||
@@ -97,6 +115,15 @@
|
||||
- CombatMedipen
|
||||
- DeathAcidifierImplanter
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: NukeopsMedicOutfit
|
||||
name: roles-antag-nuclear-operative-agent-name
|
||||
startingGear: SyndicateOperativeMedicFull
|
||||
icon: "JobIconSyndicate"
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitSyndieMedic
|
||||
neck: ClothingNeckScarfStripedLightBlue
|
||||
|
||||
#Lone Operative Gear
|
||||
- type: startingGear
|
||||
id: SyndicateLoneOperativeGearFull
|
||||
|
||||
@@ -25,3 +25,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: CargoTechnicianChameleonOutfit
|
||||
job: CargoTechnician
|
||||
equipment:
|
||||
head: ClothingHeadHatCargosoft
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
outerClothing: ClothingOuterWinterCargo
|
||||
neck: ClothingNeckScarfStripedBrown
|
||||
gloves: ClothingHandsGlovesFingerless
|
||||
|
||||
@@ -44,3 +44,15 @@
|
||||
storage:
|
||||
back:
|
||||
- Flash
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: QuartermasterChameleonOutfit
|
||||
job: Quartermaster
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatQMsoft
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
outerClothing: ClothingOuterWinterQM
|
||||
neck: ClothingNeckCloakQm
|
||||
gloves: ClothingHandsKnuckleDustersQM
|
||||
|
||||
@@ -25,3 +25,15 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: SalvageSpecialistChameleonOutfit
|
||||
job: SalvageSpecialist
|
||||
equipment:
|
||||
head: ClothingHeadHatCargosoft
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskGasExplorer
|
||||
outerClothing: ClothingOuterWinterMiner
|
||||
neck: ClothingNeckScarfStripedBrown
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
|
||||
@@ -38,3 +38,11 @@
|
||||
- GrenadeFlashBang
|
||||
- PillAmbuzolPlus
|
||||
- PillAmbuzol
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: CBURNChameleonOutfit
|
||||
job: CBURN
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetCBURN
|
||||
neck: ClothingNeckScarfStripedBrown
|
||||
|
||||
@@ -45,3 +45,11 @@
|
||||
- FreedomImplanter
|
||||
inhand:
|
||||
- WeaponPulseRifle
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: DeathSquadChameleonOutfit
|
||||
job: DeathSquad
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitDeathsquad
|
||||
neck: ClothingNeckBronzeheart
|
||||
|
||||
@@ -91,6 +91,14 @@
|
||||
- CrowbarRed
|
||||
- MagazineMagnum
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ERTLeaderChameleonOutfit
|
||||
job: ERTLeader
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitERTLeader
|
||||
neck: ClothingNeckBronzeheart
|
||||
|
||||
# Chaplain
|
||||
- type: job
|
||||
id: ERTChaplain
|
||||
@@ -175,6 +183,16 @@
|
||||
- FoodBakedBunHotX
|
||||
- Lighter
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ERTChaplainChameleonOutfit
|
||||
job: ERTChaplain
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitERTChaplain
|
||||
mask: ClothingMaskGasERT
|
||||
outerClothing: ClothingOuterHardsuitERTChaplain
|
||||
shoes: ClothingShoesBootsMagAdv
|
||||
|
||||
# Engineer
|
||||
- type: job
|
||||
id: ERTEngineer
|
||||
@@ -250,6 +268,14 @@
|
||||
- SheetSteel
|
||||
- SheetGlass
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ERTEngineerChameleonOutfit
|
||||
job: ERTEngineer
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitERTEngineer
|
||||
neck: ClothingNeckEngineermedal
|
||||
|
||||
# Security
|
||||
- type: job
|
||||
id: ERTSecurity
|
||||
@@ -257,7 +283,7 @@
|
||||
description: job-description-ertsecurity
|
||||
playTimeTracker: JobERTSecurity
|
||||
setPreference: false
|
||||
startingGear: ERTEngineerGearEVA
|
||||
startingGear: ERTSecurityGearEVA
|
||||
icon: "JobIconNanotrasen"
|
||||
supervisors: job-supervisors-centcom
|
||||
canBeAntag: false
|
||||
@@ -343,6 +369,14 @@
|
||||
- CrowbarRed
|
||||
- MagazinePistol
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ERTSecurityChameleonOutfit
|
||||
job: ERTSecurity
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitERTSecurity
|
||||
neck: ClothingNeckSecuritymedal
|
||||
|
||||
# Medical
|
||||
- type: job
|
||||
id: ERTMedical
|
||||
@@ -410,6 +444,14 @@
|
||||
- ChemistryBottleEpinephrine
|
||||
- ChemistryBottleEpinephrine
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ERTMedicalChameleonOutfit
|
||||
job: ERTMedical
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitERTMedical
|
||||
neck: ClothingNeckStethoscope
|
||||
|
||||
# Janitor
|
||||
- type: job
|
||||
id: ERTJanitor
|
||||
@@ -472,3 +514,12 @@
|
||||
- Soap
|
||||
- CrowbarRed
|
||||
- AdvMopItem
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ERTJanitorChameleonOutfit
|
||||
job: ERTJanitor
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetHardsuitERTJanitor
|
||||
neck: ClothingNeckScarfStripedPurple
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
|
||||
@@ -30,3 +30,12 @@
|
||||
belt: WeaponPistolN1984
|
||||
pocket1: BoxFolderBlack
|
||||
pocket2: PenCentcom
|
||||
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: CentralCommandOfficialOutfit
|
||||
job: CentralCommandOfficial
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
neck: ClothingNeckScarfStripedCentcom
|
||||
mask: ClothingMaskGasCentcom
|
||||
|
||||
@@ -17,3 +17,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: PassengerChameleonOutfit
|
||||
job: Passenger
|
||||
equipment:
|
||||
head: ClothingHeadHatWelding
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckMantle
|
||||
outerClothing: ClothingOuterWinterCoat
|
||||
gloves: ClothingHandsGlovesColorYellowBudget
|
||||
|
||||
@@ -27,3 +27,15 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: BartenderChameleonOutfit
|
||||
job: Bartender
|
||||
equipment:
|
||||
head: ClothingHeadHatTophat
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckScarfStripedBlack
|
||||
outerClothing: ClothingOuterArmorBasicSlim
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
|
||||
@@ -28,3 +28,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: BotanistChameleonOutfit
|
||||
job: Botanist
|
||||
equipment:
|
||||
head: ClothingHeadBandBotany
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckScarfStripedGreen
|
||||
outerClothing: ClothingOuterApronBotanist
|
||||
gloves: ClothingHandsGlovesLeather
|
||||
|
||||
@@ -24,3 +24,15 @@
|
||||
back:
|
||||
- Bible
|
||||
- RubberStampChaplain
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ChaplainChameleonOutfit
|
||||
job: Chaplain
|
||||
equipment:
|
||||
head: ClothingHeadHatPlaguedoctor
|
||||
eyes: ClothingEyesGlasses
|
||||
mask: ClothingMaskPlague
|
||||
neck: ClothingNeckStoleChaplain
|
||||
outerClothing: ClothingOuterPlagueSuit
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
|
||||
@@ -28,3 +28,15 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ChefChameleonOutfit
|
||||
job: Chef
|
||||
equipment:
|
||||
head: ClothingHeadHatChef
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskItalianMoustache
|
||||
neck: ClothingNeckScarfStripedBrown
|
||||
outerClothing: ClothingOuterJacketChef
|
||||
gloves: ClothingHandsGlovesColorWhite
|
||||
shoes: ClothingShoesChef
|
||||
|
||||
@@ -37,3 +37,13 @@
|
||||
back:
|
||||
- RubberStampClown
|
||||
- CrayonRainbow
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ClownChameleonOutfit
|
||||
job: Clown
|
||||
equipment:
|
||||
head: ClothingHeadHatXmasCrown
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
neck: ClothingHeadHatFlowerWreath
|
||||
outerClothing: ClothingOuterClownPriest
|
||||
gloves: ClothingHandsGlovesColorYellowBudget
|
||||
|
||||
@@ -35,3 +35,14 @@
|
||||
head: ClothingHeadHatCatEars
|
||||
ears: ClothingHeadsetService
|
||||
belt: ClothingBeltJanitorFilled
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: JanitorChameleonOutfit
|
||||
job: Janitor
|
||||
equipment:
|
||||
head: ClothingHeadHatPurplesoft
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckScarfStripedPurple
|
||||
outerClothing: ClothingOuterWinterJani
|
||||
gloves: ClothingHandsGlovesJanitor
|
||||
|
||||
@@ -27,3 +27,14 @@
|
||||
back:
|
||||
- RubberStampLawyer
|
||||
- BookSpaceLaw
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: LawyerChameleonOutfit
|
||||
job: Lawyer
|
||||
equipment:
|
||||
head: ClothingHeadHatBowlerHat
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckLawyerbadge
|
||||
outerClothing: ClothingOuterWinterColorBlack
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -21,3 +21,14 @@
|
||||
storage:
|
||||
back:
|
||||
- BookRandom
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: LibrarianChameleonOutfit
|
||||
job: Librarian
|
||||
equipment:
|
||||
head: ClothingHeadHatCanadaBeanie
|
||||
eyes: ClothingEyesGlassesJamjar
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckScarfStripedGreen
|
||||
outerClothing: ClothingOuterWinterColorGreen
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -45,3 +45,12 @@
|
||||
state: full
|
||||
- type: InstantAction
|
||||
event: !type:InvisibleWallActionEvent
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: MimeChameleonOutfit
|
||||
job: Mime
|
||||
equipment:
|
||||
head: ClothingHeadHatMimesoft
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
neck: ClothingNeckScarfStripedZebra
|
||||
outerClothing: ClothingOuterWinterMime
|
||||
|
||||
@@ -24,3 +24,13 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: MusicianChameleonOutfit
|
||||
job: Musician
|
||||
equipment:
|
||||
head: ClothingHeadHatTophat
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckHeadphones
|
||||
outerClothing: ClothingOuterWinterMusician
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -27,3 +27,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ServiceWorkerChameleonOutfit
|
||||
job: ServiceWorker
|
||||
equipment:
|
||||
head: ClothingHeadHatBowlerHat
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckScarfStripedBrown
|
||||
outerClothing: ClothingOuterVest
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -46,3 +46,13 @@
|
||||
back:
|
||||
- Flash
|
||||
# - StationCharter
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: CaptainChameleonOutfit
|
||||
job: Captain
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatCapcap
|
||||
eyes: ClothingEyesGlassesCommand
|
||||
mask: ClothingMaskGasCaptain
|
||||
neck: ClothingNeckCloakCap
|
||||
|
||||
@@ -69,3 +69,15 @@
|
||||
storage:
|
||||
back:
|
||||
- Flash
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: HeadOfPersonnelChameleonOutfit
|
||||
job: HeadOfPersonnel
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatHopcap
|
||||
eyes: ClothingEyesHudCommand
|
||||
mask: ClothingMaskNeckGaiterRed
|
||||
neck: ClothingNeckCloakHop
|
||||
outerClothing: ClothingOuterWinterHoP
|
||||
|
||||
|
||||
@@ -30,3 +30,13 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: AtmosphericTechnicianChameleonOutfit
|
||||
job: AtmosphericTechnician
|
||||
equipment:
|
||||
head: ClothingHeadHelmetAtmosFire
|
||||
mask: ClothingMaskGasAtmos
|
||||
neck: ClothingNeckScarfStripedLightBlue
|
||||
outerClothing: ClothingOuterSuitAtmosFire
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
|
||||
@@ -44,3 +44,15 @@
|
||||
storage:
|
||||
back:
|
||||
- Flash
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ChiefEngineerChameleonOutfit
|
||||
job: ChiefEngineer
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretEngineering
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckCloakCe
|
||||
outerClothing: ClothingOuterWinterCE
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
shoes: ClothingShoesBootsMagAdv
|
||||
|
||||
@@ -26,3 +26,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: StationEngineerChameleonOutfit
|
||||
job: StationEngineer
|
||||
equipment:
|
||||
head: ClothingHeadHatHardhatYellow
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckScarfStripedOrange
|
||||
outerClothing: ClothingOuterWinterEngi
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
shoes: ClothingShoesBootsMag
|
||||
|
||||
@@ -30,3 +30,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: TechnicalAssistantChameleonOutfit
|
||||
job: TechnicalAssistant
|
||||
equipment:
|
||||
head: ClothingHeadHatHardhatOrange
|
||||
eyes: ClothingEyesGlassesMeson
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckScarfStripedOrange
|
||||
outerClothing: ClothingOuterVestHazard
|
||||
gloves: ClothingHandsGlovesColorYellow
|
||||
|
||||
@@ -14,3 +14,14 @@
|
||||
equipment:
|
||||
pocket1: BikeHorn
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: CluwneChameleonOutfit
|
||||
name: job-title-cluwne
|
||||
startingGear: CluwneGear
|
||||
icon: JobIconCluwne
|
||||
equipment:
|
||||
head: ClothingHeadHatXmasCrown
|
||||
eyes: ClothingEyesBlindfold
|
||||
ears: ClothingHeadsetGrey
|
||||
neck: ClothingHeadHatFlowerWreath
|
||||
outerClothing: ClothingOuterClownPriest
|
||||
|
||||
17
Resources/Prototypes/Roles/Jobs/Fun/sus.yml
Normal file
17
Resources/Prototypes/Roles/Jobs/Fun/sus.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
- type: chameleonOutfit
|
||||
id: SusChameleonOutfit
|
||||
loadoutName: chameleon-outfit-sus-name
|
||||
name: job-name-passenger
|
||||
icon: "JobIconPassenger"
|
||||
equipment:
|
||||
head: ClothingHeadHatBeret
|
||||
eyes: ClothingEyesGlassesSunglasses
|
||||
ears: ClothingHeadsetGrey
|
||||
mask: ClothingMaskGas
|
||||
outerClothing: ClothingOuterVest
|
||||
jumpsuit: ClothingUniformJumpsuitColorBlack
|
||||
neck: ClothingNeckScarfStripedRed
|
||||
back: ClothingBackpack
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
shoes: ClothingShoesColorBlack
|
||||
id: PassengerPDA
|
||||
@@ -28,3 +28,13 @@
|
||||
jumpsuit: ClothingUniformJumpsuitColorPurple
|
||||
head: ClothingHeadHatVioletwizard
|
||||
outerClothing: ClothingOuterWizardViolet
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: WizardChameleonOutfit
|
||||
name: roles-antag-wizard-name
|
||||
startingGear: WizardBlueGear
|
||||
equipment:
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
neck: ClothingNeckLGBTPin
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -26,3 +26,13 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ChemistChameleonOutfit
|
||||
job: Chemist
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretMedic
|
||||
mask: ClothingMaskSterile
|
||||
neck: ClothingNeckStethoscope
|
||||
outerClothing: ClothingOuterCoatLabChem
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -44,3 +44,15 @@
|
||||
storage:
|
||||
back:
|
||||
- Flash
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ChiefMedicalOfficerChameleonOutfit
|
||||
job: ChiefMedicalOfficer
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretCmo
|
||||
eyes: ClothingEyesHudMedical
|
||||
mask: ClothingMaskSterile
|
||||
neck: ClothingCloakCmo
|
||||
outerClothing: ClothingOuterCoatLabCmo
|
||||
gloves: ClothingHandsGlovesNitrile
|
||||
|
||||
@@ -28,3 +28,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: MedicalDoctorChameleonOutfit
|
||||
job: MedicalDoctor
|
||||
equipment:
|
||||
head: ClothingHeadNurseHat
|
||||
eyes: ClothingEyesHudMedical
|
||||
mask: ClothingMaskSterile
|
||||
neck: ClothingNeckStethoscope
|
||||
outerClothing: ClothingOuterCoatLab
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -27,3 +27,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: MedicalInternChameleonOutfit
|
||||
job: MedicalIntern
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretMedic
|
||||
eyes: ClothingEyesHudMedical
|
||||
mask: ClothingMaskSterile
|
||||
neck: ClothingNeckStethoscope
|
||||
outerClothing: ClothingOuterCoatLabOpened
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -25,3 +25,14 @@
|
||||
storage:
|
||||
back:
|
||||
- EmergencyRollerBedSpawnFolded
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ParamedicChameleonOutfit
|
||||
job: Paramedic
|
||||
equipment:
|
||||
head: ClothingHeadHatParamedicsoft
|
||||
eyes: ClothingEyesHudMedical
|
||||
mask: ClothingMaskSterile
|
||||
neck: ClothingNeckStethoscope
|
||||
outerClothing: ClothingOuterCoatParamedicWB
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -26,3 +26,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ResearchAssistantChameleonOutfit
|
||||
job: ResearchAssistant
|
||||
equipment:
|
||||
head: ClothingHeadHatCardborg
|
||||
eyes: ClothingEyesGlasses
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckScarfStripedPurple
|
||||
outerClothing: ClothingOuterCoatLab
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -37,3 +37,15 @@
|
||||
storage:
|
||||
back:
|
||||
- Flash
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ResearchDirectorChameleonOutfit
|
||||
job: ResearchDirector
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretRND
|
||||
eyes: ClothingEyesGlasses
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckCloakRd
|
||||
outerClothing: ClothingOuterCoatRD
|
||||
gloves: ClothingHandsGlovesColorPurple
|
||||
|
||||
@@ -21,3 +21,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ScientistChameleonOutfit
|
||||
job: Scientist
|
||||
equipment:
|
||||
head: ClothingHeadBandSkull
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskGas
|
||||
neck: ClothingNeckTieSci
|
||||
outerClothing: ClothingOuterCoatRnd
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -35,3 +35,13 @@
|
||||
- Flash
|
||||
- ForensicPad
|
||||
- ForensicScanner
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: DetectiveChameleonOutfit
|
||||
job: Detective
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatFedoraBrown
|
||||
mask: ClothingMaskGasSecurity
|
||||
neck: ClothingNeckTieDet
|
||||
gloves: ClothingHandsGlovesForensic
|
||||
|
||||
@@ -51,3 +51,11 @@
|
||||
back:
|
||||
- Flash
|
||||
- MagazinePistol
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: HeadOfSecurityChameleonOutfit
|
||||
job: HeadOfSecurity
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
mask: ClothingMaskGasSecurity
|
||||
neck: ClothingNeckCloakHos
|
||||
|
||||
@@ -39,3 +39,15 @@
|
||||
back:
|
||||
- Flash
|
||||
- MagazinePistol
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: SecurityCadetChameleonOutfit
|
||||
job: SecurityCadet
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHelmetBasic
|
||||
eyes: ClothingEyesHudSecurity
|
||||
mask: ClothingMaskGasSecurity
|
||||
neck: ClothingNeckScarfStripedRed
|
||||
belt: ClothingBeltSecurity
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -32,3 +32,13 @@
|
||||
back:
|
||||
- Flash
|
||||
- MagazinePistol
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: SecurityOfficerChameleonOutfit
|
||||
job: SecurityOfficer
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretSecurity
|
||||
mask: ClothingMaskGasSecurity
|
||||
neck: Dinkystar
|
||||
gloves: ClothingHandsGlovesColorBlack
|
||||
|
||||
@@ -39,3 +39,17 @@
|
||||
back:
|
||||
- Flash
|
||||
- MagazinePistol
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: WardenChameleonOutfit
|
||||
job: Warden
|
||||
hasMindShield: true
|
||||
equipment:
|
||||
head: ClothingHeadHatWarden
|
||||
mask: ClothingMaskGasSecurity
|
||||
outerClothing: ClothingOuterCoatWarden
|
||||
jumpsuit: ClothingUniformJumpsuitWarden
|
||||
neck: Dinkystar
|
||||
belt: ClothingBeltSecurity
|
||||
gloves: ClothingHandsGlovesCombat
|
||||
shoes: ClothingShoesBootsJack
|
||||
|
||||
@@ -24,3 +24,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: BoxerChameleonOutfit
|
||||
job: Boxer
|
||||
equipment:
|
||||
head: ClothingHeadHatBlacksoft
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
outerClothing: ClothingOuterWinterColorGray
|
||||
jumpsuit: UniformShortsRedWithTop
|
||||
neck: ClothingNeckScarfStripedRed
|
||||
|
||||
@@ -21,3 +21,15 @@
|
||||
storage:
|
||||
back:
|
||||
- RubberStampPsychologist
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: PsychologistChameleonOutfit
|
||||
job: Psychologist
|
||||
equipment:
|
||||
head: ClothingHeadHatBeretMedic
|
||||
eyes: ClothingEyesHudMedical
|
||||
mask: ClothingMaskSterile
|
||||
outerClothing: ClothingOuterCoatLab
|
||||
neck: ClothingNeckStethoscope
|
||||
belt: ClothingBeltMedical
|
||||
gloves: ClothingHandsGlovesLatex
|
||||
|
||||
@@ -19,3 +19,14 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ReporterChameleonOutfit
|
||||
job: Reporter
|
||||
equipment:
|
||||
head: ClothingHeadHatFedoraGrey
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
outerClothing: ClothingOuterCoatTrench
|
||||
neck: ClothingNeckTieRed
|
||||
gloves: ClothingHandsGlovesFingerless
|
||||
|
||||
@@ -25,3 +25,15 @@
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
|
||||
- type: chameleonOutfit
|
||||
id: ZookeeperChameleonOutfit
|
||||
job: Zookeeper
|
||||
equipment:
|
||||
eyes: ClothingEyesGlassesCheapSunglasses
|
||||
mask: ClothingMaskBreath
|
||||
outerClothing: ClothingOuterWinterColorLightBrown
|
||||
neck: ClothingNeckScarfStripedBrown
|
||||
belt: ClothingBeltStorageWaistbag
|
||||
gloves: ClothingHandsGlovesColorBrown
|
||||
|
||||
|
||||
@@ -932,6 +932,9 @@
|
||||
- type: Tag
|
||||
id: MimeHappyHonk
|
||||
|
||||
- type: Tag
|
||||
id: FakeMindShieldImplant
|
||||
|
||||
- type: Tag
|
||||
id: MindTransferTarget
|
||||
|
||||
|
||||
Reference in New Issue
Block a user