remove targetting arrows and skills from combat, reduce construct hp

This commit is contained in:
Mashy
2020-08-24 12:32:27 +10:00
parent 9dfd3a733a
commit 4fac208d8b
3 changed files with 2 additions and 80 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ impl Construct {
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: 320, value: 320, max: 320, stat: Stat::GreenPower },
green_life: ConstructStat { base: 800, value: 800, max: 800, stat: Stat::GreenLife },
green_life: ConstructStat { base: 400, value: 400, max: 400, 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 },
skills: vec![],