trade_bot/assets/common/entity/wild/aggressive/red_legoom.ron

12 lines
344 B
Plaintext
Raw Normal View History

2024-11-15 17:07:15 +00:00
#![enable(implicit_some)]
(
name: Name("Red Legoom"),
body: RandomWith("red_legoom"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_small.legoom"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.world.legoom.red_legoom"),
)), ),
meta: [],
)