mx7dtd_official/Config/entityclasses.xml

8 lines
598 B
XML
Raw Normal View History

2022-07-26 16:08:58 -04:00
<mx7d2d_official>
<!-- Zombie "On-Death" Loot Bag -->
<set xpath="/entity_classes/entity_class[contains(@name, 'zombie')]/property[contains(@name, 'LootDropProb')]/@value">.25</set>
<!-- Zombie "On-Death" Loot Bag Living Time -->
<set xpath="/entity_classes/entity_class[contains(@name, 'EntityLoot')]/property[contains(@name, 'TimeStayAfterDeath')]/@value">3600</set>
<!-- Player Running Stamina -->
<set xpath="/entity_classes/entity_class[@name='playerMale']/effect_group/passive_effect[@name='StaminaChangeOT'][@operation='perc_add'][@tags='running']/@value">0.5</set>
</mx7d2d_official>