2022-01-23 15:22:27 +00:00
|
|
|
(
|
2021-09-25 19:30:17 +00:00
|
|
|
name: Automatic,
|
|
|
|
body: RandomWith("humanoid"),
|
|
|
|
alignment: Alignment(Npc),
|
2022-01-23 15:22:27 +00:00
|
|
|
loadout: Extended(
|
|
|
|
hands: TwoHanded(Choice([
|
|
|
|
(1, Some(Item("common.items.weapons.sword.iron-0"))),
|
|
|
|
(1, Some(Item("common.items.weapons.bow.hardwood-2"))),
|
|
|
|
(1, Some(Item("common.items.weapons.axe.steel_axe-0"))),
|
|
|
|
(1, Some(Item("common.items.weapons.staff.frostwood_torch"))),
|
|
|
|
])),
|
|
|
|
base_asset: Loadout("common.loadout.world.traveler"),
|
|
|
|
inventory: [],
|
|
|
|
),
|
2021-09-25 19:30:17 +00:00
|
|
|
loot: LootTable("common.loot_tables.creature.humanoid"),
|
|
|
|
meta: [
|
2022-01-15 16:58:28 +00:00
|
|
|
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
|
2021-09-25 19:30:17 +00:00
|
|
|
],
|
2022-01-23 15:22:27 +00:00
|
|
|
)
|