botany_satchel.xml
<items>
<item>
<key>botany_satchel</key>
<name>Botany Satchel</name>
<description>
Reduces the weight of flowers and mushrooms.
</description>
<type>Satchel</type>
<icon>itemsatchel_02</icon>
<weight>0.2</weight>
<modifiers>
<modifiers>
<type>QuartermasteryFlowerWeight</type>
<amount>-0.4</amount>
</modifiers>
<modifiers>
<type>QuartermasteryMushroomWeight</type>
<amount>-0.4</amount>
</modifiers>
</modifiers>
<salvageInfo>
<materials>2 leather, savage_leather</materials>
<requiresBench>true</requiresBench>
</salvageInfo>
<priceDetails>
<buy>60</buy>
<canTrade>true</canTrade>
</priceDetails>
</item>
</items>