mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
47 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
} |