Port vomit from Nyano (#8349)
This commit is contained in:
@@ -118,10 +118,24 @@
|
||||
|
||||
- type: entity
|
||||
name: vomit
|
||||
id: PuddleVomit
|
||||
parent: PuddleBase
|
||||
id: PuddleVomit # No parent because we don't want the visualizer
|
||||
description: Gross.
|
||||
components:
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: Clickable
|
||||
- type: Evaporation
|
||||
- type: Physics
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.4,-0.4,0.4,0.4"
|
||||
mask:
|
||||
- ItemMask
|
||||
layer:
|
||||
- SlipLayer
|
||||
hard: false
|
||||
- type: Sprite
|
||||
sprite: Fluids/vomit.rsi
|
||||
state: vomit-0
|
||||
@@ -135,9 +149,6 @@
|
||||
Quantity: 5
|
||||
- ReagentId: Water
|
||||
Quantity: 5
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PuddleVisualizer
|
||||
- type: Slippery
|
||||
launchForwardsMultiplier: 2.0
|
||||
- type: StepTrigger
|
||||
|
||||
@@ -268,6 +268,19 @@
|
||||
- ReagentId: Spaceacillin
|
||||
Quantity: 15
|
||||
|
||||
- type: entity
|
||||
name: ipecac syringe
|
||||
parent: Syringe
|
||||
id: SyringeIpecac
|
||||
components:
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
injector:
|
||||
maxVol: 15
|
||||
reagents:
|
||||
- ReagentId: Ipecac
|
||||
Quantity: 15
|
||||
|
||||
#this is where all the syringes are so i didn't know where to put it
|
||||
- type: entity
|
||||
name: corpium syringe
|
||||
|
||||
Reference in New Issue
Block a user