Commit graph

93 commits

Author SHA1 Message Date
WinterSolstice8
5c6523b3b7 [core] [lua] [sql] Rename Third Eye mod to match known use 2025-10-28 09:07:58 -06:00
MowFord
593565e512
Move familiar ability buffs to lua 2025-09-18 11:53:01 -05:00
Xaver-DaRed
181db8035b Implement Magic Critical Hit II 2025-09-12 21:45:43 +02:00
Xaver-DaRed
065776a2bb Add status effect resistances to database and hook them in core 2025-09-11 02:43:17 +02:00
WinterSolstice8
2300b00246 [core] [sql] Fix Ready recast merit, implement Stratagem jp gift 2025-08-28 19:56:56 -06:00
WinterSolstice8
3315f24ec0 [core] [lua] Add Moghancement Money
For whatever reason, it seems to be a kill bonus.
2025-08-18 17:42:44 -06:00
MowFord
3c25afbf82
Create mod for "Enhances Spur" or "Spur +X" 2025-08-01 09:27:36 -05:00
Xaver-DaRed
5006911495 Fix Obi behavior
Elemental Obis do not force penalties, just bonuses.
2025-06-30 16:17:51 +02:00
Will Buck
70fb1e37a5 Implement ENHANCES_MONSTER_CORRELATION 2025-05-07 21:07:25 -05:00
Will Buck
433b8b5b8b Implement ELEMENTAL_DEBUFF_EFFECT 2025-05-02 12:29:53 -05:00
Will Buck
dbfce02580 Add six new item mod IDs 2025-05-01 15:17:17 -05:00
Will Buck
c38309e2fd
Implement mods for elemental magic recast and blue magic recast (#7506)
* add ele recast, blu recast mods

Style fix in modifier.h

* Fix item mods IDs
2025-04-30 10:03:54 +01:00
Xaver-DaRed
bdf715ccb6 Simplify fTP from gear logic 2025-04-27 22:26:39 +02:00
Will Buck
add211f344 Implement circle ability potency mod 2025-04-23 22:59:41 -05:00
Will Buck
f4fd0a98d4 Implement 'COUNTER_DAMAGE' mod 2025-04-23 04:14:00 -05:00
Will Buck
d3e3e7cfe3 Implement 'Enhance Burst Affinity' 2025-04-21 23:15:36 -05:00
Xaver-DaRed
1bce68cba1 Implement elemental affinity properly and cleanup 2025-04-18 11:33:30 +02:00
Xaver-DaRed
432f019b9e Rename ELEMENTATT mods to ELEMENT_MAB
Prep work to code elemental affinities properly
2025-04-18 04:48:02 +02:00
Zach Toogood
d460f3db0e DRK: Refactor Absorb-STAT spells
Co-Authored-By: Xaver-DaRed <xaver.entropia@gmail.com>
2025-04-16 22:34:10 +01:00
Umeboshi
b6c1c94567 [core][lua] Hookup core parry checks to lua 2025-02-27 09:45:00 -08:00
Xaver-DaRed
709bd6b4b0 Strandardize Elemental "Damage Taken" modifier usage 2025-02-24 01:09:57 +01:00
Xaver-DaRed
eb9ec4c47c Add support for unusual despawn times 2025-02-15 18:44:33 +01:00
Xaver-DaRed
c4e1fef6be Rename ELEMENTACC modifiers to ELEMENT_MACC 2025-02-10 16:19:26 +01:00
Xaver-DaRed
86870e41ab [Digging] Implement Denim Pants+1 and Black Chocobo Suit effect 2025-02-09 22:46:45 +01:00
WinterSolstice8
3f15688615 Add comment to automaton skill mods
These automaton skill mods (especially magic) do not work properly if applied to the pet
2025-02-06 13:10:47 -07:00
WinterSolstice8
7408afa23b [core] [lua] Rename SNAP_SHOT to SNAPSHOT 2025-02-03 19:17:14 -07:00
Xaver-DaRed
3c3b5bc9ec Implement cardinal chant 2025-01-23 16:15:05 +01:00
WinterSolstice8
33ac36f76a [lua] [sql] Implement Bounty Shot 2025-01-22 16:03:45 -07:00
WinterSolstice8
a9515569c9 [core] [lua] Implement TH procs
https://www.bg-wiki.com/ffxi/Treasure_Hunter
2025-01-21 17:22:12 -07:00
Duke
17283b46c4 Implement follow-up attacks and adjust h2h round
Implement follow-up attacks; add to virtue weapons

add trailing comma to new type

add parenthesis to isMainHand condition

refactor attackround logic to remove redundant dynamic cast
2024-12-20 05:49:38 -06:00
WinterSolstice8
37011de429 [core] [lua] Add FOOD_HP and FOOD_MP mods 2024-12-06 19:36:28 -07:00
Xaver-DaRed
cc78593b46 Rename "Material loss" modifiers and fix usage accross code 2024-12-04 08:23:28 +01:00
Xaver-DaRed
6b14d84596 Add skill-specific HQ rate modifiers 2024-12-03 19:50:57 +01:00
Xaver-DaRed
6685cd1995 Rename "Anti-HQ" modifiers and add some Escutcheon missing modifiers 2024-12-03 19:43:52 +01:00
Xaver-DaRed
2892d91005 Rename and add modifiers for synthesis success rate 2024-12-03 19:16:28 +01:00
WinterSolstice8
53c3dd1c2e [core] [lua] [sql] Implement Impetus 2024-11-26 23:58:39 -08:00
WinterSolstice8
dd12553960 Audit HP/MP calculations (incl curse, weakness, hp%, food)
Add new mods for weakness/curse as they are not additive to hpp/mpp
Move everything to correct places based on retail testing
Move HP/MP traits to "base" HP/MP via new mods
2024-11-26 15:11:37 -08:00
WinterSolstice8
2c4ff04b47 [core] [lua] [sql] Update Dodge & Focus to new retail versions 2024-11-23 20:05:05 -07:00
Zach Toogood
4d40174936
Merge pull request #6439 from Xaver-DaRed/desynth
[Synthesis] Minor cleanup
2024-11-20 13:36:31 +00:00
WinterSolstice8
083cd09f23 [lua] [core] [sql] add Enhances Sange mod
Add said mod to the applicable augment as well
2024-11-18 20:18:48 -07:00
Xaver-DaRed
b884962ee0 [Synth] Material loss cleanup
Raises and clamps loss rate
2024-11-18 17:17:49 +01:00
WinterSolstice8
3d888c5f06 [core] [lua] Split out Sengikori "effect" so MB damage works
Add Sengikori bonus mod for gear
2024-11-14 17:34:22 -07:00
UmeboshiXI
212921f2dc [core][lua] SAM Ability Sengikori Implementation 2024-11-14 17:34:20 -07:00
Xaver-DaRed
328cb9bcbf Add flooring and proper order to each speed factor
Co-authored-by: cocosolos <cocosolos@users.noreply.github.com>
2024-09-10 07:43:15 +02:00
Xaver-DaRed
b3fd755e35 Add notes for for Atma movement speed bonus and correct "typo" 2024-09-03 20:43:56 +02:00
Xaver-DaRed
b254442633 Add new modifier for flee 2024-09-03 12:48:02 +02:00
claywar
a8986be5ab
Add explicit table path for enum declarations 2024-08-26 23:05:00 -04:00
claywar
94887d4db8
Use @enum annotation for tables in enum directory 2024-08-20 18:12:33 -04:00
Xaver-DaRed
ab3c511a54 Fixes/Implements properly critical hit evasion 2024-08-06 12:38:58 +02:00
Zach Toogood
5aea6cc94b
Merge pull request #6039 from LandSandBoat/zach2good/lua_lang_server_ci
Tools: Add LuaLS checks
2024-08-05 16:13:43 +01:00