Dropped Items
Displays icons of items lying on the ground, right above them in the game world.
Menu locationโ
Visual (ะะธะทัะฐะปั) โ Dropped items (ะัะฟะฐะฒัะธะต ะฟัะตะดะผะตัั)
What it doesโ
The script tracks all items lying on the ground (PhysicalItem) and draws their icon in world space above their location point.
Each icon additionally displays:
- Cooldown โ if the item is on cooldown, the remaining time is shown over the icon (with one decimal place when the value is โค 10 sec, without a fractional part when greater). The icon border becomes red when there is a cooldown, and black when there is none.
- Charges โ the number of item charges (in the bottom-right corner of the icon), if the item has charges.
- Level โ the item level (in the top-right corner of the icon), if the item can have a level higher than 1.
The icons are not displayed over the shop, minimap, or scoreboard. The script works only during the game.
Settingsโ
| Option | Type | Default | Description |
|---|---|---|---|
| State | Toggle | On | Enables/disables the display of dropped item icons. |
| Image size | Slider | 15 | Size of the item icons. Range: 0โ30. |
| Image rounding | Slider | 10 | Degree of corner rounding of the icons. Range: 0โ10. |