Please rotate your device to Portrait for the best experience.

Char: Online Login: Online Map: Online Online: 35
Join to our Community

Book of the Red Moon Item ID# 540115 (Book_Of_Crimson_M)

Item ID 540115 For Sale No
Identifier Book_Of_Crimson_M Credit Price Not For Sale
Name Book of the Red Moon Type Weapon - Book
NPC Buy 0 Weight 240
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 260 Min Equip Level 265
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Star Gladiator
Equip Gender Both (Male and Female)
Trade restriction Can't be dropped / Can't be traded with player / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
Description A book about a crimson moon discovered in another dimension.
It contains information about moonlight with an ominous aura.
_______________________
Increases damage of Sky Moon by 20%.
_______________________
For each 3 Refine Levels:
ATK +25, ATK +1%.
Increases damage of Sky Moon by additional 5%.
_______________________
Refine Level +7:
Decreases Variable Casting Time by 10%.
Increases Normal Physical Damage by 15%.
_______________________
Refine Level +9:
Increases damage of Sky Moon by additional 20%.
_______________________
Refine Level +12:
Increases Melee Physical Damage by 10%.

If the Weapon's Grade is A or higher:
When Dawn Break Level 5 or higher is learned:
Casting Enchanting Sky grants additional effects for 150 seconds.
_______________________
[Additional Effects]
Increases Normal Physical Damage by additional 15%.
When casting Sky Moon, it auto-casts Level 5 Dawn Break.
When casting Dawn Break, it auto-casts Level 5 Midnight Kick.

For each Refine Level:
Increases damage of Midnight Kick and Dawn Break by 4%.
_______________________
[Bonus by Grade]
[Grade D]: Normal Physical Damage +10%.
[Grade C]: Damage of Sky Moon +15%.
[Grade B]: Variable Casting Time -5%, Melee Physical Damage +15%.
[Grade A]: P.ATK +15, Refine Level +12: Sky Moon skill cooldown -0.3 seconds.
_______________________
Type: Book
Attack: 260
Weight: 240
Weapon Level: 5
_______________________
Requirement:
Base Level 265
Sky Emperor
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus2

8 bSkillAtk,"SKE_SKY_MOON",20+5*(.@r/3);

9 bonus

10 bAtkRate,(.@r/3);

11 bonus

12 bBaseAtk,25*(.@r/3);

13 if

14 (.@r

15 =7)

16 {

17 bonus

18 bNonCritAtkRate,15;

19 bonus

20 bVariableCastrate,-10;

21 if

22 (.@r

23 =9)

24 {

25 bonus2

26 bSkillAtk,"SKE_SKY_MOON",20;

27 if

28 (.@r

29 =12)

30 {

31 bonus

32 bShortAtkRate,10;

33 if

34 (getskilllv("SKE_MIDNIGHT_KICK")

35 =5

36 &&

37 getskilllv("SKE_DAWN_BREAK")

38 =5)

39 {

40 autobonus3

41 "{

42 .@r

43 =

44 getrefine();

45 bonus

46 bNonCritAtkRate,15;

47 bonus2

48 bSkillAtk,\"SKE_MIDNIGHT_KICK\",4*.@r;

49 bonus2

50 bSkillAtk,\"SKE_DAWN_BREAK\",4*.@r;

51 bonus4

52 bAutoSpellOnSkill,\"SKE_SKY_MOON\",\"SKE_DAWN_BREAK\",5,1000;

53 bonus4

54 bAutoSpellOnSkill,\"SKE_DAWN_BREAK\",\"SKE_MIDNIGHT_KICK\",5,1000;

55 }",1000,150000,"SKE_ENCHANTING_SKY";

56 }

57 }

58 }

59 }

60 if

61 (.@g

62 =ENCHANTGRADE_D)

63 {

64 bonus

65 bNonCritAtkRate,10;

66 if

67 (.@g

68 =ENCHANTGRADE_C)

69 {

70 bonus2

71 bSkillAtk,"SKE_SKY_MOON",15;

72 if

73 (.@g

74 =ENCHANTGRADE_B)

75 {

76 bonus

77 bShortAtkRate,15;

78 bonus

79 bVariableCastrate,-5;

80 if

81 (.@g

82 =ENCHANTGRADE_A)

83 {

84 bonus

85 bPAtk,15;

86 if

87 (.@r

88 =12)

89 {

90 bonus2

91 bSkillCooldown,"SKE_SKY_MOON",-300;

92 }

93 }

94 }

95 }

96 }

Equip Script None
Unequip Script None