HARDreset 01

This commit is contained in:
sysek 2025-01-12 16:14:54 +01:00
parent 007845827e
commit 76088c591a
2 changed files with 0 additions and 16 deletions

0
.gitignore vendored
View file

16
main.py
View file

@ -1,16 +0,0 @@
class Player:
name = ""
STATs = {
"INT": 5,
"REF": 7,
"DEX": 7,
"TECH": 7,
"COOL": 7,
"WILL": 5,
"LUCK": 8,
"MOVE": 6,
"BODY": 5,
"EMP": 5
}
player = Player()