Moon Starlight Booster Book, книга (Renewal)
Moon Starlight Booster Book (ML_B_BOOK) – оружие.

Can't be refined by normal means.
Atk + 2%.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases melee physical damage by 1% per each level of Kihop user learned.
If refine rate is 9 or higher, increases melee physical damage by additional 10%, increases Full Moon Kick, New Moon Kick and Falling Star damage by 25%.
If refine rate is 11 or higher, Atk + 10%, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Full Moon Kick, New Moon Kick and Falling Star damage by additional 15%.
Скрипт
.@r = getrefine(); bonus bAtkRate,2; bonus bBaseAtk,3*.@r; bonus bBaseAtk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bShortAtkRate,getskilllv("TK_POWER"); if (.@r>=9) { bonus bShortAtkRate,10; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",25; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",25; bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; bonus2 bSkillAtk,"SJ_NEWMOONKICK",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bAtkRate,10; if (.@r>=13) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK2",15; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15; bonus2 bSkillAtk,"SJ_NEWMOONKICK",15; } } } }