sorcery  Diff

Differences From Artifact [749b2122cf]:

  • File keypunch.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: 4460) [annotate] [blame] [check-ins using]

To Artifact [14f9d01f67]:


46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
	drawtype = 'mesh';
	mesh = 'sorcery-keypunch.obj';
	sunlight_propagates = true;
	paramtype = 'light';
	paramtype2 = 'facedir';
	after_dig_node = sorcery.lib.node.purge_container;
	groups = {
		oddly_breakable_by_hand = 2;
		sorcery_tech = 1;
	};
	selection_box = kpbox;
	collision_box = kpbox;
	tiles = {
		'default_wood.png';
		'default_cloud.png';







|







46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
	drawtype = 'mesh';
	mesh = 'sorcery-keypunch.obj';
	sunlight_propagates = true;
	paramtype = 'light';
	paramtype2 = 'facedir';
	after_dig_node = sorcery.lib.node.purge_container;
	groups = {
		dig_immediate = 2;
		sorcery_tech = 1;
	};
	selection_box = kpbox;
	collision_box = kpbox;
	tiles = {
		'default_wood.png';
		'default_cloud.png';