HollowPS_TV_experiments/extras/zzz-0.1-jsons/Card_Ashes_1000107.json

48 lines
No EOL
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
//施加[引燃]后,角色的攻击力<color=#2BAD00>提升20%</color>持续3秒
"AbilityName" : "Card_Ashes_1000107",
"AbilityStacking":"Unique",
"DefaultModifier":
{
"ModifierStacking":"Unique",
"OnBuffAddToOther":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AddedDamageModifier",
"Target":"Self",
"Predicates" : [
{
"$type" : "MoleMole.ByBuffID",
"BuffIDList" : [1], //添加的Buff是灼烧本体Buff
"Target" : "Target"
}
]
}
]
},
"Modifiers" :
{
"AddedDamageModifier":
{
"ModifierStacking":"Unique",
"Duration": "%Duration",
"Properties" :
{
"Actor_AddedDamageRatio" : "%AddedDamageRatio"
}
}
},
"AbilitySpecials" :
{
"AddedDamageRatio" :
{
"Value" : 1
},
"Duration" :
{
"Value" : 60
}
}
}