preview item combos in table
This commit is contained in:
+4
-5
@@ -900,11 +900,10 @@ impl Item {
|
||||
Item::Bash|
|
||||
Item::BashPlus |
|
||||
Item::BashPlusPlus => format!(
|
||||
"Bash the target increasing the cooldowns of target skills by 1T.
|
||||
Deals {:?}% RedPower as red damage and 45% more damage per cooldown increased.
|
||||
Stuns for {:?}T.",
|
||||
self.into_skill().unwrap().effect()[0].get_skill().unwrap().multiplier(),
|
||||
self.into_skill().unwrap().effect()[0].get_duration()),
|
||||
"Bash the target increasing the cooldowns of target skills by 1T. Stuns target for {:?}T.
|
||||
Deals {:?}% RedPower as red damage and 45% more damage per cooldown increased.",
|
||||
self.into_skill().unwrap().effect()[0].get_duration(),
|
||||
self.into_skill().unwrap().effect()[0].get_skill().unwrap().multiplier()),
|
||||
|
||||
Item::Strike|
|
||||
Item::StrikePlus |
|
||||
|
||||
Reference in New Issue
Block a user