Is it possible to reduce the food consumption rate in the game of each champion?
My party is very tough and needs no food for a long time.

I would be appreciate for any help.
(from scripting reference)Champion:consumeFood(amount)
Consumes an amount of food taking racial food consumption rate and other factors into account.
Champion:modifyFood(amount)
Adds amount to current food stat directly without applying any modifiers. Amount can be a signed value.
Champion:getFood()
Returns champion’s current food value.