Advertisement
Guest User

Example Format

a guest
Nov 14th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Formats {
  2. "Example"{
  3. Clauses{
  4. General-Clauses{
  5. Battle-Type=Single
  6. Bag-Clause=true
  7. Full-Heal=true
  8. Inverse-Battle=false
  9. Level-Cap=100
  10. Level-Cap-Enforced=false
  11. Level-Floor=1
  12. Monotype=None
  13. Party-Selection-Max:6
  14. Party-Size-Max=6
  15. Party-Size-Min=1
  16. Raise-To-Cap=true
  17. Sleep-Clause=true
  18. Species-Clause=true
  19. Team-Preview=true
  20. Team-Preview-Time=15
  21. Team-Preview-Show-Enemy=true
  22. Turn-Time=60
  23. }
  24. Other-Clauses{
  25. Ability-Clauses{
  26. Clauses=[
  27. "Drizzle",
  28. "Sand Stream"
  29. ]
  30. List-Type=Black
  31. }
  32. Complex-Clauses{
  33. Clauses=[
  34. #N: Name, P: Pokemon, I: Item, M: Move, A: Ability, Z: Z-Crystal, MS: Megastone
  35. ["N:Kommonium-Z Kommo-o", "P:Kommo-o", "Z:Kommonium-Z"],
  36. ["N:Speed Boost Blaziken", "P:Blaziken", "A:Speed Boost"]
  37. ]
  38. List-Type=Black
  39. }
  40. Item-Clauses{
  41. Clauses=[
  42. "Iron Ball",
  43. "Leftovers"
  44. ]
  45. List-Type=Black
  46. }
  47. Mega-Stone-Clauses{
  48. Clauses=[
  49. "Charizardite X",
  50. "Tyranitarite"
  51. ]
  52. List-Type=Black
  53. }
  54. Pokemon-Clauses{
  55. Clauses=[
  56. "Chansey",
  57. "Muk-Alola",
  58. "Rotom-Wash"
  59. ]
  60. List-Type=Black
  61. }
  62. Z-Crystal-Clauses{
  63. Clauses=[
  64. "Eevium Z",
  65. "Firium-Z"
  66. ]
  67. List-Type=Black
  68. }
  69. }
  70. }
  71. }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement