Its based on your level - what level are you currently?/skill Blessing ?
says that the buff lasts 32 minutes but it only lasts a few minutes, more like 32 minecraft minutes, and definitely not half an hour.
Blessing still does not last 36 mins as intended, it lasts ~7 mins
Blessing:
use-text: §7[§2Skill§7] %hero% used %skill% on %target%!
max-distance: 10
duration: 300000
duration-increase-per-level: 1000
attribute-increase: 5
apply-text: $1 is Blessed!
expire-text: $1 is no longer Blessed.
The tooltip "should" read directly from the actuals, I'll throw it all on test again.Tooltip also needs fixing then. I am no longer Cleric, and Blessing is not even coded on Test yet, so you may have to get other testers for this bug.
I forget what durations are measured in. If it's measured in long, I calculated it to last 6.08 min with that number set.Code:Blessing: use-text: §7[§2Skill§7] %hero% used %skill% on %target%! max-distance: 10 duration: 300000 duration-increase-per-level: 1000 attribute-increase: 5 apply-text: $1 is Blessed! expire-text: $1 is no longer Blessed.
It should last 15 minutes at max level. @0xNaomi anything you can see wrong here?
It lasts approx 6 minsI forget what durations are measured in. If it's measured in long, I calculated it to last 6.08 min with that number set.
And I do believe it's counted in long (1000L = 1 second) so it matches.It lasts approx 6 mins
Read the numbers. 300,000L is 5 mins. 65000 adds 1.08.Ahh, perhaps it doesnt have on-level up working properly... it should be 6 Mins + increase per level.
So at max level it should be lasting 15 minutes..
Yep, it was an issue, I had thought the per-level: was 10000 not 1000Read the numbers. 300,000L is 5 mins. 65000 adds 1.08.