ZenlessData/Data/Nineveh_FirstSKill_RandomSelector.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Nineveh_FirstSKill_RandomSelector",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBehaviorTreeEnabled": [
{
"$type": "ApplyModifier",
"ModifierName": "RandomFirstSkill",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"BossRush"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"RandomFirstSkill": {
"OnAdded": [
{
"$type": "RandomOperator",
"Odds": 0.33,
"OnFailure": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_FirstSkillType",
"ParamType": 3,
"Target": "Self"
}
],
"OnSuccess": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_FirstSkillType",
"ParamType": 3,
"Target": "Self"
}
],
"Target": "Self"
}
]
}
}
}