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

11 lines
256 B
Rust
Raw Normal View History

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