* add wiring for sha wujings lance
* Minor cleanup:
- Correct item dispensing animation and remove 'todo'
- Switch to modifier from slot check, because historically checking gear slots in item scripts is HEAVILY discouraged with many good reasons
- Fix a typo in an unrelated item name comment along the way.
- Add several missing for "eat raw meat" and "eat raw fish" items.
---------
Co-authored-by: TeoTwawki <arawn.annwn@yandex.com>
* Add Login Campaign Reward Items
Adds new items:
Fancy Sets (Summer clothing)
Fancy Gilet: Dispense: persikos snow cone
Fancy Top: Dispense: persikos snow cone
Fancy Trunks: FIRE RESIST and WATER RESIST + 10 (Summer Tidings)
Fancy Shorts: FIRE RESIST and WATER RESIST + 10 (Summer Tidings)
Mutsunokami
Corrects a issue when using Persikos Snow Cone. The LUA file was named the Sorthand rather than the ItemName
* Fix EOL error
* Fix Dupe Entry
* Add "Persikos" to itemids.lua
Giving up on trying to complete the list this time around, before something comes in and messes up what I have done so far...
Also, added require("scripts/globals/items") to the item luas, and added the new use items to items.lua.
Update: Fixed the item luas to change the item id to the item name after adding to items.lua.
MyISAM = table level locking, fast but not safe for multiple simultaneous writes
InnoDB = row level locking, slow, but is safe for multiple simultaneous writes
```
Features MyISAM InnoDB
Type Non-Transactional Transactional
Locking Table locking Row-level locking
Foreign keys No Yes
Table, index, data storage Three separate files Combined Tablespace
ACID No Yes
```
Should be fixed and ready for base integration. No additional effects added or changed.
All information checked with DAT file information, and with FFXIAH and both wikis. Information based on item check screen, not on assumptions of the values and effects.
- Rebranding.
- Migrate to GitLab.
- Add support for database updates when using Docker.
- Give purpose to version.h (adjust minor version with client updates).
- Add an in-game `!ver` command.
- Remove references to AGPL.