A collection of useful links #
🐣 General Shop Titans FAQ #
for newbs and as a refresher (by Laterus). It’s a little bit outdated, but still great!
https://drive.google.com/file/d/1CtY77u7AwsDUFCfZ3LlrCozlG18i_Elu/view
Lots of guides: ST-Central #
https://st-central.net/ - Unfortunately they discriminate against VPN users.
💹 Live market data #
and 48h history search: https://smartytitans.com/
You can also view info on guilds from there.
📆 Upcoming events #
…and reset timers for champ requests, bosses: https://docs.google.com/spreadsheets/d/1T9mvInbrzdzjLstWUv4JjHoTu1rUW49Q6XWvJB9ZMdM/
🧩 Official data spreadsheet #
All things about the game incl. blueprint and item values: https://docs.google.com/spreadsheets/d/1WLa7X8h3O0-aGKxeAlCL7bnN8-FhGd3t7pz2RCzSg8c/
Official game data as JSON #
curl 'https://playshoptitans.com/gamedata/items.json' | gzip --decompress > items.json
And all of them (see Browser’s network requests):
for name in 'texts_en' 'items' 'purchases' 'purchasesTexts' 'wlevels'; do \
curl "https://playshoptitans.com/gamedata/${name}.json" \
| gzip --decompress > "${name}.json"; \
done
I think they didn’t upload other languages to website. You can use AssetRipper to get them from game’s resources.
PS: ST-Central are weak gatekeepers with muh “““data mining”””. I hope doctors gatekeep your test results from you too!
📜 Official Blueprint data #
Easier to view and use (airship power, caprice value): https://playshoptitans.com/blueprints
👨👩👧 Example team composition #
and hero guide by st-central (outdated, around 2022): https://docs.google.com/spreadsheets/d/e/2PACX-1vToZu-xRXRUjgU26St3tEH6OzXdVCADMY46zFrFUpcZiCuv3fcook5K4Y5uO0wF0esgDO06B-ZvPGqg/pubhtml/sheet?gid=395750963
⚔️ Best items for respective hero slots: #
- t13: https://stcentral-hub.github.io/posts/bis-heroes/
- For levelling new heroes and up to t12: https://st-central.net/levelling-hero-gear/
💪 Hero and Skills Simulation #
That’s how I see which skills to keep on new heroes. The rating is based on community consensus.