DayZ
PvZmoD_TheDarkHorde
 This topic has been pinned, so it's probably important
Liven  [developer] Apr 20, 2021 @ 7:09am
Use Heroes and Bandits mod
It is now possible to change Heroes and Bandits « Humanity » when a player kill the Dark Horde master.

You have to set the « Activate_Bandit_And_Heroes_mod_Rewards » value to 1 in Pvz_TheDarkHorde_MainOptions.xml

And add this in the "Actions" section of the « simple.json » file in the Heroes and Bandits profile folder.
{ "Name": "DarkHordeDefeated_DayTime", "Humanity": 100.0 }, { "Name": "DarkHordeDefeated_NightTime", "Humanity": 200.0 },
(of course you can set the "Humanity" you want)


Or if you use the actions.json file from the Bandit and Heroes Github:
{ "Name": "DarkHordeDefeated_DayTime", "Affinity": "hero", "SecondaryAffinity": "none", "Points": 100, "NotifiyPlayer": 1 }, { "Name": "DarkHordeDefeated_NightTime", "Affinity": "hero", "SecondaryAffinity": "none", "Points": 200, "NotifiyPlayer": 1 },
Last edited by Liven; Apr 20, 2021 @ 7:28am