1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-17 11:11:08 +00:00

Beta v1.2 Alpha 1

This commit is contained in:
Jacorb90 2020-09-03 17:59:23 -04:00
parent 3822d4d5ab
commit 127dba1fb2
6 changed files with 317 additions and 33 deletions

View file

@ -51,4 +51,10 @@ function updateTemp() {
tmp.ssEff1 = getSubspaceEff1()
tmp.ssEff2 = getSubspaceEff2()
tmp.ssEff3 = getSubspaceEff3()
tmp.balEff = getBalancePowerEff()
tmp.balEff2 = getBalanceTypesEff()
tmp.hexEff = getHexEff()
if (!tmp.spellEffs) tmp.spellEffs = {}
for (let i=1;i<=3;i++) tmp.spellEffs[i] = getSpellEff(i)
}