ID #300379
Card
Modified Advanced Rgan Card
Buy Price: N/A
Sell Price: N/A
Decreases damage taken from enemies of every race, except Players, by 15%.
_______________________
Up to max +11 Refine Level:
Increases damage taken from enemies of every size by 25%.
_______________________
Refine Level +12:
Decreases damage taken from enemies of every size by 25%.
_______________________
When Armor Level of compounded equipment is 2:
RES +50, MRES +50
_______________________
Type: Card
Compound on: Shield
Weight: 1
_______________________
Up to max +11 Refine Level:
Increases damage taken from enemies of every size by 25%.
_______________________
Refine Level +12:
Decreases damage taken from enemies of every size by 25%.
_______________________
When Armor Level of compounded equipment is 2:
RES +50, MRES +50
_______________________
Type: Card
Compound on: Shield
Weight: 1
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script bonus2 bSubRace,RC_All,15; bonus2 bSubRace,RC_Player_Human,-15; bonus2 bSubRace,RC_Player_Doram,-15; .@rate = (getrefine() < 12) ? -25 : 25; bonus2 bSubSize,Size_All,.@rate; if (getequiparmorlv() == 2) { bonus bRes,50; bonus bMRes,50; }
bonus2 bSubRace,RC_All,15;
bonus2 bSubRace,RC_Player_Human,-15;
bonus2 bSubRace,RC_Player_Doram,-15;
.@rate = (getrefine() < 12) ? -25 : 25;
bonus2 bSubSize,Size_All,.@rate;
if (getequiparmorlv() == 2) {
bonus bRes,50;
bonus bMRes,50;
}