Skip to content

Commit

Permalink
更新战利品表
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicHarp committed Sep 28, 2024
1 parent 885eabe commit b1a4c23
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,24 @@
],
"weight": 2
},
{
"type": "minecraft:item",
"name": "confluence:spelunker_potion",
"functions": [
{
"function": "set_count",
"count": {
"type": "uniform",
"min": 1,
"max": 2
}
}
],
"weight": 2
},
{
"type": "minecraft:empty",
"weight": 5
"weight": 6
}
],
"rolls": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@
"count": {
"type": "uniform",
"min": 2,
"max": 4
"max": 5
}
}
],
"weight": 3300
"weight": 1
},
{
"type": "minecraft:item",
Expand All @@ -213,57 +213,67 @@
"count": {
"type": "uniform",
"min": 2,
"max": 4
"max": 5
}
}
],
"weight": 3300
"weight": 1
},
{
"type": "minecraft:item",
"name": "confluence:flipper_potion",
"name": "confluence:mining_potion",
"functions": [
{
"function": "set_count",
"count": {
"type": "uniform",
"min": 2,
"max": 4
"max": 5
}
}
],
"weight": 3300
"weight": 1
},
{
"type": "minecraft:item",
"name": "confluence:mining_potion",
"name": "confluence:heart_reach_potion",
"functions": [
{
"function": "set_count",
"count": {
"type": "uniform",
"min": 2,
"max": 4
"max": 5
}
}
],
"weight": 3300
"weight": 1
},
{
"type": "minecraft:item",
"name": "confluence:heart_reach_potion",
"name": "confluence:spelunker_potion",
"functions": [
{
"function": "set_count",
"count": {
"type": "uniform",
"min": 2,
"max": 4
"max": 5
}
}
],
"weight": 3300
"weight": 1
},
{
"type": "minecraft:empty",
"weight": 10
}
],
"rolls": 1
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "confluence:healing_potion",
Expand All @@ -272,12 +282,12 @@
"function": "set_count",
"count": {
"type": "uniform",
"min": 3,
"max": 7
"min": 8,
"max": 11
}
}
],
"weight": 3300
"weight": 3333
},
{
"type": "minecraft:item",
Expand All @@ -287,20 +297,17 @@
"function": "set_count",
"count": {
"type": "uniform",
"min": 3,
"max": 7
"min": 8,
"max": 11
}
}
],
"weight": 3300
"weight": 1
},
{
"type": "minecraft:empty",
"weight": 200
}
],
"rolls": 1
},
"weight": 2
},
{
"bonus_rolls": 0.0,
"entries": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
}
}
],
"weight": 2500
"weight": 1
},
{
"type": "minecraft:item",
Expand All @@ -242,7 +242,7 @@
}
}
],
"weight": 2500
"weight": 1
},
{
"type": "minecraft:item",
Expand All @@ -257,7 +257,7 @@
}
}
],
"weight": 2500
"weight": 1
},
{
"type": "minecraft:item",
Expand All @@ -272,7 +272,7 @@
}
}
],
"weight": 2500
"weight": 1
},
{
"type": "minecraft:item",
Expand All @@ -287,8 +287,33 @@
}
}
],
"weight": 2500
"weight": 1
},
{
"type": "minecraft:item",
"name": "confluence:spelunker_potion",
"functions": [
{
"function": "set_count",
"count": {
"type": "uniform",
"min": 2,
"max": 4
}
}
],
"weight": 1
},
{
"type": "minecraft:empty",
"weight": 18
}
],
"rolls": 1
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "confluence:healing_potion",
Expand All @@ -297,12 +322,12 @@
"function": "set_count",
"count": {
"type": "uniform",
"min": 3,
"max": 7
"min": 5,
"max": 8
}
}
],
"weight": 2500
"weight": 3333
},
{
"type": "minecraft:item",
Expand All @@ -312,20 +337,17 @@
"function": "set_count",
"count": {
"type": "uniform",
"min": 3,
"max": 7
"min": 5,
"max": 8
}
}
],
"weight": 2500
"weight": 1
},
{
"type": "minecraft:empty",
"weight": 8250
}
],
"rolls": 1
},
"weight": 2
},
{
"bonus_rolls": 0.0,
"entries": [
Expand Down

0 comments on commit b1a4c23

Please sign in to comment.