veloren/assets/common/entity/dungeon/gnarling/chieftain.ron
2022-04-08 19:17:01 +03:00

17 lines
536 B
Rust

// Done for health reasons
#![enable(implicit_some)]
(
name: Name("Gnarling Chieftain"),
body: RandomWith("gnarling"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-0.boss"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.dungeon.gnarling.chieftain"),
active_hands: ("common.items.npc_weapons.biped_small.gnarling.chieftain", None),
)),
),
meta: [
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
],
)