mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
75
Data/Level_Buff_DiscBattle01_CounterBuff.json
Normal file
75
Data/Level_Buff_DiscBattle01_CounterBuff.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"AbilityName": "Level_Buff_DiscBattle01_CounterBuff",
|
||||
"AbilitySpecials": {
|
||||
"AS_BreakStunRatio": {
|
||||
"Value": 1
|
||||
},
|
||||
"AS_RecoverSp": {
|
||||
"Value": 5
|
||||
},
|
||||
"AS_RecoverSpCD": {
|
||||
"Value": 8
|
||||
},
|
||||
"AddedDamageRatio": {
|
||||
"Value": 0.8
|
||||
}
|
||||
},
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"ModifierStacking": "Unique",
|
||||
"OnDodgeSuccess": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "RecoverSPModifier",
|
||||
"Target": "TeamAvatars"
|
||||
}
|
||||
],
|
||||
"OnHitOther": [
|
||||
{
|
||||
"$type": "ModifyAttackDataAction",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimTagList",
|
||||
"TagList": [
|
||||
"AttackNormal",
|
||||
"Counter"
|
||||
]
|
||||
}
|
||||
],
|
||||
"PropertyKey": "Actor_AddedDamageRatio",
|
||||
"PropertyValue": "%AddedDamageRatio",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "ModifyAttackDataAction",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimTagList",
|
||||
"TagList": [
|
||||
"AttackNormal",
|
||||
"Counter"
|
||||
]
|
||||
}
|
||||
],
|
||||
"PropertyKey": "Actor_BreakStunRatio",
|
||||
"PropertyValue": "%AS_BreakStunRatio",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"RecoverSPModifier": {
|
||||
"Duration": "%AS_RecoverSpCD",
|
||||
"ModifierStacking": "GlobalUnique",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "RecoverSPAction",
|
||||
"Amount": "%AS_RecoverSp",
|
||||
"IgnoreRatio": false,
|
||||
"Percentage": 0,
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user