veloren/assets/common/entity/wild/aggressive/roshwalr.ron
2022-04-08 19:17:01 +03:00

14 lines
311 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: Exact(QuadrupedMedium((
species: Roshwalr,
body_type: Male,
))),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.ice"),
inventory: (
loadout: FromBody,
),
meta: [],
)