Rebalance Meister 20221221 (#8076)

Axe Stomp
- Increases SP consumption from 74 to 85 based on level 5.
- Increases base damage from 4600%Atk to 5150%Atk per hit based on level 5.

Mighty Smash, Spark Blaster  and Triple Laser are already up-to-date
This commit is contained in:
Atemo 2024-01-02 20:39:49 +01:00 committed by GitHub
parent 2121aa2ed7
commit ff90feaf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -38226,15 +38226,15 @@ Body:
Requires: Requires:
SpCost: SpCost:
- Level: 1 - Level: 1
Amount: 46 Amount: 45
- Level: 2 - Level: 2
Amount: 53 Amount: 55
- Level: 3 - Level: 3
Amount: 60 Amount: 65
- Level: 4 - Level: 4
Amount: 67 Amount: 75
- Level: 5 - Level: 5
Amount: 74 Amount: 85
Weapon: Weapon:
1hAxe: true 1hAxe: true
2hAxe: true 2hAxe: true

View File

@ -5572,7 +5572,7 @@ static int battle_calc_attack_skill_ratio(struct Damage* wd, struct block_list *
RE_LVL_DMOD(100); RE_LVL_DMOD(100);
break; break;
case MT_AXE_STOMP: case MT_AXE_STOMP:
skillratio += -100 + 350 + 850 * skill_lv + 5 * sstatus->pow; skillratio += -100 + 400 + 950 * skill_lv + 5 * sstatus->pow;
RE_LVL_DMOD(100); RE_LVL_DMOD(100);
break; break;
case MT_MIGHTY_SMASH: case MT_MIGHTY_SMASH: