veloren/assets/common/entity/wild/peaceful/driggle.ron
2023-06-19 01:16:42 +00:00

11 lines
255 B
Rust

#![enable(implicit_some)]
(
name: Name("Driggle"),
body: RandomWith("driggle"),
alignment: Alignment(Wild),
loot: LootTable("common.loot_tables.creature.quad_low.driggle"),
inventory: (
loadout: FromBody,
),
meta: [],
)