4Luke4

Results 11 issues of 4Luke4

Internally, Dorn's sword (**Rancor +1**) relies upon scripting. As modders know, items should not rely upon scripting to work correctly, since it is unreliable and may quickly become messy. This...

This component adds the passive feats **Divine Grace** and **Dark Blessing** to Paladins and Blackguards. - Divine Grace: The paladin adds its charisma bonus (if positive) to all saving throws....

This component aims at implementing the NWN feat **Defensive Roll**. As a result, after installing it, if the character is struck by a potentially lethal blow, he makes a Save...

- Rewritten `lua` code so as to take into account a subtle interaction with Level Drain. - Performance improvements.

- Rewritten `lua` code so as to take into account a subtle interaction with Level Drain. - Performance improvements.

This component simply "forces" characters to wield light armors (or no armor) if they have high Dexterity. In particular: - If a character is equipped with a **Medium Armor**, it...

- `+1` to hit and damage rolls with ***bows*** every 3 levels. - May achieve Grand Mastery (5 slots) in ***longbows*** and ***shortbows***. - May only Specialize (2 slots) in...

Add `EEex_Sprite_AddBlockWeaponHitListener()`: global listener that kicks in each time a creature attacks another creature. If `true`, can block base weapon damage and on-hit effects. Example usage: ```lua function myListenerFunc(args) local...

Tweaked version of my previous [pull request](https://github.com/Gibberlings3/EE_Fixpack/pull/23) about this topic (to tell the truth, it's also relevant for [this](https://www.gibberlings3.net/forums/topic/36020-curing-stuff-with-the-ee-fixpack-for-a-given-value-of-stuff/) and [this](https://www.gibberlings3.net/forums/topic/35616-effect-immunities-on-the-ee-engine-aka-taking-full-advantage-of-the-ee-fixpack/)). Additionally, it now also expands to both BG:EE and...

See [here](https://www.gibberlings3.net/forums/topic/35902-opcode-39-issues/) for further details. Basically: - Trolls are no longer immune to Sleep - I suspect they are immune to Sleep because they used to rely on scripts for...