Skull Cap [1]
ID: 18539 · Skull_Cap
NPC Sell:
20z
· 24z with Barter 10
NPC Buy:
40z
Appearance
S
Head
Rendered live from the Payon Stories client data.
Item Info
| Type | Armor |
| Weight | 20 |
| Slots | 1 |
| DEF | 5 |
| Equip Level | 10 |
| Equip | Upper Headgear |
| NPC Buy | 40z |
| NPC Sell | 20z |
Description
A driver's cap with a menacing skull on the band.
Matk +2%
If refined to +5 or higher, adds an additional Matk +3%.
If refined to +7 or higher, adds an additional Matk +3%.
Special Effect:
If equipped in combination with Elven Ears[0], decreases the SP cost of skills by 3%.
If equipped in combination with Evil Bone Wand[0], each refine on the weapon adds Matk +1%. If the Bone Wand[0] is refined to +10, reduces cast time of skill by 10%.
If equipped in combination with Thorn Staff of Darkness[0], each refine on the weapon adds Matk +1%. If the Thorn Staff of Darkness[0] is refined to +10, reduces cast time of skills by 10%.
Class: Headgear
Defense: 0
Position: Upper
Weight: 40
Level Requirement: 10
Jobs: All
Script
On Equip:
bonus bMatkRate,2;
if(getrefine() >= 5) {
bonus bMatkRate,3;
}
if(getrefine() >= 7) {
bonus bMatkRate,3;
}
Combo (Bone_Wand + Skull_Cap):
bonus bMatk, 10 * getequiprefinerycnt(EQI_HAND_R);
bonus bCastrate, -10;
Combo (Thorn_Staff + Skull_Cap):
bonus bMatk, 10 * getequiprefinerycnt(EQI_HAND_R);
bonus bCastrate, -10;
Combo (Elven_Ears + Skull_Cap):
bonus bUseSPrate, -3;
Combo (Elven_Ears_ + Skull_Cap):
bonus bUseSPrate, -3;
No known monster drops for this item.
safe to sell
No recipe or quest asks for this.
An NPC pays 20z,
or 24z
with Barter 10 (+24%).
No record of one being vended, so that is what an NPC offers rather
than what it is worth.