.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Increases damage of Noon Blast by 5%. [Bonus by Weapon Grade] [Grade D]: Damage of Noon Blast +3%. [Grade C]: Physical Damage against enemies of every size +10%. [Grade B]: Damage of Noon Blast +4%. [Grade A]: Damage of Noon Blast +6%. [iRO Description] Noon Blast damage increased by 5%. [Grade Bonus] [Grade D] Noon Blast damage increases by additional 3%. [Grade C] Increase physical damage against all size enemies by 10%. [Grade B] Noon Blast damage increases by additional 4%. [Grade A] Noon Blast damage increases by additional 6%. |
|---|---|
| Item Script |
expand to view script{ .@g = getenchantgrade(); bonus2 bSkillAtk,"SKE_NOON_BLAST",5; if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SKE_NOON_BLAST",3; if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"SKE_NOON_BLAST",4; if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"SKE_NOON_BLAST",6; } } } } },{},{} |
| Dropped By | No Result |


