sorcery  Diff

Differences From Artifact [a046b8be6a]:

  • File data/gems.lua — part of check-in [3f6a913e4e] at 2020-09-29 12:40:28 on branch trunk — * remove former hacky registration system, replace with consistent and flexible API; rewrite metal/gem generation to take advantage of this new API; tweaks to init system to enable world-local tweaks to lore and sorcery behavior * initial documentation commit * initial steps towards calendar - add default date format, astrolabe; prepare infra for division/melding/transmutation spells, various tweaks and fixes (user: lexi, size: 1706) [annotate] [blame] [check-ins using]

To Artifact [4d559c7735]:


21
22
23
24
25
26
27



28
29
30
31
32
33
34
..
59
60
61
62
63
64
65




66
67
68
69
70
71
		foreign = 'default:diamond';
		tone = {137,240,255};
		items = default_items('diamond');
		tools = true, armor = true;
		maxenergy = 2000;
		hardness = 8;
		randomfind = false;



		slots = {
			{affinity = {'praxic','counterpraxic'}, confluence = 1};
			{affinity = {'praxic','syncretic'}, confluence = 0.6};
			{affinity = {'counterpraxic', 'entropic'}, confluence = 0.7};
		};
	};
	mese = {
................................................................................
	amethyst = {
		tone = {234,94,255};
		rarity = 190;
	};
	sapphire = {
		tone = {94,139,255};
		rarity = 260;




	};
	emerald = {
		tone = {133,255,94};
		rarity = 320;
	};
}







>
>
>







 







>
>
>
>






21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
..
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
		foreign = 'default:diamond';
		tone = {137,240,255};
		items = default_items('diamond');
		tools = true, armor = true;
		maxenergy = 2000;
		hardness = 8;
		randomfind = false;
		wandprops = {
			sturdiness = (1/3);
		};
		slots = {
			{affinity = {'praxic','counterpraxic'}, confluence = 1};
			{affinity = {'praxic','syncretic'}, confluence = 0.6};
			{affinity = {'counterpraxic', 'entropic'}, confluence = 0.7};
		};
	};
	mese = {
................................................................................
	amethyst = {
		tone = {234,94,255};
		rarity = 190;
	};
	sapphire = {
		tone = {94,139,255};
		rarity = 260;
		wandprops = {
			sturdiness = 0.5;
			power = 2;
		};
	};
	emerald = {
		tone = {133,255,94};
		rarity = 320;
	};
}