make revenant soft toy construction use tags (#16905)
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- ForceableFollow
|
||||
- PlushieGhost
|
||||
- type: RandomWalk
|
||||
accumulatorRatio: 0.5
|
||||
maxSpeed: 1
|
||||
|
||||
@@ -137,6 +137,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
- Ectoplasm
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
|
||||
@@ -6,10 +6,16 @@
|
||||
edges:
|
||||
- to: plushie
|
||||
steps:
|
||||
- prototype: PlushieGhost
|
||||
name: a ghost plushie
|
||||
- prototype: Ectoplasm
|
||||
- tag: PlushieGhost
|
||||
name: ghost soft toy
|
||||
icon:
|
||||
sprite: Mobs/Ghosts/ghost_human.rsi
|
||||
state: icon
|
||||
- tag: Ectoplasm
|
||||
name: ectoplasm
|
||||
icon:
|
||||
sprite: Mobs/Ghosts/revenant.rsi
|
||||
state: ectoplasm
|
||||
doAfter: 10
|
||||
- node: plushie
|
||||
entity: PlushieGhostRevenant
|
||||
|
||||
@@ -239,6 +239,9 @@
|
||||
- type: Tag
|
||||
id: DroneUsable
|
||||
|
||||
- type: Tag
|
||||
id: Ectoplasm
|
||||
|
||||
- type: Tag
|
||||
id: Egg
|
||||
|
||||
@@ -558,6 +561,9 @@
|
||||
- type: Tag
|
||||
id: Plastic
|
||||
|
||||
- type: Tag
|
||||
id: PlushieGhost
|
||||
|
||||
- type: Tag
|
||||
id: Powerdrill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user