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

13 lines
348 B
Plaintext
Raw Normal View History

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