Infinite Hero Wikia
Advertisement

Documentation for this module may be created at Module:Rarity/style/doc

local data = {
  ["common"] = "color:gray; font-weight: bold;",
  ["uncommon"] = "color:gold; font-weight: bold;",
  ["rare"] = "color:green; font-weight: bold;",
  ["epic"] = "color:blue; font-weight: bold;",
  ["legendary"] = "color:purple; font-weight: bold;",
  ["unique"] = "color:red; font-weight: bold;",

}
 
return data
Advertisement