zzstat 0.1.6

A deterministic, hardcode-free stat calculation engine designed for MMORPGs
Documentation
{
  "polymorphPowerTable": [
    10,
    11,
    11,
    12,
    13,
    13,
    14,
    15,
    16,
    17,
    18,
    19,
    20,
    22,
    23,
    24,
    26,
    27,
    29,
    31,
    33,
    35,
    37,
    39,
    41,
    44,
    46,
    49,
    52,
    55,
    59,
    62,
    66,
    70,
    74,
    79,
    84,
    89,
    94,
    100,
    0
  ],
  "skillPowerTable": [
    0,
    0.05,
    0.06,
    0.08,
    0.1,
    0.12,
    0.14,
    0.16,
    0.18,
    0.2,
    0.22,
    0.24,
    0.26,
    0.28,
    0.3,
    0.32,
    0.34,
    0.36,
    0.38,
    0.4,
    0.5,
    0.52,
    0.54,
    0.56,
    0.58,
    0.6,
    0.63,
    0.66,
    0.69,
    0.72,
    0.82,
    0.85,
    0.88,
    0.91,
    0.94,
    0.98,
    1.02,
    1.06,
    1.1,
    1.15,
    1.25
  ],
  "marriageTable": {
    "harmonyEarrings": [
      4,
      5,
      6,
      8
    ],
    "loveEarrings": [
      4,
      5,
      6,
      8
    ],
    "harmonyBracelet": [
      4,
      5,
      6,
      8
    ],
    "loveNecklace": [
      20,
      25,
      30,
      40
    ],
    "harmonyNecklace": [
      12,
      16,
      20,
      30
    ]
  },
  "allowedWeaponsPerRace": {
    "warrior": [
      0,
      3,
      8
    ],
    "ninja": [
      0,
      1,
      2,
      8
    ],
    "sura": [
      0,
      7,
      8
    ],
    "shaman": [
      4,
      6,
      8
    ],
    "lycan": [
      5,
      8
    ]
  }
}