Testing The Limits Of Inscryption

Поделиться
HTML-код
  • Опубликовано: 4 июл 2023
  • Trying to find some of the limits of Inscryption, like how much attack a card can have, how many teeth / foils you can get, and how many cards you can have in your hand.
    #Inscryption #KayceesMod
  • ИгрыИгры

Комментарии • 81

  • @nubbyboi6523
    @nubbyboi6523 Год назад +61

    The rabbit hand looked like it was about to perform the great transcendence

  • @creditsunknown7974
    @creditsunknown7974 Год назад +233

    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~

    • @connectivity_issue
      @connectivity_issue Год назад +10

      borderlands also has a similar maximum money, where the true limit is somewhere much higher than shown (probably just the integer limit)

  • @laurawitch3099
    @laurawitch3099 Год назад +82

    This game literally has no limits.
    No deck limit
    No hand limit
    No bone limit
    No teeth limit
    And especially not a rabbit limit

  • @Phika_
    @Phika_ Год назад +296

    I assume it went to integer limit which is 2,147,483,647.

    • @greatclubsandwich5612
      @greatclubsandwich5612 Год назад +14

      Total miss play...

    • @camera-is-me2606
      @camera-is-me2606 Год назад +3

      Probably the same for the hand

    • @ThoraeJenkins
      @ThoraeJenkins Год назад +22

      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.

    • @trevoreyre2775
      @trevoreyre2775 10 месяцев назад +1

      The same thing happens on Hearthstone if you do any insane combo that gives you that much attack.

  • @matthewmartinez3550
    @matthewmartinez3550 Год назад +31

    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.

  • @takkun7635
    @takkun7635 11 месяцев назад +11

    a 4th dementional shape in a 2 dimentional screen mimicing a 3 dementional scenario

  • @snoupster
    @snoupster Год назад +60

    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

    • @Tech_Marauder
      @Tech_Marauder Год назад +4

      I mean what else could it have been? That’s a pretty standard thing

    • @snoupster
      @snoupster Год назад +5

      @@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

    • @snoupster
      @snoupster Год назад +4

      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

    • @fluffalpenguin
      @fluffalpenguin Год назад +5

      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

  • @Astroplatypus
    @Astroplatypus Год назад +40

    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.

  • @d.w.k.7383
    @d.w.k.7383 Год назад +22

    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.

  • @theratraider9357
    @theratraider9357 Год назад +4

    This vid reminds me of LGIO, where Josh just tries to break the game in every way he can imagine, but its Exxo.

  • @sealy3976
    @sealy3976 Год назад +5

    Rabbit card jumpscare at 9:47 !

  • @tonimohr4971
    @tonimohr4971 Год назад +8

    Good scientific work on display!

  • @Kieferson1
    @Kieferson1 Год назад +4

    Exxo: *Science isn't about why, its about why not!*

  • @thetruetri5106
    @thetruetri5106 Год назад +10

    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 🤔

  • @SpaceLobster21
    @SpaceLobster21 Год назад +4

    Sad that we didn't get to see it attack, but still cool video

  • @idkagoodname1155
    @idkagoodname1155 Год назад +6

    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?

  • @tehcodekid8421
    @tehcodekid8421 6 месяцев назад +3

    I clicked on the video and *instantly* started laughing. That’s a good sign.

  • @TylerNinjaFortniteBlevins
    @TylerNinjaFortniteBlevins Год назад +8

    I feel like the damage limit might be the integer limit, or maybe half of it.

    • @nubbyboi6523
      @nubbyboi6523 Год назад +1

      Probably the full limit because i don’t think that Power is gonna use a signed integer

    • @ThoraeJenkins
      @ThoraeJenkins Год назад +4

      @@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.

  • @DanielChico09
    @DanielChico09 Год назад +3

    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.

  • @batterypoweredgorillas
    @batterypoweredgorillas Год назад +4

    Turn your cards into pelts and become a big shot with this trick?! Only for 5.99 a month!

  • @matthiass._.
    @matthiass._. Год назад +1

    Thank you for this educational video on the 4th dimension. very informational.

  • @blobfishthedevourer3735
    @blobfishthedevourer3735 Год назад +1

    The mad lad has done it again!

  • @quintvanderwaal1017
    @quintvanderwaal1017 Год назад +3

    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

  • @Xerns-0
    @Xerns-0 Год назад +1

    This is why I subscribed. :)

  • @MafiaCow01
    @MafiaCow01 Год назад +1

    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

  • @someaccount5200
    @someaccount5200 Год назад +1

    The limit is the integer limit, since it cant handle a number beyond that, it goes back to 0

  • @aperson6821
    @aperson6821 11 месяцев назад

    Think of all the trees that had to be cut down to produce those rabbit cards!

  • @asilnorahc8910
    @asilnorahc8910 3 месяца назад

    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.

  • @ihaveenoughtodoandenoughtoeat
    @ihaveenoughtodoandenoughtoeat Год назад

    Genius combo!

  • @ChiseledDiamond
    @ChiseledDiamond Год назад +2

    You new upload, today is good.

  • @Mike_9791
    @Mike_9791 Год назад

    I remember seeing you do that mirror tentacle trick in an earlier video or stream, it feels like you’re doing something illegal😂

  • @happyday6532
    @happyday6532 Год назад +5

    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...

    • @underrated1524
      @underrated1524 Год назад +4

      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)

    • @kylethomasmutchler7556
      @kylethomasmutchler7556 Год назад

      @@underrated1524can’t you give ouroboros the field mice sigil? or is that a modded in sigil?

    • @underrated1524
      @underrated1524 Год назад +3

      @@kylethomasmutchler7556 That's the Fecundity sigil

    • @happyday6532
      @happyday6532 Год назад

      @@underrated1524 The idea is that exxo uses the tricks to have two ouroboros

  • @Dazdigo
    @Dazdigo Год назад +3

    What happens if you give leshy the hand tenticle with the clock or angler hook?

    • @underrated1524
      @underrated1524 Год назад +2

      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.

  • @chefyboy2748
    @chefyboy2748 Год назад +1

    Ba'jeezuz that all seems so time consuming.

  • @elbillys
    @elbillys Год назад +1

    How do u do that thing about choosing sigils and attacks? I wanna that too.

  • @jerrymoto6249
    @jerrymoto6249 Год назад +1

    Overkill in a nutshell.

  • @user-gn3ys7lu4efdskyjxjIHcb
    @user-gn3ys7lu4efdskyjxjIHcb Год назад +1

    it has "yes" amount of sides

  • @NotCicognaMora7
    @NotCicognaMora7 5 месяцев назад

    me in UNO after playing with my father:

  • @sumvaldebrevis
    @sumvaldebrevis Год назад +23

    It is a quite ridiculous proposition to do this, I applaud your bravado to perform this tomfoolery

  • @villdage
    @villdage Год назад

    Nice

  • @crimzon5326
    @crimzon5326 Год назад +2

    notif gang 👍

  • @DistressedCrab
    @DistressedCrab Год назад +1

    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

  • @DanielChico09
    @DanielChico09 Год назад

    You could have combined all the sigils that give a card when placed to make the process three times faster.

  • @quickz345
    @quickz345 Год назад +1

    Inscryption just updated for me on console anybody know what was fixed changed or added?

  • @jesibelle_6127
    @jesibelle_6127 Год назад

    Warren with unkillable and osbouros

  • @krisspychissp
    @krisspychissp Месяц назад

    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

  • @Odium_DOB
    @Odium_DOB Год назад

    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

  • @dragonboyxvi
    @dragonboyxvi Год назад

    The only thing keeping your hand in check is your computer’s ram

  • @MaxHinkle-fz5nq
    @MaxHinkle-fz5nq Год назад +2

    What did you do

  • @lor1den627
    @lor1den627 Год назад

    what would happen if you only had Ijiraqs in your hand?

  • @victorreteikerutgersson3644
    @victorreteikerutgersson3644 Год назад +4

    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.

    • @themasterblaze7563
      @themasterblaze7563 Год назад

      Immortal and the Corpse Maggots sigil is a funny combo.

    • @underrated1524
      @underrated1524 Год назад +2

      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.

  • @victorreteikerutgersson3644
    @victorreteikerutgersson3644 Год назад +1

    Is there a starvation limit?

  • @msw8616
    @msw8616 Год назад +3

    ive got a sugestion
    if you make a beaver spawn dams with the dambuilder sigil would it cover the entire board?

    • @verushka7405
      @verushka7405 2 месяца назад +1

      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

    • @msw8616
      @msw8616 2 месяца назад

      @@verushka7405 well yeah but isn't this video about hacking the game?
      also its funny that the og comment was 9 months ago xD

  • @jeronimocontag182
    @jeronimocontag182 Год назад +1

    i tried the tentacle thing it didnt work for me

    • @underrated1524
      @underrated1524 Год назад +1

      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.

  • @zigaudrey
    @zigaudrey 11 месяцев назад

    Welcome to the Rabbit Hole!

  • @Smthn_Wicked
    @Smthn_Wicked Год назад

    Rabbit

  • @AF_Productions
    @AF_Productions Месяц назад

    Bun

  • @crimzon5326
    @crimzon5326 Год назад

    first

  • @kostjapomuran8154
    @kostjapomuran8154 Год назад +1

    Daing