second init
This commit is contained in:
parent
71eff5f71a
commit
007845827e
2 changed files with 16 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
main.py
|
16
main.py
Normal file
16
main.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
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