-Small fix for my previous patch on skills.

-Fixed R/R95/R99 armor p/m def.
-Added some missing armor types
-Some small fixes.
NOTE: this patch fixes only major problems from armors (pDef, etc). To full done - need more fixes.

Contributed by NviX.
This commit is contained in:
MobiusDev
2015-07-15 13:02:27 +00:00
parent 4fd742a5eb
commit 9ddc55964f
75 changed files with 2612 additions and 2317 deletions

View File

@@ -589,7 +589,7 @@
<set name="crystal_type" val="D" />
<set name="weight" val="200" />
<for>
<add stat="pDef" val="25.0" />
<add order="0" stat="pDef" val="25.0" />
<enchant stat="pDef" val="0" />
</for>
</item>
@@ -601,7 +601,7 @@
<set name="crystal_type" val="D" />
<set name="weight" val="200" />
<for>
<add stat="pDef" val="25.0" />
<add order="0" stat="pDef" val="25.0" />
<enchant stat="pDef" val="0" />
</for>
</item>
@@ -805,8 +805,8 @@
</and>
</cond>
<for>
<add stat="pDef" val="50.0" />
<add stat="mDef" val="40.0" />
<add order="0" stat="pDef" val="50.0" />
<add order="0" stat="mDef" val="40.0" />
<add stat="fireRes" val="10" />
<add stat="waterRes" val="10" />
<add stat="windRes" val="10" />
@@ -834,8 +834,8 @@
</and>
</cond>
<for>
<add stat="pDef" val="50.0" />
<add stat="mDef" val="40.0" />
<add order="0" stat="pDef" val="50.0" />
<add order="0" stat="mDef" val="40.0" />
<add stat="fireRes" val="10" />
<add stat="waterRes" val="10" />
<add stat="windRes" val="10" />