Feeling of Love
| Item ID | 420005 | Name | Feeling of Love |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Love_Feeling_TW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Lower Headgear | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 30 | Min Equip Level | 1 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned | ||
| Item Script |
autobonus "{ bonus2 bHPRegenRate,400,1000; bonus2 bSPRegenRate,80,1000; }",10,10000,BF_MAGIC;
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@a = (readparam(bStr)+readparam(bLuk))/120; .@b = (readparam(bAgi)+readparam(bVit))/120; .@c = (readparam(bInt)+readparam(bDex))/120; bonus bAtkRate,.@a; bonus bCritical,5*.@a; bonus bCritAtkRate,2*.@a; bonus bMaxHPrate,2*.@b; bonus bAspdRate,2*.@b; bonus bMatk,15*.@c; bonus bFixedCastrate,-5*.@c; bonus bHealPower,10*.@c; |