Small thingy! The Foil / Limit is NOT 999! That is the maximum it can show, however in act 2 its clearer that your foil can be more than 999. Also, you can see the direct damage of the Mega Morsel combo by checking Kaycee stats and seeing "Highest damage dealt", I managed to do this with the infinite mirrors with airborne and annoying, though I had to stop at 5000~
The rabbit card hoard reminds me of my custom card that was free, gave energy, gave random cards, and was unkillable. I sat for like 10 minutes hammering Mr. Screw You to see how many cards I could get in my hand. P03 had to endure a lot with me. My genius is second only to my stupidity.
2.147b is the 32-bit signed integer, specifically. Unsigned is 4.294b (signed meaning marked as + or -) but people don't use unsigned often because it's easier to deal with a number overflowing to -2b than to 0, which is a number you might actually want to use. Games use a lot of different integers. 128 is a fairly common limit in games (8-bit signed) and 32k is 16-bit signed.
@ThoraeJenkins relatively simple fix to that: whenever arithmetically adjusting the value, just check if the result is paradoxical to what's expected. Like if you do unsigned_var-10, you'd expect to get a number smaller than unsigned var, but then if your number is suddenly larger, then you know you've underflowed. Or if you do unsigned_var++, check if value is now zero. If so, then you know you've overflowed.
@@Tech_Marauder i mean moreso it's insane that he hit the limit since it's usually 2,147,483,647 but they could have also programmed in a manual limit rather than using the limits of computer programs themselves
it could also be an unsigned integer since attack never needs to be negative which doubles the limit to 4,294,967,295 but i'm assuming it's just a normal integer bc the average player won't get anywhere near the integer limit. unless you, well, do what Exxo did in this video
The fact that it ends up at 0 for a frame regularly implies it's a signed int, since you can imagine code that says "make sure it's not negative, set to 0 if it's less than 0" but you can't (reasonably) imagine that there's any checks in place for overflow because come on, so it goes over then it goes "oops it's negative, guess I gotta set it to 0" then it just goes back to going wild
The reason that the morsel/mirror tentacle combo grows so much faster than the alpha/mirror combo is that the morsel adds a larger amount of attack to the card every tick than the alpha did. You don't actually need an alpha to pull off the mirror combo if you have morsel on the tentacle and another morsel card with at least 1 attack.
I'm glad you showed off the true potential of Mirror Tentacle, but how about something for Grimora? Bone King + Undying + Corpse Eater + Bone Digger on something with 0 attack and face the Moon. Let's see just how many bones we can get.
I'm guessing most of the values that don't have limits (attack power, hand count, etc) just use the limit of whatever the maximum value that can be stored is (probably an integer). I doubt the devs knew players would attempt to reach such a high limit lmao
I was wondering about a weak-units only challenge (aka smoke, rabbit, squirrel, bee). With bee sidedeck, good totem, three candles and a bunch of items it may actually be possible 🤔
Exxo next time can you make it so Leshy won't stop counting teeth you made? like if you deal 15-20 overkill he will just stop counting no matter what, but can you make it so he will count out all of your overkill damage? and then deal like 1 million damage with Bi and Tri strike?
@@nubbyboi6523 Anything that has a potential of going down should always use a signed integer. The moment your players know numbers can go down they're going to subtract from 0 and see what happens. You do NOT want to make a 4b damage card from a simple -1 on an 0 attack card, and it's much easier to just use a signed integer and round all negatives to 0 than try to predict all forms of underflow.
Maybe you could figure out a way to efficiently improve Hodag. My first though was the combination of multiple sigils: Brood Parasite, Dam Builder and Trifurcated Strike to attack three card in a single turn, but even if this works it would be annoying to remove the Dams with Worthy Sacrifice to repeat the process next turn with Unkillable. You would need two Unkillable cards with two bloods cost to clean the table and would end up with a hand full of Dams. One thing I did try to do with the Hodag was combine with Fledgling. That end up being a bad idea. The resulting Elder Hodag did not permanently improve the attack of the normal card.
You can't have two Ouroboros without cheating. The game is very careful to never allow you to have more than one in your deck. (You can have more than one within an individual encounter, though, if you give your Ouro the Fecundity sigil)
Me who in act two used ouroboros at grimora got a dead one and a normal one and kept hammering the dead one wich increased both at the same time and i was thinking what would be enough for po3 in act 3 so i went all out got ourobot and just got stacks of money
I was thinking the other day that you could put morsel on Oroborous and an unkillable Black Goat to get the same effect, especially as it would double each time with Oro's special trait
I had fun one time with undying reptile totem, a fecundity sigil skink fused with a warren one. That run was crazy as i also had an undying beehive geck... A minimum of three free undying cards in hand round one, most of the time. The little bees could exhaust even the grizzlies of skullstorm, which i didn’t have to do - i could summon more powerful cards using them - but it was satisfying in a kind of sadistic way to kill leshy's teddy bears with stupid bees.
Have you tried making an immortal-digging-flying-protector that plays itself when it dies? I once did that and it single handedly allowed me to survive theoretically forever into starvation.
Your immortal-digging-flying-protector is not enough to survive infinitely into starvation. Starting with the 9/9 Starvation, each Starvation automatically puts one damage onto your side of the scale when summoned. If you're not damaging Leshy, you WILL lose eventually.
Its actually not an infinite combo with the “infinte cards” because there is a point where it becomes impossible to play any cards. I was messing around with it because I somehow managed to by pure luck get a cuckoo with ant spawner and fucundity and then mix it with one with undying, and I got like 300 cards drawn in that one turn. At some point the cards in my deck got so big I couldn’t pick literally anything except my ant which filled up my entire screen. I tried everything but I could only get an ant stopping the combo annd killing me
I got that naturally by accident. morsal sigil on all elk type cards my black goat had unkillable and my moose buck was fused serval times one of them had unkillable so infinite damage damn I should play inscription again
Does anyone know if Kaycee’s Mod changes after beating the game or if using Ctrl+K+M just gives the whole thing? Asking bc I’m considering picking it up on Steam and have already completed the game
Did you have a Pack Leader or Morsel sigil involved? By default, two Mirror Tentacles opposing each other have 0 attack. You need an external boost to get the gravy train rolling.
The rabbit hand looked like it was about to perform the great transcendence
This game literally has no limits.
No deck limit
No hand limit
No bone limit
No teeth limit
And especially not a rabbit limit
I have a screenshot of a pile of 444 bone tokens laying in the ground of the cabin. I love this game.
Small thingy! The Foil / Limit is NOT 999! That is the maximum it can show, however in act 2 its clearer that your foil can be more than 999. Also, you can see the direct damage of the Mega Morsel combo by checking Kaycee stats and seeing "Highest damage dealt", I managed to do this with the infinite mirrors with airborne and annoying, though I had to stop at 5000~
borderlands also has a similar maximum money, where the true limit is somewhere much higher than shown (probably just the integer limit)
I read that the max amount of power/health a card can have in Inscryption is over 2 billion.
The rabbit card hoard reminds me of my custom card that was free, gave energy, gave random cards, and was unkillable. I sat for like 10 minutes hammering Mr. Screw You to see how many cards I could get in my hand. P03 had to endure a lot with me. My genius is second only to my stupidity.
I assume it went to integer limit which is 2,147,483,647.
Total miss play...
Probably the same for the hand
2.147b is the 32-bit signed integer, specifically. Unsigned is 4.294b (signed meaning marked as + or -) but people don't use unsigned often because it's easier to deal with a number overflowing to -2b than to 0, which is a number you might actually want to use.
Games use a lot of different integers. 128 is a fairly common limit in games (8-bit signed) and 32k is 16-bit signed.
The same thing happens on Hearthstone if you do any insane combo that gives you that much attack.
@ThoraeJenkins relatively simple fix to that: whenever arithmetically adjusting the value, just check if the result is paradoxical to what's expected. Like if you do unsigned_var-10, you'd expect to get a number smaller than unsigned var, but then if your number is suddenly larger, then you know you've underflowed. Or if you do unsigned_var++, check if value is now zero. If so, then you know you've overflowed.
Strong assumption here but i think the limit that the game hit was the limit of an integer, leading to an overflow, which is insane lmao
I mean what else could it have been? That’s a pretty standard thing
@@Tech_Marauder i mean moreso it's insane that he hit the limit since it's usually 2,147,483,647 but they could have also programmed in a manual limit rather than using the limits of computer programs themselves
it could also be an unsigned integer since attack never needs to be negative which doubles the limit to 4,294,967,295 but i'm assuming it's just a normal integer bc the average player won't get anywhere near the integer limit. unless you, well, do what Exxo did in this video
The fact that it ends up at 0 for a frame regularly implies it's a signed int, since you can imagine code that says "make sure it's not negative, set to 0 if it's less than 0" but you can't (reasonably) imagine that there's any checks in place for overflow because come on, so it goes over then it goes "oops it's negative, guess I gotta set it to 0" then it just goes back to going wild
a 4th dementional shape in a 2 dimentional screen mimicing a 3 dementional scenario
The reason that the morsel/mirror tentacle combo grows so much faster than the alpha/mirror combo is that the morsel adds a larger amount of attack to the card every tick than the alpha did. You don't actually need an alpha to pull off the mirror combo if you have morsel on the tentacle and another morsel card with at least 1 attack.
Exxo: *Science isn't about why, its about why not!*
This vid reminds me of LGIO, where Josh just tries to break the game in every way he can imagine, but its Exxo.
I'm glad you showed off the true potential of Mirror Tentacle, but how about something for Grimora?
Bone King + Undying + Corpse Eater + Bone Digger on something with 0 attack and face the Moon. Let's see just how many bones we can get.
Rabbit card jumpscare at 9:47 !
Good scientific work on display!
Turn your cards into pelts and become a big shot with this trick?! Only for 5.99 a month!
I clicked on the video and *instantly* started laughing. That’s a good sign.
I'm guessing most of the values that don't have limits (attack power, hand count, etc) just use the limit of whatever the maximum value that can be stored is (probably an integer). I doubt the devs knew players would attempt to reach such a high limit lmao
me in UNO after playing with my father:
I was wondering about a weak-units only challenge (aka smoke, rabbit, squirrel, bee). With bee sidedeck, good totem, three candles and a bunch of items it may actually be possible 🤔
Exxo next time can you make it so Leshy won't stop counting teeth you made? like if you deal 15-20 overkill he will just stop counting no matter what, but can you make it so he will count out all of your overkill damage? and then deal like 1 million damage with Bi and Tri strike?
Sad that we didn't get to see it attack, but still cool video
Thank you for this educational video on the 4th dimension. very informational.
I feel like the damage limit might be the integer limit, or maybe half of it.
Probably the full limit because i don’t think that Power is gonna use a signed integer
@@nubbyboi6523 Anything that has a potential of going down should always use a signed integer. The moment your players know numbers can go down they're going to subtract from 0 and see what happens. You do NOT want to make a 4b damage card from a simple -1 on an 0 attack card, and it's much easier to just use a signed integer and round all negatives to 0 than try to predict all forms of underflow.
The mad lad has done it again!
Maybe you could figure out a way to efficiently improve Hodag.
My first though was the combination of multiple sigils: Brood Parasite, Dam Builder and Trifurcated Strike to attack three card in a single turn, but even if this works it would be annoying to remove the Dams with Worthy Sacrifice to repeat the process next turn with Unkillable. You would need two Unkillable cards with two bloods cost to clean the table and would end up with a hand full of Dams.
One thing I did try to do with the Hodag was combine with Fledgling. That end up being a bad idea. The resulting Elder Hodag did not permanently improve the attack of the normal card.
If you got Two ouroboros and they both have morsel, can you increase life and damage exponentially? 1+1=2 2+2=4 4+4=8...
You can't have two Ouroboros without cheating. The game is very careful to never allow you to have more than one in your deck. (You can have more than one within an individual encounter, though, if you give your Ouro the Fecundity sigil)
@@underrated1524can’t you give ouroboros the field mice sigil? or is that a modded in sigil?
@@kylethomasmutchler7556 That's the Fecundity sigil
@@underrated1524 The idea is that exxo uses the tricks to have two ouroboros
Me who in act two used ouroboros at grimora got a dead one and a normal one and kept hammering the dead one wich increased both at the same time and i was thinking what would be enough for po3 in act 3 so i went all out got ourobot and just got stacks of money
I was thinking the other day that you could put morsel on Oroborous and an unkillable Black Goat to get the same effect, especially as it would double each time with Oro's special trait
The limit is the integer limit, since it cant handle a number beyond that, it goes back to 0
This is why I subscribed. :)
Think of all the trees that had to be cut down to produce those rabbit cards!
What happens if you give leshy the hand tenticle with the clock or angler hook?
My guess is the hand tentacle still scales based on your hand. Red Hart still counts your spent blood when it's on Leshy's side of the board.
I had fun one time with undying reptile totem, a fecundity sigil skink fused with a warren one. That run was crazy as i also had an undying beehive geck...
A minimum of three free undying cards in hand round one, most of the time. The little bees could exhaust even the grizzlies of skullstorm, which i didn’t have to do - i could summon more powerful cards using them - but it was satisfying in a kind of sadistic way to kill leshy's teddy bears with stupid bees.
Overkill in a nutshell.
The limit will probably be whatever type the variable to store the information is, probably integer
Exxo..
You keep my hunting "the truth"
the biggest crime committed in this video is not attacking leshy with the inf damage
Ba'jeezuz that all seems so time consuming.
You new upload, today is good.
It is a quite ridiculous proposition to do this, I applaud your bravado to perform this tomfoolery
I remember seeing you do that mirror tentacle trick in an earlier video or stream, it feels like you’re doing something illegal😂
it has "yes" amount of sides
Have you tried making an immortal-digging-flying-protector that plays itself when it dies? I once did that and it single handedly allowed me to survive theoretically forever into starvation.
Immortal and the Corpse Maggots sigil is a funny combo.
Your immortal-digging-flying-protector is not enough to survive infinitely into starvation. Starting with the 9/9 Starvation, each Starvation automatically puts one damage onto your side of the scale when summoned. If you're not damaging Leshy, you WILL lose eventually.
@@underrated1524You can take them out via diagonal attacks.
notif gang 👍
You could have combined all the sigils that give a card when placed to make the process three times faster.
How do u do that thing about choosing sigils and attacks? I wanna that too.
Its actually not an infinite combo with the “infinte cards” because there is a point where it becomes impossible to play any cards. I was messing around with it because I somehow managed to by pure luck get a cuckoo with ant spawner and fucundity and then mix it with one with undying, and I got like 300 cards drawn in that one turn. At some point the cards in my deck got so big I couldn’t pick literally anything except my ant which filled up my entire screen. I tried everything but I could only get an ant stopping the combo annd killing me
what would happen if you only had Ijiraqs in your hand?
Is there a starvation limit?
Inscryption just updated for me on console anybody know what was fixed changed or added?
I got that naturally by accident. morsal sigil on all elk type cards my black goat had unkillable and my moose buck was fused serval times one of them had unkillable so infinite damage damn I should play inscription again
ive got a sugestion
if you make a beaver spawn dams with the dambuilder sigil would it cover the entire board?
I’m pretty sure you aren’t able to give a card a sigil it already has, at least in my experience playing the game
@@verushka7405 well yeah but isn't this video about hacking the game?
also its funny that the og comment was 9 months ago xD
The only thing keeping your hand in check is your computer’s ram
Does anyone know if Kaycee’s Mod changes after beating the game or if using Ctrl+K+M just gives the whole thing? Asking bc I’m considering picking it up on Steam and have already completed the game
Nice
i tried the tentacle thing it didnt work for me
Did you have a Pack Leader or Morsel sigil involved? By default, two Mirror Tentacles opposing each other have 0 attack. You need an external boost to get the gravy train rolling.
Warren with unkillable and osbouros
Welcome to the Rabbit Hole!
Rabbit
Bun
first
Daing
What is that pocket watch item? How can I get it?