2024-09-19 12:04:52 +08:00
|
|
|
{
|
|
|
|
"event_01":{
|
|
|
|
"name":"测试事件1",
|
|
|
|
"texture":"test_scene",
|
|
|
|
"text":"测试事件",
|
|
|
|
"choice":[
|
|
|
|
{
|
2024-09-19 17:56:05 +08:00
|
|
|
"name":"测试选项1",
|
|
|
|
"triger":[{
|
2024-09-22 11:48:18 +08:00
|
|
|
"type":"change_scene",
|
|
|
|
"data":""
|
2024-09-19 17:56:05 +08:00
|
|
|
},
|
2024-09-22 11:48:18 +08:00
|
|
|
|
2024-09-19 17:56:05 +08:00
|
|
|
{
|
|
|
|
"type":"change_texture",
|
|
|
|
"data":"test_character"
|
|
|
|
},
|
|
|
|
{
|
2024-09-22 11:48:18 +08:00
|
|
|
"type":"change_choice",
|
|
|
|
"data":[
|
|
|
|
{
|
|
|
|
"name":"测试选项更改后",
|
|
|
|
"triger":[]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type":"play_effects",
|
2024-09-19 17:56:05 +08:00
|
|
|
"data":"res://test/audio/attack_0.wav"
|
|
|
|
},
|
|
|
|
{
|
2024-09-22 11:48:18 +08:00
|
|
|
"type":"BGM",
|
|
|
|
"data":"res://test/audio/attack_0.wav"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type":"fight",
|
|
|
|
"data":""
|
|
|
|
|
2024-09-19 17:56:05 +08:00
|
|
|
},
|
|
|
|
{
|
2024-09-22 11:48:18 +08:00
|
|
|
"type":"identification",
|
|
|
|
"data":""
|
2024-09-19 17:56:05 +08:00
|
|
|
},
|
|
|
|
{
|
2024-09-22 11:48:18 +08:00
|
|
|
"type":"change_attribute",
|
|
|
|
"data":""
|
2024-09-19 17:56:05 +08:00
|
|
|
},
|
|
|
|
{
|
2024-09-22 11:48:18 +08:00
|
|
|
"type":"change_value",
|
|
|
|
"data":""
|
2024-09-19 17:56:05 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
]
|
2024-09-19 12:04:52 +08:00
|
|
|
},
|
|
|
|
{
|
2024-09-22 11:48:18 +08:00
|
|
|
"name":"测试选项2",
|
|
|
|
"triger":[
|
|
|
|
{
|
|
|
|
"type":"change_event",
|
|
|
|
"data":"event_01"
|
|
|
|
},
|
|
|
|
]
|
2024-09-19 12:04:52 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|