8 lines
598 B
XML
8 lines
598 B
XML
|
<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>
|