Jump to content

Testlum

Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Testlum

  1. I am fairly certain that OneHitUse only works for WeaponAttackAbilities. In the past I tried to change Shadowing Beyond to use that duration without success.
  2. You might like to know that Helm of the White Void will give a whopping +10 Accuracy to WotEP's Offensive Parry thanks to the Daze effect.
  3. I encountered this bug in my own game (without Balance Polishing Mod installed) and might've found a way to fix it without editing the base progression tables. In the attached file, I appended a blank ability when Rapid Recovery is picked for the Black Jacket subclass, specifying Constant Recovery to be removed. Feel free to use @Elric Galad! EDIT: Ah, Constant Recovery came back after I leveled up again. My fix doesn't solve that unfortunately, so it's back to the drawing board. Just for transparency, the bug is caused by Black Jacket's Constant Recovery having an incorrect check for the base fighter's Rapid Recovery instead of the subclass modified version inside the progression table.
  4. Super niche interaction that's probably more useful for modding than playing the game, but console added abilities can't be empowered for some odd reason. Tested it by adding Far From Defeated... to my chanter via console command, which grayed out the ability when I tried to empower it. Removed Far From Defeated..., added Their Champion Braved..., leveled up my chanter and picked Far From Defeated... and I could empower it.
  5. One thing that might be a reason behind having so many abilities under the per rest system could be that the developers wanted to encourage swapping loadouts. We already see part of that in the additonal proficiencies you get by levelling up. I can't say it worked out that way for me though.
  6. Remembered a bug I encountered in the game, as detailed by another poster here. The universal talent Veteran's Recovery will eventually be better than the fighter's own Constant Recovery due to a scaling oversight.
  7. For reference, you would have to modify each instance of Distracted to reflect the changes you want, but that's fairly trivial. It is just slightly annoying having to collect them all before you copy+paste the modified child effects you want.
  8. That would still net you +2 Wounds if your Wound count is zero, though x) Looks like I'll need to come up with something else instead haha. EDIT: Although it might be possible to check if AccruedResource is above 1... Hmm, that might work.
  9. Stunning Surge in the base game does not work per the upgrade description. If you land a Crit, you'll get 2 Wounds in addition to recovering the 2 Mortification spent. The "AddResource" enumeration used to provide this effect sadly does not differentiate between Wounds and Mortification. That's a technical limitation, so it would need to be worked around. The obvious idea would be to append an "AddWounds" effect with -2 value, but that's no good because the monk loses 2 Wounds if they were already at max when Stunning Surge lands a Crit. Anyone with a clever idea?
  10. I'm in favour of correcting what's clearly a bug with Psychic Backlash. The number of per encounter uses or duration of the Stun can be increased if the fixed version is not worth choosing as a talent. The fixed version will allow players to pick it without feeling like they're cheesing the game
  11. @thelee I noticed that your guide over at GameFAQs still describes Full Attacks as using only the offhand recovery when dual-wielding, though this no longer seems to be the case in the current version. Since I saw the last update being in Sep 2023, I assume the guide is still being updated, so it would be good to correct this. A quick test in-game seems to match the below post saying it instead uses the higher recovery of either weapon instead.
  12. I admit I don't know much about solo play for Pillars, but would this be much of an issue? Single-classed Rangers aren't the strongest class already so I have a hard time seeing how they could dominate solo gameplay even if Shadowed Hunters received a big upgrade.
  13. Ayyy, glad to see someone else has the same thoughts as me. Shadowed Hunters always sounded to me like an offensive ability instead of a defensive, Withdraw-ish tool to retreat with. I modded it in my own game to stack Crit-to-Hit chance and Crit damage over time, similar to your idea, though I didn't bother capping the stacks since it's a PL9 ability.
  14. Belated thanks for this mod! It's really nice to play around with different builds in an arena mode when usually I'd take NPC companions along when playing Deadfire proper. Wrapped up a playthrough of S4 earlier this year, now I'm using it to try out a 5 wizard party.
  15. I've tried a few times to get this to work without success. The closest I've come to is setting my characters to Defend Self, manually casting the first ability I want to use and then letting the script take over for the remaining spells. I did come across a mod on Nexus that might do what you want, though not sure if it works for the current version of Deadfire. https://www.nexusmods.com/pillarsofeternity2/mods/558?tab=description
  16. Seems like that doesn't work for my computer. Alright, I can give it a shot. It seems that both vanilla and the modded version do get bonus PEN, so I guess it's just an odd display bug after all. Good to know!
  17. Alas, that's what I was afraid of when I found out it wasn't in the speakers or characters gamedatabundle. That's a bit too much fiddling around for me, but thank you for clarifying!
  18. Hmm, I'm not quite sure how to test that unfortunately. The damage breakdown when you hold down Shift doesn't seem to display whether the damage is affected by PL or not. Incidentally, I also couldn't figure out how to take a in-game screenshot while holding down the Shift key simultaneously lol.
  19. Some of the NPCs in Deadfire have the same portrait, which bugs me. For example, Fyrna from The Hole and Cuitzli from Cuitzli's Herbs both use the same orlan portrait. I'd like to change that. Overwriting the old portrait with a new one clearly won't work because then both NPCs will display the same new portrait. Yet I can't find the file that dictates which NPC displays what portrait. Anyone have an answer?
  20. Dropping by with a bug report. I'm messing around with Sacred Immolation for my own mods and went over the one here. It looks like the AoE damage doesn't scale with PL. I suspect that's because it's triggered from the ApplyOnTick status effect instead of linking the real AoE attack directly from the ability itself. In vanilla, the AoE damage scales according to PL even though the duration does not. Unfortunately I'm not sure whether it is possible to have both AoE damage and duration scale with PL correctly. It might be down to a technical fault of the engine.
  21. Unfortunately don't have the source for the original art.
  22. Getting data on conversation file formats would be fantastic.
  23. Hi, looking to see if anybody knows how changing weapon sets are programmed for this game. I've currently managed to make it so that using consumables (i.e. potions, drugs) don't break invisibility, and it'd be great if I could extend that to weapons as well. Can't seem to find it in the abilities.gamedatabundle though. EDIT: Perhaps this is hardcoded and can't be modded normally, since the only related thing I found was a variable that set the weapon switch time to 2s in global.gamedatabundle.
  24. If you're running any mods, try disabling them. That might happen due to a stringtable error.
×
×
  • Create New...