Viewing Item

#410088: Powered Income

Item ID 410088 For Sale No
Identifier Supplement_P_Income Credit Price Not For Sale
Name Powered Income Type Armor
NPC Buy 20 Weight 10
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Description An intercom that can amplify the amount of muscle strength that can be used and take robot operation techniques to the limit.
_______________________
Increases Magical damage against monsters of Small, Medium and Large size by 10%.
Decreases Damage taken from Players by 5%.
Prevents Blind status.
_______________________
When Level 3 Neutral Barrier is learned:
Decreases After Skill Delay by 15%.
_______________________
When Level 5 Fire Earth Research is learned:
Decreases Variable Casting Time of Arm Cannon by 100%.
Nullifies the consumption of Magic Gear Fuel.
_______________________
Type: Headgear
Defense: 0
Position: Middle
Weight: 10
_______________________
Requirement:
Base Level 100
Equip Locations Middle Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 bonus2

2 bAddSize,Size_All,10;

3 bonus2

4 bSubRace,RC_Player_Human,5;

5 bonus2

6 bSubRace,RC_Player_Doram,5;

7 bonus2

8 bResEff,Eff_Blind,10000;

9 if

10 (getskilllv("NC_NEUTRALBARRIER")

11 ==

12 3)

13 bonus

14 bDelayrate,-15;

15 if

16 (getskilllv("NC_RESEARCHFE")

17 ==

18 5)

19 {

20 bonus2

21 bVariableCastrate,"NC_ARMSCANNON",-100;

22 bonus

23 bNoMadoFuel;

24 }

Equip Script None
Unequip Script None