tAPI ToR.T_UA™ - Terraria Hunger Sysem

Status
Not open for further replies.

Tornament

Terrarian
My old r10 Page
I made this mod after playing RoTD for Terraria 1.8
Some sprites from it.

I have some problems some with sprites.
Suggestions? - welcome.

Hunger System v1.395
Features:
  • Hunger.png
  • Items.png
  • NPCs.png
  • Tiles.png
  • SaturationBuff.png

    StarvingBuff.png
  • Here is example code in json's, if you want make it completable with my mod.
    Fuel one.
    Code:
    AdamantineWood.json
    {
    ...
    "fuel":true,
    //^ this one aloud to use the item in Grill-Stove as fuel
    }

    Food one.
    Code:
    Apple.json
    {
    ...
    "consumable": true, // This one required
    "foodValue": 6, // Ho much hunger it is refill  // int/float/double
    "grilled": "ToRTM:FriedApple",
    //^ Name of the item, that will be created after using in Grill-Stove
    
    "tooltip": ["Can be kooked", "Restore 6 Food Points!"],
    //^ just for info
    }

    Code:
    FriedApple.json
    {
    ...
    "consumable": true, // This one required
    "foodValue": 12, // Ho much hunger it is refill  // int/float/double
    "grilled": "ToRTM:SuperFriedApple ", // one more time, lol
    
    "tooltip": ["Can be kooked", "Restore 12 Food Points!"], //just for info
    }
    It can goes forever...

Lego.png


Last Changes
// SU_b - Suggestion by
// Me - http://forums.terraria.org/index.php?members/tornament.16616/
// - ver 1.395 - // 23.02.2015
{
Fixed "Hunger rate" setting, now it is working xD;
If item is placeable and food, you can eat it only when holding Alt while Use
Now you have setting for Starting Saturation/Starving buff at specific hunger;
* Starving starts at 5 - 20; (10 default)
* Saturation gone at 99 - 70; (95 default)
* Maximal effects for buffs are the same.
* also Peckish/Hungry/Very Hungry now based on Saturation/Starving stats.​
Cow can be milked(empty Bottle), 2 minutes after spawn, and then each 3 minutes; //still drops by kill

Add Coconut/Half Coconut:
* SU_b: zadum4ivii - (http://forums.terraria.org/index.php?members/zadum4ivii.2644/)
* Implementation: Me
* Sprite: http://terrariafanideas.wikia.com/wiki/Coconut, Half Coconut - Me
* Drops from Palm trees.
* Jungle trees now can drop(10%) Coconuts.
* Half Coconut restore 8 Food Points (16 from one Coconut).​
| Bellow - SU_b: mrr00s (http://forums.terraria.org/index.php?members/mrr00s.18602/)
If hunger lower than 10(Starving start):
* HP regen is off.
* As less hunger left as faster you losing HP.​
Add 0.25% food speed setting;
After death you starting with 40% Hunger;
Decrease spawn cow and chicken spawn rate while events (Goblin army, etc.)
Cows less common. Chickens too.
Cows drop leather.
Fixed "food text under map"​
}

Kind of ToDo:

    • Different fuels will give different effects to food
    • Fuel will have value, if value 2, then fuel can cook 2 food items
    • Finish Chicken Coop Interface

kdcROYP.png

DOWNLOAD:

DropBox

index.php

This mod was a part of Tremor Mod before 1.35 version.
Now it is on it is way.

 
Last edited:
No, this was a mod that was incorporated into Tremor mod. It was just released here for people who didn't want Tremor but wanted just the hunger system.
 
That's... "immersive" :D i always thought that Terraria lacks hunger system, but that's only my opinion. I love it. But... ugh, 1x1 sprites hurts my eyes... Other than that, good work. (a little idea... Thirst system? ;) Not only simple drinking water, but you get cold water from snow biome wich can give you hypothermia debuff, dirty water in jungle, desert, cooking water to make it the best kind etc.)
 
That's... "immersive" :D i always thought that Terraria lacks hunger system, but that's only my opinion. I love it. But... ugh, 1x1 sprites hurts my eyes... Other than that, good work. (a little idea... Thirst system? ;) Not only simple drinking water, but you get cold water from snow biome wich can give you hypothermia debuff, dirty water in jungle, desert, cooking water to make it the best kind etc.)
Thanks)
I said - "I have some problems some with sprites." -_-
it will be awesome to have better one... ) but i'm not painter )

Thirst system, can be implemented, but after i finish and polish Hunger one )
 
This mod is really good but i found it a huge struggle to find food in a new world with my new charecter, maybe you could make a few more plant foods like mushrooms could also increase health or something along those lines, i also suggest making all your sprites terraria style (2x2 pixel)
 
This mod is really good but i found it a huge struggle to find food in a new world with my new charecter, maybe you could make a few more plant foods like mushrooms could also increase health or something along those lines, i also suggest making all your sprites terraria style (2x2 pixel)
Hm... At the beginning you can co mushroom/apples(from trees) hunt. But i'll try to add some more.
About standard food effects - no plans. But you can suggest some :)
About sprites - it is my max. at this point, i probably need to write to some pixel-art authors...
 
Last edited:
Since this is a tAPI mod and that is no longer supported, as well Tornament, the mod creator, has not been online for two years or so, this thread will be closed to avoid any confusion.

@Tornament, if you come back and would like this thread re-opened, please use the Report link on the first post to request it be unlocked.
 
Status
Not open for further replies.
Back
Top Bottom