there are several types of Armor that grant resistance bonuses;
Wintersnap Armor; Properties: You gain cold resistance equal to 3 + twice the armor's enhancement bonus. Ebon armor does a similar effect.
Any idea how to make this happen it probably will be a bootstrap I am guessing.
There doesn't seem to be any place that displays Resistances per se anyway; the Cloak just mentions it in the text as I recall.
What's worse is that with the self-defined ones (again, the Cloak) there's no place to even choose which one you have.
I just looked at my 4e character and the Resist 5 Necrotic he gets from his Deathsteel Plate is displayed under Feats & Features in the Powers panel and on the Specials Tab. It's also in Resistances (underneath Savings Throws) on the character sheet.
Some items, feats, etc do not have the proper scripting to add the resistances. You may need the modify the thing in question to do so.
Example:
doneif (parent.tagis[Equipped.Equipped] = 0)
#traitmodify[rsAcid,rsTotal,10,""]
Quote from: Paragon on January 04, 2017, 06:49:05 PM
There doesn't seem to be any place that displays Resistances per se anyway; the Cloak just mentions it in the text as I recall.
What's worse is that with the self-defined ones (again, the Cloak) there's no place to even choose which one you have.
Does that mean it's not doing anything at the moment?
Quote from: Clarkens on December 05, 2017, 09:37:21 AM
Does that mean it's not doing anything at the moment?
At least some of the items that grant a particular resistance when equipped do work correctly. On the other hand, the Potion of Resistance, which can come in any of the damage types, does not have any way to show which type it is (really it should probably be replaced with one of each type).