
RENEWAL / ITEMS
Four of a Kind [1]
#450226Armor
Four_of_a_kind
Item stats
- DEF
- 100
- Slots
- 1
- Weight
- 100
- Armor level
- 1
- Buy price
- 0 z
- Sell price
- 0 z
Equipment & requirements
- Type
- Armor
- Equipment position
- Armor
- Gender
- Both
- Required level
- 100+
Four of a Kind description & effects
A masterpiece of the magician guild.
The power of fire resides in clovers, water in hearts, wind in spades, and earth in diamonds.
------------------------
MHP + 10% , MSP + 10%
------------------------
When learned Comet lv 5, reduce Tetra Vortex fixed casting time by 100%.
------------------------
For every level of Tetra Vortex learned, increase magic damage against all race monsters (except players) by 7%.
------------------------
For every level of Radius learned, INT + 10, MATK + 50.
------------------------
When refined to +10 or higher, MDEF + 25.
------------------------
When refined to +11 or higher, additional MDEF + 25.
------------------------
When refined to +12 or higher,
Increase fire, water, wind, earth, and neutral property magic damage by 15%.
Armor will be indestructible.
------------------------
Type : Armor
Def : 100
Weight : 100
Required Level : 100
Class : All Jobs
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bInt,10*getskilllv("WL_RADIUS");
bonus bMatk,50*getskilllv("WL_RADIUS");
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus2 bMagicAddRace,RC_All,7*getskilllv("WL_TETRAVORTEX");
if (getskilllv("WL_COMET") == 5) {
bonus2 bFixedCastrate,"WL_TETRAVORTEX",-100;
bonus2 bFixedCastrate,"WL_JACKFROST",-100;
}
if (.@r>=5)
bonus bMdef,25;
if (.@r>=7)
bonus bMdef,25;
if (.@r>=10) {
bonus2 bMagicAtkEle,Ele_Earth,15;
bonus2 bMagicAtkEle,Ele_Fire,15;
bonus2 bMagicAtkEle,Ele_Water,15;
bonus2 bMagicAtkEle,Ele_Wind,15;
bonus bUnbreakableArmor;
}


