Spoiler
I can tell that a Smoke Jaguar planet is under attack by Rasalhague, that a unit with the tag 'FOX' is currently the owner of the planet, and that the planet has 13 regions that can be contested.
However, I can't make sense of the following keys:
- contested: seems to be a 0 or 1 value indicating if the planet is under attack. If that's all is does, why not just have it be a bool?
- defense_level: seems to be a placeholder at the moment. I can't find a planet where the value is not null.
- territories:this one I can't make heads nor tails of. It's obviously some kind of counter, but I have no idea for what, or what each position in the array corresponds to. For instance, the length of the array is 8, which is not the number of factions in the game, nor the number of territories on the planet. It also doesn't seem to be the number of wins for a given faction, as when I took this the balance of power was 53% in favor of Rasalhague. (42 / 72 != 53%)
- rules: I can see what the intent was with this, but the fact that it's blank is odd.