Files
DanhengServer-Resources/Config/ConfigAdventureModifier/AdventureModifier_SystemUse.json
2025-03-02 10:05:55 +08:00

37 lines
901 B
JSON

{
"ModifierMap": {
"ADV_SystemModifier_CloseBattleOnAttacked": {
"LifeTime": -1.0,
"Level": 1,
"LevelMax": 1,
"IsCountDownAfterBattle": true,
"ApplyBehaviorFlagBindEffects": true,
"TickInterval": 1.0,
"OnCreate": [
{
"$type": "RPG.GameCore.EnableBattleOnAttacked",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"TaskEnabled": true,
"IsClientOnly": true
}
],
"OnDestroy": [
{
"$type": "RPG.GameCore.EnableBattleOnAttacked",
"TargetType": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Enabled": true,
"TaskEnabled": true,
"IsClientOnly": true
}
],
"Count": 1,
"Stacking": "Unique"
}
}
}