hotbot/assets/common/entity/wild/peaceful/elbst.ron

15 lines
308 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00: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: [],
)