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/drops | |
| parent | 1aba2bdd23aebed4032333e74aa553c40a31fcbd (diff) | |
| download | thehouseoficarus-a6f0ad79e2e3a5b7c11eef1ffc3233f3a2766f77.tar.gz | |
feat: fractional ticks and server game_speed implemented. potentially insanely janky.
Diffstat (limited to 'data/drops')
| -rw-r--r-- | data/drops/christmas_cracker_hat.yaml | 14 | ||||
| -rw-r--r-- | data/drops/christmas_cracker_misc.yaml | 10 |
2 files changed, 24 insertions, 0 deletions
diff --git a/data/drops/christmas_cracker_hat.yaml b/data/drops/christmas_cracker_hat.yaml new file mode 100644 index 0000000..bb7bde8 --- /dev/null +++ b/data/drops/christmas_cracker_hat.yaml @@ -0,0 +1,14 @@ +id: christmas_cracker_hat +drops: + - item_id: party_hat_blue + weight: 1 + - item_id: party_hat_pink + weight: 1 + - item_id: party_hat_yellow + weight: 1 + - item_id: party_hat_green + weight: 1 + - item_id: party_hat_red + weight: 1 + - item_id: party_hat_white + weight: 1 diff --git a/data/drops/christmas_cracker_misc.yaml b/data/drops/christmas_cracker_misc.yaml new file mode 100644 index 0000000..6ee6979 --- /dev/null +++ b/data/drops/christmas_cracker_misc.yaml @@ -0,0 +1,10 @@ +id: christmas_cracker_misc +drops: + - item_id: ashes + weight: 1 + - item_id: bread + weight: 1 + - item_id: bronze_pickaxe + weight: 1 + - item_id: "" + weight: 3 |
