challenge-editor/json/scene.json
2024-10-05 18:44:58 +08:00

133 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"scene_01":{
"name":"测试场景1",
"map":"map_01",
"texture":"test_scene",
"quick_event":[
{
"name":"测试场景事件",
"event":"event_01"
},
{
"name":"测试场景事件",
"event":"event_02"
},
{
"name":"战斗测试",
"event":"event_03"
},
{
"name":"货币测试",
"event":"event_04"
},
{
"name":"交易测试",
"event":"event_05"
},
{
"name":"鉴定测试",
"event":"fish_test"
},
],
"linked_scene":[{
"name":"测试场景2",
"id":"scene_02",
"distance":100
}
]
},
"scene_02":{
"name":"测试场景2",
"map":"map_01",
"texture":"test_character",
"quick_event":[
{
"name":"测试场景事件",
"event":"event_01"
},
{
"name":"测试场景事件",
"event":"event_01"
}
],
"linked_scene":[
{
"name":"测试场景1",
"id":"scene_01",
"distance":100
}
]
},
"scene_tower":{
"name":"测试场景_塔楼",
"texture":"tower",
"map":"map_01",
"quick_event":[
{
"name":"时间测试",
"event":"event_01"
},
{
"name":"测试场景事件",
"event":"event_02"
}
],
"linked_scene":[
{
"name":"测试场景1",
"id":"scene_01",
"distance":100
}
],
"touch":{
"测试互动点118点后出现":{
"condition":[
{
"type":"time_limit",
"data":{
"from":{
"hour":18
}
}
}
],
"triger":[],
"position":[100,100],
"event":"event_01"
},
"测试互动点2197012后出现":{
"condition":[
{
"type":"date_limit",
"data":{
"from":{
"year":1970,
"month":1,
"day":2
}
}
}
],
"position":[200,200],
"event":"event_02"
},
"测试互动点3时间变化有50%概率出现)":{
"condition":[
{
"type":"rand",
"data":{
"condition":0.5
}
}
],
"position":[300,300],
"event":"event_02"
}
}
},
}