So i been playing a free game called Deepest World. i made a wood chopping bot and other.
Now i am trying to mod my inventory items. like change the wooden sword damage value or increase the number of wood i have. i am curious on what i can do with Javascript and this is the first game that got me interested in modding. i plan on learning Lua though to mod Hades ( it might Hades 2) and levels etc.
so i dont know much of Javascript or Lua ( i have only studied some C programming), i dont know what i can do with a scripting language.
so if i can use Javascript to alert my weapons and inventory please let me know? also just some good advice.
i tried using console.log(physwoodsword1) to bring up the objects info and tried
dw.log(physwoodsword1) to see it in chat wind also tried using Alert which just said “physwoodsword1”.
i was just going to try swapping the attack value from 24 to anything more as test if i am on the right track. i love the challenge but its been a week and no progress.