All of the Resistance options in the table is all 50%, Not sure if there even is an option for immunity, un less there is found a passive/status effect that is from an enemy NPC, which probably only is a few.The Red Prince wrote: ↑Sat Oct 14, 2023 2:49 pmsadly the dragonic ancestry is just "resistance" , 50% , I want immunity , 100%.
Now if you want completely Immunity from attacks and spells, you can just use this code.
Now, you would have to enable it everytime you load a save I think, I haven't tested it, because I like to be able to remove it again with disabling it.
This is basically the Globe of Invunerability without having the globe around you.
Code: Select all
{$lua}
if syntaxcheck then return end
status = {
"GLOBE_OF_INVULNERABILITY"
}
[ENABLE]
ApplyStatusToPlayer(status)
[DISABLE]
RemoveStatusFromPlayer(status)
Code: Select all
{$lua}
if syntaxcheck then return end
status = {
"GLOBE_OF_INVULNERABILITY_AURA",
"GLOBE_OF_INVULNERABILITY"
}
[ENABLE]
ApplyStatusToPlayer(status)
[DISABLE]
RemoveStatusFromPlayer(status)
Code: Select all
{$lua}
if syntaxcheck then return end
status = {
"STONESKIN",
"DIVINE_INTERVENTION_SHIELD",
"REFLECTIVE_SHELL",
"PASSIVE_FIRE_SHIELD_WARM_ATTACKER",
"FIRE_SHIELD_WARM",
"SPIRIT_GUARDIANS_RADIANT_AURA",
"GLOBE_OF_INVULNERABILITY_AURA",
"GLOBE_OF_INVULNERABILITY",
"MF_SHIELD_OF_THRALLS",
"MAG_HARPERS_SINGING_SWORD_SHRIEKING_AURA",
"LOW_SAREVOK_ESSENCE_SENDAI_IMAGE1",
"LOW_SAREVOK_ESSENCE_SENDAI_IMAGE2",
"LOW_SAREVOK_ESSENCE_SENDAI_IMAGE3"
}
[ENABLE]
ApplyStatusToPlayer(status)
[DISABLE]
RemoveStatusFromPlayer(status)
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1