Dawn of the Dragons Wiki
Advertisement
Dawn of the Dragons Wiki

Documentation for this module may be created at Module:Quality/default text/doc

local data = {
  ["-2"] = "Special",
  ["exclusive"] = "Special",
  ["special"] = "Special",
  ["-1"] = "Mythic",
  ["yellow"] = "Mythic",
  ["mythic"] = "Mythic",
  ["0"] = "Common",
  ["white"] = "Common",
  ["common"] = "Common",
  ["1"] = "Common",
  ["brown"] = "Common",
  ["starter"] = "Common",
  ["2"] = "Poor",
  ["grey"] = "Poor",
  ["gray"] = "Poor",
  ["poor"] = "Poor",
  ["3"] = "Good",
  ["green"] = "Good",
  ["good"] = "Good",
  ["4"] = "Uncommon",
  ["blue"] = "Uncommon",
  ["uncommon"] = "Uncommon",
  ["5"] = "Rare",
  ["purple"] = "Rare",
  ["rare"] = "Rare",
  ["6"] = "Epic",
  ["orange"] = "Epic",
  ["epic"] = "Epic",
  ["7"] = "Legendary",
  ["red"] = "Legendary",
  ["legendary"] = "Legendary",
  ["8"] = "Developer",
  ["dev"] = "Developer",
  ["developer"] = "Developer",
--
  ["normal"] = "Normal",
  ["hard"] = "Hard",
  ["nightmare"] = "Nightmare",
  ["nm"] = "Nightmare",
--
  ["web"] = "Net Only",
  ["net"] = "Net Only",
  ["mob"] = "Mobile Only",
  ["mobile"] = "Mobile Only",
}
 
return data
Advertisement