Hi,
I'm looking for better ways to do things i'm currently doing...
when an item is initted and it can contain a max of fuel for example:
miners hat 100
Lantern 500
Tuna lamp 500
China lantern 500
Candle hat 40
Are these references hardcoded in the init or is there some reference table some place.
I want to be able to pull these default max storable values .
Or do I have to generate my own tables & keep them syncronised with RUST community...
I'm looking for better ways to do things i'm currently doing...
when an item is initted and it can contain a max of fuel for example:
miners hat 100
Lantern 500
Tuna lamp 500
China lantern 500
Candle hat 40
Are these references hardcoded in the init or is there some reference table some place.
I want to be able to pull these default max storable values .
Or do I have to generate my own tables & keep them syncronised with RUST community...