veloren/assets/common/entity/wild/peaceful/driggle.ron

11 lines
255 B
Rust
Raw Normal View History

2023-06-03 13:59:52 +00:00
#![enable(implicit_some)]
(
name: Name("Driggle"),
body: RandomWith("driggle"),
2023-06-19 01:16:42 +00:00
alignment: Alignment(Wild),
2023-06-03 13:59:52 +00:00
loot: LootTable("common.loot_tables.creature.quad_low.driggle"),
inventory: (
loadout: FromBody,
),
meta: [],
)