Divinity: Original Sin 2
Custom Damage Types
71–80 из 84
< 1 ... 6  7  8  9 >
Обновление: 13 авг. 2021 г. в 15:48

  • Fixed a CDT ability initialization bug for CharacterEnteredRegion event.

Обновление: 12 авг. 2021 г. в 17:28

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

Обновление: 12 авг. 2021 г. в 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.

Обновление: 11 авг. 2021 г. в 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") ..., },

Обновление: 10 авг. 2021 г. в 20:48

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

Обновление: 10 авг. 2021 г. в 16:46

  • Removed some console spam.

Обновление: 10 авг. 2021 г. в 16:40

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

Обновление: 10 авг. 2021 г. в 4:08

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

Обновление: 10 авг. 2021 г. в 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.

Обновление: 5 авг. 2021 г. в 14:18

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