News:

Welcome to the Herolab 4e user added support site.

Main Menu

How to allow resistance show up

Started by Sean Abel, December 24, 2016, 01:54:20 AM

Previous topic - Next topic

Sean Abel

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.
Wherever you go that's where you are!

Paragon

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.

Charlie

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.

dmayhew469

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,""]

Clarkens

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?

Charlie

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).