These are special item models, generally one of these types:
- Hardcoded engine-loaded models
- Common models between multiple - such as it_bag being used for countless things in the game, different ammo ground mdls etc.
| MDL | Type | Specifics | Notes |
|---|---|---|---|
gi_armor01 | Engine Hardcoded | Ground Armor Item: Cloth | |
| gi_armor02 | Engine Hardcoded | Ground Armor Item: Leather | |
| gi_armor03 | Engine Hardcoded | Ground Armor Item: Chain | |
| gi_armor04 | Engine Hardcoded | Ground Armor Item: Plate | |
| gi_cloak01 | Engine Hardcoded | Ground Item: Cloak | |
| it_potion_000 | Engine Hardcoded | Animation: Drink Potion (not also uses gui_potiondrink sound effect) | This is also the ground item for potions in baseitems.2da - which don't have their own models so this usually spawns. |
| it_scrl_000 | Engine Hardcoded | Animation: Read Scroll | Note the actual scroll on the ground is gi_scrl as per below |
| it_bag | Common baseitems.2da and elsewhere | Used for most ground dropped items, thrown in spells.2da for caltrops (would be worth changing there tbh) and as a bodybag. | |
| gi_wamar_001 | Common baseitems.2da | Arrows ground item | |
| gi_wambo_001 | Common baseitems.2da | Bolt ground item | |
| it_dart_000 | Common baseitems.2da | Dart ground item | |
| gi_scrl | Common baseitems.2da | Scroll ground item |