15 lines
308 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
#![enable(implicit_some)]
(
name: Name("Elbst"),
body: Exact(QuadrupedLow((
species: Elbst,
body_type: Male,
))),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_low.elbst"),
inventory: (
loadout: FromBody,
),
meta: [],
)