Allow Rot to conditionally appear
This commit is contained in:
parent
59d8d3113f
commit
4480833d67
2 changed files with 3 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.11.16"
|
"version": "1.11.17"
|
||||||
}
|
}
|
||||||
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue