turnbasedgamedata/Config/ConfigAdventureModifier/AdventureModifier_SystemUse.json
2024-10-21 03:16:22 -03:00

26 lines
575 B
JSON

{
"ModifierMap": {
"ADV_SystemModifier_CloseBattleOnAttacked": {
"OnCreate": [
{
"$type": "RPG.GameCore.EnableBattleOnAttacked",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
}
}
],
"OnDestroy": [
{
"$type": "RPG.GameCore.EnableBattleOnAttacked",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Enabled": true
}
],
"Count": 1
}
}
}