Author Topic: Gameplay Questions about RKEC  (Read 421 times)

0 Members and 1 Guest are viewing this topic.

Offline Filetito

  • Newb
  • *
  • Posts: 7
Gameplay Questions about RKEC
« on: March 27, 2023, 08:51:35 AM »
Is this the right subforum to ask these questions?

I just bought my first pig so I was wondering, do the usual math apply to livestock in RKEC in terms of  pastures size? In any case, since there are no pigs in vanilla, what's the most efficient pasture size for them with 1 herdsman?

Thanks.

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11152
Re: Gameplay Questions about RKEC
« Reply #1 on: March 27, 2023, 10:11:05 AM »
hmmmm i dont know!
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Offline Filetito

  • Newb
  • *
  • Posts: 7
Re: Gameplay Questions about RKEC
« Reply #2 on: March 27, 2023, 01:15:32 PM »
I'll stick to my vanilla pastures then... I'm not your classic min-max obsessed player anyway.

Is there a link where I could see the trade value of different products? If not, what are a few of them especially good for that purpose? I want to rush one of them to get asap seeds and livestock in the early game.

Offline theonlywanderer

  • Champion
  • Trader
  • *****
  • Posts: 321
Re: Gameplay Questions about RKEC
« Reply #3 on: March 27, 2023, 01:43:01 PM »
Most of the time you'd want at least the size needed in order to split them.   Cows need 200 squares to be able to split.  I would imagine pigs are similar.  1 farmer works fine with any field size.

Offline Freedom

  • Laborer
  • **
  • Posts: 33
Re: Gameplay Questions about RKEC
« Reply #4 on: March 27, 2023, 09:25:49 PM »
I picked this info up somewhere alomg the way. The requiredArea is per animal, so 10 cows would need a pasture of at least 10x20 (matching the 200 figure @theonlywanderer mentions).

vanilla cattle : int _requiredArea = 20;
vanilla sheep : int _requiredArea = 16;
vanilla chickens : int _requiredArea = 6; 
RK Bisons : int _requiredArea = 23;
RK Longhorns : int _requiredArea = 21;
RK Fresians : int _requiredArea = 20;
RK Pigs : int _requiredArea = 16;
RK Goats : int _requiredArea = 14;
RK Ducks : int _requiredArea = 7;

Regarding CC pigs and llamas, they also seem to be at 16. Leghorns also come in at 6.

Hope this helps.

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11152
Re: Gameplay Questions about RKEC
« Reply #5 on: March 27, 2023, 10:51:09 PM »
so looks like i set pigs same as sheeps
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Offline Filetito

  • Newb
  • *
  • Posts: 7
Re: Gameplay Questions about RKEC
« Reply #6 on: March 28, 2023, 07:14:06 AM »
Thanks!

Since there are different markets, plus the lighthouse, plus the vanilla buildings... exactly what buildings do you need to build in RKEC to attract nomads?

Offline RedKetchup

  • Champion
  • Banished Expert
  • *****
  • Posts: 11152
Re: Gameplay Questions about RKEC
« Reply #7 on: March 29, 2023, 04:29:27 AM »
regular townhall :
0 pop and just regular trading post

Lighthouse:
0 pop and no building required

Dock townhall:
0 pop and dock market
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Offline Filetito

  • Newb
  • *
  • Posts: 7
Re: Gameplay Questions about RKEC
« Reply #8 on: March 30, 2023, 02:18:31 AM »
Thanks.