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

11 lines
255 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2021-11-10 21:41:44 +00:00
name: Automatic,
body: RandomWith("tarantula"),
alignment: Alignment(Enemy),
2022-04-23 14:54:01 +00:00
loot: LootTable("common.loot_tables.creature.arthropod.tarantula"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
2021-11-10 21:41:44 +00:00
meta: [],
)