18 lines
415 B
Ucode
18 lines
415 B
Ucode
//2.5 KFGibJet ✓
|
|
class KFGibJetOS extends BloodJetOS;
|
|
|
|
//Usage:
|
|
//Blood trails that spawn out of giblets
|
|
|
|
defaultproperties
|
|
{
|
|
mMaxParticles=20
|
|
mLifeRange(0)=2.500000
|
|
mLifeRange(1)=3.000000
|
|
mColorRange(0)=(B=120,G=120,R=120)
|
|
mColorRange(1)=(B=120,G=120,R=120)
|
|
Skins(0)=Texture'KFOldSchoolZeds_Textures.Shared.BloodySpray'
|
|
Style=STY_Modulated
|
|
bUnlit=False
|
|
}
|