1.2.0 • Published 5 years ago

aceonline-stats v1.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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.