From fb0c8175283488880aeb02b403c92dd1d5282615 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Fri, 15 May 2020 16:32:09 +0100 Subject: [PATCH] More powerful bosses --- world/src/site/dungeon/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/world/src/site/dungeon/mod.rs b/world/src/site/dungeon/mod.rs index b2342f1772..c506a104cf 100644 --- a/world/src/site/dungeon/mod.rs +++ b/world/src/site/dungeon/mod.rs @@ -462,11 +462,11 @@ impl Floor { if tile_pos == boss_spawn_tile && tile_wcenter.xy() == wpos2d { let entity = EntityInfo::at(tile_wcenter.map(|e| e as f32)) .with_scale(4.0) - .with_level(rng.gen_range(50, 70)) + .with_level(rng.gen_range(75, 100)) .with_alignment(comp::Alignment::Enemy) .with_body(comp::Body::Humanoid(comp::humanoid::Body::random())) .with_name(format!( - "{}, Destroyer of Worlds", + "{}, Cult Leader", npc::get_npc_name(npc::NpcKind::Humanoid) )) .with_main_tool(assets::load_expect_cloned(