Uploaded Part 15 last night but forgot to mention it on here.
Fizzlebert the gnome mage
Collapse
X
-
Later in the game, sure, it's trivial to keep buffs going indefinitely, for the dedicated casters at least. Hybrid casters have to deal with higher failure rates, smaller mana pools, and more expensive spells, so it takes much longer for them to not care about the costs of their buff spells.Comment
-
Comment
-
m) mana cost of the spell
s) success rate
r) mana regen rate (per turn)
x) xtra cost for convenience (25% in this case)
((m/s)*x)/r = max mana cost
An experienced caster. Speed lasts 30 turns, costs 50 mana, and has a 30% fail rate, and regen is 1/2 mana per turn.
So. ((50/.7)*1.25)/.5 = 178 (subtracted from max mana)
The numbers here are made up, but the math looks pretty solid. I don't see why it wouldn't work. I'd love to see this in a variant.www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012.
My banding life on Buzzkill's ladder.Comment
-
Sure making buffs permanent is a possibility and could probably be done reasonably well, however, I think it's more appropriate for a higher level version of the spell, one that's available when the simpler version would be close to minimal fail rate anyway. It costs M mana to cast (which is removed from your SP pool) and casts 0 mana to remove and the mana gets added back to your max (but needs to regen).
However, I'm not sure I care enough to code this up. What I do think I may do is make important messages like "you feel yourself slow down" a different color in my message screen. To go into V, colors would have to be pretty consistent and there are a lot of messages to check for, but if it's just for me, I can just pick the few messages I care about and color those.Comment
-
I think fizzix's approach sounds more workable.
That said, the only complaint I have with buffs currently is that IIRC Haste Self doesn't behave properly when you want to refresh it: instead of resetting to max duration, it adds some puny amount on. So if you currently have Haste Self active, you have to wait for it to expire before you can properly refresh it.Comment
-
I think fizzix's approach sounds more workable.
That said, the only complaint I have with buffs currently is that IIRC Haste Self doesn't behave properly when you want to refresh it: instead of resetting to max duration, it adds some puny amount on. So if you currently have Haste Self active, you have to wait for it to expire before you can properly refresh it.Comment
-
Sounds good all around really...main thing seemed like an avenue for "more thinking, less clicking", as I'd noted that it was already a somewhat annoying thing to you as far as resting went on casters to get things topped off.
Perhaps something similar could be applied to some of the lesser scrolls to keep them tactically interesting deeper into the game? Like, duration for the dungeon level read upon or some such.Comment
-
That said, the only complaint I have with buffs currently is that IIRC Haste Self doesn't behave properly when you want to refresh it: instead of resetting to max duration, it adds some puny amount on. So if you currently have Haste Self active, you have to wait for it to expire before you can properly refresh it.
The original calculations were very counter-intuitive to me. For some spells you could cast it 500 times in the town, rest to full mana, and get the benefits of the spell for your next dungeon trip.Comment
-
Comment
-
Part 17 is upPWMAngband variant maintainer - check https://github.com/draconisPW/PWMAngband (or http://www.mangband.org/forum/viewforum.php?f=9) to learn more about this new variant!Comment
Comment