MissCorruption / QuickLootIE

Attempt at porting QLEE to NG with i4 compat
MIT License
7 stars 3 forks source link

[Feat.] - Add keyword integration to the lootmenu #9

Closed MissCorruption closed 1 month ago

MissCorruption commented 3 months ago

Currently KIT, AIT and any i4 mod using keywords to distribute icons doesn't work. Adding support for keywords in the lootmenu should fix it

MissCorruption commented 2 months ago

Progress on this was made with #24 however some icons are not appearing still

MissCorruption commented 2 months ago

Attributes we need to implement

Books

Ingestibles

Scrolls

Soul Gems

Weapons

Ammo

Various Things

MissCorruption commented 2 months ago

Currently, all armors show as helmets and letters show the book icon instead of the notes icon. Additionally, colors are not present.

AtomCrafty commented 2 months ago

Colors will need to be implemented in ActionScript.

MissCorruption commented 2 months ago

Besides the "isPoison" on weapons bool most fields should now be provided, albeit the subType field is not provided with the item. We'd have to look into SkyUI and match the subType accordingly. For example weapons

MissCorruption commented 1 month ago

This has been implemented and merged into master.