ID #300012
Card
Holy Skogul Card
Buy Price: N/A
Sell Price: N/A
Increases Healing skills effectiveness by 5%.
_______________________
Refine Level +7:
Increases Healing skills effectiveness by additional 3%.
_______________________
Refine Level +10:
Increases Healing skills effectiveness by additional 2%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Refine Level +7:
Increases Healing skills effectiveness by additional 3%.
_______________________
Refine Level +10:
Increases Healing skills effectiveness by additional 2%.
_______________________
Type: Card
Compound on: Shoes
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 .@r = getrefine(); bonus bHealPower,5; if (.@r>=7) { bonus bHealPower,3; } if (.@r>=9) { bonus bHealPower,2; }
.@r = getrefine();
bonus bHealPower,5;
if (.@r>=7) {
bonus bHealPower,3;
}
if (.@r>=9) {
bonus bHealPower,2;
}