Files
turnbasedgamedata/Config/ConfigGlobalModifier/GlobalModifier_WhiteBox_Common.json
2025-02-24 07:50:34 -03:00

56 lines
1.5 KiB
JSON

{
"ModifierMap": {
"WMCommon_DOT_ThunderCurse": {
"LifeStepMoment": "ModifierPhase1End",
"UseSnapshotEntity": true,
"_CallbackList": [
{
"Event": "OnAfterBeingAttacked",
"CallbackConfig": [
{
"$type": "RPG.GameCore.DamageByAttackProperty",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "ModifierOwnerEntity"
},
"AttackProperty": {
"$type": "RPG.GameCore.AttackData",
"DamageType": {
"DamageType": "Thunder"
},
"DamagePercentage": {
"IsDynamic": true,
"PostfixExpr": {
"OpCodes": "AQAR",
"FixedValues": [],
"DynamicHashes": [
33051896
]
}
},
"DamageValue": {
"IsDynamic": true,
"PostfixExpr": {
"OpCodes": "AQAR",
"FixedValues": [],
"DynamicHashes": [
-1060106919
]
}
},
"AttackType": "Pursued"
}
}
]
}
],
"Stacking": "ReplaceByCaster",
"DynamicValues": {
"Floats": {
"33051896": {},
"-1060106919": {}
}
}
}
}
}