LUDevNet / ParadoxServer

Server-side component of LU-Explorer
https://lu-dev.net/lu-explorer
4 stars 3 forks source link

OverTime behavior `action` is skill ID #16

Open Xiphoseer opened 2 years ago

Xiphoseer commented 2 years ago

LUDevNet/lu-explorer#106

The match_action_key currently always considers action to be a behavior ID, which is not true for Over Time (12) behaviors. We may need to pass the behaviorType as well and special-case that.

cf. https://github.com/LUDevNet/ParadoxServer/blob/8d8bc220b1dba9ffd4ebebde8adc62a8b09cd49b/src/api/rev/data.rs#L207-L215

https://github.com/LUDevNet/ParadoxServer/blob/914225d5bd350085a75aff4a670ca2723af9d3de/src/data/skill_system.rs#L16-L20