Cures, BLU cures, and general cleaning in globals/magic.lua
Posted: Thu Jan 10, 2013 11:57 am
Fixed up cures to use the formula at http://members.shaw.ca/pizza_steve/cure ... lator.html and data from BGWiki
Moved cure potency to a modifier (which caps at 50%) and added a modifier for "potency of cure received", used by Healer's Roll and some items.
Fixed Iridescence in addBonuses (it should apply +/- 10%, separately from Obi bonus, and still with the 35% day/wx bonus cap)
Fixed getHelixDuration to use what's known about helix duration at BGWiki. Testing is still ongoing for how Dark Arts increases duration.
Afflatus Solace stoneskin cap CAN pass 300 http://www.bluegartr.com/threads/98420- ... ost4335720
Added BLU cure spells
Added USE_OLD_CURE_FORMULA to globals/settings.lua for old school servers to use the older cure formula
Added cure potency and cure potency received items to item_mods
Cleaned up magic.lua a bit and changed most vars to local (local is much better unless the var HAS to be shared)
I've probably made some stupid mistake somewhere and would appreciate any help in tracking it down. For now, I must sleep.
Moved cure potency to a modifier (which caps at 50%) and added a modifier for "potency of cure received", used by Healer's Roll and some items.
Fixed Iridescence in addBonuses (it should apply +/- 10%, separately from Obi bonus, and still with the 35% day/wx bonus cap)
Fixed getHelixDuration to use what's known about helix duration at BGWiki. Testing is still ongoing for how Dark Arts increases duration.
Afflatus Solace stoneskin cap CAN pass 300 http://www.bluegartr.com/threads/98420- ... ost4335720
Added BLU cure spells
Added USE_OLD_CURE_FORMULA to globals/settings.lua for old school servers to use the older cure formula
Added cure potency and cure potency received items to item_mods
Cleaned up magic.lua a bit and changed most vars to local (local is much better unless the var HAS to be shared)
I've probably made some stupid mistake somewhere and would appreciate any help in tracking it down. For now, I must sleep.