• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Module:SpeedNames"

From Kancolle Wiki
Jump to navigation Jump to search
(Created page with "-- Category:Misc data modules return { [0] = "None", [5] = "Slow", [10] = "Fast", }")
 
Line 5: Line 5:
 
   [5] = "Slow",
 
   [5] = "Slow",
 
   [10] = "Fast",
 
   [10] = "Fast",
 +
  [15] = "Fast+",
 +
  [20] = "Fastest",
 
}
 
}

Revision as of 03:18, 12 January 2019

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