Rocket Launcher has been added, and with that (and a couple more tweaks) this mod is ready for the public beta stage (as soon as coelckers/gzdoom#495 is merged).
This commit is contained in:
parent
a6ccec0997
commit
0a7587a19f
11 changed files with 316 additions and 39 deletions
|
|
@ -814,8 +814,8 @@ Class ShockBall : Actor
|
|||
Obituary "%k inflicted mortal damage upon %o with the Shock Rifle";
|
||||
RenderStyle "Add";
|
||||
DamageType 'jolted';
|
||||
Radius 4;
|
||||
Height 4;
|
||||
Radius 2;
|
||||
Height 0;
|
||||
Scale 0.4;
|
||||
Speed 20;
|
||||
PROJECTILE;
|
||||
|
|
@ -876,8 +876,8 @@ Class SuperShockBall : Actor
|
|||
Obituary "%k electrified %o with the Enhanced Shock Rifle.";
|
||||
RenderStyle "Add";
|
||||
DamageType 'jolted';
|
||||
Radius 4;
|
||||
Height 4;
|
||||
Radius 2;
|
||||
Height 0;
|
||||
Scale 0.5;
|
||||
Speed 25;
|
||||
PROJECTILE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue