Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:GameSkills: Difference between revisions

From SpiritVale Wiki
No edit summary
Tag: Manual revert
No edit summary
Line 744: Line 744:
local HERO_BAR_SLOT_ASSIGNMENT = {
local HERO_BAR_SLOT_ASSIGNMENT = {
[1] = "IconName",
[1] = "IconName",
[2] = "ReservedInfo", -- set to nil to blank the slot entirely
[2] = "SourceType",
}
}


Line 751: Line 751:
[1] = "LevelSelector",
[1] = "LevelSelector",
[2] = "SkillType",
[2] = "SkillType",
[3] = "SourceType", -- returns nil/"" when not applicable -> becomes blank slot
[3] = "ReservedInfo",
[4] = "QuickStats",
[4] = "QuickStats",
}
}