Senior Roles (#18181)

* Senior Roles

* Senior Researcher and first wave of touch-ups

* Senior Physician and second wave of touch ups

* Senior Officer and third wave of clean ups

* Fourth wave of touch ups

* Playtimetracker fix, I hope

* Supervisor adjustment

* Sci assistant supervisor fix.

* Allow antags for all except Senior Officer.
This commit is contained in:
Nairod 2023-07-25 22:06:31 -05:00 committed by GitHub
parent 65699ae2ed
commit aec3e18502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
102 changed files with 830 additions and 4 deletions

View File

@ -43,3 +43,7 @@ job-description-security = Catch criminals and enemies of the station, enforce t
job-description-serviceworker = Learn the basics of bartending, cooking, and growing plants.
job-description-warden = Patrol the security department, ensure that no one is stealing from the armory, and make sure that all prisoners are processed and let out when their time is up.
job-description-zookeeper = Put on a joyful display of cute animals and space carps for all the crew to see. Currently available on Kettle Station.
job-description-senior-engineer = Teach new engineers the basics of the station's engine, repairing, atmospherics and power.
job-description-senior-researcher = Teach new scientists the basics of item printing, artifact research and anomalous objects.
job-description-senior-physician = Teach new medics the basics of tending to the wounded, chemistry, diagnosing the diseased and disposing of the dead.
job-description-senior-officer = Teach new officers the basics of searches, preforming arrests, prison times and how to properly shoot a firearm.

View File

@ -43,6 +43,10 @@ job-name-ertmedic = ERT Medic
job-name-ertjanitor = ERT Janitor
job-name-boxer = Boxer
job-name-zookeeper = Zookeeper
job-name-senior-engineer = Senior Engineer
job-name-senior-researcher = Senior Researcher
job-name-senior-physician = Senior Physician
job-name-senior-officer = Senior Officer
# Role timers - Make these alphabetical or I cut you
JobAtmosphericTechnician = Atmospheric Technician
@ -85,6 +89,10 @@ JobSalvageSpecialist = Salvage Specialist
JobScientist = Scientist
JobSecurityCadet = Security Cadet
JobSecurityOfficer = Security Officer
JobSeniorEngineer = Senior Engineer
JobSeniorOfficer = Senior Officer
JobSeniorPhysician = Senior Physician
JobSeniorResearcher = Senior Researcher
JobServiceWorker = Service Worker
JobStationEngineer = Station Engineer
JobTechnicalAssistant = Technical Assistant

View File

@ -7,8 +7,9 @@ job-supervisors-cmo = the chief medical officer
job-supervisors-rd = the research director
job-supervisors-qm = the quartermaster
job-supervisors-service = chefs, botanists, the bartender, and the head of personnel
job-supervisors-engineering = station engineers, atmospheric technicians, and the chief engineer
job-supervisors-medicine = medical doctors, chemists, and the chief medical officer
job-supervisors-security = security officers, the warden, and the head of security
job-supervisors-engineering = station engineers, atmospheric technicians, the senior engineer, and the chief engineer
job-supervisors-medicine = medical doctors, chemists, the senior physician, and the chief medical officer
job-supervisors-security = security officers, the senior officer, the warden, and the head of security
job-supervisors-science = scientists, the senior researcher, and the research director
job-supervisors-hire = whoever hires you
job-supervisors-everyone = absolutely everyone

View File

@ -312,3 +312,33 @@
Piercing: 0.65
Heat: 0.85
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatLabSeniorResearcher
name: senior researcher lab coat
description: A suit that protects against minor chemical spills. Has a purple collar and wrist trims.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/labcoat_senior_researcher.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/labcoat_senior_researcher.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.75
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatLabSeniorPhysician
name: senior physician lab coat
description: A suit that protects against minor chemical spills. Has light blue sleeves and an orange waist trim.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/labcoat_senior_physician.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/labcoat_senior_physician.rsi
- type: Armor
modifiers:
coefficients:
Caustic: 0.75

View File

@ -718,3 +718,47 @@
sprite: Clothing/Uniforms/Jumpskirt/skirtoflife.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/skirtoflife.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSeniorEngineer
name: senior engineer jumpskirt
description: A sign of skill and prestige within the engineering department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/senior_engineer.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/senior_engineer.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSeniorResearcher
name: senior researcher jumpskirt
description: A sign of skill and prestige within the science department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/senior_researcher.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/senior_researcher.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSeniorPhysician
name: senior physician jumpskirt
description: A sign of skill and prestige within the medical department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/senior_physician.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/senior_physician.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSeniorOfficer
name: senior officer jumpskirt
description: A sign of skill and prestige within the security department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/senior_officer.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/senior_officer.rsi

View File

@ -1192,3 +1192,47 @@
sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/flannel.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSeniorEngineer
name: senior engineer jumpsuit
description: A sign of skill and prestige within the engineering department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/senior_engineer.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/senior_engineer.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSeniorResearcher
name: senior researcher jumpsuit
description: A sign of skill and prestige within the science department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/senior_researcher.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/senior_researcher.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSeniorPhysician
name: senior physician jumpsuit
description: A sign of skill and prestige within the medical department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/senior_physician.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/senior_physician.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitSeniorOfficer
name: senior officer jumpsuit
description: A sign of skill and prestige within the security department.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/senior_officer.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/senior_officer.rsi

View File

@ -305,6 +305,18 @@
- state: green
- state: ce
- type: entity
id: SpawnPointSeniorEngineer
parent: SpawnPointJobBase
name: seniorengineer
components:
- type: SpawnPoint
job_id: SeniorEngineer
- type: Sprite
layers:
- state: green
- state: seniorengineer
- type: entity
id: SpawnPointStationEngineer
parent: SpawnPointJobBase
@ -343,6 +355,18 @@
- state: green
- state: cmo
- type: entity
id: SpawnPointSeniorPhysician
parent: SpawnPointJobBase
name: seniorphysician
components:
- type: SpawnPoint
job_id: SeniorPhysician
- type: Sprite
layers:
- state: green
- state: seniorphysician
- type: entity
id: SpawnPointMedicalDoctor
parent: SpawnPointJobBase
@ -393,6 +417,18 @@
- state: green
- state: rd
- type: entity
id: SpawnPointSeniorResearcher
parent: SpawnPointJobBase
name: seniorresearcher
components:
- type: SpawnPoint
job_id: SeniorResearcher
- type: Sprite
layers:
- state: green
- state: seniorresearcher
- type: entity
id: SpawnPointScientist
parent: SpawnPointJobBase
@ -431,6 +467,18 @@
- state: green
- state: warden
- type: entity
id: SpawnPointSeniorOfficer
parent: SpawnPointJobBase
name: seniorofficer
components:
- type: SpawnPoint
job_id: SeniorOfficer
- type: Sprite
layers:
- state: green
- state: seniorofficer
- type: entity
id: SpawnPointSecurityOfficer
parent: SpawnPointJobBase

View File

@ -874,3 +874,68 @@
- Write
- type: Unremoveable
- type: entity
parent: BasePDA
id: SeniorEngineerPDA
name: senior engineer PDA
description: Seems to have been taken apart and put back together several times.
components:
- type: Pda
id: SeniorEngineerIDCard
state: pda-seniorengineer
- type: PdaBorderColor
borderColor: "#949137"
accentVColor: "#CD6900"
- type: Icon
state: pda-seniorengineer
- type: entity
parent: BasePDA
id: SeniorResearcherPDA
name: senior researcher PDA
description: Looks like it's been through years of chemical burns and explosions.
components:
- type: Pda
id: SeniorResearcherIDCard
state: pda-seniorresearcher
- type: PdaBorderColor
borderColor: "#d7d7d0"
accentHColor: "#8900c9"
accentVColor: "#8900c9"
- type: Icon
state: pda-seniorresearcher
- type: entity
parent: BasePDA
id: SeniorPhysicianPDA
name: senior physician PDA
description: Smells faintly like iron and chemicals. Has a built-in health analyzer.
components:
- type: Pda
id: SeniorPhysicianIDCard
state: pda-seniorphysician
- type: PdaBorderColor
borderColor: "#d7d7d0"
accentHColor: "#447987"
accentVColor: "#B34200"
- type: Icon
state: pda-seniorphysician
- type: HealthAnalyzer
scanDelay: 1
scanningEndSound:
path: "/Audio/Items/Medical/healthscanner.ogg"
- type: entity
parent: BasePDA
id: SeniorOfficerPDA
name: senior officer PDA
description: Beaten, battered and broken, but just barely useable.
components:
- type: Pda
id: SeniorOfficerIDCard
state: pda-seniorofficer
- type: PdaBorderColor
borderColor: "#A32D26"
accentVColor: "#DFDFDF"
- type: Icon
state: pda-seniorofficer

View File

@ -617,3 +617,51 @@
- type: IdCard
jobTitle: Cluwne
- type: Unremoveable
- type: entity
parent: IDCardStandard
id: SeniorEngineerIDCard
name: senior engineer ID card
components:
- type: Sprite
layers:
- state: default
- state: idseniorengineer
- type: PresetIdCard
job: SeniorEngineer
- type: entity
parent: IDCardStandard
id: SeniorResearcherIDCard
name: senior researcher ID card
components:
- type: Sprite
layers:
- state: default
- state: idseniorresearcher
- type: PresetIdCard
job: SeniorResearcher
- type: entity
parent: IDCardStandard
id: SeniorPhysicianIDCard
name: senior physician ID card
components:
- type: Sprite
layers:
- state: default
- state: idseniorphysician
- type: PresetIdCard
job: SeniorPhysician
- type: entity
parent: IDCardStandard
id: SeniorOfficerIDCard
name: senior officer ID card
components:
- type: Sprite
layers:
- state: default
- state: idseniorofficer
- type: PresetIdCard
job: SeniorOfficer

View File

@ -0,0 +1,38 @@
- type: job
id: SeniorEngineer
name: job-name-senior-engineer
description: job-description-senior-engineer
playTimeTracker: JobSeniorEngineer
requirements:
- !type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 43200 #12 hrs
- !type:RoleTimeRequirement
role: JobStationEngineer
time: 43200 #12 hrs
- !type:DepartmentTimeRequirement
department: Engineering
time: 216000 # 60 hrs
startingGear: SeniorEngineerGear
icon: "SeniorEngineer"
supervisors: job-supervisors-ce
access:
- Maintenance
- Engineering
- External
- Atmospherics
- type: startingGear
id: SeniorEngineerGear
equipment:
head: ClothingHeadHatBeretEngineering
jumpsuit: ClothingUniformJumpsuitSeniorEngineer
back: ClothingBackpackEngineeringFilled
shoes: ClothingShoesBootsWork
id: SeniorEngineerPDA
eyes: ClothingEyesGlassesMeson
belt: ClothingBeltUtilityEngineering
ears: ClothingHeadsetEngineering
innerclothingskirt: ClothingUniformJumpskirtSeniorEngineer
satchel: ClothingBackpackSatchelEngineeringFilled
duffelbag: ClothingBackpackDuffelEngineeringFilled

View File

@ -0,0 +1,36 @@
- type: job
id: SeniorPhysician
name: job-name-senior-physician
description: job-description-senior-physician
playTimeTracker: JobSeniorPhysician
requirements:
- !type:RoleTimeRequirement
role: JobChemist
time: 43200 #12 hrs
- !type:RoleTimeRequirement
role: JobMedicalDoctor
time: 43200 #12 hrs
- !type:DepartmentTimeRequirement
department: Medical
time: 216000 # 60 hrs
startingGear: SeniorPhysicianGear
icon: "SeniorPhysician"
supervisors: job-supervisors-cmo
access:
- Medical
- Maintenance
- Chemistry
- type: startingGear
id: SeniorPhysicianGear
equipment:
jumpsuit: ClothingUniformJumpsuitSeniorPhysician
back: ClothingBackpackMedicalFilled
shoes: ClothingShoesColorBlack
outerClothing: ClothingOuterCoatLabSeniorPhysician
id: SeniorPhysicianPDA
ears: ClothingHeadsetMedical
belt: ClothingBeltMedicalFilled
innerclothingskirt: ClothingUniformJumpskirtSeniorPhysician
satchel: ClothingBackpackSatchelMedicalFilled
duffelbag: ClothingBackpackDuffelMedicalFilled

View File

@ -10,7 +10,7 @@
inverted: true # stop playing intern if you're good at science!
startingGear: ResearchAssistantGear
icon: "ResearchAssistant"
supervisors: job-supervisors-rd
supervisors: job-supervisors-science
canBeAntag: false
access:
- Research

View File

@ -0,0 +1,29 @@
- type: job
id: SeniorResearcher
name: job-name-senior-researcher
description: job-description-senior-researcher
playTimeTracker: JobSeniorResearcher
requirements:
- !type:DepartmentTimeRequirement
department: Science
time: 216000 #60 hrs
startingGear: SeniorResearcherGear
icon: "SeniorResearcher"
supervisors: job-supervisors-rd
access:
- Research
- Maintenance
- type: startingGear
id: SeniorResearcherGear
equipment:
head: ClothingHeadHatBeretRND
jumpsuit: ClothingUniformJumpsuitSeniorResearcher
back: ClothingBackpackScienceFilled
shoes: ClothingShoesColorBlack
outerClothing: ClothingOuterCoatLabSeniorResearcher
id: SeniorResearcherPDA
ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtSeniorResearcher
satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelScienceFilled

View File

@ -0,0 +1,45 @@
- type: job
id: SeniorOfficer
name: job-name-senior-officer
description: job-description-senior-officer
playTimeTracker: JobSeniorOfficer
requirements:
- !type:RoleTimeRequirement
role: JobWarden
time: 43200 #12 hrs
- !type:RoleTimeRequirement
role: JobDetective
time: 14400 #4 hrs
- !type:RoleTimeRequirement
role: JobSecurityOfficer
time: 72000 #20 hrs
- !type:DepartmentTimeRequirement
department: Security
time: 216000 # 60 hrs
startingGear: SeniorOfficerGear
icon: "SeniorOfficer"
supervisors: job-supervisors-hos
canBeAntag: false
access:
- Security
- Brig
- Maintenance
- Service
- External
- type: startingGear
id: SeniorOfficerGear
equipment:
jumpsuit: ClothingUniformJumpsuitSeniorOfficer
back: ClothingBackpackSecurityFilled
shoes: ClothingShoesBootsCombatFilled
eyes: ClothingEyesGlassesSecurity
head: ClothingHeadHatBeret
outerClothing: ClothingOuterArmorBasic
id: SeniorOfficerPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolMk58Nonlethal
innerclothingskirt: ClothingUniformJumpskirtSeniorOfficer
satchel: ClothingBackpackSatchelSecurityFilled
duffelbag: ClothingBackpackDuffelSecurityFilled

View File

@ -54,6 +54,7 @@
roles:
- AtmosphericTechnician
- ChiefEngineer
- SeniorEngineer
- StationEngineer
- TechnicalAssistant
@ -68,6 +69,7 @@
- MedicalIntern
- Psychologist
- Paramedic
- SeniorPhysician
- type: department
id: Security
@ -77,6 +79,7 @@
- HeadOfSecurity
- SecurityCadet
- SecurityOfficer
- SeniorOfficer
- Detective
- Warden
@ -86,6 +89,7 @@
color: "#D381C9"
roles:
- ResearchDirector
- SeniorResearcher
- Scientist
- ResearchAssistant

View File

@ -118,6 +118,18 @@
- type: playTimeTracker
id: JobSecurityOfficer
- type: playTimeTracker
id: JobSeniorEngineer
- type: playTimeTracker
id: JobSeniorOfficer
- type: playTimeTracker
id: JobSeniorPhysician
- type: playTimeTracker
id: JobSeniorResearcher
- type: playTimeTracker
id: JobServiceWorker

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

View File

@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by Nairodian (github) of labcoat.rsi from Space-Station-14 at pull request https://github.com/space-wizards/space-station-14/pull/10758,",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-open"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "open-equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "open-inhand-left",
"directions": 4
},
{
"name": "open-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

View File

@ -0,0 +1,41 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by Nairodian (github) of labcoat.rsi from Space-Station-14 at commit https://github.com/space-wizards/space-station-14/pull/10758",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "icon-open"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "open-equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "open-inhand-left",
"directions": 4
},
{
"name": "open-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit of hazard from tgstation at commit https://github.com/tgstation/tgstation/pull/67000, by Nairod (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by Nairodian (github) of secskirt taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7779930358ba4776575975690d2c952f0d05c6cc",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by Nairodian (github) of paramedic_skirt from tgstation at pull request https://github.com/tgstation/tgstation/pull/48236.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edited by Nairodian (github) from the formal scientist jumpsuit by Flareguy for Space Station 14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit of hazard from tgstation at commit https://github.com/tgstation/tgstation/pull/67000, by Nairod (github) for ss14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by Nairodian (github) of secred_s taken from tgstation at pull request https://github.com/tgstation/tgstation/pull/2984",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edit by Nairodian (github) of paramedic from tgstation at pull request https://github.com/tgstation/tgstation/pull/48236.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

View File

@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edited by Nairodian (github) from the formal scientist jumpsuit by Flareguy for Space Station 14.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View File

@ -147,6 +147,18 @@
},
{
"name": "Zookeeper"
},
{
"name": "SeniorEngineer"
},
{
"name": "SeniorResearcher"
},
{
"name": "SeniorPhysician"
},
{
"name": "SeniorOfficer"
}
]
}

View File

@ -174,6 +174,18 @@
},
{
"name": "musician"
},
{
"name": "seniorengineer"
},
{
"name": "seniorresearcher"
},
{
"name": "seniorphysician"
},
{
"name": "seniorofficer"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -207,6 +207,18 @@
},
{
"name": "pda-cluwne"
},
{
"name": "pda-seniorengineer"
},
{
"name": "pda-seniorresearcher"
},
{
"name": "pda-seniorphysician"
},
{
"name": "pda-seniorofficer"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Some files were not shown because too many files have changed in this diff Show More