Shining Seaweed Card

Item ID 300360 Name Shining Seaweed Card
ATK +10, P.ATK +1
_______________________
Increases Melee Physical Damage with by 3%.
Increases SP Consumption by 7%.
_______________________
Refine Level +9:
Increases Melee Physical Damage with by additional 2%.
_______________________
Refine Level +11:
Decreases Variable Casting Time by 5%.
_______________________
Type: Card
Compound on: Headgear
Weight: 1
Weapon Level 0 Identifier Shining_Seaweed_Card
Attack 0 Type Card
MATK 0 Equip Locations Upper/Mid/Lower Headgear
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 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
bonus bBaseAtk,10;
bonus bPAtk,1;
bonus bShortAtkRate,3;
bonus bUseSPrate,7;
.@r = getrefine();
if (.@r >= 9) {
  bonus bShortAtkRate,2;
}
if (.@r >= 11) {
  bonus bVariableCastrate,-5;
}

Set Script
Unfrost Flower Card
Shining Seaweed Card
bonus bAtkRate,10;