big steppy
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.
 
 
 

250 lignes
4.6 KiB

  1. options = [
  2. {
  3. "name": "Basics",
  4. "optional": false,
  5. "entries": [
  6. {
  7. "name": "Name",
  8. "id": "name",
  9. "type": "text"
  10. },
  11. {
  12. "name": "Species",
  13. "id": "species",
  14. "type": "text"
  15. },
  16. {
  17. "name": "Scale",
  18. "id": "scale",
  19. "type": "float",
  20. "default": "1"
  21. },
  22. {
  23. "name": "Height",
  24. "id": "baseHeight",
  25. "type": "float",
  26. "default": "2.26",
  27. "unit": "length"
  28. },
  29. {
  30. "name": "Weight",
  31. "id": "baseWeight",
  32. "type": "float",
  33. "default": "135",
  34. "unit": "mass"
  35. },
  36. {
  37. "name": "Paw area",
  38. "id": "basePawArea",
  39. "type": "float",
  40. "default": "0.1",
  41. "unit": "area"
  42. },
  43. {
  44. "name": "Hand area",
  45. "id": "baseHandArea",
  46. "type": "float",
  47. "default": "0.1",
  48. "unit": "area"
  49. },
  50. {
  51. "name": "Ass area",
  52. "id": "baseAssArea",
  53. "type": "float",
  54. "default": "0.2",
  55. "unit": "area"
  56. }
  57. ]
  58. },
  59. {
  60. "name": "Difficulty",
  61. "optional": false,
  62. "entries":
  63. [
  64. {
  65. "type": "radio",
  66. "id": "difficulty",
  67. "default": "0",
  68. "choices":
  69. [
  70. {
  71. "name": "Sandbox",
  72. "value": "0"
  73. },
  74. {
  75. "name": "Stompvival",
  76. "value": "1"
  77. }
  78. ]
  79. }
  80. ]
  81. },
  82. {
  83. "name": "Brutality",
  84. "optional": false,
  85. "entries":
  86. [
  87. {
  88. "type": "radio",
  89. "id": "brutality",
  90. "default": "1",
  91. "choices":
  92. [
  93. {
  94. "name": "Non-fatal",
  95. "value": "0"
  96. },
  97. {
  98. "name": "Fatal",
  99. "value": "1"
  100. },
  101. {
  102. "name": "Gory",
  103. "value": "2"
  104. },
  105. {
  106. "name": "Sadistic",
  107. "value": "3"
  108. },
  109. ]
  110. }
  111. ]
  112. },
  113. {
  114. "name": "Victims",
  115. "optional": false,
  116. "entries":
  117. [
  118. {
  119. "type": "checkbox",
  120. "id": "victims",
  121. "choices":
  122. [
  123. {
  124. "name": "Human prey",
  125. "value": "Human"
  126. },
  127. {
  128. "name": "Military",
  129. "value": "Military"
  130. },
  131. {
  132. "name": "Other macros",
  133. "value": "Macros"
  134. },
  135. {
  136. "name": "Micros",
  137. "value": "Micros"
  138. },
  139. ]
  140. }
  141. ]
  142. },
  143. {
  144. "name": "Oral Vore",
  145. "id": "oralVore",
  146. "optional": true,
  147. "entries":
  148. [
  149. {
  150. "name": "Digestion time",
  151. "id": "oralDigestTime",
  152. "type": "float",
  153. "default": "15"
  154. }
  155. ]
  156. },
  157. {
  158. "name": "Anal Vore",
  159. "id": "analVore",
  160. "optional": true,
  161. "entries":
  162. [
  163. {
  164. "name": "Anus diameter",
  165. "id": "baseAnalVoreDiameter",
  166. "type": "float",
  167. "default": "0.2",
  168. "unit": "length"
  169. },
  170. {
  171. "name": "Digestion time",
  172. "id": "analDigestTime",
  173. "type": "float",
  174. "default": "15"
  175. },
  176. {
  177. "id": "analVore",
  178. "type": "checkbox",
  179. "choices":
  180. [
  181. {
  182. "name": "Anal vore goes to stomach",
  183. "value": "ToStomach"
  184. }
  185. ]
  186. }
  187. ]
  188. },
  189. {
  190. "name": "Footwear",
  191. "id": "footWear",
  192. "optional": true,
  193. "entries":
  194. [
  195. {
  196. "name": "Socks",
  197. "id": "footSockEnabled",
  198. "type": "subcategory",
  199. "entries":
  200. [
  201. {
  202. "name": "Sock type",
  203. "id": "footSock",
  204. "type": "select",
  205. "choices":
  206. [
  207. {
  208. "name": "Socks",
  209. "value": "sock"
  210. }
  211. ]
  212. }
  213. ]
  214. },
  215. {
  216. "name": "Shoes",
  217. "id": "footShoeEnabled",
  218. "type": "subcategory",
  219. "entries":
  220. [
  221. {
  222. "name": "Shoe type",
  223. "id": "footShoe",
  224. "type": "select",
  225. "choices":
  226. [
  227. {
  228. "name": "Shoes",
  229. "value": "shoe"
  230. },
  231. {
  232. "name": "Boots",
  233. "value": "boot"
  234. },
  235. {
  236. "name": "Trainers",
  237. "value": "trainer"
  238. },
  239. {
  240. "name": "Sandals",
  241. "value": "sandal"
  242. },
  243. ]
  244. }
  245. ]
  246. }
  247. ]
  248. }
  249. ];