Lorefix: Kinylum and Nokron GLOW cyan/red, their natural colors are different.

This commit is contained in:
Mari the Deer 2022-10-28 14:28:29 +02:00
commit a6c1974825
5 changed files with 43 additions and 4 deletions

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

After

Width:  |  Height:  |  Size: 125 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 B

After

Width:  |  Height:  |  Size: 125 B

Before After
Before After

View file

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