Null Tweaks 2014-12-04: Rocks and Stones

A place to post your add ons and ideas for them

Moderator: Moderator

Post Reply
Message
Author
Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-03-18: Yeek Lifespan Improvement Projec

#61 Post by Doctornull »

Spleenling wrote:I like everything about this Mod but the poison talent changes. Could you please add an option to make it back to vanilla?
That may take a while, but I'll try.
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Spleenling
Higher
Posts: 45
Joined: Mon Jan 20, 2014 6:44 am

Re: Null Tweaks 2014-03-18: Yeek Lifespan Improvement Projec

#62 Post by Spleenling »

Doctornull wrote:
Spleenling wrote:I like everything about this Mod but the poison talent changes. Could you please add an option to make it back to vanilla?
That may take a while, but I'll try.
Thank you

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#63 Post by Doctornull »

Timed Effects

An option will toggle this fix. The fix is to change the on_merge behavior of some timed effects to use the maximum of (old duration, new duration) rather than their average duration (old+new)/2. This results in less wonky results from multiple different burn effects, and results in more sensible behavior when you are suffering from an effect which is about to expire.

For example, in the old code if you had 1 turn left of being on fire, any new Burning duration would be halved (and the damage per turn DOUBLED). When you are being set on fire by multiple opponents, like a pack of fire dragons, this can result in silly and unintended damage per turn.

The fix is to always use the maximum duration. In both cases total damage is conserved: if you would suffer from 100 total fire damage, you will still suffer from 100 total fire damage either way.

Affected effects are: Burning, Cut, Wasting, Manasurge, Restless Night, and (when it exists in 1.2) Lightburn.
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Orangeflame
Thalore
Posts: 157
Joined: Sat Sep 14, 2013 9:09 pm

Re: Null Tweaks 2014-04-05: Max Burning

#64 Post by Orangeflame »

(Using grayswandir's weapon pack)
Whips use exotic weapons mastery by default... and Nulltweaks is (not so) helpfully turning that into greatweapon mastery instead of agile mastery.
When in trouble / or in doubt / run in circles / scream and shout.

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#65 Post by Doctornull »

Orangeflame wrote:(Using grayswandir's weapon pack)
Whips use exotic weapons mastery by default... and Nulltweaks is (not so) helpfully turning that into greatweapon mastery instead of agile mastery.
If you're using that option in Nulltweaks, then whips do not use Exotic Mastery, and in fact Exotic Mastery no longer exists... so I'm not sure what's going on if you see Exotic anywhere.

Using only Nulltweaks and grayswandir's weapons pack, I'm only able to see Agile Mastery on any whips.

What other addons are you using?
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Orangeflame
Thalore
Posts: 157
Joined: Sat Sep 14, 2013 9:09 pm

Re: Null Tweaks 2014-04-05: Max Burning

#66 Post by Orangeflame »

Updated both addons, started a new game, and whips use Agile Mastery now :)
When in trouble / or in doubt / run in circles / scream and shout.

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#67 Post by Doctornull »

Orangeflame wrote:Updated both addons, started a new game, and whips use Agile Mastery now :)
Yay!
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Umbrall
Thalore
Posts: 153
Joined: Sat Feb 23, 2013 7:53 pm

Re: Null Tweaks 2014-04-05: Max Burning

#68 Post by Umbrall »

I like how if you had used my merge, t = round((dam1*t1 + dam2*t2)/(t1 + t2)), then it fixes every problem you mention in the text while simultaneously not having wonky behaviour that makes more burning slow it down.

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#69 Post by Doctornull »

Umbrall wrote:I like how if you
Passive-aggressive whining is not on topic.

We discussed this in IRC and your case was not convincing.

Please drop it.
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Umbrall
Thalore
Posts: 153
Joined: Sat Feb 23, 2013 7:53 pm

Re: Null Tweaks 2014-04-05: Max Burning

#70 Post by Umbrall »

You're being very aggressive, it was very much on topic, your reasons ironically apply the least to the burning you've mentioned in the title.

Also this was significantly less aggressive than you were, I was playfully mentioning it and how it was amusing that mine was more effective at the goals you stated.

My case was very convincing. You alternated between being convinced and having one minor issue and arbitrarily dismissing it because you were confused. And now suddenly this has become an issue that I don't want to continue because I had to give a response there.

nox1999
Low Yeek
Posts: 6
Joined: Sun Mar 23, 2014 2:30 pm

Re: Null Tweaks 2014-04-05: Max Burning

#71 Post by nox1999 »

vulnerability poison error.

Lua Error: /engine/interface/ActorTalents.lua:77: bad argument #2 to 'info' (number expected, got nil)
At [C]:-1
At [C]:-1 info
At /engine/interface/ActorTalents.lua:77 info
At /mod/class/Actor.lua:4517 getTalentFullDescription
At /mod/dialogs/UseTalents.lua:317 generateList
At /mod/dialogs/UseTalents.lua:67 init
At /engine/class.lua:97 new
At /mod/class/Game.lua:1720 f
At /mod/class/Game.lua:1494
At /engine/KeyBind.lua:235

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#72 Post by Doctornull »

Umbrall wrote:And now suddenly this has become an issue that I don't want to continue
Excellent!
nox1999 wrote:vulnerability poison error.
Not excellent at all!

This is my bug, I'll push a fix after some testing.
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#73 Post by Doctornull »

nox1999 wrote:vulnerability poison error.
Fix posted. Please let me know if you have further issues!

Thanks.
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

pheonix89
Halfling
Posts: 118
Joined: Mon Mar 05, 2012 10:35 pm

Re: Null Tweaks 2014-04-05: Max Burning

#74 Post by pheonix89 »

Is this 1.20 compatible?

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Null Tweaks 2014-04-05: Max Burning

#75 Post by Doctornull »

pheonix89 wrote:Is this 1.20 compatible?
Not guaranteed to be yet. I'll post an update when it's fully tested.

If you're testing it with 1.2, please do let me know if you find any bugs. Thanks!
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

Post Reply