diff options
Diffstat (limited to 'data/objects/simple_rock.yaml')
| -rw-r--r-- | data/objects/simple_rock.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/objects/simple_rock.yaml b/data/objects/simple_rock.yaml new file mode 100644 index 0000000..4c03308 --- /dev/null +++ b/data/objects/simple_rock.yaml @@ -0,0 +1,18 @@ +id: simple_rock +name: rock formation +color: "248" +hidden: true +inroom_description: "A sturdy rock formation juts from the ground." +description: "A solid rock formation, weathered but large enough to crouch behind." +safespot: + tier: 1 + max_block_size: small + max_occupants: 2 + unsafe_chance: 0.002 + decay_ticks: 0 + decay_chance: 0 + respawn_on_hide: true + respawn_ticks: 0 + levels: + - message: "You crouch behind the rock formation, using it as cover." + degrade_message: "" |
