-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextTemplate.js
80 lines (79 loc) · 2.09 KB
/
textTemplate.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
const textTemplate = {
"d": {
"actions": {
"finish": {},
"init": {},
"start": {}
},
"anchorFrameType": "SCREEN",
"anchorPoint": "CENTER",
"authorOptions": {},
"automaticWidth": "Auto",
"color": [1,1,1,1],
"conditions": {},
"config": {},
"customTextUpdate": "event",
"displayText": "%p",
"displayText_format_p_format": "timed",
"displayText_format_p_time_dynamic_threshold": 60,
"displayText_format_p_time_format": 0,
"displayText_format_p_time_legacy_floor": false,
"displayText_format_p_time_mod_rate": true,
"displayText_format_p_time_precision": 1,
"fixedWidth": 200,
"font": "Friz Quadrata TT",
"fontSize": 12,
"frameStrata": 1,
"id": "New 3",
"information": {},
"internalVersion": 66,
"justify": "LEFT",
"load": {
"class": {"multi": {},},
"encounterid": "2688",
"size": {"multi": {},},
"spec": {"multi": {},},
"talent": {"multi": {},},
"use_encounterid": true
},
"outline": "OUTLINE",
"regionType": "text",
"selfPoint": "BOTTOM",
"semver": "1.0.5",
"shadowColor": [0,0,0,1],
"shadowXOffset": 1,
"shadowYOffset": -1,
"source": "import",
"subRegions": [{"type": "subbackground"}],
"tocversion": 100105,
"triggers": {
"1": {
"trigger": {
"debuffType": "HELPFUL",
"delay": 5,
"duration": "",
"event": "Encounter Events",
"eventtype": "ENCOUNTER_START",
"names": {},
"spellIds": {},
"subeventPrefix": "SPELL",
"subeventSuffix": "_CAST_START",
"type": "event",
"unit": "player",
"use_delay": true,
"use_eventtype": true
},
"untrigger": {},
},
"activeTriggerMode": -10
},
"uid": "",
"version": 1,
"wordWrap": "WordWrap",
"xOffset": 0,
"yOffset": 0
},
"m": "d",
"s": "5.7.0",
"v": 1421,
};