IT'S ALIVEEEE!!
Clik---> HEER <--- for DL
After quite some time it's relsesed. This should help you guys coding gapclosers and spell detectors and, ofc, the champion assemblies especialy in the spell cast section ^ ^
Short Expalination
Its pritty straithforward so I guess no need for special info.
I ll talk about AOE field only and give you examples
AOE field is NOT about AOE per se. It's not a spell property, it's cast property.
This means that it CAN NOT be used for Spell Vamp % checks and Slows % checks.
AOE logics is used in spell cast and prediction so this libary is mainly for that.
Spell can be AOE or Missle. Missile has Speed, Accel, Range and Width while AOE has only With and Range
Examle:
Ahri's Q -->Missle, Linear
Xerath's Q -->AOE, Linear
Lux's Q -->Missile, Linear
Lux's E -->AOE/Missle, Circular. This one is intresting. You ll need to experiment to get best way to cast it. Data are here
Cho's Q -->AOE, Circular --> Perfect example of circular AOE. And reason I made it this way
etc
Put the DB into the AppData folder and use it via require, same way as other DBs ^ ^ (Like Inspired's usless libs eh Keppo )
--Example local DB = require "SpellDatabase" --or require ("SpellDatabase") if you pref but you ll need to access it different way den local AhriQdelay = DB.Ahri.Q.Delay; -- Your inteli sense will correct you, I did this totaly RAW from the head :S --same way you can get any other field --DA SpellBook-- local SpellBook = DB.CreateSpellBook(myHero); local Qcd = SpellBook.Q.cd(); --notice it's table of tables of methods (!yes! , !tableseption!) so no need to use AfterLoop event to get spell specs. You get them ON DEMAND. This is to reduce fps drops (thank you Inspired <3 ) if DB.SpellBook.Q.IsReady() then CastQ(); --CastQ is example method. :)
Few words
This is first spell database for GoS so it's possible it will have bugs and some spells are missing. I added Skill Shots for now soooo....
I'm are already working on new database that will be more detailed and could be used as standalone spell databse for every possible info you might need. Until then this will do. I ll keep it updated on your requests
This database is not Holy Bible. Feel free to update/change the values to your need if you see fit and if you think your prediction and spell cast will work better that way
Make Pull Requests too, I like those ^ ^
Feel free to ask/suggest, I might not answer right away but I will
Some spells might be missing, tell me I will add
Thank you Inspired and Deftsu.
And Zypppy, he did the most of it LEL Keppo Keppo