diff options
| author | historia <[not public]> | 2026-06-17 02:27:20 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-17 02:27:20 -0400 |
| commit | 731adf2e0fbcac9a32179da077299ed6465af41e (patch) | |
| tree | 29d368917f258350d426f2680bec59feeb464eaf /data/rooms/1.yaml | |
| parent | 389e307f205f9b7edf604fb9f86e1038ead736ef (diff) | |
| download | thehouseoficarus-731adf2e0fbcac9a32179da077299ed6465af41e.tar.gz | |
feat: movement overhauled. agility-enhancing items added.
Diffstat (limited to 'data/rooms/1.yaml')
| -rw-r--r-- | data/rooms/1.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/rooms/1.yaml b/data/rooms/1.yaml index ba42be0..aaf6dda 100644 --- a/data/rooms/1.yaml +++ b/data/rooms/1.yaml @@ -11,3 +11,25 @@ objects: - id: lumby_fountain mobs: - "newbie_trainer" +spawns: + - item_id: cape_of_agility + quantity: 1 + respawn_ticks: 60 + - item_id: graceful_hat + quantity: 1 + respawn_ticks: 60 + - item_id: graceful_torso + quantity: 1 + respawn_ticks: 60 + - item_id: graceful_legs + quantity: 1 + respawn_ticks: 60 + - item_id: graceful_gloves + quantity: 1 + respawn_ticks: 60 + - item_id: graceful_boots + quantity: 1 + respawn_ticks: 60 + - item_id: graceful_cape + quantity: 1 + respawn_ticks: 60 |
