Add new comment
Progress on Weapon Tool |
||
Submitted by Dulac on Mon, 2019-05-13 03:27 | ||
Not sure if anyone cares (mod scenes is understandably quiet), but it's fun for me to create this item tool when I have time. I've made some more progress for unique ring creation. The enchantment block is a little tricky. The user can add 10 blocks (I just haven't implemented "infinite" blocks yet). I just have to grab the values and spit out the gas code for them. I decided to generate the html select tag with a label and input generated with each select tag. After that I should have a prototype to create unique rings with. I might decide to generate the html differently, but my first thought was to generate a selection of the types of modifiers a user would want to add to their item and an input for their value. I have some more ideas that will take longer, but it's a good idea to get something simple finished and increase the complexity. Still not finished and very ugly UI (no CSS yet), but here is the github link if anyone wants to take a look: https://rjdulac.github.io/DS2-Unique-Ring-Creation-Tool/ code (needs refactoring): blogs: |
||