veloren/assets/common/entity/wild/aggressive/tarasque.ron
2024-03-18 11:48:30 +01:00

11 lines
255 B
Rust

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