[Not for Sale] Memento Memory (Biolo)
| Item ID | 490666 | Name | [Not for Sale] Memento Memory (Biolo) |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Comp_Memento_ME_BO | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 0 | Equippable Jobs | Alchemist | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 10 | Min Equip Level | 190 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| 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 |
bonus bBaseAtk,100; bonus bDelayrate,-10; bonus4 bAutoSpellOnSkill,"GN_CARTCANNON","GN_CARTCANNON",5,350; bonus2 bAddRace,RC_All,15; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R);
.@g = getenchantgrade(EQI_HAND_R);
bonus2 bAddSize,Size_All,15;
bonus2 bSkillAtk,"GN_CARTCANNON",25;
if (.@r>=10) {
bonus bLongAtkRate,20;
bonus2 bSkillAtk,"GN_CARTCANNON",25;
}
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus2 bSkillAtk,"GN_CARTCANNON",40;
}
|