mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2025-06-28 06:20:33 +02:00
deploy: 44778d7861
This commit is contained in:
@ -107,6 +107,10 @@
|
||||
<td class="name" nowrap><a href="#shields:shield_crystal">shields:shield_crystal</a></td>
|
||||
<td class="summary">Crystal Shield</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#shields:shield_nether">shields:shield_nether</a></td>
|
||||
<td class="summary">Nether Shield</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br/>
|
||||
@ -560,6 +564,45 @@
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name="shields:shield_nether"></a>
|
||||
<strong>shields:shield_nether</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Nether Shield
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Inventory Image:</h3>
|
||||
<ul>
|
||||
<img src="../data/shields_inv_shield_nether.png" style="width:32px; height:32px;" />
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Groups:</h3>
|
||||
<ul>
|
||||
<li><span style="font-family:monospace;color:darkgreen;">armor_shield: </span> 1</li>
|
||||
<li><span style="font-family:monospace;color:darkgreen;">armor_heal: </span> 17</li>
|
||||
<li><span style="font-family:monospace;color:darkgreen;">armor_use: </span> 200</li>
|
||||
</ul>
|
||||
<h3>Armor Groups:</h3>
|
||||
<ul>
|
||||
<span style="font-family:monospace;color:darkgreen;">fleshy: </span> 20
|
||||
</ul>
|
||||
<h3>Damage Groups:</h3>
|
||||
<ul>
|
||||
<li><span style="font-family:monospace;color:darkgreen;">cracky: </span> 3</li>
|
||||
<li><span style="font-family:monospace;color:darkgreen;">snappy: </span> 2</li>
|
||||
<li><span style="font-family:monospace;color:darkgreen;">level: </span> 3</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@ -568,7 +611,7 @@
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/AntumDeluge/LDoc/tree/custom">LDoc 1.4.6-antum-dev</a></i>
|
||||
<i style="float:right;">Last updated 2021-08-01 12:41:44 </i>
|
||||
<i style="float:right;">Last updated 2021-11-10 09:16:24 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user