The Witcher 2
0 of 0

File information

Last updated

Original upload

Created by

thebunnyrules

Uploaded by

thebunnyrules

Virus scan

Safe to use

Tags for this mod

About this mod

To keep this description spoiler free, this mod changes Melitele's Heart stats so that they apply during combat as well as out of it. Transforming it from a pointless game collectible to the Holy Relic it was meant to be.

Permissions and credits
(SPOILER FREE DESCRIPTION)
To keep this description spoiler free, this mod changes Melitele's Heart stats so that they apply during combat as well as out of it. Transforming it from a pointless game collectible to the Holy Relic it was meant to be.

(moderate spoiler start)


I actually enjoyed the Melitele Heart quest very much. It's intellegent and original. When I completed the quest and saw that it gave a precious regen point, I was overjoyed. I was also very confused why said regen was not kicking in during battles and thought it might be a bug until someone pointed out to me in a forum that the talisman has +1 regen out of battle only. Why!!!?? It doesn't make sense lore wise. Why would the talisman stop working during battle? It's dumb. +1 regen during battle doesn't affect or overpower your gameplay either (especially in vanilla where your health points can be quite high).

Well. It annoyed me enough that I made this mod to "fix" it. Melitele Heart as it was meant to be during the joining of the spheres, +1 regen all the time. ENJOY!
(moderate spoiler end)

Install:
- copy cookedPC.disabled to "the witcher 2" folder.
- if already exists backup def_item_misc.xml from cookedPC\items to cookedPC.disabled\items
- copy cookedPC folder supplied with this mod to "the witcher 2" folder. Overwrite def_item_misc.xml

DYI Install: if you don't want to use my def_item_misc.xml file. Open yours up and go to:
        <ability name="Heart of Melitele _Stats">
            <vitality_regen mult="false" always_random="false" min="1" max="1"/>
        </ability>
and change to:
        <ability name="Heart of Melitele _Stats">
            <vitality_regen mult="false" always_random="false" min="1" max="1"/>
            <vitality_combat_regen mult="false" always_random="false" min="1" max="1"/>
        </ability>

Uninstall:
- delete def_item_misc.xml if it wasn't there before, overwrite with backup if it was.