fanren/config/map_data.json
2025-12-15 23:02:21 +08:00

20 lines
526 B
JSON

{
"TOWN_01": {
"name": "新手村",
"description": "安全的小镇,可以休息。",
"connections": {"N": "FIELD_01"},
"eventPoolId": 0
},
"FIELD_01": {
"name": "新手田野",
"description": "微风习习,有低级怪物出没。",
"connections": {"S": "TOWN_01", "E": "FOREST_01"},
"eventPoolId": 1
},
"FOREST_01": {
"name": "幽暗密林",
"description": "树木茂密,光线昏暗,怪物更强。",
"connections": {"W": "FIELD_01"},
"eventPoolId": 2
}
}