75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"AbilityName": "ActivityBattleAbility_SwitchTeamBattleActivity_NoDie",
|
|
"AbilitySpecials": {
|
|
"AS_RecoverHPDuration": {
|
|
"Value": 5
|
|
},
|
|
"AS_RecoverHPRatio": {
|
|
"Value": 0.25
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "MDF_SwitchTeamBattle_NoDie_LockLife",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"MDF_SwitchTeamBattle_NoDie_LockLife": {
|
|
"Duration": -1,
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "LockLifePropertyMixin",
|
|
"DeltaLockList": [
|
|
{
|
|
"LockType": "Total",
|
|
"LockValue": 1
|
|
}
|
|
],
|
|
"OnLifeLockedActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "MDF_SwitchTeamBattle_NoDie_SmoothRecoverHP",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByNot",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHasModifier",
|
|
"ModifierNameList": [
|
|
"MDF_SwitchTeamBattle_NoDie_SmoothRecoverHP"
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"PerformBeHitEffect": true
|
|
}
|
|
],
|
|
"ModifierStacking": "Unique"
|
|
},
|
|
"MDF_SwitchTeamBattle_NoDie_SmoothRecoverHP": {
|
|
"Duration": "%AS_RecoverHPDuration",
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "SmoothRecoverHPMixin",
|
|
"ExactDuration": "%AS_RecoverHPDuration",
|
|
"PropertyItem": {
|
|
"Percentage": "%AS_RecoverHPRatio",
|
|
"PropertyModifyFunction": "Add",
|
|
"PropertyType": "MaxHP"
|
|
}
|
|
}
|
|
],
|
|
"ModifierStacking": "Replace"
|
|
}
|
|
}
|
|
} |