Commit graph

5 commits

Author SHA1 Message Date
Umeboshi
50a961f600 [core][lua] sourceType COR Rolls, COR Bugfixes, StealStatusEffect 2025-08-22 09:05:59 -07:00
Umeboshi
83843a2dc0 [core] Allow for effect scripts to use subTypes > 0 2025-08-09 00:54:25 -07:00
sruon
b83936f366
[lua,sql] COR rolls effect flags (#7160)
* Bolter's Roll wear off on attacks

EFFECTFLAG_ROLL (0x00020000)
EFFECTFLAG_EMPATHY (0x00000008)
EFFECTFLAG_ON_ZONE (0x00000100)
EFFECTFLAG_ATTACK (0x00000004)
EFFECTFLAG_DAMAGE (0x00000010)
EFFECTFLAG_ON_JOBCHANGE (0x00400000)
EFFECTFLAG_LOGOUT (0x00100000)
EFFECTFLAG_DISPELABLE (0x00000001)

* COR roll effects flags

EFFECTFLAG_ROLL (0x00020000)
EFFECTFLAG_EMPATHY (0x00000008)
EFFECTFLAG_ON_ZONE (0x00000100)
EFFECTFLAG_ON_JOBCHANGE (0x00400000)
EFFECTFLAG_LOGOUT (0x00100000)
EFFECTFLAG_DISPELABLE (0x00000001)

* Remove Double-Up if Roll effect is dispelled
2025-03-03 10:11:55 +00:00
claywar
7bba1bdc3a
[type] Add type annotations to Effect scripts
Fix delStatusEffect in atma.lua
2024-08-24 21:26:29 -04:00
claywar
48086d3c00
Move scripts/globals/effects to scripts/effects 2023-08-20 14:34:15 -04:00
Renamed from scripts/globals/effects/puppet_roll.lua (Browse further)