Commit graph

7 commits

Author SHA1 Message Date
Jusctsch5 440ac4a61c T2RPG: Fix Flow and Bound Spells
Balances Flow and Bound to not scale with Neutral Magic level.
Fixes a bug where flow and bound would subtract from your base character's
jumping and speed attributes when cast prior to death.
Fixes some general formatting things in the related files.
2015-03-23 21:37:19 -05:00
Jusctsch5 1cfd42fc9e T2RPG: Nerf Flow.
Decrease the extra bonus of added Neutral magic
2015-03-07 17:42:18 -06:00
Jusctsch5 10b64c4775 T2RPG: Write RestoreMana method
Provide method to restore mana and use it as a refund when casting Flow
and Bound more than once during its duration. The application of this
method in this way is kind of a kludge, but it works and the method is
definitely helpful.
2015-03-07 17:39:50 -06:00
Jusctsch5 58bd654aa9 T2RPG: Fix Collision Damage when Flow is active
Flow had a downside where the caster was more likely to take collision
damage. I found a variable on the player object called minImpactSpeed,
adding the increase in speed due to Flow to that value did what I wanted it to do
after some testing.
2015-03-07 15:41:59 -06:00
Jusctsch5 da1ba61b19 T2RPG: Introduce Bound Spell.
Bound allows the caster to jump higher for a duration. It scales based on
the caster's neutral magic. It uses the same algorithm as the Flow spell..
2015-03-07 15:36:33 -06:00
Jusctsch5 8e2a5876f3 T2RPG: Add "Flow" spell for Neutral Magic
Requires 50 Neutral Magic. Casts for 15 mana, increases your speed by a
multiplier based on the caster's neutral magic for 60 seconds
2015-02-22 12:05:37 -06:00
Jusctsch5 a5143b67f7 T2RPG: Initial commit of ironsphererpg directory
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
2015-01-18 21:06:06 -06:00