-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c36d5b
commit 21d41a2
Showing
7 changed files
with
269 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link href="../docstyle.css" rel="stylesheet" /> | ||
<style> | ||
|
||
.infopannelleft{ | ||
width:25% | ||
} | ||
|
||
.infopannelright{ | ||
width:75% | ||
} | ||
|
||
.ingestdurationnote::after{ | ||
margin-left:-350px; | ||
} | ||
|
||
table{ | ||
border-collapse:collapse; | ||
} | ||
|
||
|
||
tr{ | ||
border: solid; | ||
|
||
} | ||
|
||
td{ | ||
text-align:center; | ||
} | ||
td:nth-of-type(2){ | ||
border-style:solid; | ||
border-top-width: 0px; | ||
border-bottom-width: 0px; | ||
border-left-width: 1px; | ||
border-right-width: 1px; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
|
||
<a href="../home.html"><h1 id="titleheader">Electrum</h1></a> | ||
|
||
|
||
|
||
<h3><a style="text-decoration:underline;" href="../materials.html">return to materials</a></h3> | ||
|
||
|
||
|
||
<div class="spellinfopannel"> | ||
|
||
<div id="spellinfotitle">Vigor</div> | ||
|
||
<div id="spellinfoimg"> <img src="../../files/materials_gfx/el_healthpotion.png"> </div> | ||
<div id="spellinfotype"> <span class="infopannelleft">type:</span><span class="infopannelright">liquid</span></div> | ||
<div id="spellinfotype"> <span class="infopannelleft">tags:</span><span class="infopannelright">[liquid],[liquid_common],[corrodible],[alchemy],[chaotic_transmutation]</span></div> | ||
<div id="spellinfotype"> <span class="infopannelleft">effects:</span><span class="infopannelright"><ul> | ||
<li>Ingest</li> | ||
<ul> | ||
<li> <img style="height:1em;" src="../assets/Effect_hp_regeneration.webp">Regeneration <span class="ingestdurationnote">(0.005)</span> </li> | ||
</ul> | ||
<li>Stain</li> | ||
<ul> | ||
<li> <img style="height:1em;" src="../assets/Effect_slimy.webp">Slimy </li> | ||
</ul> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div id="spellinfoid">el_healthpotion</div> | ||
</div> | ||
|
||
|
||
|
||
<h3>Alchemy Reactions</h3> | ||
<table style="border:2px solid;"> | ||
|
||
<tr> | ||
<td>Reagents</td> | ||
<td>Prob.</td> | ||
<td>Products</td> | ||
</tr> | ||
|
||
|
||
|
||
<tr> | ||
<td><span >Life Essence</span> + <span class="reaction_vanillamat">Ambrosia</span></td> | ||
<td>50</td> | ||
<td> <span class="reaction_materialisthis">Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
<tr> | ||
<td><span >Life Essence</span> + <span class="reaction_vanillamat">Invisiblium</span></td> | ||
<td>50</td> | ||
<td> <span class="reaction_materialisthis">Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
<tr> | ||
<td><span >Life Essence</span> + <span class="reaction_vanillamat">[magic_faster]</span></td> | ||
<td>50</td> | ||
<td> <span class="reaction_materialisthis">Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
<tr> | ||
<td><span >Life Essence</span> + <span class="reaction_vanillamat">Pheromone</span></td> | ||
<td>50</td> | ||
<td> <span class="reaction_materialisthis">Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
|
||
</table> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link href="../docstyle.css" rel="stylesheet" /> | ||
<style> | ||
|
||
.infopannelleft{ | ||
width:25% | ||
} | ||
|
||
.infopannelright{ | ||
width:75% | ||
} | ||
|
||
.ingestdurationnote::after{ | ||
margin-left:-350px; | ||
} | ||
|
||
table{ | ||
border-collapse:collapse; | ||
} | ||
|
||
|
||
tr{ | ||
border: solid; | ||
|
||
} | ||
|
||
td{ | ||
text-align:center; | ||
} | ||
td:nth-of-type(2){ | ||
border-style:solid; | ||
border-top-width: 0px; | ||
border-bottom-width: 0px; | ||
border-left-width: 1px; | ||
border-right-width: 1px; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
|
||
<a href="../home.html"><h1 id="titleheader">Electrum</h1></a> | ||
|
||
|
||
|
||
<h3><a style="text-decoration:underline;" href="../materials.html">return to materials</a></h3> | ||
|
||
|
||
|
||
<div class="spellinfopannel"> | ||
|
||
<div id="spellinfotitle">Life Essence</div> | ||
|
||
<div id="spellinfoimg"> <img src="../../files/materials_gfx/el_weakhealthpotion.png"> </div> | ||
<div id="spellinfotype"> <span class="infopannelleft">type:</span><span class="infopannelright">liquid</span></div> | ||
<div id="spellinfotype"> <span class="infopannelleft">tags:</span><span class="infopannelright">[liquid],[liquid_common],[corrodible],[alchemy],[chaotic_transmutation]</span></div> | ||
<div id="spellinfotype"> <span class="infopannelleft">effects:</span><span class="infopannelright"><ul> | ||
<li>Ingest</li> | ||
<ul> | ||
<li> <img style="height:1em;" src="../assets/Effect_hp_regeneration.webp">Regeneration <span class="ingestdurationnote">(0.0025)</span> </li> | ||
</ul> | ||
|
||
<li>Stain</li> | ||
<ul> | ||
<li> <img style="height:1em;" src="../assets/Effect_slimy.webp">Slimy </li> | ||
</ul> | ||
</ul> | ||
</div> | ||
|
||
<div id="spellinfoid">el_weakhealthpotion</div> | ||
</div> | ||
|
||
|
||
|
||
<h3>Alchemy Reactions</h3> | ||
<table style="border:2px solid;"> | ||
|
||
<tr> | ||
<td>Reagents</td> | ||
<td>Prob.</td> | ||
<td>Products</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> <span class="reaction_vanillamat">blood</span> + <span class="reaction_vanillamat">bone</span> </td> | ||
<td>50</td> | ||
<td><span class="reaction_materialisthis">Life Essence</span> + <span class="reaction_vanillamat">Poison Gas</span> </td> | ||
</tr> | ||
<tr> | ||
<td> <span class="reaction_materialisthis">Life Essence</span> + <span class="reaction_vanillamat">Whiskey</span> </td> | ||
<td>50</td> | ||
<td> <span class="reaction_vanillamat">Berserkium</span> + <span class="reaction_vanillamat">Coal</span></td> | ||
</tr> | ||
<tr> | ||
<td><span class="reaction_materialisthis">Life Essence</span> + <span class="reaction_vanillamat">Ambrosia</span></td> | ||
<td>50</td> | ||
<td> <span>Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
<tr> | ||
<td><span class="reaction_materialisthis">Life Essence</span> + <span class="reaction_vanillamat">Invisiblium</span></td> | ||
<td>50</td> | ||
<td> <span>Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
<tr> | ||
<td><span class="reaction_materialisthis">Life Essence</span> + <span class="reaction_vanillamat">[magic_faster]</span></td> | ||
<td>50</td> | ||
<td> <span>Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
<tr> | ||
<td><span class="reaction_materialisthis">Life Essence</span> + <span class="reaction_vanillamat">Pheromone</span></td> | ||
<td>50</td> | ||
<td> <span>Vigor</span> + <span class="reaction_vanillamat">steam</span> </td> | ||
</tr> | ||
|
||
</table> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters