Basic Info

Name 480030 Giant Snake Skin (Creator)[1]
Item ID 480030 - FaceWorm_Skin_CR
Type Armor
480030
The scalp of a Face Worm that was once called Jormungand's reincarnate.
_
MaxSP + 70
_
For every 2 refines, ATK + 10, MaxHP + 100, MaxSP + 10.
For every 3 refines, ASPD + 2%, [Acid Demonstration] damage + 3%.
If +7 or higher, physical damage to all Sizes + 5%, [Acid Terror] damage + 10%, [Acid Demonstration] damage + 10%.
_
When equipped with Giant Snake Breath, MaxHP + 10%, MaxSP + 5%,
For every 30 Base STR, ATK + 6,
For every 30 Base VIT, MaxHP + 200,
For every 30 Base AGI, ASPD + 3%.
_
Class: Garment Defense: 38
Weight: 40
Required Level: 110
Jobs: Alchemist classes

Details

Weight 40
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Garment

Stats

Range 0
Defense 38
Attack 0
Magical Attack 0
Weapon Level 0
Slots 1

Restrictions

Level Range 110 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Alchemist
Gender Any

Scripts

Use Script
bonus(bBaseAtk,10 * (getrefine()/2)); bonus(bMaxHP, 100 * (getrefine()/2)); bonus(bMaxSP, 70 + 10 * (getrefine()/2)); bonus(bAspdRate, 2 * (getrefine()/3)); bonus2(bSkillAtk, CR_ACIDDEMONSTRATION, 3 * (getrefine()/3)); if (getrefine() >= 7) { bonus2(bAddSize, Size_Small, 5); bonus2(bAddSize, Size_Medium, 5); bonus2(bAddSize, Size_Large, 5); bonus2(bSkillAtk, AM_ACIDTERROR, 10); bonus2(bSkillAtk, CR_ACIDDEMONSTRATION, 10); }
Equip Script
None
Unequip Script
None