Geographer Card
| Item ID | 4280 | Name | Geographer Card |
|
Random chance to auto-cast Level 2 Blessing on the user when receiving physical damage.
Auto cast Level 10 Blessing instead, if Blessing is mastered. _______________________ When equipped with Rideword Card, Cookie Card, Fur Seal Card and Enchanted Peach Tree Card: VIT +10 Decreases Variable Casting Time by 10%. Decreases SP Consumption by 10%. When equipped by Acolyte classes: Decreases damage taken from Undead and Demon race by 30%. Increases experience gained from defeating Undead and Demon race by 5%. _______________________ Type: Card Compound on: Armor Weight: 1 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Geographer_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_BLESSING",2+8*(getskilllv("AL_BLESSING") == 10),30;
|
||||
| Set | Script | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
bonus bVit,10;
bonus bVariableCastrate,-10;
bonus bUseSPrate,-10;
if (BaseClass == Job_Acolyte) {
bonus2 bExpAddRace,RC_Undead,5;
bonus2 bExpAddRace,RC_Demon,5;
bonus2 bSubRace,RC_Undead,30;
bonus2 bSubRace,RC_Demon,30;
}
|
||||||||||
|
.@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;
}
|
Geographer Card Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 2825 | Solid Geographer | 0.05% | No | 73 | Plant | Level 3 Earth | |
| 2824 | Swift Geographer | 0.05% | No | 73 | Plant | Level 3 Earth | |
| 1368 | Geographer | 0.01% | No | 73 | Plant | Level 3 Earth |