mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
81
gamemodes/ixhl2rp/plugins/butchering/sh_npcs.lua
Normal file
81
gamemodes/ixhl2rp/plugins/butchering/sh_npcs.lua
Normal file
@@ -0,0 +1,81 @@
|
||||
--[[
|
||||
| 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, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_fastzombie"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_antlion"] = {
|
||||
["ing_antlion_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_antlion_grub"] = {
|
||||
["ing_antlion_meat"] = 1
|
||||
},
|
||||
["npc_antlionguard"] = {
|
||||
["ing_antlion_meat"] = 5, ["ing_bone"] = 5
|
||||
},
|
||||
["npc_antlionguardian"] = {
|
||||
["ing_antlion_meat"] = 10, ["ing_bone"] = 10
|
||||
},
|
||||
["npc_antlion_worker"] = {
|
||||
["ing_antlion_meat"] = 2, ["ing_bone"] = 2
|
||||
},
|
||||
["npc_crow"] = {
|
||||
["ing_bird_meat"] = 1
|
||||
},
|
||||
["npc_pigeon"] = {
|
||||
["ing_bird_meat"] = 1
|
||||
},
|
||||
["npc_seagull"] = {
|
||||
["ing_bird_meat"] = 1
|
||||
},
|
||||
["npc_antlion_schizo_soldier"] = {
|
||||
["ing_antlion_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_antlion_schizo_drone"] = {
|
||||
["ing_antlion_meat"] = 2, ["ing_bone"] = 2
|
||||
},
|
||||
["npc_antlion_schizo_fireant"] = {
|
||||
["ing_antlion_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombie"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombiearmored"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombieclassic"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombieclassic_hl2"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombie_torso_unused"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombie_unused"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombiereviver"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombiegunner"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
["npc_vj_hla_zombiereviver_hl2"] = {
|
||||
["ing_headcrab_meat"] = 1, ["ing_bone"] = 1
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user