#negative playing cards (i need better name for it)

1 messages · Page 1 of 1 (latest)

jagged path
#

Essentially i want to make mod that allows negative playing card to be found in booster packs

earnest trench
#

Lovely patching the local edition line here in card.lua to have false or nil instead of edition_rate should work I think?

jagged path
#

I created this channel because someone said i should make mod for it

jagged path
#

Of this part

gentle vale
#

Add this code snippet to your mod

function poll_edition(_key, _mod, _no_neg, _guaranteed)
    if string.find(_key, "^standard_edition") ~= nil then
        return poll_edition_ref(_key, _mod, false, _guaranteed)
    end
    return poll_edition_ref(_key, _mod, _no_neg, _guaranteed)
end```
I already did something similar in one of my mods and it worked
jagged path
#

U know any code template

gentle vale
unreal ice
#

just made this mod and then found this post lol

#

i will post in a sec