alttp_vt_randomizer icon indicating copy to clipboard operation
alttp_vt_randomizer copied to clipboard

Allow Byrna/bomb kills on 'easy' enemy health

Open super-aardvark opened this issue 4 years ago • 1 comments

Settings

Enemy Health: easy


Description of problem:

In ItemCollection functions canKillEscapeThings and canKillMostThings, Byrna or bombs are sufficient only if enemy health is 'default'. It seems to me they should also be sufficient on 'easy' enemy health. (Doc says with 'easy' everything dies in 1-2 fighter sword slashes, and blue guards in escape require 3 fighter sword slashes on 'default'.)

super-aardvark avatar Aug 02 '20 17:08 super-aardvark

Unless I'm mistaken, shouldn't that be as simple as adding another or statement to those functions?

Like this: ($this->has('CaneOfByrna') && $world->config('enemizer.enemyHealth', 'default') == 'default') || $world->config('enemizer.enemyHealth') == 'easy'). Not sure if the ",'default' that's present in the first enemyHealth would also be needed though.

Edit: As far as I can tell looking at damage values and enemy health in easy, byrna should at max only need to hit 3 times to kill nearly everything in easy? With the new logic coming in, potentially it could be viable as a weapon in escape then if magic is made infinite until the zelda escort is finished.

MarcyAugust avatar Sep 08 '20 00:09 MarcyAugust

For the moment we are going to pass on this, we have been working to merge the enemizer into the main code base in v32, in which case we will be able to specifically assure enough dmg can be done with the tools at hand. Thank you for the feedback.

sporchia avatar Aug 02 '23 16:08 sporchia