turnbasedgamedata/Config/Props/Chap01/Prop_Chap01_SchwaroDoor_01_Config.json
2024-10-21 03:16:22 -03:00

130 lines
2.4 KiB
JSON

{
"States": [
{
"State": "Locked",
"AnimName": "StandBy"
},
{
"AnimName": "StandBy"
},
{
"State": "Open",
"AnimName": "Used",
"Behavior": "DisableTrigger"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Unlock"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_datadoor_unlock"
}
}
]
},
{
"States": [
{
"Name": "Lock"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_datadoor_unlock"
}
}
]
},
{
"States": [
{
"Name": "Activing"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_datadoor_open"
}
}
]
},
{
"States": [
{
"Name": "Close"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_common_datadoor_open"
}
}
]
},
{
"States": [
{
"Name": "Used"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetNavMeshState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Name": {
"Value": "Opened"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.SetNavMeshState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Name": {
"Value": "Closed"
}
}
]
},
{
"States": [
{
"Name": "StandBy"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetNavMeshState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Name": {
"Value": "Closed"
}
}
],
"OnExit": []
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json"
}