ID #310145
Card
Automatic Orb(Crimson Strain)
Buy Price: N/A
Sell Price: N/A
Increases damage of Crimson Rock and Earth Strain by 15%.
_______________________
Refine Level +9:
Increases damage of Crimson Rock and Earth Strain by additional 3%.
_______________________
Refine Level +11:
Increases damage of Crimson Rock and Earth Strain by additional 7%.
_______________________
Refine Level +9:
Increases damage of Crimson Rock and Earth Strain by additional 3%.
_______________________
Refine Level +11:
Increases damage of Crimson Rock and Earth Strain by additional 7%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"WL_EARTHSTRAIN",15; bonus2 bSkillAtk,"WL_CRIMSONROCK",15; if (.@r>=9) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",3; bonus2 bSkillAtk,"WL_CRIMSONROCK",3; if (.@r>=11) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",7; bonus2 bSkillAtk,"WL_CRIMSONROCK",7; } }
.@r = getrefine();
bonus2 bSkillAtk,"WL_EARTHSTRAIN",15;
bonus2 bSkillAtk,"WL_CRIMSONROCK",15;
if (.@r>=9) {
bonus2 bSkillAtk,"WL_EARTHSTRAIN",3;
bonus2 bSkillAtk,"WL_CRIMSONROCK",3;
if (.@r>=11) {
bonus2 bSkillAtk,"WL_EARTHSTRAIN",7;
bonus2 bSkillAtk,"WL_CRIMSONROCK",7;
}
}