Table of Contents

Class AutomaticParty

Namespace
GrindFest
Assembly
GrindFest.dll
public abstract class AutomaticParty : MonoBehaviour
Inheritance
object
AutomaticParty
Derived

Fields

Party

Properties

Gems
Gold
GoldCap
SelectedHero
Souls

Methods

ClearFlags()
CreateHero(string, string)

Creates a new hero

GetPrestigeNodes()

Returns every node in the Grimoire with its current cost, parents, and inscribed state.

InscribePrestigeNode(string)

Attempts to inscribe a Grimoire node. Walk the tree in dependency order using Parents.

IsPrestigeNodeInscribed(string)

Returns true if the given Grimoire node is currently inscribed.

OnAllHeroesDied()

Called when all heroes died

OnGameStarted()
OnItemDroppedOnGround(ItemBehaviour)

Called when an item is dropped on ground

PlaceFlag(Color?, Vector3?)

Place a flag on the ground that you can use as a waypoint in your script

Zoom(float)