Wizard Staff of Animation (#34649)

This commit is contained in:
ActiveMammmoth
2025-02-12 23:46:02 -05:00
committed by GitHub
parent 0bb6f1979d
commit 9fad86342f
26 changed files with 272 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
# To be implemented: see #9072
# To be implemented: see #9072
- type: entity
name: staff of healing

View File

@@ -5,6 +5,7 @@
components:
- type: Item
size: Small
- type: Animateable
- type: Clickable
- type: InteractionOutline
- type: MovedByPressure

View File

@@ -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

View File

@@ -6,6 +6,7 @@
placement:
mode: PlaceFree
components:
- type: Animateable
- type: Clickable
- type: InteractionOutline
- type: Physics

View File

@@ -5,6 +5,7 @@
placement:
mode: SnapgridCenter
components:
- type: Animateable
- type: MeleeSound
soundGroups:
Brute:

View File

@@ -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:

View File

@@ -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

View File

@@ -5,6 +5,7 @@
description: A standard-issue Nanotrasen storage unit.
abstract: true
components:
- type: Animateable
- type: ResistLocker
- type: Transform
noRot: true

View File

@@ -5,6 +5,7 @@
name: crate
description: A large container for items.
components:
- type: Animateable
- type: Transform
noRot: true
- type: Icon

View File

@@ -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