Dark Triad

Item ID 450214 Name Dark Triad
A suit stored in the Great Sage's mansion.
It is equipped with a booster that temporarily improves the wearer's abilities, allowing them to perform activities beyond the physical limits.
_______________________
MaxHP +10%, MaxSP +10%
_______________________
For each Level of Maelstrom:
AGI +10, ATK +50.
_______________________
For each Level of Triangle Shot:
Increases Physical Damage against monsters of every race by 7%.
_______________________
When Level 10 Auto Shadow Spell is learned:
Using Triangle Shot has a random chance to activate Level 5 Unlimit for 5 seconds.
Cancels Unlimit effect when unequipping.
_______________________
Refine Level +5:
Perfect HIT +25%
_______________________
Refine Level +7:
Perfect HIT +25%
_______________________
Refine Level +10:
DEX +30
Indestructible in battle
_______________________
Type: Armor
Defense: 100
Weight: 100
Armor Level: 1
_______________________
Requirement:
Base Level 100
Weapon Level 0 Identifier Dark_Triad
Attack 0 Type Armor
MATK 0 Equip Locations Armor
Defense 100 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 100 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (getskilllv("SC_AUTOSHADOWSPELL")>=10)
   autobonus3 "{}",30,100,"SC_TRIANGLESHOT","{ sc_start SC_UNLIMIT,5000,5; }";
bonus2 bAddRace,RC_All,7*getskilllv("SC_TRIANGLESHOT");
bonus bAgi,10*getskilllv("SC_MAELSTROM");
bonus bBaseAtk,50*getskilllv("SC_MAELSTROM");
if (.@r>=5)
   bonus bPerfectHitAddRate,25;
if (.@r>=7)
   bonus bPerfectHitAddRate,25;
if (.@r>=10) {
   bonus bDex,30;
   bonus bUnbreakableArmor;
}
Unequip Script
sc_end SC_UNLIMIT;