99 lines
No EOL
2.7 KiB
JSON
99 lines
No EOL
2.7 KiB
JSON
{
|
|
|
|
//全伤害、暴击伤害<color=#2BAD00>提升30%</color>,受到伤害后<color=#CF4029>5秒内失效</color>。
|
|
|
|
|
|
|
|
"AbilityName": "Card_DailyUse_1000936",
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"DefaultModifier":
|
|
|
|
{
|
|
|
|
"OnBattleEnter":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ApplyModifier",
|
|
|
|
"ModifierName" : "PropModifier",
|
|
|
|
"Target":"Self"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnBeingHit":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.RemoveModifier",
|
|
|
|
"ModifierName" : "PropModifier",
|
|
|
|
"Target":"Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Modifiers":
|
|
|
|
{
|
|
|
|
"PropModifier":
|
|
|
|
{
|
|
|
|
"ModifierStacking":"Unique",
|
|
|
|
"OnHitOther":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.ModifyAttackDataAction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
|
|
|
"PropertyValue": "%CriticalDamageDelta"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.ModifyAttackDataAction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
|
|
"PropertyValue": "%AddedDamageRatio"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnRemoved" :
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type" : "MoleMole.ApplyModifier",
|
|
|
|
"ModifierName" : "TimerModifier",
|
|
|
|
"Target":"Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"TimerModifier":
|
|
|
|
{
|
|
|
|
"Duration": "%Duration",
|
|
|
|
"ModifierStacking":"Unique",
|
|
|
|
"OnHitOther":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.ModifyAttackDataAction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"PropertyKey": "Actor_CriticalDamageRatioDelta",
|
|
|
|
"PropertyValue": "%CriticalDamageDelta"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.ModifyAttackDataAction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
|
|
"PropertyValue": "%AddedDamageRatio"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AbilitySpecials":
|
|
|
|
{
|
|
|
|
//表格参数
|
|
|
|
"Duration" :
|
|
|
|
{
|
|
|
|
"Value" : 5
|
|
|
|
},
|
|
|
|
"AddedDamageRatio" :
|
|
|
|
{
|
|
|
|
"Value" : 10
|
|
|
|
},
|
|
|
|
"AddedDamageRatio_Remove" :
|
|
|
|
{
|
|
|
|
"Value" : -10
|
|
|
|
},
|
|
|
|
"CriticalDamageDelta":
|
|
|
|
{
|
|
|
|
"Value": 1
|
|
|
|
},
|
|
|
|
"CriticalDamageDelta_Remove":
|
|
|
|
{
|
|
|
|
"Value": -1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} |