Skip to content

Commit

Permalink
test winter sea creatures part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed Nov 21, 2024
1 parent 12e9291 commit 580f1a3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
4 changes: 0 additions & 4 deletions items/FROZEN_STEVE_SC.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
"id": "WATER_LILY",
"chance": "100%"
},
{
"id": "RAW_FISH-2",
"chance": "50%"
},
{
"id": "RAW_FISH:3",
"chance": "100%"
Expand Down
6 changes: 5 additions & 1 deletion items/GRINCH_SC.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@
"chance": "100%"
},
{
"id": "GREEN_GIFT",
"id": "GREEN_GIFT:1",
"chance": "100%"
},
{
"id": "RED_GIFT",
"chance": "100%"
},
{
"id": "ESSENCE_ICE:4",
"chance": "100%"
},
{
"id": "DYE_ICEBERG",
"extra": [],
Expand Down
2 changes: 1 addition & 1 deletion items/NUTCRACKER_SC.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chance": "100%"
},
{
"id": "WATER_LILY:120",
"id": "WATER_LILY",
"chance": "50%"
},
{
Expand Down
12 changes: 9 additions & 3 deletions items/REINDRAKE_SC.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"crafttext": "",
"recipes": [
{
"level": 100,
"name": "§cReindrake",
"panorama": "winter",
"render": "Dragon",
Expand All @@ -35,22 +36,27 @@
"drops": [
{
"id": "WHITE_GIFT",
"chance": "65%"
"chance": "100% + 65% per hit"
},
{
"id": "GREEN_GIFT",
"chance": "25%"
"chance": "100% + 25% per hit"
},
{
"id": "RED_GIFT",
"chance": "10%"
"chance": "10% + 10% per hit"
},
{
"id": "PROSPERITY;1",
"extra": [
"Only drops for the player who spawned the Reindrake"
],
"chance": "100%"
},
{
"id": "DYE_ICEBERG",
"extra": [],
"chance": "0.002%"
}
]
}
Expand Down
18 changes: 13 additions & 5 deletions items/YETI_SC.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,24 @@
"chance": "100%"
},
{
"id": "WATER_LILY:32",
"chance": "25%"
"id": "WATER_LILY",
"chance": "x32-44"
},
{
"id": "ENCHANTED_WATER_LILY:1",
"chance": "100%"
},
{
"id": "RAW_FISH:20",
"chance": "100%"
},
{
"id": "SPONGE",
"chance": "100%"
"chance": "x2-4"
},
{
"id": "BLUE_ICE_HUNK:2",
"chance": "100%"
"id": "BLUE_ICE_HUNK",
"chance": "x2-5"
},
{
"id": "RED_GIFT",
Expand Down Expand Up @@ -86,6 +90,10 @@
"id": "BOBBIN_SCRIPTURES",
"chance": "1.8%"
},
{
"id": "ESSENCE_ICE:10",
"chance": "100%"
},
{
"id": "DYE_ICEBERG",
"extra": [],
Expand Down

0 comments on commit 580f1a3

Please sign in to comment.