11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
name: Name("Minotaur"),
|
||
|
body: RandomWith("minotaur"),
|
||
|
alignment: Alignment(Enemy),
|
||
|
loot: LootTable("common.loot_tables.dungeon.myrmidon.minotaur"),
|
||
|
inventory: (
|
||
|
loadout: FromBody,
|
||
|
),
|
||
|
meta: [],
|
||
|
)
|