Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
it put more children in the basement
it made my dad come home with the milk
it killed Jimmy because f##k Jimmy
999999999999999999999999/10 would download again
local gravvar = GetConVar("sv_gravity")
local upVec = Vector(0, 0, 1)
local m_Rand = math.Rand
local BLOOD_COLOR_SYNTH = BLOOD_COLOR_SYNTH or BLOOD_COLOR_ANTLION_WORKER + 2
EFFECT.Colors = {
[BLOOD_COLOR_RED] = Color(128, 0, 0, 225),
[BLOOD_COLOR_GREEN] = Color(96, 128, 8, 225),
[BLOOD_COLOR_YELLOW] = Color(128, 128, 8, 225),
[BLOOD_COLOR_ANTLION] = Color(96, 128, 8, 225),
[BLOOD_COLOR_SYNTH] = Color(200,200,200, 128)
}
local particlesPerSecond = 30
local decalsPerSecond = 10
local soundsPerSecond = 20
local lastDecal = 0 --we can decal rate globally, not per particle
local dropDistanceThreshold = 2.5
local lastSound = 0
EFFECT.FPS = particlesPerSecond
EFFECT.PoolCounter = 0
EFFECT.PoolCounterMax = 3
EFFECT.LastPos = Vector()
EFFECT.LastImpact = Vector()
EFFECT.Velocity = 100
EFFECT.SpurtPeriod = 0.7
EFFECT.SpurtFactor = 0.25
EFFECT.PoolParticles = {}
EFFECT.PoolMovementThreshold = 3
Fresher than Stormfox2.