fix set tiers
This commit is contained in:
parent
b772e7891a
commit
f4838904ae
@ -30,7 +30,7 @@ hash = "d0d7f0cabc0ef494013d8d004434f068de5d5ab90de5bd14c0e39d1a90197715"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/loot.js"
|
||||
hash = "2b1cc674725bf4809857b2a83fbced2e77f0315cab04465021dc0bae1148af12"
|
||||
hash = "35174f129ac037bb81ae19886e6ca81fc6507aee7c9337ee6ec95e669262a248"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/server_scripts/script.js"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user