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

31 lines
601 B
JSON

{
"States": [
{
"State": "Locked",
"AnimName": "Locked"
},
{
"AnimName": "Closed",
"Behavior": "EnableTrigger"
},
{
"State": "Open",
"AnimName": "Opened"
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"DefaultLevelGraphPath": "Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/ChatIcon.png"
},
"ButtonText": {
"Value": "PropName_1002"
}
}
]
}