mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-08 04:55:48 +08:00
26 lines
575 B
JSON
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
|
|
}
|
|
}
|
|
} |