Files
turnbasedgamedata/Config/ConfigGlobalModifier/GlobalModifier_WhiteBox_Common.json
2025-07-03 10:50:43 +02:00

66 lines
1.7 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": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
},
"-1060106919": {
"ReadInfo": {
"Type": "None",
"Index": 0
}
}
}
}
}
}
}