55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"AbilityName": "Thracian_RapidAttackManager",
|
|
"AbilitySpecials": {
|
|
"AS_RapidAttackProperty": {
|
|
"Value": 0,
|
|
"ValueType": "Float"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"OnAbilityTrigger": [
|
|
{
|
|
"$type": "SetAbilitySpecialsByPropertyAction",
|
|
"CustomPropertyType": "DynamicDifficulty",
|
|
"ModifyFunction": "Replace",
|
|
"ParamName": "AS_RapidAttackProperty",
|
|
"Percentage": 1,
|
|
"PropertyType": "Custom"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialsByPropertyAction",
|
|
"CustomPropertyType": "MaxDynamicDifficulty",
|
|
"ModifyFunction": "Div",
|
|
"ParamName": "AS_RapidAttackProperty",
|
|
"Percentage": 1,
|
|
"PropertyType": "Custom"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialAction",
|
|
"ModifyFunction": "Add",
|
|
"Param": -0.2,
|
|
"ParamName": "AS_RapidAttackProperty",
|
|
"ParamType": "Float"
|
|
},
|
|
{
|
|
"$type": "RandomOperator",
|
|
"Odds": "%AS_RapidAttackProperty",
|
|
"OnFailure": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": false,
|
|
"ParamName": "Bool_RapidAttack",
|
|
"ParamType": 2
|
|
}
|
|
],
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Bool_RapidAttack",
|
|
"ParamType": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |