Armor strength requirements too low?
Moderator: Moderator
Armor strength requirements too low?
I noticed that an iron mail armor requires Str 14 and Armor Training lvl 2... but Armor Training lvl 2 already requires Str 19, making the strength requirement of the armor itself irrelevant! I don't recall the strength requirements of steel or other types of mail armor, but somehow I doubt they're particularly relevant either!
The Ed draws near! What dost thou deaux?
> eat sandvich
OM NOM NOM... YOMMY SANDVICH!
> eat sandvich
OM NOM NOM... YOMMY SANDVICH!
Re: Armor strength requirements too low?
Stat requirements go up as material quality improves, so stralite mail armor for example requires 38 strength. That's still not really relevant, but not for the reason you stated.
I still think that the "hoard every +stat item you find in case you ever need to temporarily pump your stats to meet equip/talent requirements" is one of the sillier and more tedious minigames still left in ToME. Those requirements really do need to check your base stat and not count temporary boosts.
I still think that the "hoard every +stat item you find in case you ever need to temporarily pump your stats to meet equip/talent requirements" is one of the sillier and more tedious minigames still left in ToME. Those requirements really do need to check your base stat and not count temporary boosts.
Re: Armor strength requirements too low?
Or force you to unequip the item when your stats go below the minimum.(And I say that as someone who hates most of the stat requirements). Isn't it already supposed to work like that?donkatsu wrote:Those requirements really do need to check your base stat and not count temporary boosts.
ToME online profile: http://te4.org/users/zonk
Addons (most likely obsolete): Wights, Trolls, Starting prodigy, Alternate save/resistance system
Addons (most likely obsolete): Wights, Trolls, Starting prodigy, Alternate save/resistance system
Re: Armor strength requirements too low?
Yes, it already works like that. Personally I think only artifacts should increase base stats - it's a bit weird to get serious stat gains from ego items and to have a whole meta-game of collecting certain stat-increasing items.
Re: Armor strength requirements too low?
Maybe I'm not following but why do you think it currently works like that Grey?
The canWearObject function calls getStat() with no extra arguments, meaning it pulls the raw stat plus any increases via inc_stats.
That said I think it would be a fairly trivial change and I would be for it but there's a few things to consider.
Skeletons and Ghouls stat increase talents use inc_stats. It was changed away from using the incStats method to prevent these increases from cramping the maximum a player could invest at any given level.
A few hybrid classes have sustains that use inc_stats to help them equip gear inspite of having a multitude of stats to invest in.
As to artifacts vs. egos I generally agree and have been nerfing (though not completely removing) stat increases on egos as I've gone through them.
The canWearObject function calls getStat() with no extra arguments, meaning it pulls the raw stat plus any increases via inc_stats.
That said I think it would be a fairly trivial change and I would be for it but there's a few things to consider.
Skeletons and Ghouls stat increase talents use inc_stats. It was changed away from using the incStats method to prevent these increases from cramping the maximum a player could invest at any given level.
A few hybrid classes have sustains that use inc_stats to help them equip gear inspite of having a multitude of stats to invest in.
As to artifacts vs. egos I generally agree and have been nerfing (though not completely removing) stat increases on egos as I've gone through them.
Re: Armor strength requirements too low?
It most certainly does not work like that as of b38.Zonk wrote:Or force you to unequip the item when your stats go below the minimum.(And I say that as someone who hates most of the stat requirements). Isn't it already supposed to work like that?donkatsu wrote:Those requirements really do need to check your base stat and not count temporary boosts.