Skip to content

Commit

Permalink
feat(kiki_bouba): rebalance again
Browse files Browse the repository at this point in the history
and fix site
  • Loading branch information
Aiz0 committed Jul 12, 2024
1 parent a764909 commit a5ed97a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jokers/kiki_bouba.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ SMODS.Joker({
},
config = {
extra = {
mult = 10,
chips = 50,
mult = 6,
chips = 30,
},
},
atlas = "jokers",
pos = { y = 2, x = 5 },
rarity = 2,
cost = 7,
cost = 6,
blueprint_compat = true,
loc_vars = function(self, info_queue, card)
return { vars = { card.ability.extra.mult, card.ability.extra.chips } }
Expand Down
2 changes: 1 addition & 1 deletion site/src/jokers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const jokers = [
"{C:attention}Kiki{} Jokers",
"each give {C:mult}+6{} Mult",
"{C:attention}Bouba{} Jokers",
"each give {C:chips}+25{} Chips",
"each give {C:chips}+30{} Chips",
],
badge: "uncommon",
image: "j_kiki_bouba",
Expand Down

0 comments on commit a5ed97a

Please sign in to comment.