Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Sep 23, 2024
1 parent 203cd32 commit afbce8c
Showing 1 changed file with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,53 +1,32 @@
- type: entity
id: MobObserverTelegnostic
parent: [Incorporeal, BaseMob]
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
- type: Visibility
layer: 4
- type: NoNormalInteraction

0 comments on commit afbce8c

Please sign in to comment.