Advertisement
isolato

Dawnwood Horse Roller

Oct 22nd, 2023 (edited)
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.33 KB | None | 0 0
  1. $name : Dawnwood Generator
  2. $author : Kiwi
  3. $description : Generate horses at a push of the button.
  4. $amount: 1
  5. $button: Roll
  6.  
  7. //Bay Factor
  8. $bayfactor
  9. nA//
  10. AA// {25%}
  11. [ ] {25%}
  12.  
  13. // Common Horse Coats
  14. $commonhorsecoat
  15. EE// {15%}
  16. Ee//
  17. ee// {25%}
  18.  
  19. //Base Coat Roll
  20. $basecoatroll
  21. [commonhorsecoat, compress][bayfactor, compress]
  22.  
  23. //Skew Heterozygous vs Homozygous for White Markings
  24. $tobiano
  25. nTo
  26. ToTo {25%}
  27.  
  28. $sabino
  29. nSb
  30. SbSb {25%}
  31.  
  32. $splash
  33. nSpl
  34. SplSpl {25%}
  35.  
  36. $rabicano
  37. nRb
  38. RbRb {25%}
  39.  
  40. $roan
  41. nRn
  42. RnRn {25%}
  43.  
  44. //Common White Markings, shouldn't spit out duplicates as long as everything stays in it's bracket.
  45. $commonwhitemarkings
  46. [tobiano]
  47. nO
  48. [sabino]
  49. [splash]
  50. [rabicano]
  51. [roan]
  52.  
  53. //Common Appaloosa
  54. $commonappaloosa
  55. nLp
  56. LpLp
  57. nPATN1
  58. PATN1PATN1
  59.  
  60. $commonwhitepool
  61. [commonappaloosa]// {30%}
  62. [commonwhitemarkings]//
  63.  
  64. //Uncommon White Marking Section
  65. $paintedface
  66. nPf
  67. PfPf {25%}
  68.  
  69. // Skeleton - Because it's recessive, we can't skew heterozygous the same way.
  70. $skeleton
  71. sksk
  72. sk {5%}
  73.  
  74. $constellationsnowflake
  75. nCst
  76. CstCst {25%}
  77.  
  78. //Uncommon White Pool
  79. $uncommonwhitepool
  80. [paintedface]// {25%}
  81. [skeleton]// {5%}
  82. [constellationsnowflake]// {25%}
  83. [ ]
  84.  
  85. //White Markings Pool - Because commonwhiteroll handles the chances of one, two, or three of them, we do not bother with a 'no result' case. They also handle the slashes for genotypes.
  86. $whitemarkingspool
  87. [commonwhitepool, compress]
  88. [uncommonwhitepool, compress] {25%}
  89.  
  90. //Full White Pool; not just common
  91. $whiteroll
  92. [whitemarkingspool, compress]
  93. [whitemarkingspool, compress][whitemarkingspool, compress] {30%}
  94. [whitemarkingspool, compress][whitemarkingspool, compress][whitemarkingspool, compress] {15%}
  95.  
  96. //Common Modifiers
  97. $pearl
  98. nprl {25%}
  99. prlprl {25%}
  100. Crprl {25%}
  101. nCr
  102. CrCr {30%}
  103.  
  104. $champagne
  105. nCh
  106. ChCh {25%}
  107.  
  108. $gray
  109. nG
  110. GG {25%}
  111.  
  112. //Common Coat Dilutions Pool
  113. $commondilution
  114. [pearl]// {30%}
  115. [champagne]// {30%}
  116. [gray]// {30%}
  117.  
  118. //Rare Coat Dilutions
  119. $rose
  120. nRs
  121. RsRs {25%}
  122.  
  123. $agua
  124. nAg
  125. AgAg {25%}
  126.  
  127. $verde
  128. nVd
  129. VdVd {25%}
  130.  
  131. $gilded
  132. nGld
  133. GldGld {25%}
  134.  
  135. //Rare Coat Dilution Pool
  136. $rarecoatdilutionpool
  137. [rose]// {5%}
  138. [agua]// {5%}
  139. [gilded]// {5%}
  140.  
  141. //Full Dilution Pool
  142. $dilutionpool
  143. [commondilution, compress] {60%}
  144. [rarecoatdilutionpool, compress] {25%}
  145. [ ]
  146.  
  147. // Final Dilution Pull
  148. $dilutionpull
  149. [dilutionpool, compress]
  150. [dilutionpool, compress][dilutionpool, compress] {25%}
  151. [dilutionpool, compress][dilutionpool, compress][dilutionpool, compress] {5%}
  152.  
  153. //Common Mane and Tail Modifiers
  154. $silver
  155. nZ
  156. ZZ {25%}
  157.  
  158. $flaxen
  159. nFl
  160. FlFl {25%}
  161.  
  162. //Common Mane and Tail Modifier Pool
  163. $commonmanetailmodifiers
  164. [flaxen]// {30%}
  165. [silver]// {30%}
  166. [ ]
  167.  
  168. //Uncommon Mane and Tail Modifiers Section
  169. $glitter
  170. nGl
  171. GlGl {15%}
  172.  
  173. $sunsetflaxen
  174. nSn
  175. SnSn {15%}
  176.  
  177. $nightskysilver
  178. nNs
  179. NsNs {15%}
  180.  
  181. //Uncommon Mane and Tail Modifier Pool
  182. $uncommonmanetailmodifiers
  183. [glitter]//
  184. [sunsetflaxen]//
  185. [nightskysilver]//
  186.  
  187. //Full Mane and Tail Modifier Pool
  188. $manetailmodifierpool
  189. [commonmanetailmodifiers, compress] {75%}
  190. [uncommonmanetailmodifiers, compress] {30%}
  191. [ ]
  192.  
  193. // Full Mane/Tail Modifier Pull
  194. $manetailpull
  195. [manetailmodifierpool, compress]
  196. [manetailmodifierpool, compress][manetailmodifierpool, compress] {15%}
  197. [manetailmodifierpool, compress][manetailmodifierpool, compress][manetailmodifierpool, compress] {1%}
  198.  
  199. //Common Coat Modifiers - Misc
  200. $sooty
  201. nSty
  202. StySty {25%}
  203.  
  204. $pangare
  205. nPn
  206. PnPn {25%}
  207.  
  208. $dun
  209. nD
  210. DD {25%}
  211.  
  212. $commoncoatmodifier
  213. [sooty]// {30%}
  214. [pangare]// {30%}
  215. [dun]// {30%}
  216. [ ]
  217.  
  218. //Uncommon Coat Markings & Modifiers - Misc
  219. $raptormarks
  220. nRst
  221. RstRst {25%}
  222.  
  223. $flamedun
  224. fldfld
  225. fld {15%}
  226.  
  227. $tearmarks
  228. nTr
  229. TrTr {25%}
  230.  
  231. $freckles
  232. nFrck
  233. FrckFrck {25%}
  234.  
  235. $primitivedun
  236. nPrd
  237. PrdPrd {25%}
  238. nPrdE {5%}
  239. nPrdEE {1%}
  240. PrdPrdE {3%}
  241.  
  242. $geometric
  243. nGeo
  244. GeoGeo {25%}
  245.  
  246. $cloud
  247. nCl
  248. ClCl {25%}
  249.  
  250. //Uncommon Coat Pool
  251. $uncommoncoatpool
  252. [raptormarks]//
  253. [flamedun]//
  254. [tearmarks]//
  255. [freckles]//
  256. [geometric]//
  257. [cloud]//
  258. [ ]
  259.  
  260. //Full Coat Modifier Pool
  261. $coatpool
  262. [commoncoatmodifier, compress]
  263. [uncommoncoatpool, compress] {30%}
  264.  
  265. //Final Coat Modifier Pull
  266. $coatpull
  267. [coatpool, compress]
  268. [coatpool, compress][coatpool, compress] {25%}
  269. [coatpool, compress][coatpool, compress][coatpool, compress] {5%}
  270. [coatpool, compress][coatpool, compress][coatpool, compress][coatpool, compress] {1%}
  271.  
  272. //Compiled Genotype
  273. $compiled
  274. [basecoatroll, compress][whiteroll, compress][dilutionpull, compress][manetailpull, compress][coatpull, compress]
  275.  
  276. //Randomized Stat Block
  277. $speed
  278. 1
  279. 2 {50%}
  280. 3 {25%}
  281.  
  282. $stamina
  283. 1
  284. 2 {50%}
  285. 3 {25%}
  286.  
  287. $agility
  288. 1
  289. 2 {50%}
  290. 3 {25%}
  291.  
  292. $control
  293. 1
  294. 2 {50%}
  295. 3 {25%}
  296.  
  297. $endurance
  298. 1
  299. 2 {50%}
  300. 3 {25%}
  301.  
  302. $magic
  303. 0
  304. 1 {5%}
  305.  
  306. //Compiled Horse Stat Roller
  307. $horsestat
  308. Speed: [speed] | [Stamina: [stamina] | Agility: [agility] | Control: [control] | Endurance : [endurance]
  309.  
  310. $mutationlist
  311. Pegasus Wings
  312. Bat Wings
  313. Unicorn Horn
  314. Deer Horn
  315.  
  316. $mutations
  317. No Mutations
  318. [mutationlist] {.3%}
  319.  
  320. // Basic Horse Genes, No Manipulation
  321. $>changeinpost
  322. [compiled, compress]
  323.  
  324. //Dawnwood Warmblood
  325. $>dawnwoodwarmblood
  326. <b>Breed:</b> Dawnwood Warmblood <br><b> Genes: </b> [changeinpost] <br> <b>Mutations:</b> [mutations]
  327.  
  328. //Gloomthorn
  329. $>gloomthorn
  330. <b>Breed:</b> Gloomthorn <br><b> Genes: </b> [changeinpost] <br> <b>Mutations:</b> [mutations]
  331.  
  332. //Dawnwood Marwari
  333. $>dawnwoodmarwari
  334. <b>Breed:</b> Dawnwood Marwari <br><b> Genes: </b> [changeinpost] <br> <b>Mutations:</b> [mutations]
  335.  
  336. //Duskbane
  337. $>duskbane
  338. <b>Breed:</b> Duskbane <br><b> Genes: </b> [changeinpost] <br> <b>Mutations:</b> [mutations]
  339.  
  340. //Dark Faerie Horse
  341. $>darkfaeriehorse
  342. <b>Breed:</b> Dark Faerie <br><b> Genes: </b> [changeinpost] <br> <b>Mutations:</b> [mutations]
  343.  
  344. //Heartsweet Items
  345. $heartsweetcommonitems
  346. [1-3] Cotton
  347. [1-3] Apple
  348. [1-3] Carrot
  349. [1-5] Flax
  350. [1-5] Oats
  351.  
  352. $heartsweetuncommonitems
  353. [1-2] Honey
  354. [1-2] Blueberry
  355. [1-2] Strawberry
  356. [1-2] Oak Log
  357.  
  358. $heartsweetrareitems
  359. 1 Cotton Seed
  360. 1 Apple Seed
  361. 1 Carrot Seed
  362. 1 Blueberry Seed
  363. 1 Strawberry Seed
  364. 1 Oat Seed
  365. 1 Flax Seed
  366. 1 Rose
  367.  
  368. $heartsweetveryrareitems
  369. 1 Gloomthorn Potion
  370.  
  371. //Heartwood Items
  372. $heartwoodcommonitems
  373. [1-5] White Mushroom
  374. [1-5] Twig
  375. [1-5] Leaf Pile
  376. [1-5] Worm
  377.  
  378. $heartwooduncommonitems
  379. [1-3] Red Cap Mushroom
  380. [1-3] Blackberry
  381.  
  382. $heartwoodrareitems
  383. [1-3] Glowing Mushroom
  384. 1 Hemlock
  385. 1 Red Cap Seed
  386. 1 Blackberry Seed
  387. 1 White Mushroom Seed
  388.  
  389. $heartwoodveryrareitems
  390. 1 Duskbane Potion
  391.  
  392. $heartwoodveryrarehorseman
  393. 1 Duskbane Potion
  394. 1 Dark Faerie Potion {5%}
  395.  
  396. //You found a horse
  397. $horsefoundtext
  398. <br> You found a horse! The ranchers at Dawnwood have identified this horse as.... <br>
  399.  
  400. //Horse Odds
  401. $>heartsweethorse
  402. [dawnwoodwarmblood]
  403. [gloomthorn] {1%}
  404.  
  405. $heartwoodhorse
  406. [dawnwoodmarwari]
  407. [duskbane] {1%}
  408.  
  409. $heartwoodhorsehorseman
  410. [dawnwoodmarwari]
  411. [duskbane] {5%}
  412. [darkfaeriehorse] {1%}
  413.  
  414. //Normal Heartwood Horse Roll
  415. $heartwoodcompiled
  416. [horsefoundtext]<br>[heartwoodhorse]<br>
  417.  
  418. //Horsemanship Level Heartwood Horse Roll
  419. $heartwoodcompiledhorsemanship
  420. [horsefoundtext][heartwoodhorsehorseman]
  421.  
  422. $heartsweetcompiled
  423. [horsefoundtext][heartsweethorse] <br>
  424.  
  425. //Heartwood Item Pull
  426. $heartwooditempull
  427. [heartwoodcommonitems]
  428. [heartwooduncommonitems] {35%}
  429. [heartwoodrareitems] {5%}
  430. [heartwoodveryrareitems] {.4%}
  431. [heartwoodcompiled] {3%}
  432.  
  433. $heartwoodridetext
  434. You go out riding in Heartwood Forest and come back with... <br>
  435.  
  436. $heartwoodrideamount
  437. [heartwooditempull],
  438. [heartwooditempull], [heartwooditempull], {45%}
  439. [heartwooditempull], [heartwooditempull], [heartwooditempull], {25%}
  440.  
  441. //The Actual Heartwood Pull
  442. $>heartwoodride
  443. [heartwoodridetext]<br>[heartwoodrideamount]
  444.  
  445. //Heartsweet Item Pull
  446. $heartsweetitempull
  447. [heartsweetcommonitems]
  448. [heartsweetuncommonitems] {35%}
  449. [heartsweetrareitems] {5%}
  450. [heartsweetveryrareitems] {.4%}
  451. [heartsweetcompiled] {3%}
  452.  
  453. $heartsweetridetext
  454. You go out riding in Heartsweet Fields and come back with: <br>
  455.  
  456. $heartsweetrideamount
  457. [heartsweetitempull],
  458. [heartsweetitempull], [heartsweetitempull], {45%}
  459. [heartsweetitempull], [heartsweetitempull], [heartsweetitempull], {25%}
  460.  
  461. //The actual Heartsweet Pull.
  462. $>heartsweetride
  463. [heartsweetridetext]<br>[heartsweetrideamount]
  464.  
  465. $mutationpool
  466. Vitiligo {2%}
  467. Somatic {2%}
  468. Chimerism {2%}
  469. [ ]
  470.  
  471. $twinsodds
  472. You had twins! {2%}
  473. [ ]
  474.  
  475. $>breedroll
  476. Your breeding result is: [twinsodds] [mutationpool]
  477.  
  478. $roll
  479. Still Testing!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement