====== Amon Ra Card (4236) ====== \\ | **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.** | | Amon Ra Card (4236) | ^ ^ | ID: | 4236 | | Tradable: | Yes | | Storage-able: | Yes | | Vendable: | Yes | | Compounded On: | Footgear | | Pre / Suffix: | Protective | ===== Card Description ===== * All Stats +1 * Add a 3% chance of auto casting Level 10 [[wiki:kyrie_eleison]] on the user when the user receives Physical Damage. * If [Base Intelligence >= 99] * Add a chance of auto casting Level 10 [[wiki:kyrie_eleison]] is increased to 10% ===== Changes Made To This Item ===== **Loki:** * All Stats +3 * [Base Intelligence = 255] * Add a chance of auto casting Level 10 [[wiki:kyrie_eleison]] is increased to 10%. * The percentage increase of [[wiki:kyrie_eleison]] is scaled. For example, 177 [[wiki:int]] = 6.5% to auto cast, etc. ===== How To Obtain This Item ===== === Eir === * [[http://ratemyserver.net/index.php?all_mob_select=%23&mob_id=1511&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|Amon Ra]] - 0.03% === Loki === * [[http://ratemyserver.net/index.php?all_mob_select=%23&mob_id=1511&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|Amon Ra]] - 0.20% === Tyr === * [[http://ratemyserver.net/index.php?all_mob_select=%23&mob_id=1511&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|Amon Ra]] - 0.02% ===== Script ===== **Eir / Tyr: ** * { bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99)); },{},{} **Loki: ** * {bonus bAllStats,3; if (readparam(bInt) <= 99) {bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,30;} if (readparam(bInt) > 99) {bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*((readparam(bInt)-99)/175));} },{},{}