diff options
| author | historia <[not public]> | 2026-06-21 22:19:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 22:19:17 -0400 |
| commit | a3ae1e6aad696f584d138d9363c05dedff136a65 (patch) | |
| tree | 81e615f7227bc9d1ec79ceefc7311ecde917b074 /data/objects/fence_post.yaml | |
| parent | 84072ffe6365ad57c4976e9272762aa6db41de7e (diff) | |
| download | thehouseoficarus-a3ae1e6aad696f584d138d9363c05dedff136a65.tar.gz | |
feat: safespot system implemented
Diffstat (limited to 'data/objects/fence_post.yaml')
| -rw-r--r-- | data/objects/fence_post.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/objects/fence_post.yaml b/data/objects/fence_post.yaml new file mode 100644 index 0000000..11f6160 --- /dev/null +++ b/data/objects/fence_post.yaml @@ -0,0 +1,18 @@ +id: fence_post +name: fence post +color: "137" +hidden: true +inroom_description: "A sturdy fence post juts from the ground." +description: "A weathered wooden fence post, solid enough to crouch behind." +safespot: + tier: 1 + max_block_size: small + max_occupants: 1 + unsafe_chance: 0.005 + decay_ticks: 0 + decay_chance: 0 + respawn_on_hide: true + respawn_ticks: 0 + levels: + - message: "You crouch behind the fence post, using it as cover." + degrade_message: "" |
