Amuzet / Tabletop-Simulator-Scripts

Storage for my Tabletop Simulator scripts
11 stars 10 forks source link

Patch 6 #9

Closed Oops-I-baked-a-pie closed 3 years ago

Oops-I-baked-a-pie commented 3 years ago
  1. updated DFC card states to have front face be state1 and backface be state2
  2. added moxfield support (avoiding JSON.decode with this one since moxfields json format causes TTS to freeze/crash)
  3. fixed an error in setCard when dealing with foreign card sets like "set":"fbb","set_name":"Foreign Black Border"
  4. added a function to find paired {} [] brackets, for the bits in the code that attempt to "simplify" stuff for JSON.decode

[edit] sry for multiple commits on top of each other, forgot to update version number and also removed some debugging bits left behind from some time ago [/edit]