Item Details

Temporal Jewel (VIT) Lv 3 ( Time_Jewely_Vit_3 )

ID 29680 Temporal Jewel (VIT) Lv 3
Temporal Jewel (VIT) Lv 3 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

DEF +10 per 2 tingkat tempa headgear.
MaxHP +500 per 2 tingkat tempa headgear.
MaxHP +3% per 5 tingkat tempa headgear.

Def +10 per 2 refine rate of headgear.
MaxHP +500 per 2 refine rate of headgear.
MaxHp +3% per 5 refine rate of headgear.

DEF +10 for every 2 refine levels of headgear.
Max HP +500 for every 2 refine levels of headgear.
Max HP +3% 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 bDef,10*(.@r/2);
bonus bMaxHP,500*(.@r/2);
bonus bMaxHPrate,3*(.@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;
bDef Item Bonus
bDef
Signature:
bonus bDef,n;
Description:
Equipment DEF + n
bMaxHP Item Bonus
bMaxHP
Signature:
bonus bMaxHP,n;
Description:
MaxHP + n
bMaxHPrate Item Bonus
bMaxHPrate
Signature:
bonus bMaxHPrate,n;
Description:
MaxHP + 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