Changes

Jump to navigation Jump to search
11 bytes added ,  15:20, 20 November 2016
m
wording
Line 191: Line 191:  
After the player goes to sleep, any events that will happen during the night (such as Bundle events) are calculated as normal. If no events are due to occur, there will be a 50% chance that the game will attempt to start a wolf attack event. If this event proceeds, the game will go through all buildings to find a barn or coop that has their doors '''closed''' and has animals left outside.
 
After the player goes to sleep, any events that will happen during the night (such as Bundle events) are calculated as normal. If no events are due to occur, there will be a 50% chance that the game will attempt to start a wolf attack event. If this event proceeds, the game will go through all buildings to find a barn or coop that has their doors '''closed''' and has animals left outside.
   −
For each building, the game takes a random number between 0 and 1 and compares it to 1/(the number of buildings). If the random number is larger, the building is ignored. In other words, the more buildings the player has, the less likely that one will be attacked. For example, if the player has two farm buildings, each building has a 50% chance of being attacked, three buildings would give 33%, four would give 25% chance of being attacked, etc.
+
For each building, the game takes a random number between 0 and 1 and compares it to 1/(the number of total farm buildings). If the random number is larger, the building is ignored. In other words, the more buildings the player has, the less likely that one will be attacked. For example, if the player has two farm buildings, each building has a 50% chance of being attacked, three buildings would give 33%, four would give 25% chance of being attacked, etc.
    
Once a building has been chosen, the event takes the first animal stuck outside from that building to be the target of the attack. The animal will be removed and in the morning, all other animals will have a mood message about being frightened by the attack.
 
Once a building has been chosen, the event takes the first animal stuck outside from that building to be the target of the attack. The animal will be removed and in the morning, all other animals will have a mood message about being frightened by the attack.
107

edits

Navigation menu