Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Shock configuration, slight clean up of Config screen #1692

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from

Conversation

Quotae
Copy link

@Quotae Quotae commented Sep 16, 2019

I added a way to choose how effective Shock is. The option only shows up and applies to the enemy when "Enemy is Shocked?" is ticked. The ticked box makes any Shocked modifiers apply to the enemy without applying any increased damage taken, so only the input box increases damage taken. I also changed the tooltip to explain Shock a tiny bit by mentioning what the normal base Shock is and that it scales with Shock/Ailment effectiveness.

image

image

image

When testing this, on some builds, ticking Shocked or disabling it would make the entire Config screen move because it was small enough to fit without the input box there, and too big to fit when the box is there.

To try to help a bit, I hid the config for always being on Full Life unless the toggle is relevant, since it's relatively rare.

I mostly just wanted the Shock changes in, maybe there's some reason that the option I hid is always there. But I personally think it's better with it hidden.

@@ -997,7 +995,7 @@ local specialModList = {
mod("BlockChance", "MORE", -30),
mod("SpellBlockChance", "MORE", -30)
},
["maximum life becomes 1, immune to chaos damage"] = { flag("ChaosInoculation") },
["maximum life becomes 1, immune to chaos damage"] = {flag("ChaosInoculation") },
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, woops. I was messing around with trying to get the Full Life setting to show up when you have Chaos Inoculation, just to be absolutely sure it puts you down as on Full Life. For some reason I couldn't get it to work so I just undid all the stuff I changed, but I didn't even realize I erased that space. Not a needed change, obviously!

@Legrems
Copy link

Legrems commented Sep 25, 2019

Commit message are not very self-explaining btw ;P

Quotae and others added 9 commits September 25, 2019 20:54
made self-shock config apply increased damage taken
update shock tooltip
update shock tooltip AGAIN this is a nightmare
supports elusive and unifies wither with the withered debuff available elsewhere
left a comment in on accident
removed comment I didn't intend to leave in
This reverts commit 689b2fc, reversing
changes made to 39853e0.
@Ydoum
Copy link
Contributor

Ydoum commented Nov 1, 2019

I was looking for this option ever since skitterbots were released.

This needs to be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants