first commit a20

This commit is contained in:
BuildTools
2022-07-26 16:08:58 -04:00
parent e1e6a97a4b
commit bd9194c73a
6 changed files with 177 additions and 0 deletions

8
Config/entityclasses.xml Normal file
View File

@@ -0,0 +1,8 @@
<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>