Viewing Item

#5918: Gambler's Seal
Tags:
Item ID 5918 For Sale No
Identifier Gambler_Seal Credit Price Not For Sale
Name Gambler's Seal Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 70
MATK 0 Max Equip Level None
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script
1 .@dex = readparam(bDex);
2 .@luk = readparam(bLuk);
3 .@critical = 3 + (.@luk / 10);
4 .@critical_dmg = 3 - (.@dex/10) * 2;
5 .@sub_arrowstorm = 10;
6 .@sub_gateofhell = 10;
7 bonus bBaseAtk,(.@luk/10)*2;
8 bonus bMatk,(.@luk / 10) * 2;
9 if (.@luk > 107) {
10 .@critical += 5;
11 .@critical_dmg += 10;
12 }
13 if (.@luk > 119) {
14 .@critical += 10;
15 .@critical_dmg += 17;
16 .@sub_arrowstorm += 30;
17 .@sub_gateofhell += 30;
18 }
19 bonus bCritical,.@critical;
20 bonus bCritAtkRate,.@critical_dmg;
21 bonus2 bSubSkill,"RA_ARROWSTORM",.@sub_arrowstorm;
22 bonus2 bSubSkill,"SR_GATEOFHELL",.@sub_gateofhell;
Equip Script None
Unequip Script None
Used in Item Group MIDGARD_LUCKY_SCROLL

All trademarks referenced herein are the properties of their respective owners. We are in no way affiliated with, associated with, or endorsed by GRAVITY. Copyright © 2025.

 

We use cookies to optimize our website and our service. Cookie Policy - Privacy Policy Accept