Buff Omega
This commit is contained in:
parent
7786ca2a8f
commit
a6e349fb57
3 changed files with 5 additions and 2 deletions
|
|
@ -171,7 +171,8 @@ self.jokers = CardArea(
|
||||||
CAI.joker_W+CAI.consumeable_W,
|
CAI.joker_W+CAI.consumeable_W,
|
||||||
CAI.joker_H,
|
CAI.joker_H,
|
||||||
{card_limit = (self.GAME.starting_params.joker_slots +
|
{card_limit = (self.GAME.starting_params.joker_slots +
|
||||||
self.GAME.starting_params.consumable_slots - 1) *
|
self.GAME.starting_params.consumable_slots -
|
||||||
|
(G.GAME.modifiers.jane_spacious_omega and 0 or 1)) *
|
||||||
(G.GAME.modifiers.alt_jane_spacious and 2 or 1),
|
(G.GAME.modifiers.alt_jane_spacious and 2 or 1),
|
||||||
type = 'joker',
|
type = 'joker',
|
||||||
highlight_limit = 1e100
|
highlight_limit = 1e100
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.7.20"
|
"version": "1.7.21"
|
||||||
}
|
}
|
||||||
|
|
@ -631,6 +631,7 @@ back {
|
||||||
text = {
|
text = {
|
||||||
"{C:attention}Joker {}and {C:attention}Consumable",
|
"{C:attention}Joker {}and {C:attention}Consumable",
|
||||||
"slots are {C:attention}combined",
|
"slots are {C:attention}combined",
|
||||||
|
"{C:attention}-1 {}Slot",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
alt_loc_txt = {
|
alt_loc_txt = {
|
||||||
|
|
@ -689,6 +690,7 @@ back {
|
||||||
apply_orrery()
|
apply_orrery()
|
||||||
G.GAME.modifiers.jane_spacious = true
|
G.GAME.modifiers.jane_spacious = true
|
||||||
G.GAME.used_vouchers.v_omen_globe = true
|
G.GAME.used_vouchers.v_omen_globe = true
|
||||||
|
G.GAME.modifiers.jane_spacious_omega = true
|
||||||
G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1
|
G.GAME.starting_voucher_count = (G.GAME.starting_voucher_count or 0) + 1
|
||||||
|
|
||||||
Jane.q(function()
|
Jane.q(function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue