
{ Math.floor($village.resources.wood) } / { capacity.wood }
({ production.wood >= 0 ? '+' : '' }{ production.wood })

{ Math.floor($village.resources.stone) } / { capacity.stone }
({ production.stone >= 0 ? '+' : '' }{ production.stone })

{ Math.floor($village.resources.iron) } / { capacity.iron }
({ production.iron >= 0 ? '+' : '' }{ production.iron })

{ Math.floor($village.resources.food) } / { capacity.food }
({ production.food >= 0 ? '+' : '' }{ production.food })

{ Math.floor($village.resources.culture) }
({ production.culture >= 0 ? '+' : '' }{ production.culture })