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 |
|
Rosienaikanaro
|
bb1648b550
|
[Chore] Update scripts/items to use effect not target
- Alters all files in scripts/items to use the effect instead of the target.
|
2025-12-01 13:28:10 -05:00 |
|
WinterSolstice8
|
36ecc836c3
|
[core] [lua] Improved item use plumbing
|
2025-10-05 21:12:24 -06:00 |
|
Umeboshi
|
96f5eb17cc
|
[core][lua] Food sourceType/sourceTypeParam
|
2025-08-15 23:15:23 -07:00 |
|
Apogeezer
|
e1a7dd8ac3
|
Convert item magic numbers on food luas to item:getID()
|
2025-08-15 09:45:02 +02:00 |
|
WinterSolstice8
|
14427a7f48
|
[lua] Convert food HP/MP mods to FOOD_HP/FOOD_MP mods
Command used to update files:
find -name "*.lua" -exec bash -c 'grep "xi.effect.FOOD" "{}" && sed -i "s/xi.mod.MP,/xi.mod.FOOD_MP,/g ; s/xi.mod.HP,/xi.mod.FOOD_HP,/g" "{}"' \;
|
2024-12-06 20:04:59 -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 |
|
claywar
|
a5356cdd57
|
[chore] Use foodOnItemCheck for basic foods
|
2023-08-30 17:26:06 -04:00 |
|
claywar
|
c807e19a66
|
Move scripts/globals/items to scripts/items
|
2023-08-20 19:11:05 -04:00 |
|