Renewal
.:Renewal Item Database:.
Card - Compound on Headgear

Banshee Card [Headgear]   Item ID# 4438 (Banshee_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Mental
Description
[Mage and Mage Upper Classes]
Max SP + 100, Max HP - 100
Inflict 20% more damage with Soul Strike, Napalm Beat, Napalm Vulcan.
Item Script
{ if (BaseClass == Job_Mage) { bonus bMaxSP,100; bonus bMaxHP,-100; bonus2 bSkillAtk,"MG_NAPALMBEAT",20; bonus2 bSkillAtk,"MG_SOULSTRIKE",20; bonus2 bSkillAtk,"HW_NAPALMVULCAN",20; } },{},{}
Dropped By
Obtainable FromOld Card Album

Blue Acidus Card [Headgear]   Item ID# 4379 (Acidus__Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Low Level
Description
Maximum SP + 40
[When compounded into an item with refine rate of 0~4]
Additional Maximum SP + 40
SP Recovery + 5%
Item Script
{ if (getrefine()<=4) { bonus bSPrecovRate,5; bonus bMaxSP,80; } else { bonus bMaxSP,40; } },{},{}
Dropped By
Obtainable FromOld Card Album

Blue Moon Loli Ruri Card [Headgear]   Item ID# 300245 (Bluemoon_Loli_Ruri_Card)
Type
Card
Class
Headgear Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of Fast Heal
Description
Increases variable cast time of all skills by 5%.

For each Refine Level:
Decreases variable cast time by 1%.

Refine Level +9:
Increases Healing effectiveness by 3%.

Refine Level +11:
Increases Healing effectiveness by additional 5%.
Item Script
{ .@r = getrefine(); bonus bVariableCastrate,5-.@r; if (.@r>=9) { bonus bHealPower,3; if (.@r>=11) { bonus bHealPower,5; } } },{},{}
Dropped By

Bungisngis Card [Headgear]   Item ID# 4582 (Bungisngis_Card)
Type
Card
Class
Headgear Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Stamina
Description
Every 2 refine level on the compounded headgear increase Max HP by 1%.
Item Script
{ bonus bMaxHPrate,(getrefine()/2); },{},{}
Dropped By

back to top