1.0.1 Release:
- Greatly improved responsiveness of Eightball. - Increase Betamag melee damage (15 → 25). - Reduce Demolisher visual sway. - Increase Razorclaw primary damage (6 → 10) and decrease interval (5 → 4). - Add random chance of forcing pain to each hit of Razorclaw primary (1/6 for bosses, 1/4 for normal enemies), making it a more viable melee weapon. - Razorclaw now propels you when fully submerged. - Fix Flame Gun not checking for the correct minimum ammo for secondary fire. - Replacements respect IsFinal. - HUD will display BasicArmor if available, for compatibility. - Fix alignment for non-standard item/ammo icons. - Fix Teleport Capsules having a choppy twiddle animation.
This commit is contained in:
parent
28d0912eda
commit
08361babe6
10 changed files with 111 additions and 26 deletions
|
|
@ -176,7 +176,7 @@ Class Betamag : UnrealWeapon
|
|||
{
|
||||
if ( d.HitType == TRACE_HitActor )
|
||||
{
|
||||
int dmg = 15;
|
||||
int dmg = 25;
|
||||
dmg = d.HitActor.DamageMobj(invoker,self,dmg,'Melee',DMG_USEANGLE|DMG_THRUSTLESS,atan2(d.HitDir.y,d.HitDir.x));
|
||||
UTMainHandler.DoKnockback(d.HitActor,d.HitDir,35000);
|
||||
if ( d.HitActor.player ) d.HitActor.A_QuakeEx(2,2,2,6,0,1,"",QF_RELATIVE|QF_SCALEDOWN,rollIntensity:0.25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue