Commit graph

7 commits

Author SHA1 Message Date
WinterSolstice8
18e62f7088 [core] [lua] remove unused ITEMCHECK/param from onItemCheck 2026-05-25 21:05:21 -06:00
sruon
b51a58c147 Migrate addStatusEffect 2026-02-20 18:42:33 -07:00
claywar
6e4fa2af25
[type] Add type annotations to Item scripts
rename to reflect type definition

Annotate xi.itemUtils.foodOnItemCheck

Make TItemFood functions optional, since the definition does not include types
2024-08-24 18:25:26 -04:00
Aerec
94bcd90d91 Fix Lua onItemCheck
onItemCheck was incorrectly returning the user in two parameters instead of the item in the second param slot
2024-05-30 16:42:16 -04:00
TeoTwawki
f06e20e07d Adjust warp timings.
Retail takes just short of 3 seconds to animate this before warping you. It's closer to 2800ms but the code expects the answer to be in full seconds, so I am using 3 (3000ms).

Resolves #4769
2023-11-24 20:49:42 -05:00
claywar
0686536154
[lua] Remove global requires from item scripts 2023-08-20 19:24:51 -04:00
claywar
c807e19a66
Move scripts/globals/items to scripts/items 2023-08-20 19:11:05 -04:00
Renamed from scripts/globals/items/warp_ring.lua (Browse further)