Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:37, 13 September 2026 by Skel (talk | contribs) (added self damage)

used to simplify stat strings for future translating: current stat strings:

  • dmg = damage: takes 3 arguments (base|minicrit|critical hit)
  • speed = attack interval: takes 2 arguments (base|haste boosted)
  • single_reload = use for items that have a static reload speed: takes 2 arguments (base|haste boosted)
  • multi_reload = use for items that have an inital reload speed, and a repeated reload speed: takes 4 arguments (first|haste boosted|consecutive|haste boosted)
  • cooldown = use for cooldown duration: takes 1 argument
  • spread = bullet/projectile spread: takes 1 argument
  • recovery = spread recovery: takes 1 argument
  • velocity = projectile speed in Hu/s: takes 1 argument
  • bullet = bullet count: takes 1 argument
  • splash = splash radius in Hu: takes 1 argument
  • windup = (experimental) has both wind up and wind down. takes 4 arguments (spinup base|hasted|spindown base|hasted)
  • selfdmg = Self damage: takes 3 arguments (base|jumping|gunboats)