Module:SpeedNames

Revision as of 03:18, 12 January 2019 by がか (talk | contribs)

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",
}