Files
turnbasedgamedata/Config/Props/Common/Prop_Common_FarmElement_03_Config.json
2024-10-21 03:16:22 -03:00

61 lines
1.2 KiB
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Appear"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_farmelement_appear"
}
}
]
},
{
"States": [
{
"Name": "Fade In And Loop"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_farmelement_idle_loop"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_farmelement_idle_loop_stop"
}
}
]
},
{
"States": [
{
"Name": "Fade Out "
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_farmelement_wakeup"
}
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json"
}