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:
Marisa the Magician 2018-05-30 14:21:15 +02:00
commit 0a7587a19f
11 changed files with 316 additions and 39 deletions

View file

@ -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;