diff --git a/assets/server/manifests/kits.ron b/assets/server/manifests/kits.ron index 0db709f48b..e3f3ac5bce 100644 --- a/assets/server/manifests/kits.ron +++ b/assets/server/manifests/kits.ron @@ -80,4 +80,22 @@ ("common.items.weapons.sceptre.coralline_cane", 1), ("common.items.consumable.potion_med", 100), ], + "tier-0": [ + ("common.items.armor.cloth_purple.belt", 1), + ("common.items.armor.cloth_purple.chest", 1), + ("common.items.armor.cloth_purple.foot", 1), + ("common.items.armor.cloth_purple.hand", 1), + ("common.items.armor.cloth_purple.pants", 1), + ("common.items.armor.cloth_purple.shoulder", 1), + + ("common.items.weapons.sword.stone-0", 1), + ("common.items.weapons.axe_1h.stone-0", 1), + ("common.items.weapons.axe_1h.stone-1", 1), + ("common.items.weapons.hammer.stone_hammer-0", 1), + ("common.items.weapons.bow.wood-0", 1), + ("common.items.weapons.staff.bent_fuse", 1), + ("common.items.weapons.sceptre.divine_gohei", 1), + + ("common.items.consumable.potion_minor", 100), + ], }) diff --git a/world/src/site/dungeon/mod.rs b/world/src/site/dungeon/mod.rs index c8a2fa770d..605fd1e4c1 100644 --- a/world/src/site/dungeon/mod.rs +++ b/world/src/site/dungeon/mod.rs @@ -1237,7 +1237,7 @@ fn mini_boss_0(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3) -> Vec) -> Vec { let chosen = Lottery::::load_expect("common.loot_tables.creature.quad_small.default"); let mut entities = Vec::new(); - entities.resize_with(4, || { + entities.resize_with(8, || { EntityInfo::at(tile_wcenter.map(|e| e as f32)) .with_body(comp::Body::QuadrupedSmall( comp::quadruped_small::Body::random_with( @@ -1272,7 +1272,7 @@ fn mini_boss_3(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3) -> Vec::load_expect("common.loot_tables.creature.quad_medium.default"); let mut entities = Vec::new(); - entities.resize_with(5, || { + entities.resize_with(3, || { EntityInfo::at(tile_wcenter.map(|e| e as f32)) .with_body(comp::Body::QuadrupedMedium( comp::quadruped_medium::Body::random_with(