diff --git a/src/components/CharacterSelect.svelte b/src/components/CharacterSelect.svelte
new file mode 100644
index 00000000..03638b7b
--- /dev/null
+++ b/src/components/CharacterSelect.svelte
@@ -0,0 +1,163 @@
+
+
+
+
+
Current Character Level, Exp, & Ascension
+ + + {#if withAscension} +Intended Character Level & Ascension
+ + {#if withAscension} +Resource to Use
+ {#each resources as res} +
+
Ascension level {Number(title) + 1}
+
+ {currentMax.usage[i]}
+ |
+ + + {#if res.image} + + + + {/if} + {res.label} + + | +
+ {item.amount}
+ |
+ + + + + + {item.name} + + | +
+ {numberFormat.format(moraNeeded)}
+ |
+ + + + + + Mora (approximate) + + | +
+ | {currentMax.over * -1} EXP Wasted | +
Current Weapon Level, Exp, & Ascension
- - - {#if withAscension} -Intended Weapon Level & Ascension
- - {#if withAscension} -Current Weapon Level, Exp, & Ascension
+ + + {#if withAscension} +Intended Weapon Level & Ascension
+ + {#if withAscension} +Resource to Use
- {#each resources as res} -
-
Ascension level {Number(title) + 1}
-
- {currentMax.usage[i]}
- |
- - - {#if res.image} - - - - {/if} - {res.label} - - | -
- {item.amount}
- |
- - - - - - {item.name} - - | -
- {numberFormat.format(moraNeeded)}
- |
- - - - - - Mora (approximate ±40) - - | -
- | {currentMax.over * -1} EXP Wasted | -
+
Ascension level {Number(title) + 1}
+
+ {currentMax.usage[i]}
+ |
+ + + {#if res.image} + + + + {/if} + {res.label} + + | +
+ {item.amount}
+ |
+ + + + + + {item.name} + + | +
+ {numberFormat.format(moraNeeded)}
+ |
+ + + + + + Mora (approximate ±40) + + | +
+ | {currentMax.over * -1} EXP Wasted | +