ID #313094
Card
Forest Magic Orb (Size Attack)
Buy Price: N/A
Sell Price: N/A
Increases Physical Damage against enemies of every size by 5%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of every size by additional 3%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of every size by additional 2%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by additional 10%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of every size by additional 3%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of every size by additional 2%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of every size by additional 10%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bAddSize,Size_All,5; if (.@r>=7) { bonus2 bAddSize,Size_All,3; if (.@r>=9) { bonus2 bAddSize,Size_All,2; if (.@r>=11) { bonus2 bAddSize,Size_All,10; } } }
.@r = getrefine();
bonus2 bAddSize,Size_All,5;
if (.@r>=7) {
bonus2 bAddSize,Size_All,3;
if (.@r>=9) {
bonus2 bAddSize,Size_All,2;
if (.@r>=11) {
bonus2 bAddSize,Size_All,10;
}
}
}