Editing Module:HeroDataArraysGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 887: | Line 887: | ||
title = "Base Bullet Resist Stats", | title = "Base Bullet Resist Stats", | ||
columns = { | columns = { | ||
{ label = " | { label = "Bullet Resist (%)", field = "bulletResist" }, | ||
{ label = " | { label = "BR per Boon (%)", field = "bulletResistScaling" }, | ||
{ label = "At Max Boon (%)", field = "bulletResistScalingMax" }, | { label = "At Max Boon (%)", field = "bulletResistScalingMax" }, | ||
{ label = "Spirit Scaling (%)", field = "bulletResistSpiritScaling" }, | { label = "BR Spirit Scaling (%)", field = "bulletResistSpiritScaling" }, | ||
} | } | ||
}, | }, | ||
| Line 896: | Line 896: | ||
title = "Base Spirit Resist Stats", | title = "Base Spirit Resist Stats", | ||
columns = { | columns = { | ||
{ label = " | { label = "Spirit Resist (%)", field = "spiritResist" }, | ||
{ label = " | { label = "SR per Boon (%)", field = "spiritResistScaling" }, | ||
{ label = "At Max Boon (%)", field = "spiritResistScalingMax" }, | { label = "At Max Boon (%)", field = "spiritResistScalingMax" }, | ||
{ label = "Spirit Scaling (%)", field = "spiritResistSpiritScaling" }, | { label = "SR Spirit Scaling (%)", field = "spiritResistSpiritScaling" }, | ||
} | } | ||
}, | }, | ||