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

12 lines
208 B
Rust
Raw Normal View History

2021-11-10 21:41:44 +00:00
EntityConfig (
name: Automatic,
body: RandomWith("tarantula"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.arthropod.web"),
hands: Uninit,
meta: [],
)