Differences From Artifact [c1be2dc670]:
- File init.lua — part of check-in [00922196a9] at 2020-10-24 01:21:08 on branch trunk — add some more spells, add spell infrastructure to support metamagic, especially disjunction, various tweaks and bugfixes. [emergency commit] (user: lexi, size: 3839) [annotate] [blame] [check-ins using]
To Artifact [98e23bb4d1]:
- File init.lua — part of check-in [6e106c135c] at 2020-10-30 18:47:34 on branch trunk — add duplicate and elevate spells, add more sfx, various tweaks and bugfixes, add object handle class (user: lexi, size: 3846) [annotate] [blame] [check-ins using]
86 86 -- convenience 87 87 'str', 'math'; 88 88 -- serialization 89 89 'marshal', 'json'; 90 90 -- data structures 91 91 'tbl', 'class'; 92 92 -- wrappers 93 - 'color', 'image', 'ui'; 93 + 'color', 'image', 'ui', 'obj'; 94 94 -- game 95 95 'node', 'item'; 96 96 } 97 97 98 98 sorcery.stage('worldbuilding',data,root) 99 99 root {'compat','matreg'} 100 100 if not sorcery.stage('loadlore', data, root) then