trade_bot/assets/common/entity/wild/peaceful/sand_hare.ron
2024-07-03 19:04:49 -04:00

14 lines
314 B
Plaintext

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