Commit graph

28 commits

Author SHA1 Message Date
WinterSolstice8
6bf4fba0d4 [lua] Increase "tier 2" shock spikes power to 19 for Geirskogul 2026-06-11 12:24:50 -06:00
WinterSolstice8
a08e8d843b [core] [lua] Geirskogul Shock Spikes edge case, some AM cleanup
Fix Empyrean AM values to represent the real rates
Apparently, Geirskogul Shock spikes overwrite and prevent other spikes effects
2026-06-11 12:24:50 -06:00
sruon
b51a58c147 Migrate addStatusEffect 2026-02-20 18:42:33 -07:00
MowFord
cf2357561e
add aftermath mods to the effect instead of dupliating effort 2025-08-28 21:15:05 -05:00
MowFord
f3350ca886
give aftermath effect to pets to simplify logic 2025-08-28 21:14:58 -05:00
WinterSolstice8
7408afa23b [core] [lua] Rename SNAP_SHOT to SNAPSHOT 2025-02-03 19:17:14 -07:00
Xaver-DaRed
0a1a278e93 Miscelaneous lua fixes
Undefined enums or wrong enums names, duplicates, etc
2024-08-06 13:48:11 +02:00
TeoTwawki
525bd20906
Add additional safety in xi.aftermath.AddStatusEffect
Because we don't want to try getting storage on non players. Bad juju.
2024-02-07 23:28:44 -05:00
claywar
d50ace558d
Replace "onry" with "only" in comments 2023-09-20 05:43:56 -04:00
claywar
3acebca506
Move xi.weaponskill and xi.wsUnlock to enum 2023-09-10 08:31:55 -04:00
claywar
aa87e30e4d
[chore] Replace double-quote strings with single-quotes 2023-08-28 21:02:36 -04:00
claywar
478d95fd11
[chore] Remove status global requires
Part one of the removal, to be continued

Fix comment alignment
2023-06-01 18:33:34 -04:00
claywar
8155e544e9
[chore] Expand single line functions and conditions 2022-12-01 14:24:10 -05:00
claywar
ba83bb33bd
[chore] Remove empty newlines preceding end 2022-12-01 12:56:22 -05:00
claywar
cc55fb0d66
[chore] Add newline after end on same level indent 2022-12-01 07:26:51 -05:00
claywar
1b5abbf911
[chore] Format Lua scripts to use 4-space indents (1) 2022-11-05 17:18:51 -04:00
TeoTwawki
40cd370a15 move all damage taken to being same scale as haste instead of base 100
(this means add 2 zeroes onto everything)
2021-08-27 21:05:59 -04:00
TeoTwawki
51779c9078 Move loading common.lua to core side and handle a few missed settings references to fix some require issues.. 2021-08-18 18:27:35 -04:00
TeoTwawki
c858fa3c75 soooo maybe there's like....a max number of mass change at once limit I wasn't aware of.. OOPS 2021-04-02 17:02:22 -04:00
TeoTwawki
09d90643fa Remove "branding" from all lua. 2021-04-01 15:10:15 -04:00
wrenffxi
88452780fb [sol refactor] scripts/globals standardize headings 2021-01-18 13:22:37 -05:00
Mark Klara
c52431e2c4
Remove trailing whitespace from script/ files. (#426)
Commands used (on Mac):
```
  export LC_CTYPE=C
  export LANG=C
  find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | xargs -0 sed -i '' -E "s/[[:space:]]*$//"
```
2020-03-20 01:41:42 +00:00
Topaz
3eb1c1570f Remove DSP branding (copyright notices retained) 2019-12-02 12:40:02 -08:00
flanagak
f7a90063fa Fix for relic scythe aftermath effect.
dsp.mod variable HASTE no longer exists.
Tier I set to HASTE_GEAR and Tier II set to HASTE_ABILITY per the BG Wiki.
2019-03-11 06:59:26 -07:00
nfaletra
60f7eaefbd Fix for aftermath id not matching aftermath type 2019-01-11 09:31:28 -07:00
nfaletra
0809f4c31e Fix Relic duration check for overwriting 2018-12-13 12:50:05 -07:00
nfaletra
df2884614a Abstract relic duration into helper functions 2018-11-15 08:46:43 -07:00
nfaletra
7c94c5db37 Rewrite Aftermath
Add PDT II
Fix a fuck ton of REM mods
2018-11-14 23:42:27 -07:00