Confession Courage Crown
| Item ID | 400447 | Name | Confession Courage Crown |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Poenetentia_B_Crown | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Upper Headgear | ||
| Defense | 40 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 10 | Min Equip Level | 200 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
bonus bMdef,10;
bonus bBaseAtk,15*(.@r/2);
bonus bAtkRate,5*(.@r/3);
bonus2 bAddEle,Ele_All,3*(.@r/4);
bonus2 bMagicAddEle,Ele_All,3*(.@r/4);
if (.@r>=9) {
bonus bAspdRate,10;
if (.@r>=11) {
bonus2 bAddRace,RC_All,15;
if (.@r>=13) {
bonus2 bAddRace,RC_All,20;
bonus bFixedCast,-500;
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus bShortAtkRate,15; bonus2 bSkillAtk,"RK_STORMBLAST",8*(.@r/2); bonus2 bSkillAtk,"DK_STORMSLASH",8*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus bLongAtkRate,15; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",10*(.@r/2); bonus2 bSkillAtk,"DK_MADNESS_CRUSHER",10*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus bShortAtkRate,15; bonus2 bSkillAtk,"LG_OVERBRAND",10*(.@r/2); bonus2 bSkillAtk,"IG_OVERSLASH",10*(.@r/2); |
||||
|
.@r = getequiprefinerycnt(EQI_HAND_R); bonus bShortAtkRate,15; bonus bCritical,3*(.@r/2); bonus2 bSkillAtk,"CD_PETITIO",15*(.@r/2); |