Divinity: Original Sin 2

Divinity: Original Sin 2

LeaderLib - Definitive Edition
358件中 11-20 を表示
< 1  2  3  4 ... 36 >
更新: 2023年4月28日 @ 2時53分

更新: 2023年4月28日 @ 2時47分

1.7.31.5

Quick fix for a minor script warning if the combat vacuum is enabled.

更新: 2023年4月27日 @ 0時23分

1.7.31.4

Changes
  • Fix for an error during the GetSkillAP skill state for Weapon Expansion Beta.
  • Added a fix to recruited origin character colors. This fixes an issue where they turn pink when trying to change a visual element for a recruited character, before they've run through the respec mirror.

API Changes:
  • Added several new osiris event wrappers to Events.Osiris.
  • Reorganized ComputeCharacterHit events under Events.CCH. The previous events in will be preserved for compatibility.
  • Added Events.CCH.GetShouldApplyCriticalHit and Events.CCH.GetCriticalHitMultiplier.
  • Added a new SkillManager.Register.GetDamage listener, or providing the damage and damage param value for skills.
  • SkillManager listeners now better support fetching skill targets for skill types that don't fire Osiris events, such as MultiStrike. You can now see these targets in the Used and Cast skill states.
  • Added several new engine text entries to LocalizedText.
  • Added LocalizedText.AbilityDescriptions and LocalizedText.TalentDescriptions.
  • Added GameHelpers.Character.SetPermanentBoosts, for easier DynamicStats manipulation.
  • Added GameHelpers.Visual.GetVisualSet.
  • Added GameHelpers.Action.Resurrect.
  • Added GameHelpers.Character.GetEquipmentTalents.
  • Added Testing.AddCommandGroup and Testing.AddSubCommand, for registering tests within a broader command. This also allows you to run all the tests for a test group in sequence.
  • Changelog entries now omit adding a bullet symbol if <nb> is present in the text. Tabs are now indented by 4 spaces.
  • Turn counters now support counting combat rounds.
  • GameHelpers.Grid.GetNearbyObjects now works on the client-side.
  • Fixed some weirdnesss with custom context menu action sorting, if the action has a name that can change. Now actions can have a 'SortName'.
  • GameHelpers.GetTemplate now supports getting the non-polymorph root template when a character is polymorphed.

更新: 2023年4月7日 @ 6時22分

1.7.31.3

Quick fix for the enter chance of statuses defaulting to 100, allowing it to bypass armor/etc.

更新: 2023年4月7日 @ 6時20分

更新: 2023年4月7日 @ 6時19分

更新: 2023年4月6日 @ 18時42分

1.7.31.2

Fixed an issue causing Future Barrage in Weapon Expansion to not deal damage.

API Changes
  • Added a workaround for Events.GetHitChance not being thrown if LeaderLib's ComputeCharacterHit listener is enabled.
  • Reworked Events.OnHeal to be invoked for HEALING and HEAL statuses. It no longer tries to find the related healing status for heal types (this was unreliable), due to it being preferrable to edit the HealAmount on the healing status itself, which is possible now.
  • Added StatusManager.Subscribe.GetEnterChance.
  • Added GameHelpers.Status.GetHealAmount and GameHelpers.Math.CalculateHealAmount.
  • Events.RegionChanged now includes the level data (e.Level).
  • Events.ClientCharacterChanged is now invoked when an origin preset changes in character creation.
  • The SkillManager now tracks how many listeners have subscribed to specific skills. This is so when unsubscribing, the 'enabled skills' are updated (i.e. if 1 mod listens for Fireball, but then it unsubscribes, the SkillManager will skip invoking events for Fireball).

更新: 2023年3月19日 @ 21時47分

Quick publish to get the mod version number change to stick (thanks, Divinity Engine 2).

更新: 2023年3月19日 @ 21時42分

1.7.31.1

Changes
  • Added a description for the 'Reload Stat Changes Config' button in LeaderLib's Mod Settings menu.

API Changes
  • Tweaked the TranslatedString class to only retrieve the actual text value when accessed initially. This basically means text can be fetched when a script first uses it, rather than updating hundreds of entries initially at once. This is a rework for the sake of optimization, rather than fixing an issue.

更新: 2023年3月19日 @ 21時39分