Aliza Card: Difference between revisions
From Revival Ragnarok Online
777oonlight (talk | contribs) mNo edit summary |
777oonlight (talk | contribs) mNo edit summary |
||
Line 13: | Line 13: | ||
*<font color="#008800">[Dancer, Gypsy]</font> | *<font color="#008800">[Dancer, Gypsy]</font> | ||
**Auto cast chance increases to 10%. | **Auto cast chance increases to 10%. | ||
|eirDrop = *{{MonsterLink |id= | |eirDrop = *{{MonsterLink |id=4400 |name=Aliza}} - 0.03% | ||
|lokiDrop = *{{MonsterLink |id= | |lokiDrop = *{{MonsterLink |id=4400 |name=Aliza}} - 0.20% | ||
|tyrDrop = *{{MonsterLink |id= | |tyrDrop = *{{MonsterLink |id=4400 |name=Aliza}} - 0.02% | ||
|script = '''Eir / Tyr: ''' | |script = '''Eir / Tyr: ''' | ||
*{ bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99)); },{},{} | *{ bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99)); },{},{} |
Revision as of 07:43, 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
- Add a 5% chance of auto casting Wink of Charm on an enemy when the user receives Physical Damage.
- [Dancer, Gypsy]
- Auto cast chance increases to 10%.
Changes Made To This Item
Loki:
- Only work for Dancers/Gypsies.
- Add a chance of autocasting Charming Wink each time the wearer is physically attacked.
- [Dancer, Gypsy]
- Auto cast chance increases to 10%.
How To Obtain This Item
Eir
- Aliza - 0.03%
Loki
- Aliza - 0.20%
Tyr
- Aliza - 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));} },{},{}