mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
45
gamemodes/darkrp/plugins/butchering/sh_npcs.lua
Normal file
45
gamemodes/darkrp/plugins/butchering/sh_npcs.lua
Normal file
@@ -0,0 +1,45 @@
|
||||
--[[
|
||||
| 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user