...But anyway, as for slays, I'm not sure the exact value does need to be shown outside of Inspect; the indication of the slay is enough to prompt you to look, and you need to do that to compare the damage of two weapons anyway - the odds that your Slay Dragon values of 1.8x and 2.4x are going to be on two weapons that otherwise have identical dice and bonuses are really pretty small.
v4 now available
Collapse
X
-
This is very well put - I remain very happy to receive a pull request for a naming matrix that fixes this! Or perhaps we just add a * to indicate the presence of other affixes to start with - ugly but effective. -
Just thinking aloud here really. If you don't use pvals, how do you *display* the value of a slay on an object? I've been surprised by how much people care about not having the name of the object obviously encapsulate every single property - but I can see that I would care about whether my Slay Dragon weapon was doing 1.8x or 2.4x ....
...But anyway, as for slays, I'm not sure the exact value does need to be shown outside of Inspect; the indication of the slay is enough to prompt you to look, and you need to do that to compare the damage of two weapons anyway - the odds that your Slay Dragon values of 1.8x and 2.4x are going to be on two weapons that otherwise have identical dice and bonuses are really pretty small.Leave a comment:
-
-
Here is the original comment from O:
Code:* Most slays are x2, except Slay Animal (x1.7), and Slay Evil (x1.5). * Weapons of *slaying* now get a larger bonus. All brands are x1.7. * All slays and brands also add to the base damage. * * Examples: (assuming monster is an orc) * Dagger of Slay Orc: 1d4 * 2.0 + 10: Average: 15 damage. * Dagger of *Slay Orc*: 1d4 * 2.5 + 15: Average: just over 21 damage.
It is essentially still like this in FA, but the multiplier is given in the edit files:
Code:B:SLAY_DRAGON[20]
The advantage of using pvals is that we don't need to mess with the object structure again. But since all slays would use a pval over 10, we're into the realms of two different types of pval (because with the exception of very rare speed boosts, pvals are always under 10). Pval is definitely the right concept - pvals are the numbers which quantify variable properties of items, which this is - but the pval-handling code is going to get ugly on items with three or four different slays and a couple of stat boosts besides. But then again other changes are going to cause this too, like variable-range ESP, so maybe it's time to get to grips with it.
Just thinking aloud here really. If you don't use pvals, how do you *display* the value of a slay on an object? I've been surprised by how much people care about not having the name of the object obviously encapsulate every single property - but I can see that I would care about whether my Slay Dragon weapon was doing 1.8x or 2.4x ....Leave a comment:
-
Do we need to present slays to the player as multipliers? Can't we just abstract out the multiplier and say "+2d6 fire damage" or whatever?
(Also, for v4, is there any interest in allowing some limited stacking of slays and brands? How about the best applicable slay on a weapon stacking with the best applicable brand?)
A.Leave a comment:
-
Code:* Most slays are x2, except Slay Animal (x1.7), and Slay Evil (x1.5). * Weapons of *slaying* now get a larger bonus. All brands are x1.7. * All slays and brands also add to the base damage. * * Examples: (assuming monster is an orc) * Dagger of Slay Orc: 1d4 * 2.0 + 10: Average: 15 damage. * Dagger of *Slay Orc*: 1d4 * 2.5 + 15: Average: just over 21 damage.
It is essentially still like this in FA, but the multiplier is given in the edit files:
Code:B:SLAY_DRAGON[20]
Leave a comment:
-
Hmmm - hope it hasn't gone too far the other way! Stats were at 17k runs at breakfast this morning - it's about 50% slower than 3.3.0, so it's not going to finish 50k until about midnight. So I get to spend today boning up on SQL ...Leave a comment:
-
You mean you don't already ..?
Actually, I thought slays and brands gave a flat damage boost in O-combat? I always thought that was rather clever - made them really important on light weapons and less unbalancing on huge endgame weapons. Have you changed that then?Leave a comment:
-
I have seen bows made out of Blackrock, I am not sure that would make a viable projectile weapon...Leave a comment:
-
In other news, I just ran my first stats on v4 (after fixing the last stats-affecting bug, #1565). Boy is it mean!! So I've made some adjustments, so that "good" drops can't get "bad" affixes, and a few others. I've just kicked off 50,000 runs overnight, so tomorrow I'll have a good idea of how far v4's item distribution differs from 3.3.0. In the meantime, those of you currently playing might like to upgrade to the newest version, because the one you're currently playing really is ridiculously stingy.Leave a comment:
-
-
It would seem that most of the low level bugs have been squished, I didn't see any problems with my last run down the dungeon (save for my Warrior dying, of course. build was 79dfe36.
Also, IT did seem to be pretty stingy with the "Ego" types of items.
alas, superb treasures on a relatively safe level. Better start the next character.Leave a comment:
-
Leave a comment:
-
Maybe they don't need different names - they're both doing the same thing. They could just have different multipliers. Who says that some branding isn't more powerful than others? (The analogue being pval-modifying affixes: they're not called of strength, of lesser strength, of greater strength, etc...) I think this would probably make things a lot clearer than having different names.Leave a comment:
-
I'm quite happy for someone to go through the whole of ego_item.txt and provide better names for any or all affixes. Personally I would prefer more flavourful names rather than "of Poison Brand" and "of See Invisible", but I'm happy to go with the preferences of whomever is willing to make the edits.
In other news, I just ran my first stats on v4 (after fixing the last stats-affecting bug, #1565). Boy is it mean!! So I've made some adjustments, so that "good" drops can't get "bad" affixes, and a few others. I've just kicked off 50,000 runs overnight, so tomorrow I'll have a good idea of how far v4's item distribution differs from 3.3.0. In the meantime, those of you currently playing might like to upgrade to the newest version, because the one you're currently playing really is ridiculously stingy.Leave a comment:
Leave a comment: