ID #27115
Card
Ominous Permeter Card
Buy Price: N/A
Sell Price: N/A
INT +1
MaxSP +80
_______________________
For each 2 Refine Levels:
MaxSP +10
_______________________
Refine Level +7:
Increases SP Recovery Rate by 30%.
_______________________
When equipped with Ominous Solider Card:
For each 3 Refine Levels of equipped Armor:
MaxHP +1%
For each 2 Refine Levels of equipped Headgear:
MaxSP +5
_______________________
Type: Card
Compound on: Headgear
Weight: 1
MaxSP +80
_______________________
For each 2 Refine Levels:
MaxSP +10
_______________________
Refine Level +7:
Increases SP Recovery Rate by 30%.
_______________________
When equipped with Ominous Solider Card:
For each 3 Refine Levels of equipped Armor:
MaxHP +1%
For each 2 Refine Levels of equipped Headgear:
MaxSP +5
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Monster Drops
Card Drops
Ominous Permeter
Rate: 0.5%
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 .@r = getrefine(); bonus bInt,1; bonus bMaxSP,(80+10*(.@r/2)); if (.@r >= 7) { bonus bSPrecovRate,30; }
.@r = getrefine();
bonus bInt,1;
bonus bMaxSP,(80+10*(.@r/2));
if (.@r >= 7) {
bonus bSPrecovRate,30;
}