43 lines
No EOL
806 B
JSON
43 lines
No EOL
806 B
JSON
{
|
||
|
||
//每次获得公司图纸,C公司技能伤害额外增加1%
|
||
|
||
"AbilityName" : "Ability_Card_Blade_6",
|
||
|
||
"AbilityStacking":"Mutiple",//Unique Mutiple
|
||
|
||
"DefaultModifier" :
|
||
|
||
{
|
||
|
||
"OnGetItem" :
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ApplyModifier",
|
||
|
||
"ModifierName": "CForceDamageModfier",
|
||
|
||
"Predicates":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ByGetItem",
|
||
|
||
"GoodID": 7,
|
||
|
||
"Target" : "Caster"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
],
|
||
|
||
},
|
||
|
||
"Modifiers" :
|
||
|
||
{
|
||
|
||
"CForceDamageModfier" :
|
||
|
||
{
|
||
|
||
"ModifierStacking" : "Multiple",
|
||
|
||
"Properties" :
|
||
|
||
{
|
||
|
||
"CForceDamageRatioDelta" : "%CForceDamageRatio"
|
||
|
||
}
|
||
|
||
}
|
||
|
||
},
|
||
|
||
"AbilitySpecials":
|
||
|
||
{
|
||
|
||
"CForceDamageRatio":
|
||
|
||
{
|
||
|
||
"Value" : 0.01,
|
||
|
||
"Op" : "Add",
|
||
|
||
"OpValue" : 0.01,
|
||
|
||
},
|
||
|
||
}
|
||
|
||
} |