turnbasedgamedata/Config/Props/Chap03/Prop_Chap03_SolidaBottle_01_Config.json
2024-10-21 03:16:22 -03:00

47 lines
1.0 KiB
JSON

{
"OnDestruction": [
{
"$type": "RPG.GameCore.AdvEnableButtons",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"TriggerName": "InteractTrigger01",
"ButtonsByName": [
"Interact"
]
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CtnSolidaBottle_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "PropInteractTitle_1"
}
},
{
"ID": "Push",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "MazeText_MazePuzzle_Boxman_Interact"
}
},
{
"ID": "Leave",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "MazeText_ChallengeRaid_Left"
}
}
]
}