veloren/assets/common/entity/spot/grim_salvager.ron
2022-05-16 15:11:36 -04:00

19 lines
548 B
Rust

#![enable(implicit_some)]
(
name: Name("Grim Salvager"),
body: RandomWith("humanoid"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.spots.bandit"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.spots.dwarf_graverobber"),
active_hands: InHands((
ModularWeapon(tool: Hammer, material: Steel, hands: Two),
None
)),
)),
),
meta: [
SkillSetAsset("common.skillset.preset.rank1.fullskill"),
],
)