construct green power

This commit is contained in:
Mashy 2019-12-19 13:03:28 +10:00
parent f3c0471a80
commit 3372595313
2 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,7 @@ impl Construct {
red_life: ConstructStat { base: 125, value: 125, max: 125, stat: Stat::RedLife },
blue_power: ConstructStat { base: 320, value: 320, max: 320, stat: Stat::BluePower },
blue_life: ConstructStat { base: 125, value: 125, max: 125, stat: Stat::BlueLife },
green_power: ConstructStat { base: 300, value: 300, max: 300, stat: Stat::GreenPower },
green_power: ConstructStat { base: 320, value: 320, max: 320, stat: Stat::GreenPower },
green_life: ConstructStat { base: 800, value: 800, max: 800, stat: Stat::GreenLife },
speed: ConstructStat { base: 100, value: 100, max: 100, stat: Stat::Speed },
// evasion: ConstructStat { base: 0, value: 0, max: 0, stat: Stat::Evasion },

View File

@ -987,6 +987,7 @@ impl Item {
_ => vec![*self],
}
}
}
impl From<Skill> for Item {
fn from(skill: Skill) -> Item {