- Added an option to decrease the AI chance to randomly trade vs. an Embalm/Eternalize creature that will come back later.

- Enabling the option to hold land drops for main 2 from time to time when safe (tested by now, should work well).
This commit is contained in:
Agetian
2017-09-29 16:34:38 +00:00
parent 9bb5a69b56
commit a17663655b
6 changed files with 26 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ MAX_DIFF_IN_CREATURE_COUNT_TO_TRADE_WITH_REPL=0
# Min and max chance to randomly aggressively trade when blocking (note that it will become 100 if the AI is in danger)
MIN_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=40
MAX_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=65
# The decrease amount for the trade chance when trading against a non-token Embalm/Eternalize creature with a non-token
# creature that does not have Embalm/Eternalize
CHANCE_DECREASE_TO_TRADE_VS_EMBALM=50
# Options to save / preserve loyalty of planeswalkers
# Chance to trade a (worse or roughly equal) creature in order to save a planeswalker or preserve its loyalty
@@ -68,7 +71,7 @@ CHEAT_WITH_MANA_ON_SHUFFLE=true
# The chance for the AI to attempt to hold land drops until Main 2 when it's safe and when it has nothing to potentially
# do with the extra mana
HOLD_LAND_DROP_FOR_MAIN2_IF_UNUSED=0
HOLD_LAND_DROP_FOR_MAIN2_IF_UNUSED=100
# Planechase logic
DEFAULT_MAX_PLANAR_DIE_ROLLS_PER_TURN=1

View File

@@ -47,6 +47,9 @@ MAX_DIFF_IN_CREATURE_COUNT_TO_TRADE_WITH_REPL=1
# Min and max chance to randomly aggressively trade when blocking (note that it will become 100 if the AI is in danger)
MIN_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=30
MAX_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=70
# The decrease amount for the trade chance when trading against a non-token Embalm/Eternalize creature with a non-token
# creature that does not have Embalm/Eternalize
CHANCE_DECREASE_TO_TRADE_VS_EMBALM=30
# Options to save / preserve loyalty of planeswalkers
# Chance to trade a (worse or roughly equal) creature in order to save a planeswalker or preserve its loyalty
@@ -68,7 +71,7 @@ CHEAT_WITH_MANA_ON_SHUFFLE=true
# The chance for the AI to attempt to hold land drops until Main 2 when it's safe and when it has nothing to potentially
# do with the extra mana
HOLD_LAND_DROP_FOR_MAIN2_IF_UNUSED=0
HOLD_LAND_DROP_FOR_MAIN2_IF_UNUSED=100
# Planechase logic
DEFAULT_MAX_PLANAR_DIE_ROLLS_PER_TURN=1

View File

@@ -47,6 +47,9 @@ MAX_DIFF_IN_CREATURE_COUNT_TO_TRADE_WITH_REPL=1
# Min and max chance to randomly aggressively trade when blocking (note that it will become 100 if the AI is in danger)
MIN_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=30
MAX_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=70
# The decrease amount for the trade chance when trading against a non-token Embalm/Eternalize creature with a non-token
# creature that does not have Embalm/Eternalize
CHANCE_DECREASE_TO_TRADE_VS_EMBALM=30
# Options to save / preserve loyalty of planeswalkers
# Chance to trade a (worse or roughly equal) creature in order to save a planeswalker or preserve its loyalty

View File

@@ -47,6 +47,9 @@ MAX_DIFF_IN_CREATURE_COUNT_TO_TRADE_WITH_REPL=1
# Min and max chance to randomly aggressively trade when blocking (note that it will become 100 if the AI is in danger)
MIN_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=0
MAX_CHANCE_TO_RANDOMLY_TRADE_ON_BLOCK=50
# The decrease amount for the trade chance when trading against a non-token Embalm/Eternalize creature with a non-token
# creature that does not have Embalm/Eternalize
CHANCE_DECREASE_TO_TRADE_VS_EMBALM=10
# Options to save / preserve loyalty of planeswalkers
# Chance to trade a (worse or roughly equal) creature in order to save a planeswalker or preserve its loyalty
@@ -68,7 +71,7 @@ CHEAT_WITH_MANA_ON_SHUFFLE=true
# The chance for the AI to attempt to hold land drops until Main 2 when it's safe and when it has nothing to potentially
# do with the extra mana
HOLD_LAND_DROP_FOR_MAIN2_IF_UNUSED=0
HOLD_LAND_DROP_FOR_MAIN2_IF_UNUSED=30
# Planechase logic
DEFAULT_MAX_PLANAR_DIE_ROLLS_PER_TURN=1