Equipment Lite 1.3.0 Scripts 4.5 Community
Submitted by user seloc0des; MIT; 2026-09-09
Gear that goes in named slots, without writing the slot logic yourself.
An EquipmentLite node you drop on any character. Items declare which slot they
belong in through metadata, so equipping is one call and the node works out the
rest.
- equip / try_equip / unequip / clear
- get_equipped / is_equipped / all_equipped
- signals: item_equipped, item_unequipped, contents_changed
- works standalone, or reads Inventory Lite items (shared item shape)
Pure GDScript, no dependencies, MIT. Runnable demo included. A Pro version adds
custom layouts, two-handed conflicts, modifier aggregation and a paper-doll UI.
View files Download Submit an issue Recent Edits