Files
FireflyGo_Resources/Config/ConfigAdventureModifier/AdventureModifier_SystemUse.json
2025-08-14 09:04:39 +07:00

26 lines
575 B
JSON

{
"ModifierMap": {
"ADV_SystemModifier_CloseBattleOnAttacked": {
"Count": 1,
"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
}
]
}
}
}