veloren/assets/common/entity/wild/peaceful/dog.ron
2023-04-09 19:25:57 +01:00

12 lines
248 B
Rust

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