• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Disable infection until level 5: World_No_Infection_Until_Player_Level

BoQsc

New member
Mods\World_No_Infection_Until_Player_Level\Config\buffs.xml

<configs>
<insertBefore xpath="/buffs/buff[@name='buffOnAnyCrit']/effect_group/triggered_effect[@buff='buffInfectionCatch']">
<requirement name="PlayerLevel" operation="GT" value="5"/>
</insertBefore>
</configs>





Mods\World_No_Infection_Until_Player_Level\ModInfo.xml

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
  <Name value="World_No_Infection_Until_Player_Level" />
  <DisplayName value="World_No_Infection_Until_Player_Level" />
  <Description value="Prevent players from catching infection at level range." />
  <Author value="Vanilla Server" />
  <Version value="1.0.0" compat="1.0S,1.1S,1.2S" />
  <Website value="vanillaserver.eu" />
</xml>
 
Last edited by a moderator:
Back
Top