
RENEWAL / ITEMS
Suspicious Iwin Soldier Card
#300461Card
Fake_Iwin_S_Card
TypeCard
Card placementWeapon
Weight1
Buy price0 z
Sell price0 z
Card illustration
Description
ATK + 40.
------------------------
Increases Melee physical damage by 5%.
------------------------
When refine level is +10 or higher, increases Melee physical damage by 5%.
------------------------
When Weapon level is 5, increases Melee physical damage by 10%.
------------------------
Set Bonus:
Suspicious Iwin Soldier Card
Jormungandr Cult Bishop Card
Increases Melee physical damage by 15%.
------------------------
Class : Card
Compound on : Weapon
Weight : 1
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Weapon
- Trade
Item effect script
bonus bShortAtkRate,5;
bonus bBaseAtk,40;
if (getrefine()>=10) {
bonus bShortAtkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
bonus bShortAtkRate,10;
}
}