<armor id="9341" name="Immortal Crusader Breastplate" add_name="[Heavy]">
<set name="crystal_count" value="715"/>
<set name="crystal_type" value="S"/>
<set name="crystallizable" value="true"/>
<set name="icon" value="Armor_icon.armor_t501_u_i00"/>
<set name="price" value="14300000"/>
<set name="type" value="HEAVY"/>
<set name="weight" value="7620"/>
<equip>
<slot id="CHEST"/>
</equip>
<for>
<add stat="pDef" order="0x10" value="239"/>
<enchant stat="pDef" order="0x0C" value="0"/>
</for>
</armor>
pDef : 239 so inside of game, it should be shown "239" but it shows "275" why is that?
<set name="crystal_count" value="715"/>
<set name="crystal_type" value="S"/>
<set name="crystallizable" value="true"/>
<set name="icon" value="Armor_icon.armor_t501_u_i00"/>
<set name="price" value="14300000"/>
<set name="type" value="HEAVY"/>
<set name="weight" value="7620"/>
<equip>
<slot id="CHEST"/>
</equip>
<for>
<add stat="pDef" order="0x10" value="239"/>
<enchant stat="pDef" order="0x0C" value="0"/>
</for>
</armor>
pDef : 239 so inside of game, it should be shown "239" but it shows "275" why is that?