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:
parent
3822d4d5ab
commit
127dba1fb2
6 changed files with 317 additions and 33 deletions
js
|
@ -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)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue