disappearing_potion_potent.xml
<items>
<item>
<key>disappearing_potion_potent</key>
<name>Disappearing Potion (Potent)</name>
<description>
A flask of cloudy, whitish liquid which shimmers and sparkles magnificently, even when sitting perfectly
still. Drinking this will cause you to instantly vanish from sight and remain invisible for quite some
time.
</description>
<type>Potion</type>
<icon>itemalchemy2_5</icon>
<sortKey>_potion22</sortKey>
<weight>0.5</weight>
<useSpeed>0</useSpeed>
<statusEffects>
<statusEffects>
<turns>11</turns>
<key>disappearing_potion_potent</key>
<modifiers>
<modifiers>
<type>IsStealth</type>
<amount>1.0</amount>
</modifiers>
<modifiers>
<type>Vision</type>
<amount>-6.0</amount>
</modifiers>
</modifiers>
<triggers>
<triggers>
KEY remove_disappearing_potion_potent1;
WHEN PlayerTrades;
THEN RemoveStatusEffect -> key:disappearing_potion_potent, target:player;
</triggers>
<triggers>
KEY remove_disappearing_potion_potent2;
WHEN PlayerAttacks;
THEN RemoveStatusEffect -> key:disappearing_potion_potent, target:player;
</triggers>
</triggers>
</statusEffects>
</statusEffects>
<priceDetails>
<buy>240</buy>
<sell>80</sell>
<canTrade>true</canTrade>
</priceDetails>
<identifyInfo>
<identified>false</identified>
<unidentifiedItem>unidentified_potion_w050</unidentifiedItem>
<consumeText>You drink the unidentified potion. You disappear!</consumeText>
<identifyRecipe>disappearing_potion</identifyRecipe>
<identifyAbilities>alchemy_ability_identify</identifyAbilities>
</identifyInfo>
</item>
</items>