Pistonite / botw-ist

NEW IST Simulator
https://ist.itntpiston.app/
MIT License
6 stars 2 forks source link

Command for simulating Hold items #19

Open alkaris2 opened 1 year ago

alkaris2 commented 1 year ago

Something that would be useful is simulate hold items so to hold a set of specific items to get the desired result when performing IST.

hold [items ...]

would also be better if you could use pipe | symbol to list multiple things in the regex with everything encased in square brackets for those specific items. ie;

hold [Hylian Shroom | Spicy Pepper | Diamond | Hyrule Bass | Fairy]

Also when simulating holding of items, subtract N number of items currently listed.

Pistonight commented 1 year ago

The only scenario where hold is useful IMO is when you are breaking slots:

# do the smuggle
hold 1 shroom 1 pepper
# break slots
sell all shroom all pepper

This is achieved in the simulator with the break command

break 2 slots with all shroom all pepper

In other cases, you hold an item usually to drop/remove it, in which case you can use the remove command. If you want to indicate that hold is required for a step, you can use a comment.

Is there a specific scenario you have in your mind where simulating hold is useful? Or a state where holding and not holding makes a difference?

Pistonight commented 1 week ago

BTW, this is planned for v4 update. Stay tuned :)