ID #15205
Armor
Medical Scrubs [1]
Buy Price: N/A
Sell Price: N/A
A coat that usually worn by combat medic in battlefield.
_______________________
MDEF +10
_______________________
Decreases After Skill Delay by 10%.
_______________________
Increases Healing skills effectiveness by 2%.
_______________________
Increases recovery amount gained from Healing skills and items by 1%.
_______________________
Refine Level +7:
DEF +50
Increases Healing skills effectiveness by 4%.
Increases recovery amount gained from Healing skills and items by 2%.
Indestructible in battle
_______________________
Refine Level +8:
DEF +100
Decreases damage taken from Demi-Human race by 7%.
Increases Healing skills effectiveness by 6%.
Increases recovery amount gained from Healing skills and items by 3%.
_______________________
Refine Level +9:
DEF +150
Increases resistance against Stone Curse status by 50%.
Increases Healing skills effectiveness by 8%.
Increases recovery amount gained from Healing skills and items by 4%.
_______________________
When equipped with Argiope Card:
Refine Level of Holy White Coat is +9 or higher:
Prevents Frozen status.
_______________________
Type: Armor
Defense: 50
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
_______________________
MDEF +10
_______________________
Decreases After Skill Delay by 10%.
_______________________
Increases Healing skills effectiveness by 2%.
_______________________
Increases recovery amount gained from Healing skills and items by 1%.
_______________________
Refine Level +7:
DEF +50
Increases Healing skills effectiveness by 4%.
Increases recovery amount gained from Healing skills and items by 2%.
Indestructible in battle
_______________________
Refine Level +8:
DEF +100
Decreases damage taken from Demi-Human race by 7%.
Increases Healing skills effectiveness by 6%.
Increases recovery amount gained from Healing skills and items by 3%.
_______________________
Refine Level +9:
DEF +150
Increases resistance against Stone Curse status by 50%.
Increases Healing skills effectiveness by 8%.
Increases recovery amount gained from Healing skills and items by 4%.
_______________________
When equipped with Argiope Card:
Refine Level of Holy White Coat is +9 or higher:
Prevents Frozen status.
_______________________
Type: Armor
Defense: 50
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
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
1000
Defense
50
Requirements
Armor Level
1
Min Level
100
Scripts
Script .@r = getrefine(); bonus bMdef,10; bonus bDelayrate,-10; .@val = 1; if (.@r >= 7) { .@def = 50; bonus bUnbreakableArmor,1; .@val += 2; if (.@r >= 8) { .@def += 100; .@val += 3; bonus2 bSubRace,RC_DemiHuman,7; bonus2 bSubRace,RC_Player_Human,7; if (.@r >= 9) { .@def += 150; .@val += 4; bonus2 bResEff,Eff_Stone,5000; } } bonus bDef,.@def; } bonus bHealPower,2*.@val; bonus bHealPower2,.@val; bonus bAddItemHealRate,.@val;
.@r = getrefine();
bonus bMdef,10;
bonus bDelayrate,-10;
.@val = 1;
if (.@r >= 7) {
.@def = 50;
bonus bUnbreakableArmor,1;
.@val += 2;
if (.@r >= 8) {
.@def += 100;
.@val += 3;
bonus2 bSubRace,RC_DemiHuman,7;
bonus2 bSubRace,RC_Player_Human,7;
if (.@r >= 9) {
.@def += 150;
.@val += 4;
bonus2 bResEff,Eff_Stone,5000;
}
}
bonus bDef,.@def;
}
bonus bHealPower,2*.@val;
bonus bHealPower2,.@val;
bonus bAddItemHealRate,.@val;