mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.204.0
This commit is contained in:
@@ -231,6 +231,7 @@ class SpellsPage extends ListPageMultiSource {
|
||||
colTransforms: {
|
||||
name: UtilsTableview.COL_TRANSFORM_NAME,
|
||||
source: UtilsTableview.COL_TRANSFORM_SOURCE,
|
||||
page: UtilsTableview.COL_TRANSFORM_PAGE,
|
||||
level: {name: "Level", transform: (it) => Parser.spLevelToFull(it)},
|
||||
time: {name: "Casting Time", transform: (it) => PageFilterSpells.getTblTimeStr(it[0])},
|
||||
duration: {name: "Duration", transform: (it) => Parser.spDurationToFull(it)},
|
||||
|
||||
Reference in New Issue
Block a user