This commit is contained in:
2026-05-15 21:22:51 -04:00
parent 48dddc616b
commit af9208ef00
2 changed files with 32 additions and 17 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
usage:
```
> solve 41/63 50/60 55/55 43/64 60/66 51/55 48/59 41/63
10: [Wood, Grains, String, String, Oil, Meat, Meat, Gem, Gem, Gem]
solve 41/63 50/60 55/55 43/64 60/66 51/55 48/59 41/63
> Wood:1, Grains:1, String:2, Oil:1, Meat:2, Gem:3 (10 total)
```
solves for the least number of materials needed given a priority
@@ -12,7 +12,7 @@ input is just the stats in order shown in wynncraft (limit/max)
dot `.` means it's maxed out already
```
> priority wood paper grains string oil meat
priority wood paper grains string oil meat
```
sets the material priority for solving (what to use and what to try first)