@@ -1,19 +1,27 @@ -- this unit defines astrological signs of various magical -- significance. used to determine whether the stars are aligned return { - {id = 'minx', patron = 'Minx'; duration = 4 }; + {id = 'mink', patron = 'Mink'; duration = 4; effects = { + enchant = { + affinity = { praxic = { confluence = 1.3 } }; + }; + }}; {id = 'ocelot', patron = 'Ocelot'; duration = 3, cycle = 3}; - {id = 'wyvern', patron = 'Wyvern'; duration = 2, cycle = 2}; + {id = 'wyvern', patron = 'Wyvern'; duration = 2, cycle = 2; effects = { + potion = { + all = { speed = 1.3 }; + kind = { philter = { force = 2 } }; + }; + }}; {id = 'dove', patron = 'Dove'; duration = 4 }; {id = 'leper', patron = 'Leper'; duration = 1, cycle = 3 }; {id = 'petrel', patron = 'Petrel'; duration = 5 }; {id = 'kestrel', patron = 'Kestrel'; duration = 6 }; {id = 'serpent', patron = 'Serpent'; duration = 3, cycle = 2}; {id = 'wserpent', patron = 'Winged Serpent'; duration = 3, cycle = 4 }; {id = 'lamb', patron = 'Lamb'; duration = 4}; - {id = 'glamb', patron = 'Golden Lamb'; duration = 6, cycle = 5}; {id = 'grackle', patron = 'Grackle'; duration = 3}; {id = 'thief', patron = 'Thief'; duration = 2, cycle = 6}; {id = 'egret', patron = 'Egret'; duration = 3}; {id = 'chipmunk', patron = 'Chipmunk'; duration = 2};