Differences From Artifact [12b64fac56]:
- File portal.lua — part of check-in [147592b8e9] at 2020-10-26 03:58:08 on branch trunk — add over-time spellcasting abstraction to enable metamagic and in particular disjunction, add more animations and sound effects, add excavation spell, possibly some others, forget when the last commit was, edit a bunch of magitech to make it subject to the disjunction mechanism (throw up a disjunction aura and waltz right through those force fields bby, wheee), also illumination spells, tweak runeforge and rune frequence to better the balance and also limit player frustration, move some math functions into their own library category, various tweaks and bugfixes, probably other shit i don't remember (user: lexi, size: 14548) [annotate] [blame] [check-ins using]
To Artifact [149a85d413]:
- File portal.lua — part of check-in [41fdb5b0b8] at 2021-04-21 01:32:38 on branch trunk — ui tweaks, rework enchantment slightly (user: lexi, size: 14546) [annotate] [blame] [check-ins using]
358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 |
time = 2; amount = 500 * fac; minpos = { x = -0.3, y = 0, z = -0.3 }; maxpos = { x = 0.3, y = 1.5, z = 0.3 }; minvel = { x = -0.3, y = 0.4, z = -0.3 }; maxvel = { x = 0.3, y = 0.6, z = 0.3 }; maxacc = { x = 0, y = 0.5, z = 0 }; texture = sorcery.lib.image('sorcery_spark.png'):multiply(sorcery.lib.color(255,144,226)):render(); minexptime = 1.5; maxexptime = 2; minsize = 0.4; maxsize = 1.6 * fac; glow = 14; attached = u.object; animation = { |
| |
358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 |
time = 2; amount = 500 * fac; minpos = { x = -0.3, y = 0, z = -0.3 }; maxpos = { x = 0.3, y = 1.5, z = 0.3 }; minvel = { x = -0.3, y = 0.4, z = -0.3 }; maxvel = { x = 0.3, y = 0.6, z = 0.3 }; maxacc = { x = 0, y = 0.5, z = 0 }; texture = sorcery.lib.image('sorcery_sputter.png'):glow(sorcery.lib.color(255,144,226)):render(); minexptime = 1.5; maxexptime = 2; minsize = 0.4; maxsize = 1.6 * fac; glow = 14; attached = u.object; animation = { |