TibiaJS / tibia-crawler-legacy

[OUTDATED] Parse tibia website data like a sir.
7 stars 1 forks source link

Single spell/rune #6

Closed ranisalt closed 9 years ago

ranisalt commented 9 years ago

FINALLY GOT THIS RIGHT YEAH

Imgur

renatorib commented 9 years ago

:+1:

gpedro commented 9 years ago

Column mana and price aren't consistent. Please, treat it. @ranisalt

{ spell:
   { name: 'Train Party',
     formula: 'utito mas sio',
     vocation: [ 'Knight' ],
     group: 'support',
     type: 'instant',
     groupCooldown: 2,
     cooldown: 2,
     minLevel: 32,
     mana: NaN,
     price: 4000,
     city: [ 'Edron' ],
     premium: true } }

{ spell:
   { name: 'Buzz',
     formula: 'exori infir vis',
     vocation: [ 'Sorcerer' ],
     group: 'attack',
     type: 'instant',
     damageType: 'energy',
     groupCooldown: 2,
     cooldown: 2,
     minLevel: 1,
     mana: 6,
     price: NaN,
     city: [ 'Dawnport' ],
     premium: false } }
ranisalt commented 9 years ago

dat user friendliness