289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
|
desc = 'Pour life-energy into the soil, causing flowers and trees to spring up at your command';
affinity = {'jungle','verdant'};
};
praxic = anchorwand('praxic', 16, {'pine','shimmering','blazing'});
counterpraxic = anchorwand('counterpraxic',23, {'pine','shimmering','silent'});
entropic = anchorwand('entropic', 8, {'jungle','dark'});
syncretic = anchorwand('syncretic', 12, {'aspen','verdant','shimmering','blazing'});
cognic = anchorwand('cognic', 36, {'acacia','verdant','dark'});
shape = {
name = 'shaping';
uses = 24;
color = {255,114,65};
leytype = 'praxic';
affinity = {'apple','blazing'};
desc = 'With an enchanter, physically alter the mundane qualities of an object';
|
|
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
|
desc = 'Pour life-energy into the soil, causing flowers and trees to spring up at your command';
affinity = {'jungle','verdant'};
};
praxic = anchorwand('praxic', 16, {'pine','shimmering','blazing'});
counterpraxic = anchorwand('counterpraxic',23, {'pine','shimmering','silent'});
entropic = anchorwand('entropic', 8, {'jungle','dark'});
syncretic = anchorwand('syncretic', 12, {'aspen','verdant','shimmering','blazing'});
cognic = anchorwand('cognic', 32, {'acacia','verdant','dark'});
occlutic = anchorwand('occlutic', 15, {'apple','silent','dark'});
imperic = anchorwand('imperic', 8, {'apple','verdant','blazing'});
mandatic = anchorwand('mandatic', 18, {'jungle','verdant','silent'});
shape = {
name = 'shaping';
uses = 24;
color = {255,114,65};
leytype = 'praxic';
affinity = {'apple','blazing'};
desc = 'With an enchanter, physically alter the mundane qualities of an object';
|