File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ CardSleeves.Sleeve {
1414 local key
1515 if self .get_current_deck_key () == " b_ele_infrared" then
1616 key = self .key .. " _alt"
17- self .config = { extra = {balance = 25 , ante_scaling = 1.5 , chops = 25 } }
18- vars = { self .config .extra .balance , self .config .extra .chops , self . config . extra . ante_scaling }
17+ self .config = { extra = {balance = 50 , chops = 25 } }
18+ vars = { self .config .extra .balance , self .config .extra .chops }
1919 else
2020 key = self .key
21- self .config = { extra = {balance = 20 , ante_scaling = 1.5 , chops = 50 } }
22- vars = { self .config .extra .balance , self .config .extra .chops , self . config . extra . ante_scaling }
21+ self .config = { extra = {balance = 25 , chops = 50 } }
22+ vars = { self .config .extra .balance , self .config .extra .chops }
2323 end
2424 return { key = key , vars = vars }
2525 end ,
@@ -89,9 +89,6 @@ CardSleeves.Sleeve {
8989 return true
9090 end
9191 end ,
92- apply = function (self , sleeve )
93- G .GAME .starting_params .ante_scaling = G .GAME .starting_params .ante_scaling * self .config .extra .ante_scaling
94- end ,
9592}
9693CardSleeves .Sleeve {
9794 key = " forge" ,
You can’t perform that action at this time.
0 commit comments