2022-04-08 15:37:50 +00:00
|
|
|
#![enable(implicit_some)]
|
2022-01-23 15:22:27 +00:00
|
|
|
(
|
2021-09-01 07:58:19 +00:00
|
|
|
name: Name("Pirate"),
|
2021-10-20 02:27:22 +00:00
|
|
|
body: RandomWith("humanoid"),
|
2021-09-04 17:11:10 +00:00
|
|
|
alignment: Alignment(Enemy),
|
2021-10-31 03:38:06 +00:00
|
|
|
loot: LootTable("common.loot_tables.spots.pirate"),
|
2022-04-08 15:37:50 +00:00
|
|
|
inventory: (
|
|
|
|
loadout: Inline((
|
|
|
|
inherit: Asset("common.loadout.spots.pirate"),
|
|
|
|
active_hands: ("common.items.weapons.sword_1h.iron-2", "common.items.weapons.sword_1h.iron-2"),
|
|
|
|
)),
|
|
|
|
),
|
2021-09-01 07:58:19 +00:00
|
|
|
meta: [
|
2021-12-15 06:51:25 +00:00
|
|
|
SkillSetAsset("common.skillset.preset.rank2.fullskill"),
|
2021-09-01 07:58:19 +00:00
|
|
|
],
|
2022-01-23 15:22:27 +00:00
|
|
|
)
|