| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "items":
- [
- { //backgound color
- "type": "drawRect",
- "rect": {"x": 4, "y": 4, "w": 72, "h": 24},
- "color": [10, 10, 10, 255]
- },
- { //clocks icon
- "type": "image",
- "image": "VCMI/BATTLEQUEUE/STATESSMALL",
- "frame": 1,
- "position": {"x": 4, "y": 6}
- },
- { //timer field label
- "name": "timer",
- "type": "label",
- "font": "big",
- "alignment": "left",
- "color": "yellow",
- "text": "",
- "position": {"x": 26, "y": 2}
- },
- ],
- "variables":
- {
- "notificationTime": [0, 1, 2, 3, 4, 5, 20],
- "notificationSound": "WE5",
- "textColorFromPlayerColor": true
- }
- }
|