mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
31 lines
601 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
} |