Monthly Archives: October 2010

NWN Cleric in OC ridiculously overpowered

Playing through the OC again with a cleric build. Tweaked it some as the OC maxes around level 16 or level 17. Decided on 14 STR, 10 DEX, 12 CON, 14 INT, 16 WIZ, 10 CHAR. Naturally a cleric build customized for casting is heavy on the WIZ. The purpose of 14 INT is the [...]

Merge on the fly in development with juicer

Finally upgrading to the latest juicer, I found my prior hack no longer worked. I decided to revisit my solution and replace it with something more effective. While I still overrode a method, I dispatched the temporary file I was using previously. Ultimately this ought to be Rack middleware. Perhaps next time. class JuicerController < [...]