[Not For Sale] The Black
| Item ID | 830014 | Name | [Not For Sale] The Black |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Comp_The_Black_Gatling | ||
| Attack | 205 | Type | Weapon - Gatling Gun | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Rebellion | ||
| Range | 9 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | None | ||
| Weight | 270 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
.@r = getrefine();
bonus bLongAtkRate,2*(.@r/3);
bonus bBaseAtk,10*(.@r/2);
if (.@r >= 7) {
.@val = 15;
bonus2 bSkillUseSPrate,"RL_R_TRIP",-10;
if (.@r >= 9) {
autobonus3 "{ bonus bBaseAtk,50; bonus bLongAtkRate,10; }",1000,90000,"RL_P_ALTER";
if (.@r >= 11) {
.@val += 15;
}
}
bonus2 bSkillAtk,"RL_R_TRIP",.@val;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
autobonus "{ bonus bDex,20; bonus bLongAtkRate,10; }",20,7000,BF_WEAPON; /* unknown rate */
|
||||
|
autobonus "{ bonus bDex,20; bonus bLongAtkRate,10; }",20,7000,BF_WEAPON; /* unknown rate */
|