Advertisement
bamkilo

zzz

Feb 5th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. object BasicMagicShop of Shop
  2. properties
  3. special
  4. name "Magic Shopkeeper"
  5. end
  6. base described
  7. text "You see the magic shopkeeper."
  8. end
  9. base shop
  10. buyMarkup 50
  11. sellMarkup 100
  12. inventory
  13. object OrbOfMana
  14. object ManaBanana
  15.  
  16. category "Potions"
  17. object eLife
  18. object ePurify
  19. object pHealth
  20. object pCurePoison
  21. object pSeeInvisibility
  22. object pDexterity
  23. object pGreaterHealth
  24. object pStrength
  25. object pAcidShield
  26. object pColdShield
  27. object pLightningShield
  28. object pFireShield
  29. object pPoisonShield
  30. object pInvulnerability
  31. object pShift
  32. object pInvisibility
  33. end
  34.  
  35. category "Scrolls"
  36. object sIdentify
  37. object sGreaterIdentify
  38. object sImmolation
  39. object sMissileResistance
  40. object sResistCold
  41. object sResistFire
  42. object sResistLightning
  43. object sShield
  44. object sGreaterShield
  45. object sMonsterSummoningI
  46. object sMonsterSummoningII
  47. end
  48. end
  49. end
  50. end
  51.  
  52. object LeinWizAcademy of Shop
  53. properties
  54. special
  55. name "Academy Trainer"
  56. end
  57. base described
  58. text "You see the Academy trainer."
  59. end
  60. base shop
  61. buyMarkup 50
  62. sellMarkup 100
  63. inventory
  64. object OrbOfMana
  65. object ManaBanana
  66.  
  67. category "Common Spell Skills"
  68. object skbCommonI
  69. object skbCommonII
  70. object skbCommonIII
  71. end
  72.  
  73. category "Common Spells"
  74. category "Common"
  75. object spbHome
  76. object spbEngrave
  77. object spbTeleportEastLeinster
  78. object spbGatherTheFellowship
  79. object spbShift
  80. object spbTeleportWestLeinster
  81. object spbGreaterIdentify
  82. object spbSeeInvisibility
  83. object spbInvisibility
  84. object spbDispellMagic
  85. object spbExtension
  86. end
  87.  
  88. category "Holy"
  89. object spbHeal
  90. object spbPurify
  91. object spbAcidShield
  92. object spbColdShield
  93. object spbFireShield
  94. object spbLightningShield
  95. end
  96.  
  97. category "Dark Magic"
  98. object spbAcidBlade
  99. object spbVenom
  100. object spbSummonZombie
  101. object spbAcidCurse
  102. object spbPoisonCurse
  103. object spbFireCurse
  104. end
  105.  
  106. category "Elemental"
  107. object spbHealingThorns
  108. object spbIceOrb
  109. object spbColdSteel
  110. object spbArcticCharge
  111. object spbCrushingBoulder
  112. object spbFlameBlade
  113. end
  114. end
  115.  
  116. category "Wizard Spell Skills"
  117. category "Holy Wizard Spell Skills"
  118. object skbHolyI
  119. object skbHolyII
  120. object skbHolyIII
  121. end
  122.  
  123. category "Dark Magic Wizard Spell Skills"
  124. object skbDarkMagicI
  125. object skbDarkMagicII
  126. object skbDarkMagicIII
  127. end
  128.  
  129. category "Elemental Wizard Spell Skills"
  130. object skbElementalI
  131. object skbElementalII
  132. object skbElementalIII
  133. end
  134. end
  135.  
  136. category "Wizard Spells"
  137. category "Holy Wizard Spells"
  138. object spbLightDart
  139. object spbSummonPixie
  140. object spbHolyNova
  141. object spbSummonFaery
  142. object spbGreaterHeal
  143. end
  144.  
  145. category "Dark Magic Wizard Spells"
  146. object spbAcidSphere
  147. object spbPoisonBolt
  148. object spbLifeTap
  149. object spbAcidRain
  150. object spbStealLife
  151. end
  152.  
  153. category "Elemental Wizard Spells"
  154. object spbFlameOrb
  155. object spbLightningBolt
  156. object spbIceStorm
  157. object spbSpark
  158. object spbSColdSnap
  159. end
  160. end
  161. end
  162. end
  163. end
  164.  
  165. object KurzWizAcademy of Shop
  166. properties
  167. special
  168. name "Academy Trainer"
  169. end
  170. base described
  171. text "You see the Academy trainer."
  172. end
  173. base shop
  174. buyMarkup 50
  175. sellMarkup 100
  176. inventory
  177. object OrbOfMana
  178. object ManaBanana
  179.  
  180. category "Common Spell Skills"
  181. object skbCommonIV
  182. object skbCommonV
  183. end
  184. category "Common Spells"
  185. category "Common"
  186. object spbTeleportKurz
  187. object spbFumble
  188. object spbDefenselessness
  189. object spbSpellBlast
  190. object spbMassFumble
  191. object spbMarkMemory
  192. object spbRecallMemory
  193. object spbUnlock
  194. end
  195.  
  196. category "Holy"
  197. object spbShield
  198. object spbSummonNymph
  199. object spbBanishment
  200. object spbRegeneration
  201. end
  202.  
  203. category "Dark Magic"
  204. object spbColdCurse
  205. object spbElectricCurse
  206. object spbElectricCurse
  207. object spbDeathWish
  208. end
  209.  
  210. category "Elemental"
  211. object spbStoning
  212. object spbFlare
  213. object spbEarthquake
  214. object spbWindfury
  215. end
  216. end
  217.  
  218. category "Wizard Spell Skills"
  219. category "Holy Wizard Spell Skills"
  220. object skbHolyIV
  221. object skbHolyV
  222. end
  223.  
  224. category "Dark Magic Wizard Spell Skills"
  225. object skbDarkMagicIV
  226. object skbDarkMagicV
  227. end
  228.  
  229. category "Elemental Wizard Spell Skills"
  230. object skbElementalIV
  231. object skbElementalV
  232. end
  233. end
  234.  
  235. category "Wizard Spells"
  236. category "Holy Wizard Spells"
  237. object spbWrathOfTheGods
  238. object spbManaRegeneration
  239. object spbSummonFaeryQueen
  240. object spbMassHeal
  241. end
  242.  
  243. category "Dark Magic Wizard Spells"
  244. object spbMadness
  245. object spbSummonUndead
  246. object spbMassDrain
  247. object spbSummonDaemon
  248. end
  249.  
  250. category "Elemental Wizard Spells"
  251. object spbFireball
  252. object spbElectricFury
  253. object spbSummonElemental
  254. object spbPyroBlast
  255. end
  256. end
  257. end
  258. end
  259. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement