imayushsaini / Bombsquad-Ballistica-Modded-Server

Modded Server scripts for game BombSquad
MIT License
52 stars 52 forks source link

Stats and levels #11

Closed pranav-1711 closed 2 years ago

pranav-1711 commented 2 years ago

Added a player records system that keeps records of player such as, stats - stats of player (kills, deaths, score) level - Keeps track of player exp and level A auto update file that will keep file records, such that

  1. Stats will be updated every month
  2. If directory or file not exit, handle it. Added inventory for player in player data. A level object to calculate exp from stay time of player (to be a fair game.) Easy to write and extendable decorator based package. Added Effects and Tag nodes. Completing certain levels will give a player effects, perks, tag. Easy to write and extendable decorator based package. Removed old currency folder, as now level will reward players without distraction. Removed old stats , this work is based on that and both were doing same job. All packages are independent and plugin based.