yalikejazz1337 / text-based-RPG

A simple text based RPG game written in Python using various libraries. Inspired by the EPIC RPG Discord Bot.
https://yalikejazz1337.github.io/text-based-rpg.com
1 stars 0 forks source link

No Level System #4

Closed yalikejazz1337 closed 2 years ago

yalikejazz1337 commented 2 years ago

There is currently no leveling system. To add this, there should be a 'level' command, which costs 100 coins and 1000 xp to use which levels you up, giving better stats and stuff. And a level multiplier so if you're at level 2 the cost goes to 200 coins and 2000 xp.

MoreCookies commented 2 years ago

just like when they get the required xp amount they automatically level up and then -it resets their current xp -increases the xp required for the next level -sends them like a congratulations message or something -increases their stats -in order to wield better weapons/gear they have to have a certain level, which will be checked when they attempt to craft it or something idk

yalikejazz1337 commented 2 years ago

Yes. Work on tomorrow together.