Archangeling Card (4241)

From Revival Ragnarok Online (RagnaRevival)
Revision as of 04:23, 11 October 2013 by Sen (talk | contribs) (1 revision: Reloading)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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; } },{},{}