Huuma Shuriken Brilliance

Item ID 650034 Name Huuma Shuriken Brilliance
A huuma shuriken that emits light imbued with holy power.
_______________________
Indestructible in battle
_______________________
ATK +5%, POW +2
Increases damage of Huuma Shuriken - Construct by 5%.
_______________________
Refine Level +5:
Increases damage of Huuma Shuriken - Construct by additional 10%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 5%.
_______________________
Refine Level +9:
Increases damage of Huuma Shuriken - Construct by additional 10%.
_______________________
Refine Level +10:
Decreases After Skill Delay by 10%.
_______________________
Refine Level +11:
Increases damage of Huuma Shuriken - Construct by additional 5%.
Increases damage of Huuma Shuriken - Grasp by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Ranged Physical Damage +10%.
[Grade C]: Ranged Damage against enemies of every size +10%.
[Grade B]: Ranged Damage against enemies of every race +10%.
[Grade A]: Ranged Damage against enemies of every element +10%.
_______________________
Type: Huuma Shuriken
Attack: 330
Weight: 260
Weapon Level: 5
_______________________
Requirement:
Base Level 215
Shinkiro, Shiranui
Weapon Level 5 Identifier Humma_Brilliance
Attack 330 Type Weapon - Fuuma Shuriken
MATK 0 Equip Locations Two-Handed
Defense 0 Equippable Jobs Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 260 Min Equip Level 215
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus bPow,2;
bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",5;
if (.@r>=5) {
   bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10;
   if (.@r>=7) {
      bonus bLongAtkRate,5;
      if (.@r>=9) {
         bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10;
         if (.@r>=10) {
            bonus bDelayrate,-10;
            if (.@r>=11) {
               bonus2 bSkillAtk,"SS_FUUMASHOUAKU",15;
               bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",5;
            }
         }
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bLongAtkRate,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddSize,Size_All,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddRace,RC_All,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_All,10;
         }
      }
   }
}

Set Script
Crown of Good and Evil (Shinkiro & Shiranui)
Good Spell
Huuma Shuriken Brilliance
bonus2 bSkillAtk,"SS_FUUMASHOUAKU",20;
bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",15;
Crown of Good and Evil (Shinkiro & Shiranui)
Huuma Shuriken Brilliance
.@r = getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",4*.@r;
bonus2 bSkillAtk,"SS_FUUMASHOUAKU",5*.@r;
if (getenchantgrade(EQI_HAND_R)>=ENCHANTGRADE_B) {
   bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10;
}