50 lines
No EOL
1.4 KiB
JSON
50 lines
No EOL
1.4 KiB
JSON
{
|
||
|
||
//当攻击类型是火的时候,造成伤害加成20%
|
||
|
||
"AbilityName":"Dungeon_Buff_Fire",
|
||
|
||
"AbilityStacking":"Unique",
|
||
|
||
"DefaultModifier":
|
||
|
||
{
|
||
|
||
"ModifierStacking":"Unique",
|
||
|
||
"OnHitOther":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ModifyAttackDataAction",
|
||
|
||
"Target" : "Self",
|
||
|
||
"PropertyKey": "Actor_AddedDamageRatio",
|
||
|
||
"PropertyValue": "%AddedDamageRatio",
|
||
|
||
"Predicates":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type":"MoleMole.ByDamageElementType",
|
||
|
||
"DamageElement":"Fire"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ModifyAttackDataAction",
|
||
|
||
"Target" : "Self",
|
||
|
||
"PropertyKey": "BreakStun_Ratio",
|
||
|
||
"PropertyValue": "%BreakStunRatio",
|
||
|
||
"Predicates":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type":"MoleMole.ByDamageElementType",
|
||
|
||
"DamageElement":"Fire"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"AbilitySpecials" :
|
||
|
||
{
|
||
|
||
//表格参数
|
||
|
||
"AddedDamageRatio" :
|
||
|
||
{
|
||
|
||
"Value" : 0.2
|
||
|
||
},
|
||
|
||
"BreakStunRatio" :
|
||
|
||
{
|
||
|
||
"Value" : 0
|
||
|
||
}
|
||
|
||
}
|
||
|
||
} |