Make Amber Acorn uncommon

This commit is contained in:
Emik 2026-06-04 00:13:22 +02:00
parent 9b0312beed
commit cbcdbc79a0
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland", "id": "Roland",
"name": "Roland", "name": "Roland",
"prefix": "Roland", "prefix": "Roland",
"version": "2.8.3", "version": "2.8.4",
"badge_colour": "8BE9FD", "badge_colour": "8BE9FD",
"display_name": "Roland", "display_name": "Roland",
"main_file": "src/main.lua", "main_file": "src/main.lua",

View file

@ -642,8 +642,8 @@ joker {
config = {extra = {xmult = 3}}, config = {extra = {xmult = 3}},
pixel_size = {w = 68, h = 68}, pixel_size = {w = 68, h = 68},
attributes = {"xmult"}, attributes = {"xmult"},
cost = 9, cost = 6,
rarity = 3, rarity = 2,
eternal_compat = true, eternal_compat = true,
blueprint_compat = true, blueprint_compat = true,
perishable_compat = false, perishable_compat = false,