1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 08:27:46 +00:00
sapphire/src/tools
Mimi 7bfd9538c9
[3.x] WIP: Initial Action and StatusEffect implementation (#958)
* Check statuses to determine valid lut entry

* Add duration field to statuses

* Rename buildEffects to make more sense

* Add basic generic handler for applying statuseffects

* Add more modifiers

* Add basic modifier impl for Chara

* Apply/remove modifiers for statuseffects

* Add some example statuses to lut

* Fix windows build error

* Don't clear tick effect

* Add status entry for Maim

* Apply status effects properly for self when having a target

* Fix hasStatusEffect to prevent duplicates

* Basic dot/hot ticks implemented

* Update HP on tick effects

* Apply effect to correct target

* Add method to simplify applying statuses to self

* Add job actions for warrior

* Add some actions and statuses for war

* Add even more modifiers

* Add statuseffect cost type

* Add option to not send statusremove order

* Change delModifier assert to return early instead

* Add option for scripts to enable the generic/lut handler

* Add enums for common action values

* fix indentation

* Fix modifier name for Defiance

* Remove status tick logging

* Move modifiers to statuseffect

* Add ParryPercent modifier

* Remove wrath when Defiance ends

* Apply modifiers in applyStatus

* Remove unused method

* Persistence for cross-class skills

* Add flags to StatusEffects

* Some exd struct fixes

* Some aoe work

* Add flags to lut

* Add missing changeclass

* Add SET_STATUS_ME to ActionIntegrity

* Improve offensive action check

* Add flag to overloaded applyStatusEffectSelf

* indentation fix

* Some calculation work

* Null-check ActionResultBuilder

---------

Co-authored-by: Lucy <44952533+Skyliegirl33@users.noreply.github.com>
Co-authored-by: Mordred <30826167+SapphireMordred@users.noreply.github.com>
2024-06-21 12:27:01 +10:00
..
action_parse [3.x] WIP: Initial Action and StatusEffect implementation (#958) 2024-06-21 12:27:01 +10:00
BattleNpcParserPs3 Remove Component namespace 2022-01-27 21:24:54 +01:00
custom_talk_parser Major rework of yield events. 2023-02-01 13:34:21 +01:00
discovery_parser Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
event_object_parser Fixed broken scripts 2022-02-16 22:18:55 +01:00
exd_common_gen Initial commit of Sapphire for FFXIV 3.0 "light rewrite" 2021-11-27 00:53:57 +01:00
exd_struct_gen Removed extra qualifier 2023-02-04 15:14:23 +01:00
exd_struct_test Remove Component namespace 2022-01-27 21:24:54 +01:00
mob_parse vs2019 support & dropping std::experimental::filesystem 2019-10-14 18:41:28 +11:00
nav_export warpmgr vfx; get threadcount for nav export; 2023-02-10 23:13:00 -03:00
pcb_reader Add missing includes for *nix 2023-01-20 06:54:51 +01:00
quest_parser quest parser improvements 2023-01-20 05:16:00 +00:00
questbattle_bruteforce start of new service locator impl 2020-03-01 11:58:25 +11:00
Script Ported dump vfs path script to 4.06 2017-09-10 23:52:50 +09:00
wiki_parse remove extra call; 2023-03-24 18:09:12 -03:00
CMakeLists.txt add wiki_parser; 2023-02-04 22:58:00 -03:00