Heretic
Vars | |
knowledge_tier | current tier of knowledge this heretic is on, each level unlocks new knowledge bits |
---|---|
path_to_ui_color | order these from main path ability (will choose the color in the UI) to minor abilities below them (will once again, make sense if you look at the in game UI) |
tier_counter | tracks the number of knowledges to next tier, currently 3 |
Procs | |
ui_static_data | knowledge_data["disabled"] = !can_ascend() |
Var Details
knowledge_tier
current tier of knowledge this heretic is on, each level unlocks new knowledge bits
path_to_ui_color
order these from main path ability (will choose the color in the UI) to minor abilities below them (will once again, make sense if you look at the in game UI)
tier_counter
tracks the number of knowledges to next tier, currently 3
Proc Details
ui_static_data
knowledge_data["disabled"] = !can_ascend()