Skip to content

Skill VFX and AI Random Strategy

Compare
Choose a tag to compare
@Wabtey Wabtey released this 12 Jul 11:50
· 14 commits to develop since this release
7acaa54

v0.6
Full Commits History

Preview

cuted-2023-07-12.13-41-00.mp4

Added

  • Animate Skill before each skill execution
  • Interactive Items
    • Ladder to go down into the LogCave
      • New Place/State
      • Click an entity, go up into the CombatWall + select clicked unit
      • Press CancelInput key (atm: Esc) to go back to the CombatWall
    • Character Sheet
      • Up to 6 Character Sheets, for allies
        • Can click on it to open corresponding Character Sheet
      • Pack of Scroll
        • Can click on it to open the first enemy's Character Sheet
      • Browse among character sheet of a same team with left-arrow and right-arrow
  • AI Enemy
    • Currently: Random Behavior

Fixed

  • click on several overlapping entities no longer crash

Optimize

  • ui::player_interaction::select_unit_by_mouse(), light comparaison first (before long iteration + checking mouse position).
  • combat::mod::update_number_of_fighters() no longer execute everytime.