fix set tiers

This commit is contained in:
Hexugory 2023-02-22 21:23:44 -06:00
parent b772e7891a
commit f4838904ae
3 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ hash = "d0d7f0cabc0ef494013d8d004434f068de5d5ab90de5bd14c0e39d1a90197715"
[[files]]
file = "kubejs/server_scripts/loot.js"
hash = "2b1cc674725bf4809857b2a83fbced2e77f0315cab04465021dc0bae1148af12"
hash = "35174f129ac037bb81ae19886e6ca81fc6507aee7c9337ee6ec95e669262a248"
[[files]]
file = "kubejs/server_scripts/script.js"

View File

@ -984,14 +984,14 @@ const sets = [
"pull_type": "full",
"type": "Legendary Decks",
"size": 133,
"tier": "low"
"tier": "high"
},
{
"code": "LEDD",
"pull_type": "full",
"type": "Legendary Decks",
"size": 153,
"tier": "low"
"tier": "high"
},
{
"code": "LEDU",
@ -1075,7 +1075,7 @@ const sets = [
"pull_type": "full",
"type": "Legendary Decks",
"size": 150,
"tier": "low"
"tier": "high"
},
{
"code": "LOB",
@ -2272,7 +2272,7 @@ const sets = [
"pull_type": "full",
"type": "Legendary Decks",
"size": 126,
"tier": "low"
"tier": "high"
},
{
"code": "SDZW",

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "c8b77fb9879fa4070fc4ab89aed4cdf6fa5976d1d14d9d2af9b7eda35a8fbda8"
hash = "9ff8f071339891fe99f65f817bf74759aee0a0f19e53c8f71ed37026e24dd8c4"
[versions]
forge = "36.2.39"