Skip to main content

ITierNode

A node with spirit tree tier metadata.

Hierarchy

Index

Properties

optionalac

ac?: number

Cost in ascended candles.

optionalc

c?: number

Cost in candles.

optionalec

ec?: number

Cost in event currency.

guid

guid: string

optionalh

h?: number

Cost in hearts.

optionalhiddenItems

hiddenItems?: IItem[]

Items unlocked through this node that are not visible in the node. Generally ones added retroactively.

optionalitem

item?: IItem

Item unlocked through this node.

optionaln

n?: INode

Node north of this node.

optionalne

ne?: INode

Node north east of this node.

optionalnw

nw?: INode

Node north west of this node.

optionalprev

prev?: INode

Previous node.

optionalroot

root?: INode

Root node.

@remarks

Can be a self-reference if this is the root node. For spirit trees with friendship tiers, every node is its own root.

optionalsc

sc?: number

Cost in seasonal candles.

optionalsh

sh?: number

Cost in seasonal hearts.

optionaltier

tier?: number

optionaltree

Spirit tree containing this node.

@remarks

For normal spirit trees only the first node has this reference. Other nodes have a reference to their prev node. For spirit trees with friendship tiers, every node has this reference.

optionalunlocked

unlocked?: boolean