.:Renewal Item Database:.
Card
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: Increases your Healing skills effectiveness by 1%. MATK +2. For each 5 refine levels of the Temporal Circlet: MATK +1%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,(.@r/2); bonus bMatk,2*(.@r/2); bonus bMatkRate,(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: Increases your Healing skills effectiveness by 3%. MATK +4. For each 5 refine levels of the Temporal Circlet: MATK +2%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,3*(.@r/2); bonus bMatk,4*(.@r/2); bonus bMatkRate,2*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: Increases your Healing skills effectiveness by 5%. MATK +7. For each 5 refine levels of the Temporal Circlet: MATK +3%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,5*(.@r/2); bonus bMatk,7*(.@r/2); bonus bMatkRate,3*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: Increases critical damage by 3%. Critical +1. For each 5 refine levels of the Temporal Circlet: ATK +1%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bCritAtkRate,3*(.@r/2); bonus bCritical,(.@r/2); bonus bAtkRate,(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: Increases critical damage by 6%. Critical +2. For each 5 refine levels of the Temporal Circlet: ATK +2%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bCritAtkRate,6*(.@r/2); bonus bCritical,2*(.@r/2); bonus bAtkRate,2*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: Increases critical damage by 9%. Critical +3. For each 5 refine levels of the Temporal Circlet: ATK +3%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bCritAtkRate,9*(.@r/2); bonus bCritical,3*(.@r/2); bonus bAtkRate,3*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: ATK +2, HIT +3. For each 5 refine levels of the Temporal Circlet: ATK +1%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,2*(.@r/2); bonus bHit,3*(.@r/2); bonus bAtkRate,(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: ATK +4, HIT +5. For each 5 refine levels of the Temporal Circlet: ATK +2%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,4*(.@r/2); bonus bHit,5*(.@r/2); bonus bAtkRate,2*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: ATK +7, HIT +7. For each 5 refine levels of the Temporal Circlet: ATK +3%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,7*(.@r/2); bonus bHit,7*(.@r/2); bonus bAtkRate,3*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: DEF +5, MaxHP +200. For each 5 refine levels of the Temporal Circlet: MaxHP +1%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDef,5*(.@r/2); bonus bMaxHP,200*(.@r/2); bonus bMaxHPrate,(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: DEF +7, MaxHP +300. For each 5 refine levels of the Temporal Circlet: MaxHP +2%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDef,7*(.@r/2); bonus bMaxHP,300*(.@r/2); bonus bMaxHPrate,2*(.@r/5); },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | For each 2 refine levels of the Temporal Circlet: DEF +10, MaxHP +500. For each 5 refine levels of the Temporal Circlet: MaxHP +3%. |
---|---|
Item Script | { .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDef,10*(.@r/2); bonus bMaxHP,500*(.@r/2); bonus bMaxHPrate,3*(.@r/5); },{},{} |
Dropped By | No Result |