ID #311062
Card
Severe Rainstorm Tuning Device
Buy Price: N/A
Sell Price: N/A
Increases damage of Severe Rainstorm by 5%.
Decreases Severe Rainstorm skillcooldown by 2 seconds.
_______________________
[Bonus by Weapon Grade]
[Grade D]: Damage of Severe Rainstorm +7%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Severe Rainstorm +8%.
[Grade A]: Damage of Severe Rainstorm +10%.
Decreases Severe Rainstorm skillcooldown by 2 seconds.
_______________________
[Bonus by Weapon Grade]
[Grade D]: Damage of Severe Rainstorm +7%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Damage of Severe Rainstorm +8%.
[Grade A]: Damage of Severe Rainstorm +10%.
Basic Information
Type
Card
Scripts
Script .@g = getenchantgrade(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5; bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",7; if (.@g >= ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",8; if (.@g >= ENCHANTGRADE_A) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10; } } } }
.@g = getenchantgrade();
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",5;
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
if (.@g >= ENCHANTGRADE_D) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",7;
if (.@g >= ENCHANTGRADE_C) {
bonus2 bAddSize,Size_All,10;
if (.@g >= ENCHANTGRADE_B) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",8;
if (.@g >= ENCHANTGRADE_A) {
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",10;
}
}
}
}