Grand Summoners F21 to F30 AI full clears - October 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ต.ค. 2024

ความคิดเห็น • 2

  • @diomedesmarcelino2225
    @diomedesmarcelino2225 9 วันที่ผ่านมา

    I still don't know how to use the AI feature in the game

    • @kronos6592
      @kronos6592  9 วันที่ผ่านมา

      I'm not the best personn to ask about that, for me it's very natural and easy as I'm studying computer science. 😅
      You have actions and conditions.
      An action is using an arts, a true arts, a skill, an equip...
      A condition is art gauge is 200 or more etc...
      There is two types of actions :
      - using an equip
      - using an arts or skill
      The game will check each actions and the conditions associate from the highest to the lowest. If one actions validates all conditions the player set and game conditions (like you can't use a true arts if your art gauge is lower than 200 for example), the action will be executed. All the actions under the one executed will be ignored.
      In facts this not exactly true, as equip actions will always have an higher priority than arts/skill actions.
      And the game will check all the conditions from the top one again.
      It loops on all the conditions, and if one is meet, it will be executed.
      If you don't set any conditions, then only game conditions will aplly, it can acts as a default case.
      As for what conditions to put... Well it's just boolean logic (and/or) and you have to analyse how the quest is build. Starting from easier quests and replicating what you already do in manual is a good start.
      Another thing to take note for nuking, is that the game will execute one action for an unit and switch to the next one, starting from the rightmost unit.