veloren/assets/common/entity/wild/peaceful/cat.ron

8 lines
193 B
Rust
Raw Normal View History

(
2021-08-03 00:54:58 +00:00
name: Automatic,
body: RandomWith("cat"),
alignment: Alignment(Wild),
loadout: FromBody,
2021-09-22 19:53:11 +00:00
loot: LootTable("common.loot_tables.creature.quad_small.generic"),
2021-08-03 00:54:58 +00:00
meta: [],
)