Divinity: Original Sin 2

Divinity: Original Sin 2

Custom Damage Types
84개 중 41~50개 표시 중
< 1 ... 3  4  5  6  7 ... 9 >
업데이트: 2021년 11월 17일 @ 오후 6시 32분

  • Implemented a more rigorous check for fetching bonus weapons.

업데이트: 2021년 11월 17일 @ 오전 3시 02분

  • Fixed an issue where reflection hits from CDT-based attacks became uncolored.
  • Added preliminary support for CDT weapons for KBM users. Support for controller UI will come later.

    CDT weapons should have a unique identifier in their Stats-->Weapon-->Tags property and their damage type as Shadow. Setting a tag on your weapons will not work! The identifier must be in the Stats entry.

    CDT registration tables should be updated to include the following entries:
    Labels.Ability.Tooltip.Weapon = -- A string that represents the CDT's damage type at the top of weapon tooltips. Icons.Ability.Atlas.Weapon = -- A string that is the name of an icon in your mod's texture atlas that represents the CDT's damage type at the top of weapon tooltips. Tags.Weapon == -- A string that is the unique identifier your CDT weapons have in Stats-->Weapon-->Tags.
    Example:
    Labels.Ability.Tooltip.Weapon = "Light" Icons.Ability.Atlas.Weapon = "Focus_Lumimancy_Weapon" Tags.Weapon = "LUMIMANCY_WEAPON"

업데이트: 2021년 10월 31일 @ 오전 2시 17분

  • Fixed an issue where CDT consumable effects could erroneously be granted several times.
  • Fixed an incorrect lookup of CDT_IsWeaponAttack.
  • Added server/client helper CDT_GetStatDisplayName(statsID) that can be called to retrieve the DisplayName of a stat without returning an error if it doesn't exist.

업데이트: 2021년 10월 24일 @ 오후 5시 12분

  • Fixed issue where characters wouldn't deal damage while Invisible/Sneaking under certain circumstances.

업데이트: 2021년 10월 23일 @ 오후 5시 05분

  • Hit type is now passed as an additional argument into DamageType.Adjustments.Resistance functions.
  • Added server command !CDT_DumpHits to print hit information to the console before and after CDT recalculation.

업데이트: 2021년 10월 19일 @ 오후 11시 35분

  • Fixed an issue where resistances on the character sheet could be displayed with a decimal under certain circumstances.
  • Significantly improved support for character creation on controller. CDT skills do not show up in the selected-skill-trio container, and probably never will LUL.
  • When Lone Wolf activates on a character, CDT abilities with more than 5 points invested will be set to 5 and the excess points refunded.

업데이트: 2021년 10월 17일 @ 오전 2시 14분

  • Improved initialization process for clients.
  • Fixed error with skills that used weapon properties but weren't weapon attacks (one-use arrows, incarnate projectile, etc.)

업데이트: 2021년 10월 4일 @ 오후 11시 22분

  • Implemented a more thorough system to deliver CDT information to clients who are connecting to the game.

업데이트: 2021년 10월 4일 @ 오전 4시 23분

Debugging.

업데이트: 2021년 10월 4일 @ 오전 2시 04분

Debugging.