Renewal
.:Renewal Item Database:.

Illusion Bazerald [2]   [One Hand]   Item ID# 28762 (Bazerald_IL)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
50
Attack
120 / MATK 170
Required Lvl
120
Weapon Lvl
4
Slot
2
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A formal dress dagger, engraved with luxurious emblems, that's usually worn on special occasions.

INT +5, MATK +170.
Every 2 refine levels, MATK +1%.

Refine Level +7:
Increases Fire elemental magic damage by 10%.

Refine Level +9:
Increases damage of Fire Bolt and Fire Ball by 40%.

Refine Level +11:
Increases damage of Meteor Storm and Crimson Rock by 30%.

When equipped with Fancy Flower:
MATK +50.

If refine level of Illusion Bazerald and Fancy Flower each is at least +7:
Reduces variable cast time of all skills by 10%.

If total refine level of entire set at least +18:
Increases magical damage inflicted on Small and Medium size monsters by 15%.

If total refine level of entire set at least +22:
When dealing magical attack, has a chance to gain MATK +50 and Fire elemental magic damage +20% for 10 seconds.

More Information on Combo:
Combo Script
{ bonus bMatk,50; .@eq = getequiprefinerycnt(EQI_HEAD_TOP); .@weapon = getequiprefinerycnt(EQI_HAND_R); if (.@eq >= 7 && .@weapon >= 7) { bonus bVariableCastrate,-10; } if ((.@eq + .@weapon) >= 18) { bonus2 bMagicAddSize,Size_Small,15; bonus2 bMagicAddSize,Size_Medium,15; if ((.@eq + .@weapon) >= 22) { autobonus "{ bonus bMatk,50; bonus2 bMagicAtkEle,Ele_Fire,20; }",5,10000,BF_MAGIC; /* unknown rate */ } } }
Item Script
expand to view script
{ bonus bAtkEle,Ele_Fire; bonus bInt,5; .@r = getrefine(); bonus bMatkRate,(.@r/2); if (.@r >= 7) { bonus2 bMagicAtkEle,Ele_Fire,10; if (.@r >= 9) { bonus2 bSkillAtk,"MG_FIREBOLT",40; bonus2 bSkillAtk,"MG_FIREBALL",40; if (.@r >= 11) { bonus2 bSkillAtk,"WZ_METEOR",30; bonus2 bSkillAtk,"WL_CRIMSONROCK",30; } } } },{},{}
Dropped By No Result

Illusion Fancy Flower [1]   [Upper Head]   Item ID# 19247 (Fancy_Flower_IL)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
120
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
It is a flower that is inserted in the head.
Beautiful mid-range flowers give viewers pleasure, but they do not see themselves.

MATK +1%.
Every Refine Level, MATK +2.

More Information on Combo:
Combo Script
{ bonus bMatk,50; .@eq = getequiprefinerycnt(EQI_HEAD_TOP); .@weapon = getequiprefinerycnt(EQI_HAND_R); if (.@eq >= 7 && .@weapon >= 7) { bonus bVariableCastrate,-10; } if ((.@eq + .@weapon) >= 18) { bonus2 bMagicAddSize,Size_Small,15; bonus2 bMagicAddSize,Size_Medium,15; if ((.@eq + .@weapon) >= 22) { autobonus "{ bonus bMatk,50; bonus2 bMagicAtkEle,Ele_Fire,20; }",5,10000,BF_MAGIC; /* unknown rate */ } } }
Item Script
{ bonus bMatkRate,1; bonus bMatk,(2*getrefine()); },{},{}
Dropped By No Result

back to top