Divinity: Original Sin 2

Divinity: Original Sin 2

Custom Damage Types
Se afișează 41-50 din 84 intrări
< 1 ... 3  4  5  6  7 ... 9 >
Actualizare: 17 nov. 2021 @ 18:32

  • Implemented a more rigorous check for fetching bonus weapons.

Actualizare: 17 nov. 2021 @ 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"

Actualizare: 31 oct. 2021 @ 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.

Actualizare: 24 oct. 2021 @ 17:12

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

Actualizare: 23 oct. 2021 @ 17: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.

Actualizare: 19 oct. 2021 @ 23: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.

Actualizare: 17 oct. 2021 @ 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.)

Actualizare: 4 oct. 2021 @ 23:22

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

Actualizare: 4 oct. 2021 @ 4:23

Debugging.

Actualizare: 4 oct. 2021 @ 2:04

Debugging.