2021-08-01 21:18:10 +00:00
|
|
|
EntityConfig (
|
|
|
|
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-08-01 21:18:10 +00:00
|
|
|
|
2021-09-02 03:50:17 +00:00
|
|
|
loot: LootTable("common.loot_tables.creature.humanoid"),
|
2021-08-01 21:18:10 +00:00
|
|
|
|
2021-08-31 09:15:52 +00:00
|
|
|
hands: TwoHanded(Item("common.items.weapons.hammer.steel_hammer-0")),
|
2021-08-01 21:18:10 +00:00
|
|
|
|
|
|
|
meta: [
|
|
|
|
SkillSetAsset("common.skillset.village.guard"),
|
|
|
|
LoadoutAsset("common.loadout.spots.dwarf_graverobber"),
|
|
|
|
],
|
|
|
|
)
|