Cow questions #432
-
General questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The cow names come from https://github.com/jeremyckahn/fun-animal-names. There are 235 animal names and 103 adjectives, so there are are 24,205 possible combinations.
There are no plans for horns, but I think it would be a nice way to bring the cows to life a bit more!
Only females produce milk. Males will produce fertilizer. 💩 So, a predominantly female pen would naturally produce more milk. 🙂
This is the algorithm for determining a cow's value: Lines 624 to 643 in 7323dfd In plain English, this works out to:
The only cow trades in Farmhand right now are player-to-player. An NPC trade is a very interesting idea that I haven't thought of though. I like it!
There are no notifications for available trades, but I think that would be a great UX improvement. Good thinking!
No, there's not enough space in the 30-cow pen to have all the possible varieties unfortunately. There are 7 non-Rainbow colors and 7 style variants, so 50 total varieties overall (Rainbow Cows only have one style). It wouldn't be hard to add support for 50-cow pens, but I think it might perform poorly at runtime. 😕 It's great to see Farmhand inspiring so many questions! Let me know if you have any more. 🙂 |
Beta Was this translation helpful? Give feedback.
-
This is being added in #434. |
Beta Was this translation helpful? Give feedback.
Ah you're right, I was thinking of the random online player names. Sorry for the confusion. Cow names come from here:
farmhand/src/data/fruit-names.js
Lines 2 to 95 in 7323dfd