24 lines
423 B
JSON
24 lines
423 B
JSON
{
|
|
"schema": 1,
|
|
"id": "worldchunk:1_0",
|
|
"x": 1,
|
|
"y": 0,
|
|
"biome": "biome:forest",
|
|
"gates": [
|
|
{
|
|
"id": "gate:fallen_tree_01",
|
|
"rect": [200, 220, 96, 32],
|
|
"requires": "ability:dash",
|
|
"message": "A fallen tree blocks the path."
|
|
}
|
|
],
|
|
"npcs": [
|
|
{
|
|
"id": "npc:shopkeeper_01",
|
|
"kind": "shop",
|
|
"pos": [320, 300],
|
|
"ref": "npcdef:shopkeeper_basic"
|
|
}
|
|
]
|
|
}
|
|
|