Viewing Item (Costume Beginner Cap) Ragnarok: Project Zero Control Panel
Basic Info
Name | Costume Beginner Cap |
---|---|
Item ID |
20307
-
C_Beginner_Cap
|
Type | Armor |
A costume awarded to adventurer who barely start his adventure.
HIT +30
MaxHP +1000
MaxSP +200
Variable cast time -10%.
Increase restoration amount of Novice Potion by 50%.
Increase healing power by 150%.
Every 10 base level increment:
HIT -3
variable cast time +1%
MaxHP -100, MaxSP -20
Healing power -10%,
Increase healing received and restoration items by 10%.
Cannot be traded.
Class: Costume
Location: Upper
Weight: 0
Level Requirement: 1
Jobs: All classes
HIT +30
MaxHP +1000
MaxSP +200
Variable cast time -10%.
Increase restoration amount of Novice Potion by 50%.
Increase healing power by 150%.
Every 10 base level increment:
HIT -3
variable cast time +1%
MaxHP -100, MaxSP -20
Healing power -10%,
Increase healing received and restoration items by 10%.
Cannot be traded.
Class: Costume
Location: Upper
Weight: 0
Level Requirement: 1
Jobs: All classes
Details
Weight | 0 |
---|---|
NPC Buy | 0 z |
NPC Sell | 0 z |
Refineable | Yes |
Equip Locations | Costume Low Headgear |
Stats
Range | 0 |
---|---|
Defense | 0 |
Attack | 0 |
Magical Attack | 0 |
Weapon Level | 0 |
Slots | 0 |
Restrictions
Level Range | Any |
---|---|
Usage | None |
Trade | None |
Job Class Types | Normal / Upper / Baby |
Job Classes | All Jobs |
Gender | Any |
Scripts
Use Script |
---|
if(BaseLevel<100) { bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); } |
Equip Script |
None |
Unequip Script |
None |