Allow Rot to conditionally appear

This commit is contained in:
Emik 2026-07-28 00:51:17 +02:00
parent 59d8d3113f
commit 4480833d67
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 2 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.11.16" "version": "1.11.17"
} }

View file

@ -63,7 +63,8 @@ local exotic = Jane.cry and "cry_exotic" or 4
SMODS.Rarity { SMODS.Rarity {
key = "junk", key = "junk",
default_weight = 1e-9, default_weight = 0.05,
pools = {Joker = true},
loc_txt = {name = "Junk"}, loc_txt = {name = "Junk"},
badge_colour = G.C.JOKER_GREY, badge_colour = G.C.JOKER_GREY,
} }