2021-06-06 15:55:04 +00:00
|
|
|
EntityConfig (
|
|
|
|
name: Some("Gnarling Stalker"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("gnarling"),
|
|
|
|
alignment: Alignment(Enemy),
|
2021-06-06 15:55:04 +00:00
|
|
|
|
2021-07-10 18:44:53 +00:00
|
|
|
loot: LootTable("common.loot_tables.dungeon.tier-0.enemy"),
|
2021-06-08 22:07:48 +00:00
|
|
|
|
2021-06-06 15:55:04 +00:00
|
|
|
main_tool: Some(Item("common.items.npc_weapons.biped_small.gnarling.adlet_bow")),
|
|
|
|
second_tool: None,
|
|
|
|
|
2021-07-10 20:51:29 +00:00
|
|
|
meta: [
|
|
|
|
LoadoutAsset("common.loadout.dungeon.tier-0.gnarling"),
|
|
|
|
SkillSetAsset("common.skillset.dungeon.tier-0.bow"),
|
|
|
|
],
|
2021-06-06 15:55:04 +00:00
|
|
|
)
|