mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-03-01 03:23:46 +00:00
T2RPG: Nerf Flow.
Decrease the extra bonus of added Neutral magic
This commit is contained in:
parent
10b64c4775
commit
1cfd42fc9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue