Skip to content

kronthto/ao-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACE STAT CALCULATOR

Calculate values that attack,defense,spirit,agility,shield,fuel stats provide in AceOnline / AirRivals / SCO (Space Cowboy Online).

Formulas have been initially taken from a webarchive copy of acecalcs.net and put into this package, as the original site is no longer reachable. Credits for the work of creating/testing those actual calculations go there.

Install

  • Using npm: npm i aceonline-stats

Usage

const aostats = require('aceonline-stats');
let effectValue = aostats.method(statAmount);
const igAtkBonusStatValue = aostats.gearStatChange.I.atk; // Access bonus stat value by gear

Features / API methods

  • defense(defAmount)
  • evasion(agiAmount)
  • skillpoints(spiritAmount)
  • pierce(atkAmount)
  • dmgInc(atkAmount)
  • prob(atkAmount)
  • shield(shieldAmount)
  • fuel(fuelAmount)
  • capacity(fuelAmount)
  • gearStatChange

Credits

License

The MIT License (MIT). Please see the License File for more information.

About

AceOnline stat value calculations like AceCalcs.net

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors