Skip to content
Snippets Groups Projects
Commit 265ae99c authored by Tucker Siegel's avatar Tucker Siegel
Browse files

update

parent 97858709
No related branches found
No related tags found
No related merge requests found
...@@ -122,12 +122,12 @@ func BuildStageMatches(mode string, value int) map[string]float64 { ...@@ -122,12 +122,12 @@ func BuildStageMatches(mode string, value int) map[string]float64 {
} }
return map[string]float64{ return map[string]float64{
"silk": harvestVal * 0.545, "emergence": harvestVal * 0.07,
"blister": harvestVal * 0.66, "3LeafCollar": harvestVal * 0.13,
"milk": harvestVal * 0.725, "6LeafCollar": harvestVal * 0.2,
"dough": harvestVal * 0.795, "silk": harvestVal * 0.545,
"dent": harvestVal * 0.87, "milk": harvestVal * 0.725,
"harvest": harvestVal, "harvest": harvestVal,
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment