Difference between revisions of "Alchemy"
From Project: Gorgon Wiki
(→Combat abilities) |
|||
| Line 6: | Line 6: | ||
===Combat abilities=== | ===Combat abilities=== | ||
| − | + | <button onclick="togglealchemytable" type="button">SPOILER</button> | |
| − | <div id="alchemytable" display:none> | + | <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> | ||
| + | <div id="alchemytable" style="display:none"> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Poison Blade || Jab a Weak Poisoned Knife into your target, dealing instant Poison damage. ||10 | | Poison Blade || Jab a Weak Poisoned Knife into your target, dealing instant Poison damage. ||10 | ||
Revision as of 05:09, 2 March 2014
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>