|
Item ID
|
480277
|
Name
|
[Not For Sale] Christmas Guardian Tree
|
|
|
|
Weapon Level
|
0
|
Identifier
|
Comp_Chrismas_Tree
|
|
Attack
|
0
|
Type
|
Armor
|
|
MATK
|
0
|
Equip Locations
|
Garment
|
|
Defense
|
20
|
Equippable Jobs
|
None
|
|
Range
|
0
|
Equip Gender
|
Both (Male and Female)
|
|
Slots
|
1
|
Equip Upper
|
None
|
|
Weight
|
10
|
Min Equip Level
|
None
|
|
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 bMatkRate,(.@r/2);
bonus bAtkRate,(.@r/2);
if (.@r>=9) {
bonus bMatk,30;
bonus bBaseAtk,30;
}
if (.@r>=11)
autobonus "{ bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Holy,20; }",1,10000,BF_WEAPON;
|
|
Set
|
Script
|
|
|
bonus bAspdRate,10;
bonus bMatkRate,10;
bonus bHit,10;
if (getequiprefinerycnt(EQI_GARMENT) >= 10) {
bonus3 bAutoSpell,"SO_PSYCHIC_WAVE",3,70;
}
|
|
|
bonus bLongAtkRate,10;
bonus bAspdRate,10;
bonus bAtkRate,10;
if (getequiprefinerycnt(EQI_GARMENT) >= 10) {
bonus bCritAtkRate,15;
bonus bHit,15;
}
|
|
|
bonus bMatk,30;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",40;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",40;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20;
}
|
|
|
bonus bBaseAtk,30;
bonus2 bSkillAtk,"SR_KNUCKLEARROW",40;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus2 bSkillAtk,"SR_KNUCKLEARROW",20;
}
|
|
|
bonus3 bAutoSpell,"MG_SOULSTRIKE",10,70;
bonus bMatk,80;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus3 bAutoSpell,"HW_NAPALMVULCAN",5,70;
}
|