Fixes banana peels
This commit is contained in:
@@ -107,6 +107,35 @@
|
||||
- ReagentId: JuiceBanana
|
||||
Quantity: 10
|
||||
|
||||
- type: entity
|
||||
name: banana peel
|
||||
parent: BaseItem
|
||||
id: TrashBananaPeel
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||
state: peel
|
||||
- type: Slippery
|
||||
intersectPercentage: 0.2
|
||||
- type: CollisionWake
|
||||
enabled: false
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.2,-0.2,0.2,0.2"
|
||||
name: "slips"
|
||||
hard: false
|
||||
layer:
|
||||
- SmallImpassable
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.2,-0.2,0.2,0.2"
|
||||
mass: 5
|
||||
mask:
|
||||
- SmallImpassable
|
||||
|
||||
- type: entity
|
||||
name: carrot
|
||||
parent: ProduceBase
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
- type: entity
|
||||
name: banana peel
|
||||
parent: TrashBase
|
||||
id: TrashBananaPeel
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Specific/Hydroponics/banana.rsi
|
||||
state: peel
|
||||
- type: Slippery
|
||||
intersectPercentage: 0.2
|
||||
- type: CollisionWake
|
||||
enabled: false
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.2,-0.2,0.2,0.2"
|
||||
name: "slips"
|
||||
hard: false
|
||||
layer:
|
||||
- SmallImpassable
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.2,-0.2,0.2,0.2"
|
||||
mass: 5
|
||||
mask:
|
||||
- SmallImpassable
|
||||
Reference in New Issue
Block a user