blob: 2cfcd83e0787b01e4f32e561c1924a03e37bc8ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
id: 2001
name: Test Room
color: ""
description:
- text: It's a test room
exits:
east:
room: 1005
south:
room: 2006
southeast:
room: 2005
west:
room: 1001
objects:
- name: hidden guy
hidden: true
description:
- text: YOU FOUND HIM
- id: tree
item_spawns:
- id: bronze_axe
quantity: 1
respawn_ticks: 1
- id: pot_of_flour
quantity: 1
respawn_ticks: 1
- id: bucket_of_water
quantity: 1
respawn_ticks: 1
mobs:
- id: man
on_enter: []
hazard: ""
block_transport: false
triggers: []
|