12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
#![enable(implicit_some)]
|
|
(
|
|
name: Name("Strigoi"),
|
|
body: RandomWith("strigoi"),
|
|
alignment: Alignment(Wild),
|
|
loot: LootTable("common.loot_tables.calendar.halloween.halloween_strigoi"),
|
|
inventory: (
|
|
loadout: FromBody,
|
|
),
|
|
meta: [],
|
|
)
|