Local Crew added a new file:
QuoteDisplay MoreTo run the script you need node js installed, and readline-sync module to get input console.
After installing nodejs, the npm package manager command will be available to you in the windows console.Use it to install readline-sync with the command "npm install readline-sync"
After that, open the script and specify the path to the root SPT folder on your computer.
Run the script and enter the item's ID, name, or part of its name.
You will see the list of detected matches, which you can navigate with WASD keys, to select an item press any (except control) keys.
W and A are moved to the beginning of the list.
S and D are moved to the end of the list.
and get its object from items.json, locale en.json and handbook.json
To exit the application enter exit or press Ctrl+C to clear the console enter clear.