Skip to content

Commit 66eb2f9

Browse files
committed
update stake stuff
1 parent b028da6 commit 66eb2f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

items/stake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local ruby = {
77
applied_stakes = { "gold" },
88
prefix_config = { applied_stakes = { mod = false } },
99
modifiers = function()
10-
G.GAME.win_ante = 12
10+
G.GAME.win_ante = 10
1111
end,
1212
shiny = true,
1313
order = 2,
@@ -81,7 +81,7 @@ local horizon = {
8181
atlas = "stake",
8282
applied_stakes = { "cry_ember" },
8383
modifiers = function()
84-
G.GAME.modifiers.cry_big_showdown = 6
84+
G.GAME.modifiers.cry_big_showdown = 5
8585
end,
8686
shiny = true,
8787
order = 6,

localization/en-us.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,7 +3527,7 @@ return {
35273527
name = "Ruby Stake",
35283528
colour = "Ruby", --this is used for auto-generated sticker localization
35293529
text = {
3530-
"Win Ante is {C:attention}12{}",
3530+
"Win Ante is {C:attention}10{}",
35313531
"{s:0.8}Applies all previous Stakes",
35323532
},
35333533
},
@@ -3573,7 +3573,7 @@ return {
35733573
colour = "Horizon",
35743574
text = {
35753575
"Showdown blinds now",
3576-
"appear every {C:attention}6{} antes",
3576+
"appear every {C:attention}5{} antes",
35773577
"{s:0.8}Applies all previous Stakes",
35783578
},
35793579
},

0 commit comments

Comments
 (0)