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

14 lines
314 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
#![enable(implicit_some)]
(
name: Name("Desert Hare"),
body: Exact(QuadrupedSmall((
species: Hare,
body_type: Male,
))),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
inventory: (
loadout: FromBody,
),
meta: [],
)