sorcery  Diff

Differences From Artifact [bad82c62c0]:

  • File init.lua — part of check-in [ea6e475e44] at 2020-10-19 09:52:11 on branch trunk — continue dev on celestial mechanics, add melding+division spells (resonance), refine itemclasses, add keypunch and punchcards, add paper pulp, add a shitload of visuals, add convenience scripts for working with the wiki, make the flamebolt spell actually useful instead of just a pretty lightshow, add essences, inferno crystal, and other goodies; iterate on wands, lots of shit i can't remember, various bugfixes (user: lexi, size: 3791) [annotate] [blame] [check-ins using]

To Artifact [f9d7281393]:

  • File init.lua — part of check-in [96c5289a2a] at 2020-10-21 03:35:35 on branch trunk — add rune forges, runes, amulet frames, write sacrifice spell, touch up amulet graphics, enable enchantment of amulets (though spells cannot yet be cast), defuckulate syncresis core icon, unfuckitize sneaky leycalc bug that's probably been the cause of some long-standing wackiness, add item classes, add some more textures, disbungle various other asstastrophes, remove sneaky old debug code, improve library code, add utility for uploading merge requests (user: lexi, size: 3813) [annotate] [blame] [check-ins using]

    99     99   root {'compat','matreg'}
   100    100   if not sorcery.stage('loadlore', data, root) then
   101    101   	data {
   102    102   		'compat';
   103    103   		'affinities'; 'gods';
   104    104   		'calendar', 'signs';
   105    105   		'resonance';
   106         -		'enchants', 'spells';
          106  +		'enchants', 'spells', 'runes';
   107    107   		'gems', 'metals';
   108    108   		'potions', 'oils', 'greases',
   109    109   			'draughts', 'elixirs',
   110    110   			'philters', 'extracts';
   111    111   	}
   112    112   end
   113    113   
................................................................................
   126    126   	'potions'; 'metal', 'gems'; 'leylines'; 'infuser';
   127    127   	'altar'; 'wands'; 'tools', 'crafttools'; 'enchanter';
   128    128   	'harvester'; 'metallurgy-hot', 'metallurgy-cold';
   129    129   	'entities'; 'recipes'; 'coins'; 'interop';
   130    130   	'tnodes'; 'forcefield'; 'farcaster'; 'portal';
   131    131   	'cookbook', 'writing'; 'disassembly'; 'displacer';
   132    132   	'gravitator'; 'precipitator'; 'calendar', 'astrolabe';
   133         -	'keypunch';
          133  +	'keypunch'; 'runeforge';
   134    134   
   135    135   	'admin';
   136    136   } do sorcery.load(u) end
   137    137   sorcery.stage('finalize')
   138    138   
   139    139   sorcery.registry.defercheck()