mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 21:53:46 +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",
|
||||
}
|
||||
Reference in New Issue
Block a user