1. 22 Jun, 2022 7 commits
  2. 21 Jun, 2022 3 commits
  3. 18 Jun, 2022 13 commits
  4. 17 Jun, 2022 1 commit
  5. 16 Jun, 2022 8 commits
  6. 15 Jun, 2022 5 commits
  7. 14 Jun, 2022 3 commits
    • saucebing's avatar
      fix healing ability of some characters to some extent (#1201) · 458aadc2
      saucebing authored
      * fix healing ability of some characters to some extent
      
      * using SerialName to replace replaceAll in avatar ability files reading
      
      * add class HealAbilityManager
      
      * move codes in onAbilityInvoke of class AbilityManager to class HealAbilityManager
      458aadc2
    • Tesutarin's avatar
      KickCommand: Remove unnecessary subpermission · 7c9db30b
      Tesutarin authored
      7c9db30b
    • ImmuState's avatar
      Implement Resin (#1257) · 6e955c9f
      ImmuState authored
      * Basic resin usage/refresh.
      
      * Honor resin config, move some logic to logon.
      
      * Add resin usage to DungeonChallenge
      
      * Make fragile and transient resin usable.
      
      * Get resin cost from dungeon excel.
      
      * Add ability to unlock combine diagrams.
      
      * Refactor CombineManager to use Inventory.payItems, enabling crafting of condensed resin.
      
      * Refactor ForgingManager to use Inventory.payItems, to prepare for eventually forging Mystic Enhancement Ores using resin.
      
      * Remove comment
      
      * Check resin usage in addResin
      6e955c9f