Item Details

Sealed High Wizard Card ( SLD_B_Katrinn_Card )

ID 4541 Sealed High Wizard Card
Sealed High Wizard Card Buy Price: 20 zeny Sell Price: 10 zeny Weight: 1 Slots: Not specified
Type: Card item. Sub Type: Not specified Gender: Both Locations: Upper Headgear, Middle Headgear, Lower Headgear
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: Not specified Gradable: Not specified Element: Neutral Classes: Not specified

Meningkatkan Variable Cast-time sebesar 150%
------------------------
Mengurangi SP recovery sebesar 150%
------------------------
Bypass 100% MDEF monster normal (termasuk Player) ketika menyerang
------------------------
Mengurangi 3000 SP ketika Headgear dilepas
------------------------
Jika tingkat tempa +15 atau lebih,

Peningkatkan Variable Cast-time menjadi sebesar 120%

Pengurangan SP recovery menjadi sebesar 120%

Bypass 100% MDEF monster normal (termasuk Player) ketika menyerang

Pengurangan SP ketika Headgear dilepas menjadi 2000 SP
------------------------
Jenis: Card
Posisi: Headgear
Berat: 1

Attack: 0
Property: N/A
Weight: 0
Weapon Level: 0

The wearer's attack will ignore the MDEF of regular monsters,
Increase Floating Casting Time by 150% and reduces SP Recovery by 150%, drains 3000 SP when the compounded headgear is unequipped.
If compounded equipment is refined to +15 and above, increase Floating Casting Time by 120%, reduces SP Recovery by 120%, drains 2000 SP when the compounded headgear is unequipped.
Class: Card
Compound: Headgear
Weight: 1

All

Not specified

Flags
Can be added to a player buying store? Yes
Summons monster? No
Is part of a container? No
Has unique stack? No
Binds on equip? No
Announces drop? No
Is consumed on use? Yes
Has drop effect? Yes
Stacking
Not specified
Usage
Not specified
Trade
Override Not specified
Can be dropped? Yes
Can be traded? Yes
Can be traded with partner? Yes
Can be sold to NPC? Yes
Can be placed in cart? Yes
Can be placed in storage? Yes
Can be placed in guild storage? Yes
Can be sent by mail? Yes
Can be put in auction? Yes
Delay
Not specified
bonus2 bIgnoreMdefClassRate,Class_Normal,100;
.@rate = ((getrefine()>14)?120:150);
bonus bVariableCastrate,.@rate;
bonus bSPrecovRate,-.@rate;
Script References
bIgnoreMdefClassRate Item Bonus
bIgnoreMdefClassRate
Signature:
bonus2 bIgnoreMdefClassRate,c,n;
Description:
Disregard n% of the target's MDEF if the target belongs to class c
getrefine Command
getrefine
Signature:
getrefine()
Description:
function is called. This function is intended for use in item scripts.
bVariableCastrate Item Bonus
bVariableCastrate
Signature:
bonus2 bVariableCastrate,sk,n;
Description:
Increases variable cast time of skill sk by n% (If RENEWAL_CAST is NOT defined, this bonus is equal to bCastrate)
bSPrecovRate Item Bonus
bSPrecovRate
Signature:
bonus bSPrecovRate,n;
Description:
Natural SP recovery ratio + n%
Not specified
Script References

No documented script references were detected.

heal 0,((getrefine()>14)?-2000:-3000);
Script References
heal Command
heal
Signature:
heal <hp>,<sp>{,<char_id>};
Description:
This command will heal a set amount of HP and/or SP on the invoking character. character and produces no other output whatsoever.
Example:
heal 30000,0; // This will heal 30,000 HP
heal 0,30000; // This will heal 30,000 SP
heal 300,300; // This will heal 300 HP and 300 SP
getrefine Command
getrefine
Signature:
getrefine()
Description:
function is called. This function is intended for use in item scripts.

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified