trade_bot/assets/common/entity/wild/aggressive/purple_legoom.ron
2024-11-05 23:30:32 -05:00

12 lines
353 B
Plaintext

#![enable(implicit_some)]
(
name: Name("Purple Legoom"),
body: RandomWith("purple_legoom"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_small.legoom"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.world.legoom.purple_legoom"),
)), ),
meta: [],
)