ncvescera / GTFStats

Web Interface for GTFO The Game EnemyBalancingDataBlock stats

Home Page:https://ncvescera.github.io/GTFStats/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GTFStats

Web Interface for GTFO The Game EnemyBalancingDataBlock stats.

This UI is based on EnemyBalancingDataBlock provided by UntiIted/OriginalDataBlocks

UI features 🚀

features

You can see all the enemy names, click on them to reveal their stats (reclick to hide). Stats are organized in 4 categories:

  • Health: stats like MaxHealth, Health Damage Multiplier, ecc
  • Damage: damage dealt with melee or ranged attacks
  • Collision: collision range with player, can be pushed, ecc
  • C-Foam: c-foam (glue) resistance and fadeout time

Build ⚙️

Clone the repo in your local machine:

git clone https://github.com/ncvescera/GTFStats.git
cd GTFStats

Then install the required packages with:

yarn install

Now you can build the project or just run it:

# build
yarn build

# run
yarn serve

The publish.sh script will create a new branch and push the content of dist (the folder generated with the command yarn build) in origin/gh-pages. This is useful if you have a GitHub-Page environment set up in the remote repo. You can run it with:

./publish.sh
# or
yarn ghpages

About

Web Interface for GTFO The Game EnemyBalancingDataBlock stats

https://ncvescera.github.io/GTFStats/

License:GNU General Public License v3.0


Languages

Language:Vue 94.0%Language:HTML 2.7%Language:JavaScript 2.2%Language:Shell 1.1%