diff options
| author | historia <[not public]> | 2026-06-14 22:38:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-14 22:38:23 -0400 |
| commit | a6f0ad79e2e3a5b7c11eef1ffc3233f3a2766f77 (patch) | |
| tree | 89601a502bbfcb50302cf03f09b6febc6040eeb0 /data/items/christmas_cracker.yaml | |
| parent | 1aba2bdd23aebed4032333e74aa553c40a31fcbd (diff) | |
| download | thehouseoficarus-a6f0ad79e2e3a5b7c11eef1ffc3233f3a2766f77.tar.gz | |
feat: fractional ticks and server game_speed implemented. potentially insanely janky.
Diffstat (limited to 'data/items/christmas_cracker.yaml')
| -rw-r--r-- | data/items/christmas_cracker.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/items/christmas_cracker.yaml b/data/items/christmas_cracker.yaml new file mode 100644 index 0000000..42dbf26 --- /dev/null +++ b/data/items/christmas_cracker.yaml @@ -0,0 +1,10 @@ +id: christmas_cracker +name: christmas cracker +aliases: ["cracker", "christmas"] +description: "A festive party cracker. Pull it apart to see what's inside!" +value: 10 +stackable: true +search_table: christmas_cracker_hat +search_misc_table: christmas_cracker_misc +search_ticks: 3 +search_message: "digging through the christmas cracker" |
