veloren/assets/common/entity/wild/peaceful/emberfly.ron

11 lines
259 B
Rust
Raw Normal View History

2023-06-03 13:59:52 +00:00
#![enable(implicit_some)]
(
name: Name("Emberfly"),
body: RandomWith("emberfly"),
2023-06-19 01:16:42 +00:00
alignment: Alignment(Wild),
2023-06-03 13:59:52 +00:00
loot: LootTable("common.loot_tables.creature.arthropod.emberfly"),
inventory: (
loadout: FromBody,
),
meta: [],
)