Port vomit from Nyano (#8349)

This commit is contained in:
Rane
2022-05-23 19:03:27 -04:00
committed by GitHub
parent 80a68b3867
commit b210df0d03
16 changed files with 249 additions and 7 deletions

View File

@@ -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

View File

@@ -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