More wands in Angolwen
Moderator: Moderator
More wands in Angolwen
I've had a few games now where the staff shop in Angolwen hasn't stocked any wands, or only stocks non-ego wands (or even more annoyingly, solid wands with no activated effect). Considering how vital teleport wands can be to some classes it would be nice if the shop was forced to include at least 3 or 4 wands, all with suffixes.
-
Final Master
- Sher'Tul
- Posts: 1022
- Joined: Fri May 21, 2010 8:16 pm
- Location: Inside the minds of all
- Contact:
Re: More wands in Angolwen
In direct relation to something that I have never understood - why are there non ego wands anyway? Not the solid or whatever egos, but the ones that actually do something? Why are there 'empty' wands?
Final Master's Character Guides
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D
Re: More wands in Angolwen
Looking at the code, I'm not sure why. Wands have defined "egos_chance = { prefix=resolvers.mbonus(20, 5), suffix=100 }". Should that be "ego_chance" instead maybe? But all items seem to be defined with "egos_chance", so I guess that must be correct... The prefix should be removed anyway, since there's only one prefix and it serves no purpose.
-
ghostbuster
- Uruivellas
- Posts: 617
- Joined: Mon Oct 09, 2006 7:47 pm
Re: More wands in Angolwen
Or maybe more useful prefixes should added: fast (reduced activation time), big (improved capacity), powerful (better action), self-charging (regenerate 1 charge in say 500 turn up to a max value), etc.Grey wrote:Looking at the code, I'm not sure why. Wands have defined "egos_chance = { prefix=resolvers.mbonus(20, 5), suffix=100 }". Should that be "ego_chance" instead maybe? But all items seem to be defined with "egos_chance", so I guess that must be correct... The prefix should be removed anyway, since there's only one prefix and it serves no purpose.