sorcery  Diff

Differences From Artifact [00d856eebe]:

To Artifact [655b36ebed]:


126
127
128
129
130
131
132




133
134
135
136
137
138
139
...
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
return {
	translocate = {
		name = 'Translocate';
		tone = {0,235,233};
		minpower = 2;
		rarity = 8;
		amulets = {




			amethyst = {
				name = 'Joining';
				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';
				apply = function(ctx)
					local maker = ctx.user:get_player_name()
					ctx.meta:set_string('rune_join_target',maker)
				end;
................................................................................
					};
					gold = {
						name = 'Exchange';
						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.'; 
					};
					cobalt = {
						name = 'Sending';
						desc = 'Give this amulet to another and by wielding this amulet against another they will be able to transport them instantly to your side';
					};
					iridium = {
						name = 'Arrival';
						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";
					};
				};
			};







>
>
>
>







 







|







126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
...
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
return {
	translocate = {
		name = 'Translocate';
		tone = {0,235,233};
		minpower = 2;
		rarity = 8;
		amulets = {
			luxite = {
				name = 'Banishment Aura';
				desc = 'Surround yourself with an aura that will banish those who get too close to you to the last place they slept';
			};
			amethyst = {
				name = 'Joining';
				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';
				apply = function(ctx)
					local maker = ctx.user:get_player_name()
					ctx.meta:set_string('rune_join_target',maker)
				end;
................................................................................
					};
					gold = {
						name = 'Exchange';
						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.'; 
					};
					cobalt = {
						name = 'Sending';
						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';
					};
					iridium = {
						name = 'Arrival';
						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";
					};
				};
			};