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

11 lines
246 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("rat"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_small.rodent"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)