Commit Graph

10 Commits

Author SHA1 Message Date
kansaigaijin
511b497580 Changed armor to go on armor slot instead of chest slot. 2025-07-13 20:37:21 +12:00
kansaigaijin
55030323ad Corrected last bugs in character creation. Now fully complete. 2025-07-13 19:16:02 +12:00
kansaigaijin
d14e9e8e8b Moved functions around. Moved Inventory and thus equipped items into its own class 2025-07-13 16:10:31 +12:00
kansaigaijin
095de06d17 Updated Inventory and Player classes with better handling 2025-06-26 21:52:52 +12:00
kansaigaijin
ce1c76626d Updated Inventory and Player functions with better handling 2025-06-26 21:52:25 +12:00
kansaigaijin
f896cc9184 Moved inventory details to its own class 2025-06-26 21:42:55 +12:00
KansaiGaijin
ae6e1d8952 Update player.py
Updated how item type is portrayed at class level
2022-12-20 22:57:01 +13:00
KansaiGaijin
b53d0d4f44 Update player.py
Updated small error in allocation code not counting words correctly
2022-10-30 15:07:46 +13:00
KansaiGaijin
0eba3e823e Update player.py
Updated Enum names for better usage.
Beginning to consider attunement ramifications.
Allocation for character creation is better formatted.
2022-10-30 14:43:47 +13:00
KansaiGaijin
7b974226c6 Create player.py
Player class has it's own location now to maintain.

Includes inventory and equipment as well as initialising items.
2022-10-29 09:36:47 +13:00