Book of Soyga
| Item ID | 19326 | Name | Book of Soyga |
|
A magic book with great information. The contents are only deciphered while placing the book upon your head.
_______________________ When equipped with Armeyer Dinze Card: Increases experience gained from defeating Fish race monsters by 5%. _______________________ When equipped with Anopheles Card: Increases experience gained from defeating Insect race monsters by 5%. _______________________ When equipped with Orc Archer Card: Increases experience gained from defeating Demi-Human race monsters by 5%. _______________________ When equipped with Grove Card: Increases experience gained from defeating Formless race monsters by 5%. _______________________ When equipped with Baroness of Retribution Card: Increases experience gained from defeating Angel race monsters by 5%. _______________________ When equipped with Stem Worm Card: Increases experience gained from defeating Brute race monsters by 5%. _______________________ When equipped with Cloud Hermit Card: Increases experience gained from defeating Plant race monsters by 5%. _______________________ When equipped with Dragon Egg Card: Increases experience gained from defeating Dragon race monsters by 5%. _______________________ When equipped with Wraith Card: Increases experience gained from defeating Undead race monsters by 5%. _______________________ When equipped with Raydric Archer Card: Increases experience gained from defeating Demon race monsters by 5%. _______________________ Refine Level +6: Increases experience gained of item set by 5%. _______________________ Refine Level +8: Increases experience gained of item set by 5%. _______________________ Type: Headgear Defense: 0 Position: Upper Weight: 100 Armor Level: 1 _______________________ Requirement: Base Level 80 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Book_of_Soyga | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 100 | Min Equip Level | 90 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None |
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Demon,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Demon,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Demon,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Undead,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Undead,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Undead,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Brute,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Brute,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Brute,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_DemiHuman,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_DemiHuman,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_DemiHuman,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Plant,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Plant,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Plant,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Insect,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Insect,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Insect,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Fish,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Fish,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Fish,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Formless,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Formless,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Formless,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Dragon,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Dragon,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Dragon,5;
|
||||
|
.@r = getequiprefinerycnt(EQI_HEAD_TOP);
bonus2 bExpAddRace,RC_Angel,5;
if (.@r >= 6)
bonus2 bExpAddRace,RC_Angel,5;
if (.@r >= 8)
bonus2 bExpAddRace,RC_Angel,5;
|