Divinity: Original Sin 2
Custom Damage Types
Εμφάνιση 81-84 από 84 καταχωρίσεις
< 1 ... 7  8  >
Ενημέρωση: 31 Ιουλ 2021 στις 0:36

  • CDT scaling stat descriptions should respect abilities that use weapons.
  • Resistance Adjustment now passes in attacker Stats object and SkillId.

Ενημέρωση: 25 Ιουλ 2021 στις 22:46

  • More rigorous destringification process that should mitigate incorrect index lookups on the client.

Ενημέρωση: 19 Ιουλ 2021 στις 16:26

  • Ability tooltips should show up when visiting the mirror.
  • Formatted CDT damage strings can be inserted into tooltips using the notation [CDT_Skill:SKILLID].
    Example: "Lobs a fire ball that deals [1] and then explodes for an additional [CDT_Skill:Projectile_MyNewFireball_Explode_Bonus]."
  • Added blacklist and whitelist functionality for abilities and resistances showing up on sheet UIs. A table to your CDT registration should be added with this format:
    MyCDT = { ..., ['Exclusions'] = { ['Blacklist'] = { ['Ability'] = {}, ['Resistance'] = {} }, ['Whitelist'] = { ['Ability'] = {}, ['Resistance'] = {} } } }
    where entries in the Exclusions tables are object identifiers (object.MyGuid or object.NetID) you want to set exclusionary rules for. Helper functions CDT_AddToBlacklist and CDT_AddToWhitelist have been added and should be called on the client if setting rules after CDT registration.
  • Implemented LaughingLeader's characterSheet UI scrollbar functionality and collapsible stat groups.

Ενημέρωση: 10 Ιουλ 2021 στις 6:55