.:Renewal Item Database:.
Card
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | VIT +2 Refine Level +7: VIT +1 Refine Level +9: VIT +1 Refine Level +11: VIT +2 Decreases after skill cast delay by 1%. |
---|---|
Item Script | { .@r = getrefine(); bonus bVit,2; if (.@r>=7) { bonus bVit,1; if (.@r>=9) { bonus bVit,1; if (.@r>=11) { bonus bDelayrate,-1; bonus bVit,2; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | VIT +3 Refine Level +7: VIT +1 Refine Level +9: VIT +1 Refine Level +11: VIT +2 Decreases after skill cast delay by 3%. |
---|---|
Item Script | { .@r = getrefine(); bonus bVit,3; if (.@r>=7) { bonus bVit,1; if (.@r>=9) { bonus bVit,1; if (.@r>=11) { bonus bDelayrate,-3; bonus bVit,2; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | MaxHP +5%, MaxHP +1500. Refine Level +7: MaxHP +2% Refine Level +9: MaxHP +2% Refine Level +11: MaxHP +3% |
---|---|
Item Script | { .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxHP,1500; if (.@r>=7) { bonus bMaxHPrate,2; if (.@r>=9) { bonus bMaxHPrate,2; if (.@r>=11) { bonus bMaxHPrate,3; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | MaxHP +5%, MaxHP +2000. Refine Level +7: MaxHP +3% Refine Level +9: MaxHP +4% Refine Level +11: MaxHP +5% |
---|---|
Item Script | { .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxHP,2000; if (.@r>=7) { bonus bMaxHPrate,3; if (.@r>=9) { bonus bMaxHPrate,4; if (.@r>=11) { bonus bMaxHPrate,5; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | MaxHP +5%, MaxHP +2500. Refine Level +7: MaxHP +5% Refine Level +9: MaxHP +5% Refine Level +11: MaxHP +5% |
---|---|
Item Script | { .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxHP,2500; if (.@r>=7) { bonus bMaxHPrate,5; if (.@r>=9) { bonus bMaxHPrate,5; if (.@r>=11) { bonus bMaxHPrate,5; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Vulcan Arm and Axe Boomerang by 15%. Refine Level +7: Increases damage of Vulcan Arm and Axe Boomerang by additional 15%. Refine Level +9: Increases damage of Vulcan Arm and Axe Boomerang by additional 15%. Refine Level +11: Increases damage of Vulcan Arm by additional 15%. Decreases Axe Boomerang skill cooldown by 2 seconds. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=7) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",15; bonus2 bSkillAtk,"NC_VULCANARM",15; if (.@r>=11) { bonus2 bSkillCooldown,"NC_AXEBOOMERANG",-2000; bonus2 bSkillAtk,"NC_VULCANARM",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | Increases damage of Arrow Vulcan and Severe Rainstorm by 15%. Refine Level +7: Increases damage of Arrow Vulcan and Severe Rainstorm by additional 15%. Refine Level +9: Increases damage of Arrow Vulcan and Severe Rainstorm by additional 15%. Refine Level +11: Increases damage of Arrow Vulcan and Severe Rainstorm by additional 15%. |
---|---|
Item Script |
expand to view script{ .@r = getrefine(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=7) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=9) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; bonus2 bSkillAtk,"CG_ARROWVULCAN",15; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | ATK +2%, ATK +25 Refine Level +7: Increases melee physical damage by 3%. Refine Level +9: Increases melee physical damage by additional 3%. Refine Level +11: Increases melee physical damage by additional 3%. |
---|---|
Item Script | { .@r = getrefine(); bonus bAtkRate,2; bonus bBaseAtk,25; if (.@r>=7) { bonus bShortAtkRate,3; if (.@r>=9) { bonus bShortAtkRate,3; if (.@r>=11) { bonus bShortAtkRate,3; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | ATK +4%, ATK +50 Refine Level +7: Increases melee physical damage by 3%. Refine Level +9: Increases melee physical damage by additional 3%. Refine Level +11: Increases melee physical damage by additional 5%. |
---|---|
Item Script | { .@r = getrefine(); bonus bAtkRate,4; bonus bBaseAtk,50; if (.@r>=7) { bonus bShortAtkRate,3; if (.@r>=9) { bonus bShortAtkRate,3; if (.@r>=11) { bonus bShortAtkRate,5; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
Description | ATK +6%, ATK +100 Refine Level +7: Increases melee physical damage by 5%. Refine Level +9: Increases melee physical damage by additional 5%. Refine Level +11: Increases melee physical damage by additional 5%. |
---|---|
Item Script | { .@r = getrefine(); bonus bAtkRate,6; bonus bBaseAtk,100; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus bShortAtkRate,5; if (.@r>=11) { bonus bShortAtkRate,5; } } } },{},{} |
Dropped By | No Result |
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix of Aqua Wood | |
Description | Increases physical damage inflicted on Water and Earth elemental monsters by 5%. Increases physical damage taken from Water and Earth elemental monsters by 5%. Refine Level +9: Increases physical damage inflicted on Water and Earth elemental monsters by an additional 5%. |
---|---|
Item Script | { .@r = getrefine(); bonus2 bAddEle,Ele_Water,(.@r >= 9 ? 10 : 5); bonus2 bAddEle,Ele_Earth,(.@r >= 9 ? 10 : 5); bonus2 bSubDefEle,Ele_Water,-5; bonus2 bSubDefEle,Ele_Earth,-5; },{},{} |
Dropped By |
Type
Card
Class
Armor Card
Buy
20z
Sell
10z
Weight
1 Pre/Suffix of Nature | |
Description | HP Recovery + 30% DEF + 1 |
---|---|
Item Script | { bonus bDef,1; bonus bHPrecovRate,30; },{},{} |
Dropped By | |
Obtainable From | Old Card Album |
Required For | Valkyrie Helm |