IDotD / Userscript

A script for dawn of the dragons, that works based on data provided to https://dotd.idrinth.de via UgUp
MIT License
4 stars 1 forks source link

Magic Efficency #208

Open Idrinth opened 7 years ago

Idrinth commented 7 years ago

With the magic now providing their numbers, we could add a best magic calculator based on the types and amount of magics it can use. Would propose three calculations being done then:

Ardenian commented 7 years ago

Sounds like a great addition. Considering the amount of magics per raid is going to be different I would suggest some kind of ranking list as result of the calculations.

  • best magics by minimum
  • best magics by maximum

What do you mean with these terms ?

Idrinth commented 7 years ago

minimum or maximum of what the magics could be - most of them scale with something after all.

Ardenian commented 7 years ago

Wouldn't the maximum and the current magic power be sufficient enough ? Something like 100/500% as in 'This magic deals 100% against this raid with a maximum value of 500% against best combination' or something.

Idrinth commented 7 years ago

there are enough cases, where you need many people to hit, there the minimum is more important, think of war raids for example

Ardenian commented 7 years ago

Good point, haven't thought of that.

Idrinth commented 7 years ago

@Ardenian any progress in regards to analysing the magic's descriptions?

Ardenian commented 7 years ago

Not far yet, but I have it in my mind. Does it absolutly need to be in Java ( can't quite recall why we did start it in Java) ? Could it also be Javascript ?

Idrinth commented 7 years ago

it needs to run on linux, otherwise I don't care :) got nodejs around, so javascript works fine as well