
RENEWAL / ITEMS
Talisman of Red Blue Shadow Pendant
#1270044Shadow Gear
S_SOA_TS_Pendant
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Shadow Gear
- Equipment position
- Shadow left accessory
- Gender
- Both
- Required level
- 200+
- Jobs
- Soul Linker
- Class tiers
- Fourth
- Refineable
- Yes
- Trading & storage
- No restrictions
Talisman of Red Blue Shadow Pendant description & effects
A holy pendant said to protect its wearer. It draws out the wearer's latent abilities.
Damage of Talisman of Blue Dragon increased by 8%.
------------------------
For every 2 Refine Levels, MATK + 7.
------------------------
For every 3 Refine Levels, Damage of Talisman of Blue Dragon additionally increased by 2%.
------------------------
Type: Shadow Equipment
Location: Pendant
Weight: 0
Required Level: 200
Class: Soul Ascetic
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",8+2*(.@r/3);
bonus bMatk,7*(.@r/2);
Equipment sets
Set 1
Set effect
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_L);
bonus2 bMagicAddEle,Ele_All,3;
bonus bSMatk,2;
if (.@sum>=27) {
bonus2 bIgnoreMResRaceRate,RC_All,10;
bonus2 bIgnoreMResRaceRate,RC_Player_Human,-10;
bonus2 bIgnoreMResRaceRate,RC_Player_Doram,-10;
}
Set 2
Set effect
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L);
bonus bSMatk,2;
bonus bMatkRate,2;
if (.@sum>=15) {
bonus2 bMagicAddSize,Size_All,7;
if (.@sum>=18) {
bonus2 bIgnoreMdefRaceRate,RC_All,50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-50;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-50;
}
}


