Module:GameSkills: Difference between revisions
From SpiritVale Wiki
More actions
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] = " | [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] = " | [3] = "SourceType", -- returns nil/"" when not applicable -> becomes blank slot | ||
[4] = "QuickStats", | [4] = "QuickStats", | ||
} | } | ||