16
16
< link rel ="stylesheet " href ="css/bootstrap.css ">
17
17
< link rel ="stylesheet " href ="css/main.css ">
18
18
< link rel ="stylesheet " href ="css/bestiary.css ">
19
+ < link rel ="stylesheet " href ="css/encounterbuilder-bundle.css ">
19
20
20
21
<!-- Favicons -->
21
22
< link rel ="icon " type ="image/svg+xml " href ="favicon.svg ">
@@ -99,22 +100,22 @@ <h1 class="page__title no-wrap my-0">Bestiary</h1>
99
100
< div class ="cancer__wrp-mobile-1 cancer__anchor "> < div class ="cancer__disp-cancer "> </ div > <!--5ETOOLS_AD_MOB_PLAYER_1--> </ div >
100
101
101
102
< div id ="contentwrapper " class ="view-col ">
102
- < div class ="ecgen__visible mb-3 " id ="wrp-encounterbuild-random-and-adjust "> </ div >
103
+ < div class ="best- ecgen__visible mb-3 " id ="wrp-encounterbuild-random-and-adjust "> </ div >
103
104
104
- < div class ="ecgen__visible mb-4 " id ="ecgen__wrp-save-controls "> </ div >
105
+ < div class ="best- ecgen__visible mb-4 " id ="best- ecgen__wrp-save-controls "> </ div >
105
106
106
107
< div id ="sublistcontainer " class ="sublist sublist--resizable no-print ">
107
108
< div id ="sublistsort " class ="btn-group sublist__wrp-cols ">
108
109
< button class ="col-5 sort btn btn-default btn-xs " data-sort ="name "> Name</ button >
109
- < button class ="col-3-8 sort btn btn-default btn-xs ecgen__hidden " data-sort ="type "> Type</ button >
110
- < button class ="col-3-8 sort btn btn-default btn-xs ecgen__visible " disabled > </ button >
110
+ < button class ="col-3-8 sort btn btn-default btn-xs best- ecgen__hidden " data-sort ="type "> Type</ button >
111
+ < button class ="col-3-8 sort btn btn-default btn-xs best- ecgen__visible " disabled > </ button >
111
112
< button class ="col-1-2 sort btn btn-default btn-xs " data-sort ="cr "> CR</ button >
112
113
< button class ="col-2 sort btn btn-default btn-xs " data-sort ="count "> Number</ button >
113
114
</ div >
114
115
115
116
< div id ="sublist " class ="list "> </ div >
116
117
117
- < div class ="row ecgen__hidden ve-small ">
118
+ < div class ="row best- ecgen__hidden ve-small ">
118
119
< span class ="col-6 text-right pr-2 "> Total:</ span >
119
120
< span class ="col-6 no-wrap pl-0 " id ="totalcr "> </ span >
120
121
</ div >
@@ -134,7 +135,7 @@ <h1 class="page__title no-wrap my-0">Bestiary</h1>
134
135
</ table >
135
136
</ div >
136
137
137
- < div class ="ve-text-center mt-2 no-print ecgen__hidden ">
138
+ < div class ="ve-text-center mt-2 no-print best- ecgen__hidden ">
138
139
< button class ="btn btn-success btn-xs " id ="btn-encounterbuild "> Encounter Builder</ button >
139
140
< div id ="wrp-profbonusdice " class ="ve-inline-block ">
140
141
< button class ="btn btn-default btn-xs " id ="profbonusdice "
@@ -146,7 +147,7 @@ <h1 class="page__title no-wrap my-0">Bestiary</h1>
146
147
< button class ="btn btn-xs btn-info " id ="manage-brew "> Manage Homebrew</ button >
147
148
</ div >
148
149
149
- < div class ="ecgen__visible--flex-col ecgen__wrp pb-1 px-2 " id ="wrp-encounterbuild-group-and-difficulty "> </ div >
150
+ < div class ="best- ecgen__visible--flex-col best- ecgen__wrp pb-1 px-2 " id ="wrp-encounterbuild-group-and-difficulty "> </ div >
150
151
</ div >
151
152
</ div >
152
153
</ div >
@@ -160,7 +161,6 @@ <h1 class="page__title no-wrap my-0">Bestiary</h1>
160
161
< script type ="text/javascript " src ="js/utils.js "> </ script >
161
162
< script type ="text/javascript " src ="js/utils-ui.js "> </ script >
162
163
< script type ="text/javascript " src ="js/utils-list.js "> </ script >
163
- < script type ="text/javascript " src ="js/utils-list-bestiary.js "> </ script >
164
164
< script type ="text/javascript " src ="js/utils-tableview.js "> </ script >
165
165
< script type ="text/javascript " src ="lib/localforage.js "> </ script >
166
166
< script type ="text/javascript " src ="js/omnidexer.js "> </ script >
@@ -178,8 +178,7 @@ <h1 class="page__title no-wrap my-0">Bestiary</h1>
178
178
< script type ="text/javascript " src ="js/multisource.js "> </ script >
179
179
< script type ="text/javascript " src ="js/filter-common.js "> </ script >
180
180
< script type ="text/javascript " src ="js/filter-bestiary.js "> </ script >
181
- < script type ="text/javascript " src ="js/bestiary-encounterbuilder.js "> </ script >
182
- < script type ="text/javascript " src ="js/bestiary.js "> </ script >
181
+ < script type ="module " src ="js/bestiary.js "> </ script >
183
182
< script type ="text/javascript " src ="js/list2.js "> </ script >
184
183
< script type ="text/javascript " src ="lib/elasticlunr.js "> </ script >
185
184
0 commit comments