Quasimorph

Quasimorph

Sort To Tabs
Ragnaman 20 Jul, 2024 @ 3:05am
Suggestion for tez items
Could all tez items be automoved to 7th tab ? I know they have different functions (like healing and whatnot), but i'd just want all items with decay timers to be conveniently sorted in their own tab.

Perhaps even sorted in a way so decay timers are taken into account.
< >
Showing 1-4 of 4 comments
nbk_redspy  [developer] 20 Jul, 2024 @ 5:42pm 
I don't think those are broken out into a type or subtype by the game.

However, they can be added by ID.

For instance, I think the spear is this line in the DataExport.csv that this mod creates:

tezctlan_spear,WeaponRecord,

The rule would look something like this:

{ "TabNumber": 5, "AltTabNumber": 0, "ItemMatch": { "Id": "tezctlan_spear", "RecordType": "", "SubType": "" } },

When using the ID's for a rule, nothing else has to be set. It's as specific as it gets.

Just make sure to put it high in the list so the broad rules like WeaponRecord don't stop it first.
Last edited by nbk_redspy; 20 Jul, 2024 @ 6:11pm
nbk_redspy  [developer] 20 Jul, 2024 @ 5:42pm 
See the docs for the location of the DataExport.csv and config file.
nbk_redspy  [developer] 29 Jan @ 8:53pm 
Originally posted by Ragnaman:
Could all tez items be automoved to 7th tab ? I know they have different functions (like healing and whatnot), but i'd just want all items with decay timers to be conveniently sorted in their own tab.

Perhaps even sorted in a way so decay timers are taken into account.

Quasimorph 0.8.5 has changed how it handles items and now supports this.

There is now a category "Tezctlan"

The new rule should look like this:

{ "TabNumber": 7, "AltTabNumber": 0, "ItemMatch": { "Id": "", "RecordType": "", "SubType": "", "Category": "Tezctlan", "ItemClass": "" } },

Put it as the first item under the TabMappings line in the config.
nbk_redspy  [developer] 10 May @ 10:51am 
.
< >
Showing 1-4 of 4 comments
Per page: 1530 50