mesecons.net/items/ghoststone.php

13 lines
507 B
PHP

<?php include "../header.html";?>
<div id = "article">
<div class = "article-heading">Ghoststone</div><br/>
<div class = "paragraph-heading">Craft recipe</div>
<img src = "../crafts/ghoststone.png">
<br/><br/>
<div class = "paragraph-heading">Description</div>
<div class = "text">
Ghoststones disappear when powered, just like Removestones. But in contrast to Removestones, they Reappear again when not powered anymore and they are also conductive.
</div>
</div>
<?php include "../footer.html";?>