mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made bosses slightly more powerful
This commit is contained in:
parent
daa9b81c69
commit
ff114a83b5
@ -286,8 +286,8 @@ impl Server {
|
||||
stats = comp::Stats::new("Humanoid".to_string());
|
||||
body = comp::Body::Humanoid(comp::humanoid::Body::random());
|
||||
}
|
||||
stats = stats.with_max_health(300 + rand::random::<u32>() % 400);
|
||||
scale = 1.8 + rand::random::<f32>();
|
||||
stats = stats.with_max_health(500 + rand::random::<u32>() % 400);
|
||||
scale = 2.5 + rand::random::<f32>();
|
||||
}
|
||||
|
||||
self.state
|
||||
|
Loading…
Reference in New Issue
Block a user