Add new fabled item

This commit is contained in:
b 2021-07-05 21:51:20 -07:00
parent f0ccebd6a9
commit a0872717f4
5 changed files with 1669 additions and 5 deletions

1665
clean.json

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -7,6 +7,8 @@ const nonRolled_strings = ["name","lore", "tier","set","type","material","drop",
//omitted "nDam_", "fDam_", "wDam_", "aDam_", "tDam_", "eDam_" - will be calculated on display //omitted "nDam_", "fDam_", "wDam_", "aDam_", "tDam_", "eDam_" - will be calculated on display
// NOTE: DO NOT DELETE ENTRIES FROM ARRAYS FOR BACKWARDS COMPAT REASONS!!! // NOTE: DO NOT DELETE ENTRIES FROM ARRAYS FOR BACKWARDS COMPAT REASONS!!!
// TODO: Add an exclude list
/** /**
* @param {Map} custom - the statMap of the CI * @param {Map} custom - the statMap of the CI
* @param {boolean} verbose - if we want lore and majorIds to display * @param {boolean} verbose - if we want lore and majorIds to display

View file

@ -28,9 +28,6 @@
<p class="itemp" id="help"> <p class="itemp" id="help">
<a class = "link" href="https://forums.wynncraft.com/threads/wynnbuilder-release-thread-and-some-damage-calculation-updates.281438">Forum thread (instructions/help)</a> <a class = "link" href="https://forums.wynncraft.com/threads/wynnbuilder-release-thread-and-some-damage-calculation-updates.281438">Forum thread (instructions/help)</a>
</p> </p>
<p class ="itemp" id = "builder">
Wynncraft 1.20.3 is coming out soon! Click <a href = "./builder3.html" class = "link">here</a> to access WynnBuilder with str/dex changes.
</p>
</div> </div>
</div> </div>
<div class = "headerright" id = "headerright"> <div class = "headerright" id = "headerright">

View file

@ -1,4 +1,4 @@
const DB_VERSION = 68; const DB_VERSION = 69;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db; let db;