Mime Powers (Vow + Invisible Wall) (#7653)

This commit is contained in:
Rane
2022-04-28 23:41:03 -04:00
committed by GitHub
parent f74a47b7aa
commit ce186e6cc1
12 changed files with 312 additions and 0 deletions

View File

@@ -191,6 +191,20 @@
name: "[color=red]Parched[/color]"
description: You're severely thirsty. The thirst makes moving around a chore.
- type: alert
id: VowOfSilence
icon: /Textures/Interface/Alerts/Abilities/silenced.png
name: Vow of Silence
onClick: !type:BreakVow { }
description: You have taken a vow of silence as part of initiation into the Mystiko Tagma Mimon. Click to break your vow.
- type: alert
id: VowBroken
icon: /Textures/Interface/Actions/scream.png
name: Vow Broken
onClick: !type:RetakeVow { }
description: You've broken your vows to Mimes everywhere. You can speak, but you've lost your powers for at least 5 entire minutes!!! Click to try and retake your vow.
- type: alert
id: Pulled
icon: /Textures/Interface/Alerts/Pull/pulled.png

View File

@@ -649,3 +649,25 @@
- type: IconSmooth
key: walls
base: wood
- type: entity
id: WallInvisible
name: Invisible Wall
components:
- type: Tag
tags:
- Wall
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
layer:
- Impassable
- VaultImpassable
- SmallImpassable
mask:
- Impassable
- type: Airtight

View File

@@ -9,6 +9,10 @@
access:
- Theatre
- Maintenance
special:
- !type:AddComponentSpecial
components:
- type: MimePowers
- type: startingGear
id: MimeGear