merge stash
This commit is contained in:
parent
0b7473382b
commit
6057d26774
@ -484,7 +484,7 @@ impl Item {
|
||||
Item::DecayI |
|
||||
Item::DecayII |
|
||||
Item::DecayIII => format!(
|
||||
"Reduces healing taken by {:?}% and deals blue damage {:?}% blue power each turn. Lasts {:?}T",
|
||||
"Reduces healing taken by {:?}% and deals {:?}% BluePower as BlueDamage each turn. Lasts {:?}T",
|
||||
100 - self.into_skill().unwrap().effect().first().unwrap().get_multiplier(),
|
||||
self.into_skill().unwrap().multiplier(),
|
||||
self.into_skill().unwrap().effect().first().unwrap().get_duration()),
|
||||
@ -522,7 +522,7 @@ impl Item {
|
||||
"Impurity increases Green Power by {:?}%, Blue based Attack skills will blast again dealing {:?}{}. Lasts {:?}T",
|
||||
self.into_skill().unwrap().effect().first().unwrap().get_multiplier() - 100,
|
||||
Skill::ImpureBlast.multiplier(),
|
||||
"% GreenPower as BluePower",
|
||||
"% GreenPower as BlueDamage",
|
||||
self.into_skill().unwrap().effect().first().unwrap().get_duration()),
|
||||
|
||||
Item::InvertI |
|
||||
@ -882,7 +882,8 @@ impl From<Skill> for Item {
|
||||
Skill::TestBlock => Item::TestBlock,
|
||||
Skill::TestParry => Item::TestParry,
|
||||
Skill::TestSiphon => Item::TestSiphon,
|
||||
_ => panic!("{:?} not implemented with item conversion", skill),
|
||||
|
||||
// _ => panic!("{:?} not implemented with item conversion", skill),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1224
server/src/skill.rs
1224
server/src/skill.rs
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user