Files
xiaoluolyg--god/agentsociety/custom/maps/_template/map.yaml
T
wehub-resource-sync aa1a5d5763
CI / Release hygiene (push) Waiting to run
CI / Python targeted tests (push) Waiting to run
CI / Frontend build (push) Waiting to run
Pages / Build and deploy public pages (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:18:17 +08:00

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} 在广场短暂停留。"