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

11 lines
248 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
name: Automatic,
body: RandomWith("odonto"),
alignment: Alignment(Enemy),
2022-05-07 11:41:09 +00:00
loot: LootTable("common.loot_tables.creature.theropod.odonto"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
meta: [],
)