Tip of the Day
The base chance to find FINE materials is 1/100, which you can increase with better gear and tools.

Steps Required (Mechanics): Difference between revisions

From Walkscape Walkthrough
No edit summary
Marked this version for translation
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
<translate>
<translate>


== Calculation to Apply Steps Required ==
== Calculation to Apply Steps Required == <!--T:1-->


<!--T:2-->
# The calculation for [[Special:MyLanguage/Work Efficiency (Mechanics)|Work Efficiency]] or [[Special:MyLanguage/Traveling (Mechanics)#Traveling Efficiency Calculation|Traveling Efficiency]] is applied first.
# The calculation for [[Special:MyLanguage/Work Efficiency (Mechanics)|Work Efficiency]] or [[Special:MyLanguage/Traveling (Mechanics)#Traveling Efficiency Calculation|Traveling Efficiency]] is applied first.
# The calculated number of required steps has the Steps Required attribute value applied.
# The calculated number of required steps has the Steps Required attribute value applied.
Line 11: Line 12:
# The new required step value is shown after rounding up.
# The new required step value is shown after rounding up.


<!--T:3-->
The full formula is:<br>
The full formula is:<br>
Steps per action = ceiling(max(((Base Steps &divide; Work Efficiency) &times; % Steps Required Modifier) + Flat Steps Required Modifier, 10)
Steps per action = ceiling(max(((Base Steps &divide; Work Efficiency) &times; % Steps Required Modifier) + Flat Steps Required Modifier, 10)


=== Activity Example with a Negative Steps Required ===
=== Activity Example with a Negative Steps Required === <!--T:4-->


<!--T:5-->
If we want to [[Special:MyLanguage/Cooking#Recipes|Fry a perch]] while wearing [[Special:MyLanguage/Oven mittens|Oven mittens]] at [[Special:MyLanguage/Cooking|Cooking]] level 30.
If we want to [[Special:MyLanguage/Cooking#Recipes|Fry a perch]] while wearing [[Special:MyLanguage/Oven mittens|Oven mittens]] at [[Special:MyLanguage/Cooking|Cooking]] level 30.


<!--T:6-->
# Oven mittens give a -2.0 steps required while cooking.
# Oven mittens give a -2.0 steps required while cooking.
# First, we do the [[Special:MyLanguage/Work Efficiency (Mechanics)|Work efficiency]] calculation to find out the number of steps required with our Cooking levels and Work efficiency.
# First, we do the [[Special:MyLanguage/Work Efficiency (Mechanics)|Work efficiency]] calculation to find out the number of steps required with our Cooking levels and Work efficiency.
Line 25: Line 29:
# The final steps required is 50 steps per action to fry a perch with only oven mittens equipped.
# The final steps required is 50 steps per action to fry a perch with only oven mittens equipped.


=== Traveling Example with a Negative Steps Required Item ===
=== Traveling Example with a Negative Steps Required Item === <!--T:7-->


<!--T:8-->
If we want to do travel from [[Special:MyLanguage/Barbantok|Barbantok]] to the [[Special:MyLanguage/Nomad Woods|Nomad Woods]] while wearing [[Special:MyLanguage/Medieval sneakers|Medieval sneakers]] at [[Special:MyLanguage/Agility|Agility]] level 30.
If we want to do travel from [[Special:MyLanguage/Barbantok|Barbantok]] to the [[Special:MyLanguage/Nomad Woods|Nomad Woods]] while wearing [[Special:MyLanguage/Medieval sneakers|Medieval sneakers]] at [[Special:MyLanguage/Agility|Agility]] level 30.


<!--T:9-->
# Medieval sneakers give a -5.0 steps required while traveling.
# Medieval sneakers give a -5.0 steps required while traveling.
# First, we do the [[Special:MyLanguage/Traveling (Mechanics)#Traveling Efficiency Calculation|Traveling Efficiency]] calculation to find out the number of steps required with our Agility levels and Work efficiency.
# First, we do the [[Special:MyLanguage/Traveling (Mechanics)#Traveling Efficiency Calculation|Traveling Efficiency]] calculation to find out the number of steps required with our Agility levels and Work efficiency.
Line 36: Line 42:
# The final steps required is 25 steps per action between Barbantok and the Nomad Wood for a total traveling distance of 250 steps.
# The final steps required is 25 steps per action between Barbantok and the Nomad Wood for a total traveling distance of 250 steps.


=== Traveling Example with a Positive Steps Required Item ===
=== Traveling Example with a Positive Steps Required Item === <!--T:10-->


<!--T:11-->
If we want to do travel from [[Special:MyLanguage/Barbantok|Barbantok]] to the [[Special:MyLanguage/Nomad Woods|Nomad Woods]] while wearing [[Special:MyLanguage/Traveler's kit|Traveler's kit]] at [[Special:MyLanguage/Agility|Agility]] level 30.
If we want to do travel from [[Special:MyLanguage/Barbantok|Barbantok]] to the [[Special:MyLanguage/Nomad Woods|Nomad Woods]] while wearing [[Special:MyLanguage/Traveler's kit|Traveler's kit]] at [[Special:MyLanguage/Agility|Agility]] level 30.


<!--T:12-->
# The Traveler's kit gives a +10.0 steps required while traveling.
# The Traveler's kit gives a +10.0 steps required while traveling.
# First, we do the [[Special:MyLanguage/Traveling (Mechanics)#Traveling Efficiency Calculation|Traveling Efficiency]] calculation to find out the number of steps required with our Agility levels and Work efficiency.
# First, we do the [[Special:MyLanguage/Traveling (Mechanics)#Traveling Efficiency Calculation|Traveling Efficiency]] calculation to find out the number of steps required with our Agility levels and Work efficiency.
Line 48: Line 56:


</translate>
</translate>
{{Version| 579}
{{Version| 579}}
[[Category:Game Mechanics{{#translation:}}]]
[[Category:Game Mechanics{{#translation:}}]]

Latest revision as of 09:57, 6 December 2025

Calculation to Apply Steps Required

  1. The calculation for Work Efficiency or Traveling Efficiency is applied first.
  2. The calculated number of required steps has the Steps Required attribute value applied.
    • -X or -X% steps required reduces the amount of steps for the activity. This can decrease the number of steps below the work efficiency cap.
    • +X or +X% steps required increases the amount of steps for the activity. This can increase the number of step to above it's base value.
  3. The calculated steps are compared to the global minimum of 10. If it is less than 10 then it is set to 10 step per action.
  4. The new required step value is shown after rounding up.

The full formula is:
Steps per action = ceiling(max(((Base Steps ÷ Work Efficiency) × % Steps Required Modifier) + Flat Steps Required Modifier, 10)

Activity Example with a Negative Steps Required

If we want to Fry a perch while wearing Oven mittens at Cooking level 30.

  1. Oven mittens give a -2.0 steps required while cooking.
  2. First, we do the Work efficiency calculation to find out the number of steps required with our Cooking levels and Work efficiency.
    • The base work for frying a perch is 70.
    • We have a total of 1.3625 cooking efficiency from our cooking levels which reduces the work to 52 steps after rounding
    • We subtract the steps required attribute from the steps per action. 52 steps per action - 2.0 steps required = 50 steps per action.
  3. The final steps required is 50 steps per action to fry a perch with only oven mittens equipped.

Traveling Example with a Negative Steps Required Item

If we want to do travel from Barbantok to the Nomad Woods while wearing Medieval sneakers at Agility level 30.

  1. Medieval sneakers give a -5.0 steps required while traveling.
  2. First, we do the Traveling Efficiency calculation to find out the number of steps required with our Agility levels and Work efficiency.
    • The Base Distance for the Route between Barbantok and the Nomad Woods is 342 steps.
    • We have a total of 1.30 traveling efficiency which reduces the distance to 270 after rounding giving 27 steps per section of the distance.
    • We subtract the steps required attribute from the steps per action. 27 steps per action - 5.0 steps required = 25 steps per action.
  3. The final steps required is 25 steps per action between Barbantok and the Nomad Wood for a total traveling distance of 250 steps.

Traveling Example with a Positive Steps Required Item

If we want to do travel from Barbantok to the Nomad Woods while wearing Traveler's kit at Agility level 30.

  1. The Traveler's kit gives a +10.0 steps required while traveling.
  2. First, we do the Traveling Efficiency calculation to find out the number of steps required with our Agility levels and Work efficiency.
    • The Base Distance for the Route between Barbantok and the Nomad Woods is 342 steps.
    • We have a total of 1.30 traveling efficiency which reduces the distance to 270 after rounding giving 27 steps per section of the distance.
    • We add the steps required attribute from the steps per action. 27 steps per action + 10.0 steps required = 37 steps per action.
  3. The final steps required is 37 steps per action between Barbantok and the Nomad Wood for a total traveling distance of 370 steps.


This page has been updated to reflect information in game version ✨📡 0.3.0-beta+579 "QoL & OTA Update"📡✨.