Secret Technique - Thousands of Birds
| Item ID | 490536 | Name | Secret Technique - Thousands of Birds |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | HUUJIN_Page | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Right | ||
| Defense | 0 | Equippable Jobs | Kagerou / Oboro | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bSMatk,5;
bonus2 bSkillAtk,"NJ_HUUJIN",50;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus bVariableCastrate,-(BaseLevel/30);
bonus bMatk,10*(BaseLevel/30);
bonus bMatkRate,BaseLevel/30;
if (getskilllv("NJ_HUUJIN") == 10)
bonus4 bAutoSpellOnSkill,"NJ_HUUJIN","WL_CHAINLIGHTNING",5,1000;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bSMatk,5;
bonus2 bSkillAtk,"NJ_KOUENKA",50;
bonus2 bMagicAtkEle,Ele_Fire,15;
bonus bAspd,2;
bonus bAspdRate,20;
bonus2 bMagicAtkEle,Ele_All,3*(BaseLevel/30);
bonus2 bMagicAddRace,RC_All,3*(BaseLevel/30);
bonus2 bMagicAddSize,Size_All,3*(BaseLevel/30);
if (getskilllv("NJ_KOUENKA") == 10)
bonus4 bAutoSpellOnSkill,"NJ_KOUENKA","WL_HELLINFERNO",5,1000;
|