Loading

Paste #p1plwhemt

  1. Action 14 JSON templates:
  2. - 'JSON':
  3.   - '1'
  4.     - 'PLAI': '{ "Supports": ["GSProduction"], "Production": PARAM(1), "Technology": PARAM(2) }'
  5.     - 'PARA':
  6.       - 1:
  7.         - 'TYPE': 0 // int/enum
  8.         - 'REG_': 0x100
  9.       - 2:
  10.         - 'TYPE': 0 // int/enum
  11.         - 'REG_': 0x101
  12.         - 'VALU':
  13.           - 1: 'outdated'
  14.           - 2: 'current'
  15.           - 3: 'future'
  16.  
  17. Callback Industry info:
  18. - Called for specific instance, or in 'purchase list' for a specific industry type without a particular instance in mind.
  19. - Example Callback result:
  20.    - Result 1 -> Template JSON 1
  21.    - Register 0x100 -> 120
  22.    - Register 0x101 -> 1
  23. - Result for GS:
  24.    {
  25.      "Supports": ["GSProduction"],
  26.      "Production": 120,
  27.      "Technology": "outdated"
  28.    }

Comments