Aliza Card: Difference between revisions

From Revival Ragnarok Online
(Creating a template for the new effect of cards regrading June 4, 2024 Patch Note.)
 
No edit summary
Line 1: Line 1:
{{Cards}}
{{Template:ChangedCards
|image = [[Image:AmonRaCard.jpg]]
|cardName= Amon Ra Card
|cardId= 4236
|cardSuffix= Protective
|cardEqp= Footgear
|cardDesc= *All Stats +1
*Add a 3% chance of auto casting Level 10 [[Kyrie Eleison]] on the user when the user receives Physical Damage.
*<font color="#008800">If [Base Intelligence >= 99]</font>
**Add a chance of auto casting Level 10 [[Kyrie Eleison]] is increased to 10%
|cardOther= '''Loki:'''
*All Stats +3
*<font color="#008800">[Base Intelligence = 255]</font>
**Add a chance of auto casting Level 10 [[Kyrie Eleison]] is increased to 10%.
**The percentage increase of [[Kyrie Eleison]] is scaled. For example, 177 [[INT]] = 6.5% to auto cast, etc.
|eirDrop = *{{MonsterLink |id=1511 |name=Amon Ra}} - 0.03%
|lokiDrop = *{{MonsterLink |id=1511 |name=Amon Ra}} - 0.20%
|tyrDrop = *{{MonsterLink |id=1511 |name=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));} },{},{}
}}

Revision as of 07:30, 27 June 2024


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.
Aliza Card
File:AmonRaCard.jpg
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 Kyrie Eleison on the user when the user receives Physical Damage.
  • If [Base Intelligence >= 99]
    • Add a chance of auto casting Level 10 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 Kyrie Eleison is increased to 10%.
    • The percentage increase of Kyrie Eleison is scaled. For example, 177 INT = 6.5% to auto cast, etc.

How To Obtain This Item

Eir

Loki

Tyr

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