Change rarity
This commit is contained in:
parent
971707f285
commit
2a79cafcb4
2 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"author": [
|
"author": [
|
||||||
"Emik"
|
"Emik"
|
||||||
],
|
],
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
|
|
@ -871,9 +871,9 @@ joker {
|
||||||
joker {
|
joker {
|
||||||
key = "idle",
|
key = "idle",
|
||||||
pronouns = "they_them",
|
pronouns = "they_them",
|
||||||
cost = 9,
|
rarity = 2,
|
||||||
rarity = 3,
|
|
||||||
Roland_idle_capacity = 6,
|
Roland_idle_capacity = 6,
|
||||||
|
cost = G.P_CENTERS.j_idol.cost,
|
||||||
config = {extra = {cards = {}, xmult = 2}},
|
config = {extra = {cards = {}, xmult = 2}},
|
||||||
attributes = {"rank", "suit", "xmult"},
|
attributes = {"rank", "suit", "xmult"},
|
||||||
eternal_compat = true,
|
eternal_compat = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue