challenge-editor/json/scene.json
2024-11-15 17:50:30 +08:00

302 lines
4.7 KiB
JSON
Raw Permalink 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"
},
{
"name":"拍卖测试",
"event":"auction_test"
},
{
"name":"升级测试",
"event":"item_level_up_test"
},
{
"name":"仓库测试",
"event":"warehouse_test"
},
{
"name":"卡牌制作测试",
"event":"make_card_test"
},
{
"name":"社交",
"event":"event_socialize"
},
{
"name":"咆哮开局",
"event":"paoxiao1920start"
}
],
"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"
}
}
},
"london_west":{
"name":"伦敦西区",
"texture":"london_west",
"map":"map_01",
"quick_event":[
{
"name":"时间测试",
"event":"event_01"
},
{
"name":"测试场景事件",
"event":"event_02"
},
{
"name":"社交",
"event":"event_socialize"
},
{
"name":"探索",
"event":"london_tansuo"
},
],
"linked_scene":[
{
"name":"前往住宅",
"id":"london_zhuzhai1",
"distance":100
},
{
"name":"集市",
"id":"london_jishi1",
"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"
},
"寻找丢失的猫咪":{
"condition":[
{
"type":"is_flag_equal",
"data":{
"flag_name":"find_cat",
"value":-1
}
}
],
"position":[600,600],
"triger":[{
"type":"change_event",
"data":"find_cat_start"
}
]
},
"寻找猫咪主事件":{
"condition":[
{
"type":"is_flag_equal",
"data":{
"flag_name":"find_cat",
"value":0
}
}
],
"position":[600,600],
"triger":[{
"type":"change_event",
"data":"find_cat_main"
}
]
}
}
},
"london_zhuzhai1":{
"name":"伦敦-住宅",
"texture":"london_zhuzhai1",
"map":"map_01",
"quick_event":[],
"linked_scene":[{
"name":"伦敦西区",
"id":"london_west",
"distance":100
},
],
},
"london_jishi1":{
"name":"伦敦-集市1",
"texture":"london_jishi1",
"map":"map_01",
"quick_event":[],
"linked_scene":[{
"name":"伦敦西区",
"id":"london_west",
"distance":100
},
],
},
}