mirror of
https://github.com/EggLinks/DanhengServer-Resources.git
synced 2026-01-02 23:36:02 +08:00
37 lines
901 B
JSON
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"
|
|
}
|
|
}
|
|
} |