trade_bot/assets/common/entity/wild/peaceful/forest_fox.ron

14 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Red Fox"),
body: Exact(QuadrupedSmall((
species: Fox,
body_type: Male,
))),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
inventory: (
loadout: FromBody,
),
meta: [],
)