Seite 1 von 1

Question about Battlemage

Verfasst: 04.07.2021 22:50
von jfh97674
Hey guys,

I have been enjoying the game, and I have a question.

According to wiki, Battlemage affinity requires Vandal and Elementalist skill trees. But I have been digging into the source code, and it looks like Battlemage does activate with all 3 skill trees of Warrior:
Code: Alles auswählen
Function UpdateUnlockedAffinities(Int[] PerkDistribution)
    ResetUnlockedAffinities()

    ; Battlemage: Elementarism + Derwish/Rage/Bastion
    TryUnlockAffinity(PerkDistribution, Affinity_BattlemageIndex, PerkTree_ElementalismIndex, PerkTree_DerwishIndex, PerkTree_RageIndex, PerkTree_BastionIndex)
it's from the source code file _00e_game_skillmenusc.psc

So I would like to know if Battlemage actually activates with all 3 skill lines of Warrior? Or I just didn't understand the code correctly.

Thank you in advance!

Re: Question about Battlemage  [solved]

Verfasst: 05.07.2021 12:30
von Kermit 61
Welcome to the Forum :)

The English Wiki was not complete in this case (I have added to it). The corresponding information in the German wiki is correct.
Elementalist & Vandal / Keeper -> Battlemage

You seem to have come across old class names in the code which has not been updated (but that doesn't matter).

Re: Question about Battlemage

Verfasst: 05.07.2021 19:42
von jfh97674
Thank a lot for the answer!
Let's say if I were to lightly mod it bying changing the requirement from vandal to blade dancer, which script files would I have to edit?
Thank you in advance!

Re: Question about Battlemage

Verfasst: 05.07.2021 19:58
von Kermit 61
We do not officially support modding here :wink:
But you can ask in the corresponding modding Discord channels (Enderal SE or SureAI).

https://discord.com/invite/s9H925auNN
https://discord.com/invite/jkSXNgsHNt

Re: Question about Battlemage

Verfasst: 06.07.2021 01:05
von jfh97674
Thank you so much!