purify description test
This commit is contained in:
parent
9b06686a77
commit
d559a5f043
@ -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"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user