Changes

→‎Notes: Clarified ol slitherlegs power.
Line 8: Line 8:  
*{{Season|Fall}}
 
*{{Season|Fall}}
 
}}
 
}}
'''Grass''' is a naturally occurring resource that is present in the [[Spring]], [[Summer]], and [[Fall]] seasons. At the start of the game, the player's farm has many unconfined fields of grass. Each day, it is likely that existing grass will expand and grow into adjacent unoccupied tiles. And occasionally, grass will spawn randomly on unoccupied tiles anywhere on the player's farm. Also, the player can choose to start a new patch using [[Grass Starter]], which will create a fully grown tile of grass where the player places it.
+
'''Grass''' is a naturally-occurring dynamic resource on the player's [[The Farm|farm]]. Many unconfined fields of grass can be found there at the start of the game. Each day, it is likely that existing grass will expand and grow into adjacent unoccupied tiles. And occasionally, grass spawns randomly on any unoccupied tile on the farm. The player can choose to plant a new tile with [[Grass Starter]] also, creating a fully grown patch of new grass. Grass continues to sprout and grow throughout the [[spring]], [[summer]], and [[fall]] seasons. In [[winter]], it goes dormant until the next spring.
   −
Grass can be cut using a scythe, sword, or dagger. If the player has a [[silo]] on their farm, each grass cut with a basic [[Scythe]] has a 50% chance of producing [[hay]], while each cut with a [[Golden Scythe]] has a 75% chance. This hay is automatically stored in the player's silo(s) if there is room, otherwise, no hay is produced. Cutting grass with a sword or dagger does not produce hay.
+
Grass can be cut using a scythe, sword, or dagger. If the player has built a [[Silo]], each patch of grass cut with the basic [[Scythe]] has a 50% chance of producing [[Hay]], which is automatically added to the contents of the silo. With a [[Golden Scythe]], there's a 75% chance, and with an [[Iridium Scythe]], there's a 100% chance. During winter, hay chances for all scythes are reduced by 67%.<ref name="trydropitems" /> Once all the farm's silos are full, no more hay is produced or stored until there is available room. Cutting grass with a sword or dagger does not produce hay at any time.
   −
In the [[winter]], grass stops spreading and will produce less hay when cut, so it's advisable to collect grass when it's not winter. It is recommended that a player stores enough hay to feed their [[animals]] for the entire 28-day season in their silos. Hay can be purchased at [[Marnie's Ranch]] for {{price|50}} each if the player does not have enough. [[Marnie]] may also send 30 hay in the mailbox at any [[friendship]] level greater than 0 points.
+
It is recommended that enough hay be stored before winter to feed the farm's [[animals]] for the entire 28-day season, since cutting grass in winter produces less hay than in the growing seasons. If cutting grass is not enough, hay can be purchased at [[Marnie's Ranch]] for {{price|50}} each. [[Marnie]] occasionally sends a gift of 30 hay in the mail, at any [[friendship]] level greater than 0 points.
 +
 
 +
==Blue Grass==
 +
{{Spoiler}}
 +
[[File:Blue Grass.png|thumb|right|Blue Grass]]
 +
Blue Grass appears naturally on [[Farm Maps#Meadowlands|Meadowlands farms]]. A recipe for [[Blue Grass Starter]] can be purchased in [[Qi's Walnut Room]] for {{price|40|gem}}, which allows Blue Grass to be placed on other farm types.
 +
 
 +
Animals eating Blue Grass gain twice as much friendship as from eating normal Grass (16 instead of 8).<ref name="animaleat" /> If successfully cut with a Scythe, Blue Grass will produce two pieces of hay, instead of the usual one.<ref name="trydropitems" />
 +
 
 +
Animals eat half the amount of tufts of Blue Grass compared to normal Grass (Coop animals 1 instead of 2 tufts, Barn animals 2 instead of 4 tufts).<ref name="grassreduceby" />
 +
 
 +
Blue Grass is not guaranteed to grow daily, resulting in a slower growth than normal grass.<ref name="grassdayupdate" /> (See [[Grass#Propagation|Grass Propagation]])
    
==Tips==
 
==Tips==
*Paths, fences, closed gates, or pieces of furniture (such as chests or braziers) should prevent the spread of grass through the tile it occupies. However, some materials, like the stone fence, do not always operate this way.
+
*Most Paths, fences, closed gates, or pieces of furniture (such as chests or braziers) prevent the spread of grass through the tile it occupies.
**It is possible to exploit this by sectioning off patches of grass in animal enclosures, preventing them from eating all the grass in the area. This allows the grass to regrow more quickly, stemming from the fenced-off source patch.
+
*It is possible to exploit this by sectioning off patches of grass in animal enclosures, preventing them from eating all the grass in the area. This allows the grass to regrow more quickly, stemming from the fenced-off source patch.
 +
*Placing a fence on any type of grass will prevent [[Animals]] from eating it.
 +
*[[Animals]] love Blue Grass, so it's helpful to keep some near your farm buildings.
 +
**Note that Blue Grass cannot be found on any [[Farm Maps]] except for the Meadowlands Farm.
    
==Notes==
 
==Notes==
* Grass has a -1 [[Speed#Player Speed|Speed]] penalty, unless the player is riding a [[Animals#Horse|horse]] or has read the [[Ol' Slitherlegs]] book.
+
* Grass has a -1 [[Speed#Player Speed|Speed]] penalty, unless the player has read the [[Ol' Slitherlegs]] book, which reduces the penalty to -0.33. There is no speed penalty when riding a [[Animals#Horse|horse]] through grass.
    
==Propagation==
 
==Propagation==
Each fully grown grass tile consists of 4 tufts of grass. Each day, every individual tile containing grass has a 65% chance of growing. If the tile containing grass has less than 4 tufts and succeeds a growth check, it will grow 1-3 additional tufts of grass. (randomly determined) If a fully grown grass tile succeeds a growth check, it will check all 4 adjacent tiles. If they are tillable, there is a 25% chance for each tile for 1-3 tufts of grass to grow.
+
Each fully grown grass tile consists of 4 tufts of grass. Each day, every individual tile containing normal Grass will grow 1-3 tufts (randomly determined).<ref name="grassdayupdate" /> Additionally every tile containing normal or Blue Grass has a 65% chance of growing. If the tile containing grass has less than 4 tufts and succeeds a growth check, it will grow 0-2 additional tufts of grass (randomly determined). If a fully grown grass tile succeeds a growth check, it will check all 4 adjacent tiles. If they are tillable, there is a 25% chance for each tile for 1-2 tufts of grass to grow.<ref name="growweedgrass" />
 +
 
 +
On the 1st of spring in year 2+ there will be 40 iterations of growth checks of all grass tiles.<ref name="handlegrassgrowth" />
 +
 
 +
==References==
 +
<references>
 +
<ref name="handlegrassgrowth"> See <samp>GameLocation::HandleGrassGrowth</samp> in the game code.</ref>
 +
<ref name="growweedgrass"> See <samp>GameLocation::growWeedGrass</samp> in the game code.</ref>
 +
<ref name="grassdayupdate"> See <samp>Grass::dayUpdate</samp> in the game code.</ref>
 +
<ref name="grassreduceby"> See <samp>Grass::reduceBy</samp> in the game code.</ref>
 +
<ref name="animaleat"> See <samp>FarmAnimal::Eat</samp> in the game code.</ref>
 +
<ref name="trydropitems"> See <samp>Grass::TryDropItemsOnCut</samp> in the game code.</ref>
 +
</references>
    
==History==
 
==History==
{{History|1.0|Introduced.}}
+
{{History|1.0|Introduced standard green grass.}}
{{History|1.5.6|Grass grown inside no longer disappears on the first day of [[Winter]].}}
+
{{History|1.5.6|Grass grown inside (such as inside the [[Greenhouse]]) no longer disappears on the first day of [[Winter]].}}
{{History|1.6|Grass grown outside no longer disappears on the first day of [[Winter]], but won't spread.}}
+
{{History|1.6|Grass grown outside no longer disappears on the first day of [[Winter]], but goes dormant until [[Spring]]. Added Blue Grass and Blue Grass Starter on Meadowlands Farm. See [[Farm Maps]]. Reading [[Ol' Slitherlegs]] now reduces the speed penalty from -1 to -0.33.}}
    
[[Category:Foraging]]
 
[[Category:Foraging]]
992

edits