Royal Gladius (L)
| Item ID | 28775 | Name | Royal Gladius (L) |
|
A personal dagger used by Glastheim Nobles.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himelmez. It doesn't seem to have the basic abilities, but when worn with Royal Gradius (R), it reveals it's original strength. _______________________ Type: Dagger Attack: 100 Weight: 100 Weapon Level: 4 _______________________ Requirement: Base Level 170 Guillotine Cross |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | R_Gladius_L | ||
| Attack | 100 | Type | Weapon - Dagger | ||
| MATK | 0 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Assassin | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 3 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 100 | Min Equip Level | 170 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None |
| Set | Script | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
.@sum = getequiprefinerycnt(EQI_HAND_L)+getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_ARMOR)+getequiprefinerycnt(EQI_GARMENT);
if (.@sum >= 40) {
bonus2 bAddEle,Ele_Undead,20;
bonus2 bAddEle,Ele_Holy,20;
}
|
||||||||
|
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_HAND_L);
bonus bBaseAtk,7*(.@sum/2);
if (.@sum >= 18) {
bonus2 bSkillAtk,"GC_COUNTERSLASH",20;
bonus2 bSkillAtk,"GC_CROSSIMPACT",20;
}
if (.@sum >= 22) {
bonus2 bAddRace,RC_Undead,30;
bonus2 bAddRace,RC_Angel,30;
}
|