diff options
Diffstat (limited to 'wiki/sedesign.py')
-rwxr-xr-x | wiki/sedesign.py | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/wiki/sedesign.py b/wiki/sedesign.py index 801e03b..563307a 100755 --- a/wiki/sedesign.py +++ b/wiki/sedesign.py @@ -464,7 +464,8 @@ wikia.write('<hr/>') wikia.write(""" <b>Reference Equipment</b><br/>(?): Item not updated.<br/>(*): <i>Drop/rare item only</i><br/> <table border=1> -<tr><th>Level</th><th>Weapon</th><th>Shield</th> <th>Head</th><th>Chest</th><th>Shorts</th><th>Boots</th><th>Gloves</th></tr> +<tr><th>Level</th><th>Weapon</th><th>Shield</th> +<th>Head</th><th>Chest</th><th>Shorts</th><th>Boots</th><th>Gloves</th></tr> <tr><th>5</th> <td>Knife, SmallKnife</td><td>None</td> @@ -496,11 +497,11 @@ wikia.write(""" <tr><th>40</th> <td>RealBronzeGladius, ShortSword, MiereCleaver</td><td>BladeShield</td> -<td>Bucket, BurglarMask, SailorHat, <i>*ShroomHat</td> <td>DesertShirt</td> <td>CottonTrousers, <i>*RaidTrousers, *CottonTrousers</td> <td>FurBoots</td> <td>LeatherGloves</td></tr> +<td>Bucket, BurglarMask, SailorHat, <i>*ShroomHat</td> <td>DesertShirt</td> <td>CottonTrousers, <i>*RaidTrousers</td> <td>FurBoots</td> <td>LeatherGloves</td></tr> <tr><th>45</th> -<td>Backsword</td><td>?</td> -<td>ChefHat, <i>*YetiMask, *ForestShroomHat</td> <td><i>*Chainmail</td> <td><i>*BanditPants</td> <td>?</td> <td>?</td></tr> +<td>Backsword</td><td>BraknarShield</td> +<td>ChefHat, <i>*YetiMask, *ForestShroomHat</td> <td>Chainmail</td> <td><i>*BanditPants</td> <td>?</td> <td>?</td></tr> <tr><th>50</th> <td>Broadsword, <i>**ShortSword</i></td><td>?</td> @@ -508,11 +509,11 @@ wikia.write(""" <tr><th>60</th> <td><i>*BlacksmithAxe</i>, <i>*Kanabo</i></td><td>?</td> -<td>FafiMask, <i>*WickedShroomHat</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td></tr> +<td>FafiMask, <i>*WickedShroomHat</td> <td>LightPlatemail</td> <td>?</td> <td>?</td> <td>?</td></tr> <tr><th>65</th> <td>?</td><td>?</td> -<td><i>*AlphaMoubooHat</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td></tr> +<td><i>*AlphaMoubooHat</td> <td>?</td> <td>ChainmailSkirt</td> <td>?</td> <td>?</td></tr> <tr><th>70</th> <td>?</td><td>?</td> |