God-Devouring Demonic Shield-LT
| Item ID | 460078 | Name | God-Devouring Demonic Shield-LT |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | GEMS_DarkBlood_LT | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Off Hand | ||
| Defense | 100 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 80 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
.@g = getenchantgrade();
bonus bNoKnockback;
bonus bMdef,10;
bonus bAspd,2;
bonus2 bAddClass,Class_All,10;
bonus bMatkRate,10;
bonus bUseSPrate,-15;
bonus2 bSubSize,Size_All,2*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,20;
if (.@r>=9) {
bonus bDelayrate,-5;
if (.@r>=11) {
bonus bShortAtkRate,10;
bonus bLongAtkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDef,100;
bonus bMdef,20;
if (.@g>=ENCHANTGRADE_C) {
bonus bPow,3;
bonus bSpl,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddRace,RC_All,15;
bonus2 bMagicAddRace,RC_All,15;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bIgnoreDefRaceRate,RC_All,70;
bonus2 bIgnoreMdefRaceRate,RC_All,70;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-70;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-70;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-70;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-70;
}
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddSize,Size_All,25; bonus2 bMagicAddSize,Size_All,25; |
||||
|
bonus2 bAddSize,Size_All,25; bonus2 bMagicAddSize,Size_All,25; |
||||
|
bonus2 bAddSize,Size_All,25; bonus2 bMagicAddSize,Size_All,25; |