Divinity: Original Sin 2

Divinity: Original Sin 2

Custom Damage Types
84개 중 1~10개 표시 중
< 1  2  3 ... 9 >
업데이트: 2023년 2월 20일 @ 오후 12시 26분

  • Added new CDTEvents.
  • Added new helpers for force moving objects
    ---@param character EsvCharacter ---@param position vec3 ---@param radius number function ForceMoveObject(character, position, radius) ---@param characters EsvCharacter[] ---@param position vec3 function ForceMoveObjects(characters, position)

업데이트: 2023년 2월 20일 @ 오후 12시 25분

업데이트: 2023년 2월 15일 @ 오후 6시 06분

  • Fixed an issue where CDT weapon basic attacks were not having their CDT ability bonus factored in under some circumstances.
  • Fixed an issue where CDT weapon basic attacks were not having their damage flytext recolored.
  • Fixed a userdata-related issue in the SHEParams:Multiply() helper.
  • Added more CDTEvents.

업데이트: 2023년 2월 9일 @ 오후 4시 38분

  • Added an additional check to elemental affinity script to grab AiGrid if it's nil from the engine event.

업데이트: 2023년 2월 9일 @ 오전 9시 42분

  • Added new CDT events. Many of these are Osiris-only events upconverted with EsvGameObjects and some additional information.
  • Fixed an inheritance issue with ProjectileOnHit event.
  • GetCDT function will now assume the ID being passed in is a registration ID if the ID is a string and the ID type is nil.

업데이트: 2023년 2월 3일 @ 오후 1시 24분

  • Fixed a concatenation failure where StatsDamagePairList:ToTable() damage type was expected to be a string (it's userdata).
  • Fixed improper spacing between CDT filters when multiple are present in KBM skills UI.
  • Fixed a CDT ID caching error when registering multiple new CDTs at once.
  • Migrated GetDisplayName helper from Luminary to CDT.

업데이트: 2023년 2월 2일 @ 오전 8시 25분

  • Fixed an issue where controller users were unable to commit ability point changes into CDT abilities under some circumstances.

업데이트: 2023년 2월 1일 @ 오전 9시 01분

  • Fixed an issue where extra CDT ability points granted from Lone Wolf were not qualifying for meeting ability requirements for skills.
  • Fixed an issue where activating/deactivating Lone Wolf outside of character creation/mirror was not initiating a CDT ability tag refresh.

업데이트: 2023년 1월 31일 @ 오전 8시 26분

  • Fixed an issue where item boosts and resistances were not displaying in certain tooltips. This was a UI error only and damage calculations were not affected.
  • Fixed an issue where CDT ability total was not incorporating Lone Wolf in controller stats panel UI. This was a UI error only and damage calculations were not affected.
  • Fixed an issue where CDT skills were not loading correctly for controller users during character creation.

업데이트: 2023년 1월 29일 @ 오후 5시 19분

  • Complete rewrite of the mod to take advantage of v57 script extender features and prepare for v58 script extender features.
  • Introduced a new event system that allows multiple CDT mods to edit information during the recalculation process.
  • Introduced several new helper classes and functions.
  • Improved compatibility with other mods. CDT recalculations are only baked into a hit if there was a property overwrite made via CDT. This includes CDT damage calculations as well as any values returned as part of the CDT event system.
  • Improved keyboard and console parity with new classes, especially for CDT object data and tooltips.
  • Reduced .swf overrides for KBM.
  • Various bug fixes.