Skip to content

Commit

Permalink
fix telegnomes sliding on ice (#1898)
Browse files Browse the repository at this point in the history
* fix

* shuffle shit around

* trolled

* webedit ops

Signed-off-by: Milon <[email protected]>

---------

Signed-off-by: Milon <[email protected]>
  • Loading branch information
MilonPL committed Sep 24, 2024
1 parent 364acb1 commit 07755a8
Showing 1 changed file with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,50 +1,31 @@
- type: entity
parent: [ Incorporeal, BaseMob ]
id: MobObserverTelegnostic
name: telegnostic projection
description: Ominous.
categories: [ HideSpawnMenu ]
components:
- type: Sprite
overrideContainerOcclusion: true # Ghosts always show up regardless of where they're contained.
noRot: true
drawdepth: Ghosts
sprite: Objects/Consumable/Food/bowl.rsi
state: eyeball
color: "#90EE90"
layers:
- state: eyeball
shader: unshaded
- type: Psionic
- type: MindContainer
- type: Clickable
- type: InteractionOutline
- type: Physics
bodyType: KinematicController
fixedRotation: true
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeCircle
radius: 0.35
density: 13
mask:
- GhostImpassable
- type: MovementSpeedModifier
baseSprintSpeed: 8
baseWalkSpeed: 5
- type: MovementIgnoreGravity
#- type: PsionicallyInvisible
- type: InputMover
- type: Appearance
- type: Eye
drawFov: false
visMask:
- Normal
- TelegnosticProjection
- type: Input
context: "ghost"
- type: Examiner
- type: TelegnosticProjection
- type: Stealth
lastVisibility: 0.66
Expand Down

0 comments on commit 07755a8

Please sign in to comment.