elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

adds more spell details #101

Closed BryanSchuetz closed 4 years ago

BryanSchuetz commented 4 years ago

Adds bonus, duration, and availability data to spells.json

{
    "availability": "all",
    "name": "Spirit Defense",
    "number": "103",
    "type": "defense",
    "duration": "20",
    "bonus": {
      "bolt-ds": "10",
      "physical-ds": "10"
    }
BryanSchuetz commented 4 years ago

There are some gaps for bonus definitions—because I couldn't settle on how to really deal with bonus formulas based on level or rank...but we can always fill those in down the road.