Files
turnbasedgamedata/Config/Gameplays/TimelineControl/EntityTimelineControlGlobalConfig.json
2024-10-21 03:16:22 -03:00

71 lines
1.5 KiB
JSON

{
"LockRangeConfig": {
"Radius": 40,
"FanAngle": 60,
"AttackFanAngle": 360,
"CameraOriginWeight": 0,
"LockHeightLimit": 40
},
"MaxRewindTime": 3,
"HitConfig": {
"HitAnimation": "Hit",
"HitEffect": "Effects/Eff_Prefab/Eff_Monster/Eff_W1_Mecha01_00/Eff_Monster_W1_Mecha01_00_Skill01_Attack.prefab"
},
"OnHitPlayer": [
{
"$type": "RPG.GameCore.LockPlayerControl"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "SwitchOut",
"CustomTime": 0.3
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.3
}
}
},
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"AreaName": {
"Custom": true,
"Key": "TimeRewindResetAreaName"
},
"AnchorName": {
"Custom": true,
"Key": "TimeRewindResetAnchorName"
}
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"CustomTime": 0.5
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.3
}
}
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
}