ID #300559
Card
Liamette Card
Buy Price: N/A
Sell Price: N/A
ATK +8%.
_______________________
Refine Level +7:
Increases Physical Damage against monsters of Fish race by 12%.
_______________________
Refine Level +9:
Increases Physical Damage against monsters of Fish race by an additional 8%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
_______________________
Refine Level +7:
Increases Physical Damage against monsters of Fish race by 12%.
_______________________
Refine Level +9:
Increases Physical Damage against monsters of Fish race by an additional 8%.
_______________________
Type: Card
Compound on: Shoes
Weight: 1
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script .@r = getrefine(); bonus bAtkRate,8; if (.@r>=7) { bonus2 bAddRace,RC_Fish,12; if (.@r>=9) { bonus2 bAddRace,RC_Fish,8; } }
.@r = getrefine();
bonus bAtkRate,8;
if (.@r>=7) {
bonus2 bAddRace,RC_Fish,12;
if (.@r>=9) {
bonus2 bAddRace,RC_Fish,8;
}
}