Actions

3D Glasses: Difference between revisions

From Wiki | BlackoutRO

No edit summary
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:17093l1.jpg|frame|King Martin <br> Generic]]
[[File:17093l1.jpg|frame|King Martin <br> Generic]]
[[File:17093l2.jpg|frame|King Martin <br> Generic]]
[[File:17093l2.jpg|frame|King Martin <br> Generic]]
{| class="wikitable" style="width: 70%"
{| class="wikitable" style="width: 25%"
!colspan="6"|
!colspan="2"  style="width: 20%"|Description
<div>[[File:17093m.jpg]]</div>
|colspan="4"|[[File:17093s.png]] '''3D Glasses [17093]'''
A pair of glasses with multi-colored lenses. <br>


[[File:17093s.png]] 3D Glasses [17093]
|-
!colspan="2"  style="width: 20%"|Description
|colspan="4"|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>
MATK + 5% + (Refine Rate / 2)%.
 
[Refine Rate 7]<br>
Maximum HP + 2%
Add 1% Demihuman resistance.
 
[Refine Rate 8]<br>
ATK + 1%, MATK + 1%
 
[Refine Rate 9]<br>
Additional Maximum HP + 2%
Additional 1% Demihuman resistance.
 
[Refine Rate 10]<br>
Additional ATK + 1%, MATK + 1%
|-
|-
!colspan="2"|How to Obtain
!colspan="2"|How to Obtain
|colspan="4"|Redeemed by exchanging 5 [[Donation Credit]]s.
|colspan="4"|
*Can be rented for 5 [[Rental Ticket]]s per week.
*Redeemed by exchanging 450 [[War Badge]]s.
*Can be obtained randomly from a [[Classic Loot Box]].
|-
|-
!colspan="2"|Item Class
!colspan="2"|Item Class
|colspan="4"|Middle Headgear
|colspan="4"|Middle Headgear
|-
|-
!colspan="2|Weight
!colspan="2"|Weight
|colspan="4"|5
|colspan="4"|5
|-
|-
Line 41: Line 27:
|colspan="4"|3
|colspan="4"|3
|-
|-
!colspan="6"|Applicable Jobs
!colspan="2"|Applicable Jobs
|-
|colspan="4"|Every Job
|colspan="6"|
*Every Job
|-
!colspan="6"|Item Script
|-
|-
|colspan="6"|
<pre>
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);
}
}
</pre>
|}
|}

Latest revision as of 15:03, 20 June 2022

King Martin
Generic
King Martin
Generic
Description 3D Glasses [17093]

A pair of glasses with multi-colored lenses.

Enables you to see Hidden Enemies.
MATK + 5% + (Refine Rate / 2)%​.

How to Obtain
Item Class Middle Headgear
Weight 5
Slots 1
Defense 3
Applicable Jobs Every Job