Divinity: Original Sin 2

Divinity: Original Sin 2

Custom Damage Types
84件中 71-80 を表示
< 1 ... 6  7  8  9 >
更新: 2021年8月13日 @ 15時48分

  • Fixed a CDT ability initialization bug for CharacterEnteredRegion event.

更新: 2021年8月12日 @ 17時28分

  • Added a safeguard for filters disappearing after selecting the All filters option when the skillbook is opened for the first time.

更新: 2021年8月12日 @ 3時44分

  • Adjusted character sheet UI and examine UI resistance icon placement. The new positioning should be better for icons that have their imagery centered on the canvas.
  • Fixed a bug where the skillbook filter background was too wide on the right when a character didn't have all current CDT filters present.

更新: 2021年8月11日 @ 5時16分

  • Added preliminary combat log support. CDT registration should include the combat log damage text in Labels.Ability. This will replace the damage type in the combat log (e.g. "Fire Damage") and color it automatically. Registration example:
    ['Labels'] = { ['Ability'] = { ['CombatLog'] = Ext.GetTranslatedStringFromKey("MyCDTCombatLogDamage") ..., },

更新: 2021年8月10日 @ 20時48分

  • Repositioned CDT resistance icons to be consistent with other icons for future LeaderLib update.
  • Removed more console spam.

更新: 2021年8月10日 @ 16時46分

  • Removed some console spam.

更新: 2021年8月10日 @ 16時40分

  • Fixed some console spam when entering Character Creation. Thanks LaughingLeader!
  • Added character sheet icon compatibility for future LeaderLib update.

更新: 2021年8月10日 @ 4時08分

  • Fixed an issue with icon validation when multiple CDTs are registered.

更新: 2021年8月10日 @ 3時30分

  • Added Requirements system to Skills.List items. This lets you set a CDT ability amount requirement for CDT skills. Example:
    Skills.List = { ['Target_SomeSkill'] = { ['EA'] = {'SomeCustomEA'} ['Requirements'] = { ['1234'] = 2 } }
    This would set an ability requirement of 2 for the CDT ability with AbilityID 1234. Multiple CDT requirements can be set for a single skill. Any Larian-created ability requirements should be handled via Stats in the editor. Each item in Skills.List must have a Requirements table, even if left empty.
  • Vastly improved Lone Wolf support.
  • Added a validation process for CDT registration. If there is an error with your CDT then the console will have a warning printout for the problematic code.

更新: 2021年8月5日 @ 14時18分

  • Fixed an issue with negative resistances not being colored properly in the examine UI.