From afbce8c84afad0da9215b1eeae92d3cf5752ca47 Mon Sep 17 00:00:00 2001 From: Milon Date: Mon, 23 Sep 2024 15:17:51 +0200 Subject: [PATCH 1/4] fix --- .../Entities/Mobs/Player/special.yml | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml index d057423f1ba..59aa439aa10 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml @@ -1,13 +1,11 @@ - 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" @@ -15,28 +13,12 @@ - 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: @@ -44,10 +26,7 @@ - TelegnosticProjection - type: Input context: "ghost" - - type: Examiner - type: TelegnosticProjection - - type: Stealth - lastVisibility: 0.66 - type: Visibility layer: 4 - type: NoNormalInteraction From f111ad7288891f9708a2aa6329f137cbde224aa4 Mon Sep 17 00:00:00 2001 From: Milon Date: Mon, 23 Sep 2024 15:20:40 +0200 Subject: [PATCH 2/4] shuffle shit around --- .../Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml index 59aa439aa10..c3f6f75e831 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml @@ -1,6 +1,6 @@ - type: entity - id: MobObserverTelegnostic parent: [Incorporeal, BaseMob] + id: MobObserverTelegnostic name: telegnostic projection description: Ominous. categories: [ HideSpawnMenu ] From 26d1c527fb451430e9639230d71627d524f06e3d Mon Sep 17 00:00:00 2001 From: Milon Date: Mon, 23 Sep 2024 15:37:55 +0200 Subject: [PATCH 3/4] trolled --- .../Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml index c3f6f75e831..8d87cc1d743 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml @@ -1,5 +1,5 @@ - type: entity - parent: [Incorporeal, BaseMob] + parent: [ Incorporeal, BaseMob ] id: MobObserverTelegnostic name: telegnostic projection description: Ominous. From 905b0ba17daac968aa1ce7a10d635ff44e6b6b61 Mon Sep 17 00:00:00 2001 From: Milon Date: Mon, 23 Sep 2024 17:33:56 +0200 Subject: [PATCH 4/4] webedit ops Signed-off-by: Milon --- .../Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml index 8d87cc1d743..01ae63659b6 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Mobs/Player/special.yml @@ -27,6 +27,8 @@ - type: Input context: "ghost" - type: TelegnosticProjection + - type: Stealth + lastVisibility: 0.66 - type: Visibility layer: 4 - type: NoNormalInteraction