Tree of Savior Forum

Recent kTOS Thaumaturge change | Does anyone knows more?

  1. Thaumaturge
    Swell Brain
    • Scaling magic attack is added. (Base Value = 12.5, Value per level = 2.5)

This is the information I can find. Does anyone have more information about what that scaling actually is?

Considering it starts off at 12.5 and goes to 22.5, it really seems to mimic Steady Aim…might be 12.5 - 22.5%?

That’s the only way I can see them calling it “scaling” magic attack ;o

More like 12.5+5*2.5=25% which has also been my first thought but I can’t be sure.

That’d be 6 skill levels. The first level is 12.5, it doesnt gain that extra 2.5 right away. So 12.5 (Lv1), +2.5 (Lv2), +2.5 (Lv3), +2.5 (Lv4), +2.5 (Lv5) = 22.5%

#Maths

#Maths
12.5 base + 2.5 per level. Level 1 = 12.5 + 1* 2.5 = 15.

That’s not how that works though. Every time patch notes say X + Y per level, X is the value at level 1, NOT X+Y

It starts at 12.5 and that’s level 1. You dont get an extra 2.5.

Hangman’s Knot debuff time changed from seconds equal to skill level to 1 + skill level * 0.2 seconds.

Stop spreading false information please. It has always been like this.

it always has been: Base + (level-1)bonusperlevel
you can think of that thaumaturge change as:
10 + skill_lvl
2.5 which would make more sense than base 12.5 + (level-1)*2.5 while it is essentially same.

Here
지능 [CaptionRatio] 증가
추가 마법 공격력 +[CaptionRatio2]
지속시간 [CaptionTime]초

CaptionTimevalue = [Skill Level] × 5 + 25
return value

CaptionRatiovalue = 25 + ([Skill Level] -1) × 5
if [스웰 브레인: 강화] not null
value = value + [스웰 브레인: 강화 Level] × 2
end
return RoundDown(value)

CaptionRatio2value = 12.5 + ([Skill Level] - 1) × 2.5
return RoundDown(value)

Source

1 Like

Seems to just be +12.5~22.5 Magic Attack. No % in there.

That’s really kinda worthless…

Nice - Thanks!
/202020