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:
Combo Script
{ .@aspd = 1; .@crit_dmg = 2 + 2 * (readparam(bDex) / 10); .@sub_demi = 2; .@luk = readparam(bLuk); if (.@luk > 107) { .@aspd += 1; .@crit_dmg += 2; .@sub_demi += 2; } if (.@luk > 119) { .@aspd += 2; .@crit_dmg += 4; .@sub_demi += 4; bonus bSplashRange,1; } bonus bAspd,.@aspd; bonus bCritAtkRate,.@crit_dmg; bonus2 bSubRace,RC_DemiHuman,.@sub_demi; bonus2 bSubSkill,"NPC_CRITICALSLASH",100; }
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

Heart Card in Mouth [0]   [Lower Head]   Item ID# 19306 (Heart_Card_In_Mouth)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
30
Required Lvl
80
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A gamblers lucky ace of hearts card.
Increases critical attack damage by 5%.

When combined with Gambler's Seal:
ASPD +1
Increases critical attack damage by 2%.
Reduces critical damage taken from Player by 2%.
Reduces damage taken from Critical Slash (monster skill) by 100%.
Every 10 increment of base DEX: Increases critical damage by 2%.

If base LUK at least 108:
ASPD +1
Increases critical attack damage by 2%.
Reduces critical damage taken from Player by 2%.

If base LUK at least 120:
ASPD +2
Increases critical attack damage by 4%.
Reduces critical damage taken from Player by 4%.
Normal attack will inflict splash damage.
Job:C All

More Information on Combo:
Combo Script
{ .@aspd = 1; .@crit_dmg = 2 + 2 * (readparam(bDex) / 10); .@sub_demi = 2; .@luk = readparam(bLuk); if (.@luk > 107) { .@aspd += 1; .@crit_dmg += 2; .@sub_demi += 2; } if (.@luk > 119) { .@aspd += 2; .@crit_dmg += 4; .@sub_demi += 4; bonus bSplashRange,1; } bonus bAspd,.@aspd; bonus bCritAtkRate,.@crit_dmg; bonus2 bSubRace,RC_DemiHuman,.@sub_demi; bonus2 bSubSkill,"NPC_CRITICALSLASH",100; }
Item Script
{ bonus bCritAtkRate,5; },{},{}
Dropped By No Result

back to top