veloren/assets/common/entity/dungeon/gnarling/chieftain.ron
2022-04-23 14:54:01 +00:00

17 lines
541 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.chieftain"),
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"),
],
)