mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-06-09 10:06:46 +02:00
Upstream yml fixes
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
components:
|
||||
- type: CharacterInformation
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: SiliconIpc
|
||||
damageModifierSet: Ipc
|
||||
- type: DamageVisuals
|
||||
|
||||
@@ -147,6 +147,7 @@
|
||||
types:
|
||||
Slash: 7
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: Biological
|
||||
damageModifierSet: Tajaran
|
||||
- type: Respirator
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
layer:
|
||||
- WallLayer
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Destructible
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
startingGear: IAAGear
|
||||
icon: "JobIconIAA"
|
||||
supervisors: job-supervisors-centcom
|
||||
canBeAntag: false
|
||||
access:
|
||||
- Service
|
||||
- Brig
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
startingGear: BrigmedicGear
|
||||
icon: "JobIconBrigmedic"
|
||||
supervisors: job-supervisors-cmo
|
||||
canBeAntag: false
|
||||
access:
|
||||
- Security
|
||||
- Brig
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
startingGear: PilotGear
|
||||
icon: "JobIconPilot"
|
||||
supervisors: job-supervisors-hos
|
||||
canBeAntag: false
|
||||
access:
|
||||
- Security
|
||||
- Brig
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
startingGear: SeniorOfficerGear
|
||||
icon: "JobIconSeniorOfficer"
|
||||
supervisors: job-supervisors-hos
|
||||
canBeAntag: false
|
||||
access:
|
||||
- Security
|
||||
- Brig
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
price: 60
|
||||
# WL-Changes: Resprite Day Start
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Glass
|
||||
- type: Destructible
|
||||
@@ -54,7 +55,7 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
# WL-Changes: Resprite Day End
|
||||
# WL-Changes: Resprite Day End
|
||||
- type: Tag
|
||||
tags:
|
||||
- ChemDispensable
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
startingGear: CentcommGear
|
||||
icon: "JobIconNanotrasen"
|
||||
supervisors: job-supervisors-centcom # Corvax-JobSupervisors
|
||||
canBeAntag: false
|
||||
accessGroups:
|
||||
- AllAccess
|
||||
access:
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
startingGear: TechnicalAssistantGear
|
||||
icon: "JobIconTechnicalAssistant"
|
||||
supervisors: job-supervisors-engineering
|
||||
canBeAntag: true
|
||||
access:
|
||||
- Maintenance
|
||||
- Engineering
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
startingGear: MedicalInternGear
|
||||
icon: "JobIconMedicalIntern"
|
||||
supervisors: job-supervisors-medicine
|
||||
canBeAntag: true
|
||||
access:
|
||||
- Medical
|
||||
- Maintenance
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
startingGear: ResearchAssistantGear
|
||||
icon: "JobIconResearchAssistant"
|
||||
supervisors: job-supervisors-science
|
||||
canBeAntag: true
|
||||
access:
|
||||
- Research
|
||||
- Maintenance
|
||||
|
||||
@@ -202,6 +202,7 @@
|
||||
normalBodyTemperature: 310.15
|
||||
thermalRegulationTemperatureThreshold: 25
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: BioRobotic
|
||||
damageModifierSet: BioRobotic
|
||||
- type: Vocal
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
components:
|
||||
- type: OfferItem # CorvaxGoob-Offer
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: Golemical
|
||||
damageModifierSet: Golem
|
||||
- type: Hunger
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
- sprite: _WL/Objects/Consumable/tray.rsi
|
||||
state: items-inhand-right
|
||||
- type: Appearance
|
||||
|
||||
|
||||
- type: entity
|
||||
name: tray
|
||||
parent: [ BaseItem, TrayBase ]
|
||||
@@ -36,7 +36,7 @@
|
||||
- state: tray-inhand-right
|
||||
- type: Tray
|
||||
capacity: 5
|
||||
hasCap: true
|
||||
hasCap: true
|
||||
capInhandVisuals:
|
||||
left:
|
||||
- state: cap-inhand-left
|
||||
@@ -48,6 +48,7 @@
|
||||
types:
|
||||
Blunt: 5
|
||||
- type: Damageable
|
||||
- type: Injurable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
@@ -61,4 +62,4 @@
|
||||
params:
|
||||
volume: -8
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
weight: -1000
|
||||
startingGear: AdjutantGear
|
||||
supervisors: job-supervisors-adjutant
|
||||
canBeAntag: false
|
||||
access:
|
||||
- Adjutant
|
||||
- Command
|
||||
|
||||
Reference in New Issue
Block a user