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: Reverted
No edit summary
Tag: Manual revert
Line 743: Line 743:
-- Hero bar: 2 slots
-- Hero bar: 2 slots
local HERO_BAR_SLOT_ASSIGNMENT = {
local HERO_BAR_SLOT_ASSIGNMENT = {
[1] = "SourceType",
[1] = "IconName",
[2] = "ReservedInfo", -- set to nil to blank the slot entirely
[2] = "ReservedInfo", -- set to nil to blank the slot entirely
}
}
Line 751: Line 751:
[1] = "LevelSelector",
[1] = "LevelSelector",
[2] = "SkillType",
[2] = "SkillType",
[3] = "IconName",  -- returns nil/"" when not applicable -> becomes blank slot
[3] = "SourceType",  -- returns nil/"" when not applicable -> becomes blank slot
[4] = "QuickStats",
[4] = "QuickStats",
}
}