mage/Mage.Server.Plugins/Mage.Player.AI.MA/config/AIMinimax.properties
2011-02-07 21:14:50 +03:00

7 lines
No EOL
147 B
INI

maxDepth=10
maxNodes=5000
evaluatorLifeFactor=2
evaluatorPermanentFactor=1
evaluatorCreatureFactor=1
evaluatorHandFactor=1
maxThinkSeconds=30