Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ N/A
- Creature: {Get|Set}LastItemCasterLeve()
- Creature: GetArmorClassVersus()
- Effect: ReplaceEffect()
- Effect: GetTrueEffectCount()
- Effect: GetTrueEffect()
- Effect: RemoveEffectById()
- Effect: ReplaceEffectByElement()
- Effect: SetEffectImmunityBypass()
- Player: ToggleDM()
- ItemProperty: GetActiveProperty()
- Object: DoSpellImmunity()
Expand All @@ -44,6 +49,7 @@ N/A

### Changed
- Effect: (Un)PackEffect now supports vector params
- Effect: UnpackEffect additionally now supports outputting the effect ID.
- Events: added a `RESULT` event data tag to LearnScroll in ItemEvents
- Weapon: SetWeapon****Feat functions may be called multiple times for the same weapon, associating a new feat each time
- Weapon: weapon feats defined in the 2da are no longer overridden by SetWeapon***Feat and will be used in addition to any set feats
Expand Down
Loading