TrueWolves

World Forge 0.5

Oct 10th, 2020 (edited)
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Let's make a game!
  2. name:Legend of Draconia: World Forge v0.5 (Alpha)
  3. by:Blade Skydancer
  4. desc:You have drifted through nothingness for eons. Nothing but an endless sea of energies; untamed Fire, flowing Water, drifting Air, rumbling Earth, glowing Light and creeping Shadow. You pluck and weave these things together to create, making gems and rocks which float in space; the first physical objects. But now, you feel it's time for something new. Something different. For Life. You have created a very special rock, a planet, and imbued it with all of the elements. And now, your Children roam its surface.<//>Legend of Draconia: World Forge is a game about creating a world full of dragons, magic and monsters. Use Mana generated from your children, the Dragons, to give them Lands to live in and hold dominion over.
  5. created:7/6/2019
  6. updated:10/10/2020
  7. version:0.5
  8.  
  9. Settings
  10. background:https://i.imgur.com/uiubzMM.jpg
  11. building cost increase:120%
  12. building cost refund:0.01%
  13. spritesheet:drakeicons, 48 by 48, https://i.ibb.co/5BVSCcT/Sprite-Sheet.png
  14. stylesheet:stuff/bigBlue.css
  15.  
  16. Layout
  17. //use default
  18.  
  19. //*dragonBox
  20. //contains:tag:Dragons
  21. //header:Dragons
  22. //in:buildings
  23. //names:show
  24. //icons:show
  25.  
  26. *main
  27. contains:res, buttons
  28. *res
  29. contains:Resources
  30. class:fullWidth
  31. *buttons
  32. contains:Buttons
  33. *store
  34. contains:buildings, upgrades
  35. *buildings
  36. contains:BulkDisplay, buildSidebarButtons, Buildings, Upgrades
  37. header:World
  38. tooltip origin:left
  39. *buildSidebarButtons
  40. in:buildings
  41. contains:tag:buildMenuButton
  42. *upgrades
  43. contains:popSidebarButtons, boxHabitat, tag:FireDragons, tag:WaterDragons, tag:AirDragons, tag:EarthDragons, tag:LightDragons, tag:DarkDragons
  44. header:Population
  45. costs:hide
  46.  
  47. *popSidebarButtons
  48. in:upgrades
  49. contains:tag:popMenuButton
  50. *boxHabitat
  51. contains:tag:FireHabitat, tag:FirePopulation, tag:WaterHabitat, tag:WaterPopulation, tag:AirHabitat, tag:AirPopulation, tag:EarthHabitat, tag:EarthPopulation, tag:LightHabitat, tag:LightPopulation, tag:DarkHabitat, tag:DarkPopulation
  52.  
  53. Includes
  54. *include Dragon %id %name1 %name2 %name3 %type %sprite %mana="1" %breed="1" %growth="1" %know="1" %health="1"
  55. *TEMPLATE
  56. class:noBackground
  57. hidden when 0
  58. no buy
  59. *Dragon[%id]00
  60. name:[%name1] Dragon Egg
  61. tags:Dragons [%type]Dragons Chromatics Egg
  62. icon:drakeicons[0,[%sprite]]
  63. on tick:
  64. if (chance((0.08/[%health]/TotalHealth*Dragon[%id]00*Dragon[%id]Land)))
  65. if (Dragon[%id]00 < 25)
  66. toast Lost a [%name1] Dragon egg...
  67. end
  68. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]00/(25*[%know]*TotalCrowd))))
  69. Dragon[%id]00 = (Dragon[%id]00 - (1+floor(Dragon[%id]00/(25*[%know]*TotalCrowd))))
  70. end
  71. yield 1 Dragon[%id]00Grow
  72. end
  73. *Dragon[%id]01
  74. name:[%name1] Dragon Child
  75. tags:Dragons [%type]Dragons Chromatics Child
  76. icon:drakeicons[1,[%sprite]]
  77. on tick:
  78. if (chance((0.04/[%health]/TotalHealth*Dragon[%id]01*Dragon[%id]Land)))
  79. if (Dragon[%id]01 < 25)
  80. toast A [%name1] Dragon child didn't make it...
  81. end
  82. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]01/(25*[%know]*TotalCrowd))))
  83. [%type] = [%type] + (Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]01/(25*[%know]*TotalCrowd))))
  84. Dragon[%id]01 = (Dragon[%id]01 - (1+floor(Dragon[%id]01/(25*[%know]*TotalCrowd))))
  85. end
  86. yield (1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  87. yield (1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  88. yield (1*[%growth]*TotalGrowth) Dragon[%id]01Grow
  89. end
  90. *Dragon[%id]02
  91. name:Adolescent [%name1] Dragon
  92. tags:Dragons [%type]Dragons Chromatics Adolescent
  93. icon:drakeicons[1,[%sprite]] drakeicons[6,0]
  94. on tick:
  95. if (chance((0.02/[%health]/TotalHealth*Dragon[%id]02*Dragon[%id]Land)))
  96. if (Dragon[%id]02 < 25)
  97. toast An Adolescent [%name1] Dragon was too curious for their own good.
  98. end
  99. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]02/(25*[%know]*TotalCrowd))))
  100. [%type] = [%type] + (pow(2,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]02/(25*[%know]*TotalCrowd))))
  101. Dragon[%id]02 = (Dragon[%id]02 - (1+floor(Dragon[%id]02/(25*[%know]*TotalCrowd))))
  102. end
  103. yield (2*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  104. yield (2*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  105. yield (1*[%growth]*TotalGrowth) Dragon[%id]02Grow
  106. yield (1*[%breed]*TotalBreed/4) Dragon[%id]0Breed
  107. end
  108. *Dragon[%id]03
  109. name:Lesser [%name1] Dragon
  110. tags:Dragons [%type]Dragons Chromatics Lesser
  111. icon:drakeicons[2,[%sprite]]
  112. on tick:
  113. if (chance((0.01/[%health]/TotalHealth*Dragon[%id]03*Dragon[%id]Land)))
  114. if (Dragon[%id]03 < 25)
  115. toast A Lesser [%name1] Dragon died before their prime.
  116. end
  117. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]03/(25*[%know]*TotalCrowd))))
  118. [%type] = [%type] + (pow(3,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]03/(25*[%know]*TotalCrowd))))
  119. Dragon[%id]03 = (Dragon[%id]03 - (1+floor(Dragon[%id]03/(25*[%know]*TotalCrowd))))
  120. end
  121. yield (3*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  122. yield (3*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  123. yield (1*[%growth]*TotalGrowth) Dragon[%id]03Grow
  124. yield (1*[%breed]*TotalBreed/2) Dragon[%id]0Breed
  125. end
  126. *Dragon[%id]04
  127. name:Adult [%name1] Dragon
  128. tags:Dragons [%type]Dragons Chromatics Adult
  129. icon:drakeicons[2,[%sprite]] drakeicons[6,0]
  130. on tick:
  131. if (chance((0.005/[%health]/TotalHealth*Dragon[%id]04*Dragon[%id]Land)))
  132. if (Dragon[%id]04 < 25)
  133. toast Lost an Adult [%name1] Dragon tragically
  134. end
  135. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]04/(25*[%know]*TotalCrowd))))
  136. [%type] = [%type] + (pow(4,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]04/(25*[%know]*TotalCrowd))))
  137. Dragon[%id]04 = (Dragon[%id]04 - (1+floor(Dragon[%id]04/(25*[%know]*TotalCrowd))))
  138. end
  139. yield (4*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  140. yield (4*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  141. yield (1*[%growth]*TotalGrowth) Dragon[%id]04Grow
  142. yield (1*[%breed]*TotalBreed) Dragon[%id]0Breed
  143. end
  144. *Dragon[%id]05
  145. name:Mature [%name1] Dragon
  146. tags:Dragons [%type]Dragons Chromatics Mature
  147. icon:drakeicons[2,[%sprite]] drakeicons[6,1]
  148. on tick:
  149. if (chance((0.01/[%health]/TotalHealth*Dragon[%id]05*Dragon[%id]Land)))
  150. if (Dragon[%id]05 < 25)
  151. toast A Matured [%name1] Dragon passed to the next world.
  152. end
  153. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]05/(25*[%know]*TotalCrowd))))
  154. [%type] = [%type] + (pow(5,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]05/(25*[%know]*TotalCrowd))))
  155. Dragon[%id]05 = (Dragon[%id]05 - (1+floor(Dragon[%id]05/(25*[%know]*TotalCrowd))))
  156. end
  157. yield (5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  158. yield (5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  159. yield (1*[%growth]*TotalGrowth) Dragon[%id]05Grow
  160. yield ([%know]*[%breed]*TotalBreed/([%know]+2)) Dragon[%id]0Breed
  161. end
  162. *Dragon[%id]06
  163. name:Greater [%name1] Dragon
  164. tags:Dragons [%type]Dragons Chromatics Greater
  165. icon:drakeicons[3,[%sprite]]
  166. on tick:
  167. if (chance((0.02/[%health]/TotalHealth*Dragon[%id]06*Dragon[%id]Land)))
  168. if (Dragon[%id]06 < 25)
  169. toast A Greater [%name1] Dragon's age caught up with them.
  170. end
  171. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]06/(25*[%know]*TotalCrowd))))
  172. [%type] = [%type] + (pow(6,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]06/(25*[%know]*TotalCrowd))))
  173. Dragon[%id]06 = (Dragon[%id]06 - (1+floor(Dragon[%id]06/(25*[%know]*TotalCrowd))))
  174. end
  175. yield (6*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  176. yield (6*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  177. yield (1*[%growth]*TotalGrowth) Dragon[%id]06Grow
  178. yield ([%know]*[%breed]*TotalBreed/([%know]+8)) Dragon[%id]0Breed
  179. end
  180. *Dragon[%id]07
  181. name:Venerable [%name1] Dragon
  182. tags:Dragons [%type]Dragons Chromatics Venerable
  183. icon:drakeicons[3,[%sprite]] drakeicons[6,0]
  184. on tick:
  185. if (chance((0.04/[%health]/TotalHealth*Dragon[%id]07*Dragon[%id]Land)))
  186. if (Dragon[%id]07 < 25)
  187. toast A Venerable [%name1] Dragon passed on their last legend.
  188. end
  189. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]07/(25*[%know]*TotalCrowd))))
  190. [%type] = [%type] + (pow(7,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]07/(25*[%know]*TotalCrowd))))
  191. Dragon[%id]07 = (Dragon[%id]07 - (1+floor(Dragon[%id]07/(25*[%know]*TotalCrowd))))
  192. end
  193. yield (7*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  194. yield (7*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  195. yield (1*[%growth]*TotalGrowth) Dragon[%id]07Grow
  196. yield ([%know]*[%breed]*TotalBreed/([%know]+26)) Dragon[%id]0Breed
  197. end
  198. *Dragon[%id]08
  199. name:Ancient [%name1] Dragon
  200. tags:Dragons [%type]Dragons Chromatics Ancient
  201. icon:drakeicons[3,[%sprite]] drakeicons[6,1]
  202. on tick:
  203. if (chance((0.08/[%health]/TotalHealth*Dragon[%id]08*Dragon[%id]Land)))
  204. if (Dragon[%id]08 < 25)
  205. toast One of your [%name1] Dragons left a grand legacy peacefully in their sleep. They will be remembered.
  206. end
  207. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]08/(25*[%know]*TotalCrowd))))
  208. [%type] = [%type] + (pow(8,TotalSoul)*Afterlife1*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]08/(25*[%know]*TotalCrowd))))
  209. Dragon[%id]08 = (Dragon[%id]08 - (1+floor(Dragon[%id]08/(25*[%know]*TotalCrowd))))
  210. end
  211. yield (8*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  212. yield (8*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  213. yield ([%know]*[%breed]*TotalBreed/([%know]+80)) Dragon[%id]0Breed
  214. end
  215. *Dragon[%id]10
  216. name:[%name2] Dragon Egg
  217. tags:Dragons [%type]Dragons Gem Egg
  218. icon:drakeicons[4,[%sprite]] drakeicons[0,[%sprite]]
  219. on tick:
  220. if (chance((0.04/[%health]/TotalHealth*Dragon[%id]10*Dragon[%id]Land)))
  221. if (Dragon[%id]10 < 25)
  222. toast Lost a [%name2] Dragon egg...
  223. end
  224. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]10/(25*[%know]*TotalCrowd))))
  225. Dragon[%id]10 = (Dragon[%id]10 - (1+floor(Dragon[%id]10/(25*[%know]*TotalCrowd))))
  226. end
  227. yield 1 Dragon[%id]10Grow
  228. end
  229. *Dragon[%id]11
  230. name:[%name2] Dragon Child
  231. tags:Dragons [%type]Dragons Gem Child
  232. icon:drakeicons[4,[%sprite]] drakeicons[1,[%sprite]]
  233. on tick:
  234. if (chance((0.02/[%health]/TotalHealth*Dragon[%id]11*Dragon[%id]Land)))
  235. if (Dragon[%id]11 < 25)
  236. toast A [%name2] Dragon child didn't make it...
  237. end
  238. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]11/(25*[%know]*TotalCrowd))))
  239. [%type] = [%type] + (Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]11/(25*[%know]*TotalCrowd))))
  240. Dragon[%id]11 = (Dragon[%id]11 - (1+floor(Dragon[%id]11/(25*[%know]*TotalCrowd))))
  241. end
  242. yield (1.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  243. yield (1.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  244. yield (1*[%growth]*TotalGrowth) Dragon[%id]11Grow
  245. end
  246. *Dragon[%id]12
  247. name:Adolescent [%name2] Dragon
  248. tags:Dragons [%type]Dragons Gem Adolescent
  249. icon:drakeicons[4,[%sprite]] drakeicons[1,[%sprite]] drakeicons[6,0]
  250. on tick:
  251. if (chance((0.01/[%health]/TotalHealth*Dragon[%id]12*Dragon[%id]Land)))
  252. if (Dragon[%id]12 < 25)
  253. toast An Adolescent [%name2] Dragon was too curious for their own good.
  254. end
  255. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]12/(25*[%know]*TotalCrowd))))
  256. [%type] = [%type] + (pow(2,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]12/(25*[%know]*TotalCrowd))))
  257. Dragon[%id]12 = (Dragon[%id]12 - (1+floor(Dragon[%id]12/(25*[%know]*TotalCrowd))))
  258. end
  259. yield (3*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  260. yield (3*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  261. yield (1*[%growth]*TotalGrowth) Dragon[%id]12Grow
  262. yield (1*[%breed]*TotalBreed/4) Dragon[%id]1Breed
  263. end
  264. *Dragon[%id]13
  265. name:Lesser [%name2] Dragon
  266. tags:Dragons [%type]Dragons Gem Lesser
  267. icon:drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  268. on tick:
  269. if (chance((0.005/[%health]/TotalHealth*Dragon[%id]13*Dragon[%id]Land)))
  270. if (Dragon[%id]13 < 25)
  271. toast A Lesser [%name2] Dragon died before their prime.
  272. end
  273. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]13/(25*[%know]*TotalCrowd))))
  274. [%type] = [%type] + (pow(3,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]13/(25*[%know]*TotalCrowd))))
  275. Dragon[%id]13 = (Dragon[%id]13 - (1+floor(Dragon[%id]13/(25*[%know]*TotalCrowd))))
  276. end
  277. yield (4.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  278. yield (4.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  279. yield (1*[%growth]*TotalGrowth) Dragon[%id]13Grow
  280. yield (1*[%breed]*TotalBreed/2) Dragon[%id]1Breed
  281. end
  282. *Dragon[%id]14
  283. name:Adult [%name2] Dragon
  284. tags:Dragons [%type]Dragons Gem Adult
  285. icon:drakeicons[4,[%sprite]] drakeicons[2,[%sprite]] drakeicons[6,0]
  286. on tick:
  287. if (chance((0.0025/[%health]/TotalHealth*Dragon[%id]14*Dragon[%id]Land)))
  288. if (Dragon[%id]14 < 25)
  289. toast Lost an Adult [%name2] Dragon tragically
  290. end
  291. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]14/(25*[%know]*TotalCrowd))))
  292. [%type] = [%type] + (pow(4,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]14/(25*[%know]*TotalCrowd))))
  293. Dragon[%id]14 = (Dragon[%id]14 - (1+floor(Dragon[%id]14/(25*[%know]*TotalCrowd))))
  294. end
  295. yield (6*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  296. yield (6*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  297. yield (1*[%growth]*TotalGrowth) Dragon[%id]14Grow
  298. yield (1*[%breed]*TotalBreed) Dragon[%id]1Breed
  299. end
  300. *Dragon[%id]15
  301. name:Mature [%name2] Dragon
  302. tags:Dragons [%type]Dragons Gem Mature
  303. icon:drakeicons[4,[%sprite]] drakeicons[2,[%sprite]] drakeicons[6,1]
  304. on tick:
  305. if (chance((0.005/[%health]/TotalHealth*Dragon[%id]15*Dragon[%id]Land)))
  306. if (Dragon[%id]15 < 25)
  307. toast A Matured [%name2] Dragon passed on to the next world.
  308. end
  309. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]15/(25*[%know]*TotalCrowd))))
  310. [%type] = [%type] + (pow(5,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]15/(25*[%know]*TotalCrowd))))
  311. Dragon[%id]15 = (Dragon[%id]15 - (1+floor(Dragon[%id]15/(25*[%know]*TotalCrowd))))
  312. end
  313. yield (7.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  314. yield (7.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  315. yield (1*[%growth]*TotalGrowth) Dragon[%id]15Grow
  316. yield ([%know]*[%breed]*TotalBreed/([%know]+2)) Dragon[%id]1Breed
  317. end
  318. *Dragon[%id]16
  319. name:Greater [%name2] Dragon
  320. tags:Dragons [%type]Dragons Gem Greater
  321. icon:drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  322. on tick:
  323. if (chance((0.01/[%health]/TotalHealth*Dragon[%id]16*Dragon[%id]Land)))
  324. if (Dragon[%id]16 < 25)
  325. toast A Greater [%name2] Dragon's age caught up with them.
  326. end
  327. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]16/(25*[%know]*TotalCrowd))))
  328. [%type] = [%type] + (pow(6,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]16/(25*[%know]*TotalCrowd))))
  329. Dragon[%id]16 = (Dragon[%id]16 - (1+floor(Dragon[%id]16/(25*[%know]*TotalCrowd))))
  330. end
  331. yield (9*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  332. yield (9*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  333. yield (1*[%growth]*TotalGrowth) Dragon[%id]16Grow
  334. yield ([%know]*[%breed]*TotalBreed/([%know]+8)) Dragon[%id]1Breed
  335. end
  336. *Dragon[%id]17
  337. name:Venerable [%name2] Dragon
  338. tags:Dragons [%type]Dragons Gem Venerable
  339. icon:drakeicons[4,[%sprite]] drakeicons[3,[%sprite]] drakeicons[6,0]
  340. on tick:
  341. if (chance((0.02/[%health]/TotalHealth*Dragon[%id]17*Dragon[%id]Land)))
  342. if (Dragon[%id]17 < 25)
  343. toast A Venerable [%name2] Dragon passed on their last legend.
  344. end
  345. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]17/(25*[%know]*TotalCrowd))))
  346. [%type] = [%type] + (pow(7,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]17/(25*[%know]*TotalCrowd))))
  347. Dragon[%id]17 = (Dragon[%id]17 - (1+floor(Dragon[%id]17/(25*[%know]*TotalCrowd))))
  348. end
  349. yield (10.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  350. yield (10.5*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  351. yield (1*[%growth]*TotalGrowth) Dragon[%id]17Grow
  352. yield ([%know]*[%breed]*TotalBreed/([%know]+26)) Dragon[%id]1Breed
  353. end
  354. *Dragon[%id]18
  355. name:Ancient [%name2] Dragon
  356. tags:Dragons [%type]Dragons Gem Ancient
  357. icon:drakeicons[4,[%sprite]] drakeicons[3,[%sprite]] drakeicons[6,1]
  358. on tick:
  359. if (chance((0.04/[%health]/TotalHealth*Dragon[%id]18*Dragon[%id]Land)))
  360. if (Dragon[%id]18 < 25)
  361. toast One of your [%name2] Dragons has ascended beyond the realm. They will be honored.
  362. end
  363. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]18/(25*[%know]*TotalCrowd))))
  364. [%type] = [%type] + (pow(8,TotalSoul)*Afterlife1*(1+Afterlife3)*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]18/(25*[%know]*TotalCrowd))))
  365. Dragon[%id]18 = (Dragon[%id]18 - (1+floor(Dragon[%id]18/(25*[%know]*TotalCrowd))))
  366. end
  367. yield (12*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  368. yield (12*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  369. yield ([%know]*[%breed]*TotalBreed/([%know]+80)) Dragon[%id]1Breed
  370. end
  371. *Dragon[%id]20
  372. name:[%name3] Dragon Egg
  373. tags:Dragons [%type]Dragons Pure Egg
  374. icon:drakeicons[5,[%sprite]] drakeicons[0,[%sprite]]
  375. on tick:
  376. if (chance((0.02/[%health]/TotalHealth*Dragon[%id]20*Dragon[%id]Land)))
  377. if (Dragon[%id]20 < 25)
  378. toast Lost a [%name3] Dragon egg...
  379. end
  380. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]20/(25*[%know]*TotalCrowd))))
  381. Dragon[%id]20 = (Dragon[%id]20 - (1+floor(Dragon[%id]20/(25*[%know]*TotalCrowd))))
  382. end
  383. yield 1 Dragon[%id]20Grow
  384. end
  385. *Dragon[%id]21
  386. name:[%name3] Dragon Child
  387. tags:Dragons [%type]Dragons Pure Child
  388. icon:drakeicons[5,[%sprite]] drakeicons[1,[%sprite]]
  389. on tick:
  390. if (chance((0.01/[%health]/TotalHealth*Dragon[%id]21*Dragon[%id]Land)))
  391. if (Dragon[%id]21 < 25)
  392. toast A [%name3] Dragon child didn't make it...
  393. end
  394. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]21/(25*[%know]*TotalCrowd))))
  395. [%type] = [%type] + (Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]21/(25*[%know]*TotalCrowd))))
  396. Dragon[%id]21 = (Dragon[%id]21 - (1+floor(Dragon[%id]21/(25*[%know]*TotalCrowd))))
  397. end
  398. yield (2*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  399. yield (2*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  400. yield (1*[%growth]*TotalGrowth) Dragon[%id]21Grow
  401. end
  402. *Dragon[%id]22
  403. name:Adolescent [%name3] Dragon
  404. tags:Dragons [%type]Dragons Pure Adolescent
  405. icon:drakeicons[5,[%sprite]] drakeicons[1,[%sprite]] drakeicons[6,0]
  406. on tick:
  407. if (chance((0.005/[%health]/TotalHealth*Dragon[%id]22*Dragon[%id]Land)))
  408. if (Dragon[%id]22 < 25)
  409. toast An Adolescent [%name3] Dragon was too curious for their own good.
  410. end
  411. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]22/(25*[%know]*TotalCrowd))))
  412. [%type] = [%type] + (pow(2,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]22/(25*[%know]*TotalCrowd))))
  413. Dragon[%id]22 = (Dragon[%id]22 - (1+floor(Dragon[%id]22/(25*[%know]*TotalCrowd))))
  414. end
  415. yield (4*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  416. yield (4*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  417. yield (1*[%growth]*TotalGrowth) Dragon[%id]22Grow
  418. yield (1*[%breed]*TotalBreed/4) Dragon[%id]2Breed
  419. end
  420. *Dragon[%id]23
  421. name:Lesser [%name3] Dragon
  422. tags:Dragons [%type]Dragons Pure Lesser
  423. icon:drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  424. on tick:
  425. if (chance((0.0025/[%health]/TotalHealth*Dragon[%id]23*Dragon[%id]Land)))
  426. if (Dragon[%id]23 < 25)
  427. toast A Lesser [%name3] Dragon died before their prime.
  428. end
  429. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]23/(25*[%know]*TotalCrowd))))
  430. [%type] = [%type] + (pow(3,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]23/(25*[%know]*TotalCrowd))))
  431. Dragon[%id]23 = (Dragon[%id]23 - (1+floor(Dragon[%id]23/(25*[%know]*TotalCrowd))))
  432. end
  433. yield (6*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  434. yield (6*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  435. yield (1*[%growth]*TotalGrowth) Dragon[%id]23Grow
  436. yield (1*[%breed]*TotalBreed/2) Dragon[%id]2Breed
  437. end
  438. *Dragon[%id]24
  439. name:Adult [%name3] Dragon
  440. tags:Dragons [%type]Dragons Pure Adult
  441. icon:drakeicons[5,[%sprite]] drakeicons[2,[%sprite]] drakeicons[6,0]
  442. on tick:
  443. if (chance((0.00125/[%health]/TotalHealth*Dragon[%id]24*Dragon[%id]Land)))
  444. if (Dragon[%id]24 < 25)
  445. toast Lost an Adult [%name3] Dragon tragically
  446. end
  447. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]24/(25*[%know]*TotalCrowd))))
  448. [%type] = [%type] + (pow(4,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]24/(25*[%know]*TotalCrowd))))
  449. Dragon[%id]24 = (Dragon[%id]24 - (1+floor(Dragon[%id]24/(25*[%know]*TotalCrowd))))
  450. end
  451. yield (8*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  452. yield (8*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  453. yield (1*[%growth]*TotalGrowth) Dragon[%id]24Grow
  454. yield (1*[%breed]*TotalBreed) Dragon[%id]2Breed
  455. end
  456. *Dragon[%id]25
  457. name:Mature [%name3] Dragon
  458. tags:Dragons [%type]Dragons Pure Mature
  459. icon:drakeicons[5,[%sprite]] drakeicons[2,[%sprite]] drakeicons[6,1]
  460. on tick:
  461. if (chance((0.0025/[%health]/TotalHealth*Dragon[%id]25*Dragon[%id]Land)))
  462. if (Dragon[%id]25 < 25)
  463. toast A Matured [%name3] Dragon passed on to the next world.
  464. end
  465. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]25/(25*[%know]*TotalCrowd))))
  466. [%type] = [%type] + (pow(5,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]25/(25*[%know]*TotalCrowd))))
  467. Dragon[%id]25 = (Dragon[%id]25 - (1+floor(Dragon[%id]25/(25*[%know]*TotalCrowd))))
  468. end
  469. yield (10*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  470. yield (10*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  471. yield (1*[%growth]*TotalGrowth) Dragon[%id]25Grow
  472. yield ([%know]*[%breed]*TotalBreed/([%know]+2)) Dragon[%id]2Breed
  473. end
  474. *Dragon[%id]26
  475. name:Greater [%name3] Dragon
  476. tags:Dragons [%type]Dragons Pure Greater
  477. icon:drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  478. on tick:
  479. if (chance((0.005/[%health]/TotalHealth*Dragon[%id]26*Dragon[%id]Land)))
  480. if (Dragon[%id]26 < 25)
  481. toast A Greater [%name3] Dragon's age caught up with them.
  482. end
  483. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]26/(25*[%know]*TotalCrowd))))
  484. [%type] = [%type] + (pow(6,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]26/(25*[%know]*TotalCrowd))))
  485. Dragon[%id]26 = (Dragon[%id]26 - (1+floor(Dragon[%id]26/(25*[%know]*TotalCrowd))))
  486. end
  487. yield (12*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  488. yield (12*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  489. yield (1*[%growth]*TotalGrowth) Dragon[%id]26Grow
  490. yield ([%know]*[%breed]*TotalBreed/([%know]+8)) Dragon[%id]2Breed
  491. end
  492. *Dragon[%id]27
  493. name:Venerable [%name3] Dragon
  494. tags:Dragons [%type]Dragons Pure Venerable
  495. icon:drakeicons[5,[%sprite]] drakeicons[3,[%sprite]] drakeicons[6,0]
  496. on tick:
  497. if (chance((0.01/[%health]/TotalHealth*Dragon[%id]27*Dragon[%id]Land)))
  498. if (Dragon[%id]27 < 25)
  499. toast A Venerable [%name3] Dragon passed on their last legend.
  500. end
  501. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]27/(25*[%know]*TotalCrowd))))
  502. [%type] = [%type] + (pow(7,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]27/(25*[%know]*TotalCrowd))))
  503. Dragon[%id]27 = (Dragon[%id]27 - (1+floor(Dragon[%id]27/(25*[%know]*TotalCrowd))))
  504. end
  505. yield (14*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  506. yield (14*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  507. yield (1*[%growth]*TotalGrowth) Dragon[%id]27Grow
  508. yield ([%know]*[%breed]*TotalBreed/([%know]+26)) Dragon[%id]2Breed
  509. end
  510. *Dragon[%id]28
  511. name:Ancient [%name3] Dragon
  512. tags:Dragons [%type]Dragons Pure Ancient
  513. icon:drakeicons[5,[%sprite]] drakeicons[3,[%sprite]] drakeicons[6,1]
  514. on tick:
  515. if (chance((0.02/[%health]/TotalHealth*Dragon[%id]28*Dragon[%id]Land)))
  516. if (Dragon[%id]28 < 25)
  517. toast One of your [%name3] Dragons has left the world peacefully in their sleep. They will join beside you.
  518. end
  519. TotalDeadDragons = (TotalDeadDragons + (1+floor(Dragon[%id]28/(25*[%know]*TotalCrowd))))
  520. [%type] = [%type] + (pow(8,TotalSoul)*Afterlife1*(1+(Afterlife3*2))*[%mana]*(1+PrestigeMana/25)*TotalManaBoost*(1+floor(Dragon[%id]28/(25*[%know]*TotalCrowd))))
  521. Dragon[%id]28 = (Dragon[%id]28 - (1+floor(Dragon[%id]28/(25*[%know]*TotalCrowd))))
  522. end
  523. yield (16*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]
  524. yield (16*[%mana]*(1+PrestigeMana/25)*TotalManaBoost) [%type]World
  525. yield ([%know]*[%breed]*TotalBreed/([%know]+80)) Dragon[%id]2Breed
  526. end
  527.  
  528. *include DragonBreed %id %name1 %name2 %name3 %type %land="1" %rare="1"
  529. *TEMPLATE
  530. hidden
  531. *Dragon[%id]Land
  532. name: [%id] Dragon Land Crowding Multiplier
  533. on tick:
  534. if (Total[%type]Dragons>Total[%type]Land)
  535. Dragon[%id]Land = pow(((((Total[%type]Dragons+1)/(Total[%type]Land+1))+([%land]*TotalLand)-1)/([%land]*TotalLand)),2)
  536. else
  537. Dragon[%id]Land = (1/pow(((Total[%type]Land+1)/(Total[%type]Dragons+1)*([%land]*TotalLand)),(1/3)))
  538. end
  539. end
  540. start with:1
  541. *Dragon[%id]BreedRate
  542. name: [%id] Dragon Breed Rate
  543. on tick:
  544. if (Total[%type]Dragons>Total[%type]Land)
  545. Dragon[%id]BreedRate = (600*pow(((((Total[%type]Dragons+1)/(Total[%type]Land+1))+([%land]*TotalLand)-1)/([%land]*TotalLand)),5))
  546. else
  547. Dragon[%id]BreedRate = (600/pow(((Total[%type]Land+1)/(Total[%type]Dragons+1)*([%land]*TotalLand)),(1/3)))
  548. end
  549. end
  550. start with:600
  551. *Dragon[%id]Total
  552. name: [%id] Dragon Population Total
  553. is always:(Dragon[%id]01 + Dragon[%id]02 + Dragon[%id]03 + Dragon[%id]04 + Dragon[%id]05 + Dragon[%id]06 + Dragon[%id]07 + Dragon[%id]08 + Dragon[%id]11 + Dragon[%id]12 + Dragon[%id]13 + Dragon[%id]14 + Dragon[%id]15 + Dragon[%id]16 + Dragon[%id]17 + Dragon[%id]18 + Dragon[%id]21 + Dragon[%id]22 + Dragon[%id]23 + Dragon[%id]24 + Dragon[%id]25 + Dragon[%id]26 + Dragon[%id]27 + Dragon[%id]28)
  554. *TEMPLATE
  555. tags:BreedTimer, Timer
  556. hidden
  557. *Dragon[%id]0Breed
  558. name: [%name1] Dragon Breeding
  559. on tick:
  560. if (Dragon[%id]0Breed>=Dragon[%id]BreedRate)
  561. if (chance((0.01*[%rare]*TotalRare)%))
  562. Dragon[%id]20 = Dragon[%id]20 + floor(Dragon[%id]1Breed/Dragon[%id]BreedRate)
  563. else if (chance((1*[%rare]*TotalRare)%))
  564. Dragon[%id]10 = Dragon[%id]10 + floor(Dragon[%id]0Breed/Dragon[%id]BreedRate)
  565. else
  566. Dragon[%id]00 = Dragon[%id]00 + floor(Dragon[%id]0Breed/Dragon[%id]BreedRate)
  567. end
  568. Dragon[%id]0Breed = (Dragon[%id]0Breed % Dragon[%id]BreedRate)
  569. end
  570. end
  571. *Dragon[%id]1Breed
  572. name: [%name2] Dragon Breeding
  573. on tick:
  574. if (Dragon[%id]1Breed>=(Dragon[%id]BreedRate*(5/6)))
  575. if (chance((0.03*[%rare]*TotalRare)%))
  576. Dragon[%id]20 = Dragon[%id]20 + floor(Dragon[%id]1Breed/(Dragon[%id]BreedRate*(5/6)))
  577. else if (chance((15*[%rare]*TotalRare)%))
  578. Dragon[%id]10 = Dragon[%id]10 + floor(Dragon[%id]1Breed/(Dragon[%id]BreedRate*(5/6)))
  579. else
  580. Dragon[%id]00 = Dragon[%id]00 + floor(Dragon[%id]1Breed/(Dragon[%id]BreedRate*(5/6)))
  581. end
  582. Dragon[%id]1Breed = (Dragon[%id]1Breed % (Dragon[%id]BreedRate*(5/6)))
  583. end
  584. end
  585. *Dragon[%id]2Breed
  586. name: [%name3] Dragon Breeding
  587. on tick:
  588. if (Dragon[%id]2Breed>=(Dragon[%id]BreedRate*(25/36)))
  589. if (chance((0.45*[%rare]*TotalRare)%))
  590. Dragon[%id]20 = Dragon[%id]20 + floor(Dragon[%id]2Breed/(Dragon[%id]BreedRate*(25/36)))
  591. else if (chance((9*[%rare]*TotalRare)%))
  592. Dragon[%id]10 = Dragon[%id]10 + floor(Dragon[%id]2Breed/(Dragon[%id]BreedRate*(25/36)))
  593. else
  594. Dragon[%id]00 = Dragon[%id]00 + floor(Dragon[%id]2Breed/(Dragon[%id]BreedRate*(25/36)))
  595. end
  596. Dragon[%id]2Breed = (Dragon[%id]2Breed % (Dragon[%id]BreedRate*(25/36)))
  597. end
  598. end
  599. *TEMPLATE
  600. tags:GrowTimer, Timer
  601. hidden
  602. *Dragon[%id]00Grow
  603. name: [%name1] Dragon Egg Growth
  604. on tick:
  605. if (Dragon[%id]00Grow>=300)
  606. Dragon[%id]01 = Dragon[%id]01 + floor(Dragon[%id]00Grow/300)
  607. Dragon[%id]00 = Dragon[%id]00 - floor(Dragon[%id]00Grow/300)
  608. Dragon[%id]00Grow = (Dragon[%id]00Grow % 300)
  609. end
  610. end
  611. *Dragon[%id]10Grow
  612. name: [%name2] Dragon Egg Growth
  613. on tick:
  614. if (Dragon[%id]10Grow>=400)
  615. Dragon[%id]11 = Dragon[%id]11 + floor(Dragon[%id]10Grow/400)
  616. Dragon[%id]10 = Dragon[%id]10 - floor(Dragon[%id]10Grow/400)
  617. Dragon[%id]10Grow = (Dragon[%id]10Grow % 400)
  618. end
  619. end
  620. *Dragon[%id]20Grow
  621. name: [%name3] Dragon Egg Growth
  622. on tick:
  623. if (Dragon[%id]20Grow>=500)
  624. Dragon[%id]21 = Dragon[%id]21 + floor(Dragon[%id]20Grow/500)
  625. Dragon[%id]20 = Dragon[%id]20 - floor(Dragon[%id]20Grow/500)
  626. Dragon[%id]20Grow = (Dragon[%id]20Grow % 500)
  627. end
  628. end
  629. hidden
  630. *Dragon[%id]01Grow
  631. name: Child [%name1] Dragon Growth
  632. on tick:
  633. if (Dragon[%id]01Grow>=1800)
  634. Dragon[%id]02 = Dragon[%id]02 + floor(Dragon[%id]01Grow/1800)
  635. Dragon[%id]01 = Dragon[%id]01 - floor(Dragon[%id]01Grow/1800)
  636. Dragon[%id]01Grow = (Dragon[%id]01Grow % 1800)
  637. end
  638. end
  639. *Dragon[%id]11Grow
  640. name: Child [%name2] Dragon Growth
  641. on tick:
  642. if (Dragon[%id]11Grow>=2400)
  643. Dragon[%id]12 = Dragon[%id]12 + floor(Dragon[%id]11Grow/2400)
  644. Dragon[%id]11 = Dragon[%id]11 - floor(Dragon[%id]11Grow/2400)
  645. Dragon[%id]11Grow = (Dragon[%id]11Grow % 2400)
  646. end
  647. end
  648. *Dragon[%id]21Grow
  649. name: Child [%name3] Dragon Growth
  650. on tick:
  651. if (Dragon[%id]21Grow>=3000)
  652. Dragon[%id]22 = Dragon[%id]22 + floor(Dragon[%id]21Grow/3000)
  653. Dragon[%id]21 = Dragon[%id]21 - floor(Dragon[%id]21Grow/3000)
  654. Dragon[%id]21Grow = (Dragon[%id]21Grow % 3000)
  655. end
  656. end
  657. *Dragon[%id]02Grow
  658. name: Adolescent [%name1] Dragon Growth
  659. on tick:
  660. if (Dragon[%id]02Grow>=3600)
  661. Dragon[%id]03 = Dragon[%id]03 + floor(Dragon[%id]02Grow/3600)
  662. Dragon[%id]02 = Dragon[%id]02 - floor(Dragon[%id]02Grow/3600)
  663. Dragon[%id]02Grow = (Dragon[%id]02Grow % 3600)
  664. end
  665. end
  666. *Dragon[%id]12Grow
  667. name: Adolescent [%name2] Dragon Growth
  668. on tick:
  669. if (Dragon[%id]12Grow>=4800)
  670. Dragon[%id]13 = Dragon[%id]13 + floor(Dragon[%id]12Grow/4800)
  671. Dragon[%id]12 = Dragon[%id]12 - floor(Dragon[%id]12Grow/4800)
  672. Dragon[%id]12Grow = (Dragon[%id]12Grow % 4800)
  673. end
  674. end
  675. *Dragon[%id]22Grow
  676. name: Adolescent [%name3] Dragon Growth
  677. on tick:
  678. if (Dragon[%id]22Grow>=6000)
  679. Dragon[%id]23 = Dragon[%id]23 + floor(Dragon[%id]22Grow/6000)
  680. Dragon[%id]22 = Dragon[%id]22 - floor(Dragon[%id]22Grow/6000)
  681. Dragon[%id]22Grow = (Dragon[%id]22Grow % 6000)
  682. end
  683. end
  684. *Dragon[%id]03Grow
  685. name: Lesser [%name1] Dragon Growth
  686. on tick:
  687. if (Dragon[%id]03Grow>=7200)
  688. Dragon[%id]04 = Dragon[%id]04 + floor(Dragon[%id]03Grow/7200)
  689. Dragon[%id]03 = Dragon[%id]03 - floor(Dragon[%id]03Grow/7200)
  690. Dragon[%id]03Grow = (Dragon[%id]03Grow % 7200)
  691. end
  692. end
  693. *Dragon[%id]13Grow
  694. name: Lesser [%name2] Dragon Growth
  695. on tick:
  696. if (Dragon[%id]13Grow>=9600)
  697. Dragon[%id]14 = Dragon[%id]14 + floor(Dragon[%id]13Grow/9600)
  698. Dragon[%id]13 = Dragon[%id]13 - floor(Dragon[%id]13Grow/9600)
  699. Dragon[%id]13Grow = (Dragon[%id]13Grow % 9600)
  700. end
  701. end
  702. *Dragon[%id]23Grow
  703. name: Lesser [%name3] Dragon Growth
  704. on tick:
  705. if (Dragon[%id]23Grow>=12000)
  706. Dragon[%id]24 = Dragon[%id]24 + floor(Dragon[%id]23Grow/12000)
  707. Dragon[%id]23 = Dragon[%id]23 - floor(Dragon[%id]23Grow/12000)
  708. Dragon[%id]23Grow = (Dragon[%id]23Grow % 12000)
  709. end
  710. end
  711. *Dragon[%id]04Grow
  712. name: Adult [%name1] Dragon Growth
  713. on tick:
  714. if (Dragon[%id]04Grow>=14400)
  715. Dragon[%id]05 = Dragon[%id]05 + floor(Dragon[%id]04Grow/14400)
  716. Dragon[%id]04 = Dragon[%id]04 - floor(Dragon[%id]04Grow/14400)
  717. Dragon[%id]04Grow = (Dragon[%id]04Grow % 14400)
  718. end
  719. end
  720. *Dragon[%id]14Grow
  721. name: Adult [%name2] Dragon Growth
  722. on tick:
  723. if (Dragon[%id]14Grow>=19200)
  724. Dragon[%id]15 = Dragon[%id]15 + floor(Dragon[%id]14Grow/19200)
  725. Dragon[%id]14 = Dragon[%id]14 - floor(Dragon[%id]14Grow/19200)
  726. Dragon[%id]14Grow = (Dragon[%id]14Grow % 19200)
  727. end
  728. end
  729. *Dragon[%id]24Grow
  730. name: Adult [%name3] Dragon Growth
  731. on tick:
  732. if (Dragon[%id]24Grow>=24000)
  733. Dragon[%id]25 = Dragon[%id]25 + floor(Dragon[%id]24Grow/24000)
  734. Dragon[%id]24 = Dragon[%id]24 - floor(Dragon[%id]24Grow/24000)
  735. Dragon[%id]24Grow = (Dragon[%id]24Grow % 24000)
  736. end
  737. end
  738. *Dragon[%id]05Grow
  739. name: Mature [%name1] Dragon Growth
  740. on tick:
  741. if (Dragon[%id]05Grow>=28800)
  742. Dragon[%id]06 = Dragon[%id]06 + floor(Dragon[%id]05Grow/28800)
  743. Dragon[%id]05 = Dragon[%id]05 - floor(Dragon[%id]05Grow/28800)
  744. Dragon[%id]05Grow = (Dragon[%id]05Grow % 28800)
  745. end
  746. end
  747. *Dragon[%id]15Grow
  748. name: Mature [%name2] Dragon Growth
  749. on tick:
  750. if (Dragon[%id]15Grow>=38400)
  751. Dragon[%id]16 = Dragon[%id]16 + floor(Dragon[%id]15Grow/38400)
  752. Dragon[%id]15 = Dragon[%id]15 - floor(Dragon[%id]15Grow/38400)
  753. Dragon[%id]15Grow = (Dragon[%id]15Grow % 38400)
  754. end
  755. end
  756. *Dragon[%id]25Grow
  757. name: Mature [%name3] Dragon Growth
  758. on tick:
  759. if (Dragon[%id]25Grow>=48000)
  760. Dragon[%id]26 = Dragon[%id]26 + floor(Dragon[%id]25Grow/48000)
  761. Dragon[%id]25 = Dragon[%id]25 - floor(Dragon[%id]25Grow/48000)
  762. Dragon[%id]25Grow = (Dragon[%id]25Grow % 48000)
  763. end
  764. end
  765. *Dragon[%id]06Grow
  766. name: Greater [%name1] Dragon Growth
  767. on tick:
  768. if (Dragon[%id]06Grow>=57600)
  769. Dragon[%id]07 = Dragon[%id]07 + floor(Dragon[%id]06Grow/57600)
  770. Dragon[%id]06 = Dragon[%id]06 - floor(Dragon[%id]06Grow/57600)
  771. Dragon[%id]06Grow = (Dragon[%id]06Grow % 57600)
  772. end
  773. end
  774. *Dragon[%id]16Grow
  775. name: Greater [%name2] Dragon Growth
  776. on tick:
  777. if (Dragon[%id]16Grow>=76800)
  778. Dragon[%id]17 = Dragon[%id]17 + floor(Dragon[%id]16Grow/76800)
  779. Dragon[%id]16 = Dragon[%id]16 - floor(Dragon[%id]16Grow/76800)
  780. Dragon[%id]16Grow = (Dragon[%id]16Grow % 76800)
  781. end
  782. end
  783. *Dragon[%id]26Grow
  784. name: Greater [%name3] Dragon Growth
  785. on tick:
  786. if (Dragon[%id]26Grow>=96000)
  787. Dragon[%id]27 = Dragon[%id]27 + floor(Dragon[%id]26Grow/96000)
  788. Dragon[%id]26 = Dragon[%id]26 - floor(Dragon[%id]26Grow/96000)
  789. Dragon[%id]26Grow = (Dragon[%id]26Grow % 96000)
  790. end
  791. end
  792. *Dragon[%id]07Grow
  793. name: Venerable [%name1] Dragon Growth
  794. on tick:
  795. if (Dragon[%id]07Grow>=115200)
  796. Dragon[%id]08 = Dragon[%id]08 + floor(Dragon[%id]07Grow/115200)
  797. Dragon[%id]07 = Dragon[%id]07 - floor(Dragon[%id]07Grow/115200)
  798. Dragon[%id]07Grow = (Dragon[%id]07Grow % 115200)
  799. end
  800. end
  801. *Dragon[%id]17Grow
  802. name: Venerable [%name2] Dragon Growth
  803. on tick:
  804. if (Dragon[%id]17Grow>=153600)
  805. Dragon[%id]18 = Dragon[%id]18 + floor(Dragon[%id]17Grow/153600)
  806. Dragon[%id]17 = Dragon[%id]17 - floor(Dragon[%id]17Grow/153600)
  807. Dragon[%id]17Grow = (Dragon[%id]17Grow % 153600)
  808. end
  809. end
  810. *Dragon[%id]27Grow
  811. name: Venerable [%name3] Dragon Growth
  812. on tick:
  813. if (Dragon[%id]27Grow>=192000)
  814. Dragon[%id]28 = Dragon[%id]28 + floor(Dragon[%id]27Grow/192000)
  815. Dragon[%id]27 = Dragon[%id]27 - floor(Dragon[%id]27Grow/192000)
  816. Dragon[%id]27Grow = (Dragon[%id]27Grow % 192000)
  817. end
  818. end
  819.  
  820. *include DragonAward %id %name1 %name2 %name3 %sprite %value="1"
  821. *TEMPLATE
  822. tag:Silver
  823.  
  824. *Dragon[%id]00Award
  825. name:[%name1] Dragon Egg
  826. icon:drakeicons[6,0] drakeicons[0,[%sprite]]
  827. req:1 Dragon[%id]00
  828. on earn:yield [%value] APSilver
  829. *Dragon[%id]01Award
  830. name:[%name1] Dragon Child
  831. icon:drakeicons[6,0] drakeicons[1,[%sprite]]
  832. req:1 Dragon[%id]01
  833. on earn:yield [%value] APSilver
  834. *Dragon[%id]02Award
  835. name:Adolescent [%name1] Dragon
  836. icon:drakeicons[6,0] drakeicons[1,[%sprite]]
  837. req:1 Dragon[%id]02
  838. on earn:yield [%value] APSilver
  839. *Dragon[%id]03Award
  840. name:Lesser [%name1] Dragon
  841. icon:drakeicons[6,0] drakeicons[2,[%sprite]]
  842. req:1 Dragon[%id]03
  843. on earn:yield [%value] APSilver
  844. *Dragon[%id]04Award
  845. name:Adult [%name1] Dragon
  846. icon:drakeicons[6,0] drakeicons[2,[%sprite]]
  847. req:1 Dragon[%id]04
  848. on earn:yield [%value] APSilver
  849. *Dragon[%id]05Award
  850. name:Mature [%name1] Dragon
  851. icon:drakeicons[6,0] drakeicons[2,[%sprite]]
  852. req:1 Dragon[%id]05
  853. on earn:yield [%value] APSilver
  854. *Dragon[%id]06Award
  855. name:Greater [%name1] Dragon
  856. icon:drakeicons[6,0] drakeicons[3,[%sprite]]
  857. req:1 Dragon[%id]06
  858. on earn:yield [%value] APSilver
  859. *Dragon[%id]07Award
  860. name:Venerable [%name1] Dragon
  861. icon:drakeicons[6,0] drakeicons[3,[%sprite]]
  862. req:1 Dragon[%id]07
  863. on earn:yield [%value] APSilver
  864. *Dragon[%id]08Award
  865. name:Ancient [%name1] Dragon
  866. icon:drakeicons[6,0] drakeicons[3,[%sprite]]
  867. req:1 Dragon[%id]08
  868. on earn:yield (2*[%value]) APSilver
  869. *Dragon[%id]10Award
  870. name:[%name2] Dragon Egg
  871. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[0,[%sprite]]
  872. req:1 Dragon[%id]10
  873. on earn:yield [%value] APSilver
  874. *Dragon[%id]11Award
  875. name:[%name2] Dragon Child
  876. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[1,[%sprite]]
  877. req:1 Dragon[%id]11
  878. on earn:yield [%value] APSilver
  879. *Dragon[%id]12Award
  880. name:Adolescent [%name2] Dragon
  881. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[1,[%sprite]]
  882. req:1 Dragon[%id]12
  883. on earn:yield [%value] APSilver
  884. *Dragon[%id]13Award
  885. name:Lesser [%name2] Dragon
  886. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  887. req:1 Dragon[%id]13
  888. on earn:yield [%value] APSilver
  889. *Dragon[%id]14Award
  890. name:Adult [%name2] Dragon
  891. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  892. req:1 Dragon[%id]14
  893. on earn:yield [%value] APSilver
  894. *Dragon[%id]15Award
  895. name:Mature [%name2] Dragon
  896. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  897. req:1 Dragon[%id]15
  898. on earn:yield [%value] APSilver
  899. *Dragon[%id]16Award
  900. name:Greater [%name2] Dragon
  901. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  902. req:1 Dragon[%id]16
  903. on earn:yield [%value] APSilver
  904. *Dragon[%id]17Award
  905. name:Venerable [%name2] Dragon
  906. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  907. req:1 Dragon[%id]17
  908. on earn:yield [%value] APSilver
  909. *Dragon[%id]18Award
  910. name:Ancient [%name2] Dragon
  911. icon:drakeicons[6,0] drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  912. req:1 Dragon[%id]18
  913. on earn:yield (2*[%value]) APSilver
  914. *Dragon[%id]20Award
  915. name:[%name3] Dragon Egg
  916. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[0,[%sprite]]
  917. req:1 Dragon[%id]20
  918. on earn:yield (2*[%value]) APSilver
  919. *Dragon[%id]21Award
  920. name:[%name3] Dragon Child
  921. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[1,[%sprite]]
  922. req:1 Dragon[%id]21
  923. on earn:yield (2*[%value]) APSilver
  924. *Dragon[%id]22Award
  925. name:Adolescent [%name3] Dragon
  926. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[1,[%sprite]]
  927. req:1 Dragon[%id]22
  928. on earn:yield (2*[%value]) APSilver
  929. *Dragon[%id]23Award
  930. name:Lesser [%name3] Dragon
  931. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  932. req:1 Dragon[%id]23
  933. on earn:yield (2*[%value]) APSilver
  934. *Dragon[%id]24Award
  935. name:Adult [%name3] Dragon
  936. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  937. req:1 Dragon[%id]24
  938. on earn:yield (2*[%value]) APSilver
  939. *Dragon[%id]25Award
  940. name:Mature [%name3] Dragon
  941. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  942. req:1 Dragon[%id]25
  943. on earn:yield (2*[%value]) APSilver
  944. *Dragon[%id]26Award
  945. name:Greater [%name3] Dragon
  946. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  947. req:1 Dragon[%id]26
  948. on earn:yield (2*[%value]) APSilver
  949. *Dragon[%id]27Award
  950. name:Venerable [%name3] Dragon
  951. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  952. req:1 Dragon[%id]27
  953. on earn:yield (2*[%value]) APSilver
  954. *Dragon[%id]28Award
  955. name:Ancient [%name3] Dragon
  956. icon:drakeicons[6,0] drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  957. req:1 Dragon[%id]28
  958. on earn:yield (4*[%value]) APSilver
  959.  
  960. *include DragonAwardG %id %name1 %name2 %name3 %sprite %value="1"
  961. *TEMPLATE
  962. tag:Gold
  963. on earn:toast New Dragon unlocked in the Bestiary!
  964.  
  965. *Dragon[%id]00AwardG
  966. name:[%name1] Dragon Egg
  967. icon:drakeicons[6,1] drakeicons[0,[%sprite]]
  968. req:Dragon[%id]00Award
  969. on earn:yield [%value] APGoldNext
  970. *Dragon[%id]01AwardG
  971. name:[%name1] Dragon Child
  972. icon:drakeicons[6,1] drakeicons[1,[%sprite]]
  973. req:Dragon[%id]01Award
  974. on earn:yield [%value] APGoldNext
  975. *Dragon[%id]02AwardG
  976. name:Adolescent [%name1] Dragon
  977. icon:drakeicons[6,1] drakeicons[1,[%sprite]]
  978. req:Dragon[%id]02Award
  979. on earn:yield [%value] APGoldNext
  980. *Dragon[%id]03AwardG
  981. name:Lesser [%name1] Dragon
  982. icon:drakeicons[6,1] drakeicons[2,[%sprite]]
  983. req:Dragon[%id]03Award
  984. on earn:yield [%value] APGoldNext
  985. *Dragon[%id]04AwardG
  986. name:Adult [%name1] Dragon
  987. icon:drakeicons[6,1] drakeicons[2,[%sprite]]
  988. req:Dragon[%id]04Award
  989. on earn:yield [%value] APGoldNext
  990. *Dragon[%id]05AwardG
  991. name:Mature [%name1] Dragon
  992. icon:drakeicons[6,1] drakeicons[2,[%sprite]]
  993. req:Dragon[%id]05Award
  994. on earn:yield [%value] APGoldNext
  995. *Dragon[%id]06AwardG
  996. name:Greater [%name1] Dragon
  997. icon:drakeicons[6,1] drakeicons[3,[%sprite]]
  998. req:Dragon[%id]06Award
  999. on earn:yield [%value] APGoldNext
  1000. *Dragon[%id]07AwardG
  1001. name:Venerable [%name1] Dragon
  1002. icon:drakeicons[6,1] drakeicons[3,[%sprite]]
  1003. req:Dragon[%id]07Award
  1004. on earn:yield [%value] APGoldNext
  1005. *Dragon[%id]08AwardG
  1006. name:Ancient [%name1] Dragon
  1007. icon:drakeicons[6,1] drakeicons[3,[%sprite]]
  1008. req:Dragon[%id]08Award
  1009. on earn:yield (2*[%value]) APGoldNext
  1010. *Dragon[%id]10AwardG
  1011. name:[%name2] Dragon Egg
  1012. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[0,[%sprite]]
  1013. req:Dragon[%id]10Award
  1014. on earn:yield [%value] APGoldNext
  1015. *Dragon[%id]11AwardG
  1016. name:[%name2] Dragon Child
  1017. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[1,[%sprite]]
  1018. req:Dragon[%id]11Award
  1019. on earn:yield [%value] APGoldNext
  1020. *Dragon[%id]12AwardG
  1021. name:Adolescent [%name2] Dragon
  1022. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[1,[%sprite]]
  1023. req:Dragon[%id]12Award
  1024. on earn:yield [%value] APGoldNext
  1025. *Dragon[%id]13AwardG
  1026. name:Lesser [%name2] Dragon
  1027. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  1028. req:Dragon[%id]13Award
  1029. on earn:yield [%value] APGoldNext
  1030. *Dragon[%id]14AwardG
  1031. name:Adult [%name2] Dragon
  1032. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  1033. req:Dragon[%id]14Award
  1034. on earn:yield [%value] APGoldNext
  1035. *Dragon[%id]15AwardG
  1036. name:Mature [%name2] Dragon
  1037. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[2,[%sprite]]
  1038. req:Dragon[%id]15Award
  1039. on earn:yield [%value] APGoldNext
  1040. *Dragon[%id]16AwardG
  1041. name:Greater [%name2] Dragon
  1042. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  1043. req:Dragon[%id]16Award
  1044. on earn:yield [%value] APGoldNext
  1045. *Dragon[%id]17AwardG
  1046. name:Venerable [%name2] Dragon
  1047. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  1048. req:Dragon[%id]17Award
  1049. on earn:yield [%value] APGoldNext
  1050. *Dragon[%id]18AwardG
  1051. name:Ancient [%name2] Dragon
  1052. icon:drakeicons[6,1] drakeicons[4,[%sprite]] drakeicons[3,[%sprite]]
  1053. req:Dragon[%id]18Award
  1054. on earn:yield (2*[%value]) APGoldNext
  1055. *Dragon[%id]20AwardG
  1056. name:[%name3] Dragon Egg
  1057. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[0,[%sprite]]
  1058. req:Dragon[%id]20Award
  1059. on earn:yield (2*[%value]) APGoldNext
  1060. *Dragon[%id]21AwardG
  1061. name:[%name3] Dragon Child
  1062. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[1,[%sprite]]
  1063. req:Dragon[%id]21Award
  1064. on earn:yield (2*[%value]) APGoldNext
  1065. *Dragon[%id]22AwardG
  1066. name:Adolescent [%name3] Dragon
  1067. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[1,[%sprite]]
  1068. req:Dragon[%id]22Award
  1069. on earn:yield (2*[%value]) APGoldNext
  1070. *Dragon[%id]23AwardG
  1071. name:Lesser [%name3] Dragon
  1072. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  1073. req:Dragon[%id]23Award
  1074. on earn:yield (2*[%value]) APGoldNext
  1075. *Dragon[%id]24AwardG
  1076. name:Adult [%name3] Dragon
  1077. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  1078. req:Dragon[%id]24Award
  1079. on earn:yield (2*[%value]) APGoldNext
  1080. *Dragon[%id]25AwardG
  1081. name:Mature [%name3] Dragon
  1082. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[2,[%sprite]]
  1083. req:Dragon[%id]25Award
  1084. on earn:yield (2*[%value]) APGoldNext
  1085. *Dragon[%id]26AwardG
  1086. name:Greater [%name3] Dragon
  1087. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  1088. req:Dragon[%id]26Award
  1089. on earn:yield (2*[%value]) APGoldNext
  1090. *Dragon[%id]27AwardG
  1091. name:Venerable [%name3] Dragon
  1092. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  1093. req:Dragon[%id]27Award
  1094. on earn:yield (2*[%value]) APGoldNext
  1095. *Dragon[%id]28AwardG
  1096. name:Ancient [%name3] Dragon
  1097. icon:drakeicons[6,1] drakeicons[5,[%sprite]] drakeicons[3,[%sprite]]
  1098. req:Dragon[%id]28Award
  1099. on earn:yield (4*[%value]) APGoldNext
  1100.  
  1101. Buttons
  1102. *theWorldButton
  1103. name:Draconia
  1104. desc:Clicking here will generate one random point of Mana.
  1105. on click:
  1106. anim icon wobble
  1107. if (chance((100/6)%))
  1108. yield (1+(PrestigeMana/125)) Fire
  1109. FireWorld = ((FireWorld+(1+(PrestigeMana/125)))*FireBoost*TotalManaBoost)
  1110. else if (chance((100/5)%))
  1111. yield (1+(PrestigeMana/125)) Water
  1112. WaterWorld = ((WaterWorld+(1+(PrestigeMana/125)))*WaterBoost*TotalManaBoost)
  1113. else if (chance((100/4)%))
  1114. yield (1+(PrestigeMana/125)) Air
  1115. AirWorld = ((AirWorld+(1+(PrestigeMana/125)))*AirBoost*TotalManaBoost)
  1116. else if (chance((100/3)%))
  1117. yield (1+(PrestigeMana/125)) Earth
  1118. EarthWorld = ((EarthWorld+(1+(PrestigeMana/125)))*EarthBoost*TotalManaBoost)
  1119. else if (chance((100/2)%))
  1120. yield (1+(PrestigeMana/125)) Light
  1121. LightWorld = ((LightWorld+(1+(PrestigeMana/125)))*LightBoost*TotalManaBoost)
  1122. else
  1123. yield (1+(PrestigeMana/125)) Dark
  1124. DarkWorld = ((DarkWorld+(1+(PrestigeMana/125)))*DarkBoost*TotalManaBoost)
  1125. end
  1126. end
  1127. icon:https://i.imgur.com/0L2Ukqg.png
  1128. no text
  1129. class:bigButton hasFlares
  1130. icon class:shadowed
  1131. tooltip origin:bottom
  1132. tooltip class:red
  1133.  
  1134. Resources
  1135.  
  1136. //Buttons
  1137. *viewLands
  1138. name:Lands
  1139. text:Lands
  1140. desc:Click to show the Land Sidebar.
  1141. on click:
  1142. show tag:Lands
  1143. hide tag:Upgrades
  1144. end
  1145. tags:menuButton buildMenuButton
  1146.  
  1147. *viewUpgrades
  1148. name:Upgrades
  1149. text:Upgrades
  1150. desc:Click to show the Upgrades Sidebar.
  1151. on click:
  1152. hide tag:Lands
  1153. show tag:Upgrades
  1154. end
  1155. tags:menuButton buildMenuButton
  1156.  
  1157. *viewAllCreatures
  1158. name:All
  1159. text:All
  1160. desc:Click to show all creatures. (Warning: giant list)
  1161. on click:
  1162. show tag:FireDragons
  1163. show tag:FirePopulation
  1164. show tag:FireHabitat
  1165. show tag:WaterDragons
  1166. show tag:WaterPopulation
  1167. show tag:WaterHabitat
  1168. show tag:AirDragons
  1169. show tag:AirPopulation
  1170. show tag:AirHabitat
  1171. show tag:EarthDragons
  1172. show tag:EarthPopulation
  1173. show tag:EarthHabitat
  1174. show tag:LightDragons
  1175. show tag:LightPopulation
  1176. show tag:LightHabitat
  1177. show tag:DarkDragons
  1178. show tag:DarkPopulation
  1179. show tag:DarkHabitat
  1180. end
  1181. tags:menuButton popMenuButton
  1182.  
  1183. *viewFireDragons
  1184. name:Fire
  1185. text:Fire
  1186. desc:Click to show all Fire-aligned creatures.
  1187. on click:
  1188. show tag:FireDragons
  1189. show tag:FirePopulation
  1190. show tag:FireHabitat
  1191. hide tag:WaterDragons
  1192. hide tag:WaterPopulation
  1193. hide tag:WaterHabitat
  1194. hide tag:AirDragons
  1195. hide tag:AirPopulation
  1196. hide tag:AirHabitat
  1197. hide tag:EarthDragons
  1198. hide tag:EarthPopulation
  1199. hide tag:EarthHabitat
  1200. hide tag:LightDragons
  1201. hide tag:LightPopulation
  1202. hide tag:LightHabitat
  1203. hide tag:DarkDragons
  1204. hide tag:DarkPopulation
  1205. hide tag:DarkHabitat
  1206. end
  1207. tags:menuButton popMenuButton
  1208.  
  1209. *viewWaterDragons
  1210. name:Water
  1211. text:Water
  1212. desc:Click to show all Water-aligned creatures.
  1213. on click:
  1214. hide tag:FireDragons
  1215. hide tag:FirePopulation
  1216. hide tag:FireHabitat
  1217. show tag:WaterDragons
  1218. show tag:WaterPopulation
  1219. show tag:WaterHabitat
  1220. hide tag:AirDragons
  1221. hide tag:AirPopulation
  1222. hide tag:AirHabitat
  1223. hide tag:EarthDragons
  1224. hide tag:EarthPopulation
  1225. hide tag:EarthHabitat
  1226. hide tag:LightDragons
  1227. hide tag:LightPopulation
  1228. hide tag:LightHabitat
  1229. hide tag:DarkDragons
  1230. hide tag:DarkPopulation
  1231. hide tag:DarkHabitat
  1232. end
  1233. tags:menuButton popMenuButton
  1234.  
  1235. *viewAirDragons
  1236. name:Air
  1237. text:Air
  1238. desc:Click to show all Air-aligned creatures.
  1239. on click:
  1240. hide tag:FireDragons
  1241. hide tag:FirePopulation
  1242. hide tag:FireHabitat
  1243. hide tag:WaterDragons
  1244. hide tag:WaterPopulation
  1245. hide tag:WaterHabitat
  1246. show tag:AirDragons
  1247. show tag:AirPopulation
  1248. show tag:AirHabitat
  1249. hide tag:EarthDragons
  1250. hide tag:EarthPopulation
  1251. hide tag:EarthHabitat
  1252. hide tag:LightDragons
  1253. hide tag:LightPopulation
  1254. hide tag:LightHabitat
  1255. hide tag:DarkDragons
  1256. hide tag:DarkPopulation
  1257. hide tag:DarkHabitat
  1258. end
  1259. tags:menuButton popMenuButton
  1260.  
  1261. *viewEarthDragons
  1262. name:Earth
  1263. text:Earth
  1264. desc:Click to show all Earth-aligned creatures.
  1265. on click:
  1266. hide tag:FireDragons
  1267. hide tag:FirePopulation
  1268. hide tag:FireHabitat
  1269. hide tag:WaterDragons
  1270. hide tag:WaterPopulation
  1271. hide tag:WaterHabitat
  1272. hide tag:AirDragons
  1273. hide tag:AirPopulation
  1274. hide tag:AirHabitat
  1275. show tag:EarthDragons
  1276. show tag:EarthPopulation
  1277. show tag:EarthHabitat
  1278. hide tag:LightDragons
  1279. hide tag:LightPopulation
  1280. hide tag:LightHabitat
  1281. hide tag:DarkDragons
  1282. hide tag:DarkPopulation
  1283. hide tag:DarkHabitat
  1284. end
  1285. tags:menuButton popMenuButton
  1286.  
  1287. *viewLightDragons
  1288. name:Light
  1289. text:Light
  1290. desc:Click to show all Light-aligned creatures.
  1291. on click:
  1292. hide tag:FireDragons
  1293. hide tag:FirePopulation
  1294. hide tag:FireHabitat
  1295. hide tag:WaterDragons
  1296. hide tag:WaterPopulation
  1297. hide tag:WaterHabitat
  1298. hide tag:AirDragons
  1299. hide tag:AirPopulation
  1300. hide tag:AirHabitat
  1301. hide tag:EarthDragons
  1302. hide tag:EarthPopulation
  1303. hide tag:EarthHabitat
  1304. show tag:LightDragons
  1305. show tag:LightPopulation
  1306. show tag:LightHabitat
  1307. hide tag:DarkDragons
  1308. hide tag:DarkPopulation
  1309. hide tag:DarkHabitat
  1310. end
  1311. tags:menuButton popMenuButton
  1312.  
  1313. *viewDarkDragons
  1314. name:Dark
  1315. text:Dark
  1316. desc:Click to show all Darkness-aligned creatures.
  1317. on click:
  1318. hide tag:FireDragons
  1319. hide tag:FirePopulation
  1320. hide tag:FireHabitat
  1321. hide tag:WaterDragons
  1322. hide tag:WaterPopulation
  1323. hide tag:WaterHabitat
  1324. hide tag:AirDragons
  1325. hide tag:AirPopulation
  1326. hide tag:AirHabitat
  1327. hide tag:EarthDragons
  1328. hide tag:EarthPopulation
  1329. hide tag:EarthHabitat
  1330. hide tag:LightDragons
  1331. hide tag:LightPopulation
  1332. hide tag:LightHabitat
  1333. show tag:DarkDragons
  1334. show tag:DarkPopulation
  1335. show tag:DarkHabitat
  1336. end
  1337. tags:menuButton popMenuButton
  1338.  
  1339. *TEMPLATE
  1340. class:noBackground
  1341. show earned
  1342.  
  1343. *Fire
  1344. name:Fire Mana
  1345. desc:Fire Mana is creative and passionate. Use Mana to create Lands for your dragons.
  1346. tag:Mana
  1347. icon:drakeicons[4,0]
  1348. *Water
  1349. name:Water Mana
  1350. desc:Water Mana is compassionate and empathic. Use Mana to create Lands for your dragons.
  1351. tag:Mana
  1352. icon:drakeicons[4,1]
  1353. *Air
  1354. name:Air Mana
  1355. desc:Air Mana is innovative and gregarious. Use Mana to create Lands for your dragons.
  1356. tag:Mana
  1357. icon:drakeicons[4,3]
  1358. *Earth
  1359. name:Earth Mana
  1360. desc:Earth Mana is determined and unyielding. Use Mana to create Lands for your dragons.
  1361. tag:Mana
  1362. icon:drakeicons[4,2]
  1363. *Light
  1364. name:Light Mana
  1365. desc:Light Mana is altruistic and just. Use Mana to create Lands for your dragons.
  1366. tag:Mana
  1367. icon:drakeicons[4,4]
  1368. *Dark
  1369. name:Dark Mana
  1370. desc:Dark Mana is ambitious and mysterious. Use Mana to create Lands for your dragons.
  1371. tag:Mana
  1372. icon:drakeicons[4,5]
  1373.  
  1374. *TotalMana
  1375. name:Mana
  1376. desc:Your total Mana of all 6 elements
  1377. icon:drakeicons[4,6]
  1378. is always:(Fire+Water+Air+Earth+Light+Dark)
  1379. hidden
  1380.  
  1381. *TEMPLATE
  1382. class:noBackground
  1383. hidden when 0
  1384.  
  1385. *TotalFireDragons
  1386. name:Fire Dragon Population
  1387. desc:Tracks the total Fire Dragon population.
  1388. tag:FirePopulation
  1389. icon:drakeicons[1,0]
  1390. is always:DragonFTotal
  1391. *TotalFireLand
  1392. name:Fire Habitability
  1393. desc:Tracks the total space for Fire Dragons to live in
  1394. tag:FireHabitat
  1395. icon:drakeicons[2,0]
  1396. is always:((((desert * DesertBoost * 7) + (vent * VentBoost * AllStructureBoost * 3) + barren) * FireLandBoost) * AllLandBoost)
  1397. *TotalWaterDragons
  1398. name:Water Dragon Population
  1399. desc:Tracks the total Water Dragon population.
  1400. tag:WaterPopulation
  1401. icon:drakeicons[1,1]
  1402. is always:DragonWTotal
  1403. *TotalWaterLand
  1404. name:Water Habitability
  1405. desc:Tracks the total space for Water Dragons to live in
  1406. tag:WaterHabitat
  1407. icon:drakeicons[2,1]
  1408. is always:((((ocean * OceanBoost * 7) + (spring * SpringBoost * AllStructureBoost * 3) + barren) * WaterLandBoost) * AllLandBoost)
  1409. *TotalAirDragons
  1410. name:Air Dragon Population
  1411. desc:Tracks the total Air Dragon population.
  1412. tag:AirPopulation
  1413. icon:drakeicons[1,3]
  1414. is always:DragonATotal
  1415. *TotalAirLand
  1416. name:Air Habitability
  1417. desc:Tracks the total space for Air Dragons to live in
  1418. tag:AirHabitat
  1419. icon:drakeicons[2,3]
  1420. is always:((((plains * PlainsBoost * 7) + (float * FloatBoost * AllStructureBoost * 3) + barren) * AirLandBoost) * AllLandBoost)
  1421. *TotalEarthDragons
  1422. name:Earth Dragon Population
  1423. desc:Tracks the total Earth Dragon population.
  1424. tag:EarthPopulation
  1425. icon:drakeicons[1,2]
  1426. is always:DragonETotal
  1427. *TotalEarthLand
  1428. name:Earth Habitability
  1429. desc:Tracks the total space for Earth Dragons to live in
  1430. tag:EarthHabitat
  1431. icon:drakeicons[2,2]
  1432. is always:((((mountain * MountainBoost * 7) + (cave * CaveBoost * AllStructureBoost * 3) + barren) * EarthLandBoost) * AllLandBoost)
  1433. *TotalLightDragons
  1434. name:Light Dragon Population
  1435. desc:Tracks the total Light Dragon population.
  1436. tag:LightPopulation
  1437. icon:drakeicons[1,4]
  1438. is always:DragonLTotal
  1439. *TotalLightLand
  1440. name:Light Habitability
  1441. desc:Tracks the total space for Light Dragons to live in
  1442. tag:LightHabitat
  1443. icon:drakeicons[2,4]
  1444. is always:((((steppe * SteppeBoost * 7) + (glade * GladeBoost * AllStructureBoost * 3) + barren) * LightLandBoost) * AllLandBoost)
  1445. *TotalDarkDragons
  1446. name:Dark Dragon Population
  1447. desc:Tracks the total Dark Dragon population.
  1448. tag:DarkPopulation
  1449. icon:drakeicons[1,5]
  1450. is always:DragonDTotal
  1451. *TotalDarkLand
  1452. name:Dark Habitability
  1453. desc:Tracks the total space for Dark Dragons to live in
  1454. tag:DarkHabitat
  1455. icon:drakeicons[2,5]
  1456. is always:((((swamp * SwampBoost * 7) + (monolith * MonolithBoost * AllStructureBoost * 3) + barren) * DarkLandBoost) * AllLandBoost)
  1457.  
  1458. *TEMPLATE
  1459. class:noBackground
  1460. hidden
  1461.  
  1462. *FireWorld
  1463. name:World Fire Mana
  1464. desc:Total Fire Mana made this world
  1465. tag:Mana
  1466. *WaterWorld
  1467. name:World Water Mana
  1468. desc:Total Water Mana made this world
  1469. tag:Mana
  1470. *AirWorld
  1471. name:World Air Mana
  1472. desc:Total Air Mana made this world
  1473. tag:Mana
  1474. *EarthWorld
  1475. name:World Earth Mana
  1476. desc:Total Earth Mana made this world
  1477. tag:Mana
  1478. *LightWorld
  1479. name:World Light Mana
  1480. desc:Total Light Mana made this world
  1481. tag:Mana
  1482. *DarkWorld
  1483. name:World Dark Mana
  1484. desc:Total Dark Mana made this world
  1485. tag:Mana
  1486.  
  1487. *FireTotal
  1488. name:Total Fire Mana
  1489. desc:Total Fire Mana made in all worlds
  1490. *WaterTotal
  1491. name:Total Water Mana
  1492. desc:Total Water Mana made in all worlds
  1493. *AirTotal
  1494. name:Total Air Mana
  1495. desc:Total Air Mana made in all worlds
  1496. *EarthTotal
  1497. name:Total Earth Mana
  1498. desc:Total Earth Mana made in all worlds
  1499. *LightTotal
  1500. name:Total Light Mana
  1501. desc:Total Light Mana made in all worlds
  1502. *DarkTotal
  1503. name:Total Dark Mana
  1504. desc:Total Dark Mana made in all worlds
  1505.  
  1506. *FireBoost
  1507. is always:pow(1.2,(DesertBoostA3+VentBoostA3 + FireBoostC1+FireBoostC2+FireBoostC3+FireBoostC4+FireBoostC5))
  1508. *WaterBoost
  1509. is always:pow(1.2,(OceanBoostA3+SpringBoostA3 + WaterBoostC1+WaterBoostC2+WaterBoostC3+WaterBoostC4+WaterBoostC5))
  1510. *AirBoost
  1511. is always:pow(1.2,(PlainsBoostA3+FloatBoostA3 + AirBoostC1+AirBoostC2+AirBoostC3+AirBoostC4+AirBoostC5))
  1512. *EarthBoost
  1513. is always:pow(1.2,(MountainBoostA3+CaveBoostA3 + EarthBoostC1+EarthBoostC2+EarthBoostC3+EarthBoostC4+EarthBoostC5))
  1514. *LightBoost
  1515. is always:pow(1.2,(SteppeBoostA3+GladeBoostA3 + LightBoostC1+LightBoostC2+LightBoostC3+LightBoostC4+LightBoostC5))
  1516. *DarkBoost
  1517. is always:pow(1.2,(SwampBoostA3+MonolithBoostA3 + DarkBoostC1+DarkBoostC2+DarkBoostC3+DarkBoostC4+DarkBoostC5))
  1518.  
  1519. *FireLandBoost
  1520. is always:pow(1.2,(DesertBoostA2+DesertBoostA4+VentBoostA2 + FireBoostB1+FireBoostB2+FireBoostB3+FireBoostB4+FireBoostB5))
  1521. *DesertBoost
  1522. is always:pow(1.2,(DesertBoostA1+DesertBoostA3))
  1523. *VentBoost
  1524. is always:pow(1.2,(VentBoostA1+VentBoostA3))
  1525.  
  1526. *WaterLandBoost
  1527. is always:pow(1.2,(OceanBoostA2+OceanBoostA4+SpringBoostA2 + WaterBoostB1+WaterBoostB2+WaterBoostB3+WaterBoostB4+WaterBoostB5))
  1528. *OceanBoost
  1529. is always:pow(1.2,(OceanBoostA1+OceanBoostA3))
  1530. *SpringBoost
  1531. is always:pow(1.2,(SpringBoostA1+SpringBoostA3))
  1532.  
  1533. *AirLandBoost
  1534. is always:pow(1.2,(PlainsBoostA2+PlainsBoostA4+FloatBoostA2 + AirBoostB1+AirBoostB2+AirBoostB3+AirBoostB4+AirBoostB5))
  1535. *PlainsBoost
  1536. is always:pow(1.2,(PlainsBoostA1+PlainsBoostA3))
  1537. *FloatBoost
  1538. is always:pow(1.2,(FloatBoostA1+FloatBoostA3))
  1539.  
  1540. *EarthLandBoost
  1541. is always:pow(1.2,(MountainBoostA2+MountainBoostA4+CaveBoostA2 + EarthBoostB1+EarthBoostB2+EarthBoostB3+EarthBoostB4+EarthBoostB5))
  1542. *MountainBoost
  1543. is always:pow(1.2,(MountainBoostA1+MountainBoostA3))
  1544. *CaveBoost
  1545. is always:pow(1.2,(CaveBoostA1+CaveBoostA3))
  1546.  
  1547. *LightLandBoost
  1548. is always:pow(1.2,(SteppeBoostA2+SteppeBoostA4+GladeBoostA2 + LightBoostB1+LightBoostB2+LightBoostB3+LightBoostB4+LightBoostB5))
  1549. *SteppeBoost
  1550. is always:pow(1.2,(SteppeBoostA1+SteppeBoostA3))
  1551. *GladeBoost
  1552. is always:pow(1.2,(GladeBoostA1+GladeBoostA3))
  1553.  
  1554. *DarkLandBoost
  1555. is always:pow(1.2,(SwampBoostA2+SwampBoostA4+MonolithBoostA2 + DarkBoostB1+DarkBoostB2+DarkBoostB3+DarkBoostB4+DarkBoostB5))
  1556. *SwampBoost
  1557. is always:pow(1.2,(SwampBoostA1+SwampBoostA3))
  1558. *MonolithBoost
  1559. is always:pow(1.2,(MonolithBoostA1+MonolithBoostA3))
  1560.  
  1561. *AllLandBoost
  1562. is always:pow(1.2,(DesertBoostA5+OceanBoostA5+PlainsBoostA5+MountainBoostA5+SteppeBoostA5+SwampBoostA5))
  1563. *AllStructureBoost
  1564. is always:pow(1.2,(StructureBoostA1+StructureBoostA2+StructureBoostA3))
  1565.  
  1566. *TotalCometChance
  1567. is always:pow(1.2,(CometBoostA1+CometBoostA2+CometBoostA3))
  1568. *TotalCometPower
  1569. is always:pow(1.2,(CometBoostB1+CometBoostB2+CometBoostB3))
  1570.  
  1571. *TotalMiraclePower
  1572. is always:pow(1.2,(MiracleBoostA1+MiracleBoostA2+MiracleBoostA3))
  1573. *TotalMiracleCost
  1574. is always:pow(1.2,(MiracleBoostB1+MiracleBoostB2+MiracleBoostB3))
  1575.  
  1576. *TotalBreed
  1577. name:Upgrade Breed Multiplier
  1578. desc:Tracks the total Breeding Multiplier from all Upgrades
  1579. is always:(pow(1.2,(FireBoostA1+FireBoostA2+FireBoostA3+FireBoostA4+FireBoostA5)) *(1+EventFire1) /(1+Catastrophe))
  1580. *TotalGrowth
  1581. name:Upgrade Growth Multiplier
  1582. desc:Tracks the total Growth Multiplier from all Upgrades
  1583. is always:(pow(1.2,(WaterBoostA1+WaterBoostA2+WaterBoostA3+WaterBoostA4+WaterBoostA5)) *(1+EventWater1) /(1+Catastrophe))
  1584. *TotalHealth
  1585. name:Upgrade Health Multiplier
  1586. desc:Tracks the total Health Multiplier from all Upgrades
  1587. is always:(pow(1.2,(EarthBoostA1+EarthBoostA2+EarthBoostA3+EarthBoostA4+EarthBoostA5)) *(1+EventAir1) /CometDeath)
  1588. *TotalCrowd
  1589. name:Upgrade Crowd Multiplier
  1590. desc:Tracks the total Crowd Multiplier from all Upgrades, affects high population and reduces age penalties on breeding
  1591. is always:(pow(1.2,(AirBoostA1+AirBoostA2+AirBoostA3+AirBoostA4+AirBoostA5)) *(1+EventEarth1) /CometDeath)
  1592. *TotalLand
  1593. name:Upgrade Land Multiplier
  1594. desc:Tracks the total Land Multiplier from all Upgrades, affects land over-knowing
  1595. is always:(pow(1.2,(LightBoostA1+LightBoostA2+LightBoostA3+LightBoostA4+LightBoostA5)) *(1+EventLight1) *(1+Catastrophe))
  1596. *TotalRare
  1597. name:Upgrade Cap Multiplier
  1598. desc:Tracks the total Rarity Multiplier from all Upgrades
  1599. is always:(pow(1.2,(DarkBoostA1+DarkBoostA2+DarkBoostA3+DarkBoostA4+DarkBoostA5)) *(1+EventDark1) *(1+Catastrophe))
  1600. *TotalSoul
  1601. name:Death Mana Multiplier
  1602. desc:Tracks the total Death Mana Multiplier from all Afterlife Upgrades
  1603. is always:(Afterlife1+Afterlife2)
  1604. *WorldSize
  1605. name:World Size
  1606. desc:Tracks max amount of Land this world
  1607. on tick:
  1608. if (TotalSize>WorldSize)
  1609. lose 1 tag:Lands
  1610. end
  1611. end
  1612. start with:25
  1613. *TotalSize
  1614. name:Total Lands
  1615. desc:Total non-barren lands
  1616. is always:(desert+ocean+plain+mountain+swamp+steppe)
  1617. *TotalSizeFire
  1618. is always:(100*(desert/WorldSize))
  1619. *TotalSizeWater
  1620. is always:(100*(ocean/WorldSize))
  1621. *TotalSizeAir
  1622. is always:(100*(plain/WorldSize))
  1623. *TotalSizeEarth
  1624. is always:(100*(mountain/WorldSize))
  1625. *TotalSizeLight
  1626. is always:(100*(glade/WorldSize))
  1627. *TotalSizeDark
  1628. is always:(100*(monolith/WorldSize))
  1629. *WorldSizeNext
  1630. name:World Size
  1631. desc:Tracks max amount of Land next World.
  1632. is always:(pow(((FireWorld+WaterWorld+AirWorld+EarthWorld+LightWorld+DarkWorld)*APSilver),(1/5)))
  1633. *TotalManaBoost
  1634. name:Mana Boost
  1635. desc:Tracks your total Mana multiplier.
  1636. is always:(1+(Catastrophe*2))
  1637. *PrestigeMana
  1638. name:Divine Mana
  1639. desc:Each point of Divine Mana increases Mana generation by .8% for Clicking and 4% for Dragons</>Increased most efficently by an equal mix of all time mana from all 6 elements.</>Total Mana: Fire:[FireTotal] - Water:[WaterTotal] - Air:[AirTotal] - Earth:[EarthTotal] - Light:[LightTotal] - Dark[DarkTotal]</>Total AP:[APGold]
  1640. icon:drakeicons[3,6]
  1641. is always:(((pow((FireTotal*WaterTotal*AirTotal*EarthTotal*LightTotal*DarkTotal*APGold),(1/13)))/100))
  1642. *PrestigeManaNext
  1643. name:Divine Mana - Next World
  1644. desc:Just tracks what your Divine Mana boost will be next world.
  1645. is always:(((pow(((FireTotal+FireWorld)*(WaterTotal+WaterWorld)*(AirTotal+AirWorld)*(EarthTotal+EarthWorld)*(LightTotal+LightWorld)*(DarkTotal+DarkWorld)*APGoldNext),(1/13)))/100))
  1646.  
  1647. [include DragonBreed %id="F" %name1="Red Flame" %name2="Ruby Flame" %name3="Flame Incarnate" %type="Fire"]
  1648. [include DragonBreed %id="W" %name1="Blue Sea" %name2="Sapphire Sea" %name3="Sea Incarnate" %type="Water"]
  1649. [include DragonBreed %id="A" %name1="Yellow Cloud" %name2="Citrine Cloud" %name3="Cloud Incarnate" %type="Air"]
  1650. [include DragonBreed %id="E" %name1="Green Mountain" %name2="Emerald Mountain" %name3="Mountain Incarnate" %type="Earth"]
  1651. [include DragonBreed %id="L" %name1="Luminous White" %name2="Luminous Diamond" %name3="Luminous Incarnate" %type="Light" %land="(1+(TotalLand*0.5))"]
  1652. [include DragonBreed %id="D" %name1="Umbral Black" %name2="Umbral Opal" %name3="Umbral Incarnate" %type="Dark" %rare="(1+(TotalRare*0.5))"]
  1653.  
  1654. *CometTime1
  1655. name:Comet Timer 1
  1656. on tick:
  1657. if (CometTime1 > (720/TotalCometChance))
  1658. if (chance(pow((CometTime1/(480/TotalCometChance)),0.5)*100)%)
  1659. if (chance((100/6)%))
  1660. spawn CometFire1
  1661. else if (chance((100/5)%))
  1662. spawn CometWater1
  1663. else if (chance((100/4)%))
  1664. spawn CometAir1
  1665. else if (chance((100/3)%))
  1666. spawn CometEarth1
  1667. else if (chance((100/2)%))
  1668. spawn CometLight1
  1669. else
  1670. spawn CometDark1
  1671. end
  1672. CometTime1 = 0
  1673. end
  1674. end
  1675. end
  1676. *CometTime2
  1677. name:Comet Timer 2
  1678. on tick:
  1679. if (CometTime2 > (1200/TotalCometChance))
  1680. if (chance(pow((CometTime1/(600/TotalCometChance)),0.5)*100)%)
  1681. if (chance((100/6)%))
  1682. spawn CometFire2
  1683. else if (chance((100/5)%))
  1684. spawn CometWater2
  1685. else if (chance((100/4)%))
  1686. spawn CometAir2
  1687. else if (chance((100/3)%))
  1688. spawn CometEarth2
  1689. else if (chance((100/2)%))
  1690. spawn CometLight2
  1691. else
  1692. spawn CometDark2
  1693. end
  1694. CometTime2 = 0
  1695. end
  1696. end
  1697. end
  1698. *CometTime3
  1699. name:Comet Timer 3
  1700. on tick:
  1701. if (CometTime3 > (1800/TotalCometChance))
  1702. if (chance(pow((CometTime1/(1800/TotalCometChance)),0.5)*100)%)
  1703. if (chance((100/6)%))
  1704. spawn CometFire3
  1705. else if (chance((100/5)%))
  1706. spawn CometWater3
  1707. else if (chance((100/4)%))
  1708. spawn CometAir3
  1709. else if (chance((100/3)%))
  1710. spawn CometEarth3
  1711. else if (chance((100/2)%))
  1712. spawn CometLight3
  1713. else
  1714. spawn CometDark3
  1715. end
  1716. CometTime3 = 0
  1717. end
  1718. end
  1719. end
  1720. *CometDeath
  1721. name:Catastrophe Potency
  1722. *CometTimeDeath
  1723. name:Catastrophe Timer
  1724. on tick:
  1725. if (CometTimeDeath >= 121)
  1726. CometDeath = 25
  1727. CometTimeDeath = 120
  1728. Catastrophe = 1
  1729. show Catastrophe
  1730. else if (CometTimeDeath > 1)
  1731. CometDeath = 5
  1732. lose 1 CometTimeDeath
  1733. else
  1734. CometDeath = 1
  1735. Catastrophe = 0
  1736. hide Catastrophe
  1737. end
  1738. end
  1739. *Fire1Timer
  1740. on tick:
  1741. if (Fire1Timer >= 1)
  1742. EventFire1 = ((1+(CastEnhanceFire1/500))/3)
  1743. show EventFire1
  1744. lose 1 Fire1Timer
  1745. else
  1746. EventFire1 = 0
  1747. hide EventFire1
  1748. end
  1749. end
  1750. *Water1Timer
  1751. on tick:
  1752. if (Water1Timer >= 1)
  1753. EventWater1 = ((1+(CastEnhanceWater1/500))/3)
  1754. show EventWater1
  1755. lose 1 Water1Timer
  1756. else
  1757. EventWater1 = 0
  1758. hide EventWater1
  1759. end
  1760. end
  1761. *Air1Timer
  1762. on tick:
  1763. if (Air1Timer >= 1)
  1764. EventAir1 = ((1+(CastEnhanceAir1/500))/3)
  1765. show EventAir1
  1766. lose 1 Air1Timer
  1767. else
  1768. EventAir1 = 0
  1769. hide EventAir1
  1770. end
  1771. end
  1772. *Earth1Timer
  1773. on tick:
  1774. if (Earth1Timer >= 1)
  1775. EventEarth1 = ((1+(CastEnhanceEarth1/500))/3)
  1776. show EventEarth1
  1777. lose 1 Earth1Timer
  1778. else
  1779. EventEarth1 = 0
  1780. hide EventEarth1
  1781. end
  1782. end
  1783. *Light1Timer
  1784. on tick:
  1785. if (Light1Timer >= 1)
  1786. EventLight1 = ((1+(CastEnhanceLight1/500))/3)
  1787. show EventLight1
  1788. lose 1 Light1Timer
  1789. else
  1790. EventLight1 = 0
  1791. hide EventLight1
  1792. end
  1793. end
  1794. *Dark1Timer
  1795. on tick:
  1796. if (Dark1Timer >= 1)
  1797. EventDark1 = ((1+(CastEnhanceDark1/500))/3)
  1798. show EventDark1
  1799. lose 1 Dark1Timer
  1800. else
  1801. EventDark1 = 0
  1802. hide EventDark1
  1803. end
  1804. end
  1805. *Catastrophe
  1806. name:Catastrophe
  1807. desc:Your world is suffering from a Catastrophic Comet!
  1808. tag:Event
  1809. icon:drakeicons[1,6]
  1810. class:noBackground
  1811. on earn:
  1812. toast Your world is suffering a catastrophe as the comet strikes it!
  1813. end
  1814. on lose:
  1815. toast The catastrophe affecting your world finally comes to an end...
  1816. end
  1817. hidden when 0
  1818.  
  1819. *EventFire1
  1820. name:Enhanced Passion
  1821. desc:Your world is attuned strongly to the element of Fire, enhancing Passion and Breeding Rate!</>[Fire1Timer] Seconds remain.
  1822. tag:Event
  1823. icon:drakeicons[1,0]
  1824. class:noBackground
  1825. on earn:
  1826. toast Your world surges with a miracle of Fire and Passion!
  1827. end
  1828. on lose:
  1829. toast Fire Mana smokes and embers, returning to normal levels.
  1830. end
  1831. hidden when 0
  1832.  
  1833. *EventWater1
  1834. name:Enhanced Empathy
  1835. desc:Your world is attuned strongly to the element of Water, enhancing Empathy and Growth Rate!</>[Water1Timer] Seconds remain.
  1836. tag:Event
  1837. icon:drakeicons[1,1]
  1838. class:noBackground
  1839. on earn:
  1840. toast Your world surges with a miracle of Water and Empathy!
  1841. end
  1842. on lose:
  1843. toast Water Mana ebbs and settles, returning to normal levels.
  1844. end
  1845. hidden when 0
  1846.  
  1847. *EventAir1
  1848. name:Enhanced Knowledge
  1849. desc:Your world is attuned strongly to the element of Air, enhancing Knowledge, and reducing Overcrowding and Aging penalties!</>[Air1Timer] Seconds remain.
  1850. tag:Event
  1851. icon:drakeicons[1,3]
  1852. class:noBackground
  1853. on earn:
  1854. toast Your world surges with a miracle of Air and Knowledge!
  1855. end
  1856. on lose:
  1857. toast Air Mana calms in to a mere breeze, returning to normal levels.
  1858. end
  1859. hidden when 0
  1860.  
  1861. *EventEarth1
  1862. name:Enhanced Instinct
  1863. desc:Your world is attuned strongly to the element of Earth, enhancing Instinct and Health!</>[Earth1Timer] Seconds remain.
  1864. tag:Event
  1865. icon:drakeicons[1,2]
  1866. class:noBackground
  1867. on earn:
  1868. toast Your world surges with a miracle of Earth and Instinct!
  1869. end
  1870. on lose:
  1871. toast Earth mana settles and crumbles, returning to normal levels.
  1872. end
  1873. hidden when 0
  1874.  
  1875. *EventLight1
  1876. name:Enhanced Justice
  1877. desc:Your world is attuned strongly to the element of Light, enhancing Justice and Land Efficency!</>[Light1Timer] Seconds remain.
  1878. tag:Event
  1879. icon:drakeicons[1,4]
  1880. class:noBackground
  1881. on earn:
  1882. toast Your world surges with a miracle of Light and Justice!
  1883. end
  1884. on lose:
  1885. toast Light dims and fades, returning to normal levels.
  1886. end
  1887. hidden when 0
  1888.  
  1889. *EventDark1
  1890. name:Enhanced Ambition
  1891. desc:Your world is attuned strongly to the element of Darkness, enhancing Ambition and Rare-Breed chance!</>[Dark1Timer] Seconds remain.
  1892. tag:Event
  1893. icon:drakeicons[1,5]
  1894. class:noBackground
  1895. on earn:
  1896. toast Your world surges with a miracle of Darkness and Ambition!
  1897. end
  1898. on lose:
  1899. toast Dark mana recedes and softens, returning to normal levels.
  1900. end
  1901. hidden when 0
  1902.  
  1903. *TimerDeamon
  1904. name:Comet Deamon
  1905. desc:Summons and handles Comets
  1906. on tick:
  1907. yield 1 CometTime1
  1908. yield 1 CometTime2
  1909. yield 1 CometTime3
  1910. end
  1911. start with:1
  1912.  
  1913. *APSilver
  1914. name:Silver Achievement Points
  1915. tag:Var
  1916. *APGold
  1917. name:Gold Achievement Points Stored
  1918. tag:Var
  1919. *APGoldNext
  1920. name:Gold Achievement Points
  1921. tag:Var
  1922.  
  1923. *CastMiracle
  1924. passive:multiply cost of tag:Miracles by max(1,(pow(2,(CastMiracle/TotalMiracleCost))))
  1925. *CastCreateFire1
  1926. *CastCreateWater1
  1927. *CastCreateAir1
  1928. *CastCreateEarth1
  1929. *CastCreateLight1
  1930. *CastCreateDark1
  1931. *CastCreateFire2
  1932. *CastCreateWater2
  1933. *CastCreateAir2
  1934. *CastCreateEarth2
  1935. *CastCreateLight2
  1936. *CastCreateDark2
  1937. *CastEnhanceFire1
  1938. *CastEnhanceWater1
  1939. *CastEnhanceAir1
  1940. *CastEnhanceEarth1
  1941. *CastEnhanceLight1
  1942. *CastEnhanceDark1
  1943.  
  1944. *UpgradeTotal
  1945. passive:multiply cost of tag:Upgrades by (1+(0.2*UpgradeTotal))
  1946.  
  1947. *TotalDeadDragons
  1948.  
  1949. Buildings
  1950. *TEMPLATE
  1951. tag:Lands
  1952. unlocked
  1953. on lose:
  1954. barren = (barren +1)
  1955. end
  1956.  
  1957. *desert|deserts
  1958. name:Desert|Deserts
  1959. desc:A vast rolling sea of sand and dunes.<//><b>Effect:</b><.>Provides space for 7 Fire Dragons.
  1960. icon:drakeicons[0,0]
  1961. cost:100 Fire
  1962. req:(Fire >= 100 or desert >= 1)
  1963. on earn:
  1964. if (TotalSize>=WorldSize)
  1965. desert = (desert-1)
  1966. toast Not enough Barren land to convert...
  1967. barren = 0
  1968. else
  1969. barren = (barren - 1)
  1970. end
  1971. end
  1972. limit:(desert+1)
  1973.  
  1974. *ocean
  1975. name:Ocean
  1976. desc:A deep expanse of seemingly endless water.<//><b>Effect:</b><.>Provides space for 7 Water Dragons.
  1977. icon:drakeicons[0,1]
  1978. cost:100 Water
  1979. req:(Water >= 100 or ocean >= 1)
  1980. on earn:
  1981. if (TotalSize>=WorldSize)
  1982. ocean = (ocean-1)
  1983. toast Not enough Barren land to convert...
  1984. barren = 0
  1985. else
  1986. barren = (barren - 1)
  1987. end
  1988. end
  1989. limit:(ocean+1)
  1990.  
  1991. *plain|plains
  1992. name:Plain|Plains
  1993. desc:Gentle hills and grass as far as the eye can see.<//><b>Effect:</b><.>Provides space for 7 Air Dragons.
  1994. icon:drakeicons[0,3]
  1995. cost:100 Air
  1996. req:(Air >= 100 or plain >= 1)
  1997. on earn:
  1998. if (TotalSize>=WorldSize)
  1999. plain = (plain-1)
  2000. toast Not enough Barren land to convert...
  2001. barren = 0
  2002. else
  2003. barren = (barren - 1)
  2004. end
  2005. end
  2006. limit:(plain+1)
  2007.  
  2008. *mountain|mountains
  2009. name:Mountain|Mountains
  2010. desc:Earth towering in a gradual spire that can be seen over the horizen.<//><b>Effect:</b><.>Provides space for 7 Earth Dragons.
  2011. icon:drakeicons[0,2]
  2012. cost:100 Earth
  2013. req:(Earth >= 100 or mountain >= 1)
  2014. on earn:
  2015. if (TotalSize>=WorldSize)
  2016. mountain = (mountain-1)
  2017. toast Not enough Barren land to convert...
  2018. barren = 0
  2019. else
  2020. barren = (barren - 1)
  2021. end
  2022. end
  2023. limit:(mountain+1)
  2024.  
  2025. *steppe
  2026. name:Steppe
  2027. desc:Brightly lit field of shrubs and stone, where you can see out for days.<//><b>Effect:</b><.>Provides space for 7 Light Dragons.
  2028. icon:drakeicons[0,4]
  2029. cost:100 Light
  2030. req:(Light >= 100 or steppe >= 1)
  2031. on earn:
  2032. if (TotalSize>=WorldSize)
  2033. steppe = (steppe-1)
  2034. toast Not enough Barren land to convert...
  2035. barren = 0
  2036. else
  2037. barren = (barren - 1)
  2038. end
  2039. end
  2040. limit:(steppe+1)
  2041.  
  2042. *swamp|swamps
  2043. name:Swamp|Swamps
  2044. desc:A dim tumble of vegitation and growth that chokes out most vision and sunlight.<//><b>Effect:</b><.>Provides space for 7 Dark Dragons.
  2045. icon:drakeicons[0,5]
  2046. cost:100 Dark
  2047. req:(Dark >= 100 or swamp >= 1)
  2048. on earn:
  2049. if (TotalSize>=WorldSize)
  2050. swamp = (swamp-1)
  2051. toast Not enough Barren land to convert...
  2052. barren = 0
  2053. else
  2054. barren = (barren - 1)
  2055. end
  2056. end
  2057. limit:(swamp+1)
  2058.  
  2059. *TEMPLATE
  2060. tag:Lands
  2061.  
  2062. *barren|barrens
  2063. name:Barren|Barrens
  2064. desc:An undeveloped land with a scattering of various resources. None the less capable of supporting a variety of basic life.</>Current world size is [WorldSize] lands.
  2065. icon:drakeicons[0,6]
  2066. start with:25
  2067. unlocked
  2068. no buy
  2069.  
  2070. *TEMPLATE
  2071. tags:Lands Structures
  2072.  
  2073. *vent|vents
  2074. name:Heat Vent|Heat Vents
  2075. desc:Naturally occuring cracks within the world, venting heat from deep within the core.<//><b>Effect:</b><.>Provides space for 3 Fire Dragons.
  2076. icon:drakeicons[2,0]
  2077. cost:100 Fire
  2078. cost increase:150%
  2079. req:(desert >= 5 or vent >= 1)
  2080. req:PlanetDevelopedG
  2081. limit:(vent+1)
  2082.  
  2083. *spring|springs
  2084. name:Mineral Spring|Mineral Springs
  2085. desc:Water from deep within the world with a multitude of health mundane and magical properties.<//><b>Effect:</b><.>Provides space for 3 Water Dragons.
  2086. icon:drakeicons[2,1]
  2087. cost:100 Water
  2088. cost increase:150%
  2089. req:(ocean >= 5 or spring >= 1)
  2090. req:PlanetDevelopedG
  2091. limit:(spring+1)
  2092.  
  2093. *float|floats
  2094. name:Floating Island|Floating Islands
  2095. desc:A piece of the world ripped from the ground and floating precariously through the sky.<//><b>Effect:</b><.>Provides space for 3 Air Dragons.
  2096. icon:drakeicons[2,3]
  2097. cost:100 Air
  2098. cost increase:150%
  2099. req:(plain >= 5 or float >= 1)
  2100. req:PlanetDevelopedG
  2101. limit:(float+1)
  2102.  
  2103. *cave|caves
  2104. name:Deep Cave|Deep Caves
  2105. desc:Tunnels, paths, and chambers that dig ever deeper in to the heart of the world.<//><b>Effect:</b><.>Provides space for 3 Earth Dragon.
  2106. icon:drakeicons[2,2]
  2107. cost:100 Earth
  2108. cost increase:150%
  2109. req:(mountain >= 5 or cave >= 1)
  2110. req:PlanetDevelopedG
  2111. limit:(cave+1)
  2112.  
  2113. *glade|glades
  2114. name:Forest Glades
  2115. desc:Deeply rooted trees that draw strength from the world, letting patterns of light dance across the space of grass between them.<//><b>Effect:</b><.>Provides space for 3 Light Dragons.
  2116. icon:drakeicons[2,4]
  2117. cost:100 Light
  2118. cost increase:150%
  2119. req:(steppe >= 5 or glade >= 1)
  2120. req:PlanetDevelopedG
  2121. limit:(glade+1)
  2122.  
  2123. *monolith|monoliths
  2124. name:Obsidian Monolith
  2125. desc:A piece of the heart of the world ripping through the ground, trapping all light that passes through it and inspiring great heights.<//><b>Effect:</b><.>Provides space for 3 Dark Dragons.
  2126. icon:drakeicons[2,5]
  2127. cost:100 Dark
  2128. cost increase:150%
  2129. req:(swamp >= 5 or monolith >= 1)
  2130. req:PlanetDevelopedG
  2131. limit:(monolith+1)
  2132.  
  2133. [include Dragon %id="F" %name1="Red Flame" %name2="Ruby Flame" %name3="Flame Incarnate" %type="Fire" %sprite="7" %mana="FireBoost" %breed="(1+(TotalBreed*0.5))"]
  2134. [include Dragon %id="W" %name1="Blue Sea" %name2="Sapphire Sea" %name3="Sea Incarnate" %type="Water" %sprite="8" %mana="WaterBoost" %growth="(1+(TotalGrowth*0.5))"]
  2135. [include Dragon %id="A" %name1="Yellow Cloud" %name2="Citrine Cloud" %name3="Cloud Incarnate" %type="Air" %sprite="10" %mana="AirBoost" %know="(1+(TotalCrowd*0.5))"]
  2136. [include Dragon %id="E" %name1="Green Mountain" %name2="Emerald Mountain" %name3="Mountain Incarnate" %type="Earth" %sprite="9" %mana="EarthBoost" %health="(1+(TotalLand*0.5))"]
  2137. [include Dragon %id="L" %name1="Luminous White" %name2="Luminous Diamond" %name3="Luminous Incarnate" %type="Light" %sprite="11" %mana="LightBoost" ]
  2138. [include Dragon %id="D" %name1="Umbral Black" %name2="Umbral Opal" %name3="Umbral Incarnate" %type="Dark" %sprite="12" %mana="DarkBoost" ]
  2139.  
  2140. Upgrades
  2141. *TEMPLATE
  2142. tag:Miracles
  2143. class:noBackground
  2144. no text
  2145.  
  2146. *CreateFire1
  2147. name:Create Life, Fire Dragon
  2148. desc:Create [(2+floor(CastCreateFire1/250*TotalMiraclePower))] Red Fire Dragon Eggs
  2149. icon:drakeicons[0,7]
  2150. cost:5 Fire
  2151. on earn:
  2152. yield 1 CastCreateFire1
  2153. if (CastMiracle = 0)
  2154. yield 1 CastMiracle
  2155. yield (14+floor(CastCreateFire1/250*7*TotalMiraclePower)) DragonF00
  2156. toast Your first miracle this world is 7 times as powerful!
  2157. else
  2158. yield 1 CastMiracle
  2159. yield (2+floor(CastCreateFire1/250*TotalMiraclePower)) DragonF00
  2160. end
  2161. do click
  2162. end
  2163. on click:lose this
  2164. *CreateWater1
  2165. name:Create Life, Water Dragon
  2166. desc:Create [(2+floor(CastCreateWater1/250*TotalMiraclePower))] Blue Water Dragon Eggs
  2167. icon:drakeicons[0,8]
  2168. cost:5 Water
  2169. on earn:
  2170. yield 1 CastCreateWater1
  2171. if (CastMiracle = 0)
  2172. yield 1 CastMiracle
  2173. yield (14+floor(CastCreateWater1/250*7*TotalMiraclePower)) DragonW00
  2174. toast Your first miracle this world is 7 times as powerful!
  2175. else
  2176. yield 1 CastMiracle
  2177. yield (2+floor(CastCreateWater1/250*TotalMiraclePower)) DragonW00
  2178. end
  2179. do click
  2180. end
  2181. on click:lose this
  2182. *CreateAir1
  2183. name:Create Life, Air Dragon
  2184. desc:Create [(2+floor(CastCreateAir1/250*TotalMiraclePower))] Yellow Air Dragon Eggs
  2185. icon:drakeicons[0,10]
  2186. cost:5 Air
  2187. on earn:
  2188. yield 1 CastCreateAir1
  2189. if (CastMiracle = 0)
  2190. yield 1 CastMiracle
  2191. yield (14+floor(CastCreateAir1/250*7*TotalMiraclePower)) DragonA00
  2192. toast Your first miracle this world is 7 times as powerful!
  2193. else
  2194. yield 1 CastMiracle
  2195. yield (2+floor(CastCreateAir1/250*TotalMiraclePower)) DragonA00
  2196. end
  2197. do click
  2198. end
  2199. on click:lose this
  2200. *CreateEarth1
  2201. name:Create Life, Earth Dragon
  2202. desc:Create [(2+floor(CastCreateEarth1/250*TotalMiraclePower))] Green Earth Dragon Eggs
  2203. icon:drakeicons[0,9]
  2204. cost:5 Earth
  2205. on earn:
  2206. yield 1 CastCreateEarth1
  2207. if (CastMiracle = 0)
  2208. yield 1 CastMiracle
  2209. yield (14+floor(CastCreateEarth1/250*7*TotalMiraclePower)) DragonE00
  2210. toast Your first miracle this world is 7 times as powerful!
  2211. else
  2212. yield 1 CastMiracle
  2213. yield (2+floor(CastCreateEarth1/250*TotalMiraclePower)) DragonE00
  2214. end
  2215. do click
  2216. end
  2217. on click:lose this
  2218. *CreateLight1
  2219. name:Create Life, Light Dragon
  2220. desc:Create [(2+floor(CastCreateLight1/250*TotalMiraclePower))] White Light Dragon Eggs
  2221. icon:drakeicons[0,11]
  2222. cost:5 Light
  2223. on earn:
  2224. yield 1 CastCreateLight1
  2225. if (CastMiracle = 0)
  2226. yield 1 CastMiracle
  2227. yield (14+floor(CastCreateLight1/250*7*TotalMiraclePower)) DragonL00
  2228. toast Your first miracle this world is 7 times as powerful!
  2229. else
  2230. yield 1 CastMiracle
  2231. yield (2+floor(CastCreateLight1/250*TotalMiraclePower)) DragonL00
  2232. end
  2233. do click
  2234. end
  2235. on click:lose this
  2236. *CreateDark1
  2237. name:Create Life, Dark Dragon
  2238. desc:Create [(2+floor(CastCreateDark1/250*TotalMiraclePower))] Black Dark Dragon Eggs
  2239. icon:drakeicons[0,12]
  2240. cost:5 Dark
  2241. on earn:
  2242. yield 1 CastCreateDark1
  2243. if (CastMiracle = 0)
  2244. yield 1 CastMiracle
  2245. yield (14+floor(CastCreateDark1/250*7*TotalMiraclePower)) DragonD00
  2246. toast Your first miracle this world is 7 times as powerful!
  2247. else
  2248. yield 1 CastMiracle
  2249. yield (2+floor(CastCreateDark1/250*TotalMiraclePower)) DragonD00
  2250. end
  2251. do click
  2252. end
  2253. on click:lose this
  2254. *CreateFire2
  2255. name:Create Life, Ruby Dragon
  2256. desc:Create [(1+floor(CastCreateFire2/500*TotalMiraclePower))] Ruby Fire Dragon Egg(s)
  2257. icon:drakeicons[4,7] drakeicons[0,7]
  2258. req:ChallengeFire2
  2259. cost:125 Fire
  2260. on earn:
  2261. yield 1 CastCreateFire2
  2262. if (CastMiracle = 0)
  2263. yield 1 CastMiracle
  2264. yield (7+floor(CastCreateFire2/500*7*TotalMiraclePower)) DragonF10
  2265. toast Your first miracle this world is 7 times as powerful!
  2266. else
  2267. yield 1 CastMiracle
  2268. yield (1+floor(CastCreateFire2/500*TotalMiraclePower)) DragonF10
  2269. end
  2270. do click
  2271. end
  2272. on click:lose this
  2273. *CreateWater2
  2274. name:Create Life, Sapphire Dragon
  2275. desc:Create [(1+floor(CastCreateWater2/500*TotalMiraclePower))] Sapphire Water Dragon Egg(s)
  2276. icon:drakeicons[4,8] drakeicons[0,8]
  2277. req:ChallengeWater2
  2278. cost:125 Water
  2279. on earn:
  2280. yield 1 CastCreateWater2
  2281. if (CastMiracle = 0)
  2282. yield 1 CastMiracle
  2283. yield (7+floor(CastCreateWater2/500*7*TotalMiraclePower)) DragonW10
  2284. toast Your first miracle this world is 7 times as powerful!
  2285. else
  2286. yield 1 CastMiracle
  2287. yield (1+floor(CastCreateWater2/500*TotalMiraclePower)) DragonW10
  2288. end
  2289. do click
  2290. end
  2291. on click:lose this
  2292. *CreateAir2
  2293. name:Create Life, Topez Dragon
  2294. desc:Create [(1+floor(CastCreateAir2/500*TotalMiraclePower))] Topez Air Dragon Egg(s)
  2295. icon:drakeicons[4,10] drakeicons[0,10]
  2296. req:ChallengeAir2
  2297. cost:125 Air
  2298. on earn:
  2299. yield 1 CastCreateAir2
  2300. if (CastMiracle = 0)
  2301. yield 1 CastMiracle
  2302. yield (7+floor(CastCreateAir2/500*7*TotalMiraclePower)) DragonA10
  2303. toast Your first miracle this world is 7 times as powerful!
  2304. else
  2305. yield 1 CastMiracle
  2306. yield (1+floor(CastCreateAir2/500*TotalMiraclePower)) DragonA10
  2307. end
  2308. do click
  2309. end
  2310. on click:lose this
  2311. *CreateEarth2
  2312. name:Create Life, Emerald Dragon
  2313. desc:Create [(1+floor(CastCreateEarth2/500*TotalMiraclePower))] Emerald Earth Dragon Egg(s)
  2314. icon:drakeicons[4,9] drakeicons[0,9]
  2315. req:ChallengeEarth2
  2316. cost:125 Earth
  2317. on earn:
  2318. yield 1 CastCreateEarth2
  2319. if (CastMiracle = 0)
  2320. yield 1 CastMiracle
  2321. yield (7+floor(CastCreateEarth2/500*7*TotalMiraclePower)) DragonE10
  2322. toast Your first miracle this world is 7 times as powerful!
  2323. else
  2324. yield 1 CastMiracle
  2325. yield (1+floor(CastCreateEarth2/500*TotalMiraclePower)) DragonE10
  2326. end
  2327. do click
  2328. end
  2329. on click:lose this
  2330. *CreateLight2
  2331. name:Create Life, Diamond Dragon
  2332. desc:Create [(1+floor(CastCreateLight2/500*TotalMiraclePower))] Diamond Light Dragon Egg(s)
  2333. icon:drakeicons[4,11] drakeicons[0,11]
  2334. req:ChallengeLight2
  2335. cost:125 Light
  2336. on earn:
  2337. yield 1 CastCreateLight2
  2338. if (CastMiracle = 0)
  2339. yield 1 CastMiracle
  2340. yield (7+floor(CastCreateLight2/500*7*TotalMiraclePower)) DragonL10
  2341. toast Your first miracle this world is 7 times as powerful!
  2342. else
  2343. yield 1 CastMiracle
  2344. yield (1+floor(CastCreateLight2/500*TotalMiraclePower)) DragonL10
  2345. end
  2346. do click
  2347. end
  2348. on click:lose this
  2349. *CreateDark2
  2350. name:Create Life, Opal Dragon
  2351. desc:Create [(1+floor(CastCreateDark2/500*TotalMiraclePower))] Opal Dark Dragon Egg(s)
  2352. icon:drakeicons[4,12] drakeicons[0,12]
  2353. req:ChallengeDark2
  2354. cost:125 Dark
  2355. on earn:
  2356. yield 1 CastCreateDark2
  2357. if (CastMiracle = 0)
  2358. yield 1 CastMiracle
  2359. yield (7+floor(CastCreateDark2/500*7*TotalMiraclePower)) DragonD10
  2360. toast Your first miracle this world is 7 times as powerful!
  2361. else
  2362. yield 1 CastMiracle
  2363. yield (1+floor(CastCreateDark2/500*TotalMiraclePower)) DragonD10
  2364. end
  2365. do click
  2366. end
  2367. on click:lose this
  2368.  
  2369. *EnhanceFire1
  2370. name:Enhance Fire, Passion
  2371. desc:Enhance your world's Passion by [((1+floor(CastEnhanceFire1/500*TotalMiraclePower))*33)]% for [((1+floor(CastEnhanceFire1/500*TotalMiraclePower))*60)] seconds!
  2372. icon:drakeicons[5,7] drakeicons[1,0]
  2373. req:ChallengeFire1
  2374. cost:25 Fire
  2375. on earn:
  2376. yield 1 CastEnhanceFire1
  2377. if (CastMiracle = 0)
  2378. yield 1 CastMiracle
  2379. yield ((1+floor(CastEnhanceFire1/500*TotalMiraclePower))*420) Fire1Timer
  2380. toast Your first miracle this world is 7 times as powerful!
  2381. else
  2382. yield 1 CastMiracle
  2383. yield ((1+floor(CastEnhanceFire1/500*TotalMiraclePower))*60) Fire1Timer
  2384. end
  2385. do click
  2386. end
  2387. on click:lose this
  2388. *EnhanceWater1
  2389. name:Enhance Water, Empathy
  2390. desc:Enhance your world's Empathy by [((1+floor(CastEnhanceWater1/500*TotalMiraclePower))*33)]% for [((1+floor(CastEnhanceWater1/500*TotalMiraclePower))*60)] seconds!
  2391. icon:drakeicons[5,8] drakeicons[1,1]
  2392. req:ChallengeWater1
  2393. cost:25 Water
  2394. on earn:
  2395. yield 1 CastEnhanceWater1
  2396. if (CastMiracle = 0)
  2397. yield 1 CastMiracle
  2398. yield ((1+floor(CastEnhanceWater1/500*TotalMiraclePower))*420) Water1Timer
  2399. toast Your first miracle this world is 7 times as powerful!
  2400. else
  2401. yield 1 CastMiracle
  2402. yield ((1+floor(CastEnhanceWater1/500*TotalMiraclePower))*60) Water1Timer
  2403. end
  2404. do click
  2405. end
  2406. on click:lose this
  2407. *EnhanceAir1
  2408. name:Enhance Air, Knowledge
  2409. desc:Enhance your world's Knowledge by [((1+floor(CastEnhanceAir1/500*TotalMiraclePower))*33)]% for [((1+floor(CastEnhanceAir1/500*TotalMiraclePower))*60)] seconds!
  2410. icon:drakeicons[5,10] drakeicons[1,3]
  2411. req:ChallengeAir1
  2412. cost:25 Air
  2413. on earn:
  2414. yield 1 CastEnhanceAir1
  2415. if (CastMiracle = 0)
  2416. yield 1 CastMiracle
  2417. yield ((1+floor(CastEnhanceAir1/500*TotalMiraclePower))*420) Air1Timer
  2418. toast Your first miracle this world is 7 times as powerful!
  2419. else
  2420. yield 1 CastMiracle
  2421. yield ((1+floor(CastEnhanceAir1/500*TotalMiraclePower))*60) Air1Timer
  2422. end
  2423. do click
  2424. end
  2425. on click:lose this
  2426. *EnhanceEarth1
  2427. name:Enhance Earth, Instinct
  2428. desc:Enhance your world's Instinct by [((1+floor(CastEnhanceEarth1/500*TotalMiraclePower))*33)]% for [((1+floor(CastEnhanceEarth1/500*TotalMiraclePower))*60)] seconds!
  2429. icon:drakeicons[5,9] drakeicons[1,2]
  2430. req:ChallengeEarth1
  2431. cost:25 Earth
  2432. on earn:
  2433. yield 1 CastEnhanceEarth1
  2434. if (CastMiracle = 0)
  2435. yield 1 CastMiracle
  2436. yield ((1+floor(CastEnhanceEarth1/500*TotalMiraclePower))*420) Earth1Timer
  2437. toast Your first miracle this world is 7 times as powerful!
  2438. else
  2439. yield 1 CastMiracle
  2440. yield ((1+floor(CastEnhanceEarth1/500*TotalMiraclePower))*60) Earth1Timer
  2441. end
  2442. do click
  2443. end
  2444. on click:lose this
  2445. *EnhanceLight1
  2446. name:Enhance Light, Justice
  2447. desc:Enhance your world's Justice by [((1+floor(CastEnhanceLight1/500*TotalMiraclePower))*33)]% for [((1+floor(CastEnhanceLight1/500*TotalMiraclePower))*60)] seconds!
  2448. icon:drakeicons[5,11] drakeicons[1,4]
  2449. req:ChallengeLight1
  2450. cost:25 Light
  2451. on earn:
  2452. yield 1 CastEnhanceLight1
  2453. if (CastMiracle = 0)
  2454. yield 1 CastMiracle
  2455. yield ((1+floor(CastEnhanceLight1/500*TotalMiraclePower))*420) Light1Timer
  2456. toast Your first miracle this world is 7 times as powerful!
  2457. else
  2458. yield 1 CastMiracle
  2459. yield ((1+floor(CastEnhanceLight1/500*TotalMiraclePower))*60) Light1Timer
  2460. end
  2461. do click
  2462. end
  2463. on click:lose this
  2464. *EnhanceDark1
  2465. name:Enhance Dark, Ambition
  2466. desc:Enhance your world's Ambition by [((1+floor(CastEnhanceDark1/500*TotalMiraclePower))*33)]% for [((1+floor(CastEnhanceDark1/500*TotalMiraclePower))*60)] seconds!
  2467. icon:drakeicons[5,12] drakeicons[1,5]
  2468. req:ChallengeDark1
  2469. cost:25 Dark
  2470. on earn:
  2471. yield 1 CastEnhanceDark1
  2472. if (CastMiracle = 0)
  2473. yield 1 CastMiracle
  2474. yield ((1+floor(CastEnhanceDark1/500*TotalMiraclePower))*420) Dark1Timer
  2475. toast Your first miracle this world is 7 times as powerful!
  2476. else
  2477. yield 1 CastMiracle
  2478. yield ((1+floor(CastEnhanceDark1/500*TotalMiraclePower))*60) Dark1Timer
  2479. end
  2480. do click
  2481. end
  2482. on click:lose this
  2483.  
  2484. *TEMPLATE
  2485. tag:Upgrades
  2486. class:noBackground
  2487. on earn:yield 1 UpgradeTotal
  2488. no text
  2489.  
  2490. *DesertBoostA1
  2491. name:Dunes
  2492. desc:The first step to make this harsh wasteland more livable was to shape the sand into mounds, affording some natural shelter.</><b>Effect:</b>+20% Desert Habitability
  2493. icon:drakeicons[0,0]
  2494. cost:10000 Fire, 10000 Water
  2495. req:25 desert
  2496. *DesertBoostA2
  2497. name:Lizards
  2498. desc:While these small scaly creatures may resemble dragons, they are not, in fact, related.</><b>Effect:</b>+20% Fire Dragon Habitability
  2499. icon:drakeicons[0,0]
  2500. cost:2000000 Fire, 1000000 Light, 1000000 Earth
  2501. req:50 desert
  2502. *DesertBoostA3
  2503. name:Sandstorms
  2504. desc:The confluence of Air and Fire, these vicious, scouring clouds of sand are the bane of any surface-dwelling desert creature.</><b>Effect:</b>+20% Desert Habitability, +20% Fire Mana
  2505. icon:drakeicons[0,0]
  2506. cost:400000000 Fire, 100000000 Air, 100000000 Dark
  2507. req:75 desert
  2508. *DesertBoostA4
  2509. name:Carrion Feeders
  2510. desc:Opportunistic predators that take advantage of the quick decay of flesh under the hot sun. Of course, they then are mere prey for mighty Dragons.</><b>Effect:</b>+20% Fire Dragon Habitability
  2511. icon:drakeicons[0,0]
  2512. cost:80000000000 Fire, 10000000000 Air, 10000000000 Earth
  2513. req:100 desert
  2514. *DesertBoostA5
  2515. name:Dune Nesting
  2516. desc:Dunecaves: With these mountains of sand, some of your dragons have taken to the idea of digging out caves within them to dwell in.</><b>Effect:</b>+20% <b>All</b> Habitability
  2517. icon:drakeicons[0,0]
  2518. cost:16000000000000 Fire, 1000000000000 Water, 1000000000000 Air, 1000000000000 Earth
  2519. req:150 desert
  2520. *VentBoostA1
  2521. name:More Fissures
  2522. desc:By shifting the land in odd ways, it can open chasms in the ground. Some of your dragons have taken to finding the heat of the earth's blood here.</><b>Effect:</b>+20% Heat Vent Habitability
  2523. icon:drakeicons[2,0]
  2524. cost:5000000 Fire, 5000000 Water
  2525. req:25 vent
  2526. *VentBoostA2
  2527. name:Magma Worms
  2528. desc:Strange, round creatures which can grow to be quite considerable in length. They tunnel and bore through the earth in search of rich sources of Fire Mana, and as such, have become a favorite snack for some of your Dragons.</><b>Effect:</b>+20% Fire Dragon Habitability
  2529. icon:drakeicons[2,0]
  2530. cost:250000000000 Fire, 125000000000 Air, 125000000000 Earth
  2531. req:50 vent
  2532. *VentBoostA3
  2533. name:Thermal Eruptions
  2534. desc:Expansion of these cracks and caves by gradual shifts in the planet's crust has lead to places with high radiant heat, and vast reserves of Fire mana.</><b>Effect:</b>+20% Heat Vent Habitability, +20% Fire Mana
  2535. icon:drakeicons[2,0]
  2536. cost:12500000000000000 Fire, 3125000000000000 Light, 3125000000000000 Dark
  2537. req:75 vent
  2538. *OceanBoostA1
  2539. name:Sea Caves
  2540. desc:Creation of natural underwater caverns, where there is breathable air within, allows water dragons to live their entire lives under the sea.
  2541. icon:drakeicons[0,1]
  2542. cost:10000 Water, 10000 Fire
  2543. req:25 ocean
  2544. *OceanBoostA2
  2545. name:Sharks
  2546. desc:Oceanborne predators encourage more competition amongst the prey creatures, leading to larger and more bountiful prey for the Dragons.</><b>Effect:</b>+20% Water Dragon Habitability
  2547. icon:drakeicons[0,1]
  2548. cost:2000000 Water, 1000000 Light, 1000000 Earth
  2549. req:50 ocean
  2550. *OceanBoostA3
  2551. name:Typhoons
  2552. desc:Great, rotating wind and rainstorms which can cause widespread devastation and even wipe small islands off of the map.</><b>Effect:</b>+20% Ocean Habitability, +20% Water Mana
  2553. icon:drakeicons[0,1]
  2554. cost:400000000 Water, 100000000 Air, 100000000 Dark
  2555. req:75 ocean
  2556. *OceanBoostA4
  2557. name:Whales
  2558. desc:Underwater megafauna, such as whales, can provide food for many, many dragons at once.</><b>Effect:</b>+20% <b>All</b> Habitability</><b>Effect:</b>+20% Water Dragon Habitability
  2559. icon:drakeicons[0,1]
  2560. cost:80000000000 Water, 10000000000 Air, 10000000000 Earth
  2561. req:100 ocean
  2562. *OceanBoostA5
  2563. name:Placeholder
  2564. desc:</><b>Effect:</b>+20% <b>All</b> Habitability
  2565. icon:drakeicons[0,1]
  2566. cost:16000000000000 Water, 1000000000000 Fire, 1000000000000 Air, 1000000000000 Earth
  2567. req:150 ocean
  2568. *SpringBoostA1
  2569. name:Placeholder
  2570. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Mineral Spring Habitability
  2571. icon:drakeicons[2,1]
  2572. cost:5000000 Water, 5000000 Fire
  2573. req:25 spring
  2574. *SpringBoostA2
  2575. name:Placeholder
  2576. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Water Dragon Habitability
  2577. icon:drakeicons[2,1]
  2578. cost:250000000000 Water, 125000000000 Air, 125000000000 Earth
  2579. req:50 spring
  2580. *SpringBoostA3
  2581. name:Placeholder
  2582. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Mineral Spring Habitability, +20% Water Mana
  2583. icon:drakeicons[2,1]
  2584. cost:12500000000000000 Water, 3125000000000000 Light, 3125000000000000 Dark
  2585. req:75 spring
  2586. *PlainsBoostA1
  2587. name:Placeholder
  2588. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Plains Habitability
  2589. icon:drakeicons[0,3]
  2590. cost:10000 Air, 10000 Earth
  2591. req:25 plains
  2592. *PlainsBoostA2
  2593. name:Placeholder
  2594. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Air Dragon Habitability
  2595. icon:drakeicons[0,3]
  2596. cost:2000000 Air, 1000000 Water, 1000000 Fire
  2597. req:50 plains
  2598. *PlainsBoostA3
  2599. name:Tornados
  2600. desc:Angry winds whip themselves up into a frenzy, creating a towering column of whirlwinds that toss aside lesser begins, and can even carry away trees on their violent winds.</><b>Effect:</b>+20% Plains Habitability, +20% Air Mana
  2601. icon:drakeicons[0,3]
  2602. cost:400000000 Air, 100000000 Light, 100000000 Dark
  2603. req:75 plains
  2604. *PlainsBoostA4
  2605. name:Placeholder
  2606. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Air Dragon Habitability
  2607. icon:drakeicons[0,3]
  2608. cost:80000000000 Air, 10000000000 Water, 10000000000 Fire
  2609. req:100 plains
  2610. *PlainsBoostA5
  2611. name:Placeholder
  2612. desc:Get with the lore, Blade!</><b>Effect:</b>+20% <b>All</b> Habitability
  2613. icon:drakeicons[0,3]
  2614. cost:16000000000000 Air, 1000000000000 Fire, 1000000000000 Water, 1000000000000 Earth
  2615. req:150 plains
  2616. *FloatBoostA1
  2617. name:Placeholder
  2618. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Floating Island Habitability
  2619. icon:drakeicons[2,3]
  2620. cost:5000000 Air, 5000000 Earth
  2621. req:25 float
  2622. *FloatBoostA2
  2623. name:Placeholder
  2624. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Air Dragon Habitability
  2625. icon:drakeicons[2,3]
  2626. cost:250000000000 Air, 125000000000 Water, 125000000000 Fire
  2627. req:50 float
  2628. *FloatBoostA3
  2629. name:Placeholder
  2630. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Floating Island Habitability, +20% Air Mana
  2631. icon:drakeicons[2,3]
  2632. cost:12500000000000000 Air, 3125000000000000 Light, 3125000000000000 Dark
  2633. req:75 float
  2634. *MountainBoostA1
  2635. name:Placeholder
  2636. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Mountain Habitability
  2637. icon:drakeicons[0,2]
  2638. cost:10000 Earth, 10000 Air
  2639. req:25 mountain
  2640. *MountainBoostA2
  2641. name:Placeholder
  2642. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Earth Dragon Habitability
  2643. icon:drakeicons[0,2]
  2644. cost:2000000 Earth, 1000000 Water, 1000000 Fire
  2645. req:50 mountain
  2646. *MountainBoostA3
  2647. name:Placeholder
  2648. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Mountain Habitability, +20% Earth Mana
  2649. icon:drakeicons[0,2]
  2650. cost:400000000 Earth, 100000000 Light, 100000000 Dark
  2651. req:75 mountain
  2652. *MountainBoostA4
  2653. name:Placeholder
  2654. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Earth Dragon Habitability
  2655. icon:drakeicons[0,2]
  2656. cost:80000000000 Earth, 10000000000 Water, 10000000000 Fire
  2657. req:100 mountain
  2658. *MountainBoostA5
  2659. name:Placeholder
  2660. desc:Get with the lore, Blade!</><b>Effect:</b>+20% <b>All</b> Habitability
  2661. icon:drakeicons[0,2]
  2662. cost:16000000000000 Earth, 1000000000000 Fire, 1000000000000 Water, 1000000000000 Air
  2663. req:150 mountain
  2664. *CaveBoostA1
  2665. name:Placeholder
  2666. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Deep Cave Habitability
  2667. icon:drakeicons[2,2]
  2668. cost:5000000 Earth, 5000000 Air
  2669. req:25 cave
  2670. *CaveBoostA2
  2671. name:Placeholder
  2672. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Earth Dragon Habitability
  2673. icon:drakeicons[2,2]
  2674. cost:250000000000 Earth, 125000000000 Water, 125000000000 Fire
  2675. req:50 cave
  2676. *CaveBoostA3
  2677. name:Placeholder
  2678. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Deep Cave Habitability, +20% Earth Mana
  2679. icon:drakeicons[2,2]
  2680. cost:12500000000000000 Earth, 3125000000000000 Light, 3125000000000000 Dark
  2681. req:75 cave
  2682. *SteppeBoostA1
  2683. name:Placeholder
  2684. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Steppe Habitability
  2685. icon:drakeicons[0,4]
  2686. cost:10000 Light, 10000 Dark
  2687. req:25 steppe
  2688. *SteppeBoostA2
  2689. name:Placeholder
  2690. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Light Dragon Habitability
  2691. icon:drakeicons[0,4]
  2692. cost:2000000 Light, 1000000 Water, 1000000 Earth
  2693. req:50 steppe
  2694. *SteppeBoostA3
  2695. name:Placeholder
  2696. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Steppe Habitability, +20% Light Mana
  2697. icon:drakeicons[0,4]
  2698. cost:400000000 Light, 100000000 Earth, 100000000 Fire
  2699. req:75 steppe
  2700. *SteppeBoostA4
  2701. name:Placeholder
  2702. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Light Dragon Habitability
  2703. icon:drakeicons[0,4]
  2704. cost:80000000000 Light, 10000000000 Fire, 10000000000 Air
  2705. req:100 steppe
  2706. *SteppeBoostA5
  2707. name:Placeholder
  2708. desc:Get with the lore, Blade!</><b>Effect:</b>+20% <b>All</b> Habitability
  2709. icon:drakeicons[0,4]
  2710. cost:16000000000000 Light, 1000000000000 Dark, 1000000000000 Water, 1000000000000 Air
  2711. req:150 steppe
  2712. *GladeBoostA1
  2713. name:Placeholder
  2714. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Forest Glade Habitability
  2715. icon:drakeicons[2,4]
  2716. cost:5000000 Light, 5000000 Dark
  2717. req:25 glade
  2718. *GladeBoostA2
  2719. name:Placeholder
  2720. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Light Dragon Habitability
  2721. icon:drakeicons[2,4]
  2722. cost:250000000000 Light, 125000000000 Water, 125000000000 Fire
  2723. req:50 glade
  2724. *GladeBoostA3
  2725. name:Placeholder
  2726. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Forest Glade Habitability, +20% Light Mana
  2727. icon:drakeicons[2,4]
  2728. cost:12500000000000000 Light, 3125000000000000 Earth, 3125000000000000 Fire
  2729. req:75 glade
  2730. *SwampBoostA1
  2731. name:Placeholder
  2732. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Swamp Habitability
  2733. icon:drakeicons[0,5]
  2734. cost:10000 Dark, 10000 Light
  2735. req:25 swamp
  2736. *SwampBoostA2
  2737. name:Placeholder
  2738. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Dark Dragon Habitability
  2739. icon:drakeicons[0,5]
  2740. cost:2000000 Dark, 1000000 Fire, 1000000 Air
  2741. req:50 swamp
  2742. *SwampBoostA3
  2743. name:Placeholder
  2744. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Swamp Habitability, +20% Dark Mana
  2745. icon:drakeicons[0,5]
  2746. cost:400000000 Dark, 100000000 Air, 100000000 Water
  2747. req:75 swamp
  2748. *SwampBoostA4
  2749. name:Placeholder
  2750. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Dark Dragon Habitability
  2751. icon:drakeicons[0,5]
  2752. cost:80000000000 Dark, 10000000000 Water, 10000000000 Earth
  2753. req:100 swamp
  2754. *SwampBoostA5
  2755. name:Placeholder
  2756. desc:Get with the lore, Blade!</><b>Effect:</b>+20% <b>All</b> Habitability
  2757. icon:drakeicons[0,5]
  2758. cost:16000000000000 Dark, 1000000000000 Dark, 1000000000000 Fire, 1000000000000 Earth
  2759. req:150 swamp
  2760. *MonolithBoostA1
  2761. name:Placeholder
  2762. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Obsidian Monolith Habitability
  2763. icon:drakeicons[2,5]
  2764. cost:5000000 Dark, 5000000 Light
  2765. req:25 monolith
  2766. *MonolithBoostA2
  2767. name:Placeholder
  2768. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Light Dragon Habitability
  2769. icon:drakeicons[2,5]
  2770. cost:250000000000 Dark, 125000000000 Earth, 125000000000 Fire
  2771. req:50 monolith
  2772. *MonolithBoostA3
  2773. name:Placeholder
  2774. desc:Get with the lore, Blade!</><b>Effect:</b>+20% Obsidian Monolith Habitability, +20% Light Mana
  2775. icon:drakeicons[2,5]
  2776. cost:12500000000000000 Dark, 3125000000000000 Fire, 3125000000000000 Air
  2777. req:75 monolith
  2778.  
  2779. *FireBoostA1
  2780. name:Passion I
  2781. desc:The domain of Fire gives drive and motivation.</><b>Effect:</b>+20% Passion for all Dragons; +30% for Fire Dragons</>Passion affects how fast Dragons lay new Eggs. It is also greatly influenced by remaining Habitability.</>Unlocks new Fire-related Upgrades.
  2782. icon:drakeicons[1,0]
  2783. cost:100 Fire, 1 DragonF01
  2784. req:5 TotalFireDragons
  2785. on earn:yield (0.8+.2*UpgradeTotal) DragonF01
  2786.  
  2787. *FireBoostA2
  2788. name:Passion II
  2789. desc:In a new world, the spread of Passion leads to frontier settlements of young dragons looking to make their legacy.</><b>Effect:</b>+20% Passion for all Dragons; +30% for Fire Dragons</>Unlocks new Fire-related Upgrades.
  2790. icon:drakeicons[1,0]
  2791. cost:10000 Fire, 1 DragonF02
  2792. req:25 TotalFireDragons, FireBoostA1
  2793. on earn:yield (0.8+.2*UpgradeTotal) DragonF02
  2794.  
  2795. *FireBoostA3
  2796. name:Passion III
  2797. desc:Passion is the fuel for creation, both of new life, and of new forms within the Arts.</><b>Effect:</b>+20% Passion for all Dragons; +30% for Fire Dragons</>Unlocks new Fire-related Upgrades.
  2798. icon:drakeicons[1,0]
  2799. cost:1000000 Fire, 1 DragonF03
  2800. req:125 TotalFireDragons, FireBoostA2
  2801. on earn:yield (0.8+.2*UpgradeTotal) DragonF03
  2802.  
  2803. *FireBoostA4
  2804. name:Passion IV
  2805. desc:Passion aids not just Artists in time of peace, but the fiercest of warriors in times of War, leading to the greatest of Heroes.</><b>Effect:</b>+20% Passion for all Dragons; +30% for Fire Dragons</>Unlocks new Fire-related Upgrades.
  2806. icon:drakeicons[1,0]
  2807. cost:100000000 Fire, 1 DragonF04
  2808. req:625 TotalFireDragons, FireBoostA3
  2809. on earn:yield (0.8+.2*UpgradeTotal) DragonF04
  2810.  
  2811. *FireBoostA5
  2812. name:Passion V
  2813. desc:Passion aids not just Artists in time of peace, but the fiercest of warriors in times of War, leading to the greatest of Heroes.</><b>Effect:</b>+20% Passion for all Dragons; +30% for Fire Dragons</>Unlocks new Fire-related Upgrades.
  2814. icon:drakeicons[1,0]
  2815. cost:10000000000 Fire, 1 DragonF04
  2816. req:3125 TotalFireDragons, FireBoostA4
  2817. on earn:yield (0.8+.2*UpgradeTotal) DragonF04
  2818.  
  2819. *FireBoostB1
  2820. name:Larger Lairs
  2821. desc:One of your youngest Gem Dragons, in a burst of Passion, has begun creating ever more elaberate Lairs, inspiring fellow Fire Dragonkind.</><b>Effect:</b>+20% Habitability for Fire Dragons.
  2822. icon:drakeicons[2,0]
  2823. cost:500 Fire, 1 DragonF11
  2824. req:10 TotalFireDragons, FireBoostA1
  2825. on earn:yield (0.8+.2*UpgradeTotal) DragonF11
  2826.  
  2827. *FireBoostB2
  2828. name:Fire Crystals
  2829. desc:Deep within the world's heart, red crystals grow near flows of magma, condensing high amounts of Fire mana.</><b>Effect:</b>+20% Habitability for Fire Dragons.
  2830. icon:drakeicons[2,0]
  2831. cost:50000 Fire, 1 DragonF12
  2832. req:50 TotalFireDragons, FireBoostA2
  2833. on earn:yield (0.8+.2*UpgradeTotal) DragonF12
  2834.  
  2835. *FireBoostB3
  2836. name:Crystal Artwork
  2837. desc:Fire dragons begin to line their caves with red crystal, basking in the warmth and mana they provide.</><b>Effect:</b>+20% Habitability for Fire Dragons.
  2838. icon:drakeicons[2,0]
  2839. cost:5000000 Fire, 1 DragonF13
  2840. req:250 TotalFireDragons, FireBoostA3
  2841. on earn:yield (0.8+.2*UpgradeTotal) DragonF13
  2842.  
  2843. *FireBoostB4
  2844. name:Placeholder
  2845. desc:Placeholder</><b>Effect:</b>+20% Habitability for Fire Dragons.
  2846. icon:drakeicons[2,0]
  2847. cost:500000000 Fire, 1 DragonF14
  2848. req:1250 TotalFireDragons, FireBoostA4
  2849. on earn:yield (0.8+.2*UpgradeTotal) DragonF14
  2850.  
  2851. *FireBoostB5
  2852. name:Placeholder
  2853. desc:Placeholder</><b>Effect:</b>+20% Habitability for Fire Dragons.
  2854. icon:drakeicons[2,0]
  2855. cost:50000000000 Fire, 1 DragonF15
  2856. req:6250 TotalFireDragons, FireBoostA5
  2857. on earn:yield (0.8+.2*UpgradeTotal) DragonF15
  2858.  
  2859. *FireBoostC1
  2860. name:Blood of Fire
  2861. desc:The heat of the desert, and the heat of the magma within provide Fire Dragons their strength.</><b>Effect:</b>+20% Fire Mana from Fire Dragons.
  2862. icon:drakeicons[3,0]
  2863. cost:2500 Fire, 1 DragonF21
  2864. req:15 TotalFireDragons, FireBoostA1
  2865. on earn:yield (0.8+.2*UpgradeTotal) DragonF21
  2866.  
  2867. *FireBoostC2
  2868. name:Blood of Fire
  2869. desc:The heat of the desert, and the heat of the magma within provide Fire Dragons their strength.</><b>Effect:</b>+20% Fire Mana from Fire Dragons.
  2870. icon:drakeicons[3,0]
  2871. cost:250000 Fire, 1 DragonF22
  2872. req:75 TotalFireDragons, FireBoostA2
  2873. on earn:yield (0.8+.2*UpgradeTotal) DragonF22
  2874.  
  2875. *FireBoostC3
  2876. name:Fire Crystal Forging
  2877. desc:Discovery and collection of new techniques using crystals infused with mana inspire and drive Your Fire Dragons to greater works of art, and acts of passionate heroism.</><b>Effect:</b>+20% Fire Mana from Fire Dragons.
  2878. icon:drakeicons[3,0]
  2879. cost:25000000 Fire, 1 DragonF23
  2880. req:375 TotalFireDragons, FireBoostA3
  2881. on earn:yield (0.8+.2*UpgradeTotal) DragonF23
  2882.  
  2883. *FireBoostC4
  2884. name:Explosive Breath Weapons
  2885. desc:With just a slightly different way of breathing, and focusing their life's essence differently, a new technique is born. Fire Dragons can, instead of a blast of fire, breathe forth a small streak that then explodes into a brilliant orange rose.</><b>Effect:</b>+20% Fire Mana from Fire Dragons.
  2886. icon:drakeicons[3,0]
  2887. cost:2500000000 Fire, 1 DragonF24
  2888. req:1825 TotalFireDragons, FireBoostA4
  2889. on earn:yield (0.8+.2*UpgradeTotal) DragonF24
  2890.  
  2891. *FireBoostC5
  2892. name:Berzerker Dragons
  2893. desc:It was in the midst of battle when a famous Flame Incarnate Dragon discovered Fire's ability to manipulate not only the heat of the world, but the heat of the heart. To this day, Fire Dragon berserkers are renowned, dangerous foes on the battlefield.</><b>Effect:</b>+20% Fire Mana from Fire Dragons.
  2894. icon:drakeicons[3,0]
  2895. cost:250000000000 Fire, 1 DragonF25
  2896. req:9375 TotalFireDragons, FireBoostA5
  2897. on earn:yield (0.8+.2*UpgradeTotal) DragonF25
  2898.  
  2899. *WaterBoostA1
  2900. name:Empathy I
  2901. desc:The domain of Water gives emotion and sympathy.</><b>Effect:</b>+20% Empathy for all Dragons; +30% for Water Dragons</>Empathy affects how fast Dragons grow into older, more powerful stages of life.</>Unlocks new Water-related Upgrades.
  2902. icon:drakeicons[1,1]
  2903. cost:100 Water, 1 DragonW01
  2904. req:5 TotalWaterDragons
  2905. on earn:yield (0.8+.2*UpgradeTotal) DragonW01
  2906.  
  2907. *WaterBoostA2
  2908. name:Empathy II
  2909. desc:The spread of Empathy leads to dragons coming together for a common cause, and shairing in their joys and miseries, nurturing the growth of younger dragons with older experinces.</><b>Effect:</b>+20% Empathy for all Dragons; +30% for Water Dragons</>Unlocks new Water-related Upgrades.
  2910. icon:drakeicons[1,1]
  2911. cost:10000 Water, 1 DragonW02
  2912. req:25 TotalWaterDragons, WaterBoostA1
  2913. on earn:yield (0.8+.2*UpgradeTotal) DragonW02
  2914.  
  2915. *WaterBoostA3
  2916. name:Empathy III
  2917. desc:Placeholder</><b>Effect:</b>+20% Empathy for all Dragons; +30% for Water Dragons</>Unlocks new Water-related Upgrades.
  2918. icon:drakeicons[1,1]
  2919. cost:100000 Water, 1 DragonW03
  2920. req:125 TotalWaterDragons, WaterBoostA2
  2921. on earn:yield (0.8+.2*UpgradeTotal) DragonW03
  2922.  
  2923. *WaterBoostA4
  2924. name:Empathy IV
  2925. desc:Placeholder</><b>Effect:</b>+20% Empathy for all Dragons; +30% for Water Dragons</>Unlocks new Water-related Upgrades.
  2926. icon:drakeicons[1,1]
  2927. cost:100000000 Water, 1 DragonW04
  2928. req:625 TotalWaterDragons, WaterBoostA3
  2929. on earn:yield (0.8+.2*UpgradeTotal) DragonW04
  2930.  
  2931. *WaterBoostA5
  2932. name:Empathy V
  2933. desc:Placeholder</><b>Effect:</b>+20% Empathy for all Dragons; +30% for Water Dragons</>Unlocks new Water-related Upgrades.
  2934. icon:drakeicons[1,1]
  2935. cost:10000000000 Water, 1 DragonW05
  2936. req:3125 TotalWaterDragons, WaterBoostA4
  2937. on earn:yield (0.8+.2*UpgradeTotal) DragonW05
  2938.  
  2939. *WaterBoostB1
  2940. name:Placeholder
  2941. desc:Placeholder</><b>Effect:</b>+20% Habitability for Water Dragons.
  2942. icon:drakeicons[2,1]
  2943. cost:500 Water, 1 DragonW11
  2944. req:10 TotalWaterDragons, WaterBoostA1
  2945. on earn:yield (0.8+.2*UpgradeTotal) DragonW11
  2946.  
  2947. *WaterBoostB2
  2948. name:Water Crystals
  2949. desc:In the dark recesses of the ocean, small glimmers of light can be found. Some dragons use these as waymarkers, to find their way back to their nests.</><b>Effect:</b>+20% Habitability for Water Dragons.
  2950. icon:drakeicons[2,1]
  2951. cost:50000 Water, 1 DragonW12
  2952. req:50 TotalWaterDragons, WaterBoostA2
  2953. on earn:yield (0.8+.2*UpgradeTotal) DragonW12
  2954.  
  2955. *WaterBoostB3
  2956. name:Placeholder
  2957. desc:Placeholder</><b>Effect:</b>+20% Habitability for Water Dragons.
  2958. icon:drakeicons[2,1]
  2959. cost:5000000 Water, 1 DragonW13
  2960. req:250 TotalWaterDragons, WaterBoostA3
  2961. on earn:yield (0.8+.2*UpgradeTotal) DragonW13
  2962.  
  2963. *WaterBoostB4
  2964. name:Placeholder
  2965. desc:Placeholder</><b>Effect:</b>+20% Habitability for Water Dragons.
  2966. icon:drakeicons[2,1]
  2967. cost:500000000 Water, 1 DragonW14
  2968. req:1250 TotalWaterDragons, WaterBoostA4
  2969. on earn:yield (0.8+.2*UpgradeTotal) DragonW14
  2970.  
  2971. *WaterBoostB5
  2972. name:Placeholder
  2973. desc:Placeholder</><b>Effect:</b>+20% Habitability for Water Dragons.
  2974. icon:drakeicons[2,1]
  2975. cost:50000000000 Water, 1 DragonW15
  2976. req:6250 TotalWaterDragons, WaterBoostA5
  2977. on earn:yield (0.8+.2*UpgradeTotal) DragonW15
  2978.  
  2979. *WaterBoostC1
  2980. name:Placeholder
  2981. desc:Placeholder</><b>Effect:</b>+20% Water Mana from Water Dragons.
  2982. icon:drakeicons[3,1]
  2983. cost:2500 Water, 1 DragonW21
  2984. req:15 TotalWaterDragons, WaterBoostA1
  2985. on earn:yield (0.8+.2*UpgradeTotal) DragonW21
  2986.  
  2987. *WaterBoostC2
  2988. name:Placeholder
  2989. desc:Placeholder</><b>Effect:</b>+20% Water Mana from Water Dragons.
  2990. icon:drakeicons[3,1]
  2991. cost:250000 Water, 1 DragonW22
  2992. req:75 TotalWaterDragons, WaterBoostA2
  2993. on earn:yield (0.8+.2*UpgradeTotal) DragonW22
  2994.  
  2995. *WaterBoostC3
  2996. name:Placeholder
  2997. desc:Placeholder</><b>Effect:</b>+20% Water Mana from Water Dragons.
  2998. icon:drakeicons[3,1]
  2999. cost:25000000 Water, 1 DragonW23
  3000. req:375 TotalWaterDragons, WaterBoostA3
  3001. on earn:yield (0.8+.2*UpgradeTotal) DragonW23
  3002.  
  3003. *WaterBoostC4
  3004. name:Placeholder
  3005. desc:Placeholder</><b>Effect:</b>+20% Water Mana from Water Dragons.
  3006. icon:drakeicons[3,1]
  3007. cost:2500000000 Water, 1 DragonW24
  3008. req:1875 TotalWaterDragons, WaterBoostA4
  3009. on earn:yield (0.8+.2*UpgradeTotal) DragonW24
  3010.  
  3011. *WaterBoostC5
  3012. name:Placeholder
  3013. desc:Placeholder</><b>Effect:</b>+20% Water Mana from Water Dragons.
  3014. icon:drakeicons[3,1]
  3015. cost:250000000000 Water, 1 DragonW25
  3016. req:9375 TotalWaterDragons, WaterBoostA5
  3017. on earn:yield (0.8+.2*UpgradeTotal) DragonW25
  3018.  
  3019. *AirBoostA1
  3020. name:Knowledge I
  3021. desc:The domain of Air gives intellect and language.</><b>Effect:</b>+20% Knowledge for all Dragons; +30% for Air Dragons</>A higher Knowledge reduces the impacts on Health from a large population.</>Unlocks new Air-related Upgrades.
  3022. icon:drakeicons[1,3]
  3023. cost:100 Air, 1 DragonA01
  3024. req:5 TotalAirDragons
  3025. on earn:yield (0.8+.2*UpgradeTotal) DragonA01
  3026.  
  3027. *AirBoostA2
  3028. name:Knowledge II
  3029. desc:In a new world, the spread of Knowledge leads to the creation of language. Stories, and songs about the origin of the world they're in take shape.</><b>Effect:</b>+20% Knowledge for all Dragons; +30% for Air Dragons</>Unlocks new Air-related Upgrades.
  3030. icon:drakeicons[1,3]
  3031. cost:10000 Air, 1 DragonA02
  3032. req:25 TotalAirDragons, AirBoostA1
  3033. on earn:yield (0.8+.2*UpgradeTotal) DragonA02
  3034.  
  3035. *AirBoostA3
  3036. name:Knowledge III
  3037. desc:Placeholder</><b>Effect:</b>+20% Knowledge for all Dragons; +30% for Air Dragons</>Unlocks new Air-related Upgrades.
  3038. icon:drakeicons[1,3]
  3039. cost:1000000 Air, 1 DragonA03
  3040. req:125 TotalAirDragons, AirBoostA2
  3041. on earn:yield (0.8+.2*UpgradeTotal) DragonA03
  3042.  
  3043. *AirBoostA4
  3044. name:Knowledge IV
  3045. desc:Placeholder</><b>Effect:</b>+20% Knowledge for all Dragons; +30% for Air Dragons</>Unlocks new Air-related Upgrades.
  3046. icon:drakeicons[1,3]
  3047. cost:100000000 Air, 1 DragonA04
  3048. req:625 TotalAirDragons, AirBoostA3
  3049. on earn:yield (0.8+.2*UpgradeTotal) DragonA04
  3050.  
  3051. *AirBoostA5
  3052. name:Knowledge V
  3053. desc:Placeholder</><b>Effect:</b>+20% Knowledge for all Dragons; +30% for Air Dragons</>Unlocks new Air-related Upgrades.
  3054. icon:drakeicons[1,3]
  3055. cost:10000000000 Air, 1 DragonA05
  3056. req:3125 TotalAirDragons, AirBoostA4
  3057. on earn:yield (0.8+.2*UpgradeTotal) DragonA05
  3058.  
  3059. *AirBoostB1
  3060. name:Placeholder
  3061. desc:Placeholder</><b>Effect:</b>+20% Habitability for Air Dragons.
  3062. icon:drakeicons[2,3]
  3063. cost:500 Air, 1 DragonA11
  3064. req:10 TotalAirDragons, AirBoostA1
  3065. on earn:yield (0.8+.2*UpgradeTotal) DragonA11
  3066.  
  3067. *AirBoostB2
  3068. name:Placeholder
  3069. desc:Placeholder</><b>Effect:</b>+20% Habitability for Air Dragons.
  3070. icon:drakeicons[2,3]
  3071. cost:50000 Air, 1 DragonA12
  3072. req:50 TotalAirDragons, AirBoostA2
  3073. on earn:yield (0.8+.2*UpgradeTotal) DragonA12
  3074.  
  3075. *AirBoostB3
  3076. name:Placeholder
  3077. desc:Placeholder</><b>Effect:</b>+20% Habitability for Air Dragons.
  3078. icon:drakeicons[2,3]
  3079. cost:5000000 Air, 1 DragonA13
  3080. req:250 TotalAirDragons, AirBoostA3
  3081. on earn:yield (0.8+.2*UpgradeTotal) DragonA13
  3082.  
  3083. *AirBoostB4
  3084. name:Placeholder
  3085. desc:Placeholder</><b>Effect:</b>+20% Habitability for Air Dragons.
  3086. icon:drakeicons[2,3]
  3087. cost:500000000 Air, 1 DragonA14
  3088. req:1250 TotalAirDragons, AirBoostA4
  3089. on earn:yield (0.8+.2*UpgradeTotal) DragonA14
  3090.  
  3091. *AirBoostB5
  3092. name:Placeholder
  3093. desc:Placeholder</><b>Effect:</b>+20% Habitability for Air Dragons.
  3094. icon:drakeicons[2,3]
  3095. cost:50000000000 Air, 1 DragonA15
  3096. req:6250 TotalAirDragons, AirBoostA5
  3097. on earn:yield (0.8+.2*UpgradeTotal) DragonA15
  3098.  
  3099. *AirBoostC1
  3100. name:Placeholder
  3101. desc:Placeholder</><b>Effect:</b>+20% Air Mana from Air Dragons.
  3102. icon:drakeicons[3,3]
  3103. cost:2500 Air, 1 DragonA21
  3104. req:15 TotalAirDragons, AirBoostA1
  3105. on earn:yield (0.8+.2*UpgradeTotal) DragonA21
  3106.  
  3107. *AirBoostC2
  3108. name:Placeholder
  3109. desc:Placeholder</><b>Effect:</b>+20% Air Mana from Air Dragons.
  3110. icon:drakeicons[3,3]
  3111. cost:250000 Air, 1 DragonA22
  3112. req:75 TotalAirDragons, AirBoostA2
  3113. on earn:yield (0.8+.2*UpgradeTotal) DragonA22
  3114.  
  3115. *AirBoostC3
  3116. name:Placeholder
  3117. desc:Placeholder</><b>Effect:</b>+20% Air Mana from Air Dragons.
  3118. icon:drakeicons[3,3]
  3119. cost:25000000 Air, 1 DragonA23
  3120. req:375 TotalAirDragons, AirBoostA3
  3121. on earn:yield (0.8+.2*UpgradeTotal) DragonA23
  3122.  
  3123. *AirBoostC4
  3124. name:Jetstream Leylines
  3125. desc:A wise air dragon discovered that there are certain currents in the air. And where these currents are, air magic flows strong. Following on this, they then discovered that mana flows in the same way, like rivers across the whole world.</><b>Effect:</b>+20% Air Mana from Air Dragons.
  3126. icon:drakeicons[3,3]
  3127. cost:2500000000 Air, 1 DragonA24
  3128. req:1875 TotalAirDragons, AirBoostA4
  3129. on earn:yield (0.8+.2*UpgradeTotal) DragonA24
  3130.  
  3131. *AirBoostC5
  3132. name:Placeholder
  3133. desc:Placeholder</><b>Effect:</b>+20% Air Mana from Air Dragons.
  3134. icon:drakeicons[3,3]
  3135. cost:250000000000 Air, 1 DragonA25
  3136. req:9375 TotalAirDragons, AirBoostA5
  3137. on earn:yield (0.8+.2*UpgradeTotal) DragonA25
  3138.  
  3139. *EarthBoostA1
  3140. name:Instinct I
  3141. desc:The domain of Earth gives temperance and solidarity.</><b>Effect:</b>+20% Resilience for all Dragons; +30% for Earth Dragons</>More Resilience reduces the overall death and attrition rate of Dragons over time.</>Unlocks new Earth-related Upgrades.
  3142. icon:drakeicons[1,2]
  3143. cost:100 Earth, 1 DragonE01
  3144. req:5 TotalEarthDragons
  3145. on earn:yield (0.8+.2*UpgradeTotal) DragonE01
  3146.  
  3147. *EarthBoostA2
  3148. name:Instinct II
  3149. desc:The earlest Dragons learn to leave nests that last, enduring the ages of time and providing homes for the generations to follow.</><b>Effect:</b>+20% Health for all Dragons; +30% for Earth Dragons</>Unlocks new Earth-related Upgrades.
  3150. icon:drakeicons[1,2]
  3151. cost:10000 Earth, 1 DragonE02
  3152. req:25 TotalEarthDragons, EarthBoostA1
  3153. on earn:yield (0.8+.2*UpgradeTotal) DragonE02
  3154.  
  3155. *EarthBoostA3
  3156. name:Instinct III
  3157. desc:Temperance leads to patience, as dragons care for their elders so they can teach further generations within their own lifespans.</><b>Effect:</b>+20% Health for all Dragons; +30% for Earth Dragons</>Unlocks new Earth-related Upgrades.
  3158. icon:drakeicons[1,2]
  3159. cost:1000000 Earth, 1 DragonE03
  3160. req:125 TotalEarthDragons, EarthBoostA2
  3161. on earn:yield (0.8+.2*UpgradeTotal) DragonE03
  3162.  
  3163. *EarthBoostA4
  3164. name:Instinct IV
  3165. desc:Placeholder</><b>Effect:</b>+20% Health for all Dragons; +30% for Earth Dragons</>Unlocks new Earth-related Upgrades.
  3166. icon:drakeicons[1,2]
  3167. cost:100000000 Earth, 1 DragonE04
  3168. req:625 TotalEarthDragons, EarthBoostA3
  3169. on earn:yield (0.8+.2*UpgradeTotal) DragonE04
  3170.  
  3171. *EarthBoostA5
  3172. name:Instinct V
  3173. desc:Placeholder</><b>Effect:</b>+20% Health for all Dragons; +30% for Earth Dragons</>Unlocks new Earth-related Upgrades.
  3174. icon:drakeicons[1,2]
  3175. cost:10000000000 Earth, 1 DragonE05
  3176. req:3125 TotalEarthDragons, EarthBoostA4
  3177. on earn:yield (0.8+.2*UpgradeTotal) DragonE05
  3178.  
  3179. *EarthBoostB1
  3180. name:Placeholder
  3181. desc:Placeholder</><b>Effect:</b>+20% Habitability for Earth Dragons.
  3182. icon:drakeicons[2,2]
  3183. cost:500 Earth, 1 DragonE11
  3184. req:10 TotalEarthDragons, EarthBoostA1
  3185. on earn:yield (0.8+.2*UpgradeTotal) DragonE11
  3186.  
  3187. *EarthBoostB2
  3188. name:Placeholder
  3189. desc:Placeholder</><b>Effect:</b>+20% Habitability for Earth Dragons.
  3190. icon:drakeicons[2,2]
  3191. cost:50000 Earth, 1 DragonE12
  3192. req:50 TotalEarthDragons, EarthBoostA2
  3193. on earn:yield (0.8+.2*UpgradeTotal) DragonE12
  3194.  
  3195. *EarthBoostB3
  3196. name:Placeholder
  3197. desc:Placeholder</><b>Effect:</b>+20% Habitability for Earth Dragons.
  3198. icon:drakeicons[2,2]
  3199. cost:5000000 Earth, 1 DragonE13
  3200. req:250 TotalEarthDragons, EarthBoostA3
  3201. on earn:yield (0.8+.2*UpgradeTotal) DragonE13
  3202.  
  3203. *EarthBoostB4
  3204. name:Placeholder
  3205. desc:Placeholder</><b>Effect:</b>+20% Habitability for Earth Dragons.
  3206. icon:drakeicons[2,2]
  3207. cost:500000000 Earth, 1 DragonE14
  3208. req:1250 TotalEarthDragons, EarthBoostA4
  3209. on earn:yield (0.8+.2*UpgradeTotal) DragonE14
  3210.  
  3211. *EarthBoostB5
  3212. name:Placeholder
  3213. desc:Placeholder</><b>Effect:</b>+20% Habitability for Earth Dragons.
  3214. icon:drakeicons[2,2]
  3215. cost:50000000000 Earth, 1 DragonE15
  3216. req:6250 TotalEarthDragons, EarthBoostA5
  3217. on earn:yield (0.8+.2*UpgradeTotal) DragonE15
  3218.  
  3219. *EarthBoostC1
  3220. name:Placeholder
  3221. desc:Placeholder</><b>Effect:</b>+20% Earth Mana from Earth Dragons.
  3222. icon:drakeicons[3,2]
  3223. cost:2500 Earth, 1 DragonE21
  3224. req:15 TotalEarthDragons, EarthBoostA1
  3225. on earn:yield (0.8+.2*UpgradeTotal) DragonE21
  3226.  
  3227. *EarthBoostC2
  3228. name:Placeholder
  3229. desc:Placeholder</><b>Effect:</b>+20% Earth Mana from Earth Dragons.
  3230. icon:drakeicons[3,2]
  3231. cost:250000 Earth, 1 DragonE22
  3232. req:75 TotalEarthDragons, EarthBoostA2
  3233. on earn:yield (0.8+.2*UpgradeTotal) DragonE22
  3234.  
  3235. *EarthBoostC3
  3236. name:Placeholder
  3237. desc:Placeholder</><b>Effect:</b>+20% Earth Mana from Earth Dragons.
  3238. icon:drakeicons[3,2]
  3239. cost:25000000 Earth, 1 DragonE23
  3240. req:375 TotalEarthDragons, EarthBoostA3
  3241. on earn:yield (0.8+.2*UpgradeTotal) DragonE23
  3242.  
  3243. *EarthBoostC4
  3244. name:Placeholder
  3245. desc:Placeholder</><b>Effect:</b>+20% Earth Mana from Earth Dragons.
  3246. icon:drakeicons[3,2]
  3247. cost:2500000000 Earth, 1 DragonE24
  3248. req:1875 TotalEarthDragons, EarthBoostA4
  3249. on earn:yield (0.8+.2*UpgradeTotal) DragonE24
  3250.  
  3251. *EarthBoostC5
  3252. name:Placeholder
  3253. desc:Placeholder</><b>Effect:</b>+20% Earth Mana from Earth Dragons.
  3254. icon:drakeicons[3,2]
  3255. cost:250000000000 Earth, 1 DragonE25
  3256. req:9375 TotalEarthDragons, EarthBoostA5
  3257. on earn:yield (0.8+.2*UpgradeTotal) DragonE25
  3258.  
  3259. *LightBoostA1
  3260. name:Justice I
  3261. desc:The domain of Light teaches that all actions have consequences.</><b>Effect:</b>+20% Justice for all Dragons; +30% for Light Dragons</>Justice boosts the efficency of extra Habitability and reduces the effect of not having enough Habitability.</>Unlocks new Light-related Upgrades.
  3262. icon:drakeicons[1,4]
  3263. cost:100 Light, 1 DragonL01
  3264. req:5 TotalLightDragons
  3265. on earn:yield (0.8+.2*UpgradeTotal) DragonL01
  3266.  
  3267. *LightBoostA2
  3268. name:Justice II
  3269. desc:Placeholder</b>+20% Justice for all Dragons; +30% for Light Dragons</>Unlocks new Light-related Upgrades.
  3270. icon:drakeicons[1,4]
  3271. cost:10000 Light, 1 DragonL02
  3272. req:25 TotalLightDragons, LightBoostA1
  3273. on earn:yield (0.8+.2*UpgradeTotal) DragonL02
  3274.  
  3275. *LightBoostA3
  3276. name:Justice III
  3277. desc:Placeholder</><b>Effect:</b>+20% Justice for all Dragons; +30% for Light Dragons</>Unlocks new Light-related Upgrades.
  3278. icon:drakeicons[1,4]
  3279. cost:1000000 Light, 1 DragonL03
  3280. req:125 TotalLightDragons, LightBoostA2
  3281. on earn:yield (0.8+.2*UpgradeTotal) DragonL03
  3282.  
  3283. *LightBoostA4
  3284. name:Justice IV
  3285. desc:Placeholder</><b>Effect:</b>+20% Justice for all Dragons; +30% for Light Dragons</>Unlocks new Light-related Upgrades.
  3286. icon:drakeicons[1,4]
  3287. cost:100000000 Light, 1 DragonL04
  3288. req:625 TotalLightDragons, LightBoostA3
  3289. on earn:yield (0.8+.2*UpgradeTotal) DragonL04
  3290.  
  3291. *LightBoostA5
  3292. name:Justice V
  3293. desc:Placeholder</><b>Effect:</b>+20% Justice for all Dragons; +30% for Light Dragons</>Unlocks new Light-related Upgrades.
  3294. icon:drakeicons[1,4]
  3295. cost:10000000000 Light, 1 DragonL05
  3296. req:3125 TotalLightDragons, LightBoostA4
  3297. on earn:yield (0.8+.2*UpgradeTotal) DragonL05
  3298.  
  3299. *LightBoostB1
  3300. name:Placeholder
  3301. desc:Placeholder</><b>Effect:</b>+20% Habitability for Light Dragons.
  3302. icon:drakeicons[2,4]
  3303. cost:500 Light, 1 DragonL11
  3304. req:10 TotalLightDragons, LightBoostA1
  3305. on earn:yield (0.8+.2*UpgradeTotal) DragonL11
  3306.  
  3307. *LightBoostB2
  3308. name:Placeholder
  3309. desc:Placeholder</><b>Effect:</b>+20% Habitability for Light Dragons.
  3310. icon:drakeicons[2,4]
  3311. cost:50000 Light, 1 DragonL12
  3312. req:50 TotalLightDragons, LightBoostA2
  3313. on earn:yield (0.8+.2*UpgradeTotal) DragonL12
  3314.  
  3315. *LightBoostB3
  3316. name:Placeholder
  3317. desc:Placeholder</><b>Effect:</b>+20% Habitability for Light Dragons.
  3318. icon:drakeicons[2,4]
  3319. cost:5000000 Light, 1 DragonL13
  3320. req:250 TotalLightDragons, LightBoostA3
  3321. on earn:yield (0.8+.2*UpgradeTotal) DragonL13
  3322.  
  3323. *LightBoostB4
  3324. name:Placeholder
  3325. desc:Placeholder</><b>Effect:</b>+20% Habitability for Light Dragons.
  3326. icon:drakeicons[2,4]
  3327. cost:500000000 Light, 1 DragonL14
  3328. req:1250 TotalLightDragons, LightBoostA4
  3329. on earn:yield (0.8+.2*UpgradeTotal) DragonL14
  3330.  
  3331. *LightBoostB5
  3332. name:Placeholder
  3333. desc:Placeholder</><b>Effect:</b>+20% Habitability for Light Dragons.
  3334. icon:drakeicons[2,4]
  3335. cost:50000000000 Light, 1 DragonL15
  3336. req:6250 TotalLightDragons, LightBoostA5
  3337. on earn:yield (0.8+.2*UpgradeTotal) DragonL15
  3338.  
  3339. *LightBoostC1
  3340. name:Placeholder
  3341. desc:Placeholder</><b>Effect:</b>+20% Light Mana from Light Dragons.
  3342. icon:drakeicons[3,4]
  3343. cost:2500 Light, 1 DragonL21
  3344. req:15 TotalLightDragons, LightBoostA1
  3345. on earn:yield (0.8+.2*UpgradeTotal) DragonL21
  3346.  
  3347. *LightBoostC2
  3348. name:Placeholder
  3349. desc:Placeholder</><b>Effect:</b>+20% Light Mana from Light Dragons.
  3350. icon:drakeicons[3,4]
  3351. cost:250000 Light, 1 DragonL22
  3352. req:75 TotalLightDragons, LightBoostA2
  3353. on earn:yield (0.8+.2*UpgradeTotal) DragonL22
  3354.  
  3355. *LightBoostC3
  3356. name:Placeholder
  3357. desc:Placeholder</><b>Effect:</b>+20% Light Mana from Light Dragons.
  3358. icon:drakeicons[3,4]
  3359. cost:25000000 Light, 1 DragonL23
  3360. req:375 TotalLightDragons, LightBoostA3
  3361. on earn:yield (0.8+.2*UpgradeTotal) DragonL23
  3362.  
  3363. *LightBoostC4
  3364. name:Placeholder
  3365. desc:Placeholder</><b>Effect:</b>+20% Light Mana from Light Dragons.
  3366. icon:drakeicons[3,4]
  3367. cost:2500000000 Light, 1 DragonL24
  3368. req:1875 TotalLightDragons, LightBoostA4
  3369. on earn:yield (0.8+.2*UpgradeTotal) DragonL24
  3370.  
  3371. *LightBoostC5
  3372. name:Placeholder
  3373. desc:Placeholder</><b>Effect:</b>+20% Light Mana from Light Dragons.
  3374. icon:drakeicons[3,4]
  3375. cost:250000000000 Light, 1 DragonL25
  3376. req:9375 TotalLightDragons, LightBoostA5
  3377. on earn:yield (0.8+.2*UpgradeTotal) DragonL25
  3378.  
  3379. *DarkBoostA1
  3380. name:Ambition I
  3381. desc:The domain of Dark teaches that potential must be fulfilled.</><b>Effect:</b>+20% Prestige for all Dragons; +30% for Dark Dragons</>A higher Prestige increases the probability of rarer and more powerful Dragon breeds being born.</>Unlocks new Dark-related Upgrades.
  3382. icon:drakeicons[1,5]
  3383. cost:100 Dark, 1 DragonD01
  3384. req:5 TotalDarkDragons
  3385. on earn:yield (0.8+.2*UpgradeTotal) DragonD01
  3386.  
  3387. *DarkBoostA2
  3388. name:Ambition II
  3389. desc:As Ambition begins to breed Strength amongst your dragons, left uncheck it might lead instead to their Ruin.</><b>Effect:</b>+20% Prestige for all Dragons; +30% for Dark Dragons</>Unlocks new Dark-related Upgrades.
  3390. icon:drakeicons[1,5]
  3391. cost:10000 Dark, 1 DragonD02
  3392. req:25 TotalDarkDragons, DarkBoostA1
  3393. on earn:yield (0.8+.2*UpgradeTotal) DragonD02
  3394.  
  3395. *DarkBoostA3
  3396. name:Ambition III
  3397. desc:The older of your Dragons are begining to temper their Ambition so it does not faulter, and take better advantage of their long lifespans.</><b>Effect:</b>+20% Prestige for all Dragons; +30% for Dark Dragons</>Unlocks new Dark-related Upgrades.
  3398. icon:drakeicons[1,5]
  3399. cost:1000000 Dark, 1 DragonD03
  3400. req:125 TotalDarkDragons, DarkBoostA2
  3401. on earn:yield (0.8+.2*UpgradeTotal) DragonD03
  3402.  
  3403. *DarkBoostA4
  3404. name:Ambition IV
  3405. desc:Placeholder</><b>Effect:</b>+20% Prestige for all Dragons; +30% for Dark Dragons</>Unlocks new Dark-related Upgrades.
  3406. icon:drakeicons[1,5]
  3407. cost:100000000 Dark, 1 DragonD04
  3408. req:625 TotalDarkDragons, DarkBoostA3
  3409. on earn:yield (0.8+.2*UpgradeTotal) DragonD04
  3410.  
  3411. *DarkBoostA5
  3412. name:Ambition V
  3413. desc:Placeholder</><b>Effect:</b>+20% Prestige for all Dragons; +30% for Dark Dragons</>Unlocks new Dark-related Upgrades.
  3414. icon:drakeicons[1,5]
  3415. cost:10000000000 Dark, 1 DragonD05
  3416. req:3125 TotalDarkDragons, DarkBoostA4
  3417. on earn:yield (0.8+.2*UpgradeTotal) DragonD05
  3418.  
  3419. *DarkBoostB1
  3420. name:Placeholder
  3421. desc:Placeholder</><b>Effect:</b>+20% Habitability for Dark Dragons.
  3422. icon:drakeicons[2,5]
  3423. cost:500 Dark, 1 DragonD11
  3424. req:10 TotalDarkDragons, DarkBoostA1
  3425. on earn:yield (0.8+.2*UpgradeTotal) DragonD11
  3426.  
  3427. *DarkBoostB2
  3428. name:Placeholder
  3429. desc:Placeholder</><b>Effect:</b>+20% Habitability for Dark Dragons.
  3430. icon:drakeicons[2,5]
  3431. cost:50000 Dark, 1 DragonD12
  3432. req:50 TotalDarkDragons, DarkBoostA2
  3433. on earn:yield (0.8+.2*UpgradeTotal) DragonD12
  3434.  
  3435. *DarkBoostB3
  3436. name:Placeholder
  3437. desc:Placeholder</><b>Effect:</b>+20% Habitability for Dark Dragons.
  3438. icon:drakeicons[2,5]
  3439. cost:5000000 Dark, 1 DragonD13
  3440. req:250 TotalDarkDragons, DarkBoostA3
  3441. on earn:yield (0.8+.2*UpgradeTotal) DragonD13
  3442.  
  3443. *DarkBoostB4
  3444. name:Placeholder
  3445. desc:Placeholder</><b>Effect:</b>+20% Habitability for Dark Dragons.
  3446. icon:drakeicons[2,5]
  3447. cost:500000000 Dark, 1 DragonD14
  3448. req:1250 TotalDarkDragons, DarkBoostA4
  3449. on earn:yield (0.8+.2*UpgradeTotal) DragonD14
  3450.  
  3451. *DarkBoostB5
  3452. name:Placeholder
  3453. desc:Placeholder</><b>Effect:</b>+20% Habitability for Dark Dragons.
  3454. icon:drakeicons[2,5]
  3455. cost:50000000000 Dark, 1 DragonD15
  3456. req:6250 TotalDarkDragons, DarkBoostA5
  3457. on earn:yield (0.8+.2*UpgradeTotal) DragonD15
  3458.  
  3459. *DarkBoostC1
  3460. name:Placeholder
  3461. desc:Placeholder</><b>Effect:</b>+20% Dark Mana from Dark Dragons.
  3462. icon:drakeicons[3,5]
  3463. cost:2500 Dark, 1 DragonD21
  3464. req:15 TotalDarkDragons, DarkBoostA1
  3465. on earn:yield (0.8+.2*UpgradeTotal) DragonD21
  3466.  
  3467. *DarkBoostC2
  3468. name:Placeholder
  3469. desc:Placeholder</><b>Effect:</b>+20% Dark Mana from Dark Dragons.
  3470. icon:drakeicons[3,5]
  3471. cost:250000 Dark, 1 DragonD22
  3472. req:75 TotalDarkDragons, DarkBoostA2
  3473. on earn:yield (0.8+.2*UpgradeTotal) DragonD22
  3474.  
  3475. *DarkBoostC3
  3476. name:Placeholder
  3477. desc:Placeholder</><b>Effect:</b>+20% Dark Mana from Dark Dragons.
  3478. icon:drakeicons[3,5]
  3479. cost:25000000 Dark, 1 DragonD23
  3480. req:375 TotalDarkDragons, DarkBoostA3
  3481. on earn:yield (0.8+.2*UpgradeTotal) DragonD23
  3482.  
  3483. *DarkBoostC4
  3484. name:Placeholder
  3485. desc:It was a startling thing when an umbral incarnate dragon stepped into a shadow...and completely disappeared. Many thought he was lost, until he stepped back out of it in a different place altogether. Soon, he taught others, if they're worthy.</><b>Effect:</b>+20% Dark Mana from Dark Dragons.
  3486. icon:drakeicons[3,5]
  3487. cost:2500000000 Dark, 1 DragonD24
  3488. req:1875 TotalDarkDragons, DarkBoostA4
  3489. on earn:yield (0.8+.2*UpgradeTotal) DragonD24
  3490.  
  3491. *DarkBoostC5
  3492. name:Placeholder
  3493. desc:Placeholder</><b>Effect:</b>+20% Dark Mana from Dark Dragons.
  3494. icon:drakeicons[3,5]
  3495. cost:250000000000 Dark, 1 DragonD25
  3496. req:9375 TotalDarkDragons, DarkBoostA5
  3497. on earn:yield (0.8+.2*UpgradeTotal) DragonD25
  3498.  
  3499. *Afterlife1
  3500. name:Funerary Rites
  3501. desc:The passing of an old and powerful dragon is a great, and a terrible thing. Proper attention is given to them, to make sure they get the resepct they deserve; even in death.</><b>Effect:</b>Multiply a Dragon's Mana generation by their Age Catagory for 1 second when they die.
  3502. icon:drakeicons[1,6]
  3503. cost:100 Fire, 100 Water, 100 Air, 100 Earth, 100 Light, 100 Dark
  3504. req:100 TotalDeadDragons
  3505.  
  3506. *Afterlife2
  3507. name:Realm of the Gods
  3508. desc:Your Children now wonder what lies beyond this world. Where do the stars come from? And where do our beloved go when they leave this world? Some theorize that there's another world beyond this; the world where the Primals, and where You reside. You smile and let them believe what they wish.</><b>Effect:</b>Multiply a Dragon's Mana on Death by thier Age Catagory on death again.
  3509. icon:drakeicons[1,6] drakeicons[6,0]
  3510. cost:10000 Fire, 10000 Water, 10000 Air, 10000 Earth, 10000 Light, 10000 Dark
  3511. req:10000 TotalDeadDragons
  3512.  
  3513. *Afterlife3
  3514. name:Exaltation
  3515. desc:Some dragons live fruitful, productive and honorable lives, becoming heroes and revered elders. These souls move on to a special place in Elysium, and become mythical figures in their own right.</><b>Effect:</b>Multiply a Dragon's Mana on Death by their Caste (x2 for Gems, x3 for Incarnates)
  3516. icon:drakeicons[1,6] drakeicons[6,1]
  3517. cost:1000000 Fire, 1000000 Water, 1000000 Air, 1000000 Earth, 1000000 Light, 1000000 Dark
  3518. req:1000000 TotalDeadDragons
  3519.  
  3520. *CometBoostA1
  3521. name:Star Gazing
  3522. desc:Some dragons, particularly those of schollarly intent or up at night, have taken to pondering what the sky beholds, and identifying the things that soar accross the expanse.</><b>Effect:</b>+20% Comet Discovery Chance
  3523. icon:drakeicons[4,11] drakeicons[0,5]
  3524. cost:500 Air, 500 Dark
  3525. req:10 TotalAirDragons, 10 TotalDarkDragons, AirBoostA1, DarkBoostA1
  3526.  
  3527. *CometBoostA2
  3528. name:Constellations
  3529. desc:Noticing that most of the stars retain thier location in the sky, simple patterns of connecting the dots are now being named and given meaning.</><b>Effect:</b>+20% Comet Discovery Chance
  3530. icon:drakeicons[4,12] drakeicons[0,5] drakeicons[6,0]
  3531. cost:50000 Air, 50000 Dark
  3532. req:50 TotalAirDragons, 50 TotalDarkDragons, AirBoostA2, DarkBoostA2
  3533.  
  3534. *CometBoostA3
  3535. name:Star Charts
  3536. desc:Those with the Ambition to explore have noticed that the patterns vary with location, leading to those with Knowledge navigating by the stars across the world.</><b>Effect:</b>+20% Comet Discovery Chance
  3537. icon:drakeicons[4,10] drakeicons[0,5] drakeicons[6,1]
  3538. cost:5000000 Air, 5000000 Dark
  3539. req:250 TotalAirDragons, 250 TotalDarkDragons, AirBoostA3, DarkBoostA3
  3540.  
  3541. *CometBoostB1
  3542. name:Meteor Showers
  3543. desc:When some Comets grow too close to the world, pieces of them break off, leaving brilliant displays of mana across the sky as it interacts with the atmosphere.</><b>Effect:</b>+20% Comet Potency
  3544. icon:drakeicons[5,3] drakeicons[0,5]
  3545. cost:2500 Air, 2500 Dark
  3546. req:20 TotalAirDragons, 20 TotalDarkDragons, CometBoostA1
  3547.  
  3548. *CometBoostB2
  3549. name:Celestial Bodies
  3550. desc:Barren worlds of their own across the night sky, once thought to be odd moving stars, are now given their own names and levels of importance in divining the night sky.</><b>Effect:</b>+20% Comet Potency
  3551. icon:drakeicons[5,3] drakeicons[0,5] drakeicons[6,0]
  3552. cost:250000 Air, 250000 Dark
  3553. req:100 TotalAirDragons, 100 TotalDarkDragons, CometBoostA2
  3554.  
  3555. *CometBoostB3
  3556. name:Comet Charts
  3557. desc:Some Comets seem to come on a cycle of regularity, allowing for preparing for their arrival with ritual to harness the mana stored within their forms.</><b>Effect:</b>+20% Comet Potency
  3558. icon:drakeicons[5,3] drakeicons[0,5] drakeicons[6,1]
  3559. cost:25000000 Air, 25000000 Dark
  3560. req:500 TotalAirDragons, 500 TotalDarkDragons, CometBoostA3
  3561.  
  3562. *MiracleBoostA1
  3563. name:Belief
  3564. desc:More social dragons, such as those with strong Empathy or senses of Justice, begin to share their beliefs on where they all came from.</><b>Effect:</b>+20% Miracle Potency & Duration
  3565. icon:drakeicons[4,11] drakeicons[0,1]
  3566. cost:500 Water, 500 Light
  3567. req:10 TotalWaterDragons, 10 TotalLightDragons, WaterBoostA1, LightBoostA1
  3568.  
  3569. *MiracleBoostA2
  3570. name:Reverence
  3571. desc:Knowledge of Your great deeds spreads, and soon dragons look to You for guidance and fulfillment, making it easier to affect the world with your Miracles.</><b>Effect:</b>+20% Miracle Potency & Duration
  3572. icon:drakeicons[4,11] drakeicons[0,1] drakeicons[6,0]
  3573. cost:50000 Water, 50000 Light
  3574. req:50 TotalWaterDragons, 50 TotalLightDragons, WaterBoostA2, LightBoostA2
  3575.  
  3576. *MiracleBoostA3
  3577. name:Faith
  3578. desc:Your deeds spread even further, forming in to a more complex faith of your abilities. Your own childrens faith in you empowering your ability to shape the world.</><b>Effect:</b>+20% Miracle Potency & Duration
  3579. icon:drakeicons[4,11] drakeicons[0,1] drakeicons[6,1]
  3580. cost:5000000 Water, 5000000 Light
  3581. req:250 TotalWaterDragons, 250 TotalLightDragons, WaterBoostA3, LightBoostA3
  3582.  
  3583. *MiracleBoostB1
  3584. name:Plea
  3585. desc:Each Miracle shapes the world in such a way as to bring the world closer to perfection. However as such perfection looms, it requires ever heavier costs for the smallest of changes. Some of your younger Dragons have none the less begun to make pleas and requests to their Creator that you had not yet considered. Perhaps there's more room for some more Miracles afterall.</><b>Effect:</b>+20% Slower Miracle Cost Growth
  3586. icon:drakeicons[5,11] drakeicons[0,1]
  3587. cost:2500 Water, 2500 Light
  3588. req:20 TotalWaterDragons, 20 TotalLightDragons, MiracleBoostA1
  3589.  
  3590. *MiracleBoostB2
  3591. name:Prayer
  3592. desc:As your Reverence grows, some Dragons take it onto themselves to give their praise and prayer to you on regular basis, giving you new prespectives within your creation.</><b>Effect:</b>+20% Slower Miracle Cost Growth
  3593. icon:drakeicons[5,11] drakeicons[5,11] drakeicons[0,1] drakeicons[6,0]
  3594. cost:250000 Water, 250000 Light
  3595. req:100 TotalWaterDragons, 100 TotalLightDragons, MiracleBoostA2
  3596.  
  3597. *MiracleBoostB3
  3598. name:Ritual
  3599. desc:Your most faithful dragons perform regular rituals in your honor, allowing you to more efficently affect the world even as time passes.</><b>Effect:</b>+20% Slower Miracle Cost Growth
  3600. icon:drakeicons[5,11] drakeicons[5,11] drakeicons[5,11] drakeicons[0,1] drakeicons[6,1]
  3601. cost:25000000 Water, 25000000 Light
  3602. req:500 TotalWaterDragons, 500 TotalLightDragons, MiracleBoostA3
  3603.  
  3604. *StructureBoostA1
  3605. name:Wanderlust
  3606. desc:Passion and Instict lead to Nomads exploring your lands. Living less in lasting nests, and instead making the most of natural structures.</><b>Effect:</b>+20% Structure Habitability
  3607. icon:drakeicons[2,2] drakeicons[1,0]
  3608. cost:500 Fire, 500 Earth
  3609. req:10 TotalFireDragons, 10 TotalEarthDragons, FireBoostA1, EarthBoostA1
  3610.  
  3611. *StructureBoostA2
  3612. name:Banding
  3613. desc:Society is born, and dragons learn to cooperate within their habitats.</><b>Effect:</b>+20% Structure Habitability
  3614. icon:drakeicons[2,2] drakeicons[1,0] drakeicons[6,0]
  3615. cost:50000 Fire, 50000 Earth
  3616. req:50 TotalFireDragons, 50 TotalEarthDragons, FireBoostA2, EarthBoostA2
  3617.  
  3618. *StructureBoostA3
  3619. name:Agraculture
  3620. desc:While primarily the greatest of hunters, those with strong artistic senses or great patience begin to sculpt the land and it's flora to help the tasty fauna florish.</><b>Effect:</b>+20% Structure Habitability
  3621. icon:drakeicons[2,2] drakeicons[1,0] drakeicons[6,1]
  3622. cost:5000000 Fire, 5000000 Earth
  3623. req:250 TotalFireDragons, 250 TotalEarthDragons, FireBoostA3, EarthBoostA3
  3624.  
  3625. *StructureBoostB1
  3626. name:Scouts
  3627. desc:Simple Wanderlust only gets so far, so some particularly Passionate dragons have taken to prepairing for longer trecks, to explore further.</><b>Effect:</b>Reduce the cost of Structures by 0.01% per point of matching Habitability
  3628. icon:drakeicons[5,9] drakeicons[0,0]
  3629. cost:2500 Fire, 2500 Earth
  3630. req:20 TotalFireDragons, 20 TotalEarthDragons, StructureBoostA1
  3631. on tick:
  3632. multiply cost of vent by (10000/(10000+TotalFireLand))
  3633. multiply cost of spring by (10000/(10000+TotalWaterLand))
  3634. multiply cost of float by (10000/(10000+TotalAirLand))
  3635. multiply cost of cave by (10000/(10000+TotalEarthLand))
  3636. multiply cost of glade by (10000/(10000+TotalLightLand))
  3637. multiply cost of monolith by (10000/(10000+TotalDarkLand))
  3638. end
  3639.  
  3640. *StructureBoostB2
  3641. name:Explorers
  3642. desc:Dragons working togeather to further their exploration, living hard and off the land so new nests and treasures can be found.</><b>Effect:</b>Reduce the cost of Structures by 0.01% per point of matching Habitability
  3643. icon:drakeicons[5,9] drakeicons[0,0] drakeicons[6,0]
  3644. cost:250000 Fire, 250000 Earth
  3645. req:100 TotalFireDragons, 100 TotalEarthDragons, StructureBoostA2
  3646. on tick:
  3647. multiply cost of vent by (10000/(10000+TotalFireLand))
  3648. multiply cost of spring by (10000/(10000+TotalWaterLand))
  3649. multiply cost of float by (10000/(10000+TotalAirLand))
  3650. multiply cost of cave by (10000/(10000+TotalEarthLand))
  3651. multiply cost of glade by (10000/(10000+TotalLightLand))
  3652. multiply cost of monolith by (10000/(10000+TotalDarkLand))
  3653. end
  3654.  
  3655. *StructureBoostB3
  3656. name:Trailblazers
  3657. desc:No Cave, no glade, no floating island will be left unfound and unused by Dragonkind.</><b>Effect:</b>Reduce the cost of Structures by 0.01% per point of matching Habitability
  3658. icon:drakeicons[5,9] drakeicons[0,0] drakeicons[6,1]
  3659. cost:25000000 Fire, 25000000 Earth
  3660. req:500 TotalFireDragons, 500 TotalEarthDragons, StructureBoostA3
  3661. on tick:
  3662. multiply cost of vent by (10000/(10000+TotalFireLand))
  3663. multiply cost of spring by (10000/(10000+TotalWaterLand))
  3664. multiply cost of float by (10000/(10000+TotalAirLand))
  3665. multiply cost of cave by (10000/(10000+TotalEarthLand))
  3666. multiply cost of glade by (10000/(10000+TotalLightLand))
  3667. multiply cost of monolith by (10000/(10000+TotalDarkLand))
  3668. end
  3669.  
  3670. *TEMPLATE
  3671. tag:Debug
  3672. *debugMana
  3673. name:Boost
  3674. desc:Click here to gain some power </>Fire[FireWorld] Water[WaterWorld] Air[AirWorld] Earth[EarthWorld] Light[LightWorld] Dark[DarkWorld] </>[WorldSizeNext] and [PrestigeMana]
  3675. on click:
  3676. yield 100 Fire
  3677. yield 100 Water
  3678. yield 100 Air
  3679. yield 100 Earth
  3680. yield 100 Light
  3681. yield 100 Dark
  3682. yield 100 FireWorld
  3683. yield 100 WaterWorld
  3684. yield 100 AirWorld
  3685. yield 100 EarthWorld
  3686. yield 100 LightWorld
  3687. yield 100 DarkWorld
  3688. end
  3689. *debugMana2
  3690. name:Booster
  3691. desc:Click here to gain much power, wow</>Fire[DragonFBreedRate]+[DragonFLand] Water[DragonWBreedRate]+[DragonWLand] Air[DragonABreedRate]+[DragonALand] Earth[DragonEBreedRate]+[DragonELand] Light[DragonLBreedRate]+[DragonLLand] Dark[DragonDBreedRate]+[DragonDLand]
  3692. on click:
  3693. yield 10000 Fire
  3694. yield 10000 Water
  3695. yield 10000 Air
  3696. yield 10000 Earth
  3697. yield 10000 Light
  3698. yield 10000 Dark
  3699. yield 10000 FireWorld
  3700. yield 10000 WaterWorld
  3701. yield 10000 AirWorld
  3702. yield 10000 EarthWorld
  3703. yield 10000 LightWorld
  3704. yield 10000 DarkWorld
  3705. end
  3706. *debugMana3
  3707. name:Boostest
  3708. desc:Click here to gain unlimited power</>APSilver:[APSilver] APGoldCurrent:[APGold] APGoldNext:[APGoldNext]
  3709. on click:
  3710. yield 100000000 Fire
  3711. yield 100000000 Water
  3712. yield 100000000 Air
  3713. yield 100000000 Earth
  3714. yield 100000000 Light
  3715. yield 100000000 Dark
  3716. yield 100000000 FireWorld
  3717. yield 100000000 WaterWorld
  3718. yield 100000000 AirWorld
  3719. yield 100000000 EarthWorld
  3720. yield 100000000 LightWorld
  3721. yield 100000000 DarkWorld
  3722. end
  3723. *debugMana4
  3724. name:Boostester
  3725. desc:Click here to gain more than unlimited power, because somehow millions of mana wasn't cutting it anymore.</>Breed [TotalBreed*100] Growth [TotalGrowth*100] Knowledge [TotalCrowd*100] Health [TotalHealth*100] Land [TotalLand*100] Rare [TotalRare*100]
  3726. on click:
  3727. yield 10000000000000000 Fire
  3728. yield 10000000000000000 Water
  3729. yield 10000000000000000 Air
  3730. yield 10000000000000000 Earth
  3731. yield 10000000000000000 Light
  3732. yield 10000000000000000 Dark
  3733. yield 10000000000000000 FireWorld
  3734. yield 10000000000000000 WaterWorld
  3735. yield 10000000000000000 AirWorld
  3736. yield 10000000000000000 EarthWorld
  3737. yield 10000000000000000 LightWorld
  3738. yield 10000000000000000 DarkWorld
  3739. end
  3740. *debugComet1
  3741. name:Comet
  3742. desc:Summon a Minor Comet
  3743. on click:yield 5000 CometTime1
  3744. *debugComet2
  3745. name:Cometa
  3746. desc:Summon a Major Comet
  3747. on click:yield 5000 CometTime2
  3748. *debugComet3
  3749. name:Cometaga
  3750. desc:Summon a Catastrophic Comet</>CometPotency:[CometDeath] CometTimer:[CometTimeDeath] Catastrophe:[Catastrophe]
  3751. on click:yield 5000 CometTime3
  3752. *debugWorld1
  3753. name:EXPAND
  3754. desc:Big Chungus
  3755. on click:
  3756. yield 100 barren
  3757. yield 100 WorldSize
  3758. end
  3759. *debugWorld2
  3760. name:EXPANDONG
  3761. desc:You like big worlds?
  3762. on click:
  3763. yield 10000 barren
  3764. yield 10000 WorldSize
  3765. end
  3766. *debugChallenge
  3767. name:Miracle Hacker
  3768. desc:Unlock all Miracles and resets Miracles Cast This World.
  3769. on click:
  3770. yield ChallengeFire1
  3771. yield ChallengeFire2
  3772. yield ChallengeWater1
  3773. yield ChallengeWater2
  3774. yield ChallengeAir1
  3775. yield ChallengeAir2
  3776. yield ChallengeEarth1
  3777. yield ChallengeEarth2
  3778. yield ChallengeLight1
  3779. yield ChallengeLight2
  3780. yield ChallengeDark1
  3781. yield ChallengeDark2
  3782. lose CastMiracle
  3783. end
  3784. *createWorld
  3785. name:Create New World
  3786. desc:Click to move on to this world, and use your collected Mana to create a new, hopefully grander, one.</>Next World Size will be [WorldSizeNext] lands & with [PrestigeManaNext] Divine Mana.
  3787. icon:drakeicons[3,6]
  3788. on click:
  3789. if (WorldSizeNext >= 25)
  3790. FireTotal = (FireTotal + FireWorld)
  3791. WaterTotal = (WaterTotal + WaterWorld)
  3792. AirTotal = (AirTotal + AirWorld)
  3793. EarthTotal = (EarthTotal + EarthWorld)
  3794. LightTotal = (LightTotal + LightWorld)
  3795. DarkTotal = (DarkTotal + DarkWorld)
  3796. APGold = APGoldNext
  3797. lose tag:Mana
  3798. lose tag:Dragons
  3799. lose tag:Lands
  3800. lose tag:Upgrades
  3801. lose tag:Timer
  3802. lose tag:Silver
  3803. lose APSilver
  3804. lose CastMiracle
  3805. lose UpgradeTotal
  3806. WorldSize = floor(WorldSizeNext)
  3807. barren = floor(WorldSizeNext)
  3808. else
  3809. toast Not enough Mana to create a new World
  3810. end
  3811. end
  3812. on earn:
  3813. show PrestigeMana
  3814. end
  3815. req:25 WorldSizeNext
  3816. Shinies
  3817. *TEMPLATE
  3818. class:noBackground
  3819. movement:onMouse followMouseSlow:0.04 fade pulse:0.2
  3820. no text
  3821.  
  3822. *CometFire1
  3823. name:Minor Fire Comet
  3824. icon:drakeicons[5,0]
  3825. on click:
  3826. yield ((100+min(((Fire:ps)*300),(100+(Fire))))*TotalCometPower) Fire
  3827. yield ((100+min(((Fire:ps)*300),(100+(Fire))))*TotalCometPower) FireWorld
  3828. toast Caught a Minor Fire Comet for [((100+min(((Fire:ps)*300),(100+(Fire))))*TotalCometPower)] Fire Mana!
  3829. end
  3830. *CometWater1
  3831. name:Minor Water Comet
  3832. icon:drakeicons[5,1]
  3833. on click:
  3834. yield ((100+min(((Water:ps)*300),(100+(Water))))*TotalCometPower) Water
  3835. yield ((100+min(((Water:ps)*300),(100+(Water))))*TotalCometPower) WaterWorld
  3836. toast Caught a Minor Water Comet for [((100+min(((Water:ps)*300),(100+(Water))))*TotalCometPower)] Water Mana!
  3837. end
  3838. *CometAir1
  3839. name:Minor Air Comet
  3840. icon:drakeicons[5,3]
  3841. on click:
  3842. yield ((100+min(((Air:ps)*300),(100+(Air))))*TotalCometPower) Air
  3843. yield ((100+min(((Air:ps)*300),(100+(Air))))*TotalCometPower) AirWorld
  3844. toast Caught a Minor Air Comet for [((100+min(((Air:ps)*300),(100+(Air))))*TotalCometPower)] Air Mana!
  3845. end
  3846. *CometEarth1
  3847. name:Minor Earth Comet
  3848. icon:drakeicons[5,2]
  3849. on click:
  3850. yield ((100+min(((Earth:ps)*300),(100+(Earth))))*TotalCometPower) Earth
  3851. yield ((100+min(((Earth:ps)*300),(100+(Earth))))*TotalCometPower) EarthWorld
  3852. toast Caught a Minor Earth Comet for [((100+min(((Earth:ps)*300),(100+(Earth))))*TotalCometPower)] Earth Mana!
  3853. end
  3854. *CometLight1
  3855. name:Minor Light Comet
  3856. icon:drakeicons[5,4]
  3857. on click:
  3858. yield ((100+min(((Light:ps)*300),(100+(Light))))*TotalCometPower) Light
  3859. yield ((100+min(((Light:ps)*300),(100+(Light))))*TotalCometPower) LightWorld
  3860. toast Caught a Minor Light Comet for [((100+min(((Light:ps)*300),(100+(Light))))*TotalCometPower)] Light Mana!
  3861. end
  3862. *CometDark1
  3863. name:Minor Dark Comet
  3864. icon:drakeicons[5,5]
  3865. on click:
  3866. yield ((100+min(((Dark:ps)*300),(100+(Dark))))*TotalCometPower) Dark
  3867. yield ((100+min(((Dark:ps)*300),(100+(Dark))))*TotalCometPower) DarkWorld
  3868. toast Caught a Minor Dark Comet for [((100+min(((Dark:ps)*300),(100+(Dark))))*TotalCometPower)] Dark Mana!
  3869. end
  3870.  
  3871. *TEMPLATE
  3872. class:noBackground
  3873. movement:onMouse followMouseSlow:0.02 fade pulse:0.1
  3874. no text
  3875.  
  3876. *CometFire2
  3877. name:Major Fire Comet
  3878. icon:drakeicons[5,0]
  3879. on click:
  3880. yield ((10000+min(((Fire:ps)*1500),(100+(Fire*2))))*TotalCometPower) Fire
  3881. yield ((10000+min(((Fire:ps)*1500),(100+(Fire*2))))*TotalCometPower) FireWorld
  3882. toast Caught a Major Fire Comet for [((10000+min(((Fire:ps)*1500),(100+(Fire*2))))*TotalCometPower)] Fire Mana!
  3883. end
  3884. *CometWater2
  3885. name:Major Water Comet
  3886. icon:drakeicons[5,1]
  3887. on click:
  3888. yield ((10000+min(((Water:ps)*1500),(100+(Water*2))))*TotalCometPower) Water
  3889. yield ((10000+min(((Water:ps)*1500),(100+(Water*2))))*TotalCometPower) WaterWorld
  3890. toast Caught a Major Water Comet for [((10000+min(((Water:ps)*1500),(100+(Water*2))))*TotalCometPower)] Water Mana!
  3891. end
  3892. *CometAir2
  3893. name:Major Air Comet
  3894. icon:drakeicons[5,3]
  3895. on click:
  3896. yield ((10000+min(((Air:ps)*1500),(100+(Air*2))))*TotalCometPower) Air
  3897. yield ((10000+min(((Air:ps)*1500),(100+(Air*2))))*TotalCometPower) AirWorld
  3898. toast Caught a Major Air Comet for [((10000+min(((Air:ps)*1500),(100+(Air*2))))*TotalCometPower)] Air Mana!
  3899. end
  3900. *CometEarth2
  3901. name:Major Earth Comet
  3902. icon:drakeicons[5,2]
  3903. on click:
  3904. yield ((10000+min(((Earth:ps)*1500),(100+(Earth*2))))*TotalCometPower) Earth
  3905. yield ((10000+min(((Earth:ps)*1500),(100+(Earth*2))))*TotalCometPower) EarthWorld
  3906. toast Caught a Major Earth Comet for [((10000+min(((Earth:ps)*1500),(100+(Earth*2))))*TotalCometPower)] Earth Mana!
  3907. end
  3908. *CometLight2
  3909. name:Major Light Comet
  3910. icon:drakeicons[5,4]
  3911. on click:
  3912. yield ((10000+min(((Light:ps)*1500),(100+(Light*2))))*TotalCometPower) Light
  3913. yield ((10000+min(((Light:ps)*1500),(100+(Light*2))))*TotalCometPower) LightWorld
  3914. toast Caught a Major Light Comet for [((10000+min(((Light:ps)*1500),(100+(Light*2))))*TotalCometPower)] Light Mana!
  3915. end
  3916. *CometDark2
  3917. name:Major Dark Comet
  3918. icon:drakeicons[5,5]
  3919. on click:
  3920. yield ((10000+min(((Dark:ps)*1500),(100+(Dark*2))))*TotalCometPower) Dark
  3921. yield ((10000+min(((Dark:ps)*1500),(100+(Dark*2))))*TotalCometPower) DarkWorld
  3922. toast Caught a Major Dark Comet for [((10000+min(((Dark:ps)*1500),(100+(Dark*2))))*TotalCometPower)] Dark Mana!
  3923. end
  3924.  
  3925. *TEMPLATE
  3926. class:noBackground
  3927. movement:onMouse followMouseSlow:0.01 fade pulse:0.05 grow
  3928. no text
  3929.  
  3930. *CometFire3
  3931. name:Catastrophic Fire Comet
  3932. icon:drakeicons[5,0]
  3933. on click:
  3934. yield ((1000000+min(((Fire:ps)*7500),(100+(Fire*3))))*TotalCometPower) Fire
  3935. yield ((1000000+min(((Fire:ps)*7500),(100+(Fire*3))))*TotalCometPower) FireWorld
  3936. toast Caught a Catastrophic Fire Comet for [((1000000+min(((Fire:ps)*7500),(100+(Fire*3))))*TotalCometPower)] Fire Mana, oh no...
  3937. yield 1 barren
  3938. yield 1 WorldSize
  3939. CometTimeDeath = 121
  3940. CometDeath = 25
  3941. end
  3942. *CometWater3
  3943. name:Catastrophic Water Comet
  3944. icon:drakeicons[5,1]
  3945. on click:
  3946. yield ((1000000+min(((Water:ps)*7500),(100+(Water*3))))*TotalCometPower) Water
  3947. yield ((1000000+min(((Water:ps)*7500),(100+(Water*3))))*TotalCometPower) WaterWorld
  3948. toast Caught a Catastrophic Water Comet for [((1000000+min(((Water:ps)*7500),(100+(Water*3))))*TotalCometPower)] Water Mana, oh no...
  3949. yield 1 barren
  3950. yield 1 WorldSize
  3951. CometTimeDeath = 121
  3952. CometDeath = 25
  3953. end
  3954. *CometAir3
  3955. name:Catastrophic Air Comet
  3956. icon:drakeicons[5,3]
  3957. on click:
  3958. yield ((1000000+min(((Air:ps)*7500),(100+(Air*3))))*TotalCometPower) Air
  3959. yield ((1000000+min(((Air:ps)*7500),(100+(Air*3))))*TotalCometPower) AirWorld
  3960. toast Caught a Catastrophic Air Comet for [((1000000+min(((Air:ps)*7500),(100+(Air*3))))*TotalCometPower)] Air Mana, oh no...
  3961. yield 1 barren
  3962. yield 1 WorldSize
  3963. CometTimeDeath = 121
  3964. CometDeath = 25
  3965. end
  3966. *CometEarth3
  3967. name:Catastrophic Earth Comet
  3968. icon:drakeicons[5,2]
  3969. on click:
  3970. yield ((1000000+min(((Earth:ps)*7500),(100+(Earth*3))))*TotalCometPower) Earth
  3971. yield ((1000000+min(((Earth:ps)*7500),(100+(Earth*3))))*TotalCometPower) EarthWorld
  3972. toast Caught a Catastrophic Earth Comet for [((1000000+min(((Earth:ps)*7500),(100+(Earth*3))))*TotalCometPower)] Earth Mana, oh no...
  3973. yield 1 barren
  3974. yield 1 WorldSize
  3975. CometTimeDeath = 121
  3976. CometDeath = 25
  3977. end
  3978. *CometLight3
  3979. name:Catastrophic Light Comet
  3980. icon:drakeicons[5,4]
  3981. on click:
  3982. yield ((1000000+min(((Light:ps)*7500),(100+(Light*3))))*TotalCometPower) Light
  3983. yield ((1000000+min(((Light:ps)*7500),(100+(Light*3))))*TotalCometPower) LightWorld
  3984. toast Caught a Catastrophic Light Comet for [((1000000+min(((Light:ps)*7500),(100+(Light*3))))*TotalCometPower)] Light Mana, oh no...
  3985. yield 1 barren
  3986. yield 1 WorldSize
  3987. CometTimeDeath = 121
  3988. CometDeath = 25
  3989. end
  3990. *CometDark3
  3991. name:Catastrophic Dark Comet
  3992. icon:drakeicons[5,5]
  3993. on click:
  3994. yield ((1000000+min(((Dark:ps)*7500),(100+(Dark*3))))*TotalCometPower) Dark
  3995. yield ((1000000+min(((Dark:ps)*7500),(100+(Dark*3))))*TotalCometPower) DarkWorld
  3996. toast Caught a Catastrophic Dark Comet for [((1000000+min(((Dark:ps)*7500),(100+(Dark*3))))*TotalCometPower)] Dark Mana, oh no...
  3997. yield 1 barren
  3998. yield 1 WorldSize
  3999. CometTimeDeath = 121
  4000. CometDeath = 25
  4001. end
  4002.  
  4003. Achievements
  4004.  
  4005. [include DragonAward %id="F" %name1="Red Flame" %name2="Ruby Flame" %name3="Flame Incarnate" %sprite="7"]
  4006. [include DragonAward %id="W" %name1="Blue Sea" %name2="Sapphire Sea" %name3="Sea Incarnate" %sprite="8"]
  4007. [include DragonAward %id="A" %name1="Yellow Cloud" %name2="Citrine Cloud" %name3="Cloud Incarnate" %sprite="10"]
  4008. [include DragonAward %id="E" %name1="Green Mountain" %name2="Emerald Mountain" %name3="Mountain Incarnate" %sprite="9"]
  4009. [include DragonAward %id="L" %name1="Luminous White" %name2="Luminous Diamond" %name3="Luminous Incarnate" %sprite="11"]
  4010. [include DragonAward %id="D" %name1="Umbral Black" %name2="Umbral Opal" %name3="Umbral Incarnate" %sprite="12"]
  4011.  
  4012. *TEMPLATE
  4013. tag:Silver
  4014. icon:drakeicons[6,0] drakeicons[2,6]
  4015.  
  4016. *PlanetDeveloped
  4017. name:Developed Planet
  4018. desc:You've fully developed your world with Mana.
  4019. on earn:yield 3 APSilver
  4020. req:(barren = 0)
  4021. *PlanetMoon
  4022. name:Moon
  4023. desc:Your world is at least as large as Luna!
  4024. on earn:yield 3 APSilver
  4025. req:45 WorldSize
  4026. *PlanetMercury
  4027. name:Mercury
  4028. desc:Your world is at least as large as Mercury!
  4029. on earn:yield 3 APSilver
  4030. req:75 WorldSize
  4031. *PlanetMars
  4032. name:Mars
  4033. desc:Your world is at least as large as Mars!
  4034. on earn:yield 6 APSilver
  4035. req:145 WorldSize
  4036. *PlanetVenus
  4037. name:Venus
  4038. desc:Your world is at least as large as Venus!
  4039. on earn:yield 6 APSilver
  4040. req:460 WorldSize
  4041. *PlanetEarth
  4042. name:Earth
  4043. desc:Your world is at least as large as Earth!
  4044. on earn:yield 6 APSilver
  4045. req:510 WorldSize
  4046. *PlanetNeptune
  4047. name:Neptune
  4048. desc:Your world is at least as large as Neptune!
  4049. on earn:yield 6 APSilver
  4050. req:7600 WorldSize
  4051. *PlanetUranus
  4052. name:Uranus
  4053. desc:Your world is at least as large as Uranus!
  4054. on earn:yield 9 APSilver
  4055. req:8100 WorldSize
  4056.  
  4057.  
  4058. [include DragonAwardG %id="F" %name1="Red Flame" %name2="Ruby Flame" %name3="Flame Incarnate" %sprite="7"]
  4059. [include DragonAwardG %id="W" %name1="Blue Sea" %name2="Sapphire Sea" %name3="Sea Incarnate" %sprite="8"]
  4060. [include DragonAwardG %id="A" %name1="Yellow Cloud" %name2="Citrine Cloud" %name3="Cloud Incarnate" %sprite="10"]
  4061. [include DragonAwardG %id="E" %name1="Green Mountain" %name2="Emerald Mountain" %name3="Mountain Incarnate" %sprite="9"]
  4062. [include DragonAwardG %id="L" %name1="Luminous White" %name2="Luminous Diamond" %name3="Luminous Incarnate" %sprite="11"]
  4063. [include DragonAwardG %id="D" %name1="Umbral Black" %name2="Umbral Opal" %name3="Umbral Incarnate" %sprite="12"]
  4064.  
  4065. *TEMPLATE
  4066. tag:Gold
  4067. icon:drakeicons[6,1] drakeicons[0,6]
  4068.  
  4069. *PlanetDevelopedG
  4070. name:Developed Planet
  4071. desc:You've fully developed your first World.
  4072. on earn:yield 3 APGoldNext
  4073. req:PlanetDeveloped
  4074. *PlanetMoonG
  4075. name:Moon
  4076. desc:Your largest world was at least as large as Luna!
  4077. on earn:yield 3 APGoldNext
  4078. req:PlanetMoon
  4079. *PlanetMercuryG
  4080. name:Mercury
  4081. desc:Your largest world was at least as large as Mercury!
  4082. on earn:yield 3 APGoldNext
  4083. req:PlanetMercury
  4084. *PlanetMarsG
  4085. name:Mars
  4086. desc:Your largest world was at least as large as Mars!
  4087. on earn:yield 6 APGoldNext
  4088. req:PlanetMars
  4089. *PlanetVenusG
  4090. name:Venus
  4091. desc:Your largest world was at least as large as Venus!
  4092. on earn:yield 6 APGoldNext
  4093. req:PlanetVenus
  4094. *PlanetEarthG
  4095. name:Earth
  4096. desc:Your largest world was at least as large as Earth!
  4097. on earn:yield 6 APGoldNext
  4098. req:PlanetEarth
  4099. *PlanetNeptuneG
  4100. name:Neptune
  4101. desc:Your largest world was at least as large as Neptune!
  4102. on earn:yield 6 APGoldNext
  4103. req:PlanetNeptune
  4104. *PlanetUranusG
  4105. name:Uranus
  4106. desc:Your largest world was at least as large as Uranus!
  4107. on earn:yield 9 APGoldNext
  4108. req:PlanetUranus
  4109.  
  4110. *TEMPLATE
  4111. tag:Gold
  4112.  
  4113. *ChallengeFire1
  4114. name:Scorched Lands
  4115. desc:Finished a World with Fire Lands making up 50% of your Total Lands, and a World Size of at least 100.</><i>The energy fueling passion, creation and destruction. It's a little startling how well Your little ones took to the Element of Fire. They happily roam their deserts, scorching anything they see with their magics and their flaming breath.</i>
  4116. icon:drakeicons[6,1] drakeicons[0,0]
  4117. on earn:yield 5 APGold
  4118. req:100 WorldSize, 50 TotalSizeFire
  4119.  
  4120. *ChallengeFire2
  4121. name:Seared Lands
  4122. desc:Finished a World with Fire Lands making up 67% of your Total Lands, and a World Size of at least 200.</><i>Placeholder</i>
  4123. icon:drakeicons[6,1] drakeicons[4,7] drakeicons[0,0]
  4124. on earn:yield 10 APGold
  4125. req:200 WorldSize, 67 TotalSizeFire
  4126.  
  4127. *ChallengeWater1
  4128. name:Flooded Lands
  4129. desc:Finished a World with Water Lands making up 50% of your Total Lands, and a World Size of at least 100.</><i>The energy of change, and of emotion. The sea is vast and fascinating; life that develops under its surface is vastly different than that on land and Your Dragons are no different.</i>
  4130. icon:drakeicons[6,1] drakeicons[0,1]
  4131. on earn:yield 5 APGold
  4132. req:100 WorldSize, 50 TotalSizeWater
  4133.  
  4134. *ChallengeWater2
  4135. name:Drowned Lands
  4136. desc:Finished a World with Water Lands making up 67% of your Total Lands, and a World Size of at least 200.</><i>Placeholder</i>
  4137. icon:drakeicons[6,1] drakeicons[4,8] drakeicons[0,1]
  4138. on earn:yield 10 APGold
  4139. req:200 WorldSize, 67 TotalSizeWater
  4140.  
  4141. *ChallengeAir1
  4142. name:Scoured Lands
  4143. desc:Finished a World with Air Lands making up 50% of your Total Lands, and a World Size of at least 100.</><i>The energy of knowledge and innovation. Open skies are freedom, and Your Air Dragons are masters of the skies, and the blistering winds on this planet allow dragonkind to glide for hours in search of new experinces.</i>
  4144. icon:drakeicons[6,1] drakeicons[0,3]
  4145. on earn:yield 5 APGold
  4146. req:100 WorldSize, 50 TotalSizeAir
  4147.  
  4148. *ChallengeAir2
  4149. name:Galled Lands
  4150. desc:Finished a World with Air Lands making up 67% of your Total Lands, and a World Size of at least 200.</><i>Placeholder</i>
  4151. icon:drakeicons[6,1] drakeicons[4,10] drakeicons[0,3]
  4152. on earn:yield 10 APGold
  4153. req:200 WorldSize, 67 TotalSizeAir
  4154.  
  4155. *ChallengeEarth1
  4156. name:Cragged Lands
  4157. desc:Finished a World with Earth Lands making up 50% of your Total Lands, and a World Size of at least 100.</><i>The energy of stability, and of determination. The tall mountian peaks and deep valleys are perfect terrain for Your Dragons of Earth, who live as much above the ground as they do underneath it.</i>
  4158. icon:drakeicons[6,1] drakeicons[0,2]
  4159. on earn:yield 5 APGold
  4160. req:100 WorldSize, 50 TotalSizeEarth
  4161.  
  4162. *ChallengeEarth2
  4163. name:Crested Lands
  4164. desc:Finished a World with Earth Lands making up 67% of your Total Lands, and a World Size of at least 200.</><i>Placeholder</i>
  4165. icon:drakeicons[6,1] drakeicons[4,9] drakeicons[0,2]
  4166. on earn:yield 10 APGold
  4167. req:200 WorldSize, 67 TotalSizeEarth
  4168.  
  4169. *ChallengeLight1
  4170. name:Glowing Lands
  4171. desc:Finished a World with Light Lands making up 50% of your Total Lands, and a World Size of at least 100.</><i>The energy of altruism, justice and clarity. Bathed in the Light of the sun you gave them, Your Light Dragons flourish and thrive in massive civilizations making the most use of their lands and fellow dragonkind.</i>
  4172. icon:drakeicons[6,1] drakeicons[0,4]
  4173. on earn:yield 5 APGold
  4174. req:100 WorldSize, 50 TotalSizeLight
  4175.  
  4176. *ChallengeLight2
  4177. name:Shining Lands
  4178. desc:Finished a World with Light Lands making up 67% of your Total Lands, and a World Size of at least 200.</><i>Placeholder</i>
  4179. icon:drakeicons[6,1] drakeicons[4,11] drakeicons[0,4]
  4180. on earn:yield 10 APGold
  4181. req:200 WorldSize, 67 TotalSizeLight
  4182.  
  4183. *ChallengeDark1
  4184. name:Shaded Lands
  4185. desc:Finished a World with Dark Lands making up 50% of your Total Lands, and a World Size of at least 100.</><i>Placeholder</i>
  4186. icon:drakeicons[6,1] drakeicons[0,5]
  4187. on earn:yield 5 APGold
  4188. req:100 WorldSize, 50 TotalSizeDark
  4189.  
  4190. *ChallengeDark2
  4191. name:Shadowed Lands
  4192. desc:Finished a World with Dark Lands making up 67% of your Total Lands, and a World Size of at least 200.</><i>Placeholder</i>
  4193. icon:drakeicons[6,1] drakeicons[4,12] drakeicons[0,5]
  4194. on earn:yield 10 APGold
  4195. req:200 WorldSize, 67 TotalSizeDark
Advertisement
Add Comment
Please, Sign In to add comment