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

11 lines
250 B
Rust
Raw Normal View History

2022-04-08 15:37:50 +00:00
#![enable(implicit_some)]
(
2022-01-14 05:03:53 +00:00
name: Automatic,
body: RandomWith("icedrake"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.quad_medium.ice"),
2022-04-08 15:37:50 +00:00
inventory: (
loadout: FromBody,
),
2022-01-14 05:03:53 +00:00
meta: [],
)