Candy Box - Egyszerű és nagyszerű


Candy Box - Segédlet -


Candy Box - Wiki (angol)
  • tugyiti
    #188
    És ha valaki türelmetlen ,ahogy Pio is javasoltva konzolba:

    SPOILER! Kattints ide a szöveg elolvasásához!
    // http://candies.aniwey.net/
    // enter in console
    candies.nbrOwned = Number.POSITIVE_INFINITY;
    lollipops.nbrOwned = Number.POSITIVE_INFINITY;
    quest.setMaxLandOrder( 20 );
    chocolateBars.nbrOwned = 10;

    sword.specialPower = 100;

    for ( var potionName in potions.list ) {
    var potion = potions.list[ potionName ];
    potion.nbrOwned = Number.POSITIVE_INFINITY;
    potion.shown = true;
    }