Search results

  1. L

    Sophora "Still in combat" softlock after hitting "previous"

    1. Fight Sophora for the first time 2. Lose, (get the facefuck scene?), press next, get the "a mystery/crazy" choice page 3. Hit "previous" at the top of the page. This takes you back to the sex scene. 4. Hit "next". This (bug'gedly) takes you to the after-combat blurb with the choice prompt...
  2. L

    0.2.13 Crash to blank screen during Orc Seers fight

    TypeError: "e is undefined" c https://www.fenoxo.com/play/CoC2/backer/main.f6efcc77334ae6b38317.js:2 c https://www.fenoxo.com/play/CoC2/backer/main.f6efcc77334ae6b38317.js:2 value https://www.fenoxo.com/play/CoC2/backer/main.f6efcc77334ae6b38317.js:2 mn...
  3. L

    CoC Xianxia Mod (0.8w-z for CoC 1.0.2)

    Bugs: game saves do not save manticore rear body. dominika checks if your spells are =12 and assumes she can't teach you anything, so if you know 15 spells (grey) she assumes she can -> fail. The halloween year requirements are backwards, so the Fera scenes occur in reverse order. Talking to...
  4. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Hmm... an ability that requires high fetish stat that acts as an undodgeable enthrall and can only be used on someone with a fetish above 2.5, and reduces that fetish by 1, would take 2 minutes to make. A trait that causes a chance of enthrall whenever a fetish above 2.5 is triggered would be...
  5. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    My repo has a few (mostly threesome) (control+f "days ago"). Maybe every time your stamina is depleted the stun is one turn longer? Alternatively, one of the main benefits of being on top is more move choice- maybe some edits to staleness? Lower max (30 isntead of 50) if you are in a submissive...
  6. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Can't you just have Angel's summoning mechanic check if she's a pet, and if so summon who she would be summoning as her pet instead as a pet for whoever's pet she is? How about if there are 5 competitors, change it to two teams of two and Angel and one of her friends (could make sense even...
  7. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Feedback? Also, right now I think herm Jewel needs a significant buff, both for the ass build (maybe add assmaster and asshandler as bonus traits somewhere), and for the fact that her addiction relies on doing stamina damage, and both fiery pussy and tighten do stamina damage, but her cock does...
  8. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Many skills scale with the attributes that unlock them, though some only to a point- e.g. Binding scales with arcane up until you have 20: target.add(c, new Bound(target, Math.min(10 + 3 * getSelf().get(Attribute.Arcane), 70), "seal")); Other attributes like submissive and seduction have passive...
  9. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    @nergantre Back on Nov 13 ("Update combat with phases and update pet skills"), you set up a new system form disabling characters, but it does (checkFlag(String.format(DISABLED_FORMAT, self.getName()))), and you removed the flags "AngelDisabled" etc. I think this makes it not work. Also, you keep...
  10. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Yeah, that start was made for my git fork, and has issues now that Nergantre folded it into main. I would advise being careful, or better just not using it- looking at the start file, you should be able to figure out how to make your own without that much difficulty. -Yes, that should be fixed...
  11. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    This exists, though there is no way to trigger it voluntarily. If the opponent has the genuflection trait and you try to stand up, or you use the foot worship skill, or you have the final stage of Airi's parasite, you may be forced to kneel. I made a Kneel move in like 30 seconds on my fork-...
  12. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Not true. Skills that do damage to breasts gain damage from breast size. @Override public double getSensitivity(BodyPart target) { return .75 + size * .2 + bonusSensitivity; } where size scales from 0-9. If you play with system messages on, you've seen the things that go into...
  13. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Eh, totally fair point. The alternative of an extra upgrade for tickler/dildo/strapon becoming available is there though. Actually, a strapon upgrade that gives it some of the benefits of a bionic cock should probably be available for Mara at some point, and making it part of the general tech...
  14. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Does a lvl10 specialization have 5 things, not 4? (level 12, 20, 25, 39, 54?) I am concerned about having a trap be a whole level of trait, though part of that hesitance is probably just not seeing traps being used effectively atm. Perhaps add something else weak/situational at the same level...
  15. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    @dndw I would be inclined to have the traps as separate from the normal skill progression, because at least the way they get used now, they don't seem to have the same impact as an actual combat trait. Biological tree: I think those are the ones you were concerned about. Enhanced Muscles...
  16. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    I think that dichotomy is reasonable, but Mara already has a bunch of abilities that are biological, and it seems like there is already a focus there that just hasn't been grouped into one. I also put a lot less thought into the biological focus than I did into the others. Also, a new lvl20...
  17. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    How about a trait that causes any stamina damage that someone fucking her has to be converted into arousal damage? And/or a trait that converts a set amount (based on divinity) of stamina damage to Angel into arousal damage for both people? If the followers have a full arousal+willpower...
  18. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    Making everything scale is probably the best way to do this. There are also the multi-levelled-skills like shove/shredding palm. If you decide to stick with always-relevant basic skills, more upgrades is likely necessary for SoD. Arcane lets you summon arm bindings, an upgrade for arcane trip...
  19. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    I don't think merging into mainline is the best idea- some of my changes are less than fully defensible and some things I do introduce bugs that take me a while to pin down- e.g. right now Kat's pheromones are doing 50x normal damage for some reason. Some changes also probably conflict with...
  20. L

    Nightgames Mod (v2.5.1.2) updated 2/11/17

    @nergantre the removal of max mojo variation you pushed is making it hard for me to figure out how to balance spellcasting. It seems odd to me to have a high level Cassie needing to take as many turns between spells as other people. The compensation changes I'm considering implementing in my...