Search results

  1. O

    equipment stacking question + others

    I think having the Passion Priestess Garb increases her healing by 10%, I think.
  2. O

    equipment stacking question + others

    What I think would happen is that the heal would get its boost from Fire Jade in applyHeal() (heal * 1.2). And then that heal would then get another *1.2 boost from Evergreen's Bag in pc.HP(). So, for example if the usual heal came out to exactly 100 it would get's it's boost from Fire Jade...
  3. O

    equipment stacking question + others

    Yeah you're right, I looked through the code again and I did find it, it was actually in the pc.HP() function. I guess when I was testing the healing I got unlucky with the random element of the heal. I'm sorry for the confusion. Here's the code for pc.HP():
  4. O

    equipment stacking question + others

    I don't see why they shouldn't (and if they did it would most likely stack multiplicatively). But, after some testing, I don't think Evergreen's Bountiful bag effect is working at all. Admittedly, I didn't do much in-depth testing after looking at the code, but I didn't see any difference to...
  5. O

    Altered Tease Attack Damage

    Ah, yeah I forgot about that for some reason, sorry. These are the enemies which have moves which could paralyze the PC: Cunt Snake. (Blocked by a Physique higher than 14) Gabilani Cyborg. (Blocked by Airtight suit) Gabilani Chemist. (An energy draining move that paralyzes the PC when energy...
  6. O

    Altered Tease Attack Damage

    After looking at the code I figured out some things reguarding tease damage (I don't know if they're recent changes or not though) Please note: All these effects are stacked multiplicatively. The Positives: If either You or your target is tripped (but not both); You deal +25% tease damage. If...
  7. O

    Questions

    Unfortunately, you can't do that in the current version of the game (Version: 0.9.012). Heat cycles might be a thing that could possibly be added in a future update to the game. I say this because there is currently a perk in the game that's meant to replicate heat/rut cycles. (Its code works...
  8. O

    Fur Effect shop not working

    This is a known bug about exiting shop menus. This happens when you exit a shop menu in any unexpected way (Basically, any way other than pressing the 'Back' button). So, when you either exit a shop menu by pressing the 'G' key (or any hotkey). Or, load a save file while currently in a shop...
  9. O

    Will i still be able to impregnate and be impregnated if i take 5 doses of galomax pills?

    I don't know what the check is for the Legacy version but for the current JS version you still can get past the check by simply changing your legs (and still being full-goo). Is this is the code for the isGoo() function (For the current game version: #2284): So, currently you can actually get...
  10. O

    Obtain Myrellion's probe

    To find the palace with the probe in it: You first have to get into Deep Caverns: Once you're in Deep Caverns you will find the palace in the northwest area.
  11. O

    CoC2 Save Editor

    I thought the stat cap is (playerLevel) * 5 since by editing the Starting Bonuses even if I gave myself a bonus of +100 strength I could only get an effective max value of 30 in any stat and my character is level 6 (and so 6*5 is 30 and should be the max cap a certain stat could be.) Can you...
  12. O

    CoC2 Save Editor

    Unless I'm just doing it wrong, after some testing it seems like increasing (or decreasing) stat mod doesn't seem to do anything in the current CoC2 version. I don't think stat mod is actually hooked up to anything at this point; I would think it would be hooked up to functions like...
  13. O

    gray goo armor spoil me question

    I used the JS console (accessed by pressing F12 or ctrl+shift+k). I then used these commands to change the resistance values. Please note: These commands assume that you are currently wearing the Grey Goo Armor in the armor slot. For the Grey Goo Armor, Yes. This is because the Grey Goo Armor...
  14. O

    gray goo armor spoil me question

    You can get 12 evasion by using her expose upgrade; you get +4 evasion for each body part you expose. This also increases sexiness by 1 and decreases defense by 2 for each exposed body part. Also note that the suit cannot be airtight while you have any of these body parts exposed. To get the...
  15. O

    A list of unrelated questions

    The current JS public version is: [Game Version: 0.9.010-PUBLIC#2246]. If you want to know what's been added since 0.8.160; I've got a post noting most things that's been added to the game. Edit: Please Note: The Devs have basically abandoned the Legacy version so that they could create a new...
  16. O

    Charge Shield causes static burst to deal damage to you

    Still bugged in [Game Version: 0.9.010-PUBLIC#2246].
  17. O

    Crashing in the ship [0.9.010]

    I'm also getting this crash on current version (#2246). This crash only seems to happen if you enter the Crew tile on your ship when you have Dizzy and haven't returned her to Bizzy. (Bascially haven't fully recruited her yet) What I think the problem is that the game currently searches for...
  18. O

    Editing perks in TiTs.JS save editor

    If you look at the perks values on the editor it already puts the perk values as what they usually would be: e.g. looking at Virile in the editor already sets value1 to 1.15 as soon as you toggle it. So, just toggling them would just increase it by 1.15 and if you want more you could just...
  19. O

    * Fertility, Quantity Modifier: 100 %

    Fertility, Quantity Modifier's value is determined by this function: So, you can increase it with the Broodmother perk. That perk was gotten from having sex with a lapinara Female many times. But it is now disabled (Even if you activate lapinaras in the cheat menu you still cannot get the perk...
  20. O

    Editing perks in TiTs.JS save editor

    I think it'll be better if you just tell me which perks you want rather than me going through every perk in the game. As I said before the only perks that use perk values are the ones that change values by a certain amount.