Error entity (#9740)

Co-authored-by: tijn <tijnjanssen7@gmail.com>
This commit is contained in:
sunbear-dev
2022-07-17 00:33:30 +02:00
committed by GitHub
parent ce27f89320
commit 4a67610fb8

View File

@@ -0,0 +1,40 @@
- type: entity
parent: BaseItem
id: Error
name: error
description: Hmmmm. Something went wrong.
components:
- type: Sprite
sprite: error.rsi
state: error
- type: Food
- type: SolutionContainerManager
solutions:
food:
maxVol: 26
reagents:
- ReagentId: Nutriment
Quantity: 5
- type: Slippery
launchForwardsMultiplier: 20
- type: StepTrigger
intersectRatio: 0.2
- type: CollisionWake
enabled: false
- type: Physics
bodyType: Dynamic
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
id: "slips"
hard: false
layer:
- SlipLayer
- shape:
!type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
mass: 5
mask:
- ItemMask