potion_stacking.xml
<abilities>
<ability>
<name>Potion Stacking</name>
<key>potion_stacking</key>
<skill>Quartermastery</skill>
<icon>potion_stacking</icon>
<description>
Reduces the weight of potions and poisons by 50%.
</description>
<type>Passive</type>
<subType>inventory_management</subType>
<passiveInfo>
<modifiers>
<modifiers>
<type>QuartermasteryPotionStacking</type>
<amount>0.5</amount>
</modifiers>
</modifiers>
</passiveInfo>
<unlockInfo>
<autoDiscover>0</autoDiscover>
<unlockRequirements>
<requiredLevel>0</requiredLevel>
<requiredPoints>1</requiredPoints>
</unlockRequirements>
</unlockInfo>
</ability>
</abilities>