StendhalDesign: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
Line 234: Line 234:
* <b>def</b> is the RP defense value. See [[StendhalDesign#RP|RP rules]]
* <b>def</b> is the RP defense value. See [[StendhalDesign#RP|RP rules]]
* <b>weight</b> is the weight of the armor.
* <b>weight</b> is the weight of the armor.

=== Shield ===
Shield is an item that player can ''wear'':
* <b>x</b> is the x-position of the shield when player doesn't wear it.
* <b>y</b> is the y-position of the shield when player doesn't wear it.
* <b>def</b> is the RP defense value. See [[StendhalDesign#RP|RP rules]]
* <b>weight</b> is the weight of the shield.


=== Weapon ===
=== Weapon ===
Line 354: Line 361:
<tr><td>Two hand sword</td><td>+7</td></tr>
<tr><td>Two hand sword</td><td>+7</td></tr>
</table>
</table>

= Pseudocode =
It is a good idea to first write pseudo code of how the design ideas should be implemented, as it will allow us to spot problems that are later harder to solve.