
RENEWAL / ITEMS
Venus Armor [1]
#15365Armor
Vinus_Armor_TW
TypeArmor
Equipment positionArmor
GenderBoth
Weight30
Buy price0 z
Sell price0 z
Slots1
Required level100
Armor level1
Description
An armor modeled after one of the twelve legendary pantheon.
You can feel Venus divine power coming from it.
------------------------
For every level of Heal learned, reduce long-range physical damage taken by 1%, MHP + 1%.
------------------------
For every 4 refine level, INT + 2, MDEF + 7.
------------------------
When refined to +12 or higher,
Reduce Clearance and Silentium cooldown by 5 seconds.
Reduce Crescent Elbow cooldown by 3 seconds.
------------------------
Set Bonus:
Venus Feather Armor [1]
Firelock Soldier Card
Reduce damage taken from all race enemies (including Player) by 5%.
------------------------
Set Bonus:
Venus Feather Armor [1]
Lady Tanee Card
ATK + 50.
Increase physical and magic damage against Boss class enemies by 25%.
------------------------
Type : Armor
Def : 0
Weight : 30
Required Level : 100
Class : 3rd Acolyte Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Monk
- Yes
- Priest
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
.@lvl = getskilllv("AL_HEAL");
bonus bMaxHPrate,.@lvl;
bonus bLongAtkDef,.@lvl;
bonus bInt,2*(.@r/4);
bonus bMdef,7*(.@r/4);
if (.@r>=12) {
bonus2 bSkillCooldown,"AB_CLEARANCE",-5000;
bonus2 bSkillCooldown,"AB_SILENTIUM",-5000;
bonus2 bSkillCooldown,"SR_CRESCENTELBOW",-3000;
}