turnbasedgamedata/Config/Props/Chap00/Prop_Chap00_Door_06_Config.json
2024-10-21 03:16:22 -03:00

106 lines
2.0 KiB
JSON

{
"States": [
{
"State": "Locked"
},
{},
{
"State": "Open"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Opening01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_hertaspacestation_autodoor01_open"
}
}
]
},
{
"States": [
{
"Name": "Closing"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_hertaspacestation_autodoor01_close"
}
}
]
},
{
"States": [
{
"Name": "Open"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetNavMeshState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Name": {
"Value": "Open"
}
}
],
"OnExit": [
{
"$type": "RPG.GameCore.SetNavMeshState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Name": {
"Value": "Closed"
}
}
]
},
{
"States": [
{
"Name": "Closed"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetNavMeshState",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"Name": {
"Value": "Closed"
}
}
],
"OnExit": []
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_04.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "PropInteractTitle_1"
}
}
]
}