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

8 lines
195 B
Rust
Raw Normal View History

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