veloren/assets/common/entity/dungeon/tier-2/staff.ron
2021-12-16 01:16:51 -05:00

15 lines
421 B
Rust

EntityConfig (
name: Name("Sahagin Sorcerer"),
body: RandomWith("sahagin"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-2.enemy"),
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.sahagin.gnoll_staff")),
meta: [
LoadoutAsset("common.loadout.dungeon.tier-2.sahagin"),
SkillSetAsset("common.skillset.preset.rank2.fullskill"),
],
)