Plasma Duct


Plasma ducting, intended to make more flexible fusion power possible

Content
7 months ago
2.0
1.88K
Factorio: Space Age Icon Space Age Mod
Fluids Power

g Suggestion for plasma fluid color

a month ago

Hey, I really like the idea of this mod and will be using it in my upcoming run of Factorio: Space Age. But one thing I quickly noticed is the color of the plasma as you see it with the pipe visualizer stuff. No idea why the devs made it the same color as truster oxidizer (a dark-ish blue). And since it is something that only really appears when you use these plasma ducts I figured it would fit nicely in this mod instead of a seperate one. Not that I mind doing that but surely I'm not alone in thinking the vanilla fluid color is just awefully mismatched ^^

Would only require a few lines of code in data-updates.lua

local fusion_plasma = data.raw.fluid["fusion-plasma"]
fusion_plasma.base_color = {0.53, 0.1, 0.53}
fusion_plasma.flow_color = {0.93, 0.1, 0.93}

https://gyazo.com/1ca0d15dfcf47de839b59cff0a074825

New response