T2RPG: Nerf Flow.

Decrease the extra bonus of added Neutral magic
This commit is contained in:
Jusctsch5 2015-03-07 17:42:18 -06:00
parent 10b64c4775
commit 1cfd42fc9e

View file

@ -1593,7 +1593,7 @@ function DoFlowSpellCast(%client, %spell, %sdata, %params)
schedule(1000, 0, "removeExpo", %em);
// Calculate the increase in speed based on the NeutralCasting proficency of the caster.
%client.flowIncrease = $spelldata[%sdata, numEffect] + (%client.data.PlayerSkill[$skill::NeutralCasting] / 10);
%client.flowIncrease = $spelldata[%sdata, numEffect] + (%client.data.PlayerSkill[$skill::NeutralCasting] / 20);
echo("Casting Flow, increasing speed by" SPC %client.flowIncrease);
%increase = %client.flowIncrease;
%client.player.getDataBlock().maxForwardSpeed += %increase;