-
Notifications
You must be signed in to change notification settings - Fork 17
/
InstructionTemplate.html
54 lines (53 loc) · 2.17 KB
/
InstructionTemplate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<h1>Template</h1>
<table class="wp-block-table is-style-stripes">
<tbody>
<tr>
<td><strong>Version:</strong></td>
<td> 2019.200 </td>
<td><strong>Requirements:</strong></td>
<td>uMMORPG3d</td>
<td><strong>Script Define:</strong></td>
<td> _IMMOTEMP</td>
</tr>
<tr>
<td><strong>Core Changes:</strong></td>
<td>Yes</td>
<td><strong>Tutorial Video:</strong></td>
<td>Yes</td><td></td>
<td></td>
</tr>
</tbody>
</table>
<h2>Description</h2>
<p>Add a quick little description of what your addon does here.</p>
<hr />
<h2>Core Changes</h2>
<ol>
<li>Place all core changes here like the example below, code has to be wrapped with <pre><code> Code Here </code></pre> under edit with html.</li>
<li><span style="color: #800000;"><strong>[Required]</strong> </span>Open the following script <strong>EquipmentItem.cs</strong>. [expand title="See Changes..."]<br />Locate this line:
<pre><code>public class EquipmentItem : UsableItem</code></pre>
<p>Modify to match:</p>
<pre><code>public <span style="color: #0000ff;">partial </span>class EquipmentItem : UsableItem</code></pre>
<p>[/expand]</p>
</li>
</ol>
<hr />
<h2>Installation</h2>
<ol>
<li><span style="color: #800000;"><strong>[Required]</strong> </span>Steps that must be completed for the addon to function.</li>
<li><span style="color: #008000;"><strong>[Recommended]</strong></span> Steps that aren't not required but should be considered.</li>
<li><span style="color: #000080;"><strong>[Optional]*</strong></span> Steps that don't need to happen but could be benefitial.<br /><em>*Note: Adding a asterisk after the type, then place a note below as a helper.</em></li>
</ol>
<hr />
<h2>Screenshots</h2>
<p>Include a screen shot here, if none then remove this section.</p>
<p><img class="alignnone size-full wp-image-3418" src="https://indie-mmo.net/wp-content/uploads/2019/10/tools-1.jpg" alt="" width="1336" height="568" /></p>
<hr />
<h2>Video</h2>
<p>Include the tutorial video here, if none then remove this section.</p>
<p>[embed]https://www.youtube.com/watch?v=gN71p0Z3lFQ[/embed]</p>
<hr />
<h2>Extras</h2>
<ul>
<li>Add any additional information you want to provide here.</li>
</ul>