Wizard Staff of Animation (#34649)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# To be implemented: see #9072
|
||||
# To be implemented: see #9072
|
||||
|
||||
- type: entity
|
||||
name: staff of healing
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
components:
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: Animateable
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: MovedByPressure
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
description: A square piece of metal standing on four metal legs.
|
||||
abstract: true
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Metallic
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
placement:
|
||||
mode: PlaceFree
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: MeleeSound
|
||||
soundGroups:
|
||||
Brute:
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
parent: BaseStructure
|
||||
id: BaseMachine
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: InteractionOutline
|
||||
- type: Anchorable
|
||||
delay: 2
|
||||
@@ -57,6 +58,7 @@
|
||||
abstract: true
|
||||
id: ConstructibleMachine
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: Machine
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
name: gas canister
|
||||
description: A canister that can contain any type of gas. It can be attached to connector ports using a wrench.
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: InteractionOutline
|
||||
- type: Transform
|
||||
noRot: true
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
description: A standard-issue Nanotrasen storage unit.
|
||||
abstract: true
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: ResistLocker
|
||||
- type: Transform
|
||||
noRot: true
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
name: crate
|
||||
description: A large container for items.
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: Transform
|
||||
noRot: true
|
||||
- type: Icon
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
id: StorageTank
|
||||
parent: BaseStructureDynamic
|
||||
name: storage tank
|
||||
description: A liquids storage tank.
|
||||
abstract: true
|
||||
components:
|
||||
- type: Animateable
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
- type: InteractionOutline
|
||||
@@ -82,4 +83,4 @@
|
||||
mask:
|
||||
- MachineMask
|
||||
layer:
|
||||
- WallLayer
|
||||
- WallLayer
|
||||
|
||||
Reference in New Issue
Block a user