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

12 lines
331 B
Rust
Raw Normal View History

2023-06-03 13:59:52 +00:00
#![enable(implicit_some)]
(
name: Name("Bushly"),
body: RandomWith("bushly"),
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.biped_small.bushly"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.world.bushly.bushly"),
)), ),
meta: [],
)