11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
name: Name("TreantSapling"),
|
||
|
body: RandomWith("treant_sapling"),
|
||
|
alignment: Alignment(Wild),
|
||
|
loot: LootTable("common.loot_tables.creature.quad_small.treant_sapling"),
|
||
|
inventory: (
|
||
|
loadout: FromBody,
|
||
|
),
|
||
|
meta: [],
|
||
|
)
|