ID #15391
Armor
Red Dragon Plate [1]
Buy Price: N/A
Sell Price: N/A
You can feel the power of the dragon just by
wearing this armor that has been accumulated for a long time.
_______________________
STR +12
MaxHP +15%
MaxSP +10%.
_______________________
For each 2 Refine Levels:
ATK +2%
_______________________
For each 3 Refine Levels:
Increases Physical Damage against enemies of Dragon race by 7%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Medium and Large size by 10%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Dragon Scale Boots and Dragon Scale Hood:
DEF +50, MDEF +8
ATK +5%
_______________________
For each 15 base STR:
ATK +15
_______________________
receiving physical or magical damage has a chance to activate Dragon's Force:
Increases ATK by additional 10% for 10 seconds.
_______________________
If base STR at least 120:
Increases the chance to activate Dragon's Force and additional ATK +15% to the Dragon's Force effect.
_______________________
Total Refine Level of entire set at least +33:
Increases Attack Speed (decreases After Attack Delay by 20%).
Decreases After Skill Delay by 25%.
_______________________
Type: Armor
Defense: 110
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 170
wearing this armor that has been accumulated for a long time.
_______________________
STR +12
MaxHP +15%
MaxSP +10%.
_______________________
For each 2 Refine Levels:
ATK +2%
_______________________
For each 3 Refine Levels:
Increases Physical Damage against enemies of Dragon race by 7%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Medium and Large size by 10%.
Decreases Fixed Casting Time by 0.2 seconds.
_______________________
When equipped with Dragon Scale Boots and Dragon Scale Hood:
DEF +50, MDEF +8
ATK +5%
_______________________
For each 15 base STR:
ATK +15
_______________________
receiving physical or magical damage has a chance to activate Dragon's Force:
Increases ATK by additional 10% for 10 seconds.
_______________________
If base STR at least 120:
Increases the chance to activate Dragon's Force and additional ATK +15% to the Dragon's Force effect.
_______________________
Total Refine Level of entire set at least +33:
Increases Attack Speed (decreases After Attack Delay by 20%).
Decreases After Skill Delay by 25%.
_______________________
Type: Armor
Defense: 110
Weight: 120
Armor Level: 1
_______________________
Requirement:
Base Level 170
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1200
Defense
110
Requirements
Armor Level
1
Min Level
170
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,15; bonus bMaxSPrate,10; bonus bStr,12; bonus bAtkRate,2*(.@r/2); bonus2 bAddRace,RC_Dragon,7*(.@r/3); if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Medium,10; bonus2 bAddSize,Size_Large,10; }
.@r = getrefine();
bonus bMaxHPrate,15;
bonus bMaxSPrate,10;
bonus bStr,12;
bonus bAtkRate,2*(.@r/2);
bonus2 bAddRace,RC_Dragon,7*(.@r/3);
if (.@r>=11) {
bonus bFixedCast,-200;
bonus2 bAddSize,Size_Medium,10;
bonus2 bAddSize,Size_Large,10;
}