Loli Ruri Card
| Item ID | 4191 | Name | Loli Ruri Card |
|
Random chance to auto-cast Level 3 Heal on wearer when receiving physical damage.
_______________________ When equipped with Parasite Card, Miyabi Doll Card, Evil Nymph, Harpy Card and Bloody Butterfly Card: MaxHP +500 DEF +5 MDEF +5 Increases damage of Cold Bolt, Fire Bolt and Lightning Bolt by 10%. When equipped by Mage classes: MATK +3% Decreases Variable Casting Time by 15%. _______________________ Type: Card Compound on: Armor Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Loli_Ruri_Card | ||
| Attack | 0 | Type | Card | ||
| MATK | 0 | Equip Locations | Armor | ||
| Defense | 0 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 0 | Equip Upper | None | ||
| Weight | 1 | Min Equip Level | None | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; |
||||
| Set | Script | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bMaxHP,500;
bonus bDef,5;
bonus bMdef,5;
bonus2 bSkillAtk,"MG_COLDBOLT",10;
bonus2 bSkillAtk,"MG_FIREBOLT",10;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10;
if (BaseClass == Job_Mage) {
bonus bMatkRate,3;
bonus bVariableCastrate,-15;
}
|
||||||||||||
|
.@r = getequiprefinerycnt(EQI_ARMOR);
if (.@r == 5) {
bonus bDefEle,Ele_Earth;
}
else if (.@r == 6) {
bonus bDefEle,Ele_Water;
}
else if (.@r == 7) {
bonus bDefEle,Ele_Wind;
}
else if (.@r == 8) {
bonus bDefEle,Ele_Fire;
}
else if (.@r == 9) {
bonus bDefEle,Ele_Dark;
}
else if (.@r >= 10) {
bonus bDefEle,Ele_Holy;
}
|
Loli Ruri Card Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 2774 | Swift Loli Ruri | 0.05% | No | 109 | Demon | Level 4 Dark | |
| 1505 | Loli Ruri | 0.01% | No | 109 | Demon | Level 4 Dark |