ZenlessData/Data/Prologue_ACT3_Fever.json
2024-12-17 20:43:14 -03:00

28 lines
655 B
JSON

{
"AbilityName": "Prologue_ACT3_Fever",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": 0,
"Percentage": 0.3,
"Target": "TeamAvatars"
},
{
"$type": "ModifyProperty",
"Amount": 0,
"Percentage": 1,
"PropertyModifyFunction": "Add",
"PropertyType": "CurSP",
"Target": "TeamAvatars"
},
{
"$type": "CameraLockOnAction",
"CameraLockTargetKey": "Player_ManualLock_LockTarget_01",
"IsLockPermanently": true,
"Target": "Self"
}
]
}
}