That Awkward Moment When You Both Try to Go Through the Door at the Same Time
Added 2019-08-07 22:54:04 +0000 UTCSo as it turns out, Foundry has a problem* with doing many things at the same time (specifically, concurrent entity creation triggered by client events). In the case of Plutonium, this manifests as items/spells/etc. swapping their descriptions, becoming un-deletable, and all kinds of other fun things if you import too many (read: more than two) things from one import list at the same time.
While I did discover this issue earlier in development, I didn't quite put in enough special sauce to work around it. This has been remedied in Plutonium version 0.0.2b, available here. If you've been importing a bunch of stuff in preparation for The Next Session, you might want to have a scan through and make sure it's not all utter garbage. Apologies for any inconvenience caused.
* A known bug, but one that looks like it's going to be kicking around for a while yet.