mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- 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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user