From a3ae1e6aad696f584d138d9363c05dedff136a65 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 22:19:17 -0400 Subject: feat: safespot system implemented --- data/objects/rock_outcrop.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/objects/rock_outcrop.yaml (limited to 'data/objects/rock_outcrop.yaml') diff --git a/data/objects/rock_outcrop.yaml b/data/objects/rock_outcrop.yaml new file mode 100644 index 0000000..57b71d8 --- /dev/null +++ b/data/objects/rock_outcrop.yaml @@ -0,0 +1,22 @@ +id: rock_outcrop +name: rock outcrop +color: "248" +hidden: true +inroom_description: "A jagged rock outcrop juts from the floor." +description: "A large, jagged rock formation providing natural cover." +safespot: + tier: 1 + max_block_size: large + max_occupants: 3 + unsafe_chance: 0.008 + decay_ticks: 500 + decay_chance: 0.01 + respawn_on_hide: false + respawn_ticks: 300 + levels: + - message: "The rock formation stands solid." + degrade_message: "The rock structure begins crumbling!" + - message: "The rock outcrop is cracked and worn." + degrade_message: "A few jagged bits are all that's left of the rock outcrop!" + - message: "Only a few jagged rocks remain." + degrade_message: "The rock outcrop crumbles to nothing!" -- cgit v1.2.3