Mime Powers (Vow + Invisible Wall) (#7653)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
access:
|
||||
- Theatre
|
||||
- Maintenance
|
||||
special:
|
||||
- !type:AddComponentSpecial
|
||||
components:
|
||||
- type: MimePowers
|
||||
|
||||
- type: startingGear
|
||||
id: MimeGear
|
||||
|
||||
Reference in New Issue
Block a user