#[cheat/utility] Set starting hand size

7 messages · Page 1 of 1 (latest)

frank flicker
#

I did this to help me test other mods, but figured people may like it too

--- STEAMODDED HEADER
--- MOD_NAME: Sets starting hand size to a number 
--- MOD_ID: SetStartHandSize
--- MOD_AUTHOR: [UU]
--- MOD_DESCRIPTION: Sets start hand size to a value, based on Encarvlucas's overstock mod

----------------------------------------------
------------MOD CODE -------------------------
local new_start_hand_size = 8
local Backapply_to_runRef_permanent = Back.apply_to_run
-- Function used to apply new effects to runs
function Back.apply_to_run(arg)
    Backapply_to_runRef_permanent(arg)
    
    G.GAME.starting_params.hand_size = new_start_hand_size
end

----------------------------------------------
------------MOD CODE END----------------------
fair turret
#

download? this looks like a TXT file for me

frank flicker
#

It is a txt file. Create a new lua file and save that in it. But I'll put the download up in a bit

fair turret
frank flicker
#

Was on my phone when I posted it initially, so didn't have access to the file