
RENEWAL / ITEMS
Inquisitor Soul (Faith)
#312220Card
IQ_Soul_FT
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increase Second Faith and Third Punishment damage by 2%.
------------------------
For every 2 refine level, increase Second Faith and Third Punishment damage by additional 1%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bSkillAtk,"IQ_THIRD_PUNISH",2+(.@r/2);
bonus2 bSkillAtk,"IQ_SECOND_FAITH",2+(.@r/2);