Merge branch 'master' into dev
This commit is contained in:
commit
04b2dd16eb
2 changed files with 46 additions and 5 deletions
49
README.md
49
README.md
|
@ -1,4 +1,45 @@
|
|||
#Hello!
|
||||
##We don't have a name for this project yet
|
||||
###Nor have we publicly released it.
|
||||
Authors: **hppeng** and **ferricles**
|
||||
# WynnBuilder
|
||||
Wynncraft class building calculator & general utility site
|
||||
|
||||
![builder screenshot](https://user-images.githubusercontent.com/16601189/111013491-9cc8a080-836d-11eb-86fc-2e6413d0e493.png)
|
||||
|
||||
## Features
|
||||
|
||||
### WynnBuilder
|
||||
|
||||
Takes a build's items as input and returns all relevant information
|
||||
- Damage numbers
|
||||
- Spellcosts
|
||||
- Equip order
|
||||
- Skillpoints required & left over
|
||||
- Defensive stats (EHP, EleDefs, etc.)
|
||||
|
||||
Boosts and Powder specials
|
||||
- Spell boosts, such as Vanish and War Scream
|
||||
- Powder special buffs
|
||||
- Damage numbers for specials like Quake and Wind Prison
|
||||
|
||||
and more...
|
||||
|
||||
### WynnCrafter
|
||||
|
||||
Crafting recipe calculator
|
||||
|
||||
### WynnAtlas
|
||||
|
||||
Fully featured item search
|
||||
|
||||
### WynnCustom
|
||||
|
||||
Custom item creator
|
||||
|
||||
|
||||
## Why Use It?
|
||||
- Client sided = no dependence on server requests
|
||||
- Correct calculations with the correct formulas
|
||||
- Comprehensive features
|
||||
- Constantly maintained by class builders
|
||||
|
||||
## Documentation
|
||||
|
||||
ahhhhhhhhhhh
|
|
@ -64,7 +64,7 @@
|
|||
<div class="searchbox">
|
||||
<div class="left">
|
||||
<label for="name-choice">Name:</label><br>
|
||||
<input class="searchinput" type="text" id="name-choice" name="name-choice" placeholder="Item name (case insensitive)" tabindex="1"/>
|
||||
<input class="searchinput" type="text" id="name-choice" name="name-choice" placeholder="Item name (case insensitive)" tabindex="1" autofocus/>
|
||||
<p class="error"></p>
|
||||
</div>
|
||||
<div class="left">
|
||||
|
|
Loading…
Reference in a new issue