Battle Simulator

Player files are JSON files. You can use them by linking them in the customize battle section. Player files should be easy to understand.
{ "name":"Base", "sprite":"https://sjrnoodles.github.io/battle_simulator/assets/default_.png", "health":9200, "moves": { "m1":{ "name":"sword", "type":"attack", "dmg":250, "crit_chance":3 }, "m2":{ "name":"blast", "type":"attack", "dmg":500, "crit_chance":5 }, "m3":{ "name":"boom", "type":"attack", "dmg":650, "crit_chance":2 } } }

Custom sprites

The sprite variable in the JSON file contains a link to a png image. Recommended sizes for your custom player sprite should be 32x32 up to around 64x64.

Crit Chances

Crit chances are chances or critical hits. If a crit chance is 2, that would be a 1 in 2 chance (50%) of a critical hit!

Notices

Do not change names "m1","m2", or "m3". You should change the name of the attack via the name variable!
I don't own any custom made avatars!
Use custom player json files at your own risk! (you should look through custom player JSON's to make sure they aren't malicious)