ID #450214
Armor
Dark Triad [1]
Buy Price: N/A
Sell Price: N/A
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
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
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
1000
Defense
100
Requirements
Armor Level
1
Min Level
1
Scripts
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; }
.@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;
}