ID #27213
Card
Sealed Clown Card
Buy Price: N/A
Sell Price: N/A
Enables the use of Level 5 Poem of Bragi. (When equipped with Musical Instrument/Whip)
FLEE +10
_______________________
Base VIT at least 110:
FLEE +10
_______________________
Refine Level +15:
Enables the use of Level 7 Poem of Bragi instead. (When equipped with Musical Instrument/Whip)
FLEE +15 instead.
Base VIT at least 110:
FLEE +15 instead
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
Weight: 1
FLEE +10
_______________________
Base VIT at least 110:
FLEE +10
_______________________
Refine Level +15:
Enables the use of Level 7 Poem of Bragi instead. (When equipped with Musical Instrument/Whip)
FLEE +15 instead.
Base VIT at least 110:
FLEE +15 instead
_______________________
Warning - Silit Pong does not work on removing this card!
_______________________
Type: Card
Compound on: Armor
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 if (getrefine()>=15) { .@a = 7; .@b = 15; } else { .@a = 5; .@b = 10; } if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) { skill "BA_POEMBRAGI2",.@a; } bonus bFlee,(readparam(bVit)>=110) ? (.@b*2) : .@b;
if (getrefine()>=15) {
.@a = 7;
.@b = 15;
}
else {
.@a = 5;
.@b = 10;
}
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) {
skill "BA_POEMBRAGI2",.@a;
}
bonus bFlee,(readparam(bVit)>=110) ? (.@b*2) : .@b;