Warhammer 40,000: Gladius - Relics of War

Warhammer 40,000: Gladius - Relics of War

Create and Share Custom Mods
The best mods for Warhammer 40,000: Gladius live here. Mods are made by players, for players and are not officially licensed by Games Workshop. Click 'Learn More' below to read our Modder’s Guide.
Learn More
Pharazon 31 Jan, 2021 @ 8:26am
Edit Chaos Mark Limit of 1
Hi everyone. I was trying to see if there was a way to modify the Marks of Chaos and remove a limit of only 1 mark. When checking any of the MarkOfXXX.xml files it only has the bonus effects listed, and I've had no luck finding any other references to marks and their function. Is this something that can't be modified? (Sorry if I missed something obvious, I tried to find out on
my own before asking, but I've had no luck yet)
< >
Showing 1-2 of 2 comments
Jey 14 31 Jan, 2021 @ 8:44am 
You need to edit the faction file in Warhammer 40000 Gladius - Relics of War\Data\World\Factions .
Of course you need to edit the Chaos Space Marines file.

For example the mark of Nurgle is as such :
<markOfNurgle cooldown="1" name="ChaosSpaceMarines/MarkOfNurgle" requiredUpgrade="ChaosSpaceMarines/MarkOfNurgle"> <model> <action sound="Interface/MarkOfChaos"/> </model> <beginTargets> <target rangeMax="-1"> <conditions> <unit> <allied/> <faction name="ChaosSpaceMarines"/> <noTrait name="Fortification"/> <noTrait name="Vehicle"/> <noTrait name="ChaosSpaceMarines/MarkOfKhorne"/>
<noTrait name="ChaosSpaceMarines/MarkOfNurgle"/>
<noTrait name="ChaosSpaceMarines/MarkOfSlaanesh"/>
<noTrait name="ChaosSpaceMarines/MarkOfTzeentch"/>
</unit> </conditions> <areas> <area affects="Unit"> <modifiers> <modifier> <effects> <addTrait name="ChaosSpaceMarines/MarkOfNurgle"/> </effects> </modifier> </modifiers> </area> </areas> </target> </beginTargets> </markOfNurgle>

You want to edit the bold part. Of course you want to keep the "MarkOfNurgle" condition (to not give twice the same mark, as it wouldn't lead to anything useful), but if you remove the MarkOfKhorne condition, you will be able to use the MarkOfNurgle on an unit who already has the MarkOfKhorne.
Last edited by Jey; 31 Jan, 2021 @ 8:45am
Pharazon 31 Jan, 2021 @ 9:52am 
Thank you very much Iffu!
< >
Showing 1-2 of 2 comments
Per page: 1530 50