EmperorFool
Deity
Alt-O is taken "ALT+O = Change perspective". What was wrong with Alt-J![]()
O as in Options, and in civ ctrl and alt with the same letter/action are usually related. That's my only reason, but since Alt-O is taken (wow that looks bizarre!), I withdraw my statement.
Is that info available on some other screen? If not, then it is additional info.
Yes, on the graph (demographics) screen, you can see the power of civs with whom you have enough espionage points. While you can't see the actual number, it's a graph and so you can get close. We could normalize it, meaning show % of your score, but that's basically the same thing.
Better I think would be to show the ranking -- #1 #2 #3, etc. -- rather than the power number. That assumes the AI's only take rank into consideration.
I would also like to include an alert when a AI goes "we have enough on our hands already" - this is an indication that the AI is going to war.
Yes! I thought of this the other day and forgot about it. Thanks. It would make a great alert. The information is probably semi-available. You should certainly be able to check if they'll trade "go to war...", but I don't know what kind of answer the API gives you -- probably just "no".
Code:
BOOL canTradeItem(PlayerType eWhoTo, TradeData item, BOOL bTestDenial)
However, maybe you can get the reason as a string some other way. I don't see it, though. You could at least have an alert to tell you when one AI will agree to a war with another, or revokes the ability. That's not exactly what you wanted, but it's still something.