setage/test-game/manifest.setage

113 lines
2.8 KiB
Text

[metadata]
title = "Dust Bunnies"
description = "A short and dusty game."
min_version = "0.4"
playtested = true
[metadata.credits]
author = "Cheri Dawn"
year = "2024"
license = "CC0"
version = "2"
[scenario]
start = "1"
intro = "You wake up in a very dusty and old-looking room.\nYou think you can get out of here if you find something that could help you remember..."
prompt = ": "
min_version = "0.4"
[scenario.endings.1]
trigger = "item"
target = "shiny"
message = "Congrats! You have found the old locket of your grandma."
[items]
brush.examine = "A quite uninteresting toothbrush."
detergent.examine = "A bottle of detergent. Half-filled. Stinks."
shiny.examine = "A heart-shaped shiny locket with a picture of a horse inside."
shiny.hidden = true
note.examine = "The note reads: there is a [shiny] hidden in one of the rooms of this house."
stone.examine = "Ston. Rok."
stick.examine = "stiC"
weapon.examine = "wpn"
trash.examine = "trasshhhhhhhhhhhhh"
[recipes.weapon]
text = "ooja booja"
lock = "item"
lock_target = "note"
ingredients = ["stone", "stick"]
result_ids = ["weapon", "trash"]
result_texts = ["a weapon", "trsh"]
[rooms.1]
description = "a dark room with trash in it."
go = "You walk into a room full of trash, garbage and other junk."
examine = "This room doesn't have much to it, just a lot of dust, old wood trash and a couple torn paintings. This room stinks!"
[rooms.1.items]
stone = "Ston. RoK."
stick = "stiC"
[rooms.1.interactables.lever]
name = "a rustic lever"
type = "bare"
times = "one"
hidden = false
action = "add exit"
target_room = "1"
target_exit.down = "4"
message = "Pulling the lever reveals a staircase downwards."
[rooms.1.exits]
north = "1"
south = "2"
[rooms.2]
description = "a bright white shining room."
go = "You walk into a room that is perfectly clean."
examine = "This room has everything neatly organized. Not a spec of dust. This room smells of caustic chemicals."
[rooms.2.interactables.cupboard]
name = "a shiny white cupboard"
times = "remove"
action = "add item"
target_item.detergent = "a half-filled bottle of laundry detergent"
message = "You open a cupboard, there is something there."
[rooms.2.items]
brush = "a new toothbrush"
[rooms.2.exits]
north = "1"
west = "3"
[rooms.3]
description = "a room lit by a single candle."
go = "You walk into a room lit by a single candle."
examine = "The candle illuminates the room very poorly, only a table and two chairs are visible."
[rooms.3.items]
shiny = "a shiny heart-shaped locket"
[rooms.3.exits]
north = "1"
east = "2"
[rooms.4]
description = "a room with yellowed wallpapers."
go = "You walk into a room with yellowed wallpapers."
examine = "The room has yellowed wallpapers. They stink of old age. There's a faint hum coming from the flourescent lights."
[rooms.4.items]
note = "a torn, yellowed note"
[rooms.4.exits]
up = "1"