Module:StreetBrawlItems: Difference between revisions

Vergir (talk | contribs)
mNo edit summary
Vergir (talk | contribs)
mNo edit summary
Line 8: Line 8:
local SLOT_RANK = { Weapon = 1, Armor = 2, Tech = 3 }
local SLOT_RANK = { Weapon = 1, Armor = 2, Tech = 3 }
-- Default card scale passed to ItemBox (tier columns and counter cards).
-- Default card scale passed to ItemBox (tier columns and counter cards).
local CARD_SIZE = "0.75"
local CARD_SIZE = "0.667"


local NAME_TO_KEY, KEY_TO_NAME, RELEASED = {}, {}, {}
local NAME_TO_KEY, KEY_TO_NAME, RELEASED = {}, {}, {}