Item Details

Temporal Jewel (INT) Lv 2 ( Time_Jewely_Int_2 )

ID 29682 Temporal Jewel (INT) Lv 2
Temporal Jewel (INT) Lv 2 Buy Price: zeny Sell Price: 0 zeny Weight: 0 Slots: Not specified
Type: Card item. Sub Type: Enchant Card Gender: Both Locations: Not specified
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

Heal Effect +3% per 2 tingkat tempa headgear.
MATK +4 per 2 tingkat tempa headgear.
MATK +2% per 5 tingkat tempa headgear.

Heal Effectiveness +3% per 2 refine rate of headgear.
MATK +4 per 2 refine rate of headgear.
MATK +2% per 5 refine rate of headgear.

Healing +3% for every 2 refine levels of headgear.
MATK +4 for every 2 refine levels of headgear.
MATK +2% for every 5 refine levels of headgear.

All

Not specified

Flags
Can be added to a player buying store? No
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? No
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
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus bHealPower,3*(.@r/2);
bonus bMatk,4*(.@r/2);
bonus bMatkRate,2*(.@r/5);
Script References
getequiprefinerycnt Command
getequiprefinerycnt
Signature:
getequiprefinerycnt(<equipment slot>{,<char_id>})
Description:
slot. For a list of equipment slots see 'getequipid'. Can be used to check if you have reached a maximum refine value, default for this is +10:
Example:
if (getequiprefinerycnt(EQI_HEAD_TOP) < 10)
mes "I will now upgrade your " + getequipname(EQI_HEAD_TOP);
else
mes "Sorry, it's not possible to refine hats better than +10";
close;
bHealPower Item Bonus
bHealPower
Signature:
bonus bHealPower,n;
Description:
Increases heal amount of all heal skills by n%
bMatk Item Bonus
bMatk
Signature:
bonus bMatk,n;
Description:
Magical attack power + n
bMatkRate Item Bonus
bMatkRate
Signature:
bonus bMatkRate,n;
Description:
Magical attack power + n%
Not specified
Script References

No documented script references were detected.

Not specified
Script References

No documented script references were detected.

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified

Not specified