crunch
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

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