Skip to content

v2.61.0 climb_forts

APN-Pucky edited this page Sep 14, 2020 · 1 revision

With version v2.61.0 guild sims are available. This means you can pass a gauntlet or ';'-separated decks as your deck.

Operations:

  1. 'sim' works with a deck-group. Every deck from your group will be simmed against every deck from the enemy deck, therefore high iterations result in much to process.
  2. 'climb_forts' will check every possible fortress combination. The number of fortresses is defined by 'yfpool'.
  3. other operations (climb,anneal...) still only work with a single deck.

Examples:

  1. 'tuo "gauntlet_1" "gauntlet_2" sim 10'
    • Will give a score how well gauntlet_1 performs against gauntlet_2
  2. 'tuo "guild_1" "Mechmaster Yurich Raid-25" climb_forts 10 yf "LC#2, TC#2, IB#2, DF#2" yfpool 2' raid
    • Will calculate best forts against this raid.
  3. 'tuo "guild_1" "guild_2" climb_forts 10 yf "LC#2, TC#2, IB#2, DF#2" yfpool 2 ef "LC#2, TC#2, IB#2, DF#2" efpool 2'
    • Will calculate the best forts for guild_1 against guild_2 where guild_2 uses two random forts from the pool.

Notes:

  1. yfpool should not be higher than the amount of passed fortresses.
  2. As there will be quite much output from tuo, I added a flag '+so' for simplified output
Clone this wiki locally