Item Details

Alchemist Shadow Armor ( S_Alchemist_Armor )

ID 24272 Alchemist Shadow Armor
Alchemist Shadow Armor Buy Price: 10 zeny Sell Price: 5 zeny Weight: 0 Slots: Not specified
Type: Shadow Equipment item. Sub Type: Not specified Gender: Both Locations: Shadow Armor
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: 1 Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

Malha usada por baixo da armadura convencional.
--------------------------
HP máx. +10 por refino.
--------------------------
Alquimistas e evoluções:
ATQ +1 para cada nível aprendido de [Pesquisa de Poções].
A cada refino a partir do +7:
ATQ +1 adicional para cada nível aprendido de [Pesquisa de Poções].
--------------------------
Conjunto
Greva Sombria de Alquimista
Alquimistas e evoluções:
Habilita [Adrenalina Pura] nv.3.
--------------------------
Tipo: Equip. Sombrio
Posição: Malha
Peso: 0 Nv. mín.: 1
Classes: Todas

Shadow Armor yang dapat dipakai untuk mendapatkan efek defensif jika dipakai secara bersamaan. Bisa juga dipakai satuan, tapi hanya memiliki pertahanan yang kecil.
Meningkatkan ATK sesuai dengan level skill Learning Potion.
Jika tingkat tempa melebihi 6, tambahan peningkatan ATK sesuai dengan level skill Learning Potion.

Jika digunakan bersamaan dengan Alchemist Shadow Shoes,
Jika digunakan oleh Alchemist, dapat menggunakan skill Adrenaline Rush Lv 3.
Jenis : Shadow Equipment
Posisi : Armor Berat : 0
Lv Minimal : 1
Job : All Job

An armor worn on top of normal armor for additional defense. Can be equipped alone but the defense effect is insignificant.
Class: Shadow Armor
Weight: 0
Requires Level: 1
Usable By: All Jobs
Increases ATK based on the Learning Potion skill level.
When upgrade level is over +6:
For every upgrade level of Alchemist Shadow Armor, increases ATK based on the Learning Potion skill level.
Alchemist Shadow Shoes
When equipped by Alchemist, enables the use of Level 3 Adrenaline Rush.

Account Bound.
Shadow Armor that grants bonuses to the Alchemist's skills.
-------------
Increases Atk equal to level of[Potion Research] user learned.
[For each refine lv]
Max HP +10.
[For each refine lv above 6]
Increases Atk by formula[(1 + (refine rate - 6)) * level of[Potion Research] user learned].
-------------
Shadow Set
Sh. Alchemist Boots24259
Sh. Alchemist Armor24272
Enables use of[Adrenaline Rush] Lv 3.
-------------
Class: Shadow Equipment
Location: Armor
Defense: 0
Weight: 0
Required Lv.: 1
Job: Merchant Jobs

All

Not specified

Flags
Can be added to a player buying store? No
Summons monster? No
Is part of a container? No
Has unique stack? No
Binds on equip? No
Announces drop? No
Is consumed on use? Yes
Has drop effect? No
Stacking
Not specified
Usage
Not specified
Trade
Override Not specified
Can be dropped? Yes
Can be traded? Yes
Can be traded with partner? Yes
Can be sold to NPC? Yes
Can be placed in cart? Yes
Can be placed in storage? Yes
Can be placed in guild storage? Yes
Can be sent by mail? Yes
Can be put in auction? Yes
Delay
Not specified
.@r = getrefine();
bonus bMaxHP,.@r*10;
.@a = getskilllv("AM_LEARNINGPOTION");
.@r = max(.@r,6);
bonus bBaseAtk,.@a+((.@r-6)*.@a);
Script References
getrefine Command
getrefine
Signature:
getrefine()
Description:
function is called. This function is intended for use in item scripts.
bMaxHP Item Bonus
bMaxHP
Signature:
bonus bMaxHP,n;
Description:
MaxHP + n
getskilllv Command
getskilllv
Signature:
getskilllv(<skill id>)
getskilllv("<skill name>")
Description:
character has. If they don't have the skill, 0 will be returned. The full list of character skills is available in ''. There are two main uses for this function, it can check whether the character has a skill or not, and it can tell you if the level is high enough. Example 1: Example 2:
Example:
if (getskilllv(152))
mes "You have got the skill Throw Stone";
else
mes "You don't have Throw Stone";
close;
if (getskilllv(28) >= 5)
mes "Your heal lvl is 5 or more";
else if (getskilllv(28) == 10)
mes "Your heal lvl has been maxed";
else
mes "You heal skill is below lvl 5";
close;
bBaseAtk Item Bonus
bBaseAtk
Signature:
bonus bBaseAtk,n;
Description:
Basic attack power + n
Not specified
Script References

No documented script references were detected.

Not specified
Script References

No documented script references were detected.

Not specified

Not specified

Item Group Sub Group Random Option Group Details
CLASS_SHADOW_BOX_ARMOR 1 Class Shadow Box Armor Details

Not specified

Not specified

Not specified

Not specified