- Converted token generation ability activation chance for the AI into a profile variable (currently defaults to 100% for all profiles, pending testing).

This commit is contained in:
Agetian
2017-08-21 10:29:30 +00:00
parent cfe9c17b58
commit fc2e93a57f
6 changed files with 28 additions and 11 deletions

View File

@@ -44,4 +44,8 @@ STRIPMINE_MIN_LANDS_IN_HAND_TO_ACTIVATE=1
STRIPMINE_MIN_LANDS_FOR_NO_TIMING_CHECK=9999
STRIPMINE_MIN_LANDS_OTB_FOR_NO_TEMPO_CHECK=8
STRIPMINE_MAX_LANDS_TO_ATTEMPT_MANALOCKING=3
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
# A chance to use the token-generation abilities (The Hive, etc.). If less than 100, the AI will sometimes
# feel "forgetful" (might miss activation of planeswalker token abilities, The Hive on defense, etc.)
TOKEN_GENERATION_ABILITY_CHANCE=100

View File

@@ -45,3 +45,7 @@ STRIPMINE_MIN_LANDS_FOR_NO_TIMING_CHECK=9999
STRIPMINE_MIN_LANDS_OTB_FOR_NO_TEMPO_CHECK=6
STRIPMINE_MAX_LANDS_TO_ATTEMPT_MANALOCKING=3
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
# A chance to use the token-generation abilities (The Hive, etc.). If less than 100, the AI will sometimes
# feel "forgetful" (might miss activation of planeswalker token abilities, The Hive on defense, etc.)
TOKEN_GENERATION_ABILITY_CHANCE=100

View File

@@ -44,4 +44,8 @@ STRIPMINE_MIN_LANDS_IN_HAND_TO_ACTIVATE=1
STRIPMINE_MIN_LANDS_FOR_NO_TIMING_CHECK=9999
STRIPMINE_MIN_LANDS_OTB_FOR_NO_TEMPO_CHECK=6
STRIPMINE_MAX_LANDS_TO_ATTEMPT_MANALOCKING=3
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
# A chance to use the token-generation abilities (The Hive, etc.). If less than 100, the AI will sometimes
# feel "forgetful" (might miss activation of planeswalker token abilities, The Hive on defense, etc.)
TOKEN_GENERATION_ABILITY_CHANCE=100

View File

@@ -44,4 +44,8 @@ STRIPMINE_MIN_LANDS_IN_HAND_TO_ACTIVATE=1
STRIPMINE_MIN_LANDS_FOR_NO_TIMING_CHECK=3
STRIPMINE_MIN_LANDS_OTB_FOR_NO_TEMPO_CHECK=4
STRIPMINE_MAX_LANDS_TO_ATTEMPT_MANALOCKING=4
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
STRIPMINE_HIGH_PRIORITY_ON_SKIPPED_LANDDROP=true
# A chance to use the token-generation abilities (The Hive, etc.). If less than 100, the AI will sometimes
# feel "forgetful" (might miss activation of planeswalker token abilities, The Hive on defense, etc.)
TOKEN_GENERATION_ABILITY_CHANCE=100