Skip to content

Jesusalva's Birthday Patch

Jesusalva Jesusalva requested to merge jesusalva/wands into master

This causes wands, defined as W_STAFF (2H) or W_BOOK (1H, not planned AFAIK) to use MATK instead of ATK.

This probably doesn't affect base attack calculations, which are carried using STR.

These basic magic attacks have a few quirks:

  • Physical Defense will absorb them (needed)
  • Can be evaded
  • Use no mana

Other quirks (eg. very slow) are defined in evol/serverdata .


This is still a hack, so it is causing extra calculations which are not needed.

Skills which are supposed to read Physical Attack should continue reading it even when using wands. (important)

I hope @gumiko or someone else out of free will and care for server resources move this code from the post-hook to a pre-hook to prevent it from calculating the same stuff twice.

That someone, however, is not me.

Untested

close evol-all#65

Merge request reports