diff options
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 |
