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

11 lines
250 B
Plaintext

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("cattle"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_medium.cattle"),
inventory: (
loadout: FromBody,
),
meta: [],
)