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

43 lines
No EOL
805 B
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.

{
//每次获得公司图纸A公司技能伤害额外增加1%
"AbilityName" : "Ability_Card_Blade_4",
"AbilityStacking":"Unique",//Unique Mutiple
"DefaultModifier" :
{
"OnGetItem" :
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "AForceDamageModfier",
"Predicates":
[
{
"$type": "MoleMole.ByGetItem",
"GoodID": 7,
"Target" : "Caster"
}
]
}
],
},
"Modifiers" :
{
"AForceDamageModfier" :
{
"ModifierStacking" : "Multiple",
"Properties" :
{
"AForceDamageRatioDelta" : "%AForceDamageRatio"
}
}
},
"AbilitySpecials":
{
"AForceDamageRatio":
{
"Value" : 0.01,
"Op" : "Add",
"OpValue" : 0.01,
},
}
}