diff options
| author | historia <[not public]> | 2026-07-31 17:44:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-31 17:44:10 -0400 |
| commit | f51424c90dbce7191a31b6e675818c985f0f4539 (patch) | |
| tree | a7845a2e09bd6e83d2d034f5e702a4940f38126a /data/rooms/intro | |
| parent | 58758d41488a777d2bc0e787be655363bdd9eb60 (diff) | |
| download | thehouseoficarus-f51424c90dbce7191a31b6e675818c985f0f4539.tar.gz | |
feat: casino framework and basic slot machine
Diffstat (limited to 'data/rooms/intro')
| -rw-r--r-- | data/rooms/intro/2001.yaml | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index 8f1db38..ed10efa 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -1,5 +1,11 @@ -id: 2001 -name: Test Room +block_transport: false +casino_machines: + - id: huff_puff_01 + game: slots + variant: huff_and_even_more_puff + min_bet: 1 + max_bet: 1000 + payout: 0.97 color: "" description: - text: It's a test room @@ -10,12 +16,8 @@ exits: room: 2006 west: room: 1001 -objects: - - name: hidden guy - hidden: true - description: - - text: YOU FOUND HIM - - id: tree +hazard: "" +id: 2001 item_spawns: - id: bronze_axe quantity: 1 @@ -26,9 +28,17 @@ item_spawns: - id: bucket_of_water quantity: 1 respawn_ticks: 1 + - id: chips + quantity: 5000 + respawn_ticks: 1 mobs: - id: man +name: Test Room +objects: + - description: + - text: YOU FOUND HIM + hidden: true + name: hidden guy + - id: tree on_enter: [] -hazard: "" -block_transport: false triggers: [] |
