hotbot/assets/common/entity/wild/peaceful/elbst.ron
2024-06-11 14:43:30 -04:00

15 lines
308 B
Plaintext

#![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: [],
)