3D Glasses: Difference between revisions
From Wiki | BlackoutRO
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|- | |- | ||
!colspan="2" style="width: 20%"|Description | !colspan="2" style="width: 20%"|Description | ||
|colspan="4"| | |colspan="4"|A pair of glasses with multi-colored lenses. <br> | ||
A pair of glasses with multi-colored lenses. <br> | |||
Enables you to see Hidden Enemies. <br> | Enables you to see Hidden Enemies. <br> | ||
Lose DEF at an amount equal to half the refine rate. <br> | Lose DEF at an amount equal to half the refine rate. <br> |
Revision as of 00:51, 24 May 2018
Description | A pair of glasses with multi-colored lenses. Enables you to see Hidden Enemies. [Refine Rate 7] [Refine Rate 8] [Refine Rate 9] [Refine Rate 10] | ||||
---|---|---|---|---|---|
How to Obtain | Redeemed by exchanging 5 Donation Credits. | ||||
Item Class | Mid Headgear | ||||
Weight | 5 | ||||
Slots | 1 | ||||
Defense | 3 | ||||
Applicable Jobs | |||||
| |||||
Item Script | |||||
if (checkbroclassic() >= 2) { bonus(bIntravision, 0); bonus(bAtk, 30); bonus(bMatkRate, 10); } else { bonus(bIntravision, 0); bonus(bDef, (-1 * getrefine() / 2)); if (getrefine() >= 7) { bonus(bMaxHPrate, 2); bonus2(bSubRace, RC_DemiPlayer, 1); } if (getrefine() >= 8) { bonus(bAtkRate, 1); bonus(bMatkRate, 1); } if (getrefine() >= 9) { bonus(bMaxHPrate, 2); bonus2(bSubRace, RC_DemiPlayer, 1); } if (getrefine() >= 10) { bonus(bAtkRate, 1); bonus(bMatkRate, 1); } } |