mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
24
lua/entities/npc_vj_overwatch_elite_z/init.lua
Normal file
24
lua/entities/npc_vj_overwatch_elite_z/init.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
AddCSLuaFile("shared.lua")
|
||||
include("shared.lua")
|
||||
|
||||
ENT.Model = {"models/Combine_Super_Soldier.mdl"}
|
||||
ENT.StartHealth = 100
|
||||
ENT.Soldier_WeaponSpread = 1
|
||||
|
||||
ENT.ItemDropsOnDeathChance = 1
|
||||
ENT.ItemDropsOnDeath_EntityList = {
|
||||
"item_battery",
|
||||
"item_healthvial",
|
||||
"weapon_frag",
|
||||
"item_ammo_ar2_altfire",
|
||||
}
|
||||
14
lua/entities/npc_vj_overwatch_elite_z/shared.lua
Normal file
14
lua/entities/npc_vj_overwatch_elite_z/shared.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ENT.Base = "npc_vj_overwatch_soldier_z"
|
||||
ENT.PrintName = "Overwatch Elite"
|
||||
ENT.Type = "ai"
|
||||
ENT.Author = "Zippy"
|
||||
Reference in New Issue
Block a user