From f34ef12b7383cde1027399f017b518fa827d2cc9 Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 23 May 2026 14:13:37 +0200 Subject: [PATCH] Change rarity --- manifest.json | 2 +- src/joker.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e62d48b..cc9bddc 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "author": [ "Emik" ], - "version": "2.5.3", + "version": "2.5.4", "badge_colour": "8BE9FD", "main_file": "src/main.lua", "badge_text_colour": "44475A", diff --git a/src/joker.lua b/src/joker.lua index 798fc91..8209268 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -871,9 +871,9 @@ joker { joker { key = "idle", pronouns = "they_them", - cost = 9, - rarity = 3, + rarity = 2, Roland_idle_capacity = 6, + cost = G.P_CENTERS.j_idol.cost, config = {extra = {cards = {}, xmult = 2}}, attributes = {"rank", "suit", "xmult"}, eternal_compat = true,