Table of Contents

Method GetPrestigeNodes

Namespace
GrindFest
Assembly
GrindFest.dll

GetPrestigeNodes()

Returns every registered Grimoire node as a PrestigeNode (id, name, kind, parents, IsInscribed, per-currency costs). This is the canonical view used by the bot API (AutomaticParty.GetPrestigeNodes); the bridge owns the projection so the BotApi layer stays a thin facade that doesn't know about PrestigeSystem.NodeRegistryEntry.

Empty list if the registry hasn't been populated yet (App.tsx bootstrap hasn't run).

public static List<PrestigeNode> GetPrestigeNodes()

Returns

List<PrestigeNode>