- 2 Auras have been reworked
- Scripted Rotation for Loot drops have been reworked
![]()
- Added 1 new Health Sign Flipbook.
- Updated License + Source Attribution file.
- Updated YouTube video demo.
- Added scripted Rock Formation logic.
- Added scripted Chest Opening logic.
• Updated the README / VFX Guide with more in-depth explanations for the scripted VFX included in this pack
• Updated License & Source Attribution file
• Updated Aura: 'BZ1 Ether Caller' - Reworked Orb VFX
• Updated several combat VFX objects
• Added 60+ new VFX objects to the Combat VFX section
• Added 15 typography comic pop-up variants
• Replaced and removed older Combat VFX packs with updated/new versions
• Added 1 new chest variant
• Added 4 new auras / combat abilities
• Updated YouTube video demo
Addressed a bug where trail spirals for Loot Drops would occasionally stop animating and remain in a fixed straight-line state after 10 minutes.
Resolved Issue:
The CreateTrail function was assigning boolean values to properties that require numeric input. Specifically, the LightInfluence property, which expects a value between 0 and 1 which was mistakenly receiving a boolean (true/false). This caused type conversion errors and interfered with proper trail behavior.
Fix Implemented:
- Corrected data type assignment for LightInfluence
- Ensured all numeric properties receive valid number inputs
All loot drop spiral / trail animations now maintain their intended spiral motion consistently and forever.
