neelthee-mansion 2.0.4__py3-none-any.whl → 2.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -740,7 +740,7 @@ def main():
740
740
 
741
741
  if Standord_Player:
742
742
  while True:
743
- type_text("Who do you want to play as?", colorTrue=color_coding)
743
+ type_text("Who do you want to play as?", colorTrue=False)
744
744
  print(df)
745
745
  selected_character = loop_til_valid_input(
746
746
  "Who do you want to play as? (please select the number to the left of there stats)",
@@ -756,13 +756,13 @@ def main():
756
756
  weight = character_info['weight(LBs)']
757
757
  break
758
758
  else:
759
- type_text(colorTrue=color_coding)
759
+ type_text(colorTrue=False)
760
760
 
761
- type_text("Please enter a codename for your achievements to save under \n>", False, colorTrue=color_coding)
761
+ type_text("Please enter a codename for your achievements to save under \n>", False, colorTrue=False)
762
762
  codename = input()
763
763
 
764
764
  else:
765
- type_text("You will now have to enter a name, age, height, and weight. Please enter the height in this format: _ft _. These will be used throughout the game.", colorTrue=color_coding)
765
+ type_text("You will now have to enter a name, age, height, and weight. Please enter the height in this format: _ft _. These will be used throughout the game.", colorTrue=False)
766
766
 
767
767
  name = loop_til_valid_input("What is your name?", "You didn't enter a string. Please enter a string.", str)
768
768
  age = loop_til_valid_input("What is your age (in whole years)?", "You didn't enter an integer. Please enter an integer.", int)
@@ -793,7 +793,7 @@ def main():
793
793
  f"The people you admire the most are Sam and Aragorn from Lord of the Rings, which you read as a child. You have also read the Hunger Games when you were {13 if age >= 13 else age}",
794
794
  f"Your favorite weapon is a bow; however, the scimitar is a close second.",
795
795
  ],
796
- Background=f"""
796
+ Backstory=f"""
797
797
  You were born into a life of solitude as an only child. Your father was always away on grand adventures and passed away when you were just {7 if age >= 7 else age}. Your mother, a dedicated
798
798
  baker, raised you alone. Although she did her best, you spent most of your time helping her in the bakery rather than attending school, which left you feeling quite isolated.
799
799
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: neelthee-mansion
3
- Version: 2.0.4
3
+ Version: 2.1.0
4
4
  Summary: A text-based adventure game set in Neel-thee’s mansion.
5
5
  Home-page: https://github.com/Flameblade375/neelthee_mansion
6
6
  Author: Alexander.E.F
@@ -1,4 +1,4 @@
1
- neelthee_mansion/Mansion_of_Amnesia.py,sha256=_RSWeoW-2ArOBbcgcRfl4HoLQWzc_m2vCdTw-SI_76Q,36937
1
+ neelthee_mansion/Mansion_of_Amnesia.py,sha256=ga4f7OfQDpnoF4VvdfbRVK6X1_4tzDF0ZjBCxmHIcio,36908
2
2
  neelthee_mansion/Quests.py,sha256=q6VzR3mt9AYe29ACWZuf-suz4yOKrL946aJ493eQRS0,2611
3
3
  neelthee_mansion/Rooms.py,sha256=DPGcAWro1utfHjsTiwLfkf6dnypKNG-T_fnYlJXNsyk,79262
4
4
  neelthee_mansion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -7,8 +7,8 @@ neelthee_mansion/all_game_utils.py,sha256=Xfty9uXiYAfmA6iVzJurq852ZBPn7a4gQUcUca
7
7
  neelthee_mansion/creatures.py,sha256=BMznNtk4dH5ns1YVtOKprVOIp0PjFf7pMHjAVpxvchg,13994
8
8
  neelthee_mansion/items.py,sha256=MrLIpY33I5jU926MCapHAb34KKyZAf9rHo1E2hIUHS4,1898
9
9
  neelthee_mansion/utils.py,sha256=IfaFlIDPGMxW5eBNDTuRi-wFpPwPKSThdjYGpOZphYs,11494
10
- neelthee_mansion-2.0.4.dist-info/METADATA,sha256=1cEQwDkGq3ZiBIxUjMEAabSK1NEqmnab2rU_2V5dXWE,1680
11
- neelthee_mansion-2.0.4.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
12
- neelthee_mansion-2.0.4.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
13
- neelthee_mansion-2.0.4.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
14
- neelthee_mansion-2.0.4.dist-info/RECORD,,
10
+ neelthee_mansion-2.1.0.dist-info/METADATA,sha256=4EQTqbC-MEi7sn4eRuVgfxll4wPS4zhgkoYuEuBL2ko,1680
11
+ neelthee_mansion-2.1.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
12
+ neelthee_mansion-2.1.0.dist-info/entry_points.txt,sha256=j5ScTTyIidFhmT3F6hcX9pnlom4cJdDmfe26BmM6Igo,56
13
+ neelthee_mansion-2.1.0.dist-info/top_level.txt,sha256=woQImQewylhly5Rb24HwPEGMxPY6do_PaUwGd5BNLOM,17
14
+ neelthee_mansion-2.1.0.dist-info/RECORD,,