2022-04-08 15:37:50 +00:00
|
|
|
#![enable(implicit_some)]
|
2022-01-23 15:22:27 +00:00
|
|
|
(
|
2021-08-01 21:18:10 +00:00
|
|
|
name: Name("Grim Salvager"),
|
2021-08-02 20:46:43 +00:00
|
|
|
body: RandomWith("humanoid"),
|
2021-08-31 09:15:52 +00:00
|
|
|
alignment: Alignment(Enemy),
|
2021-10-27 06:42:12 +00:00
|
|
|
loot: LootTable("common.loot_tables.spots.bandit"),
|
2022-04-08 15:37:50 +00:00
|
|
|
inventory: (
|
|
|
|
loadout: Inline((
|
|
|
|
inherit: Asset("common.loadout.spots.dwarf_graverobber"),
|
|
|
|
active_hands: ("common.items.weapons.hammer.steel_hammer-0", None),
|
|
|
|
)),
|
|
|
|
),
|
2021-08-01 21:18:10 +00:00
|
|
|
meta: [
|
2021-12-15 06:51:25 +00:00
|
|
|
SkillSetAsset("common.skillset.preset.rank1.fullskill"),
|
2021-08-01 21:18:10 +00:00
|
|
|
],
|
2022-01-23 15:22:27 +00:00
|
|
|
)
|