Alchemy

From Project: Gorgon Wiki
Revision as of 06:09, 2 March 2014 by PGRojjin (talk | contribs)
Jump to: navigation, search

Alchemy

Alchemy is the art of concocting potions and changing the chemical make up of certain items in the world


Combat abilities

<button onclick="togglealchemytable" type="button">SPOILER</button> <script type="text/javascript">

  function toggle_visibility(togglealchemytable) {
      var e = document.getElementById(alchemytable);
      if(e.style.display == 'block')
         e.style.display = 'none';
      else
         e.style.display = 'block';
  }

</script>