Files
turnbasedgamedata/Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_ShieldCoin_01.json
2025-05-20 21:34:22 -03:00

211 lines
5.5 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": []
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitEntityEventV2",
"EventName": {
"Value": "SwitchHand_RocketPunchHit"
},
"OnEvent": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareGraphDynamicFloat",
"Name": "AchievementNotice",
"Value": {
"FixedValue": {
"Value": 1
}
}
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.SetAdvAchievement",
"QuestID": 4044031
}
]
}
]
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedInt",
"Key": "RotationType"
},
{
"$type": "RPG.GameCore.SharedFloat",
"Value": 1,
"Key": "AchievementNotice"
}
]
},
"Type": "Entity",
"EntityEventList": [
{
"Name": "Srv_OnDestruction",
"IsClient": false
},
{
"Name": "SwitchHand_RocketPunchHit"
}
]
}