Guest User

Untitled

a guest
Sep 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. Login → DA account
  2.  
  3. Login → authorized Google account
  4.  
  5. Go to [breeding requests journal]
  6.  
  7. Find first non-rolled comment
  8.  
  9. Get poster's username
  10.  
  11. Check the google sheet to make sure user is not out of slots. If out of slots, comment and move onto next breeding.
  12.  
  13. ...how to check for cb? does this need to be stored inside the sheet by misc when using this?
  14.  
  15. Get any usernames present in Clutch Details, if any
  16.  
  17. Check sheet to make sure user is not out of split slots. If out of splits, comment and move onto next breeding.
  18.  
  19. Fetch:
  20.  
  21. **Sire**
  22.  
  23. Go to Sire import [ sample for context: [https://www.deviantart.com/eyeofgalyx/art/Vokun-9893-740328273](https://www.deviantart.com/eyeofgalyx/art/Vokun-9893-740328273) ] and fetch:
  24.  
  25. ID
  26.  
  27. EoG Status
  28.  
  29. Check sheet to make sure stryx is not out of slots by ID. If not in sheet, add if EoG is present on import.
  30.  
  31. If out of slots or no EoG, comment on original breeding and move onto the next breeding.
  32.  
  33. Sex [check if male]
  34.  
  35. Breed
  36.  
  37. If Chiro or Lycan, is mate also Chiro/Lycan, or is a Genetic Alchemy Potion present?
  38.  
  39. If Microstryx [not implemented] is mate Microstryx?
  40.  
  41. If either of these are false, do not roll, comment + move on
  42.  
  43. Genotype
  44.  
  45. Tail type
  46.  
  47. Feather type
  48.  
  49. Breath
  50.  
  51. Ascension Status
  52.  
  53. Owner
  54.  
  55. Lineage
  56.  
  57. Check for Infertility
  58.  
  59. Arena status
  60.  
  61. **Dam**
  62.  
  63. Go to Dam import [ sample for context : [https://www.deviantart.com/eyeofgalyx/art/Nirvana-6363-655720999](https://www.deviantart.com/eyeofgalyx/art/Nirvana-6363-655720999) ] and fetch:
  64.  
  65. ID
  66.  
  67. EoG Status
  68.  
  69. Check sheet to make sure stryx is not out of slots by ID. If not in sheet, add if EoG is present on import.
  70.  
  71. If out of slots or no EoG, comment on original breeding and move onto the next breeding.
  72.  
  73. Sex [check if female]
  74.  
  75. Breed
  76.  
  77. Genotype
  78.  
  79. Tail type
  80.  
  81. Feather type
  82.  
  83. Breath
  84.  
  85. Ascension Status
  86.  
  87. Owner
  88.  
  89. Lineage
  90.  
  91. Check for Infertility
  92.  
  93. Arena status
  94.  
  95. If sire/dam are not respectively male + female, comment on original breeding and move onto the next breeding.
  96.  
  97. **Get Sire approval comment**
  98.  
  99. If no link, check original commenter against owner of import. If they match, link is not needed.
  100.  
  101. If link is needed and the owners do not match, comment on original breeding and move onto the next breeding.
  102.  
  103. If external link, check:
  104.  
  105. Import ID matches Sire
  106.  
  107. Import owner matches permission comment posted
  108.  
  109. find a way to solve issue with perms from old owners, while not allowing old owners to write out new permissions...
  110.  
  111. Permission granted to poster of breeding
  112.  
  113. Check lineage between Sire + Dam (first two lines only)
  114.  
  115. Check for keyword 'no inbreeding'(?)
  116.  
  117. If inbred when this condition is present, comment on original breeding and move on to next breeding.
  118.  
  119. If inbred but no keywords, store for later.
  120.  
  121. **Get Dam approval comment**
  122.  
  123. If no link, check original commenter against owner of import. If they match, link is not needed.
  124.  
  125. If link is needed and the owners do not match, comment on original breeding and move onto the next breeding.
  126.  
  127. If external link, check:
  128.  
  129. Import ID matches Dam
  130.  
  131. Import owner matches permission comment posted
  132.  
  133. Permission granted to poster of breeding
  134.  
  135. Check stored lineage info
  136.  
  137. Check for keyword 'no inbreeding'(?)
  138.  
  139. If inbred when this condition is present, comment on original breeding and move on to next breeding.
  140.  
  141. **Check breeding items**
  142.  
  143. Match exact names. Items preferably must be in vault for this to work.
  144.  
  145. Find user in vault, find item(s), remove.
  146.  
  147. If listed but not present, comment and move onto next breeding.
  148.  
  149. **Roll breeding here: [http://dracostryx.com/breed](http://dracostryx.com/breed)**
  150.  
  151. Insert Sire/Dam info [Genotype, Feather type, Breed, Tail, Breath, Infertility status, Arena status]
  152.  
  153. Check proper Ascension Status
  154.  
  155. ...somehow check for grandfathered rates status?
  156.  
  157. Item checks
  158.  
  159. CB check
  160.  
  161. If inbreeding check is true, mark as inbred
  162.  
  163. Roll + Copy result
  164.  
  165. Paste result as comment to original breeding
  166.  
  167. Copy result comment URL
  168.  
  169. Mark Sire perm comment, if applicable, with "used [link]"
  170.  
  171. Mark Dam perm comment, if applicable, with "used [link]"
  172.  
  173. Mark Sire [by ID] slot in sheet as used by incrementing current number unless Ascended. Do not increment past second number [x/x]
  174.  
  175. Mark Dam [by ID] slot in sheet as used by incrementing current number unless Ascended. Do not increment past second number [x/x]
  176.  
  177. Paste comment URL into next available unused breeding slot for current month for poster's username
  178.  
  179. **Move to next unrolled breeding and start again**
Add Comment
Please, Sign In to add comment