goatcorp / Dalamud

FFXIV plugin framework and API
GNU Affero General Public License v3.0
1.11k stars 262 forks source link

Monk BeastChakra enum values need update #1906

Open diwo opened 1 week ago

diwo commented 1 week ago

BeastChakra enums currently are named incorrectly.

New values appear to be:

None => 0
OpoOpo => 1
Raptor => 2
Coeurl => 3
Evolutious commented 1 week ago

Keep in mind that SE stated that they changed which Beast Chakra you unlock per action with 7.0. It is likely the enums are fine but actions are just giving you a different beast chakra.

I would confirm though.

diwo commented 1 week ago

Here's an example of using Dragon Kick which should have granted an Opo-opo chakra

dk
Evolutious commented 1 week ago

I stand corrected. Guess I just adjusted my code around what was returning and didnt eve notice fully that it was actually wrong in the enum. Now gotta find someone to create and submit the PR ;)