A-Vladimir

fu_byosai.config.patch

Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [
  2. [
  3. {
  4. "op": "test",
  5. "path": "/byosItems",
  6. "inverse" : true
  7. },
  8. {
  9. "op": "add",
  10. "path": "/byosItems",
  11. "value": []
  12. }
  13. ],
  14. [
  15. {
  16. "op" : "replace",
  17. "path" : "/defaultShipUpgrade/shipLevel",
  18. "value" : 3
  19. },
  20. {
  21. "op" : "add",
  22. "path" : "/byosItems",
  23. "value" : {"name" : "supermatter", "count" : 20}
  24. }
  25. ]
  26.  
  27. ]
Advertisement
Add Comment
Please, Sign In to add comment