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

8 lines
198 B
Rust
Raw Normal View History

(
2021-11-10 21:41:44 +00:00
name: Automatic,
body: RandomWith("antlion"),
alignment: Alignment(Enemy),
loadout: FromBody,
loot: LootTable("common.loot_tables.creature.arthropod.carapace"),
2021-11-10 21:41:44 +00:00
meta: [],
)