39 lines
682 B
YAML
39 lines
682 B
YAML
schema_version: 1
|
|
map_id: your_map_id
|
|
display_name: Your Map Name
|
|
tiled_map_path: visuals/map.json
|
|
tile_size: 32
|
|
character_root: characters
|
|
default_location_order:
|
|
- plaza
|
|
spawn_points:
|
|
- id: resident_start
|
|
location_id: plaza
|
|
locations:
|
|
- id: plaza
|
|
name: Plaza
|
|
aliases:
|
|
- plaza
|
|
anchor_tile:
|
|
x: 1
|
|
y: 1
|
|
scene_type: public
|
|
bounds:
|
|
x: 0
|
|
y: 0
|
|
w: 4
|
|
h: 4
|
|
interaction_ids:
|
|
- wait
|
|
interactions:
|
|
- id: wait
|
|
name: 等待
|
|
description: 在广场短暂停留。
|
|
allowed_location_ids:
|
|
- plaza
|
|
effects:
|
|
action: "{agent_name} 在广场等待"
|
|
status: 休息中
|
|
emotion: 平静
|
|
latest_event: "{agent_name} 在广场短暂停留。"
|