Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 KB | None | 0 0
  1. #thanks to sonni soberaj, Mr lewis, Forgedflipper
  2. #Imports
  3. import time
  4. import random
  5. #-----------
  6. #definitions
  7. def HealMod():
  8. print("What heal item would you like to use:")
  9. def PrintMod():
  10. print("printmodule")
  11. def CombatMod():
  12. print ("Fight")
  13. print ("Act")
  14. print ("Items")
  15. print ("Run")
  16. def RunningMod():
  17. print (random.randint(0,5))
  18. """
  19. def ExpMod(exp):
  20. exp = 0
  21. if exp ==500:
  22. print ("Level up to level 1!")
  23. elif exp ==1000:
  24. print ("Level up to level 2!")
  25. elif exp ==1500:
  26. print ("Level up to level 3!")
  27. elif exp ==2000:
  28. print ("Level up to level 4!")
  29. elif exp ==3000:
  30. print ("Level up to level 5!")
  31.  
  32. """
  33.  
  34.  
  35.  
  36.  
  37. # graphics
  38. print (" ________________________________________________________________________")
  39. print(" | |")
  40. print(" | |")
  41. print(" | |")
  42. print(" | |")
  43. print(" | Skyrim but text |")
  44. print(" | |")
  45. print(" | |")
  46. print(" | |")
  47. print(" | |")
  48. print(" |_______________________________________________________________________|")
  49. time.sleep(3)
  50. print ("")
  51. print ("")
  52. print ("")
  53. print ("")
  54. print ("")
  55. print ("")
  56. print ("")
  57. print ("")
  58. print ("")
  59. print ("")
  60. print ("")
  61. print ("")
  62. #-------
  63. readytostart=input("Press enter to start")
  64. time.sleep(2)
  65. #starting the actuall adventure
  66. adventurestartpt1 = """
  67. [Skyrim opens with an Imperial wagon driving four prisoners down a snowy
  68. mountain pass. All are seated and bound; the one dressed in finery is gagged.]
  69.  
  70. Ralof: Hey, you. You're finally awake. You were trying to cross the border,
  71. right? Walked right into that Imperial ambush, same as us, and that
  72. thief over there.
  73. """
  74. print (adventurestartpt1)
  75. time.sleep(15)
  76. adventurestartpt2 = """
  77. Lokir: Damn you Stormcloaks. Skyrim was fine until you came along. Empire was
  78. nice and lazy. If they hadn't been looking for you, I could've stolen
  79. that horse and been half way to Hammerfell. You there. You and me -- we
  80. should be here. It's these Stormcloaks the Empire wants.
  81.  
  82. Ralof: We're all brothers and sisters in binds now, thief.
  83. """
  84. print (adventurestartpt2)
  85. time.sleep(15)
  86. adventurestartpt3 = """
  87.  
  88. Imperial Soldier: Shut up back there!
  89.  
  90. [Lokir looks at the gagged man.]
  91.  
  92. Lokir: And what's wrong with him?
  93.  
  94. Ralof: Watch your tongue! You're speaking to Ulfric Stormcloak, the true High
  95. King.
  96.  
  97. Lokir: Ulfric? The Jarl of Windhelm? You're the leader of the rebellion. But if
  98. they captured you... Oh gods, where are they taking us?
  99.  
  100. Ralof: I don't know where we're going, but Sovngarde awaits.
  101.  
  102. Lokir: No, this can't be happening. This isn't happening.
  103. """
  104. print (adventurestartpt3)
  105. time.sleep(15)
  106. adventurestartpt4 = """
  107.  
  108. Ralof: Hey, what village are you from, horse thief?
  109.  
  110. Lokir: Why do you care?
  111.  
  112. Ralof: A Nord's last thoughts should be of home.
  113.  
  114. Lokir: Rorikstead. I'm...I'm from Rorikstead.
  115.  
  116. [They approach the village of Helgen. A soldier calls out to the lead wagon.]
  117.  
  118. Imperial Soldier: General Tullius, sir! The headsman is waiting!
  119.  
  120. General Tullius: Good. Let's get this over with.
  121.  
  122. Lokir: Shor, Mara, Dibella, Kynareth, Akatosh. Divines, please help me.
  123. """
  124. print (adventurestartpt4)
  125. time.sleep(15)
  126. adventurestartpt5 = """
  127.  
  128. Ralof: Look at him, General Tullius the Military Governor. And it looks like
  129. the Thalmor are with him. Damn elves. I bet they had something to do
  130. with this.
  131.  
  132. This is Helgen. I used to be sweet on a girl from here. Wonder if Vilod
  133. is still making that mead with juniper berries mixed in. Funny...when I
  134. was a boy, Imperial walls and towers used to make me feel so safe.
  135.  
  136. [A man and son watch the prisoners pull into town.]
  137.  
  138. Haming: Who are they, daddy? Where are they going?
  139.  
  140. Torolf: You need to go inside, little cub.
  141.  
  142. Haming: Why? I want to watch the soldiers.
  143.  
  144. Torolf: Inside the house. Now.")
  145. """
  146. print (adventurestartpt5)
  147. time.sleep(15)
  148. print ("[You're the first one to get called up for execution, the executioner comes up to you for identification]")
  149. print ("")
  150. name = input("Executioner:What is your name?: ")
  151. print ("")
  152. haircolour = input("Executioner:What colour is your hair?: ")
  153. #definining races
  154. Khajit = "Khajit"
  155. Imperial = "Imperial"
  156. Dark_elf = "Dark elf"
  157. Argonian = "Argonian"
  158. Nord = "Nord"
  159. PanMan = "PanMan"
  160. TheresaMay = "Theresa"
  161. Bigman = "Big man Ting"
  162. Jorge = "George"
  163.  
  164. #printing races
  165. print ("Race:")
  166. print ("Khajit")
  167. print ("Imperial")
  168. print ("Dark elf")
  169. print ("Argonian")
  170. print ("Nord")
  171. ok = "n"
  172. while ok == "n":
  173. race = input("What race")
  174. ok = "y"
  175. if race == Khajit:
  176. print ("Executioner:Ah you're one of those")
  177. elif race == Imperial:
  178. print ("Executioner:Ah a respectible one")
  179. elif race == Dark_elf:
  180. print ("Executioner:Dark as the black of night")
  181. elif race == Argonian:
  182. print ("Executioner:Filthy lizard")
  183. elif race == Nord:
  184. print ("Executioner:The opposition I see")
  185. elif race == PanMan:
  186. print ("PANMAN HAS ARRIVED YOUNG ONES")
  187. elif race == Bigman:
  188. print ("Ayo wagwan pifting wats ur bbm pin ting inni")
  189. print ("+5 to defence while wearing puffers")
  190. elif race == Jorge:
  191. print ("Indeeeed:")
  192. print ("+5 intelligence")
  193. elif race ==
  194.  
  195. else:
  196. print ("Dont lie to me thief")
  197. ok = "n"
  198.  
  199. print ("[Your executioner calls you to the stone block, you fall onto your knees and you place your head on the cold gritty stone, he lifts his axe. But then suddenly. A gigantic 20 foot dragon attacked Helgen the exectuioner falls to his feet")
  200.  
  201. Lie = "Lie"
  202. Act = "Act"
  203. Fight = "Fight"
  204. Run = "Run"
  205. Heal = "Heal"
  206. Items = "Items"
  207. Exit = "Exit"
  208. Easy_encounter = (random.randint(0,5))
  209. Medium_Easy_encounter = (random.randint(0,10))
  210. Medium_encounter = (random.randint(0,20))
  211. Medium_Hard_encounter = (random.randint(0,30))
  212. Hard_encounter = (random.randint(0,50))
  213. woah = "abba"
  214. running = "True"
  215. while woah == "abba":
  216. a = input("What would you like to do, Fight or Act?: ")
  217. if a == Act:
  218. print("Run")
  219. print("Heal")
  220. print("Items")
  221. print("Exit")
  222. ab = input ("What action would you like to do: ")
  223. if ab == Exit:
  224. woah == "abba"
  225. elif ab == Heal:
  226. HealMod()
  227. elif ab == Items:
  228. PrintMod()
  229. elif ab == Run:
  230. if Easy_encounter < 2:
  231. print("You have fled")
  232. running == "False"
  233. break
  234. else:
  235. print("woah")
  236. break
  237. else:
  238. print("nope")
  239. #Running successfull
  240. breakDestroyedCastle = "The destroyed castle"
  241. CollapsedGate = "The collapsed gate"
  242. while running == "False":
  243. print ("You have escaped from the executioner, but where shall you go now")
  244. print ("The destroyed castle")
  245. print ("The collapsed gates")
  246. option001 = input("Where: ")
  247. if option001 == DestroyedCastle:
  248. Traveling0001 = "1"
  249. elif option001 == CollapsedGate:
  250. Traveling0001 = "0"
  251. break
  252.  
  253. while Traveling0001 == "1":
  254. print ("You arrive at the doors of The DestroyedCastle, you open them you are greeted by 4 Nords facing you")
  255. time.sleep(7)
  256. print ("Are you a nord? or a filthy Imperial")
  257. time.sleep(1)
  258. print ("[They look angry, ready to kill at any moment]")
  259. Speaking00001 = input("What would you like to do: ")
  260. if race == Nord:
  261. print ("[You are a nord you do not have to lie, you are safe")
  262. Speakingchoice0001 = "0"
  263. Speakingchoice0001a = input("Would you like to tell the truth or fight?: ")
  264. elife Speakingchoice0001a == Fight:
  265. print ("[You have chosen to fight, ready your fists")
  266. """
  267. put the fighting bit in here
  268. """
  269. elif race == Imperial:
  270. print ("[You are an Imperial soldier, Lying could save your life,]")
  271. Speakingchoice0001 = "1"
  272. Speakingchoice0001b = input("Would you like to lie, tell the truth or fight?: ")
  273. if Speakingchoice0001b == Fight:
  274. print ("[You have chosen to fight, ready your fists")
  275. elif Speakingchoice0001b == Lie:
  276. elif Medium_encounter < 6:
  277. print ("[You have failed the lie, they notice and ready to fight]")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement