HARDreset 01
This commit is contained in:
parent
007845827e
commit
76088c591a
2 changed files with 0 additions and 16 deletions
0
.gitignore
vendored
0
.gitignore
vendored
16
main.py
16
main.py
|
@ -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()
|
|
Loading…
Add table
Reference in a new issue