-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault.html
156 lines (141 loc) · 11.3 KB
/
default.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{% set instrumentClass = "flex-container" if localSettings.showDungeonItemCount else "" %}
{# Magpie is built with a width of 294 in mind - change with caution #}
{% set width = 294 %}
<div class="dungeon-parent">
{% if localSettings.showGoMode %}
{{ item("GO_MODE", max="2", width="58px", height="58px", top="50%", left="50%", classes="parent-center") }}
{% endif %}
<!-- D8, D1, D0 -->
<div class="row pt-3" style="width: {{width}}px">
<div class="col col-3"></div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT8", max="1", secondary="REQ8", classes="") }}
{{ item("ITEM8", max_image="1", overlay_count="ITEM8", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2 dungeon-wrapper">
{{ item("STONE_BEAK8", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY8", width="12px", height="21px", max_image="1", overlay_count="KEY8", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY8", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP8", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS8", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT1", max="1", secondary="REQ1", classes="") }}
{{ item("ITEM1", max_image="1", overlay_count="ITEM1", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK1", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY1", width="12px", height="21px", max_image="1", overlay_count="KEY1", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY1", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP1", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS1", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}} great-fairy">
{{ item("GREAT_FAIRY", max="1", classes="", gfx=False) }}
{{ item("ITEM0", max_image="1", overlay_count="ITEM0", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK0", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY0", width="12px", height="21px", max_image="1", overlay_count="KEY0", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY0", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP0", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS0", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
</div>
<!-- D7, D2 -->
<div class="row pt-3" style="width: {{width}}px">
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT7", max="1", secondary="REQ7", classes="") }}
{{ item("ITEM7", max_image="1", overlay_count="ITEM7", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK7", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY7", width="12px", height="21px", max_image="1", overlay_count="KEY7", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY7", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP7", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS7", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
<div class="col col-6"></div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT2", max="1", secondary="REQ2", classes="") }}
{{ item("ITEM2", max_image="1", overlay_count="ITEM2", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK2", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY2", width="12px", height="21px", max_image="1", overlay_count="KEY2", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY2", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP2", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS2", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
</div>
<!-- D6, D3 -->
<div class="row pt-3" style="width: {{width}}px">
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT6", max="1", secondary="REQ6", classes="") }}
{{ item("ITEM6", max_image="1", overlay_count="ITEM6", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK6", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY6", width="12px", height="21px", max_image="1", overlay_count="KEY6", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY6", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP6", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS6", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
<div class="col col-6"></div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT3", max="1", secondary="REQ3", classes="") }}
{{ item("ITEM3", max_image="1", overlay_count="ITEM3", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK3", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY3", width="12px", height="21px", max_image="1", overlay_count="KEY3", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY3", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP3", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS3", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
</div>
<!-- D4, D5 -->
<div class="row pt-3" style="width: {{width}}px">
<div class="col col-3 px-0"></div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT5", max="1", secondary="REQ5", classes="") }}
{{ item("ITEM5", max_image="1", overlay_count="ITEM5", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK5", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY5", width="12px", height="21px", max_image="1", overlay_count="KEY5", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY5", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP5", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS5", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
<div class="col col-3 text-center px-0">
<div class="{{instrumentClass}}">
{{ item("INSTRUMENT4", max="1", secondary="REQ4", classes="") }}
{{ item("ITEM4", max_image="1", overlay_count="ITEM4", invert_count=True, allItems=allItems, hideIfZero=True, classes="flex-item", gfx=False) }}
</div>
<div class="pt-2">
{{ item("STONE_BEAK4", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("KEY4", width="12px", height="21px", max_image="1", overlay_count="KEY4", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("NIGHTMARE_KEY4", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("MAP4", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
{{ item("COMPASS4", max_image="1", width="12px", height="21px", classes="small", allItems=allItems, hideIfZero=True, gfx=False) }}
</div>
</div>
</div>
</div>