Old "itemtypes.txt":
Code: Select all
4 Armour
5 Weapon
Code: Select all
4 Weapon
5 Armour
Now, the modification:
I got annoyed in when i wanted to see what items i had in storage, through the log file, it was all sorted by IDs numbers so, i went to check the "storage" command listing code, basically copy/pasted-it with some changes so it would work in and voilá, something like this:
This modifications were done in OK R6451.---------- Storage ~Date~ -----------
-- Equipment --
...
219 Undershirt (Armour)
220 Undershirt (Armour)
...
245 Ring [1] (Armour)
...
-- Non-Usable --
33 Empty Bottle x 5
...
-- Usable --
0 Red Herb x 58
...
Capacity: 265/300
-------------------------------