Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions content/deck/dreamer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ if PB_UTIL.config.spectrals_enabled then
locked_loc_vars = function(self, info_queue, back)
return {
vars = {
10,
localize { type = 'name_text', set = 'Stake', key = 'stake_gold' },
colours = { get_stake_col(8) }
}
}
end,
check_for_unlock = function(self, args)
if args.type == 'win_stake' then
local highest_win, lowest_win = get_deck_win_stake(nil)
if G.PROGRESS and G.PROGRESS.joker_stickers.tally >= 10 and highest_win >= 8 then
return true
end
end
return args.type == 'win_stake' and get_deck_win_stake() >= 8
end,

loc_vars = function(self)
Expand Down
7 changes: 4 additions & 3 deletions localization/en-us.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ return {
"{C:attention}#2#{} Joker slot"
},
unlock = {
"Have {C:attention}#1#{} Jokers with",
"{V:1}#2#{} Stickers"
},
"Win a run with any",
"deck on at least",
"{V:1}#1#{} difficulty",
}
},
b_paperback_antique = {
name = "Antique Deck",
Expand Down