StendhalRefactoringItemsBase: Difference between revisions
Content deleted Content added
imported>Danter |
imported>Neoneurone No edit summary |
||
| (44 intermediate revisions by 2 users not shown) | |||
Line 2:
This page is for the real implementation of new items for the upcoming big RP change.<br>
<br>
It's mainly based on this old mail: <br>
http://sourceforge.net/mailarchive/message.php?msg_name=BAY109-F16CCC644C8D2FE1F3D0489B11D0%40phx.gbl <br>
<br>
And the item list you can find here: <br>
[[StendhalRefactoringItems| StendhalRefactoringItems]] <br>
<br>
Line 73 ⟶ 80:
= XML files =
==
<pre>
Line 82 ⟶ 89:
<item name="Rusty_Copper_Knife">
<type class="sword" subclass="knife"/>
<description>You see a rusty copper knife which looks capable of making little damage, and to some degree damage yourself.</description>
<attributes>
<quality value="rusty"/>
<material value="copper"/>
</attributes>
</item>
<item name="Worn_Copper_Knife">
<type class="sword" subclass="knife"/>
<attributes>
<quality value="worn"/>
<material value="copper"/>
</attributes>
</item>
Line 95 ⟶ 110:
<item name="Rusty_Copper_Adze">
<type class="axe" subclass="small_axe"/>
<attributes>
<quality value="rusty"/>
<material value="copper"/>
</attributes>
</item>
<item name="Worn_Copper_Adze">
<type class="axe" subclass="small_axe"/>
<attributes>
<quality value="worn"/>
<material value="copper"/>
</attributes>
</item>
Line 104 ⟶ 127:
<item name="Cracked_Wooden_Pole">
<attributes>
<quality value="cracked"/>
<material value="wood"/>
</attributes>
</item>
<item name="Worn_Wooden_Pole">
<attributes>
<quality value="worn"/>
<material value="wood"/>
</attributes>
</item>
</pre>
== item_armors.xml ==
<pre>
<?xml version="1.0" encoding="ISO-8859-1"?>
</pre>
== item_misc.xml ==
<pre>
<?xml version="1.0" encoding="ISO-8859-1"?>
</pre>
== item_materials.xml ==
<pre>
<?xml version="1.0" encoding="ISO-8859-1"?>
</pre>
Line 115 ⟶ 164:
[[StendhalRefactoring| Back to stendhal refactoring page]] <br>
[[Stendhal | Back to Stendhal main wiki page]] <br>
[[Category:Development]]
| |||