1
User modifications / Re: Modifying research
« on: April 22, 2013, 09:37:36 am »
All right, it worked, thanks!
New board
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
equipment alien_workers1
{
mininterest 0
maxinterest 79
// Primary
// Secondary
item (plaspistol 100)
item (assault_ammo 1)
// Misc
item (kerrblade 10)
}
item assault
{
name "_Stunner"
model "weapons/electrolaser/electrolaser"
weapon true
type "rifle"
animationindex 1
holdtwohanded false
firetwohanded true
shape "0 0 5 1"
shape "0 1 4 1"
center "4.5 0 .5"
scale 1.26
ammo 8
reload 18
reloadsound "weapons/reload-rifle"
price 1000
size 35
is_primary true
weight 3.2
}
item assault_ammo
{
name "_24 Volts Battery"
model "weapons/laserrifle/laserrifle_clip"
type "ammo"
animationindex 0
shape "0 0 1 2"
center "0 0 0"
scale 1.8
price 210
size 7
is_primary true
dmgtype "stun_electro"
weight 0.3
weapon_mod
{
weapon assault
firedef
{
name "_Stun Shot"
skill "assault"
projtl laserFrizzledBeam
impact laserFrizzledImpact
hitbody laserFrizzledImpact
firesnd "weapons/electro-taser"
speed 0
spread "1.4 1.4"
crouch 0.85
range 40
shots 1
ammo 1
time 12
damage "50 6"
dmgweight "stun_electro"
reaction true
}
}
weapon_mod
{
weapon assault
firedef
{
name "_Stun Sweep"
skill "assault"
projtl laserFrizzledBeam
impact laserFrizzledImpact
hitbody laserFrizzledImpact
firesnd "weapons/electro-taser"
speed 0
spread "2 2"
crouch 0.75
range 40
shots 3
ammo 3
time 24
damage "50 6"
dmgweight "stun_electro"
reaction true
}
}
}