diff --git a/manifest.json b/manifest.json index e34621c..8481b13 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.8.3", + "version": "2.8.4", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/joker.lua b/src/joker.lua index 58d1e34..40c8369 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -642,8 +642,8 @@ joker { config = {extra = {xmult = 3}}, pixel_size = {w = 68, h = 68}, attributes = {"xmult"}, - cost = 9, - rarity = 3, + cost = 6, + rarity = 2, eternal_compat = true, blueprint_compat = true, perishable_compat = false,