--[[ | This file was obtained through the combined efforts | of Madbluntz & Plymouth Antiquarian Society. | | Credits: lifestorm, Gregory Wayne Rossel JR., | Maloy, DrPepper10 @ RIP, Atle! | | Visit for more: https://plymouth.thetwilightzone.ru/ --]] local PLUGIN = PLUGIN PLUGIN.npcs = { ["npc_zombie"] = { ["ing_headcrab_meat"] = 1 }, ["npc_fastzombie"] = { ["ing_headcrab_meat"] = 1 }, ["npc_antlion"] = { ["ing_antlion_meat"] = 1 }, ["npc_antlion_grub"] = { ["ing_antlion_meat"] = 1 }, ["npc_antlionguard"] = { ["ing_antlion_meat"] = 5 }, ["npc_antlionguardian"] = { ["ing_antlion_meat"] = 10 }, ["npc_antlion_worker"] = { ["ing_antlion_meat"] = 2 }, ["npc_crow"] = { ["ing_bird_meat"] = 1 }, ["npc_pigeon"] = { ["ing_bird_meat"] = 1 }, ["npc_seagull"] = { ["ing_bird_meat"] = 1 } }