Merge remote-tracking branch 'upstream/master' into up/drinks-yml
This commit is contained in:
14
Resources/Prototypes/Entities/Interface/admin_tools.yml
Normal file
14
Resources/Prototypes/Entities/Interface/admin_tools.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# dummy entity for the admin camera EUI
|
||||
# this gets parented to the person being observed
|
||||
|
||||
- type: entity
|
||||
id: AdminCamera
|
||||
categories: [ HideSpawnMenu ]
|
||||
name: admin camera
|
||||
description: We are watching you.
|
||||
components:
|
||||
- type: Visibility
|
||||
layer: 8 # Don't network this to anyone so cheat clients can't see it. We are adding a PVS override to the user.
|
||||
- type: Eye # for the camera itself
|
||||
drawFov: false
|
||||
pvsScale: 0.8 # we don't need the full range
|
||||
24
Resources/Prototypes/Entities/Objects/Misc/killtome.yml
Normal file
24
Resources/Prototypes/Entities/Objects/Misc/killtome.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
name: black tome
|
||||
parent: BasePaper
|
||||
id: KillTome
|
||||
suffix: KillTome, Admeme # To stay true to the lore, please never make this accessible outside of divine intervention (admeme).
|
||||
description: A worn black tome. It smells like old paper.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/killtome.rsi
|
||||
state: icon
|
||||
- type: KillTome
|
||||
defaultKillDelay: 40
|
||||
damage:
|
||||
types:
|
||||
Blunt: 200
|
||||
- type: Paper
|
||||
content: killtome-rules
|
||||
- type: ActivatableUI
|
||||
key: enum.PaperUiKey.Key
|
||||
requiresComplex: false
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.PaperUiKey.Key:
|
||||
type: PaperBoundUserInterface
|
||||
@@ -104,6 +104,7 @@
|
||||
id: PotassiumExplosion
|
||||
impact: High
|
||||
priority: 20
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Water:
|
||||
amount: 1
|
||||
@@ -112,15 +113,16 @@
|
||||
effects:
|
||||
- !type:ExplosionReactionEffect
|
||||
explosionType: Default
|
||||
maxIntensity: 100
|
||||
intensityPerUnit: 0.5 # 50+50 reagent for maximum explosion
|
||||
intensitySlope: 4
|
||||
intensityPerUnit: 0.25
|
||||
maxTotalIntensity: 100
|
||||
intensitySlope: 4
|
||||
maxIntensity: 7
|
||||
|
||||
- type: reaction
|
||||
id: Smoke
|
||||
priority: 10
|
||||
priority: -10
|
||||
impact: High
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Phosphorus:
|
||||
amount: 1
|
||||
@@ -137,8 +139,9 @@
|
||||
|
||||
- type: reaction
|
||||
id: Foam
|
||||
priority: 10
|
||||
priority: -10
|
||||
impact: High
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Fluorosurfactant:
|
||||
amount: 1
|
||||
@@ -154,7 +157,8 @@
|
||||
- type: reaction
|
||||
id: IronMetalFoam
|
||||
impact: High
|
||||
priority: 10
|
||||
priority: -10
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Iron:
|
||||
amount: 3
|
||||
@@ -172,7 +176,8 @@
|
||||
- type: reaction
|
||||
id: AluminiumMetalFoam
|
||||
impact: High
|
||||
priority: 10
|
||||
priority: -10
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Aluminium:
|
||||
amount: 3
|
||||
@@ -191,6 +196,7 @@
|
||||
id: UraniumEmpExplosion
|
||||
impact: High
|
||||
priority: 20
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Iron:
|
||||
amount: 1
|
||||
@@ -209,6 +215,7 @@
|
||||
id: Flash
|
||||
impact: High
|
||||
priority: 20
|
||||
conserveEnergy: false
|
||||
reactants:
|
||||
Aluminium:
|
||||
amount: 1
|
||||
|
||||
Reference in New Issue
Block a user