Guest User

Untitled

a guest
Dec 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. param_definitions = [
  2. ('skill', '', False),
  3. ('skilllvl', '', False),
  4. ('skillexp', '', False),
  5. ('skill2', '', False),
  6. ('skill2lvl', '', False),
  7. ('skill2exp', '', False),
  8. ('skill3', '', False),
  9. ('skill3lvl', '', False),
  10. ('skill3exp', '', False),
  11. ('members', '', True),
  12. ('ticks', '', True),
  13. ('ticksnote', '', False),
  14. ('quest', '', False),
  15. ('tools', '', False),
  16. ('facilities', '', False),
  17. ('mat1', '', True),
  18. ('mat1pic', '', False),
  19. ('mat1quantity', '1', False),
  20. ('mat1txt', '', False),
  21. ('mat1cost', '', False),
  22. ('mat2', '', False),
  23. ('mat2pic', '', False),
  24. ('mat2quantity', '1', False),
  25. ('mat2txt', '', False),
  26. ('mat2cost', '', False),
  27. ('mat3', '', False),
  28. ('mat3pic', '', False),
  29. ('mat3quantity', '1', False),
  30. ('mat3txt', '', False),
  31. ('mat3cost', '', False),
  32. ('mat4', '', False),
  33. ('mat4pic', '', False),
  34. ('mat4quantity', '1', False),
  35. ('mat4txt', '', False),
  36. ('mat4cost', '', False),
  37. ('mat5', '', False),
  38. ('mat5pic', '', False),
  39. ('mat5quantity', '1', False),
  40. ('mat5txt', '', False),
  41. ('mat5cost', '', False),
  42. ('mat6', '', False),
  43. ('mat6pic', '', False),
  44. ('mat6quantity', '1', False),
  45. ('mat6txt', '', False),
  46. ('mat6cost', '', False),
  47. ('outputname', '', True),
  48. ('outputpic', '', False),
  49. ('outputquantity', '1', False),
  50. ('outputcost', '', False),
  51. ]
Advertisement
Add Comment
Please, Sign In to add comment