32 lines
No EOL
914 B
JSON
32 lines
No EOL
914 B
JSON
//Entity和Render的visible控制测试脚本
|
|
|
|
{
|
|
|
|
"AbilityName" : "TestPlayer_Ability_Haoyou_01",
|
|
|
|
"AbilityStacking":"UniqueOverrideMap",
|
|
|
|
"DefaultModifier":
|
|
|
|
{
|
|
|
|
"ModifierStacking":"Unique",
|
|
|
|
"OnHitOther":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type":"MoleMole.SetAbilitySpecialByExpression",
|
|
|
|
"ParamName":"AddedDamageRatio",//AddedDamageRatio+=1.3
|
|
|
|
"ValueType":"float",
|
|
|
|
"Expression":"1.3+specials(AddedDamageRatio)+property(CurHP)"//超过了100倍
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.ModifyAttackDataAction",
|
|
|
|
"Target" : "Self",
|
|
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
|
|
"PropertyValue": "%AddedDamageRatio"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AbilitySpecials" :
|
|
|
|
{
|
|
|
|
//表格参数
|
|
|
|
"AddedDamageRatio" :
|
|
|
|
{
|
|
|
|
"Value" : 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} |