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

11 lines
244 B
Rust
Raw Normal View History

2022-12-17 21:06:19 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("seal"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_small.fur"),
inventory: (
loadout: FromBody,
),
meta: [],
)