ID #310164
Card
Automatic Orb(Moon Kick)
Buy Price: N/A
Sell Price: N/A
Increases damage of New Moon Kick and Full Moon Kick by 15%.
_______________________
Refine Level +9:
Increases damage of New Moon Kick and Full Moon Kick by additional 3%.
_______________________
Refine Level +11:
Increases damage of New Moon Kick and Full Moon Kick by additional 7%.
Increases Critical Damage by 5%.
_______________________
Refine Level +9:
Increases damage of New Moon Kick and Full Moon Kick by additional 3%.
_______________________
Refine Level +11:
Increases damage of New Moon Kick and Full Moon Kick by additional 7%.
Increases Critical Damage by 5%.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; if (.@r>=9) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",3; bonus2 bSkillAtk,"SJ_NEWMOONKICK",3; if (.@r>=11) { bonus bCritAtkRate,5; bonus2 bSkillAtk,"SJ_FULLMOONKICK",7; bonus2 bSkillAtk,"SJ_NEWMOONKICK",7; } }
.@r = getrefine();
bonus2 bSkillAtk,"SJ_FULLMOONKICK",15;
bonus2 bSkillAtk,"SJ_NEWMOONKICK",15;
if (.@r>=9) {
bonus2 bSkillAtk,"SJ_FULLMOONKICK",3;
bonus2 bSkillAtk,"SJ_NEWMOONKICK",3;
if (.@r>=11) {
bonus bCritAtkRate,5;
bonus2 bSkillAtk,"SJ_FULLMOONKICK",7;
bonus2 bSkillAtk,"SJ_NEWMOONKICK",7;
}
}