mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
**tamed** cultist darkhounds
This commit is contained in:
parent
504e45ebdb
commit
51152f47fa
@ -14,7 +14,8 @@
|
||||
]), None)),
|
||||
)),
|
||||
),
|
||||
pets: [("common.entity.dungeon.cultist.hound", 4, 5)],
|
||||
meta: [
|
||||
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
|
||||
],
|
||||
)
|
||||
)
|
||||
|
@ -7,7 +7,5 @@
|
||||
inventory: (
|
||||
loadout: FromBody,
|
||||
),
|
||||
// Added for testing
|
||||
pets: [("common.entity.wild.peaceful.crab", 5, 10)],
|
||||
meta: [],
|
||||
)
|
||||
|
@ -854,13 +854,6 @@ fn mini_boss_5(dynamic_rng: &mut impl Rng, tile_wcenter: Vec3<i32>) -> Vec<Entit
|
||||
None,
|
||||
),
|
||||
);
|
||||
entities.resize_with(entities.len() + 4, || {
|
||||
EntityInfo::at(tile_wcenter.map(|e| e as f32)).with_asset_expect(
|
||||
"common.entity.dungeon.cultist.hound",
|
||||
dynamic_rng,
|
||||
None,
|
||||
)
|
||||
});
|
||||
},
|
||||
1 => {
|
||||
entities.resize_with(2, || {
|
||||
|
Loading…
Reference in New Issue
Block a user