veloren/assets/common/entity/wild/aggressive/ntouka.ron
2023-07-19 14:16:20 +00:00

11 lines
248 B
Rust

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