Archangeling Card (4241)

From Revival Ragnarok Online
Revision as of 10:49, 19 February 2012 by Sen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This item's information has been altered on one of the servers.
Please see the "Changes" section shown below to read details about this change.
Archangeling Card (4241)
File:ArchangelingCard.jpg
ID: 4241
Tradable: Yes
Storage-able: Yes
Vendable: Yes
Compounded On: Headgear
Pre / Suffix: Miraculous

Card Description

  • Maximum HP + 300
  • If [Base Luk >= 77]
    • Increase HP and SP Recovery by 100%.

Changes Made To This Item

Loki:

  • Base Luk must be >= 130 to receive the effect.
  • Maximum HP + 3000, instead of 300.

How To Obtain This Item

Eir

Loki

Tyr

Script

Eir / Tyr:
  • { bonus bMaxHP,300; if(readparam(bLuk)>=77) { bonus bHPrecovRate,100; bonus bSPrecovRate,100; } },{},{}

Loki:

  • {bonus bMaxHP,3000; if(readparam(bLuk)>=130) { bonus bHPrecovRate,100; bonus bSPrecovRate,100; } },{},{}