Fixes for RPG and Stun Stick adjustments
This commit is contained in:
parent
6929a15d0c
commit
a5cb710446
2 changed files with 17 additions and 13 deletions
|
@ -13,13 +13,12 @@ entityDef weapon_rpg
|
||||||
"snd_respawn" "item.respawn"
|
"snd_respawn" "item.respawn"
|
||||||
|
|
||||||
"inv_name" "#HL2_RPG"
|
"inv_name" "#HL2_RPG"
|
||||||
"def_fireInfo" "fireInfo_rpg_homing"
|
"def_fireInfo" "fireInfo_rpg"
|
||||||
"def_altFireInfo" "fireInfo_rpg"
|
|
||||||
"ammoType" "ammo_rpg"
|
"ammoType" "ammo_rpg"
|
||||||
"clipSize" "1"
|
"clipSize" "1"
|
||||||
"ammoRequired" "1"
|
"ammoRequired" "1"
|
||||||
"ammoPerShot" "1"
|
"ammoPerShot" "1"
|
||||||
"inv_ammo_rocket" "2"
|
"inv_ammo_rpg" "2"
|
||||||
"fireRate" "2.5"
|
"fireRate" "2.5"
|
||||||
|
|
||||||
"actIdle" "0"
|
"actIdle" "0"
|
||||||
|
@ -42,10 +41,9 @@ entityDef projectile_rocket
|
||||||
"def_damage" "damage_rocketDirect"
|
"def_damage" "damage_rocketDirect"
|
||||||
"def_splash_damage" "damage_rocketSplash"
|
"def_splash_damage" "damage_rocketSplash"
|
||||||
|
|
||||||
"health" "0"
|
"health" "0"
|
||||||
"velocity" "250"
|
"velocity" "250"
|
||||||
"angular_velocity" "0 0 200"
|
"angular_velocity" "0 0 200"
|
||||||
"fuse" "10"
|
|
||||||
"detonate_on_fuse" "0"
|
"detonate_on_fuse" "0"
|
||||||
"detonate_on_death" "1"
|
"detonate_on_death" "1"
|
||||||
"detonate_on_world" "1"
|
"detonate_on_world" "1"
|
||||||
|
@ -53,18 +51,18 @@ entityDef projectile_rocket
|
||||||
"impact_damage_effect" "1"
|
"impact_damage_effect" "1"
|
||||||
"impact_gib" "1"
|
"impact_gib" "1"
|
||||||
|
|
||||||
"thrust" "2000"
|
"thrust" "2000"
|
||||||
"thrust_start" "0.1"
|
"thrust_start" "0.1"
|
||||||
"thrust_end" "2"
|
"thrust_end" "2"
|
||||||
|
|
||||||
"smoke_fly" "weapon_rpg.trail"
|
"smoke_fly" "weapon_rpg.trail"
|
||||||
"model_detonate" "fx_explosion.main"
|
"model_detonate" "fx_explosion.main"
|
||||||
"light_color" "1 0.8 0.4"
|
"light_color" "1 0.8 0.4"
|
||||||
"light_radius" "160"
|
"light_radius" "160"
|
||||||
"light_offset" "0 0 0"
|
"light_offset" "0 0 0"
|
||||||
|
|
||||||
"explode_light_color" "2 1.6 0.8"
|
"explode_light_color" "2 1.6 0.8"
|
||||||
"explode_light_radius" "320"
|
"explode_light_radius" "320"
|
||||||
"explode_light_fadetime" "0.5"
|
"explode_light_fadetime" "0.5"
|
||||||
|
|
||||||
"snd_explode" "fx.explosion"
|
"snd_explode" "fx.explosion"
|
||||||
|
@ -85,4 +83,10 @@ entityDef damage_rocketSplash
|
||||||
{
|
{
|
||||||
"damage" "skill:plr_dmg_rpg_round"
|
"damage" "skill:plr_dmg_rpg_round"
|
||||||
"radius" "250"
|
"radius" "250"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
entityDef fireInfo_rpg
|
||||||
|
{
|
||||||
|
"def_onFire" "projectile_rocket_homing"
|
||||||
|
"punchAngle" "-5 0 0"
|
||||||
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@ entityDef weapon_stunstick
|
||||||
"silent_fire" "1"
|
"silent_fire" "1"
|
||||||
|
|
||||||
"meleeRateMiss" "0.5"
|
"meleeRateMiss" "0.5"
|
||||||
"meleeRateHit" "0.25"
|
"meleeRateHit" "0.45"
|
||||||
|
|
||||||
"actIdle" "0"
|
"actIdle" "0"
|
||||||
"actDraw" "1"
|
"actDraw" "1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue