Module:SpeedNames

Revision as of 12:48, 12 May 2021 by Botkaze (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

-- [[Category:Misc data modules]]
 
return {
  [0] = "None",
  [5] = "Slow",
  [10] = "Fast",
  [15] = "Fast+",
  [20] = "Fastest",
}