crunch
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

352 行
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 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. <table>
  111. <tr>
  112. <th>
  113. <button class="action-button" id="action-look">Look</button>
  114. </th>
  115. <th>
  116. <button class="inactive-button action-button" disabled="true"></button>
  117. </th>
  118. <th>
  119. <button class="inactive-button action-button" disabled="true"></button>
  120. </th>
  121. </tr>
  122. <tr>
  123. <th>
  124. <button class="inactive-button action-button" disabled="true"></button>
  125. </th>
  126. <th>
  127. <button class="inactive-button action-button" disabled="true"></button>
  128. </th>
  129. <th>
  130. <button class="inactive-button action-button" disabled="true"></button>
  131. </th>
  132. </tr>
  133. <tr>
  134. <th>
  135. <button class="inactive-button action-button" disabled="true"></button>
  136. </th>
  137. <th>
  138. <button class="inactive-button action-button" disabled="true"></button>
  139. </th>
  140. <th>
  141. <button class="inactive-button action-button" disabled="true"></button>
  142. </th>
  143. </tr>
  144. </table>
  145. </div>
  146. </div>
  147. <div class="selector" id="selector-combat">
  148. <ul id="combat">
  149. </ul>
  150. <div id="combat-desc">
  151. </div>
  152. </div>
  153. <div class="selector" id="selector-eaten">
  154. <ul id="eaten">
  155. </ul>
  156. <div id="eaten-desc">
  157. </div>
  158. </div>
  159. <div class="selector" id="selector-dialog">
  160. <ul id="dialog">
  161. </ul>
  162. </div>
  163. </div>
  164. </div>
  165. <div id="create">
  166. <p>
  167. Welcome to Feast v0.2.8
  168. </p>
  169. <p>
  170. <b>This game features 18+ content</b>
  171. </p>
  172. <p>
  173. <a href="/feast">Changelog</a>
  174. </p>
  175. <p>
  176. <a href="https://t.me/joinchat/BSXHzQp-Isn9N9XgT2QRpw">Telegram</a>
  177. </p>
  178. <p>
  179. <a href="https://discord.gg/7pdcVhD">Discord</a>
  180. </p>
  181. <form id="character-form">
  182. <ul id="character-form-list">
  183. <li>
  184. <label for="character-name">Name</label>
  185. <input type="text" id="character-name" name="name" placeholder="Player"/>
  186. </li>
  187. <li>
  188. <label for="character-species">Species</label>
  189. <input type="text" id="character-species" name="species" placeholder="nerd"/>
  190. </li>
  191. <li>
  192. <ul class="pref-list">
  193. <div>Player stuff</div>
  194. <li class="pref-select">
  195. <span class="pref-type">Ass</span>
  196. <input type="radio" class="pref-radio" id="character-parts-anal-off" disabled="true" name="parts-anal" value="0" />
  197. <label class="pref-disable pref-gray" for="character-parts-anal-off">Disable</label>
  198. <input type="radio" class="pref-radio" id="character-parts-anal-on" name="parts-anal" checked="true" value="1" />
  199. <label class="pref-enable" for="character-parts-anal-on" checked="true">Enable</label>
  200. <input type="radio" class="pref-radio" id="character-parts-anal-vore" name="parts-anal" checked="true" value="2" />
  201. <label class="pref-prefer" for="character-parts-anal-vore" checked="true">Enable Vore</label>
  202. </li>
  203. <li class="pref-select">
  204. <span class="pref-type">Cock/balls</span>
  205. <input type="radio" class="pref-radio" id="character-parts-cock-off" name="parts-cock" value="0" />
  206. <label class="pref-disable" for="character-parts-cock-off">Disable</label>
  207. <input type="radio" class="pref-radio" id="character-parts-cock-on" name="parts-cock" checked="true" value="1" />
  208. <label class="pref-enable" for="character-parts-cock-on" checked="true">Enable</label>
  209. <input type="radio" class="pref-radio" id="character-parts-cock-vore" name="parts-cock" checked="true" value="2" />
  210. <label class="pref-prefer" for="character-parts-cock-vore" checked="true">Enable Vore</label>
  211. </li>
  212. <li class="pref-select">
  213. <span class="pref-type">Slit/womb</span>
  214. <input type="radio" class="pref-radio" id="character-parts-unbirth-off" name="parts-unbirth" value="0" />
  215. <label class="pref-disable" for="character-parts-unbirth-off">Disable</label>
  216. <input type="radio" class="pref-radio" id="character-parts-unbirth-on" name="parts-unbirth" checked="true" value="1" />
  217. <label class="pref-enable" for="character-parts-unbirth-on" checked="true">Enable</label>
  218. <input type="radio" class="pref-radio" id="character-parts-unbirth-vore" name="parts-unbirth" checked="true" value="2" />
  219. <label class="pref-prefer" for="character-parts-unbirth-vore" checked="true">Enable Vore</label>
  220. </li>
  221. <li class="pref-select">
  222. <span class="pref-type">Breasts</span>
  223. <input type="radio" class="pref-radio" id="character-parts-breast-off" name="parts-breast" value="0" />
  224. <label class="pref-disable" for="character-parts-breast-off">Disable</label>
  225. <input type="radio" class="pref-radio" id="character-parts-breast-on" name="parts-breast" checked="true" value="1" />
  226. <label class="pref-enable" for="character-parts-breast-on" checked="true">Enable</label>
  227. <input type="radio" class="pref-radio" id="character-parts-breast-vore" name="parts-breast" checked="true" value="2" />
  228. <label class="pref-prefer" for="character-parts-breast-vore" checked="true">Enable Vore</label>
  229. </li>
  230. </ul>
  231. <ul class="pref-list">
  232. <div>Disposal stuff</div>
  233. <li class="pref-select">
  234. <span class="pref-type">Scat</span>
  235. <input type="radio" class="pref-radio" id="character-prefs-scat-off" name="prefs-scat" checked="true" value="false" />
  236. <label class="pref-disable" for="character-prefs-scat-off">Disable</label>
  237. <input type="radio" class="pref-radio" id="character-prefs-scat-on" name="prefs-scat" value="true" />
  238. <label class="pref-enable" for="character-prefs-scat-on">Enable</label>
  239. </li>
  240. </ul>
  241. <li>
  242. <ul class="pref-list">
  243. <div>Enemy vore types</div>
  244. <li class="pref-select">
  245. <span class="pref-type">Oral</span>
  246. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-0" name="prefs-vore-oral" value="0" />
  247. <label class="pref-disable" for="character-prefs-vore-oral-0">Disable</label>
  248. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-1" name="prefs-vore-oral" value="1" />
  249. <label class="pref-avoid" for="character-prefs-vore-oral-1">Avoid</label>
  250. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-2" name="prefs-vore-oral" checked="true" value="2" />
  251. <label class="pref-enable" for="character-prefs-vore-oral-2">Enable</label>
  252. <input type="radio" class="pref-radio" id="character-prefs-vore-oral-3" name="prefs-vore-oral" value="3" />
  253. <label class="pref-prefer" for="character-prefs-vore-oral-3">Prefer</label>
  254. </li>
  255. <li class="pref-select">
  256. <span class="pref-type">Cock</span>
  257. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-0" name="prefs-vore-cock" value="0" />
  258. <label class="pref-disable" for="character-prefs-vore-cock-0">Disable</label>
  259. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-1" name="prefs-vore-cock" value="1" />
  260. <label class="pref-avoid" for="character-prefs-vore-cock-1">Avoid</label>
  261. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-2" name="prefs-vore-cock" checked="true" value="2" />
  262. <label class="pref-enable" for="character-prefs-vore-cock-2">Enable</label>
  263. <input type="radio" class="pref-radio" id="character-prefs-vore-cock-3" name="prefs-vore-cock" value="3" />
  264. <label class="pref-prefer" for="character-prefs-vore-cock-3">Prefer</label>
  265. </li>
  266. <li class="pref-select">
  267. <span class="pref-type">Anal</span>
  268. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-0" name="prefs-vore-anal" value="0" />
  269. <label class="pref-disable" for="character-prefs-vore-anal-0">Disable</label>
  270. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-1" name="prefs-vore-anal" value="1" />
  271. <label class="pref-avoid" for="character-prefs-vore-anal-1">Avoid</label>
  272. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-2" name="prefs-vore-anal" checked="true" value="2" />
  273. <label class="pref-enable" for="character-prefs-vore-anal-2">Enable</label>
  274. <input type="radio" class="pref-radio" id="character-prefs-vore-anal-3" name="prefs-vore-anal" value="3" />
  275. <label class="pref-prefer" for="character-prefs-vore-anal-3">Prefer</label>
  276. </li>
  277. <li class="pref-select">
  278. <span class="pref-type">Tail</span>
  279. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-0" name="prefs-vore-tail" value="0" />
  280. <label class="pref-disable" for="character-prefs-vore-tail-0">Disable</label>
  281. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-1" name="prefs-vore-tail" value="1" />
  282. <label class="pref-avoid" for="character-prefs-vore-tail-1">Avoid</label>
  283. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-2" name="prefs-vore-tail" checked="true" value="2" />
  284. <label class="pref-enable" for="character-prefs-vore-tail-2">Enable</label>
  285. <input type="radio" class="pref-radio" id="character-prefs-vore-tail-3" name="prefs-vore-tail" value="3" />
  286. <label class="pref-prefer" for="character-prefs-vore-tail-3">Prefer</label>
  287. </li>
  288. <li class="pref-select">
  289. <span class="pref-type">Unbirth</span>
  290. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-0" name="prefs-vore-unbirth" value="0" />
  291. <label class="pref-disable" for="character-prefs-vore-unbirth-0">Disable</label>
  292. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-1" name="prefs-vore-unbirth" value="1" />
  293. <label class="pref-avoid" for="character-prefs-vore-unbirth-1">Avoid</label>
  294. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-2" name="prefs-vore-unbirth" checked="true" value="2" />
  295. <label class="pref-enable" for="character-prefs-vore-unbirth-2">Enable</label>
  296. <input type="radio" class="pref-radio" id="character-prefs-vore-unbirth-3" name="prefs-vore-unbirth" value="3" />
  297. <label class="pref-prefer" for="character-prefs-vore-unbirth-3">Prefer</label>
  298. </li>
  299. <li class="pref-select">
  300. <span class="pref-type">Breast</span>
  301. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-0" name="prefs-vore-breast" value="0" />
  302. <label class="pref-disable" for="character-prefs-vore-breast-0">Disable</label>
  303. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-1" name="prefs-vore-breast" value="1" />
  304. <label class="pref-avoid" for="character-prefs-vore-breast-1">Avoid</label>
  305. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-2" name="prefs-vore-breast" checked="true" value="2" />
  306. <label class="pref-enable" for="character-prefs-vore-breast-2">Enable</label>
  307. <input type="radio" class="pref-radio" id="character-prefs-vore-breast-3" name="prefs-vore-breast" value="3" />
  308. <label class="pref-prefer" for="character-prefs-vore-breast-3">Prefer</label>
  309. </li>
  310. <li class="pref-select">
  311. <span class="pref-type">Hard</span>
  312. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-0" name="prefs-vore-hard" checked="true" value="0" />
  313. <label class="pref-disable" for="character-prefs-vore-hard-0">Disable</label>
  314. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-1" name="prefs-vore-hard" value="1" />
  315. <label class="pref-avoid" for="character-prefs-vore-hard-1">Avoid</label>
  316. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-2" name="prefs-vore-hard" value="2" />
  317. <label class="pref-enable" for="character-prefs-vore-hard-2">Enable</label>
  318. <input type="radio" class="pref-radio" id="character-prefs-vore-hard-3" name="prefs-vore-hard" value="3" />
  319. <label class="pref-prefer" for="character-prefs-vore-hard-3">Prefer</label>
  320. </li>
  321. <li class="pref-select">
  322. <span class="pref-type">Soul</span>
  323. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-0" name="prefs-vore-soul" checked="true" value="0" />
  324. <label class="pref-disable" for="character-prefs-vore-soul-0">Disable</label>
  325. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-1" name="prefs-vore-soul" value="1" />
  326. <label class="pref-avoid" for="character-prefs-vore-soul-1">Avoid</label>
  327. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-2" name="prefs-vore-soul" value="2" />
  328. <label class="pref-enable" for="character-prefs-vore-soul-2">Enable</label>
  329. <input type="radio" class="pref-radio" id="character-prefs-vore-soul-3" name="prefs-vore-soul" value="3" />
  330. <label class="pref-prefer" for="character-prefs-vore-soul-3">Prefer</label>
  331. </li>
  332. </ul>
  333. </li>
  334. <li>
  335. <button type="button" id="start-button">Start</button>
  336. </li>
  337. </ul>
  338. </form>
  339. </div>
  340. </body>
  341. </html>