veloren/assets/common/entity/wild/aggressive/tursus.ron
2023-01-31 20:34:40 +01:00

11 lines
252 B
Rust

#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("tursus"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.default"),
inventory: (
loadout: FromBody,
),
meta: [],
)