Skip to content

Commit

Permalink
Merge pull request #128 from MichaelEbert/edgeFixes
Browse files Browse the repository at this point in the history
Refactored initSingleElement
  • Loading branch information
MichaelEbert authored Dec 18, 2021
2 parents 9f5e7e4 + 5f9df29 commit 4fe68de
Show file tree
Hide file tree
Showing 24 changed files with 596 additions and 525 deletions.
5 changes: 5 additions & 0 deletions casual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,11 @@ <h3>Made by Ben Songster (MeemawHustlin)</h3>

</article>
</div>
<script type="module">
import exportNamespace from './js/module-shim.mjs'
import * as common from './js/common.mjs';
exportNamespace(common);
</script>
<script>
init();
makeCollapsible();
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions data/fame.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{"version":4,"name":"Fame","classname":"fame","extraColumn":"max","weight":5,"elements":[
{"name":"Oblivion Gates","elements":[
{"ref":"0x00028C72","name":"Kvatch Gate","max":1}
,{"ref":"0xFFFFFF01","max":12}
,{"ref":"0xFFFFFF02","max":10}
,{"ref":"0xFFFFFF03","max":40}
,{"ref":"0xFFFFFF01","type":"number","max":12}
,{"ref":"0xFFFFFF02","type":"number","max":10}
,{"ref":"0xFFFFFF03","type":"number","max":40}
,{"ref":"0xFFFFFF04","max":1}
]},
{"name":"Quests","elements":[
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 4fe68de

Please sign in to comment.