Files
turnbasedgamedata/Config/Props/Chap03/Prop_Chap03_RailBall_03_Config.json
2025-07-03 10:50:43 +02:00

64 lines
1.3 KiB
JSON

{
"AnimEventConfigList": [
"Config/ConfigAnimEvents/Prop/Audio/Prop_Chap03_RailBall_03_Audio_AnimEvent.json",
"Config/ConfigAnimEvents/Prop/Effect/Prop_Chap03_RailBall_03_Effect_AnimEvent.json"
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "A"
},
{
"Name": "B"
},
{
"Name": "C"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetAttachmentScale",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"AttachPoints": [
{
"Name": "VisualRoot"
}
],
"IsReset": true
}
]
},
{
"States": [
{
"Name": "Conduit"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetAttachmentScale",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"AttachPoints": [
{
"Name": "VisualRoot"
}
],
"Scale": {
"X": 0,
"Y": 0,
"Z": 0
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_RailBall_03.json"
}