There is a way to code LTHM to be able to resist the temperature of ionized NBLE for a few frames. If you have a cooling material around the NBLE, it will cool within that amount of time. I was planning on having the life in LTHM go up by a factor of 50 each time NBLE ionizes. So it wouldnt take long to charge it. It would be all about timing.
how about, in lithium,
if(((r&0xFF)==PT_PLSM)&&(parts[r>>8].ctype==PT_NBLE)){
parts[i].temp-=100.0f;
parts[r>>8].temp-=100.0f
}
That looks like it would make plasma with the ctype of nble that is touching lithium only 100 c right?
I am bumping this because I serioulsy think it would be a great addition to TPT