ID #310134
Card
Automatic Orb(Cold Flare)
Buy Price: N/A
Sell Price: N/A
Increases damage of Cold Slower and Flame Launcher by 15%.
_______________________
Refine Level +9:
Increases damage of Cold Slower and Flame Launcher by additional 3%.
_______________________
Refine Level +11:
Increases damage of Cold Slower and Flame Launcher by additional 7%.
_______________________
Refine Level +9:
Increases damage of Cold Slower and Flame Launcher by additional 3%.
_______________________
Refine Level +11:
Increases damage of Cold Slower and Flame Launcher by additional 7%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"NC_FLAMELAUNCHER",15; bonus2 bSkillAtk,"NC_COLDSLOWER",15; if (.@r>=9) { bonus2 bSkillAtk,"NC_FLAMELAUNCHER",3; bonus2 bSkillAtk,"NC_COLDSLOWER",3; if (.@r>=11) { bonus2 bSkillAtk,"NC_FLAMELAUNCHER",7; bonus2 bSkillAtk,"NC_COLDSLOWER",7; } }
.@r = getrefine();
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",15;
bonus2 bSkillAtk,"NC_COLDSLOWER",15;
if (.@r>=9) {
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",3;
bonus2 bSkillAtk,"NC_COLDSLOWER",3;
if (.@r>=11) {
bonus2 bSkillAtk,"NC_FLAMELAUNCHER",7;
bonus2 bSkillAtk,"NC_COLDSLOWER",7;
}
}