Renewal
.:Renewal Item Database:.

Gambler Seal [0]   [Middle Head]   Item ID# 5918 (Gambler_Seal)
Gambler's Seal
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
50
Required Lvl
70
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A gambler seal that attached to cheek for a lucky charm.

CRIT +3
Increases critical damage by 3%.
Reduces damage taken from Arrow Storm and Gate of Hell by 10%.

For each 10 base LUK:
CRIT +1, ATK +2, MATK +2.

Base LUK at least 108:
CRIT +5
Increases critical damage by 10%.

Base LUK at least 120:
CRIT +10
Increases critical damage by 17%
Reduces damage taken from Arrow Storm and Gate of Hell by 30%.

For each 10 base DEX:
Reduces critical damage by 2%

More Information on Combo:
Item Script
expand to view script
{ .@dex = readparam(bDex); .@luk = readparam(bLuk); .@critical = 3 + (.@luk / 10); .@critical_dmg = 3 - (.@dex/10) * 2; .@sub_arrowstorm = 10; .@sub_gateofhell = 10; bonus bBaseAtk,(.@luk/10)*2; bonus bMatk,(.@luk / 10) * 2; if (.@luk > 107) { .@critical += 5; .@critical_dmg += 10; } if (.@luk > 119) { .@critical += 10; .@critical_dmg += 17; .@sub_arrowstorm += 30; .@sub_gateofhell += 30; } bonus bCritical,.@critical; bonus bCritAtkRate,.@critical_dmg; bonus2 bSubSkill,"RA_ARROWSTORM",.@sub_arrowstorm; bonus2 bSubSkill,"SR_GATEOFHELL",.@sub_gateofhell; },{},{}
Dropped By No Result

back to top