ZenlessData/Data/RandomSkill_Follower_Magic_IceBall_ChangePos.json

81 lines
2.1 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "RandomSkill_Follower_Magic_IceBall_ChangePos",
"AbilityStacking": "Unique",
"Modifiers": {
"FollowTypeModifier": {
"Duration": 0.1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyFollowerFollowTypeAction",
"Avatar2CamAngle": 56.3,
"Avatar2CamHeight": 2.5,
"Avatar2CamRadius": 1.442,
"FollowType": "ModifyPosReferCamera",
"PosLerpRatio": 0,
"Predicates": [
{
"$type": "BySkillBtnIndex",
"SkillBtnIndex": 2,
"Target": "Self"
}
]
},
{
"$type": "ModifyFollowerFollowTypeAction",
"Avatar2CamAngle": 303.7,
"Avatar2CamHeight": 2.5,
"Avatar2CamRadius": 1.442,
"FollowType": "ModifyPosReferCamera",
"PosLerpRatio": 0,
"Predicates": [
{
"$type": "BySkillBtnIndex",
"SkillBtnIndex": 3,
"Target": "Self"
}
]
}
],
"OnRemoved": [
{
"$type": "ModifyFollowerFollowTypeAction",
"Avatar2CamAngle": 56.3,
"Avatar2CamHeight": 2.5,
"Avatar2CamRadius": 1.442,
"FollowType": "ModifyPosReferCamera",
"PosLerpRatio": 0.1,
"Predicates": [
{
"$type": "BySkillBtnIndex",
"SkillBtnIndex": 2,
"Target": "Self"
}
]
},
{
"$type": "ModifyFollowerFollowTypeAction",
"Avatar2CamAngle": 303.7,
"Avatar2CamHeight": 2.5,
"Avatar2CamRadius": 1.442,
"FollowType": "ModifyPosReferCamera",
"PosLerpRatio": 0.1,
"Predicates": [
{
"$type": "BySkillBtnIndex",
"SkillBtnIndex": 3,
"Target": "Self"
}
]
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "FollowTypeModifier",
"Target": "Caster"
}
]
}