veloren/assets/common/entity/wild/aggressive/dodarock.ron
2022-09-06 10:35:10 +00:00

11 lines
252 B
Rust

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