Divinity: Original Sin 2

Divinity: Original Sin 2

Custom Damage Types
71-80 van 84 items weergegeven
< 1 ... 6  7  8  9 >
Update: 13 aug 2021 om 15:48

  • Fixed a CDT ability initialization bug for CharacterEnteredRegion event.

Update: 12 aug 2021 om 17:28

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

Update: 12 aug 2021 om 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.

Update: 11 aug 2021 om 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") ..., },

Update: 10 aug 2021 om 20:48

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

Update: 10 aug 2021 om 16:46

  • Removed some console spam.

Update: 10 aug 2021 om 16:40

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

Update: 10 aug 2021 om 4:08

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

Update: 10 aug 2021 om 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.

Update: 5 aug 2021 om 14:18

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