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