I'm trying to get the 2 healing per turn from the Baldurian Helmet without equipping it (crit immune OP imo).
I've tried so many different ways, adding it as a passive, a bonus, a status, but I can't get this working.
Item:
Code: Select all
new entry "MAG_WYRM_OfBalduran_Helmet"
type "Armor"
using "_Head_Magic_Metal"
data "RootTemplate" "0a64283a-1fc4-45cd-9e5e-f463f6b762ea"
data "ValueUUID" "f46eb019-edd0-4216-99df-9dae89a83ce7"
data "Rarity" "Legendary"
data "Boosts" "CriticalHit(AttackTarget,Success,Never)"
data "PassivesOnEquip" "MAG_HelmOfBalduran_MaxHP_Passive;MAG_HelmOfBalduran_Protection_Passive;MAG_StunnImmunity_Passive"
data "StatusOnEquip" "MAG_HELM_OF_BALDURAN_REGENERATION"
data "Unique" "1"
Passive HP Regen:
Code: Select all
new entry "MAG_HelmOfBalduran_MaxHP_Passive"
type "PassiveData"
data "DisplayName" "h79673d65g86aeg4e73g9b9aga1b0ff2e386f;2"
data "Description" "h4f9cd20fgf8a8g4d25gb70bgb4ad5370839d;3"
data "DescriptionParams" "RegainHitPoints(2)"
Unsure what to do with this:
Code: Select all
new entry "MAG_HELM_OF_BALDURAN_REGENERATION"
type "StatusData"
data "StatusType" "BOOST"
using "MAG_PHB_RING_OF_REGENERATION_TECHNICAL"
data "DisplayName" "h06ccd815gad40g4e35gac8bg209888989b3c;1"
data "StackId" "MAG_HELM_OF_BALDURAN_REGENERATION"
data "TickFunctors" "IF(not HasStatus('DOWNED') and not Dead() and Combat()):RegainHitPoints(2)"
Can somebody help me please? I can't figure this one out, i'm likely doing something wrong, i'm unsure what.