This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

12 lines
353 B
Plaintext
Raw Normal View History

2024-11-15 12:07:15 -05:00
#![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: [],
)