Kosm0-o / DraconicDestroyer

Modified Text RPG from FreeCodeCamp
https://kosm0-o.github.io/DraconicDestroyer/
0 stars 0 forks source link

weapon durability suggestion #10

Open Loststar3 opened 3 weeks ago

Loststar3 commented 3 weeks ago

the weapons brake at random, would like it if the text would say, "your weapon is looking like it's about to break!" and i think it would be cool to add more options to the town using this. by expanding the Ui into the text area (like the shop Ui examples) you could add all the shops, and places you can visit in the town, while still keeping the places to travel to like "fight the dragon" in its original place, and instead of the shop holding the potion and weapon shop Ui it can now have a potion shop, a weapon shop, and now a blacksmith. the blacksmith can repair your weapons at the cost of 75% or 1/2 (you choose, whatever feels fair) of the weapon, but he can only repair it if the weapon hasn't been destroyed. because when it warns you that your weapons durability is low it will then have the rng be a smaller range so it's easier for it to break (so the rng chooses a number 1-10 and if it lands 5 then the durability warning appears for that weapon, and it sets the rng to 1-3 and has to land on 2 for weapon to break). I could not find the code for it, so i think you will have to make it.

i would code if i knew how to, i will try my best to learn tomorrow so I can start making pull request.