Commit graph

119 commits

Author SHA1 Message Date
Skold177
e326fde779 [core] [C++] [lua] Add MP Cost Reduction Mod, Implement Power Cooler
Adds a new MP Cost Reduction modifier and implements the Automaton Attachment Power Cooler.

Co-Authored-By: WinterSolstice8 <60417494+WinterSolstice8@users.noreply.github.com>
2026-05-26 13:47:11 -04:00
Frankie-hz
73f06a800f [cpp, lua] Change delay to have the in-game input instead of milliseonds
For whatever reason we were converting to the in-game delay in every single delay call instead of just changing the base function
2026-05-06 03:19:32 -04:00
WinterSolstice8
7021de121a [core] [lua] Add level -1 support, add mods to mobs 2026-03-07 20:40:12 -07:00
WinterSolstice8
1099324777
Merge pull request #9503 from lefneer311/base
Adding Enspell Damage Percent Multiplier Effect
2026-02-28 20:23:29 -07:00
Critical
bed3acfa48 [lua, sql, c++][module] DRG Era Audit 2026-02-24 09:02:57 +01:00
Will Buck
f65bda686c Item mod corrections: SC DMG, Crit Evasion 2026-02-22 14:58:12 -06:00
lefneer311
d0165058db
Update mod.lua to include enspell_dmg_pct 2026-02-20 10:54:44 -06:00
Critical
b28ac45157 [lua, sql, c++] Ninja Era Audit 2026-02-15 12:01:28 -07:00
Critical
1f8c0d05d8 [lua, sql, c++] Ranger job adjustments 2026-02-14 11:34:11 -07:00
Critical
d4f73598a5 [lua, sql, cpp][module] Samurai Era Audit 2026-02-13 21:26:54 -07:00
Xaver-DaRed
d8296fd10f Correct Twilight cape behavior
And fix clamp
2026-02-01 16:11:09 +01:00
WinterSolstice8
b3bda648c6 [core] [lua] Add STUN_RES_RANK 2026-01-25 18:46:26 -07:00
Will Buck
76ec225a92 Implement recast mods for healing, enf, enh 2026-01-04 02:28:25 -06:00
WinterSolstice8
567600db41 [core][lua][sql] Implement Phalanx Received mod, correct old mods 2026-01-02 21:21:50 -07:00
WinterSolstice8
b1f2373f49 [core] [lua] Add scripted and/or priority additional effects 2025-12-30 21:28:56 -07:00
siknoz
ed90fb4540 Update several usable items for animation, teleport loc, and lua logic 2025-12-11 21:13:00 -08:00
sruon
3231f65733
[core, lua] Move Spell AoE type and radius calculation to lua (#8844)
* UTSUSEMI_AOE mod to toggle AoE on Utsusemi spells

* Deprecate unused isSpellAoE

* CSpell accessors for radius and level

* Spell AoE type and radius calculations moved to Lua

* BLU Convergence Ability script

* GEO Theurgic Focus Ability script

* AoE Spells tests
2025-12-07 04:28:28 +01:00
Xaver-DaRed
f7cbf37227 Introduce modifers for action-type power multipliers 2025-12-05 01:27:16 +01:00
sruon
6de578c042 Pass action to onMobWeaponSkill 2025-11-22 11:58:12 -07:00
sruon
3cec9e36e8 Reduce Dusk +1 movement penalty 2025-11-21 23:54:30 -07:00
sruon
f7bada1cb3 Knockback reduction modifier 2025-11-21 21:57:27 -07:00
Xaver-DaRed
d5072d85e3 Cleanup Avatar perpetuation cost 2025-11-09 02:59:59 +01:00
Xaver-DaRed
b3cb68560f
Merge pull request #8650 from wccbuck/day-weather-pct-perp-cost-reduction
[core][sql] Implement Day/Weather Half Perpetuation Cost Reduction
2025-11-09 00:10:27 +01:00
Will Buck
5b1089a636 Implement Day/Weather half perp cost reduction 2025-11-08 15:45:13 -06:00
WinterSolstice8
4145112ae4 [lua] Armoury crate: Use Moghancement Money, fix comments/messaging 2025-11-07 19:21:40 -07:00
Will Buck
67e5334ee9 Replace ADDS_WEAPONSKILL_DYN mod with IN_DYNAMIS latent 2025-11-06 20:14:09 -06:00
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