purify description test

This commit is contained in:
ntr 2019-05-20 18:50:18 +10:00
parent 9b06686a77
commit d559a5f043

View File

@ -303,7 +303,9 @@ impl Item {
Item::Invert => format!("description"),
Item::Parry => format!("description"),
Item::Purge => format!("description"),
Item::Purify => format!("description"),
Item::Purify => format!(
"Remove debuffs and heal for {:?}% GreenDamage per debuff removed.",
self.into_skill().unwrap().multiplier()),
Item::Reflect => format!("description"),
Item::Recharge => format!("description"),
Item::Ruin => format!("description"),