Hello again, its me, the guy from More Type of objects [Interactability] with something else… ITEMS, yes sir
I apologize for bad English or any mistakes (especially to Molton if this is in the wrong category, again)
Right Now i want suggest an Weight System and an Muli-Usage System
Weight
1.Config.Json/Singleplayer Config
So, lets go to the point fast
Game Dificulty option like “Has Durability” but now other option is “Has Weight” (This enables or disables the difficulty weight system, although it may be easier to do it like Can_Ever_Jam line, within the same .dat of the item)
And OverWeight_Break_Per_Tick #/OverWeight_Break_Multiplier # (Explained in 3.OverWeight)
2.Items .DAT
In the Items .dat the line “Weight” Specified the Weight (in Kg)
And for Backpacks and, in general clothing, the line will be “Weight_Capacity”, it defines the max amount of Weight that a backpack can carry
3.OverWeight
There are 6 Levels of weight in the cloth
0%-20% Perfect [Dark Green]
21%-40% Good [Green]
41%-60% Medium [Yellow]
61%-80% Almost Full [Orange]
81%-100% In the Limit [Red]
+100% OverWeight [Dark Red] Debuff: -20% Speed and the cloth will break slowly (Damange Specified by “Weight_Break_Per_Tick #”) This is cumulative effect for every 20% extra weight (OverWeight_Break_Multiplier will be multiplied by 2)
4.UI
This will be fast and simple
Items
obviously made with paint, I’m not a graphic designer
5.Legacy
I am aware that if this were to be added as something official, the main problem is that this option would not be compatible with mods without support, leaving the “dead” and other mods broken and no one would like that, that is why I also thought of a alternative
If the game is unable to find the weight in the .dat (and “Has_Weight” is true), it will not block the item but what it will do is report the error in the error log (maybe not) and will create a weight based on the dimensions of the item, which although this option may not be powerful, it is enough to allow use with mods with no Support
the same with clothing but using the capacity dimensions to define the maximum weight load
The table is based (X×Y)x100 and turned into Grams (For Example the item CD Player its 2x3 so its automatic weight is 600 grams although its manual weight is 1 kilos)
6.Disabled and Extra
If Has_Weight is False, all Weight Related things will be hided to avoid irrelevant information, and the same thing will be helpful with “Has_Durability”, hide all Durability related things (although if this is difficult or even seen as unnecessary there is no problem with skipping this)
7.fact that nobody cares
The purification tablets are not directly consumable, they are toxic as they contain chlorine/iodine
Multi-usages
We all know that those “Multiple uses” items are actually several items in a chain, which may be unnecessary, why not create an option that allows it to be used multiple times using only 1 item
Just something in the .DAT like “Usages #” (Default 1) and display the max and current usages in the item Icon (If “Usages” is = “Usages Default” then disable the Usages counter)
- Yeah, why no?
- Indifferent
- No.
I mention and repeat, I speak from my point of view as a user and I do not know how difficult or incompatible it is, I speak from my point of view and if you agree or disagree, feel free to comment.