crunch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

317 line
17 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Feast</title>
  6. <link rel="stylesheet" href="feast.css">
  7. <script src="status.js"></script>
  8. <script src="alley.js"></script>
  9. <script src="forest.js"></script>
  10. <script src="mountain.js"></script>
  11. <script src="combat.js"></script>
  12. <script src="objects.js"></script>
  13. <script src="dialog.js"></script>
  14. <script src="customs.js"></script>
  15. <script src="world.js"></script>
  16. <script src="vore.js"></script>
  17. <script src="feast.js"></script>
  18. <meta name="theme-color" content="#000000" />
  19. <meta name="description" content="A vore text adventure" />
  20. <meta property="og:title" content="Feast" />
  21. <meta property="og:description" content="A vore text adventure" />
  22. <meta property="og:image" content="https://chemicalcrux.org/feast/feast.png" />
  23. <link rel="shortcut icon" href="https://chemicalcrux.org/favicon.ico" type="image/x-icon" />
  24. </head>
  25. <body>
  26. <div id="game">
  27. <div id="game-and-stats">
  28. <div id="log">
  29. <div>
  30. Welcome to Feast v0.2.8
  31. </div>
  32. <div>
  33. &nbsp;
  34. </div>
  35. <div>
  36. It's early morning, and you feel like eating a bunch of people
  37. </div>
  38. </div>
  39. <div class="stats">
  40. <div id="player-stats">
  41. <div class="stat-line" id="time">Time: to file a bug report, because you shouldn't see this!</div>
  42. <div class="stat-line" id="date">Date: you'll have to buy me dinner first :v</div>
  43. <div class="stat-line" id="stat-name">Vim: 15</div>
  44. <div class="stat-line" id="stat-cash">Spondulicks: 150000</div>
  45. <div class="stat-line" id="stat-health">Pulchritude: 44</div>
  46. <div class="stat-line" id="stat-stamina">Imagination: 97</div>
  47. <div class="stat-line" id="stat-str">Blood Sugar: 235</div>
  48. <div class="stat-line" id="stat-dex">Daylight: Empty</div>
  49. <div class="stat-line" id="stat-con">Sonhearst: River</div>
  50. <div class="stat-line" id="stat-arousal">Pep Gold: 3</div>
  51. <div class="stat-line" id="stat-stomach">Candy Corn: 3</div>
  52. <div class="stat-line" id="stat-bowels">Emotions: 35/100</div>
  53. <div class="stat-line" id="stat-balls">Sick Burn: 85/100</div>
  54. <div class="stat-line" id="stat-womb">Nerves: 22/55</div>
  55. <div class="stat-line" id="stat-breasts">Fractal Prospectus: 99/100</div>
  56. <button class="stat-button" id="stat-button-status">Status</button>
  57. <button class="stat-button" id="log-button">Log: Enabled</button>
  58. </div>
  59. <div id="foe-stats">
  60. FOE
  61. <div class="stat-line" id="stat-foe-name">Vim: 21</div>
  62. <div class="stat-line" id="stat-foe-health">Pulchritude: 21</div>
  63. <div class="stat-line" id="stat-foe-stamina">Imagination: 66</div>
  64. <div class="stat-line" id="stat-foe-str">Blood Sugar: 99</div>
  65. <div class="stat-line" id="stat-foe-dex">Daylight: Filled</div>
  66. <div class="stat-line" id="stat-foe-con">Sonhearst: Alive</div>
  67. </div>
  68. </div>
  69. </div>
  70. <div id="footer">
  71. <div class="selector" id="selector-explore">
  72. <div id="compass">
  73. <table>
  74. <tr>
  75. <th>
  76. <button class="compass-button" id="compass-north-west">North West</button>
  77. </th>
  78. <th>
  79. <button class="compass-button" id="compass-north">North</button>
  80. </th>
  81. <th>
  82. <button class="compass-button" id="compass-north-east">North East</button>
  83. </th>
  84. </tr>
  85. <tr>
  86. <th>
  87. <button class="compass-button" id="compass-west">West</button>
  88. </th>
  89. <th>
  90. <button class="compass-button active-button" id="compass-look">Look</button>
  91. </th>
  92. <th>
  93. <button class="compass-button" id="compass-east">East</button>
  94. </th>
  95. </tr>
  96. <tr>
  97. <th>
  98. <button class="compass-button" id="compass-south-west">South West</button>
  99. </th>
  100. <th>
  101. <button class="compass-button" id="compass-south">South</button>
  102. </th>
  103. <th>
  104. <button class="compass-button" id="compass-south-east">South East</button>
  105. </th>
  106. </tr>
  107. </table>
  108. </div>
  109. <div id="actions">
  110. </div>
  111. </div>
  112. <div class="selector" id="selector-combat">
  113. <ul id="combat">
  114. </ul>
  115. <div id="combat-desc">
  116. </div>
  117. </div>
  118. <div class="selector" id="selector-eaten">
  119. <ul id="eaten">
  120. </ul>
  121. <div id="eaten-desc">
  122. </div>
  123. </div>
  124. <div class="selector" id="selector-dialog">
  125. <ul id="dialog">
  126. </ul>
  127. </div>
  128. </div>
  129. </div>
  130. <div id="create">
  131. <p>
  132. Welcome to Feast v0.2.8
  133. </p>
  134. <p>
  135. <b>This game features 18+ content</b>
  136. </p>
  137. <p>
  138. <a href="/feast">Changelog</a>
  139. </p>
  140. <p>
  141. <a href="https://t.me/joinchat/BSXHzQp-Isn9N9XgT2QRpw">Telegram</a>
  142. </p>
  143. <p>
  144. <a href="https://discord.gg/7pdcVhD">Discord</a>
  145. </p>
  146. <form id="character-form">
  147. <ul id="character-form-list">
  148. <li>
  149. <label for="character-name">Name</label>
  150. <input type="text" id="character-name" name="name" placeholder="Player"/>
  151. </li>
  152. <li>
  153. <label for="character-species">Species</label>
  154. <input type="text" id="character-species" name="species" placeholder="nerd"/>
  155. </li>
  156. <li>
  157. <ul class="pref-list">
  158. <div>Player stuff</div>
  159. <li class="pref-select">
  160. <span class="pref-type">Ass</span>
  161. <input type="radio" class="pref-radio" id="character-parts-anal-off" disabled="true" name="parts-anal" value="0" />
  162. <label class="pref-disable pref-gray" for="character-parts-anal-off">Disable</label>
  163. <input type="radio" class="pref-radio" id="character-parts-anal-on" name="parts-anal" checked="true" value="1" />
  164. <label class="pref-enable" for="character-parts-anal-on" checked="true">Enable</label>
  165. <input type="radio" class="pref-radio" id="character-parts-anal-vore" name="parts-anal" checked="true" value="2" />
  166. <label class="pref-prefer" for="character-parts-anal-vore" checked="true">Enable Vore</label>
  167. </li>
  168. <li class="pref-select">
  169. <span class="pref-type">Cock/balls</span>
  170. <input type="radio" class="pref-radio" id="character-parts-cock-off" name="parts-cock" value="0" />
  171. <label class="pref-disable" for="character-parts-cock-off">Disable</label>
  172. <input type="radio" class="pref-radio" id="character-parts-cock-on" name="parts-cock" checked="true" value="1" />
  173. <label class="pref-enable" for="character-parts-cock-on" checked="true">Enable</label>
  174. <input type="radio" class="pref-radio" id="character-parts-cock-vore" name="parts-cock" checked="true" value="2" />
  175. <label class="pref-prefer" for="character-parts-cock-vore" checked="true">Enable Vore</label>
  176. </li>
  177. <li class="pref-select">
  178. <span class="pref-type">Slit/womb</span>
  179. <input type="radio" class="pref-radio" id="character-parts-unbirth-off" name="parts-unbirth" value="0" />
  180. <label class="pref-disable" for="character-parts-unbirth-off">Disable</label>
  181. <input type="radio" class="pref-radio" id="character-parts-unbirth-on" name="parts-unbirth" checked="true" value="1" />
  182. <label class="pref-enable" for="character-parts-unbirth-on" checked="true">Enable</label>
  183. <input type="radio" class="pref-radio" id="character-parts-unbirth-vore" name="parts-unbirth" checked="true" value="2" />
  184. <label class="pref-prefer" for="character-parts-unbirth-vore" checked="true">Enable Vore</label>
  185. </li>
  186. <li class="pref-select">
  187. <span class="pref-type">Breasts</span>
  188. <input type="radio" class="pref-radio" id="character-parts-breast-off" name="parts-breast" value="0" />
  189. <label class="pref-disable" for="character-parts-breast-off">Disable</label>
  190. <input type="radio" class="pref-radio" id="character-parts-breast-on" name="parts-breast" checked="true" value="1" />
  191. <label class="pref-enable" for="character-parts-breast-on" checked="true">Enable</label>
  192. <input type="radio" class="pref-radio" id="character-parts-breast-vore" name="parts-breast" checked="true" value="2" />
  193. <label class="pref-prefer" for="character-parts-breast-vore" checked="true">Enable Vore</label>
  194. </li>
  195. </ul>
  196. <ul class="pref-list">
  197. <div>Disposal stuff</div>
  198. <li class="pref-select">
  199. <span class="pref-type">Scat</span>
  200. <input type="radio" class="pref-radio" id="character-prefs-scat-off" name="prefs-scat" checked="true" value="false" />
  201. <label class="pref-disable" for="character-prefs-scat-off">Disable</label>
  202. <input type="radio" class="pref-radio" id="character-prefs-scat-on" name="prefs-scat" value="true" />
  203. <label class="pref-enable" for="character-prefs-scat-on">Enable</label>
  204. </li>
  205. </ul>
  206. <li>
  207. <ul class="pref-list">
  208. <div>Enemy vore types</div>
  209. <li class="pref-select">
  210. <span class="pref-type">Oral</span>
  211. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-0" name="prefs-vore-oral" value="0" />
  212. <label class="pref-disable" for="character-prefs-vore-oral-0">Disable</label>
  213. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-1" name="prefs-vore-oral" value="1" />
  214. <label class="pref-avoid" for="character-prefs-vore-oral-1">Avoid</label>
  215. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-2" name="prefs-vore-oral" checked="true" value="2" />
  216. <label class="pref-enable" for="character-prefs-vore-oral-2">Enable</label>
  217. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-3" name="prefs-vore-oral" value="3" />
  218. <label class="pref-prefer" for="character-prefs-vore-oral-3">Prefer</label>
  219. </li>
  220. <li class="pref-select">
  221. <span class="pref-type">Cock</span>
  222. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-0" name="prefs-vore-cock" value="0" />
  223. <label class="pref-disable" for="character-prefs-vore-cock-0">Disable</label>
  224. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-1" name="prefs-vore-cock" value="1" />
  225. <label class="pref-avoid" for="character-prefs-vore-cock-1">Avoid</label>
  226. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-2" name="prefs-vore-cock" checked="true" value="2" />
  227. <label class="pref-enable" for="character-prefs-vore-cock-2">Enable</label>
  228. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-3" name="prefs-vore-cock" value="3" />
  229. <label class="pref-prefer" for="character-prefs-vore-cock-3">Prefer</label>
  230. </li>
  231. <li class="pref-select">
  232. <span class="pref-type">Anal</span>
  233. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-0" name="prefs-vore-anal" value="0" />
  234. <label class="pref-disable" for="character-prefs-vore-anal-0">Disable</label>
  235. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-1" name="prefs-vore-anal" value="1" />
  236. <label class="pref-avoid" for="character-prefs-vore-anal-1">Avoid</label>
  237. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-2" name="prefs-vore-anal" checked="true" value="2" />
  238. <label class="pref-enable" for="character-prefs-vore-anal-2">Enable</label>
  239. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-3" name="prefs-vore-anal" value="3" />
  240. <label class="pref-prefer" for="character-prefs-vore-anal-3">Prefer</label>
  241. </li>
  242. <li class="pref-select">
  243. <span class="pref-type">Tail</span>
  244. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-0" name="prefs-vore-tail" value="0" />
  245. <label class="pref-disable" for="character-prefs-vore-tail-0">Disable</label>
  246. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-1" name="prefs-vore-tail" value="1" />
  247. <label class="pref-avoid" for="character-prefs-vore-tail-1">Avoid</label>
  248. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-2" name="prefs-vore-tail" checked="true" value="2" />
  249. <label class="pref-enable" for="character-prefs-vore-tail-2">Enable</label>
  250. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-3" name="prefs-vore-tail" value="3" />
  251. <label class="pref-prefer" for="character-prefs-vore-tail-3">Prefer</label>
  252. </li>
  253. <li class="pref-select">
  254. <span class="pref-type">Unbirth</span>
  255. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-0" name="prefs-vore-unbirth" value="0" />
  256. <label class="pref-disable" for="character-prefs-vore-unbirth-0">Disable</label>
  257. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-1" name="prefs-vore-unbirth" value="1" />
  258. <label class="pref-avoid" for="character-prefs-vore-unbirth-1">Avoid</label>
  259. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-2" name="prefs-vore-unbirth" checked="true" value="2" />
  260. <label class="pref-enable" for="character-prefs-vore-unbirth-2">Enable</label>
  261. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-3" name="prefs-vore-unbirth" value="3" />
  262. <label class="pref-prefer" for="character-prefs-vore-unbirth-3">Prefer</label>
  263. </li>
  264. <li class="pref-select">
  265. <span class="pref-type">Breast</span>
  266. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-0" name="prefs-vore-breast" value="0" />
  267. <label class="pref-disable" for="character-prefs-vore-breast-0">Disable</label>
  268. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-1" name="prefs-vore-breast" value="1" />
  269. <label class="pref-avoid" for="character-prefs-vore-breast-1">Avoid</label>
  270. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-2" name="prefs-vore-breast" checked="true" value="2" />
  271. <label class="pref-enable" for="character-prefs-vore-breast-2">Enable</label>
  272. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-3" name="prefs-vore-breast" value="3" />
  273. <label class="pref-prefer" for="character-prefs-vore-breast-3">Prefer</label>
  274. </li>
  275. <li class="pref-select">
  276. <span class="pref-type">Hard</span>
  277. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-0" name="prefs-vore-hard" checked="true" value="0" />
  278. <label class="pref-disable" for="character-prefs-vore-hard-0">Disable</label>
  279. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-1" name="prefs-vore-hard" value="1" />
  280. <label class="pref-avoid" for="character-prefs-vore-hard-1">Avoid</label>
  281. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-2" name="prefs-vore-hard" value="2" />
  282. <label class="pref-enable" for="character-prefs-vore-hard-2">Enable</label>
  283. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-3" name="prefs-vore-hard" value="3" />
  284. <label class="pref-prefer" for="character-prefs-vore-hard-3">Prefer</label>
  285. </li>
  286. <li class="pref-select">
  287. <span class="pref-type">Soul</span>
  288. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-0" name="prefs-vore-soul" checked="true" value="0" />
  289. <label class="pref-disable" for="character-prefs-vore-soul-0">Disable</label>
  290. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-1" name="prefs-vore-soul" value="1" />
  291. <label class="pref-avoid" for="character-prefs-vore-soul-1">Avoid</label>
  292. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-2" name="prefs-vore-soul" value="2" />
  293. <label class="pref-enable" for="character-prefs-vore-soul-2">Enable</label>
  294. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-3" name="prefs-vore-soul" value="3" />
  295. <label class="pref-prefer" for="character-prefs-vore-soul-3">Prefer</label>
  296. </li>
  297. </ul>
  298. </li>
  299. <li>
  300. <button type="button" id="start-button">Start</button>
  301. </li>
  302. </ul>
  303. </form>
  304. </div>
  305. </body>
  306. </html>