Rebalance Biolo 2024-02-05 (#8138)

Explosive Powder
- Increases base damage from 3150%/3650%(Research Report)Atk to 3750%/4250%(Research Report)Atk per hit based on level 5.
This commit is contained in:
Atemo 2024-02-27 21:40:03 +01:00 committed by GitHub
parent e77513dc73
commit 9ed6ff829b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5740,7 +5740,7 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list *
RE_LVL_DMOD(100);
break;
case BO_EXPLOSIVE_POWDER:
skillratio += -100 + 400 + 550 * skill_lv;
skillratio += -100 + 500 + 650 * skill_lv;
skillratio += 5 * sstatus->pow;
if (sc && sc->getSCE(SC_RESEARCHREPORT))
skillratio += 100 * skill_lv;