untitledcyberbonk2077/main.py

16 lines
251 B
Python
Raw Normal View History

2024-08-11 21:54:40 +02:00
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()