Why does `help` not list all commands? How would I even list all commands? How am I reasonably to find `RemoveCondition`?
EDIT: I started reading the source code and noticed that `list` can `list commands`. I just find it odd that help doesn't mention this. Reading the code or javadoc is a bit of a high ask IMHO.
There's also something I don't fully get. But it's probably in the game's code, not the mod code. I see that you can add condition "Teran" to a world. And most others, Jungle, Barren, etc. Not Toxic though. HOWEVER, it does not change the world. I'm guessing that the world is just a tag, and changing the tag doesn't affect the visuals? But it creates this very odd scenario where I add `Teran` to a lifeless Barren world with no atmosphere. But, again. I'm guessing that the condition is supplied by the game's api, and changing a planet from Baren to Teran is outside the scope of the command.
EDIT 2:
Yep, looking in the save file. The planet type is just a `<type>` tag. You'd also need to change other stuff. For example barren worlds don't have `atmosphereColor`. And tagging a previously barren world as `Teran` with no `atmosphereColor` makes the planet still look barren. I think.