Changes
Page history
Update Changelogs
authored
Jun 02, 2025
by
Ashijin
Hide whitespace changes
Inline
Side-by-side
changelogs/Changelogs.md
View page @
aa129b88
```
[[
_TOC_
]]
[[
_TOC_
]]
# 5.9.0
# 5.9.0
...
@@ -9,6 +8,7 @@ General
...
@@ -9,6 +8,7 @@ General
-
Changed pack icons to use Mythic item syntax.
-
Changed pack icons to use Mythic item syntax.
-
Scaling Equations and
`LevelModifiers`
can now work with any stats.
-
Scaling Equations and
`LevelModifiers`
can now work with any stats.
-
Added step and lerp functions to all numeric placeholders
-
Added step and lerp functions to all numeric placeholders
```
```
step(e, x) { 0, x < e; 1, x >= e
step(e, x) { 0, x < e; 1, x >= e
lerp(a, b, r)
lerp(a, b, r)
...
...
...
...