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:
52
Data/Level_Buff_DiscBattle_BreakStunUp.json
Normal file
52
Data/Level_Buff_DiscBattle_BreakStunUp.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"AbilityName": "Level_Buff_DiscBattle_BreakStunUp",
|
||||
"AbilitySpecials": {
|
||||
"AS_BreakStunRatio": {
|
||||
"Value": 0.3
|
||||
},
|
||||
"StunDamageTakeRatio": {
|
||||
"Value": 0.5
|
||||
}
|
||||
},
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"ModifierStacking": "Unique",
|
||||
"OnHitOther": [
|
||||
{
|
||||
"$type": "ModifyAttackDataAction",
|
||||
"PropertyKey": "Actor_BreakStunRatio",
|
||||
"PropertyValue": "%AS_BreakStunRatio",
|
||||
"Target": "Self"
|
||||
},
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "DiscBattle_StunDmgTakeModifier",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByIsStunDestroyed",
|
||||
"IsStunDestroyed": true,
|
||||
"Target": "Target"
|
||||
}
|
||||
],
|
||||
"Target": "Target"
|
||||
}
|
||||
],
|
||||
"OnStunDestroyOtherActions": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "DiscBattle_StunDmgTakeModifier",
|
||||
"Target": "Target"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"DiscBattle_StunDmgTakeModifier": {
|
||||
"Duration": -1,
|
||||
"IsUnique": true,
|
||||
"ModifierStacking": "Unique",
|
||||
"Properties": {
|
||||
"Actor_StunDamageTakeRatio": "%StunDamageTakeRatio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user