mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
204 lines
5.4 KiB
JSON
204 lines
5.4 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.GenericSwitchCase",
|
|
"SwitchRef": {
|
|
"$type": "RPG.GameCore.SwitchRefGraphDynamicFloat",
|
|
"Name": "RotationType"
|
|
},
|
|
"Cases": [
|
|
{
|
|
"$type": "RPG.GameCore.NumberCaseContainer",
|
|
"Case": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "RPG.GameCore.SetupEffectTransformParams",
|
|
"FloatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"FloatingDistance": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"OverrideRotating": true,
|
|
"RotatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"RotatingSpeed": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.NumberCaseContainer",
|
|
"Case": {
|
|
"FixedValue": {
|
|
"Value": 1
|
|
}
|
|
},
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "RPG.GameCore.SetupEffectTransformParams",
|
|
"FloatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"FloatingDistance": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"OverrideRotating": true,
|
|
"RotatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0.1
|
|
}
|
|
},
|
|
"RotatingSpeed": {
|
|
"FixedValue": {
|
|
"Value": 5
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.NumberCaseContainer",
|
|
"Case": {
|
|
"FixedValue": {
|
|
"Value": 2
|
|
}
|
|
},
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "RPG.GameCore.SetupEffectTransformParams",
|
|
"FloatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"FloatingDistance": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"OverrideRotating": true,
|
|
"RotatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 100
|
|
}
|
|
},
|
|
"RotatingSpeed": {
|
|
"FixedValue": {
|
|
"Value": 360
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.NumberCaseContainer",
|
|
"Case": {
|
|
"FixedValue": {
|
|
"Value": 3
|
|
}
|
|
},
|
|
"OnSuccess": [
|
|
{
|
|
"$type": "RPG.GameCore.SetupEffectTransformParams",
|
|
"OverrideFloating": true,
|
|
"FloatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"FloatingDistance": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"OverrideRotating": true,
|
|
"RotatingFrequency": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"RotatingSpeed": {
|
|
"FixedValue": {
|
|
"Value": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": []
|
|
},
|
|
{
|
|
"IsLoop": true,
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitEntityEvent",
|
|
"EventName": {
|
|
"Value": "SetFade"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.SetTargetEntityFadeWithAnim",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
},
|
|
"Duration": 0.5
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PropEnableCollider",
|
|
"OPType": "ColliderOnly",
|
|
"SpecifiedRelativePaths": [],
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ValueSource": {
|
|
"Values": [
|
|
{
|
|
"$type": "RPG.GameCore.SharedInt",
|
|
"Key": "RotationType"
|
|
}
|
|
]
|
|
},
|
|
"Type": "Entity",
|
|
"EntityEventList": [
|
|
{
|
|
"Name": "SetFade"
|
|
},
|
|
{
|
|
"Name": "Srv_OnDestruction",
|
|
"IsClient": false
|
|
}
|
|
]
|
|
} |