diff --git a/README.md b/README.md index a0d62d875..3ef4aef1e 100644 --- a/README.md +++ b/README.md @@ -308,12 +308,12 @@ Yes, this portable plasma artillery has two ammo types, handled separately. And ### Kinylum cells ~ Replaces Cells, Runes ![](docimg/sparksterammoblue.png) -Neatly packaged single-shot charges of **Kinylum**. Recognizable by its cyan color and fresh mint scent. +Neatly packaged single-shot charges of **Kinylum**. Recognizable by its cyan glow and fresh mint scent. ### Nokron cells ~ Replaces Cells, Runes ![](docimg/sparksterammored.png) -Neatly packaged single-shot charges of **Nokron**. Recognizable by its red color and delicious cheese aroma. +Neatly packaged single-shot charges of **Nokron**. Recognizable by its red glow and delicious cheese aroma. ### Silver Bullet JET *(slot 8)* ~ Replaces Plasma Rifle, Hellstaff, Arc of Death ![](docimg/silverbullet.png) diff --git a/gldefs.dlcammo b/gldefs.dlcammo index 5800cb276..901d97bbf 100644 --- a/gldefs.dlcammo +++ b/gldefs.dlcammo @@ -23,6 +23,45 @@ Object QuadravolAmmo3 Frame XZW1 { light QUADAMMOLIGHT } } +PointLight KINYLUMAMMOLIGHT +{ + Color 0.2 0.8 1.0 + Size 20 + Offset 0 16 0 + Attenuate 1 +} +PointLight NOKRONAMMOLIGHT +{ + Color 1.0 0.3 0.2 + Size 20 + Offset 0 16 0 + Attenuate 1 +} +Object SparksterBAmmo +{ + Frame XZW1 { light KINYLUMAMMOLIGHT } +} +Object SparksterBAmmo2 +{ + Frame XZW1 { light KINYLUMAMMOLIGHT } +} +Object SparksterBAmmo3 +{ + Frame XZW1 { light KINYLUMAMMOLIGHT } +} +Object SparksterRAmmo +{ + Frame XZW1 { light NOKRONAMMOLIGHT } +} +Object SparksterRAmmo2 +{ + Frame XZW1 { light NOKRONAMMOLIGHT } +} +Object SparksterRAmmo3 +{ + Frame XZW1 { light NOKRONAMMOLIGHT } +} + PointLight MISTERAMMOLIGHT { Color 0.5 0.2 0.4 diff --git a/graphics/HUD/SparksterKinylumInert.png b/graphics/HUD/SparksterKinylumInert.png index 45521a4ac..4e6366385 100644 Binary files a/graphics/HUD/SparksterKinylumInert.png and b/graphics/HUD/SparksterKinylumInert.png differ diff --git a/graphics/HUD/SparksterNokronInert.png b/graphics/HUD/SparksterNokronInert.png index 335b658c4..59dc20bef 100644 Binary files a/graphics/HUD/SparksterNokronInert.png and b/graphics/HUD/SparksterNokronInert.png differ diff --git a/language.version b/language.version index 441e6ef38..f94408528 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r591 \cu(Fri 28 Oct 14:07:27 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r591 \cu(2022-10-28 14:07:27)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r592 \cu(Fri 28 Oct 14:28:29 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r592 \cu(2022-10-28 14:28:29)\c-";