sorcery  Diff

Differences From Artifact [00d856eebe]:

To Artifact [655b36ebed]:


   126    126   return {
   127    127   	translocate = {
   128    128   		name = 'Translocate';
   129    129   		tone = {0,235,233};
   130    130   		minpower = 2;
   131    131   		rarity = 8;
   132    132   		amulets = {
          133  +			luxite = {
          134  +				name = 'Banishment Aura';
          135  +				desc = 'Surround yourself with an aura that will banish those who get too close to you to the last place they slept';
          136  +			};
   133    137   			amethyst = {
   134    138   				name = 'Joining';
   135    139   				desc = 'Give this amulet to another and with a snap of their fingers they can arrive safely at your side from anywhere in the world — though returning whence they came may be a more difficult matter';
   136    140   				apply = function(ctx)
   137    141   					local maker = ctx.user:get_player_name()
   138    142   					ctx.meta:set_string('rune_join_target',maker)
   139    143   				end;
................................................................................
   168    172   					};
   169    173   					gold = {
   170    174   						name = 'Exchange';
   171    175   						desc = 'Give this amulet to another and they will be able to trade places with you no matter where in the world each of you might be.'; 
   172    176   					};
   173    177   					cobalt = {
   174    178   						name = 'Sending';
   175         -						desc = 'Give this amulet to another and by wielding this amulet against another they will be able to transport them instantly to your side';
          179  +						desc = 'Give this amulet to another and by wielding this amulet against another they will be able to transport their target instantly to your side';
   176    180   					};
   177    181   					iridium = {
   178    182   						name = 'Arrival';
   179    183   						desc = "Give this amulet to another and they will be able to arrive at your side in a flash from anywhere in the world, carrying others with them in the spell's grip";
   180    184   					};
   181    185   				};
   182    186   			};