====== Archangeling Card (4241) ====== \\ | **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) | ^ ^ | 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 === * [[http://ratemyserver.net/index.php?all_mob_select=%23&mob_id=1388&mob_name=&element=-1&race=-1&size=-1&mlvsn=0&mlv=&mlv2=&bxpsn=0&exp=&exp2=&jxpsn=0&jexp=&jexp2=&flee=&dr=95&hit=&hr=100&rgc=0&immu=0&mvp=0&minib=0&aggr=0&assi=0&sense=0&det=0&natk=0&immo=0&chcha=0&loot=0&chtar=0&plt=0&sort_r=0&sort_o=0&page=mob_db&f=1&mob_search=Search|Archangeling]] - 0.03% === Loki === * [[http://ratemyserver.net/index.php?all_mob_select=%23&mob_id=1388&mob_name=&element=-1&race=-1&size=-1&mlvsn=0&mlv=&mlv2=&bxpsn=0&exp=&exp2=&jxpsn=0&jexp=&jexp2=&flee=&dr=95&hit=&hr=100&rgc=0&immu=0&mvp=0&minib=0&aggr=0&assi=0&sense=0&det=0&natk=0&immo=0&chcha=0&loot=0&chtar=0&plt=0&sort_r=0&sort_o=0&page=mob_db&f=1&mob_search=Search|Archangeling]] - 0.20% * [[wiki:magic_card_album]] === Tyr === * [[http://ratemyserver.net/index.php?all_mob_select=%23&mob_id=1388&mob_name=&element=-1&race=-1&size=-1&mlvsn=0&mlv=&mlv2=&bxpsn=0&exp=&exp2=&jxpsn=0&jexp=&jexp2=&flee=&dr=95&hit=&hr=100&rgc=0&immu=0&mvp=0&minib=0&aggr=0&assi=0&sense=0&det=0&natk=0&immo=0&chcha=0&loot=0&chtar=0&plt=0&sort_r=0&sort_o=0&page=mob_db&f=1&mob_search=Search|Archangeling]] - 0.02% ===== 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; } },{},{}