wakystuf / ESG-Mod

An Endless Space 2 balance and overhaul mod
31 stars 4 forks source link

Ai change aug #1374

Closed Arpharnator closed 2 years ago

wakystuf commented 2 years ago

This all looks good except one question: didn't you add this line twice for each of the Anomaly constructibles (reductions and enhancements)? `

Property(Context,@'../ClassEmpire',IsAIControlled) eq 0
<InterpreterPrerequisite Flags="Prerequisite,Discard">Property(Context,@'../ClassEmpire',IsAIControlled) eq 0</InterpreterPrerequisite>

`

Arpharnator commented 2 years ago

look closely one is disable the other is discard. It's necessary otherwise the AI like to have its turn pending forever

wakystuf commented 2 years ago

Hmm...OK. I would think you could do Flags="Prerequisite,Disable,Discard" or Flags="Prerequisite,Discard" but I guess this is fine