less copy protection, more size visualization
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

22882 líneas
548 KiB

  1. const characterMakers = [];
  2. function makeCharacter(info, viewInfo, defaultSizes) {
  3. views = {};
  4. Object.entries(viewInfo).forEach(([key, value]) => {
  5. views[key] = {
  6. attributes: {
  7. height: {
  8. name: "Height",
  9. power: 1,
  10. type: "length",
  11. base: value.height
  12. }
  13. },
  14. image: value.image,
  15. name: value.name,
  16. info: value.info,
  17. rename: value.rename
  18. }
  19. if (value.weight) {
  20. views[key].attributes.weight = {
  21. name: "Mass",
  22. power: 3,
  23. type: "mass",
  24. base: value.weight
  25. };
  26. }
  27. if (value.capacity) {
  28. views[key].attributes.capacity = {
  29. name: "Capacity",
  30. power: 3,
  31. type: "volume",
  32. base: value.capacity
  33. }
  34. }
  35. });
  36. return createEntityMaker(info, views, defaultSizes);
  37. }
  38. characterMakers.push(() => makeCharacter(
  39. {
  40. name: "Fen",
  41. species: "Crux",
  42. description: {
  43. title: "Bio",
  44. text: "Very furry. Sheds on everything."
  45. }
  46. },
  47. {
  48. back: {
  49. height: math.unit(2.2428, "meter"),
  50. weight: math.unit(124.738, "kg"),
  51. name: "Back",
  52. image: {
  53. source: "./media/characters/fen/back.svg",
  54. extra: 1025 / 935,
  55. bottom: 0.01
  56. },
  57. info: {
  58. description: {
  59. mode: "append",
  60. text: "\n\nHe is not currently looking at you."
  61. }
  62. }
  63. },
  64. full: {
  65. height: math.unit(1.34, "meter"),
  66. weight: math.unit(225, "kg"),
  67. name: "Full",
  68. image: {
  69. source: "./media/characters/fen/full.svg"
  70. },
  71. info: {
  72. description: {
  73. mode: "append",
  74. text: "\n\nMunch."
  75. }
  76. }
  77. },
  78. kneeling: {
  79. height: math.unit(5.4, "feet"),
  80. weight: math.unit(124.738, "kg"),
  81. name: "Kneeling",
  82. image: {
  83. source: "./media/characters/fen/kneeling.svg",
  84. extra: 563 / 507
  85. }
  86. },
  87. goo: {
  88. height: math.unit(2.8, "feet"),
  89. weight: math.unit(125, "kg"),
  90. capacity: math.unit(1, "people"),
  91. name: "Goo",
  92. image: {
  93. source: "./media/characters/fen/goo.svg",
  94. bottom: 116/613
  95. }
  96. },
  97. lounging: {
  98. height: math.unit(6.5, "feet"),
  99. weight: math.unit(125, "kg"),
  100. name: "Lounging",
  101. image: {
  102. source: "./media/characters/fen/lounging.svg"
  103. }
  104. },
  105. },
  106. [
  107. {
  108. name: "Normal",
  109. height: math.unit(2.2428, "meter")
  110. },
  111. {
  112. name: "Big",
  113. height: math.unit(12, "feet")
  114. },
  115. {
  116. name: "Minimacro",
  117. height: math.unit(40, "feet"),
  118. default: true,
  119. info: {
  120. description: {
  121. mode: "append",
  122. text: "\n\nTOO DAMN BIG"
  123. }
  124. }
  125. },
  126. {
  127. name: "Macro",
  128. height: math.unit(100, "feet"),
  129. info: {
  130. description: {
  131. mode: "append",
  132. text: "\n\nTOO DAMN BIG"
  133. }
  134. }
  135. },
  136. {
  137. name: "Macro+",
  138. height: math.unit(300, "feet")
  139. },
  140. {
  141. name: "Megamacro",
  142. height: math.unit(2, "miles")
  143. }
  144. ]
  145. ))
  146. characterMakers.push(() => makeCharacter(
  147. { name: "Sofia Fluttertail" },
  148. {
  149. front: {
  150. height: math.unit(183, "cm"),
  151. weight: math.unit(80, "kg"),
  152. name: "Front",
  153. image: {
  154. source: "./media/characters/sofia-fluttertail/front.svg",
  155. bottom: 0.01,
  156. extra: 2154 / 2081
  157. }
  158. },
  159. frontAlt: {
  160. height: math.unit(183, "cm"),
  161. weight: math.unit(80, "kg"),
  162. name: "Front (alt)",
  163. image: {
  164. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  165. }
  166. },
  167. back: {
  168. height: math.unit(183, "cm"),
  169. weight: math.unit(80, "kg"),
  170. name: "Back",
  171. image: {
  172. source: "./media/characters/sofia-fluttertail/back.svg"
  173. }
  174. },
  175. kneeling: {
  176. height: math.unit(125, "cm"),
  177. weight: math.unit(80, "kg"),
  178. name: "Kneeling",
  179. image: {
  180. source: "./media/characters/sofia-fluttertail/kneeling.svg",
  181. extra: 1033/977,
  182. bottom: 23.7/1057
  183. }
  184. },
  185. maw: {
  186. height: math.unit(183 / 5, "cm"),
  187. name: "Maw",
  188. image: {
  189. source: "./media/characters/sofia-fluttertail/maw.svg"
  190. }
  191. },
  192. mawcloseup: {
  193. height: math.unit(183 / 5 * 0.41, "cm"),
  194. name: "Maw (Closeup)",
  195. image: {
  196. source: "./media/characters/sofia-fluttertail/maw-closeup.svg"
  197. }
  198. },
  199. },
  200. [
  201. {
  202. name: "Normal",
  203. height: math.unit(1.83, "meter")
  204. },
  205. {
  206. name: "Size Thief",
  207. height: math.unit(18, "feet")
  208. },
  209. {
  210. name: "50 Foot Collie",
  211. height: math.unit(50, "feet")
  212. },
  213. {
  214. name: "Macro",
  215. height: math.unit(96, "feet"),
  216. default: true
  217. },
  218. {
  219. name: "Megamerger",
  220. height: math.unit(650, "feet")
  221. },
  222. ]
  223. ))
  224. characterMakers.push(() => makeCharacter(
  225. { name: "March" },
  226. {
  227. front: {
  228. height: math.unit(7, "feet"),
  229. weight: math.unit(100, "kg"),
  230. name: "Front",
  231. image: {
  232. source: "./media/characters/march/front.svg",
  233. extra: 1,
  234. bottom: 0.015
  235. }
  236. },
  237. foot: {
  238. height: math.unit(0.9, "feet"),
  239. name: "Foot",
  240. image: {
  241. source: "./media/characters/march/foot.svg"
  242. }
  243. },
  244. },
  245. [
  246. {
  247. name: "Normal",
  248. height: math.unit(7.9, "feet")
  249. },
  250. {
  251. name: "Macro",
  252. height: math.unit(220, "meters")
  253. },
  254. {
  255. name: "Megamacro",
  256. height: math.unit(2.98, "km"),
  257. default: true
  258. },
  259. {
  260. name: "Gigamacro",
  261. height: math.unit(15963, "km")
  262. },
  263. {
  264. name: "Teramacro",
  265. height: math.unit(2980000000, "km")
  266. },
  267. {
  268. name: "Examacro",
  269. height: math.unit(250, "parsecs")
  270. },
  271. ]
  272. ))
  273. characterMakers.push(() => makeCharacter(
  274. { name: "Noir" },
  275. {
  276. front: {
  277. height: math.unit(6, "feet"),
  278. weight: math.unit(60, "kg"),
  279. name: "Front",
  280. image: {
  281. source: "./media/characters/noir/front.svg",
  282. extra: 1,
  283. bottom: 0.032
  284. }
  285. },
  286. },
  287. [
  288. {
  289. name: "Normal",
  290. height: math.unit(6.6, "feet")
  291. },
  292. {
  293. name: "Macro",
  294. height: math.unit(500, "feet")
  295. },
  296. {
  297. name: "Megamacro",
  298. height: math.unit(2.5, "km"),
  299. default: true
  300. },
  301. {
  302. name: "Gigamacro",
  303. height: math.unit(22500, "km")
  304. },
  305. {
  306. name: "Teramacro",
  307. height: math.unit(2500000000, "km")
  308. },
  309. {
  310. name: "Examacro",
  311. height: math.unit(200, "parsecs")
  312. },
  313. ]
  314. ))
  315. characterMakers.push(() => makeCharacter(
  316. { name: "Okuri" },
  317. {
  318. front: {
  319. height: math.unit(7, "feet"),
  320. weight: math.unit(100, "kg"),
  321. name: "Front",
  322. image: {
  323. source: "./media/characters/okuri/front.svg",
  324. extra: 1,
  325. bottom: 0.037
  326. }
  327. },
  328. back: {
  329. height: math.unit(7, "feet"),
  330. weight: math.unit(100, "kg"),
  331. name: "Back",
  332. image: {
  333. source: "./media/characters/okuri/back.svg",
  334. extra: 1,
  335. bottom: 0.007
  336. }
  337. },
  338. },
  339. [
  340. {
  341. name: "Megamacro",
  342. height: math.unit(100, "miles"),
  343. default: true
  344. },
  345. ]
  346. ))
  347. characterMakers.push(() => makeCharacter(
  348. { name: "Manny" },
  349. {
  350. front: {
  351. height: math.unit(7, "feet"),
  352. weight: math.unit(100, "kg"),
  353. name: "Front",
  354. image: {
  355. source: "./media/characters/manny/front.svg",
  356. extra: 1,
  357. bottom: 0.06
  358. }
  359. },
  360. back: {
  361. height: math.unit(7, "feet"),
  362. weight: math.unit(100, "kg"),
  363. name: "Back",
  364. image: {
  365. source: "./media/characters/manny/back.svg",
  366. extra: 1,
  367. bottom: 0.014
  368. }
  369. },
  370. },
  371. [
  372. {
  373. name: "Normal",
  374. height: math.unit(7, "feet"),
  375. },
  376. {
  377. name: "Macro",
  378. height: math.unit(78, "feet"),
  379. default: true
  380. },
  381. {
  382. name: "Macro+",
  383. height: math.unit(300, "meters")
  384. },
  385. {
  386. name: "Macro++",
  387. height: math.unit(2400, "meters")
  388. },
  389. {
  390. name: "Megamacro",
  391. height: math.unit(5167, "meters")
  392. },
  393. {
  394. name: "Gigamacro",
  395. height: math.unit(41769, "miles")
  396. },
  397. ]
  398. ))
  399. characterMakers.push(() => makeCharacter(
  400. { name: "Adake" },
  401. {
  402. front: {
  403. height: math.unit(7, "feet"),
  404. weight: math.unit(100, "kg"),
  405. name: "Front",
  406. image: {
  407. source: "./media/characters/adake/front-1.svg"
  408. }
  409. },
  410. frontAlt: {
  411. height: math.unit(7, "feet"),
  412. weight: math.unit(100, "kg"),
  413. name: "Front (Alt)",
  414. image: {
  415. source: "./media/characters/adake/front-2.svg",
  416. extra: 1,
  417. bottom: 0.01
  418. }
  419. },
  420. back: {
  421. height: math.unit(7, "feet"),
  422. weight: math.unit(100, "kg"),
  423. name: "Back",
  424. image: {
  425. source: "./media/characters/adake/back.svg",
  426. }
  427. },
  428. kneel: {
  429. height: math.unit(5.385, "feet"),
  430. weight: math.unit(100, "kg"),
  431. name: "Kneeling",
  432. image: {
  433. source: "./media/characters/adake/kneel.svg",
  434. bottom: 0.052
  435. }
  436. },
  437. },
  438. [
  439. {
  440. name: "Normal",
  441. height: math.unit(7, "feet"),
  442. },
  443. {
  444. name: "Macro",
  445. height: math.unit(78, "feet"),
  446. default: true
  447. },
  448. {
  449. name: "Macro+",
  450. height: math.unit(300, "meters")
  451. },
  452. {
  453. name: "Macro++",
  454. height: math.unit(2400, "meters")
  455. },
  456. {
  457. name: "Megamacro",
  458. height: math.unit(5167, "meters")
  459. },
  460. {
  461. name: "Gigamacro",
  462. height: math.unit(41769, "miles")
  463. },
  464. ]
  465. ))
  466. characterMakers.push(() => makeCharacter(
  467. { name: "Elijah" },
  468. {
  469. front: {
  470. height: math.unit(1.65, "meters"),
  471. weight: math.unit(50, "kg"),
  472. name: "Front",
  473. image: {
  474. source: "./media/characters/elijah/front.svg",
  475. extra: 858/830,
  476. bottom: 95.5/953.8559
  477. }
  478. },
  479. back: {
  480. height: math.unit(1.65, "meters"),
  481. weight: math.unit(50, "kg"),
  482. name: "Back",
  483. image: {
  484. source: "./media/characters/elijah/back.svg",
  485. extra: 895/850,
  486. bottom: 5.3/897.956
  487. }
  488. },
  489. frontNsfw: {
  490. height: math.unit(1.65, "meters"),
  491. weight: math.unit(50, "kg"),
  492. name: "Front (NSFW)",
  493. image: {
  494. source: "./media/characters/elijah/front-nsfw.svg",
  495. extra: 858/830,
  496. bottom: 95.5/953.8559
  497. }
  498. },
  499. backNsfw: {
  500. height: math.unit(1.65, "meters"),
  501. weight: math.unit(50, "kg"),
  502. name: "Back (NSFW)",
  503. image: {
  504. source: "./media/characters/elijah/back-nsfw.svg",
  505. extra: 895/850,
  506. bottom: 5.3/897.956
  507. }
  508. },
  509. dick: {
  510. height: math.unit(1, "feet"),
  511. name: "Dick",
  512. image: {
  513. source: "./media/characters/elijah/dick.svg"
  514. }
  515. },
  516. beakOpen: {
  517. height: math.unit(1.25, "feet"),
  518. name: "Beak (Open)",
  519. image: {
  520. source: "./media/characters/elijah/beak-open.svg"
  521. }
  522. },
  523. beakShut: {
  524. height: math.unit(1.25, "feet"),
  525. name: "Beak (Shut)",
  526. image: {
  527. source: "./media/characters/elijah/beak-shut.svg"
  528. }
  529. },
  530. footFlexing: {
  531. height: math.unit(1.61, "feet"),
  532. name: "Foot (Flexing)",
  533. image: {
  534. source: "./media/characters/elijah/foot-flexing.svg"
  535. }
  536. },
  537. footStepping: {
  538. height: math.unit(1.44, "feet"),
  539. name: "Foot (Stepping)",
  540. image: {
  541. source: "./media/characters/elijah/foot-stepping.svg"
  542. }
  543. },
  544. plantigradeLeg: {
  545. height: math.unit(2.34, "feet"),
  546. name: "Plantigrade Leg",
  547. image: {
  548. source: "./media/characters/elijah/plantigrade-leg.svg"
  549. }
  550. },
  551. plantigradeFootLeft: {
  552. height: math.unit(0.9, "feet"),
  553. name: "Plantigrade Foot (Left)",
  554. image: {
  555. source: "./media/characters/elijah/plantigrade-foot-left.svg"
  556. }
  557. },
  558. plantigradeFootRight: {
  559. height: math.unit(0.9, "feet"),
  560. name: "Plantigrade Foot (Right)",
  561. image: {
  562. source: "./media/characters/elijah/plantigrade-foot-right.svg"
  563. }
  564. },
  565. },
  566. [
  567. {
  568. name: "Normal",
  569. height: math.unit(1.65, "meters")
  570. },
  571. {
  572. name: "Macro",
  573. height: math.unit(55, "meters"),
  574. default: true
  575. },
  576. {
  577. name: "Macro+",
  578. height: math.unit(105, "meters")
  579. },
  580. ]
  581. ))
  582. characterMakers.push(() => makeCharacter(
  583. { name: "Rai" },
  584. {
  585. front: {
  586. height: math.unit(11, "feet"),
  587. weight: math.unit(80, "kg"),
  588. name: "Front",
  589. image: {
  590. source: "./media/characters/rai/front.svg",
  591. extra: 1,
  592. bottom: 0.03
  593. }
  594. },
  595. side: {
  596. height: math.unit(11, "feet"),
  597. weight: math.unit(80, "kg"),
  598. name: "Side",
  599. image: {
  600. source: "./media/characters/rai/side.svg"
  601. }
  602. },
  603. back: {
  604. height: math.unit(11, "feet"),
  605. weight: math.unit(80, "lb"),
  606. name: "Back",
  607. image: {
  608. source: "./media/characters/rai/back.svg",
  609. extra: 1,
  610. bottom: 0.01
  611. }
  612. },
  613. feral: {
  614. height: math.unit(11, "feet"),
  615. weight: math.unit(800, "lb"),
  616. name: "Feral",
  617. image: {
  618. source: "./media/characters/rai/feral.svg",
  619. extra: 1050 / 659,
  620. bottom: 0.07
  621. }
  622. },
  623. dragon: {
  624. height: math.unit(23, "feet"),
  625. weight: math.unit(50000, "lb"),
  626. name: "Dragon",
  627. image: {
  628. source: "./media/characters/rai/dragon.svg",
  629. extra: 2498/2030,
  630. bottom: 85.2/2584
  631. }
  632. },
  633. maw: {
  634. height: math.unit(6 / 3.81416, "feet"),
  635. name: "Maw",
  636. image: {
  637. source: "./media/characters/rai/maw.svg"
  638. }
  639. },
  640. },
  641. [
  642. {
  643. name: "Normal",
  644. height: math.unit(11, "feet")
  645. },
  646. {
  647. name: "Macro",
  648. height: math.unit(302, "feet"),
  649. default: true
  650. },
  651. ]
  652. ))
  653. characterMakers.push(() => makeCharacter(
  654. { name: "Jazzy" },
  655. {
  656. front: {
  657. height: math.unit(7, "feet"),
  658. weight: math.unit(80, "kg"),
  659. name: "Front",
  660. image: {
  661. source: "./media/characters/jazzy/front.svg",
  662. extra: 1,
  663. bottom: 0.01
  664. }
  665. },
  666. back: {
  667. height: math.unit(7, "feet"),
  668. weight: math.unit(80, "kg"),
  669. name: "Back",
  670. image: {
  671. source: "./media/characters/jazzy/back.svg",
  672. extra: 1,
  673. bottom: 0.01
  674. }
  675. },
  676. },
  677. [
  678. {
  679. name: "Macro",
  680. height: math.unit(216, "feet"),
  681. default: true
  682. },
  683. ]
  684. ))
  685. characterMakers.push(() => makeCharacter(
  686. { name: "Flamm" },
  687. {
  688. front: {
  689. height: math.unit(7, "feet"),
  690. weight: math.unit(80, "kg"),
  691. name: "Front",
  692. image: {
  693. source: "./media/characters/flamm/front.svg",
  694. extra: 1794 / 1677,
  695. bottom: 31.7 / 1828.5
  696. }
  697. },
  698. },
  699. [
  700. {
  701. name: "Normal",
  702. height: math.unit(9.5, "feet")
  703. },
  704. {
  705. name: "Macro",
  706. height: math.unit(200, "feet"),
  707. default: true
  708. },
  709. ]
  710. ))
  711. characterMakers.push(() => makeCharacter(
  712. { name: "Zephiro" },
  713. {
  714. front: {
  715. height: math.unit(7, "feet"),
  716. weight: math.unit(80, "kg"),
  717. name: "Front",
  718. image: {
  719. source: "./media/characters/zephiro/front.svg",
  720. extra: 2309 / 2162,
  721. bottom: 0.069
  722. }
  723. },
  724. side: {
  725. height: math.unit(7, "feet"),
  726. weight: math.unit(80, "kg"),
  727. name: "Side",
  728. image: {
  729. source: "./media/characters/zephiro/side.svg",
  730. extra: 2403 / 2279,
  731. bottom: 0.015
  732. }
  733. },
  734. back: {
  735. height: math.unit(7, "feet"),
  736. weight: math.unit(80, "kg"),
  737. name: "Back",
  738. image: {
  739. source: "./media/characters/zephiro/back.svg",
  740. extra: 2373 / 2244,
  741. bottom: 0.013
  742. }
  743. },
  744. },
  745. [
  746. {
  747. name: "Micro",
  748. height: math.unit(3, "inches")
  749. },
  750. {
  751. name: "Normal",
  752. height: math.unit(5 + 3 / 12, "feet"),
  753. default: true
  754. },
  755. {
  756. name: "Macro",
  757. height: math.unit(118, "feet")
  758. },
  759. ]
  760. ))
  761. characterMakers.push(() => makeCharacter(
  762. { name: "Fory" },
  763. {
  764. front: {
  765. height: math.unit(5, "feet"),
  766. weight: math.unit(90, "kg"),
  767. name: "Front",
  768. image: {
  769. source: "./media/characters/fory/front.svg",
  770. extra: 2862 / 2674,
  771. bottom: 180 / 3043.8
  772. }
  773. },
  774. back: {
  775. height: math.unit(5, "feet"),
  776. weight: math.unit(90, "kg"),
  777. name: "Back",
  778. image: {
  779. source: "./media/characters/fory/back.svg",
  780. extra: 2962 / 2791,
  781. bottom: 106 / 3071.8
  782. }
  783. },
  784. foot: {
  785. height: math.unit(2.14, "feet"),
  786. name: "Foot",
  787. image: {
  788. source: "./media/characters/fory/foot.svg"
  789. }
  790. },
  791. },
  792. [
  793. {
  794. name: "Normal",
  795. height: math.unit(5, "feet")
  796. },
  797. {
  798. name: "Macro",
  799. height: math.unit(50, "feet"),
  800. default: true
  801. },
  802. {
  803. name: "Megamacro",
  804. height: math.unit(10, "miles")
  805. },
  806. {
  807. name: "Gigamacro",
  808. height: math.unit(5, "earths")
  809. },
  810. ]
  811. ))
  812. characterMakers.push(() => makeCharacter(
  813. { name: "Kurrikage" },
  814. {
  815. front: {
  816. height: math.unit(7, "feet"),
  817. weight: math.unit(90, "kg"),
  818. name: "Front",
  819. image: {
  820. source: "./media/characters/kurrikage/front.svg",
  821. extra: 1,
  822. bottom: 0.035
  823. }
  824. },
  825. back: {
  826. height: math.unit(7, "feet"),
  827. weight: math.unit(90, "lb"),
  828. name: "Back",
  829. image: {
  830. source: "./media/characters/kurrikage/back.svg"
  831. }
  832. },
  833. paw: {
  834. height: math.unit(1.5, "feet"),
  835. name: "Paw",
  836. image: {
  837. source: "./media/characters/kurrikage/paw.svg"
  838. }
  839. },
  840. staff: {
  841. height: math.unit(6.7, "feet"),
  842. name: "Staff",
  843. image: {
  844. source: "./media/characters/kurrikage/staff.svg"
  845. }
  846. },
  847. peek: {
  848. height: math.unit(1.05, "feet"),
  849. name: "Peeking",
  850. image: {
  851. source: "./media/characters/kurrikage/peek.svg",
  852. bottom: 0.08
  853. }
  854. },
  855. },
  856. [
  857. {
  858. name: "Normal",
  859. height: math.unit(12, "feet"),
  860. default: true
  861. },
  862. {
  863. name: "Big",
  864. height: math.unit(20, "feet")
  865. },
  866. {
  867. name: "Macro",
  868. height: math.unit(500, "feet")
  869. },
  870. {
  871. name: "Megamacro",
  872. height: math.unit(20, "miles")
  873. },
  874. ]
  875. ))
  876. characterMakers.push(() => makeCharacter(
  877. { name: "Shingo" },
  878. {
  879. front: {
  880. height: math.unit(6, "feet"),
  881. weight: math.unit(75, "kg"),
  882. name: "Front",
  883. image: {
  884. source: "./media/characters/shingo/front.svg",
  885. extra: 3511 / 3338,
  886. bottom: 0.005
  887. }
  888. },
  889. },
  890. [
  891. {
  892. name: "Micro",
  893. height: math.unit(4, "inches")
  894. },
  895. {
  896. name: "Normal",
  897. height: math.unit(6, "feet"),
  898. default: true
  899. },
  900. {
  901. name: "Macro",
  902. height: math.unit(108, "feet")
  903. }
  904. ]
  905. ))
  906. characterMakers.push(() => makeCharacter(
  907. { name: "Aigey" },
  908. {
  909. side: {
  910. height: math.unit(6, "feet"),
  911. weight: math.unit(75, "kg"),
  912. name: "Side",
  913. image: {
  914. source: "./media/characters/aigey/side.svg"
  915. }
  916. },
  917. },
  918. [
  919. {
  920. name: "Macro",
  921. height: math.unit(200, "feet"),
  922. default: true
  923. },
  924. {
  925. name: "Megamacro",
  926. height: math.unit(100, "miles")
  927. },
  928. ]
  929. )
  930. )
  931. characterMakers.push(() => makeCharacter(
  932. { name: "Natasha" },
  933. {
  934. front: {
  935. height: math.unit(5 + 5 / 12, "feet"),
  936. weight: math.unit(75, "kg"),
  937. name: "Front",
  938. image: {
  939. source: "./media/characters/natasha/front.svg",
  940. extra: 859/824,
  941. bottom: 23/879.6
  942. }
  943. },
  944. frontNsfw: {
  945. height: math.unit(5 + 5 / 12, "feet"),
  946. weight: math.unit(75, "kg"),
  947. name: "Front (NSFW)",
  948. image: {
  949. source: "./media/characters/natasha/front-nsfw.svg",
  950. extra: 859/824,
  951. bottom: 23/879.6
  952. }
  953. },
  954. frontErect: {
  955. height: math.unit(5 + 5 / 12, "feet"),
  956. weight: math.unit(75, "kg"),
  957. name: "Front (Erect)",
  958. image: {
  959. source: "./media/characters/natasha/front-erect.svg",
  960. extra: 859/824,
  961. bottom: 23/879.6
  962. }
  963. },
  964. back: {
  965. height: math.unit(5 + 5 / 12, "feet"),
  966. weight: math.unit(75, "kg"),
  967. name: "Back",
  968. image: {
  969. source: "./media/characters/natasha/back.svg",
  970. extra: 887.9/852.6,
  971. bottom: 9.7/896.4
  972. }
  973. },
  974. backAlt: {
  975. height: math.unit(5 + 5 / 12, "feet"),
  976. weight: math.unit(75, "kg"),
  977. name: "Back (Alt)",
  978. image: {
  979. source: "./media/characters/natasha/back-alt.svg",
  980. extra: 1236.7/1192,
  981. bottom: 22.3/1258.2
  982. }
  983. },
  984. dick: {
  985. height: math.unit(1.772, "feet"),
  986. name: "Dick",
  987. image: {
  988. source: "./media/characters/natasha/dick.svg"
  989. }
  990. },
  991. },
  992. [
  993. {
  994. name: "Normal",
  995. height: math.unit(5 + 5 / 12, "feet")
  996. },
  997. {
  998. name: "Large",
  999. height: math.unit(12, "feet")
  1000. },
  1001. {
  1002. name: "Macro",
  1003. height: math.unit(100, "feet"),
  1004. default: true
  1005. },
  1006. {
  1007. name: "Macro+",
  1008. height: math.unit(260, "feet")
  1009. },
  1010. {
  1011. name: "Macro++",
  1012. height: math.unit(1, "mile")
  1013. },
  1014. ]
  1015. ))
  1016. characterMakers.push(() => makeCharacter(
  1017. { name: "Malik" },
  1018. {
  1019. front: {
  1020. height: math.unit(6, "feet"),
  1021. weight: math.unit(75, "kg"),
  1022. name: "Front",
  1023. image: {
  1024. source: "./media/characters/malik/front.svg"
  1025. }
  1026. },
  1027. side: {
  1028. height: math.unit(6, "feet"),
  1029. weight: math.unit(75, "kg"),
  1030. name: "Side",
  1031. image: {
  1032. source: "./media/characters/malik/side.svg",
  1033. extra: 1.1539
  1034. }
  1035. },
  1036. back: {
  1037. height: math.unit(6, "feet"),
  1038. weight: math.unit(75, "kg"),
  1039. name: "Back",
  1040. image: {
  1041. source: "./media/characters/malik/back.svg"
  1042. }
  1043. },
  1044. },
  1045. [
  1046. {
  1047. name: "Macro",
  1048. height: math.unit(156, "feet"),
  1049. default: true
  1050. },
  1051. {
  1052. name: "Macro+",
  1053. height: math.unit(1188, "feet")
  1054. },
  1055. ]
  1056. ))
  1057. characterMakers.push(() => makeCharacter(
  1058. { name: "Sefer" },
  1059. {
  1060. front: {
  1061. height: math.unit(6, "feet"),
  1062. weight: math.unit(75, "kg"),
  1063. name: "Front",
  1064. image: {
  1065. source: "./media/characters/sefer/front.svg"
  1066. }
  1067. },
  1068. back: {
  1069. height: math.unit(6, "feet"),
  1070. weight: math.unit(75, "kg"),
  1071. name: "Back",
  1072. image: {
  1073. source: "./media/characters/sefer/back.svg"
  1074. }
  1075. },
  1076. },
  1077. [
  1078. {
  1079. name: "Normal",
  1080. height: math.unit(6, "feet"),
  1081. default: true
  1082. },
  1083. ]
  1084. ))
  1085. characterMakers.push(() => makeCharacter(
  1086. { name: "North" },
  1087. {
  1088. body: {
  1089. height: math.unit(2.2428, "meter"),
  1090. weight: math.unit(124.738, "kg"),
  1091. name: "Body",
  1092. image: {
  1093. extra: 1225 / 1050,
  1094. source: "./media/characters/north/front.svg"
  1095. }
  1096. }
  1097. },
  1098. [
  1099. {
  1100. name: "Micro",
  1101. height: math.unit(4, "inches")
  1102. },
  1103. {
  1104. name: "Macro",
  1105. height: math.unit(63, "meters")
  1106. },
  1107. {
  1108. name: "Megamacro",
  1109. height: math.unit(101, "miles"),
  1110. default: true
  1111. }
  1112. ]
  1113. ))
  1114. characterMakers.push(() => makeCharacter(
  1115. { name: "Talan" },
  1116. {
  1117. angled: {
  1118. height: math.unit(4, "meter"),
  1119. weight: math.unit(150, "kg"),
  1120. name: "Angled",
  1121. image: {
  1122. source: "./media/characters/talan/angled-sfw.svg",
  1123. bottom: 29 / 3734
  1124. }
  1125. },
  1126. angledNsfw: {
  1127. height: math.unit(4, "meter"),
  1128. weight: math.unit(150, "kg"),
  1129. name: "Angled (NSFW)",
  1130. image: {
  1131. source: "./media/characters/talan/angled-nsfw.svg",
  1132. bottom: 29 / 3734
  1133. }
  1134. },
  1135. frontNsfw: {
  1136. height: math.unit(4, "meter"),
  1137. weight: math.unit(150, "kg"),
  1138. name: "Front (NSFW)",
  1139. image: {
  1140. source: "./media/characters/talan/front-nsfw.svg",
  1141. bottom: 29 / 3734
  1142. }
  1143. },
  1144. sideNsfw: {
  1145. height: math.unit(4, "meter"),
  1146. weight: math.unit(150, "kg"),
  1147. name: "Side (NSFW)",
  1148. image: {
  1149. source: "./media/characters/talan/side-nsfw.svg",
  1150. bottom: 29 / 3734
  1151. }
  1152. },
  1153. back: {
  1154. height: math.unit(4, "meter"),
  1155. weight: math.unit(150, "kg"),
  1156. name: "Back",
  1157. image: {
  1158. source: "./media/characters/talan/back.svg"
  1159. }
  1160. },
  1161. dickBottom: {
  1162. height: math.unit(0.621, "meter"),
  1163. name: "Dick (Bottom)",
  1164. image: {
  1165. source: "./media/characters/talan/dick-bottom.svg"
  1166. }
  1167. },
  1168. dickTop: {
  1169. height: math.unit(0.621, "meter"),
  1170. name: "Dick (Top)",
  1171. image: {
  1172. source: "./media/characters/talan/dick-top.svg"
  1173. }
  1174. },
  1175. dickSide: {
  1176. height: math.unit(0.305, "meter"),
  1177. name: "Dick (Side)",
  1178. image: {
  1179. source: "./media/characters/talan/dick-side.svg"
  1180. }
  1181. },
  1182. dickFront: {
  1183. height: math.unit(0.305, "meter"),
  1184. name: "Dick (Front)",
  1185. image: {
  1186. source: "./media/characters/talan/dick-front.svg"
  1187. }
  1188. },
  1189. },
  1190. [
  1191. {
  1192. name: "Normal",
  1193. height: math.unit(4, "meters")
  1194. },
  1195. {
  1196. name: "Macro",
  1197. height: math.unit(100, "meters")
  1198. },
  1199. {
  1200. name: "Megamacro",
  1201. height: math.unit(2, "miles"),
  1202. default: true
  1203. },
  1204. {
  1205. name: "Gigamacro",
  1206. height: math.unit(5000, "miles")
  1207. },
  1208. {
  1209. name: "Teramacro",
  1210. height: math.unit(100, "parsecs")
  1211. }
  1212. ]
  1213. ))
  1214. characterMakers.push(() => makeCharacter(
  1215. { name: "Gael'Rathus" },
  1216. {
  1217. front: {
  1218. height: math.unit(2, "meter"),
  1219. weight: math.unit(90, "kg"),
  1220. name: "Front",
  1221. image: {
  1222. source: "./media/characters/gael'rathus/front.svg"
  1223. }
  1224. },
  1225. frontAlt: {
  1226. height: math.unit(2, "meter"),
  1227. weight: math.unit(90, "kg"),
  1228. name: "Front (alt)",
  1229. image: {
  1230. source: "./media/characters/gael'rathus/front-alt.svg"
  1231. }
  1232. },
  1233. frontAlt2: {
  1234. height: math.unit(2, "meter"),
  1235. weight: math.unit(90, "kg"),
  1236. name: "Front (alt 2)",
  1237. image: {
  1238. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1239. }
  1240. }
  1241. },
  1242. [
  1243. {
  1244. name: "Normal",
  1245. height: math.unit(9, "feet"),
  1246. default: true
  1247. },
  1248. {
  1249. name: "Large",
  1250. height: math.unit(25, "feet")
  1251. },
  1252. {
  1253. name: "Macro",
  1254. height: math.unit(0.25, "miles")
  1255. },
  1256. {
  1257. name: "Megamacro",
  1258. height: math.unit(10, "miles")
  1259. }
  1260. ]
  1261. ))
  1262. characterMakers.push(() => makeCharacter(
  1263. { name: "Sosha" },
  1264. {
  1265. side: {
  1266. height: math.unit(2, "meter"),
  1267. weight: math.unit(140, "kg"),
  1268. name: "Side",
  1269. image: {
  1270. source: "./media/characters/sosha/side.svg",
  1271. bottom: 0.042
  1272. }
  1273. },
  1274. },
  1275. [
  1276. {
  1277. name: "Normal",
  1278. height: math.unit(12, "feet"),
  1279. default: true
  1280. }
  1281. ]
  1282. ))
  1283. characterMakers.push(() => makeCharacter(
  1284. { name: "RuNNoLa" },
  1285. {
  1286. side: {
  1287. height: math.unit(5 + 5 / 12, "feet"),
  1288. weight: math.unit(170, "kg"),
  1289. name: "Side",
  1290. image: {
  1291. source: "./media/characters/runnola/side.svg",
  1292. extra: 741 / 448,
  1293. bottom: 0.05
  1294. }
  1295. },
  1296. },
  1297. [
  1298. {
  1299. name: "Small",
  1300. height: math.unit(3, "feet")
  1301. },
  1302. {
  1303. name: "Normal",
  1304. height: math.unit(5 + 5 / 12, "feet"),
  1305. default: true
  1306. },
  1307. {
  1308. name: "Big",
  1309. height: math.unit(10, "feet")
  1310. },
  1311. ]
  1312. ))
  1313. characterMakers.push(() => makeCharacter(
  1314. { name: "Kurribird" },
  1315. {
  1316. front: {
  1317. height: math.unit(2, "meter"),
  1318. weight: math.unit(50, "kg"),
  1319. name: "Front",
  1320. image: {
  1321. source: "./media/characters/kurribird/front.svg",
  1322. bottom: 0.015
  1323. }
  1324. },
  1325. frontAlt: {
  1326. height: math.unit(1.5, "meter"),
  1327. weight: math.unit(50, "kg"),
  1328. name: "Front (Alt)",
  1329. image: {
  1330. source: "./media/characters/kurribird/front-alt.svg",
  1331. extra: 1.45
  1332. }
  1333. },
  1334. },
  1335. [
  1336. {
  1337. name: "Normal",
  1338. height: math.unit(7, "feet")
  1339. },
  1340. {
  1341. name: "Big",
  1342. height: math.unit(12, "feet"),
  1343. default: true
  1344. },
  1345. {
  1346. name: "Macro",
  1347. height: math.unit(1500, "feet")
  1348. },
  1349. {
  1350. name: "Megamacro",
  1351. height: math.unit(2, "miles")
  1352. }
  1353. ]
  1354. ))
  1355. characterMakers.push(() => makeCharacter(
  1356. { name: "Elbial" },
  1357. {
  1358. front: {
  1359. height: math.unit(2, "meter"),
  1360. weight: math.unit(80, "kg"),
  1361. name: "Front",
  1362. image: {
  1363. source: "./media/characters/elbial/front.svg",
  1364. extra: 1643 / 1556,
  1365. bottom: 60.2 / 1696
  1366. }
  1367. },
  1368. side: {
  1369. height: math.unit(2, "meter"),
  1370. weight: math.unit(80, "kg"),
  1371. name: "Side",
  1372. image: {
  1373. source: "./media/characters/elbial/side.svg",
  1374. extra: 1630 / 1565,
  1375. bottom: 71.5 / 1697
  1376. }
  1377. },
  1378. back: {
  1379. height: math.unit(2, "meter"),
  1380. weight: math.unit(80, "kg"),
  1381. name: "Back",
  1382. image: {
  1383. source: "./media/characters/elbial/back.svg",
  1384. extra: 1668 / 1595,
  1385. bottom: 5.6 / 1672
  1386. }
  1387. },
  1388. frontDressed: {
  1389. height: math.unit(2, "meter"),
  1390. weight: math.unit(80, "kg"),
  1391. name: "Front (Dressed)",
  1392. image: {
  1393. source: "./media/characters/elbial/front-dressed.svg",
  1394. extra: 1653 / 1584,
  1395. bottom: 57 / 1708
  1396. }
  1397. },
  1398. genitals: {
  1399. height: math.unit(2 / 3.367, "meter"),
  1400. name: "Genitals",
  1401. image: {
  1402. source: "./media/characters/elbial/genitals.svg"
  1403. }
  1404. },
  1405. },
  1406. [
  1407. {
  1408. name: "Large",
  1409. height: math.unit(100, "feet")
  1410. },
  1411. {
  1412. name: "Macro",
  1413. height: math.unit(500, "feet"),
  1414. default: true
  1415. },
  1416. {
  1417. name: "Megamacro",
  1418. height: math.unit(10, "miles")
  1419. },
  1420. {
  1421. name: "Gigamacro",
  1422. height: math.unit(25000, "miles")
  1423. },
  1424. {
  1425. name: "Full-Size",
  1426. height: math.unit(8000000, "gigaparsecs")
  1427. }
  1428. ]
  1429. ))
  1430. characterMakers.push(() => makeCharacter(
  1431. { name: "Noah" },
  1432. {
  1433. front: {
  1434. height: math.unit(2, "meter"),
  1435. weight: math.unit(60, "kg"),
  1436. name: "Front",
  1437. image: {
  1438. source: "./media/characters/noah/front.svg"
  1439. }
  1440. },
  1441. talons: {
  1442. height: math.unit(0.315, "meter"),
  1443. name: "Talons",
  1444. image: {
  1445. source: "./media/characters/noah/talons.svg"
  1446. }
  1447. }
  1448. },
  1449. [
  1450. {
  1451. name: "Large",
  1452. height: math.unit(50, "feet")
  1453. },
  1454. {
  1455. name: "Macro",
  1456. height: math.unit(750, "feet"),
  1457. default: true
  1458. },
  1459. {
  1460. name: "Megamacro",
  1461. height: math.unit(50, "miles")
  1462. },
  1463. {
  1464. name: "Gigamacro",
  1465. height: math.unit(100000, "miles")
  1466. },
  1467. {
  1468. name: "Full-Size",
  1469. height: math.unit(3000000000, "miles")
  1470. }
  1471. ]
  1472. ))
  1473. characterMakers.push(() => makeCharacter(
  1474. { name: "Natalya" },
  1475. {
  1476. front: {
  1477. height: math.unit(2, "meter"),
  1478. weight: math.unit(80, "kg"),
  1479. name: "Front",
  1480. image: {
  1481. source: "./media/characters/natalya/front.svg"
  1482. }
  1483. },
  1484. back: {
  1485. height: math.unit(2, "meter"),
  1486. weight: math.unit(80, "kg"),
  1487. name: "Back",
  1488. image: {
  1489. source: "./media/characters/natalya/back.svg"
  1490. }
  1491. }
  1492. },
  1493. [
  1494. {
  1495. name: "Normal",
  1496. height: math.unit(150, "feet"),
  1497. default: true
  1498. },
  1499. {
  1500. name: "Megamacro",
  1501. height: math.unit(5, "miles")
  1502. },
  1503. {
  1504. name: "Full-Size",
  1505. height: math.unit(600, "kiloparsecs")
  1506. }
  1507. ]
  1508. ))
  1509. characterMakers.push(() => makeCharacter(
  1510. { name: "Erestrebah" },
  1511. {
  1512. front: {
  1513. height: math.unit(2, "meter"),
  1514. weight: math.unit(50, "kg"),
  1515. name: "Front",
  1516. image: {
  1517. source: "./media/characters/erestrebah/front.svg",
  1518. extra: 208 / 193,
  1519. bottom: 0.055
  1520. }
  1521. },
  1522. back: {
  1523. height: math.unit(2, "meter"),
  1524. weight: math.unit(50, "kg"),
  1525. name: "Back",
  1526. image: {
  1527. source: "./media/characters/erestrebah/back.svg",
  1528. extra: 1.3
  1529. }
  1530. }
  1531. },
  1532. [
  1533. {
  1534. name: "Normal",
  1535. height: math.unit(10, "feet")
  1536. },
  1537. {
  1538. name: "Large",
  1539. height: math.unit(50, "feet"),
  1540. default: true
  1541. },
  1542. {
  1543. name: "Macro",
  1544. height: math.unit(300, "feet")
  1545. },
  1546. {
  1547. name: "Macro+",
  1548. height: math.unit(750, "feet")
  1549. },
  1550. {
  1551. name: "Megamacro",
  1552. height: math.unit(3, "miles")
  1553. }
  1554. ]
  1555. ))
  1556. characterMakers.push(() => makeCharacter(
  1557. { name: "Jennifer" },
  1558. {
  1559. front: {
  1560. height: math.unit(2, "meter"),
  1561. weight: math.unit(80, "kg"),
  1562. name: "Front",
  1563. image: {
  1564. source: "./media/characters/jennifer/front.svg",
  1565. bottom: 0.11,
  1566. extra: 1.16
  1567. }
  1568. },
  1569. frontAlt: {
  1570. height: math.unit(2, "meter"),
  1571. weight: math.unit(80, "kg"),
  1572. name: "Front (Alt)",
  1573. image: {
  1574. source: "./media/characters/jennifer/front-alt.svg"
  1575. }
  1576. }
  1577. },
  1578. [
  1579. {
  1580. name: "Canon Height",
  1581. height: math.unit(120, "feet"),
  1582. default: true
  1583. },
  1584. {
  1585. name: "Macro+",
  1586. height: math.unit(300, "feet")
  1587. },
  1588. {
  1589. name: "Megamacro",
  1590. height: math.unit(20000, "feet")
  1591. }
  1592. ]
  1593. ))
  1594. characterMakers.push(() => makeCharacter(
  1595. { name: "Kalista" },
  1596. {
  1597. front: {
  1598. height: math.unit(2, "meter"),
  1599. weight: math.unit(50, "kg"),
  1600. name: "Front",
  1601. image: {
  1602. source: "./media/characters/kalista/front.svg",
  1603. extra: 1947 / 1700,
  1604. bottom: 76.6/1412.98
  1605. }
  1606. },
  1607. back: {
  1608. height: math.unit(2, "meter"),
  1609. weight: math.unit(50, "kg"),
  1610. name: "Back",
  1611. image: {
  1612. source: "./media/characters/kalista/back.svg",
  1613. extra: 1366 / 1156,
  1614. bottom: 33.9/1362.78
  1615. }
  1616. }
  1617. },
  1618. [
  1619. {
  1620. name: "Uncomfortably Small",
  1621. height: math.unit(10, "feet")
  1622. },
  1623. {
  1624. name: "Small",
  1625. height: math.unit(30, "feet")
  1626. },
  1627. {
  1628. name: "Macro",
  1629. height: math.unit(100, "feet"),
  1630. default: true
  1631. },
  1632. {
  1633. name: "Macro+",
  1634. height: math.unit(2000, "feet")
  1635. },
  1636. {
  1637. name: "True Form",
  1638. height: math.unit(8924, "miles")
  1639. }
  1640. ]
  1641. ))
  1642. characterMakers.push(() => makeCharacter(
  1643. { name: "GiantGrowingVixen" },
  1644. {
  1645. front: {
  1646. height: math.unit(2, "meter"),
  1647. weight: math.unit(120, "kg"),
  1648. name: "Front",
  1649. image: {
  1650. source: "./media/characters/ggv/front.svg"
  1651. }
  1652. },
  1653. side: {
  1654. height: math.unit(2, "meter"),
  1655. weight: math.unit(120, "kg"),
  1656. name: "Side",
  1657. image: {
  1658. source: "./media/characters/ggv/side.svg"
  1659. }
  1660. }
  1661. },
  1662. [
  1663. {
  1664. name: "Extremely Puny",
  1665. height: math.unit(9 + 5 / 12, "feet")
  1666. },
  1667. {
  1668. name: "Horribly Small",
  1669. height: math.unit(47.7, "miles"),
  1670. default: true
  1671. },
  1672. {
  1673. name: "Reasonably Sized",
  1674. height: math.unit(25000, "parsecs")
  1675. },
  1676. {
  1677. name: "Slightly Uncompressed",
  1678. height: math.unit(7.77e31, "parsecs")
  1679. },
  1680. {
  1681. name: "Omniversal",
  1682. height: math.unit(1e300, "meters")
  1683. },
  1684. ]
  1685. ))
  1686. characterMakers.push(() => makeCharacter(
  1687. { name: "Napalm" },
  1688. {
  1689. front: {
  1690. height: math.unit(2, "meter"),
  1691. weight: math.unit(75, "lb"),
  1692. name: "Front",
  1693. image: {
  1694. source: "./media/characters/napalm/front.svg"
  1695. }
  1696. },
  1697. back: {
  1698. height: math.unit(2, "meter"),
  1699. weight: math.unit(75, "lb"),
  1700. name: "Back",
  1701. image: {
  1702. source: "./media/characters/napalm/back.svg"
  1703. }
  1704. }
  1705. },
  1706. [
  1707. {
  1708. name: "Standard",
  1709. height: math.unit(55, "feet"),
  1710. default: true
  1711. }
  1712. ]
  1713. ))
  1714. characterMakers.push(() => makeCharacter(
  1715. { name: "Asana" },
  1716. {
  1717. front: {
  1718. height: math.unit(7 + 5 / 6, "feet"),
  1719. weight: math.unit(325, "lb"),
  1720. name: "Front",
  1721. image: {
  1722. source: "./media/characters/asana/front.svg",
  1723. extra: 1128 / 1068
  1724. }
  1725. },
  1726. back: {
  1727. height: math.unit(7 + 5 / 6, "feet"),
  1728. weight: math.unit(325, "lb"),
  1729. name: "Back",
  1730. image: {
  1731. source: "./media/characters/asana/back.svg",
  1732. extra: 1128 / 1068
  1733. }
  1734. },
  1735. },
  1736. [
  1737. {
  1738. name: "Standard",
  1739. height: math.unit(7 + 5 / 6, "feet"),
  1740. default: true
  1741. },
  1742. {
  1743. name: "Large",
  1744. height: math.unit(10, "meters")
  1745. },
  1746. {
  1747. name: "Macro",
  1748. height: math.unit(2500, "meters")
  1749. },
  1750. {
  1751. name: "Megamacro",
  1752. height: math.unit(5e6, "meters")
  1753. },
  1754. {
  1755. name: "Examacro",
  1756. height: math.unit(5e12, "lightyears")
  1757. },
  1758. {
  1759. name: "Max Size",
  1760. height: math.unit(1e31, "lightyears")
  1761. }
  1762. ]
  1763. ))
  1764. characterMakers.push(() => makeCharacter(
  1765. { name: "Ebony" },
  1766. {
  1767. front: {
  1768. height: math.unit(2, "meter"),
  1769. weight: math.unit(60, "kg"),
  1770. name: "Front",
  1771. image: {
  1772. source: "./media/characters/ebony/front.svg",
  1773. bottom: 0.03,
  1774. extra: 1045 / 810 + 0.03
  1775. }
  1776. },
  1777. side: {
  1778. height: math.unit(2, "meter"),
  1779. weight: math.unit(60, "kg"),
  1780. name: "Side",
  1781. image: {
  1782. source: "./media/characters/ebony/side.svg",
  1783. bottom: 0.03,
  1784. extra: 1045 / 810 + 0.03
  1785. }
  1786. },
  1787. back: {
  1788. height: math.unit(2, "meter"),
  1789. weight: math.unit(60, "kg"),
  1790. name: "Back",
  1791. image: {
  1792. source: "./media/characters/ebony/back.svg",
  1793. bottom: 0.01,
  1794. extra: 1045 / 810 + 0.01
  1795. }
  1796. },
  1797. },
  1798. [
  1799. // TODO check why I did this lol
  1800. {
  1801. name: "Standard",
  1802. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1803. default: true
  1804. },
  1805. {
  1806. name: "Macro",
  1807. height: math.unit(200, "feet")
  1808. },
  1809. {
  1810. name: "Gigamacro",
  1811. height: math.unit(13000, "km")
  1812. }
  1813. ]
  1814. ))
  1815. characterMakers.push(() => makeCharacter(
  1816. { name: "Mountain" },
  1817. {
  1818. front: {
  1819. height: math.unit(6, "feet"),
  1820. weight: math.unit(175, "lb"),
  1821. name: "Front",
  1822. image: {
  1823. source: "./media/characters/mountain/front.svg"
  1824. }
  1825. },
  1826. back: {
  1827. height: math.unit(6, "feet"),
  1828. weight: math.unit(175, "lb"),
  1829. name: "Back",
  1830. image: {
  1831. source: "./media/characters/mountain/back.svg"
  1832. }
  1833. },
  1834. },
  1835. [
  1836. {
  1837. name: "Large",
  1838. height: math.unit(20, "meters")
  1839. },
  1840. {
  1841. name: "Macro",
  1842. height: math.unit(300, "meters")
  1843. },
  1844. {
  1845. name: "Gigamacro",
  1846. height: math.unit(10000, "km"),
  1847. default: true
  1848. },
  1849. {
  1850. name: "Examacro",
  1851. height: math.unit(10e9, "lightyears")
  1852. }
  1853. ]
  1854. ))
  1855. characterMakers.push(() => makeCharacter(
  1856. { name: "Rick" },
  1857. {
  1858. front: {
  1859. height: math.unit(8, "feet"),
  1860. weight: math.unit(500, "lb"),
  1861. name: "Front",
  1862. image: {
  1863. source: "./media/characters/rick/front.svg"
  1864. }
  1865. }
  1866. },
  1867. [
  1868. {
  1869. name: "Normal",
  1870. height: math.unit(8, "feet"),
  1871. default: true
  1872. },
  1873. {
  1874. name: "Macro",
  1875. height: math.unit(5, "km")
  1876. }
  1877. ]
  1878. ))
  1879. characterMakers.push(() => makeCharacter(
  1880. { name: "Ona" },
  1881. {
  1882. front: {
  1883. height: math.unit(8, "feet"),
  1884. weight: math.unit(120, "lb"),
  1885. name: "Front",
  1886. image: {
  1887. source: "./media/characters/ona/front.svg"
  1888. }
  1889. },
  1890. frontAlt: {
  1891. height: math.unit(8, "feet"),
  1892. weight: math.unit(120, "lb"),
  1893. name: "Front (Alt)",
  1894. image: {
  1895. source: "./media/characters/ona/front-alt.svg"
  1896. }
  1897. },
  1898. back: {
  1899. height: math.unit(8, "feet"),
  1900. weight: math.unit(120, "lb"),
  1901. name: "Back",
  1902. image: {
  1903. source: "./media/characters/ona/back.svg"
  1904. }
  1905. },
  1906. foot: {
  1907. height: math.unit(1.1, "feet"),
  1908. name: "Foot",
  1909. image: {
  1910. source: "./media/characters/ona/foot.svg"
  1911. }
  1912. }
  1913. },
  1914. [
  1915. {
  1916. name: "Megamacro",
  1917. height: math.unit(70, "km"),
  1918. default: true
  1919. },
  1920. {
  1921. name: "Gigamacro",
  1922. height: math.unit(681818, "miles")
  1923. },
  1924. {
  1925. name: "Examacro",
  1926. height: math.unit(3800000, "lightyears")
  1927. },
  1928. ]
  1929. ))
  1930. characterMakers.push(() => makeCharacter(
  1931. { name: "Mech" },
  1932. {
  1933. front: {
  1934. height: math.unit(12, "feet"),
  1935. weight: math.unit(3000, "lb"),
  1936. name: "Front",
  1937. image: {
  1938. source: "./media/characters/mech/front.svg",
  1939. bottom: 0.025,
  1940. }
  1941. },
  1942. back: {
  1943. height: math.unit(12, "feet"),
  1944. weight: math.unit(3000, "lb"),
  1945. name: "Back",
  1946. image: {
  1947. source: "./media/characters/mech/back.svg",
  1948. bottom: 0.03,
  1949. }
  1950. }
  1951. },
  1952. [
  1953. {
  1954. name: "Normal",
  1955. height: math.unit(12, "feet")
  1956. },
  1957. {
  1958. name: "Macro",
  1959. height: math.unit(300, "feet"),
  1960. default: true
  1961. },
  1962. {
  1963. name: "Macro+",
  1964. height: math.unit(1500, "feet")
  1965. },
  1966. ]
  1967. ))
  1968. characterMakers.push(() => makeCharacter(
  1969. { name: "Gregory" },
  1970. {
  1971. front: {
  1972. height: math.unit(1.3, "meter"),
  1973. weight: math.unit(30, "kg"),
  1974. name: "Front",
  1975. image: {
  1976. source: "./media/characters/gregory/front.svg",
  1977. }
  1978. }
  1979. },
  1980. [
  1981. {
  1982. name: "Normal",
  1983. height: math.unit(1.3, "meter"),
  1984. default: true
  1985. },
  1986. {
  1987. name: "Macro",
  1988. height: math.unit(20, "meter")
  1989. }
  1990. ]
  1991. ))
  1992. characterMakers.push(() => makeCharacter(
  1993. { name: "Elory" },
  1994. {
  1995. front: {
  1996. height: math.unit(2.8, "meter"),
  1997. weight: math.unit(200, "kg"),
  1998. name: "Front",
  1999. image: {
  2000. source: "./media/characters/elory/front.svg",
  2001. }
  2002. }
  2003. },
  2004. [
  2005. {
  2006. name: "Normal",
  2007. height: math.unit(2.8, "meter"),
  2008. default: true
  2009. },
  2010. {
  2011. name: "Macro",
  2012. height: math.unit(38, "meter")
  2013. }
  2014. ]
  2015. ))
  2016. characterMakers.push(() => makeCharacter(
  2017. { name: "Angelpatamon" },
  2018. {
  2019. front: {
  2020. height: math.unit(470, "feet"),
  2021. weight: math.unit(924, "tons"),
  2022. name: "Front",
  2023. image: {
  2024. source: "./media/characters/angelpatamon/front.svg",
  2025. }
  2026. }
  2027. },
  2028. [
  2029. {
  2030. name: "Normal",
  2031. height: math.unit(470, "feet"),
  2032. default: true
  2033. },
  2034. {
  2035. name: "Deity Size I",
  2036. height: math.unit(28651.2, "km")
  2037. },
  2038. {
  2039. name: "Deity Size II",
  2040. height: math.unit(171907.2, "km")
  2041. }
  2042. ]
  2043. ))
  2044. characterMakers.push(() => makeCharacter(
  2045. { name: "Cryae" },
  2046. {
  2047. side: {
  2048. height: math.unit(7.2, "meter"),
  2049. weight: math.unit(8.2, "tons"),
  2050. name: "Side",
  2051. image: {
  2052. source: "./media/characters/cryae/side.svg",
  2053. extra: 3500 / 1500
  2054. }
  2055. }
  2056. },
  2057. [
  2058. {
  2059. name: "Normal",
  2060. height: math.unit(7.2, "meter"),
  2061. default: true
  2062. }
  2063. ]
  2064. ))
  2065. characterMakers.push(() => makeCharacter(
  2066. { name: "Xera" },
  2067. {
  2068. front: {
  2069. height: math.unit(6, "feet"),
  2070. weight: math.unit(175, "lb"),
  2071. name: "Front",
  2072. image: {
  2073. source: "./media/characters/xera/front.svg",
  2074. extra: 2300 / 2061
  2075. }
  2076. },
  2077. side: {
  2078. height: math.unit(6, "feet"),
  2079. weight: math.unit(175, "lb"),
  2080. name: "Side",
  2081. image: {
  2082. source: "./media/characters/xera/side.svg",
  2083. extra: 2300 / 2061
  2084. }
  2085. },
  2086. back: {
  2087. height: math.unit(6, "feet"),
  2088. weight: math.unit(175, "lb"),
  2089. name: "Back",
  2090. image: {
  2091. source: "./media/characters/xera/back.svg"
  2092. }
  2093. },
  2094. },
  2095. [
  2096. {
  2097. name: "Small",
  2098. height: math.unit(10, "feet")
  2099. },
  2100. {
  2101. name: "Macro",
  2102. height: math.unit(500, "meters"),
  2103. default: true
  2104. },
  2105. {
  2106. name: "Macro+",
  2107. height: math.unit(10, "km")
  2108. },
  2109. {
  2110. name: "Gigamacro",
  2111. height: math.unit(25000, "km")
  2112. },
  2113. {
  2114. name: "Teramacro",
  2115. height: math.unit(3e6, "km")
  2116. }
  2117. ]
  2118. ))
  2119. characterMakers.push(() => makeCharacter(
  2120. { name: "Nebula" },
  2121. {
  2122. front: {
  2123. height: math.unit(6, "feet"),
  2124. weight: math.unit(175, "lb"),
  2125. name: "Front",
  2126. image: {
  2127. source: "./media/characters/nebula/front.svg",
  2128. extra: 2600 / 2450
  2129. }
  2130. }
  2131. },
  2132. [
  2133. {
  2134. name: "Small",
  2135. height: math.unit(4.5, "meters")
  2136. },
  2137. {
  2138. name: "Macro",
  2139. height: math.unit(1500, "meters"),
  2140. default: true
  2141. },
  2142. {
  2143. name: "Megamacro",
  2144. height: math.unit(150, "km")
  2145. },
  2146. {
  2147. name: "Gigamacro",
  2148. height: math.unit(27000, "km")
  2149. }
  2150. ]
  2151. ))
  2152. characterMakers.push(() => makeCharacter(
  2153. { name: "Abysgar" },
  2154. {
  2155. front: {
  2156. height: math.unit(6, "feet"),
  2157. weight: math.unit(225, "lb"),
  2158. name: "Front",
  2159. image: {
  2160. source: "./media/characters/abysgar/front.svg"
  2161. }
  2162. }
  2163. },
  2164. [
  2165. {
  2166. name: "Small",
  2167. height: math.unit(4.5, "meters")
  2168. },
  2169. {
  2170. name: "Macro",
  2171. height: math.unit(1250, "meters"),
  2172. default: true
  2173. },
  2174. {
  2175. name: "Megamacro",
  2176. height: math.unit(125, "km")
  2177. },
  2178. {
  2179. name: "Gigamacro",
  2180. height: math.unit(26000, "km")
  2181. }
  2182. ]
  2183. ))
  2184. characterMakers.push(() => makeCharacter(
  2185. { name: "Yakuz" },
  2186. {
  2187. front: {
  2188. height: math.unit(6, "feet"),
  2189. weight: math.unit(180, "lb"),
  2190. name: "Front",
  2191. image: {
  2192. source: "./media/characters/yakuz/front.svg"
  2193. }
  2194. }
  2195. },
  2196. [
  2197. {
  2198. name: "Small",
  2199. height: math.unit(5, "meters")
  2200. },
  2201. {
  2202. name: "Macro",
  2203. height: math.unit(1500, "meters"),
  2204. default: true
  2205. },
  2206. {
  2207. name: "Megamacro",
  2208. height: math.unit(200, "km")
  2209. },
  2210. {
  2211. name: "Gigamacro",
  2212. height: math.unit(100000, "km")
  2213. }
  2214. ]
  2215. ))
  2216. characterMakers.push(() => makeCharacter(
  2217. { name: "Mirova" },
  2218. {
  2219. front: {
  2220. height: math.unit(6, "feet"),
  2221. weight: math.unit(175, "lb"),
  2222. name: "Front",
  2223. image: {
  2224. source: "./media/characters/mirova/front.svg"
  2225. }
  2226. }
  2227. },
  2228. [
  2229. {
  2230. name: "Small",
  2231. height: math.unit(5, "meters")
  2232. },
  2233. {
  2234. name: "Macro",
  2235. height: math.unit(900, "meters"),
  2236. default: true
  2237. },
  2238. {
  2239. name: "Megamacro",
  2240. height: math.unit(135, "km")
  2241. },
  2242. {
  2243. name: "Gigamacro",
  2244. height: math.unit(20000, "km")
  2245. }
  2246. ]
  2247. ))
  2248. characterMakers.push(() => makeCharacter(
  2249. { name: "Asana (Mech)" },
  2250. {
  2251. side: {
  2252. height: math.unit(28.35, "feet"),
  2253. weight: math.unit(99.75, "tons"),
  2254. name: "Side",
  2255. image: {
  2256. source: "./media/characters/asana-mech/side.svg"
  2257. }
  2258. }
  2259. },
  2260. [
  2261. {
  2262. name: "Normal",
  2263. height: math.unit(28.35, "feet"),
  2264. default: true
  2265. },
  2266. {
  2267. name: "Macro",
  2268. height: math.unit(2500, "feet")
  2269. },
  2270. {
  2271. name: "Megamacro",
  2272. height: math.unit(25, "miles")
  2273. },
  2274. {
  2275. name: "Examacro",
  2276. height: math.unit(6e8, "lightyears")
  2277. },
  2278. ]
  2279. ))
  2280. characterMakers.push(() => makeCharacter(
  2281. { name: "Ashtrek" },
  2282. {
  2283. front: {
  2284. height: math.unit(2, "meters"),
  2285. weight: math.unit(70, "kg"),
  2286. name: "Front",
  2287. image: {
  2288. source: "./media/characters/ashtrek/front.svg",
  2289. extra: 560 / 524,
  2290. bottom: 0.01
  2291. }
  2292. },
  2293. frontArmor: {
  2294. height: math.unit(2, "meters"),
  2295. weight: math.unit(76, "kg"),
  2296. name: "Front (Armor)",
  2297. image: {
  2298. source: "./media/characters/ashtrek/front-armor.svg",
  2299. extra: 561 / 527,
  2300. bottom: 0.01
  2301. }
  2302. },
  2303. side: {
  2304. height: math.unit(2, "meters"),
  2305. weight: math.unit(70, "kg"),
  2306. name: "Side",
  2307. image: {
  2308. source: "./media/characters/ashtrek/side.svg",
  2309. extra: 1717 / 1609,
  2310. bottom: 0.005
  2311. }
  2312. },
  2313. back: {
  2314. height: math.unit(2, "meters"),
  2315. weight: math.unit(70, "kg"),
  2316. name: "Back",
  2317. image: {
  2318. source: "./media/characters/ashtrek/back.svg",
  2319. extra: 1570 / 1501
  2320. }
  2321. },
  2322. },
  2323. [
  2324. {
  2325. name: "DEFCON 5",
  2326. height: math.unit(5, "meters")
  2327. },
  2328. {
  2329. name: "DEFCON 4",
  2330. height: math.unit(500, "meters"),
  2331. default: true
  2332. },
  2333. {
  2334. name: "DEFCON 3",
  2335. height: math.unit(5, "km")
  2336. },
  2337. {
  2338. name: "DEFCON 2",
  2339. height: math.unit(500, "km")
  2340. },
  2341. {
  2342. name: "DEFCON 1",
  2343. height: math.unit(500000, "km")
  2344. },
  2345. {
  2346. name: "DEFCON 0",
  2347. height: math.unit(3, "gigaparsecs")
  2348. },
  2349. ]
  2350. ))
  2351. characterMakers.push(() => makeCharacter(
  2352. { name: "Gale" },
  2353. {
  2354. front: {
  2355. height: math.unit(2, "meters"),
  2356. weight: math.unit(76, "kg"),
  2357. name: "Front",
  2358. image: {
  2359. source: "./media/characters/gale/front.svg"
  2360. }
  2361. },
  2362. frontAlt1: {
  2363. height: math.unit(2, "meters"),
  2364. weight: math.unit(76, "kg"),
  2365. name: "Front (Alt 1)",
  2366. image: {
  2367. source: "./media/characters/gale/front-alt-1.svg"
  2368. }
  2369. },
  2370. frontAlt2: {
  2371. height: math.unit(2, "meters"),
  2372. weight: math.unit(76, "kg"),
  2373. name: "Front (Alt 2)",
  2374. image: {
  2375. source: "./media/characters/gale/front-alt-2.svg"
  2376. }
  2377. },
  2378. },
  2379. [
  2380. {
  2381. name: "Normal",
  2382. height: math.unit(7, "feet")
  2383. },
  2384. {
  2385. name: "Macro",
  2386. height: math.unit(150, "feet"),
  2387. default: true
  2388. },
  2389. {
  2390. name: "Macro+",
  2391. height: math.unit(300, "feet")
  2392. },
  2393. ]
  2394. ))
  2395. characterMakers.push(() => makeCharacter(
  2396. { name: "Draylen" },
  2397. {
  2398. front: {
  2399. height: math.unit(2, "meters"),
  2400. weight: math.unit(76, "kg"),
  2401. name: "Front",
  2402. image: {
  2403. source: "./media/characters/draylen/front.svg"
  2404. }
  2405. }
  2406. },
  2407. [
  2408. {
  2409. name: "Macro",
  2410. height: math.unit(150, "feet"),
  2411. default: true
  2412. }
  2413. ]
  2414. ))
  2415. characterMakers.push(() => makeCharacter(
  2416. { name: "Chez" },
  2417. {
  2418. front: {
  2419. height: math.unit(7 + 9 / 12, "feet"),
  2420. weight: math.unit(379, "lbs"),
  2421. name: "Front",
  2422. image: {
  2423. source: "./media/characters/chez/front.svg"
  2424. }
  2425. },
  2426. side: {
  2427. height: math.unit(7 + 9 / 12, "feet"),
  2428. weight: math.unit(379, "lbs"),
  2429. name: "Side",
  2430. image: {
  2431. source: "./media/characters/chez/side.svg"
  2432. }
  2433. }
  2434. },
  2435. [
  2436. {
  2437. name: "Normal",
  2438. height: math.unit(7 + 9 / 12, "feet"),
  2439. default: true
  2440. },
  2441. {
  2442. name: "God King",
  2443. height: math.unit(9750000, "meters")
  2444. }
  2445. ]
  2446. ))
  2447. characterMakers.push(() => makeCharacter(
  2448. { name: "Kaylum" },
  2449. {
  2450. front: {
  2451. height: math.unit(6, "feet"),
  2452. weight: math.unit(275, "lbs"),
  2453. name: "Front",
  2454. image: {
  2455. source: "./media/characters/kaylum/front.svg",
  2456. bottom: 0.01,
  2457. extra: 1166 / 1031
  2458. }
  2459. },
  2460. frontWingless: {
  2461. height: math.unit(6, "feet"),
  2462. weight: math.unit(275, "lbs"),
  2463. name: "Front (Wingless)",
  2464. image: {
  2465. source: "./media/characters/kaylum/front-wingless.svg",
  2466. bottom: 0.01,
  2467. extra: 1117 / 1031
  2468. }
  2469. }
  2470. },
  2471. [
  2472. {
  2473. name: "Normal",
  2474. height: math.unit(3.05, "meters")
  2475. },
  2476. {
  2477. name: "Master",
  2478. height: math.unit(5.5, "meters")
  2479. },
  2480. {
  2481. name: "Rampage",
  2482. height: math.unit(19, "meters")
  2483. },
  2484. {
  2485. name: "Macro Lite",
  2486. height: math.unit(37, "meters")
  2487. },
  2488. {
  2489. name: "Hyper Predator",
  2490. height: math.unit(61, "meters")
  2491. },
  2492. {
  2493. name: "Macro",
  2494. height: math.unit(138, "meters"),
  2495. default: true
  2496. }
  2497. ]
  2498. ))
  2499. characterMakers.push(() => makeCharacter(
  2500. { name: "Geta" },
  2501. {
  2502. front: {
  2503. height: math.unit(6, "feet"),
  2504. weight: math.unit(150, "lbs"),
  2505. name: "Front",
  2506. image: {
  2507. source: "./media/characters/geta/front.svg"
  2508. }
  2509. }
  2510. },
  2511. [
  2512. {
  2513. name: "Micro",
  2514. height: math.unit(3, "inches"),
  2515. default: true
  2516. },
  2517. {
  2518. name: "Normal",
  2519. height: math.unit(5 + 5 / 12, "feet")
  2520. }
  2521. ]
  2522. ))
  2523. characterMakers.push(() => makeCharacter(
  2524. { name: "Tyrnn" },
  2525. {
  2526. front: {
  2527. height: math.unit(6, "feet"),
  2528. weight: math.unit(300, "lbs"),
  2529. name: "Front",
  2530. image: {
  2531. source: "./media/characters/tyrnn/front.svg"
  2532. }
  2533. }
  2534. },
  2535. [
  2536. {
  2537. name: "Main Height",
  2538. height: math.unit(355, "feet"),
  2539. default: true
  2540. },
  2541. {
  2542. name: "Fave. Height",
  2543. height: math.unit(2400, "feet")
  2544. }
  2545. ]
  2546. ))
  2547. characterMakers.push(() => makeCharacter(
  2548. { name: "Apple" },
  2549. {
  2550. front: {
  2551. height: math.unit(6, "feet"),
  2552. weight: math.unit(300, "lbs"),
  2553. name: "Front",
  2554. image: {
  2555. source: "./media/characters/appledectomy/front.svg"
  2556. }
  2557. }
  2558. },
  2559. [
  2560. {
  2561. name: "Macro",
  2562. height: math.unit(2500, "feet")
  2563. },
  2564. {
  2565. name: "Megamacro",
  2566. height: math.unit(50, "miles"),
  2567. default: true
  2568. },
  2569. {
  2570. name: "Gigamacro",
  2571. height: math.unit(5000, "miles")
  2572. },
  2573. {
  2574. name: "Teramacro",
  2575. height: math.unit(250000, "miles")
  2576. },
  2577. ]
  2578. ))
  2579. characterMakers.push(() => makeCharacter(
  2580. { name: "Vulpes" },
  2581. {
  2582. front: {
  2583. height: math.unit(6, "feet"),
  2584. weight: math.unit(200, "lbs"),
  2585. name: "Front",
  2586. image: {
  2587. source: "./media/characters/vulpes/front.svg",
  2588. extra: 573 / 543,
  2589. bottom: 0.033
  2590. }
  2591. },
  2592. side: {
  2593. height: math.unit(6, "feet"),
  2594. weight: math.unit(200, "lbs"),
  2595. name: "Side",
  2596. image: {
  2597. source: "./media/characters/vulpes/side.svg",
  2598. extra: 573 / 543,
  2599. bottom: 0.01
  2600. }
  2601. },
  2602. back: {
  2603. height: math.unit(6, "feet"),
  2604. weight: math.unit(200, "lbs"),
  2605. name: "Back",
  2606. image: {
  2607. source: "./media/characters/vulpes/back.svg",
  2608. extra: 573 / 543,
  2609. }
  2610. },
  2611. feet: {
  2612. height: math.unit(1.276, "feet"),
  2613. name: "Feet",
  2614. image: {
  2615. source: "./media/characters/vulpes/feet.svg"
  2616. }
  2617. },
  2618. maw: {
  2619. height: math.unit(1.18, "feet"),
  2620. name: "Maw",
  2621. image: {
  2622. source: "./media/characters/vulpes/maw.svg"
  2623. }
  2624. },
  2625. },
  2626. [
  2627. {
  2628. name: "Micro",
  2629. height: math.unit(2, "inches")
  2630. },
  2631. {
  2632. name: "Normal",
  2633. height: math.unit(6.3, "feet")
  2634. },
  2635. {
  2636. name: "Macro",
  2637. height: math.unit(850, "feet")
  2638. },
  2639. {
  2640. name: "Megamacro",
  2641. height: math.unit(7500, "feet"),
  2642. default: true
  2643. },
  2644. {
  2645. name: "Gigamacro",
  2646. height: math.unit(570000, "miles")
  2647. }
  2648. ]
  2649. ))
  2650. characterMakers.push(() => makeCharacter(
  2651. { name: "Rain Fallen" },
  2652. {
  2653. front: {
  2654. height: math.unit(6, "feet"),
  2655. weight: math.unit(210, "lbs"),
  2656. name: "Front",
  2657. image: {
  2658. source: "./media/characters/rain-fallen/front.svg"
  2659. }
  2660. },
  2661. side: {
  2662. height: math.unit(6, "feet"),
  2663. weight: math.unit(210, "lbs"),
  2664. name: "Side",
  2665. image: {
  2666. source: "./media/characters/rain-fallen/side.svg"
  2667. }
  2668. },
  2669. back: {
  2670. height: math.unit(6, "feet"),
  2671. weight: math.unit(210, "lbs"),
  2672. name: "Back",
  2673. image: {
  2674. source: "./media/characters/rain-fallen/back.svg"
  2675. }
  2676. },
  2677. feral: {
  2678. height: math.unit(9, "feet"),
  2679. weight: math.unit(700, "lbs"),
  2680. name: "Feral",
  2681. image: {
  2682. source: "./media/characters/rain-fallen/feral.svg"
  2683. }
  2684. },
  2685. },
  2686. [
  2687. {
  2688. name: "Normal",
  2689. height: math.unit(5, "meter")
  2690. },
  2691. {
  2692. name: "Macro",
  2693. height: math.unit(150, "meter"),
  2694. default: true
  2695. },
  2696. {
  2697. name: "Megamacro",
  2698. height: math.unit(278e6, "meter")
  2699. },
  2700. {
  2701. name: "Gigamacro",
  2702. height: math.unit(2e9, "meter")
  2703. },
  2704. {
  2705. name: "Teramacro",
  2706. height: math.unit(8e12, "meter")
  2707. },
  2708. {
  2709. name: "Devourer",
  2710. height: math.unit(14, "zettameters")
  2711. },
  2712. {
  2713. name: "Scarlet King",
  2714. height: math.unit(18, "yottameters")
  2715. },
  2716. {
  2717. name: "Void",
  2718. height: math.unit(6.66e66, "yottameters")
  2719. }
  2720. ]
  2721. ))
  2722. characterMakers.push(() => makeCharacter(
  2723. { name: "Zaakira" },
  2724. {
  2725. standing: {
  2726. height: math.unit(6, "feet"),
  2727. weight: math.unit(180, "lbs"),
  2728. name: "Standing",
  2729. image: {
  2730. source: "./media/characters/zaakira/standing.svg"
  2731. }
  2732. },
  2733. laying: {
  2734. height: math.unit(3, "feet"),
  2735. weight: math.unit(180, "lbs"),
  2736. name: "Laying",
  2737. image: {
  2738. source: "./media/characters/zaakira/laying.svg"
  2739. }
  2740. },
  2741. },
  2742. [
  2743. {
  2744. name: "Normal",
  2745. height: math.unit(12, "feet")
  2746. },
  2747. {
  2748. name: "Macro",
  2749. height: math.unit(279, "feet"),
  2750. default: true
  2751. }
  2752. ]
  2753. ))
  2754. characterMakers.push(() => makeCharacter(
  2755. { name: "Sigvald" },
  2756. {
  2757. front: {
  2758. height: math.unit(6, "feet"),
  2759. weight: math.unit(250, "lbs"),
  2760. name: "Front",
  2761. image: {
  2762. source: "./media/characters/sigvald/front.svg",
  2763. extra: 1000 / 850
  2764. }
  2765. },
  2766. back: {
  2767. height: math.unit(6, "feet"),
  2768. weight: math.unit(250, "lbs"),
  2769. name: "Back",
  2770. image: {
  2771. source: "./media/characters/sigvald/back.svg"
  2772. }
  2773. },
  2774. },
  2775. [
  2776. {
  2777. name: "Normal",
  2778. height: math.unit(8, "feet")
  2779. },
  2780. {
  2781. name: "Large",
  2782. height: math.unit(12, "feet")
  2783. },
  2784. {
  2785. name: "Larger",
  2786. height: math.unit(20, "feet")
  2787. },
  2788. {
  2789. name: "Macro",
  2790. height: math.unit(150, "feet")
  2791. },
  2792. {
  2793. name: "Macro+",
  2794. height: math.unit(200, "feet"),
  2795. default: true
  2796. },
  2797. ]
  2798. ))
  2799. characterMakers.push(() => makeCharacter(
  2800. { name: "Scott" },
  2801. {
  2802. side: {
  2803. height: math.unit(12, "feet"),
  2804. weight: math.unit(2000, "kg"),
  2805. name: "Side",
  2806. image: {
  2807. source: "./media/characters/scott/side.svg",
  2808. extra: 754/724,
  2809. bottom: 0.069
  2810. }
  2811. },
  2812. upright: {
  2813. height: math.unit(12, "feet"),
  2814. weight: math.unit(2000, "kg"),
  2815. name: "Upright",
  2816. image: {
  2817. source: "./media/characters/scott/upright.svg",
  2818. extra: 3881/3722,
  2819. bottom: 0.05
  2820. }
  2821. },
  2822. },
  2823. [
  2824. {
  2825. name: "Normal",
  2826. height: math.unit(12, "feet"),
  2827. default: true
  2828. },
  2829. ]
  2830. ))
  2831. characterMakers.push(() => makeCharacter(
  2832. { name: "Tobias" },
  2833. {
  2834. side: {
  2835. height: math.unit(8, "meters"),
  2836. weight: math.unit(84755, "lbs"),
  2837. name: "Side",
  2838. image: {
  2839. source: "./media/characters/tobias/side.svg",
  2840. extra: 1474 / 1096,
  2841. bottom: 38.9 / 1513.1235
  2842. }
  2843. },
  2844. },
  2845. [
  2846. {
  2847. name: "Normal",
  2848. height: math.unit(8, "meters"),
  2849. default: true
  2850. },
  2851. ]
  2852. ))
  2853. characterMakers.push(() => makeCharacter(
  2854. { name: "Kieran" },
  2855. {
  2856. front: {
  2857. height: math.unit(5.5, "feet"),
  2858. weight: math.unit(400, "lbs"),
  2859. name: "Front",
  2860. image: {
  2861. source: "./media/characters/kieran/front.svg",
  2862. extra: 2694/2364,
  2863. bottom: 217/2908
  2864. }
  2865. },
  2866. side: {
  2867. height: math.unit(5.5, "feet"),
  2868. weight: math.unit(400, "lbs"),
  2869. name: "Side",
  2870. image: {
  2871. source: "./media/characters/kieran/side.svg",
  2872. extra: 875/777,
  2873. bottom: 84.6/959
  2874. }
  2875. },
  2876. },
  2877. [
  2878. {
  2879. name: "Normal",
  2880. height: math.unit(5.5, "feet"),
  2881. default: true
  2882. },
  2883. ]
  2884. ))
  2885. characterMakers.push(() => makeCharacter(
  2886. { name: "Sanya" },
  2887. {
  2888. side: {
  2889. height: math.unit(2, "meters"),
  2890. weight: math.unit(70, "kg"),
  2891. name: "Side",
  2892. image: {
  2893. source: "./media/characters/sanya/side.svg",
  2894. bottom: 0.02,
  2895. extra: 1.02
  2896. }
  2897. },
  2898. },
  2899. [
  2900. {
  2901. name: "Small",
  2902. height: math.unit(2, "meters")
  2903. },
  2904. {
  2905. name: "Normal",
  2906. height: math.unit(3, "meters")
  2907. },
  2908. {
  2909. name: "Macro",
  2910. height: math.unit(16, "meters"),
  2911. default: true
  2912. },
  2913. ]
  2914. ))
  2915. characterMakers.push(() => makeCharacter(
  2916. { name: "Miranda" },
  2917. {
  2918. side: {
  2919. height: math.unit(2, "meters"),
  2920. weight: math.unit(120, "kg"),
  2921. name: "Front",
  2922. image: {
  2923. source: "./media/characters/miranda/front.svg",
  2924. extra: 10.6 / 10
  2925. }
  2926. },
  2927. },
  2928. [
  2929. {
  2930. name: "Normal",
  2931. height: math.unit(10, "feet"),
  2932. default: true
  2933. }
  2934. ]
  2935. ))
  2936. characterMakers.push(() => makeCharacter(
  2937. { name: "James" },
  2938. {
  2939. side: {
  2940. height: math.unit(2, "meters"),
  2941. weight: math.unit(100, "kg"),
  2942. name: "Front",
  2943. image: {
  2944. source: "./media/characters/james/front.svg",
  2945. extra: 10 / 8.5
  2946. }
  2947. },
  2948. },
  2949. [
  2950. {
  2951. name: "Normal",
  2952. height: math.unit(8.5, "feet"),
  2953. default: true
  2954. }
  2955. ]
  2956. ))
  2957. characterMakers.push(() => makeCharacter(
  2958. { name: "Heather" },
  2959. {
  2960. side: {
  2961. height: math.unit(9.5, "feet"),
  2962. weight: math.unit(2500, "lbs"),
  2963. name: "Side",
  2964. image: {
  2965. source: "./media/characters/heather/side.svg"
  2966. }
  2967. },
  2968. },
  2969. [
  2970. {
  2971. name: "Normal",
  2972. height: math.unit(9.5, "feet"),
  2973. default: true
  2974. }
  2975. ]
  2976. ))
  2977. characterMakers.push(() => makeCharacter(
  2978. { name: "Lukas" },
  2979. {
  2980. side: {
  2981. height: math.unit(6.5, "feet"),
  2982. weight: math.unit(400, "lbs"),
  2983. name: "Side",
  2984. image: {
  2985. source: "./media/characters/lukas/side.svg",
  2986. extra: 7.25 / 6.5
  2987. }
  2988. },
  2989. },
  2990. [
  2991. {
  2992. name: "Normal",
  2993. height: math.unit(6.5, "feet"),
  2994. default: true
  2995. }
  2996. ]
  2997. ))
  2998. characterMakers.push(() => makeCharacter(
  2999. { name: "Louise" },
  3000. {
  3001. side: {
  3002. height: math.unit(5, "feet"),
  3003. weight: math.unit(3000, "lbs"),
  3004. name: "Side",
  3005. image: {
  3006. source: "./media/characters/louise/side.svg"
  3007. }
  3008. },
  3009. },
  3010. [
  3011. {
  3012. name: "Normal",
  3013. height: math.unit(5, "feet"),
  3014. default: true
  3015. }
  3016. ]
  3017. ))
  3018. characterMakers.push(() => makeCharacter(
  3019. { name: "Ramona" },
  3020. {
  3021. side: {
  3022. height: math.unit(6, "feet"),
  3023. weight: math.unit(150, "lbs"),
  3024. name: "Side",
  3025. image: {
  3026. source: "./media/characters/ramona/side.svg"
  3027. }
  3028. },
  3029. },
  3030. [
  3031. {
  3032. name: "Normal",
  3033. height: math.unit(5.3, "meters"),
  3034. default: true
  3035. },
  3036. {
  3037. name: "Macro",
  3038. height: math.unit(20, "stories")
  3039. },
  3040. {
  3041. name: "Macro+",
  3042. height: math.unit(50, "stories")
  3043. },
  3044. ]
  3045. ))
  3046. characterMakers.push(() => makeCharacter(
  3047. { name: "Deerpuff" },
  3048. {
  3049. standing: {
  3050. height: math.unit(5.75, "feet"),
  3051. weight: math.unit(160, "lbs"),
  3052. name: "Standing",
  3053. image: {
  3054. source: "./media/characters/deerpuff/standing.svg",
  3055. extra: 682 / 624
  3056. }
  3057. },
  3058. sitting: {
  3059. height: math.unit(5.75 / 1.79, "feet"),
  3060. weight: math.unit(160, "lbs"),
  3061. name: "Sitting",
  3062. image: {
  3063. source: "./media/characters/deerpuff/sitting.svg",
  3064. bottom: 44 / 400,
  3065. extra: 1
  3066. }
  3067. },
  3068. taurLaying: {
  3069. height: math.unit(6, "feet"),
  3070. weight: math.unit(400, "lbs"),
  3071. name: "Taur (Laying)",
  3072. image: {
  3073. source: "./media/characters/deerpuff/taur-laying.svg"
  3074. }
  3075. },
  3076. },
  3077. [
  3078. {
  3079. name: "Puffball",
  3080. height: math.unit(6, "inches")
  3081. },
  3082. {
  3083. name: "Normalpuff",
  3084. height: math.unit(5.75, "feet")
  3085. },
  3086. {
  3087. name: "Macropuff",
  3088. height: math.unit(1500, "feet"),
  3089. default: true
  3090. },
  3091. {
  3092. name: "Megapuff",
  3093. height: math.unit(500, "miles")
  3094. },
  3095. {
  3096. name: "Gigapuff",
  3097. height: math.unit(250000, "miles")
  3098. },
  3099. {
  3100. name: "Omegapuff",
  3101. height: math.unit(1000, "lightyears")
  3102. },
  3103. ]
  3104. ))
  3105. characterMakers.push(() => makeCharacter(
  3106. { name: "Vivian" },
  3107. {
  3108. stomping: {
  3109. height: math.unit(6, "feet"),
  3110. weight: math.unit(170, "lbs"),
  3111. name: "Stomping",
  3112. image: {
  3113. source: "./media/characters/vivian/stomping.svg"
  3114. }
  3115. },
  3116. sitting: {
  3117. height: math.unit(6 / 1.75, "feet"),
  3118. weight: math.unit(170, "lbs"),
  3119. name: "Sitting",
  3120. image: {
  3121. source: "./media/characters/vivian/sitting.svg",
  3122. bottom: 1 / 6.4,
  3123. extra: 1,
  3124. }
  3125. },
  3126. },
  3127. [
  3128. {
  3129. name: "Normal",
  3130. height: math.unit(7, "feet"),
  3131. default: true
  3132. },
  3133. {
  3134. name: "Macro",
  3135. height: math.unit(10, "stories")
  3136. },
  3137. {
  3138. name: "Macro+",
  3139. height: math.unit(30, "stories")
  3140. },
  3141. {
  3142. name: "Megamacro",
  3143. height: math.unit(10, "miles")
  3144. },
  3145. {
  3146. name: "Megamacro+",
  3147. height: math.unit(2750000, "meters")
  3148. },
  3149. ]
  3150. ))
  3151. characterMakers.push(() => makeCharacter(
  3152. { name: "Prince" },
  3153. {
  3154. front: {
  3155. height: math.unit(6, "feet"),
  3156. weight: math.unit(160, "lbs"),
  3157. name: "Front",
  3158. image: {
  3159. source: "./media/characters/prince/front.svg",
  3160. extra: 3400 / 3000
  3161. }
  3162. },
  3163. jumping: {
  3164. height: math.unit(6, "feet"),
  3165. weight: math.unit(160, "lbs"),
  3166. name: "Jumping",
  3167. image: {
  3168. source: "./media/characters/prince/jump.svg",
  3169. extra: 2555 / 2134
  3170. }
  3171. },
  3172. },
  3173. [
  3174. {
  3175. name: "Normal",
  3176. height: math.unit(7.75, "feet"),
  3177. default: true
  3178. },
  3179. {
  3180. name: "Not cute",
  3181. height: math.unit(17, "feet")
  3182. },
  3183. {
  3184. name: "I said NOT",
  3185. height: math.unit(91, "feet")
  3186. },
  3187. {
  3188. name: "Please stop",
  3189. height: math.unit(560, "feet")
  3190. },
  3191. {
  3192. name: "What have you done",
  3193. height: math.unit(2200, "feet")
  3194. },
  3195. {
  3196. name: "Deer God",
  3197. height: math.unit(3.6, "miles")
  3198. },
  3199. ]
  3200. ))
  3201. characterMakers.push(() => makeCharacter(
  3202. { name: "Psymon" },
  3203. {
  3204. standing: {
  3205. height: math.unit(6, "feet"),
  3206. weight: math.unit(300, "lbs"),
  3207. name: "Standing",
  3208. image: {
  3209. source: "./media/characters/psymon/standing.svg",
  3210. extra: 1888 / 1810,
  3211. bottom: 0.05
  3212. }
  3213. },
  3214. slithering: {
  3215. height: math.unit(6, "feet"),
  3216. weight: math.unit(300, "lbs"),
  3217. name: "Slithering",
  3218. image: {
  3219. source: "./media/characters/psymon/slithering.svg",
  3220. extra: 1330 / 1224
  3221. }
  3222. },
  3223. slitheringAlt: {
  3224. height: math.unit(6, "feet"),
  3225. weight: math.unit(300, "lbs"),
  3226. name: "Slithering (Alt)",
  3227. image: {
  3228. source: "./media/characters/psymon/slithering-alt.svg",
  3229. extra: 1330 / 1224
  3230. }
  3231. },
  3232. },
  3233. [
  3234. {
  3235. name: "Normal",
  3236. height: math.unit(11.25, "feet"),
  3237. default: true
  3238. },
  3239. {
  3240. name: "Large",
  3241. height: math.unit(27, "feet")
  3242. },
  3243. {
  3244. name: "Giant",
  3245. height: math.unit(87, "feet")
  3246. },
  3247. {
  3248. name: "Macro",
  3249. height: math.unit(365, "feet")
  3250. },
  3251. {
  3252. name: "Megamacro",
  3253. height: math.unit(3, "miles")
  3254. },
  3255. {
  3256. name: "World Serpent",
  3257. height: math.unit(8000, "miles")
  3258. },
  3259. ]
  3260. ))
  3261. characterMakers.push(() => makeCharacter(
  3262. { name: "Daimos" },
  3263. {
  3264. front: {
  3265. height: math.unit(6, "feet"),
  3266. weight: math.unit(180, "lbs"),
  3267. name: "Front",
  3268. image: {
  3269. source: "./media/characters/daimos/front.svg",
  3270. extra: 4160 / 3897,
  3271. bottom: 0.021
  3272. }
  3273. }
  3274. },
  3275. [
  3276. {
  3277. name: "Normal",
  3278. height: math.unit(8, "feet"),
  3279. default: true
  3280. },
  3281. {
  3282. name: "Big Dog",
  3283. height: math.unit(22, "feet")
  3284. },
  3285. {
  3286. name: "Macro",
  3287. height: math.unit(127, "feet")
  3288. },
  3289. {
  3290. name: "Megamacro",
  3291. height: math.unit(3600, "feet")
  3292. },
  3293. ]
  3294. ))
  3295. characterMakers.push(() => makeCharacter(
  3296. { name: "Blake" },
  3297. {
  3298. side: {
  3299. height: math.unit(6, "feet"),
  3300. weight: math.unit(180, "lbs"),
  3301. name: "Side",
  3302. image: {
  3303. source: "./media/characters/blake/side.svg",
  3304. extra: 1212 / 1120,
  3305. bottom: 0.05
  3306. }
  3307. },
  3308. crouched: {
  3309. height: math.unit(6 * 0.57, "feet"),
  3310. weight: math.unit(180, "lbs"),
  3311. name: "Crouched",
  3312. image: {
  3313. source: "./media/characters/blake/crouched.svg",
  3314. extra: 840 / 587,
  3315. bottom: 0.04
  3316. }
  3317. },
  3318. bent: {
  3319. height: math.unit(6 * 0.75, "feet"),
  3320. weight: math.unit(180, "lbs"),
  3321. name: "Bent",
  3322. image: {
  3323. source: "./media/characters/blake/bent.svg",
  3324. extra: 592 / 544,
  3325. bottom: 0.035
  3326. }
  3327. },
  3328. },
  3329. [
  3330. {
  3331. name: "Normal",
  3332. height: math.unit(8 + 1 / 6, "feet"),
  3333. default: true
  3334. },
  3335. {
  3336. name: "Big Backside",
  3337. height: math.unit(37, "feet")
  3338. },
  3339. {
  3340. name: "Subway Shredder",
  3341. height: math.unit(72, "feet")
  3342. },
  3343. {
  3344. name: "City Carver",
  3345. height: math.unit(1675, "feet")
  3346. },
  3347. {
  3348. name: "Tectonic Tweaker",
  3349. height: math.unit(2300, "miles")
  3350. },
  3351. ]
  3352. ))
  3353. characterMakers.push(() => makeCharacter(
  3354. { name: "Guisetto" },
  3355. {
  3356. front: {
  3357. height: math.unit(6, "feet"),
  3358. weight: math.unit(180, "lbs"),
  3359. name: "Front",
  3360. image: {
  3361. source: "./media/characters/guisetto/front.svg",
  3362. extra: 856 / 817,
  3363. bottom: 0.06
  3364. }
  3365. },
  3366. airborne: {
  3367. height: math.unit(6, "feet"),
  3368. weight: math.unit(180, "lbs"),
  3369. name: "Airborne",
  3370. image: {
  3371. source: "./media/characters/guisetto/airborne.svg",
  3372. extra: 584 / 525
  3373. }
  3374. },
  3375. },
  3376. [
  3377. {
  3378. name: "Normal",
  3379. height: math.unit(10 + 11 / 12, "feet"),
  3380. default: true
  3381. },
  3382. {
  3383. name: "Large",
  3384. height: math.unit(35, "feet")
  3385. },
  3386. {
  3387. name: "Macro",
  3388. height: math.unit(475, "feet")
  3389. },
  3390. ]
  3391. ))
  3392. characterMakers.push(() => makeCharacter(
  3393. { name: "Luxor" },
  3394. {
  3395. front: {
  3396. height: math.unit(6, "feet"),
  3397. weight: math.unit(180, "lbs"),
  3398. name: "Front",
  3399. image: {
  3400. source: "./media/characters/luxor/front.svg",
  3401. extra: 2940 / 2152
  3402. }
  3403. },
  3404. back: {
  3405. height: math.unit(6, "feet"),
  3406. weight: math.unit(180, "lbs"),
  3407. name: "Back",
  3408. image: {
  3409. source: "./media/characters/luxor/back.svg",
  3410. extra: 1083 / 960
  3411. }
  3412. },
  3413. },
  3414. [
  3415. {
  3416. name: "Normal",
  3417. height: math.unit(5 + 5 / 6, "feet"),
  3418. default: true
  3419. },
  3420. {
  3421. name: "Lamp",
  3422. height: math.unit(50, "feet")
  3423. },
  3424. {
  3425. name: "Lämp",
  3426. height: math.unit(300, "feet")
  3427. },
  3428. {
  3429. name: "The sun is a lamp",
  3430. height: math.unit(250000, "miles")
  3431. },
  3432. ]
  3433. ))
  3434. characterMakers.push(() => makeCharacter(
  3435. { name: "Huoyan" },
  3436. {
  3437. front: {
  3438. height: math.unit(6, "feet"),
  3439. weight: math.unit(50, "lbs"),
  3440. name: "Front",
  3441. image: {
  3442. source: "./media/characters/huoyan/front.svg"
  3443. }
  3444. },
  3445. side: {
  3446. height: math.unit(6, "feet"),
  3447. weight: math.unit(180, "lbs"),
  3448. name: "Side",
  3449. image: {
  3450. source: "./media/characters/huoyan/side.svg"
  3451. }
  3452. },
  3453. },
  3454. [
  3455. {
  3456. name: "Chef",
  3457. height: math.unit(9, "feet")
  3458. },
  3459. {
  3460. name: "Normal",
  3461. height: math.unit(65, "feet"),
  3462. default: true
  3463. },
  3464. {
  3465. name: "Macro",
  3466. height: math.unit(780, "feet")
  3467. },
  3468. {
  3469. name: "Flaming Mountain",
  3470. height: math.unit(4.8, "miles")
  3471. },
  3472. {
  3473. name: "Celestial",
  3474. height: math.unit(765000, "miles")
  3475. },
  3476. ]
  3477. ))
  3478. characterMakers.push(() => makeCharacter(
  3479. { name: "Tails" },
  3480. {
  3481. front: {
  3482. height: math.unit(5 + 3 / 4, "feet"),
  3483. weight: math.unit(120, "lbs"),
  3484. name: "Front",
  3485. image: {
  3486. source: "./media/characters/tails/front.svg"
  3487. }
  3488. }
  3489. },
  3490. [
  3491. {
  3492. name: "Normal",
  3493. height: math.unit(5 + 3 / 4, "feet"),
  3494. default: true
  3495. }
  3496. ]
  3497. ))
  3498. characterMakers.push(() => makeCharacter(
  3499. { name: "Rainy" },
  3500. {
  3501. front: {
  3502. height: math.unit(4, "feet"),
  3503. weight: math.unit(50, "lbs"),
  3504. name: "Front",
  3505. image: {
  3506. source: "./media/characters/rainy/front.svg"
  3507. }
  3508. }
  3509. },
  3510. [
  3511. {
  3512. name: "Macro",
  3513. height: math.unit(800, "feet"),
  3514. default: true
  3515. }
  3516. ]
  3517. ))
  3518. characterMakers.push(() => makeCharacter(
  3519. { name: "Rainier" },
  3520. {
  3521. front: {
  3522. height: math.unit(6, "feet"),
  3523. weight: math.unit(150, "lbs"),
  3524. name: "Front",
  3525. image: {
  3526. source: "./media/characters/rainier/front.svg"
  3527. }
  3528. }
  3529. },
  3530. [
  3531. {
  3532. name: "Micro",
  3533. height: math.unit(2, "mm"),
  3534. default: true
  3535. }
  3536. ]
  3537. ))
  3538. characterMakers.push(() => makeCharacter(
  3539. { name: "Andy" },
  3540. {
  3541. front: {
  3542. height: math.unit(6, "feet"),
  3543. weight: math.unit(180, "lbs"),
  3544. name: "Front",
  3545. image: {
  3546. source: "./media/characters/andy/front.svg"
  3547. }
  3548. }
  3549. },
  3550. [
  3551. {
  3552. name: "Normal",
  3553. height: math.unit(8, "feet"),
  3554. default: true
  3555. },
  3556. {
  3557. name: "Macro",
  3558. height: math.unit(1000, "feet")
  3559. },
  3560. {
  3561. name: "Megamacro",
  3562. height: math.unit(5, "miles")
  3563. },
  3564. {
  3565. name: "Gigamacro",
  3566. height: math.unit(5000, "miles")
  3567. },
  3568. ]
  3569. ))
  3570. characterMakers.push(() => makeCharacter(
  3571. { name: "Cimmaron" },
  3572. {
  3573. front: {
  3574. height: math.unit(6, "feet"),
  3575. weight: math.unit(210, "lbs"),
  3576. name: "Front",
  3577. image: {
  3578. source: "./media/characters/cimmaron/front-sfw.svg",
  3579. extra: 701 / 676,
  3580. bottom: 0.046
  3581. }
  3582. },
  3583. back: {
  3584. height: math.unit(6, "feet"),
  3585. weight: math.unit(210, "lbs"),
  3586. name: "Back",
  3587. image: {
  3588. source: "./media/characters/cimmaron/back-sfw.svg",
  3589. extra: 701 / 676,
  3590. bottom: 0.046
  3591. }
  3592. },
  3593. frontNsfw: {
  3594. height: math.unit(6, "feet"),
  3595. weight: math.unit(210, "lbs"),
  3596. name: "Front (NSFW)",
  3597. image: {
  3598. source: "./media/characters/cimmaron/front-nsfw.svg",
  3599. extra: 701 / 676,
  3600. bottom: 0.046
  3601. }
  3602. },
  3603. backNsfw: {
  3604. height: math.unit(6, "feet"),
  3605. weight: math.unit(210, "lbs"),
  3606. name: "Back (NSFW)",
  3607. image: {
  3608. source: "./media/characters/cimmaron/back-nsfw.svg",
  3609. extra: 701 / 676,
  3610. bottom: 0.046
  3611. }
  3612. },
  3613. dick: {
  3614. height: math.unit(1.714, "feet"),
  3615. name: "Dick",
  3616. image: {
  3617. source: "./media/characters/cimmaron/dick.svg"
  3618. }
  3619. },
  3620. },
  3621. [
  3622. {
  3623. name: "Normal",
  3624. height: math.unit(6, "feet"),
  3625. default: true
  3626. },
  3627. {
  3628. name: "Macro Mayor",
  3629. height: math.unit(350, "meters")
  3630. },
  3631. ]
  3632. ))
  3633. characterMakers.push(() => makeCharacter(
  3634. { name: "Akari Kaen" },
  3635. {
  3636. front: {
  3637. height: math.unit(6, "feet"),
  3638. weight: math.unit(200, "lbs"),
  3639. name: "Front",
  3640. image: {
  3641. source: "./media/characters/akari/front.svg",
  3642. extra: 962 / 901,
  3643. bottom: 0.04
  3644. }
  3645. }
  3646. },
  3647. [
  3648. {
  3649. name: "Micro",
  3650. height: math.unit(5, "inches"),
  3651. default: true
  3652. },
  3653. {
  3654. name: "Normal",
  3655. height: math.unit(7, "feet")
  3656. },
  3657. ]
  3658. ))
  3659. characterMakers.push(() => makeCharacter(
  3660. { name: "Cynosura" },
  3661. {
  3662. front: {
  3663. height: math.unit(6, "feet"),
  3664. weight: math.unit(140, "lbs"),
  3665. name: "Front",
  3666. image: {
  3667. source: "./media/characters/cynosura/front.svg",
  3668. extra: 896 / 847
  3669. }
  3670. },
  3671. back: {
  3672. height: math.unit(6, "feet"),
  3673. weight: math.unit(140, "lbs"),
  3674. name: "Back",
  3675. image: {
  3676. source: "./media/characters/cynosura/back.svg",
  3677. extra: 1365 / 1250
  3678. }
  3679. },
  3680. },
  3681. [
  3682. {
  3683. name: "Micro",
  3684. height: math.unit(4, "inches")
  3685. },
  3686. {
  3687. name: "Normal",
  3688. height: math.unit(5.75, "feet"),
  3689. default: true
  3690. },
  3691. {
  3692. name: "Tall",
  3693. height: math.unit(10, "feet")
  3694. },
  3695. {
  3696. name: "Big",
  3697. height: math.unit(20, "feet")
  3698. },
  3699. {
  3700. name: "Macro",
  3701. height: math.unit(50, "feet")
  3702. },
  3703. ]
  3704. ))
  3705. characterMakers.push(() => makeCharacter(
  3706. { name: "Gin" },
  3707. {
  3708. front: {
  3709. height: math.unit(6, "feet"),
  3710. weight: math.unit(170, "lbs"),
  3711. name: "Front",
  3712. image: {
  3713. source: "./media/characters/gin/front.svg",
  3714. extra: 1.053,
  3715. bottom: 0.025
  3716. }
  3717. },
  3718. foot: {
  3719. height: math.unit(6 / 4.25, "feet"),
  3720. name: "Foot",
  3721. image: {
  3722. source: "./media/characters/gin/foot.svg"
  3723. }
  3724. },
  3725. sole: {
  3726. height: math.unit(6 / 4.40, "feet"),
  3727. name: "Sole",
  3728. image: {
  3729. source: "./media/characters/gin/sole.svg"
  3730. }
  3731. },
  3732. },
  3733. [
  3734. {
  3735. name: "Normal",
  3736. height: math.unit(13 + 2/12, "feet")
  3737. },
  3738. {
  3739. name: "Macro",
  3740. height: math.unit(1500, "feet")
  3741. },
  3742. {
  3743. name: "Megamacro",
  3744. height: math.unit(200, "miles"),
  3745. default: true
  3746. },
  3747. {
  3748. name: "Gigamacro",
  3749. height: math.unit(500, "megameters")
  3750. },
  3751. {
  3752. name: "Teramacro",
  3753. height: math.unit(15, "lightyears")
  3754. }
  3755. ]
  3756. ))
  3757. characterMakers.push(() => makeCharacter(
  3758. { name: "Guy" },
  3759. {
  3760. front: {
  3761. height: math.unit(6 + 1 / 6, "feet"),
  3762. weight: math.unit(178, "lbs"),
  3763. name: "Front",
  3764. image: {
  3765. source: "./media/characters/guy/front.svg"
  3766. }
  3767. }
  3768. },
  3769. [
  3770. {
  3771. name: "Normal",
  3772. height: math.unit(6 + 1 / 6, "feet"),
  3773. default: true
  3774. },
  3775. {
  3776. name: "Large",
  3777. height: math.unit(25 + 7 / 12, "feet")
  3778. },
  3779. {
  3780. name: "Macro",
  3781. height: math.unit(60 + 9 / 12, "feet")
  3782. },
  3783. {
  3784. name: "Macro+",
  3785. height: math.unit(246, "feet")
  3786. },
  3787. {
  3788. name: "Macro++",
  3789. height: math.unit(878, "feet")
  3790. }
  3791. ]
  3792. ))
  3793. characterMakers.push(() => makeCharacter(
  3794. { name: "Tiberius" },
  3795. {
  3796. front: {
  3797. height: math.unit(9, "feet"),
  3798. weight: math.unit(800, "lbs"),
  3799. name: "Front",
  3800. image: {
  3801. source: "./media/characters/tiberius/front.svg",
  3802. extra: 2295 / 2071
  3803. }
  3804. },
  3805. back: {
  3806. height: math.unit(9, "feet"),
  3807. weight: math.unit(800, "lbs"),
  3808. name: "Back",
  3809. image: {
  3810. source: "./media/characters/tiberius/back.svg",
  3811. extra: 2373 / 2160
  3812. }
  3813. },
  3814. },
  3815. [
  3816. {
  3817. name: "Normal",
  3818. height: math.unit(9, "feet"),
  3819. default: true
  3820. }
  3821. ]
  3822. ))
  3823. characterMakers.push(() => makeCharacter(
  3824. { name: "Surgo" },
  3825. {
  3826. front: {
  3827. height: math.unit(6, "feet"),
  3828. weight: math.unit(600, "lbs"),
  3829. name: "Front",
  3830. image: {
  3831. source: "./media/characters/surgo/front.svg",
  3832. extra: 3591 / 2227
  3833. }
  3834. },
  3835. back: {
  3836. height: math.unit(6, "feet"),
  3837. weight: math.unit(600, "lbs"),
  3838. name: "Back",
  3839. image: {
  3840. source: "./media/characters/surgo/back.svg",
  3841. extra: 3557 / 2228
  3842. }
  3843. },
  3844. laying: {
  3845. height: math.unit(6 * 0.85, "feet"),
  3846. weight: math.unit(600, "lbs"),
  3847. name: "Laying",
  3848. image: {
  3849. source: "./media/characters/surgo/laying.svg"
  3850. }
  3851. },
  3852. },
  3853. [
  3854. {
  3855. name: "Normal",
  3856. height: math.unit(6, "feet"),
  3857. default: true
  3858. }
  3859. ]
  3860. ))
  3861. characterMakers.push(() => makeCharacter(
  3862. { name: "Cibus" },
  3863. {
  3864. side: {
  3865. height: math.unit(6, "feet"),
  3866. weight: math.unit(150, "lbs"),
  3867. name: "Side",
  3868. image: {
  3869. source: "./media/characters/cibus/side.svg",
  3870. extra: 800 / 400
  3871. }
  3872. },
  3873. },
  3874. [
  3875. {
  3876. name: "Normal",
  3877. height: math.unit(6, "feet"),
  3878. default: true
  3879. }
  3880. ]
  3881. ))
  3882. characterMakers.push(() => makeCharacter(
  3883. { name: "Nibbles" },
  3884. {
  3885. front: {
  3886. height: math.unit(6, "feet"),
  3887. weight: math.unit(240, "lbs"),
  3888. name: "Front",
  3889. image: {
  3890. source: "./media/characters/nibbles/front.svg"
  3891. }
  3892. },
  3893. side: {
  3894. height: math.unit(6, "feet"),
  3895. weight: math.unit(240, "lbs"),
  3896. name: "Side",
  3897. image: {
  3898. source: "./media/characters/nibbles/side.svg"
  3899. }
  3900. },
  3901. },
  3902. [
  3903. {
  3904. name: "Normal",
  3905. height: math.unit(9, "feet"),
  3906. default: true
  3907. }
  3908. ]
  3909. ))
  3910. characterMakers.push(() => makeCharacter(
  3911. { name: "Rikky" },
  3912. {
  3913. side: {
  3914. height: math.unit(5 + 1 / 6, "feet"),
  3915. weight: math.unit(130, "lbs"),
  3916. name: "Side",
  3917. image: {
  3918. source: "./media/characters/rikky/side.svg"
  3919. }
  3920. },
  3921. },
  3922. [
  3923. {
  3924. name: "Normal",
  3925. height: math.unit(5 + 1 / 6, "feet")
  3926. },
  3927. {
  3928. name: "Macro",
  3929. height: math.unit(152, "feet"),
  3930. default: true
  3931. },
  3932. {
  3933. name: "Megamacro",
  3934. height: math.unit(7, "miles")
  3935. }
  3936. ]
  3937. ))
  3938. characterMakers.push(() => makeCharacter(
  3939. { name: "Malfressa" },
  3940. {
  3941. side: {
  3942. height: math.unit(370, "cm"),
  3943. weight: math.unit(350, "lbs"),
  3944. name: "Side",
  3945. image: {
  3946. source: "./media/characters/malfressa/side.svg"
  3947. }
  3948. },
  3949. walking: {
  3950. height: math.unit(370, "cm"),
  3951. weight: math.unit(350, "lbs"),
  3952. name: "Walking",
  3953. image: {
  3954. source: "./media/characters/malfressa/walking.svg"
  3955. }
  3956. },
  3957. feral: {
  3958. height: math.unit(2500, "cm"),
  3959. weight: math.unit(100000, "lbs"),
  3960. name: "Feral",
  3961. image: {
  3962. source: "./media/characters/malfressa/feral.svg",
  3963. extra: 2108 / 837,
  3964. bottom: 0.02
  3965. }
  3966. },
  3967. },
  3968. [
  3969. {
  3970. name: "Normal",
  3971. height: math.unit(370, "cm")
  3972. },
  3973. {
  3974. name: "Macro",
  3975. height: math.unit(300, "meters"),
  3976. default: true
  3977. }
  3978. ]
  3979. ))
  3980. characterMakers.push(() => makeCharacter(
  3981. { name: "Jaro" },
  3982. {
  3983. front: {
  3984. height: math.unit(6, "feet"),
  3985. weight: math.unit(60, "kg"),
  3986. name: "Front",
  3987. image: {
  3988. source: "./media/characters/jaro/front.svg"
  3989. }
  3990. },
  3991. back: {
  3992. height: math.unit(6, "feet"),
  3993. weight: math.unit(60, "kg"),
  3994. name: "Back",
  3995. image: {
  3996. source: "./media/characters/jaro/back.svg"
  3997. }
  3998. },
  3999. },
  4000. [
  4001. {
  4002. name: "Micro",
  4003. height: math.unit(7, "inches")
  4004. },
  4005. {
  4006. name: "Normal",
  4007. height: math.unit(5.5, "feet"),
  4008. default: true
  4009. },
  4010. {
  4011. name: "Minimacro",
  4012. height: math.unit(20, "feet")
  4013. },
  4014. {
  4015. name: "Macro",
  4016. height: math.unit(200, "meters")
  4017. }
  4018. ]
  4019. ))
  4020. characterMakers.push(() => makeCharacter(
  4021. { name: "Rogue" },
  4022. {
  4023. front: {
  4024. height: math.unit(6, "feet"),
  4025. weight: math.unit(195, "lb"),
  4026. name: "Front",
  4027. image: {
  4028. source: "./media/characters/rogue/front.svg"
  4029. }
  4030. },
  4031. },
  4032. [
  4033. {
  4034. name: "Macro",
  4035. height: math.unit(90, "feet"),
  4036. default: true
  4037. },
  4038. ]
  4039. ))
  4040. characterMakers.push(() => makeCharacter(
  4041. { name: "Piper" },
  4042. {
  4043. front: {
  4044. height: math.unit(5 + 8 / 12, "feet"),
  4045. weight: math.unit(140, "lb"),
  4046. name: "Front",
  4047. image: {
  4048. source: "./media/characters/piper/front.svg",
  4049. extra: 3928 / 3681
  4050. }
  4051. },
  4052. },
  4053. [
  4054. {
  4055. name: "Micro",
  4056. height: math.unit(2, "inches")
  4057. },
  4058. {
  4059. name: "Normal",
  4060. height: math.unit(5 + 8 / 12, "feet")
  4061. },
  4062. {
  4063. name: "Macro",
  4064. height: math.unit(250, "feet"),
  4065. default: true
  4066. },
  4067. {
  4068. name: "Megamacro",
  4069. height: math.unit(7, "miles")
  4070. },
  4071. ]
  4072. ))
  4073. characterMakers.push(() => makeCharacter(
  4074. { name: "Gemini" },
  4075. {
  4076. front: {
  4077. height: math.unit(6, "feet"),
  4078. weight: math.unit(220, "lb"),
  4079. name: "Front",
  4080. image: {
  4081. source: "./media/characters/gemini/front.svg"
  4082. }
  4083. },
  4084. back: {
  4085. height: math.unit(6, "feet"),
  4086. weight: math.unit(220, "lb"),
  4087. name: "Back",
  4088. image: {
  4089. source: "./media/characters/gemini/back.svg"
  4090. }
  4091. },
  4092. kneeling: {
  4093. height: math.unit(6 / 1.5, "feet"),
  4094. weight: math.unit(220, "lb"),
  4095. name: "Kneeling",
  4096. image: {
  4097. source: "./media/characters/gemini/kneeling.svg",
  4098. bottom: 0.02
  4099. }
  4100. },
  4101. },
  4102. [
  4103. {
  4104. name: "Macro",
  4105. height: math.unit(300, "meters"),
  4106. default: true
  4107. },
  4108. {
  4109. name: "Megamacro",
  4110. height: math.unit(6900, "meters")
  4111. },
  4112. ]
  4113. ))
  4114. characterMakers.push(() => makeCharacter(
  4115. { name: "Alicia" },
  4116. {
  4117. anthro: {
  4118. height: math.unit(2.35, "meters"),
  4119. weight: math.unit(73, "kg"),
  4120. name: "Anthro",
  4121. image: {
  4122. source: "./media/characters/alicia/anthro.svg"
  4123. }
  4124. },
  4125. feral: {
  4126. height: math.unit(1.69, "meters"),
  4127. weight: math.unit(73, "kg"),
  4128. name: "Feral",
  4129. image: {
  4130. source: "./media/characters/alicia/feral.svg"
  4131. }
  4132. },
  4133. },
  4134. [
  4135. {
  4136. name: "Normal",
  4137. height: math.unit(2.35, "meters")
  4138. },
  4139. {
  4140. name: "Macro",
  4141. height: math.unit(60, "meters"),
  4142. default: true
  4143. },
  4144. {
  4145. name: "Megamacro",
  4146. height: math.unit(10000, "kilometers")
  4147. },
  4148. ]
  4149. ))
  4150. characterMakers.push(() => makeCharacter(
  4151. { name: "Archy" },
  4152. {
  4153. front: {
  4154. height: math.unit(7, "feet"),
  4155. weight: math.unit(250, "lbs"),
  4156. name: "Front",
  4157. image: {
  4158. source: "./media/characters/archy/front.svg"
  4159. }
  4160. }
  4161. },
  4162. [
  4163. {
  4164. name: "Micro",
  4165. height: math.unit(1, "inch")
  4166. },
  4167. {
  4168. name: "Shorty",
  4169. height: math.unit(5, "feet")
  4170. },
  4171. {
  4172. name: "Normal",
  4173. height: math.unit(7, "feet")
  4174. },
  4175. {
  4176. name: "Macro",
  4177. height: math.unit(600, "meters"),
  4178. default: true
  4179. },
  4180. {
  4181. name: "Megamacro",
  4182. height: math.unit(1, "mile")
  4183. },
  4184. ]
  4185. ))
  4186. characterMakers.push(() => makeCharacter(
  4187. { name: "Berri" },
  4188. {
  4189. front: {
  4190. height: math.unit(1.65, "meters"),
  4191. weight: math.unit(74, "kg"),
  4192. name: "Front",
  4193. image: {
  4194. source: "./media/characters/berri/front.svg"
  4195. }
  4196. }
  4197. },
  4198. [
  4199. {
  4200. name: "Normal",
  4201. height: math.unit(1.65, "meters")
  4202. },
  4203. {
  4204. name: "Macro",
  4205. height: math.unit(60, "m"),
  4206. default: true
  4207. },
  4208. {
  4209. name: "Megamacro",
  4210. height: math.unit(9.213, "km")
  4211. },
  4212. {
  4213. name: "Planet Eater",
  4214. height: math.unit(489, "megameters")
  4215. },
  4216. {
  4217. name: "Teramacro",
  4218. height: math.unit(2471635000000, "meters")
  4219. },
  4220. {
  4221. name: "Examacro",
  4222. height: math.unit(8.0624e+26, "meters")
  4223. }
  4224. ]
  4225. ))
  4226. characterMakers.push(() => makeCharacter(
  4227. { name: "Lexi" },
  4228. {
  4229. front: {
  4230. height: math.unit(1.72, "meters"),
  4231. weight: math.unit(68, "kg"),
  4232. name: "Front",
  4233. image: {
  4234. source: "./media/characters/lexi/front.svg"
  4235. }
  4236. }
  4237. },
  4238. [
  4239. {
  4240. name: "Very Smol",
  4241. height: math.unit(10, "mm")
  4242. },
  4243. {
  4244. name: "Micro",
  4245. height: math.unit(6.8, "cm"),
  4246. default: true
  4247. },
  4248. {
  4249. name: "Normal",
  4250. height: math.unit(1.72, "m")
  4251. }
  4252. ]
  4253. ))
  4254. characterMakers.push(() => makeCharacter(
  4255. { name: "Martin" },
  4256. {
  4257. front: {
  4258. height: math.unit(1.69, "meters"),
  4259. weight: math.unit(68, "kg"),
  4260. name: "Front",
  4261. image: {
  4262. source: "./media/characters/martin/front.svg",
  4263. extra: 596 / 581
  4264. }
  4265. }
  4266. },
  4267. [
  4268. {
  4269. name: "Micro",
  4270. height: math.unit(6.85, "cm"),
  4271. default: true
  4272. },
  4273. {
  4274. name: "Normal",
  4275. height: math.unit(1.69, "m")
  4276. }
  4277. ]
  4278. ))
  4279. characterMakers.push(() => makeCharacter(
  4280. { name: "Juno" },
  4281. {
  4282. front: {
  4283. height: math.unit(1.69, "meters"),
  4284. weight: math.unit(68, "kg"),
  4285. name: "Front",
  4286. image: {
  4287. source: "./media/characters/juno/front.svg"
  4288. }
  4289. }
  4290. },
  4291. [
  4292. {
  4293. name: "Micro",
  4294. height: math.unit(7, "cm")
  4295. },
  4296. {
  4297. name: "Normal",
  4298. height: math.unit(1.89, "m")
  4299. },
  4300. {
  4301. name: "Macro",
  4302. height: math.unit(353, "meters"),
  4303. default: true
  4304. }
  4305. ]
  4306. ))
  4307. characterMakers.push(() => makeCharacter(
  4308. { name: "Samantha" },
  4309. {
  4310. front: {
  4311. height: math.unit(1.93, "meters"),
  4312. weight: math.unit(83, "kg"),
  4313. name: "Front",
  4314. image: {
  4315. source: "./media/characters/samantha/front.svg"
  4316. }
  4317. },
  4318. frontClothed: {
  4319. height: math.unit(1.93, "meters"),
  4320. weight: math.unit(83, "kg"),
  4321. name: "Front (Clothed)",
  4322. image: {
  4323. source: "./media/characters/samantha/front-clothed.svg"
  4324. }
  4325. },
  4326. back: {
  4327. height: math.unit(1.93, "meters"),
  4328. weight: math.unit(83, "kg"),
  4329. name: "Back",
  4330. image: {
  4331. source: "./media/characters/samantha/back.svg"
  4332. }
  4333. },
  4334. },
  4335. [
  4336. {
  4337. name: "Normal",
  4338. height: math.unit(1.93, "m")
  4339. },
  4340. {
  4341. name: "Macro",
  4342. height: math.unit(74, "meters"),
  4343. default: true
  4344. },
  4345. {
  4346. name: "Macro+",
  4347. height: math.unit(223, "meters"),
  4348. },
  4349. {
  4350. name: "Megamacro",
  4351. height: math.unit(8381, "meters"),
  4352. },
  4353. {
  4354. name: "Megamacro+",
  4355. height: math.unit(12000, "kilometers")
  4356. },
  4357. ]
  4358. ))
  4359. characterMakers.push(() => makeCharacter(
  4360. { name: "Dr. Clay" },
  4361. {
  4362. front: {
  4363. height: math.unit(1.92, "meters"),
  4364. weight: math.unit(80, "kg"),
  4365. name: "Front",
  4366. image: {
  4367. source: "./media/characters/dr-clay/front.svg"
  4368. }
  4369. },
  4370. frontClothed: {
  4371. height: math.unit(1.92, "meters"),
  4372. weight: math.unit(80, "kg"),
  4373. name: "Front (Clothed)",
  4374. image: {
  4375. source: "./media/characters/dr-clay/front-clothed.svg"
  4376. }
  4377. }
  4378. },
  4379. [
  4380. {
  4381. name: "Normal",
  4382. height: math.unit(1.92, "m")
  4383. },
  4384. {
  4385. name: "Macro",
  4386. height: math.unit(214, "meters"),
  4387. default: true
  4388. },
  4389. {
  4390. name: "Macro+",
  4391. height: math.unit(12.237, "meters"),
  4392. },
  4393. {
  4394. name: "Megamacro",
  4395. height: math.unit(557, "megameters"),
  4396. },
  4397. {
  4398. name: "Unimaginable",
  4399. height: math.unit(120e9, "lightyears")
  4400. },
  4401. ]
  4402. ))
  4403. characterMakers.push(() => makeCharacter(
  4404. { name: "Wyvrn Ripsnarl" },
  4405. {
  4406. front: {
  4407. height: math.unit(2, "meters"),
  4408. weight: math.unit(80, "kg"),
  4409. name: "Front",
  4410. image: {
  4411. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4412. }
  4413. }
  4414. },
  4415. [
  4416. {
  4417. name: "Teramacro",
  4418. height: math.unit(500000, "lightyears"),
  4419. default: true
  4420. },
  4421. ]
  4422. ))
  4423. characterMakers.push(() => makeCharacter(
  4424. { name: "Vemus" },
  4425. {
  4426. front: {
  4427. height: math.unit(2, "meters"),
  4428. weight: math.unit(150, "kg"),
  4429. name: "Front",
  4430. image: {
  4431. source: "./media/characters/vemus/front.svg",
  4432. extra: 2384 / 2084,
  4433. bottom: 0.0123
  4434. }
  4435. }
  4436. },
  4437. [
  4438. {
  4439. name: "Normal",
  4440. height: math.unit(3.75, "meters"),
  4441. default: true
  4442. },
  4443. {
  4444. name: "Big",
  4445. height: math.unit(8, "meters")
  4446. },
  4447. {
  4448. name: "Macro",
  4449. height: math.unit(100, "meters")
  4450. },
  4451. {
  4452. name: "Macro+",
  4453. height: math.unit(1500, "meters")
  4454. },
  4455. {
  4456. name: "Stellar",
  4457. height: math.unit(14e8, "meters")
  4458. },
  4459. ]
  4460. ))
  4461. characterMakers.push(() => makeCharacter(
  4462. { name: "Beherit" },
  4463. {
  4464. front: {
  4465. height: math.unit(2, "meters"),
  4466. weight: math.unit(70, "kg"),
  4467. name: "Front",
  4468. image: {
  4469. source: "./media/characters/beherit/front.svg",
  4470. extra: 1408 / 1242
  4471. }
  4472. }
  4473. },
  4474. [
  4475. {
  4476. name: "Normal",
  4477. height: math.unit(6, "feet")
  4478. },
  4479. {
  4480. name: "Lorg",
  4481. height: math.unit(25, "feet"),
  4482. default: true
  4483. },
  4484. {
  4485. name: "Lorger",
  4486. height: math.unit(75, "feet")
  4487. },
  4488. {
  4489. name: "Macro",
  4490. height: math.unit(200, "meters")
  4491. },
  4492. ]
  4493. ))
  4494. characterMakers.push(() => makeCharacter(
  4495. { name: "Everett" },
  4496. {
  4497. front: {
  4498. height: math.unit(2, "meters"),
  4499. weight: math.unit(150, "kg"),
  4500. name: "Front",
  4501. image: {
  4502. source: "./media/characters/everett/front.svg",
  4503. extra: 2038 / 1737,
  4504. bottom: 0.03
  4505. }
  4506. },
  4507. paw: {
  4508. height: math.unit(2 / 3.6, "meters"),
  4509. name: "Paw",
  4510. image: {
  4511. source: "./media/characters/everett/paw.svg"
  4512. }
  4513. },
  4514. },
  4515. [
  4516. {
  4517. name: "Normal",
  4518. height: math.unit(15, "feet"),
  4519. default: true
  4520. },
  4521. {
  4522. name: "Lorg",
  4523. height: math.unit(70, "feet"),
  4524. default: true
  4525. },
  4526. {
  4527. name: "Lorger",
  4528. height: math.unit(250, "feet")
  4529. },
  4530. {
  4531. name: "Macro",
  4532. height: math.unit(500, "meters")
  4533. },
  4534. ]
  4535. ))
  4536. characterMakers.push(() => makeCharacter(
  4537. { name: "Rose Lion" },
  4538. {
  4539. front: {
  4540. height: math.unit(2, "meters"),
  4541. weight: math.unit(86, "kg"),
  4542. name: "Front",
  4543. image: {
  4544. source: "./media/characters/rose-lion/front.svg"
  4545. }
  4546. },
  4547. bent: {
  4548. height: math.unit(2 / 1.4288, "meters"),
  4549. weight: math.unit(86, "kg"),
  4550. name: "Bent",
  4551. image: {
  4552. source: "./media/characters/rose-lion/bent.svg"
  4553. }
  4554. }
  4555. },
  4556. [
  4557. {
  4558. name: "Mini-Micro",
  4559. height: math.unit(1, "cm")
  4560. },
  4561. {
  4562. name: "Micro",
  4563. height: math.unit(3.5, "inches"),
  4564. default: true
  4565. },
  4566. {
  4567. name: "Normal",
  4568. height: math.unit(6 + 1 / 6, "feet")
  4569. },
  4570. {
  4571. name: "Mini-Macro",
  4572. height: math.unit(9 + 10 / 12, "feet")
  4573. },
  4574. ]
  4575. ))
  4576. characterMakers.push(() => makeCharacter(
  4577. { name: "Regal" },
  4578. {
  4579. front: {
  4580. height: math.unit(2, "meters"),
  4581. weight: math.unit(350, "lbs"),
  4582. name: "Front",
  4583. image: {
  4584. source: "./media/characters/regal/front.svg"
  4585. }
  4586. },
  4587. back: {
  4588. height: math.unit(2, "meters"),
  4589. weight: math.unit(350, "lbs"),
  4590. name: "Back",
  4591. image: {
  4592. source: "./media/characters/regal/back.svg"
  4593. }
  4594. },
  4595. },
  4596. [
  4597. {
  4598. name: "Macro",
  4599. height: math.unit(350, "feet"),
  4600. default: true
  4601. }
  4602. ]
  4603. ))
  4604. characterMakers.push(() => makeCharacter(
  4605. { name: "Opal" },
  4606. {
  4607. front: {
  4608. height: math.unit(4 + 11 / 12, "feet"),
  4609. weight: math.unit(100, "lbs"),
  4610. name: "Front",
  4611. image: {
  4612. source: "./media/characters/opal/front.svg"
  4613. }
  4614. },
  4615. frontAlt: {
  4616. height: math.unit(4 + 11 / 12, "feet"),
  4617. weight: math.unit(100, "lbs"),
  4618. name: "Front (Alt)",
  4619. image: {
  4620. source: "./media/characters/opal/front-alt.svg"
  4621. }
  4622. },
  4623. },
  4624. [
  4625. {
  4626. name: "Small",
  4627. height: math.unit(4 + 11 / 12, "feet")
  4628. },
  4629. {
  4630. name: "Normal",
  4631. height: math.unit(20, "feet"),
  4632. default: true
  4633. },
  4634. {
  4635. name: "Macro",
  4636. height: math.unit(120, "feet")
  4637. },
  4638. {
  4639. name: "Megamacro",
  4640. height: math.unit(80, "miles")
  4641. },
  4642. {
  4643. name: "True Size",
  4644. height: math.unit(100000, "lightyears")
  4645. },
  4646. ]
  4647. ))
  4648. characterMakers.push(() => makeCharacter(
  4649. { name: "Vector Wuff" },
  4650. {
  4651. front: {
  4652. height: math.unit(6, "feet"),
  4653. weight: math.unit(200, "lbs"),
  4654. name: "Front",
  4655. image: {
  4656. source: "./media/characters/vector-wuff/front.svg"
  4657. }
  4658. }
  4659. },
  4660. [
  4661. {
  4662. name: "Normal",
  4663. height: math.unit(2.8, "meters")
  4664. },
  4665. {
  4666. name: "Macro",
  4667. height: math.unit(450, "meters"),
  4668. default: true
  4669. },
  4670. {
  4671. name: "Megamacro",
  4672. height: math.unit(15, "kilometers")
  4673. }
  4674. ]
  4675. ))
  4676. characterMakers.push(() => makeCharacter(
  4677. { name: "Dannik" },
  4678. {
  4679. front: {
  4680. height: math.unit(6, "feet"),
  4681. weight: math.unit(256, "lbs"),
  4682. name: "Front",
  4683. image: {
  4684. source: "./media/characters/dannik/front.svg"
  4685. }
  4686. }
  4687. },
  4688. [
  4689. {
  4690. name: "Macro",
  4691. height: math.unit(69.57, "meters"),
  4692. default: true
  4693. },
  4694. ]
  4695. ))
  4696. characterMakers.push(() => makeCharacter(
  4697. { name: "Azura Saharah" },
  4698. {
  4699. front: {
  4700. height: math.unit(6, "feet"),
  4701. weight: math.unit(120, "lbs"),
  4702. name: "Front",
  4703. image: {
  4704. source: "./media/characters/azura-saharah/front.svg"
  4705. }
  4706. },
  4707. back: {
  4708. height: math.unit(6, "feet"),
  4709. weight: math.unit(120, "lbs"),
  4710. name: "Back",
  4711. image: {
  4712. source: "./media/characters/azura-saharah/back.svg"
  4713. }
  4714. },
  4715. },
  4716. [
  4717. {
  4718. name: "Macro",
  4719. height: math.unit(100, "feet"),
  4720. default: true
  4721. },
  4722. ]
  4723. ))
  4724. characterMakers.push(() => makeCharacter(
  4725. { name: "Kennedy" },
  4726. {
  4727. side: {
  4728. height: math.unit(5 + 4 / 12, "feet"),
  4729. weight: math.unit(163, "lbs"),
  4730. name: "Side",
  4731. image: {
  4732. source: "./media/characters/kennedy/side.svg"
  4733. }
  4734. }
  4735. },
  4736. [
  4737. {
  4738. name: "Standard Doggo",
  4739. height: math.unit(5 + 4 / 12, "feet")
  4740. },
  4741. {
  4742. name: "Big Doggo",
  4743. height: math.unit(25 + 3 / 12, "feet"),
  4744. default: true
  4745. },
  4746. ]
  4747. ))
  4748. characterMakers.push(() => makeCharacter(
  4749. { name: "Odi Lunar" },
  4750. {
  4751. front: {
  4752. height: math.unit(6, "feet"),
  4753. weight: math.unit(90, "lbs"),
  4754. name: "Front",
  4755. image: {
  4756. source: "./media/characters/odi-lunar/front.svg"
  4757. }
  4758. }
  4759. },
  4760. [
  4761. {
  4762. name: "Micro",
  4763. height: math.unit(3, "inches"),
  4764. default: true
  4765. },
  4766. {
  4767. name: "Normal",
  4768. height: math.unit(5.5, "feet")
  4769. }
  4770. ]
  4771. ))
  4772. characterMakers.push(() => makeCharacter(
  4773. { name: "Mandake" },
  4774. {
  4775. back: {
  4776. height: math.unit(6, "feet"),
  4777. weight: math.unit(220, "lbs"),
  4778. name: "Back",
  4779. image: {
  4780. source: "./media/characters/mandake/back.svg"
  4781. }
  4782. }
  4783. },
  4784. [
  4785. {
  4786. name: "Normal",
  4787. height: math.unit(7, "feet"),
  4788. default: true
  4789. },
  4790. {
  4791. name: "Macro",
  4792. height: math.unit(78, "feet")
  4793. },
  4794. {
  4795. name: "Macro+",
  4796. height: math.unit(300, "meters")
  4797. },
  4798. {
  4799. name: "Macro++",
  4800. height: math.unit(2400, "feet")
  4801. },
  4802. {
  4803. name: "Megamacro",
  4804. height: math.unit(5167, "meters")
  4805. },
  4806. {
  4807. name: "Gigamacro",
  4808. height: math.unit(41769, "miles")
  4809. },
  4810. ]
  4811. ))
  4812. characterMakers.push(() => makeCharacter(
  4813. { name: "Yozey" },
  4814. {
  4815. front: {
  4816. height: math.unit(6, "feet"),
  4817. weight: math.unit(120, "lbs"),
  4818. name: "Front",
  4819. image: {
  4820. source: "./media/characters/yozey/front.svg"
  4821. }
  4822. },
  4823. frontAlt: {
  4824. height: math.unit(6, "feet"),
  4825. weight: math.unit(120, "lbs"),
  4826. name: "Front (Alt)",
  4827. image: {
  4828. source: "./media/characters/yozey/front-alt.svg"
  4829. }
  4830. },
  4831. side: {
  4832. height: math.unit(6, "feet"),
  4833. weight: math.unit(120, "lbs"),
  4834. name: "Side",
  4835. image: {
  4836. source: "./media/characters/yozey/side.svg"
  4837. }
  4838. },
  4839. },
  4840. [
  4841. {
  4842. name: "Micro",
  4843. height: math.unit(3, "inches"),
  4844. default: true
  4845. },
  4846. {
  4847. name: "Normal",
  4848. height: math.unit(6, "feet")
  4849. }
  4850. ]
  4851. ))
  4852. characterMakers.push(() => makeCharacter(
  4853. { name: "Valeska Voss" },
  4854. {
  4855. front: {
  4856. height: math.unit(6, "feet"),
  4857. weight: math.unit(103, "lbs"),
  4858. name: "Front",
  4859. image: {
  4860. source: "./media/characters/valeska-voss/front.svg"
  4861. }
  4862. }
  4863. },
  4864. [
  4865. {
  4866. name: "Mini-Sized Sub",
  4867. height: math.unit(3.1, "inches")
  4868. },
  4869. {
  4870. name: "Mid-Sized Sub",
  4871. height: math.unit(6.2, "inches")
  4872. },
  4873. {
  4874. name: "Full-Sized Sub",
  4875. height: math.unit(9.3, "inches")
  4876. },
  4877. {
  4878. name: "Normal",
  4879. height: math.unit(5 + 2 / 12, "foot"),
  4880. default: true
  4881. },
  4882. ]
  4883. ))
  4884. characterMakers.push(() => makeCharacter(
  4885. { name: "Gene Zeta" },
  4886. {
  4887. front: {
  4888. height: math.unit(6, "feet"),
  4889. weight: math.unit(160, "lbs"),
  4890. name: "Front",
  4891. image: {
  4892. source: "./media/characters/gene-zeta/front.svg",
  4893. bottom: 0.03,
  4894. extra: 1
  4895. }
  4896. }
  4897. },
  4898. [
  4899. {
  4900. name: "Normal",
  4901. height: math.unit(6.25, "foot"),
  4902. default: true
  4903. },
  4904. ]
  4905. ))
  4906. characterMakers.push(() => makeCharacter(
  4907. { name: "Razinox" },
  4908. {
  4909. front: {
  4910. height: math.unit(6, "feet"),
  4911. weight: math.unit(350, "lbs"),
  4912. name: "Front",
  4913. image: {
  4914. source: "./media/characters/razinox/front.svg",
  4915. extra: 1686 / 1548,
  4916. bottom: 28.2/1868
  4917. }
  4918. },
  4919. back: {
  4920. height: math.unit(6, "feet"),
  4921. weight: math.unit(350, "lbs"),
  4922. name: "Back",
  4923. image: {
  4924. source: "./media/characters/razinox/back.svg",
  4925. extra: 1660 / 1590,
  4926. bottom: 15/1665
  4927. }
  4928. },
  4929. },
  4930. [
  4931. {
  4932. name: "Normal",
  4933. height: math.unit(10 + 8 / 12, "foot")
  4934. },
  4935. {
  4936. name: "Minimacro",
  4937. height: math.unit(15, "foot")
  4938. },
  4939. {
  4940. name: "Macro",
  4941. height: math.unit(60, "foot"),
  4942. default: true
  4943. },
  4944. {
  4945. name: "Megamacro",
  4946. height: math.unit(5, "miles")
  4947. },
  4948. {
  4949. name: "Gigamacro",
  4950. height: math.unit(6000, "miles")
  4951. },
  4952. ]
  4953. ))
  4954. characterMakers.push(() => makeCharacter(
  4955. { name: "Cobalt" },
  4956. {
  4957. front: {
  4958. height: math.unit(6, "feet"),
  4959. weight: math.unit(150, "lbs"),
  4960. name: "Front",
  4961. image: {
  4962. source: "./media/characters/cobalt/front.svg"
  4963. }
  4964. }
  4965. },
  4966. [
  4967. {
  4968. name: "Normal",
  4969. height: math.unit(8 + 1 / 12, "foot")
  4970. },
  4971. {
  4972. name: "Macro",
  4973. height: math.unit(111, "foot"),
  4974. default: true
  4975. },
  4976. {
  4977. name: "Supracosmic",
  4978. height: math.unit(1e42, "feet")
  4979. },
  4980. ]
  4981. ))
  4982. characterMakers.push(() => makeCharacter(
  4983. { name: "Amanda" },
  4984. {
  4985. front: {
  4986. height: math.unit(6, "feet"),
  4987. weight: math.unit(140, "lbs"),
  4988. name: "Front",
  4989. image: {
  4990. source: "./media/characters/amanda/front.svg"
  4991. }
  4992. }
  4993. },
  4994. [
  4995. {
  4996. name: "Micro",
  4997. height: math.unit(5, "inches"),
  4998. default: true
  4999. },
  5000. ]
  5001. ))
  5002. characterMakers.push(() => makeCharacter(
  5003. { name: "Teal" },
  5004. {
  5005. front: {
  5006. height: math.unit(5.59, "feet"),
  5007. weight: math.unit(250, "lbs"),
  5008. name: "Front",
  5009. image: {
  5010. source: "./media/characters/teal/front.svg"
  5011. }
  5012. },
  5013. frontAlt: {
  5014. height: math.unit(6, "feet"),
  5015. weight: math.unit(250, "lbs"),
  5016. name: "Front (Alt)",
  5017. image: {
  5018. source: "./media/characters/teal/front-alt.svg",
  5019. bottom: 0.04,
  5020. extra: 1
  5021. }
  5022. },
  5023. },
  5024. [
  5025. {
  5026. name: "Normal",
  5027. height: math.unit(12, "feet"),
  5028. default: true
  5029. },
  5030. {
  5031. name: "Macro",
  5032. height: math.unit(300, "feet")
  5033. },
  5034. ]
  5035. ))
  5036. characterMakers.push(() => makeCharacter(
  5037. { name: "Ravin Amulet" },
  5038. {
  5039. frontCat: {
  5040. height: math.unit(6, "feet"),
  5041. weight: math.unit(180, "lbs"),
  5042. name: "Front (Cat)",
  5043. image: {
  5044. source: "./media/characters/ravin-amulet/front-cat.svg"
  5045. }
  5046. },
  5047. frontCatAlt: {
  5048. height: math.unit(6, "feet"),
  5049. weight: math.unit(180, "lbs"),
  5050. name: "Front (Alt, Cat)",
  5051. image: {
  5052. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  5053. }
  5054. },
  5055. frontWerewolf: {
  5056. height: math.unit(6 * 1.2, "feet"),
  5057. weight: math.unit(225, "lbs"),
  5058. name: "Front (Werewolf)",
  5059. image: {
  5060. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  5061. }
  5062. },
  5063. backWerewolf: {
  5064. height: math.unit(6 * 1.2, "feet"),
  5065. weight: math.unit(225, "lbs"),
  5066. name: "Back (Werewolf)",
  5067. image: {
  5068. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  5069. }
  5070. },
  5071. },
  5072. [
  5073. {
  5074. name: "Nano",
  5075. height: math.unit(1, "micrometer")
  5076. },
  5077. {
  5078. name: "Micro",
  5079. height: math.unit(1, "inch")
  5080. },
  5081. {
  5082. name: "Normal",
  5083. height: math.unit(6, "feet"),
  5084. default: true
  5085. },
  5086. {
  5087. name: "Macro",
  5088. height: math.unit(60, "feet")
  5089. }
  5090. ]
  5091. ))
  5092. characterMakers.push(() => makeCharacter(
  5093. { name: "Fluoresce" },
  5094. {
  5095. front: {
  5096. height: math.unit(6, "feet"),
  5097. weight: math.unit(165, "lbs"),
  5098. name: "Front",
  5099. image: {
  5100. source: "./media/characters/fluoresce/front.svg"
  5101. }
  5102. }
  5103. },
  5104. [
  5105. {
  5106. name: "Micro",
  5107. height: math.unit(6, "cm")
  5108. },
  5109. {
  5110. name: "Normal",
  5111. height: math.unit(5 + 7 / 12, "feet"),
  5112. default: true
  5113. },
  5114. {
  5115. name: "Macro",
  5116. height: math.unit(56, "feet")
  5117. },
  5118. {
  5119. name: "Megamacro",
  5120. height: math.unit(1.9, "miles")
  5121. },
  5122. ]
  5123. ))
  5124. characterMakers.push(() => makeCharacter(
  5125. { name: "Aurora" },
  5126. {
  5127. front: {
  5128. height: math.unit(9 + 6 / 12, "feet"),
  5129. weight: math.unit(523, "lbs"),
  5130. name: "Side",
  5131. image: {
  5132. source: "./media/characters/aurora/side.svg"
  5133. }
  5134. }
  5135. },
  5136. [
  5137. {
  5138. name: "Normal",
  5139. height: math.unit(9 + 6 / 12, "feet")
  5140. },
  5141. {
  5142. name: "Macro",
  5143. height: math.unit(96, "feet"),
  5144. default: true
  5145. },
  5146. {
  5147. name: "Macro+",
  5148. height: math.unit(243, "feet")
  5149. },
  5150. ]
  5151. ))
  5152. characterMakers.push(() => makeCharacter(
  5153. { name: "Ranek" },
  5154. {
  5155. front: {
  5156. height: math.unit(194, "cm"),
  5157. weight: math.unit(90, "kg"),
  5158. name: "Front",
  5159. image: {
  5160. source: "./media/characters/ranek/front.svg"
  5161. }
  5162. },
  5163. side: {
  5164. height: math.unit(194, "cm"),
  5165. weight: math.unit(90, "kg"),
  5166. name: "Side",
  5167. image: {
  5168. source: "./media/characters/ranek/side.svg"
  5169. }
  5170. },
  5171. back: {
  5172. height: math.unit(194, "cm"),
  5173. weight: math.unit(90, "kg"),
  5174. name: "Back",
  5175. image: {
  5176. source: "./media/characters/ranek/back.svg"
  5177. }
  5178. },
  5179. feral: {
  5180. height: math.unit(30, "cm"),
  5181. weight: math.unit(1.6, "lbs"),
  5182. name: "Feral",
  5183. image: {
  5184. source: "./media/characters/ranek/feral.svg"
  5185. }
  5186. },
  5187. },
  5188. [
  5189. {
  5190. name: "Normal",
  5191. height: math.unit(194, "cm"),
  5192. default: true
  5193. },
  5194. {
  5195. name: "Macro",
  5196. height: math.unit(100, "meters")
  5197. },
  5198. ]
  5199. ))
  5200. characterMakers.push(() => makeCharacter(
  5201. { name: "Andrew Cooper" },
  5202. {
  5203. front: {
  5204. height: math.unit(5 + 6 / 12, "feet"),
  5205. weight: math.unit(153, "lbs"),
  5206. name: "Front",
  5207. image: {
  5208. source: "./media/characters/andrew-cooper/front.svg"
  5209. }
  5210. },
  5211. },
  5212. [
  5213. {
  5214. name: "Nano",
  5215. height: math.unit(1, "mm")
  5216. },
  5217. {
  5218. name: "Micro",
  5219. height: math.unit(2, "inches")
  5220. },
  5221. {
  5222. name: "Normal",
  5223. height: math.unit(5 + 6 / 12, "feet"),
  5224. default: true
  5225. }
  5226. ]
  5227. ))
  5228. characterMakers.push(() => makeCharacter(
  5229. { name: "Akane Sato" },
  5230. {
  5231. front: {
  5232. height: math.unit(6, "feet"),
  5233. weight: math.unit(180, "lbs"),
  5234. name: "Front",
  5235. image: {
  5236. source: "./media/characters/akane-sato/front.svg",
  5237. extra: 1219 / 1140
  5238. }
  5239. },
  5240. back: {
  5241. height: math.unit(6, "feet"),
  5242. weight: math.unit(180, "lbs"),
  5243. name: "Back",
  5244. image: {
  5245. source: "./media/characters/akane-sato/back.svg",
  5246. extra: 1219 / 1170
  5247. }
  5248. },
  5249. },
  5250. [
  5251. {
  5252. name: "Normal",
  5253. height: math.unit(2.5, "meters")
  5254. },
  5255. {
  5256. name: "Macro",
  5257. height: math.unit(250, "meters"),
  5258. default: true
  5259. },
  5260. {
  5261. name: "Megamacro",
  5262. height: math.unit(25, "km")
  5263. },
  5264. ]
  5265. ))
  5266. characterMakers.push(() => makeCharacter(
  5267. { name: "Rook" },
  5268. {
  5269. front: {
  5270. height: math.unit(6, "feet"),
  5271. weight: math.unit(65, "kg"),
  5272. name: "Front",
  5273. image: {
  5274. source: "./media/characters/rook/front.svg",
  5275. extra: 960/950
  5276. }
  5277. }
  5278. },
  5279. [
  5280. {
  5281. name: "Normal",
  5282. height: math.unit(8.8, "feet")
  5283. },
  5284. {
  5285. name: "Macro",
  5286. height: math.unit(88, "feet"),
  5287. default: true
  5288. },
  5289. {
  5290. name: "Megamacro",
  5291. height: math.unit(8, "miles")
  5292. },
  5293. ]
  5294. ))
  5295. characterMakers.push(() => makeCharacter(
  5296. { name: "Prodigy" },
  5297. {
  5298. front: {
  5299. height: math.unit(12 + 2 / 12, "feet"),
  5300. weight: math.unit(808, "lbs"),
  5301. name: "Front",
  5302. image: {
  5303. source: "./media/characters/prodigy/front.svg"
  5304. }
  5305. }
  5306. },
  5307. [
  5308. {
  5309. name: "Normal",
  5310. height: math.unit(12 + 2 / 12, "feet"),
  5311. default: true
  5312. },
  5313. {
  5314. name: "Macro",
  5315. height: math.unit(143, "feet")
  5316. },
  5317. {
  5318. name: "Macro+",
  5319. height: math.unit(400, "feet")
  5320. },
  5321. ]
  5322. ))
  5323. characterMakers.push(() => makeCharacter(
  5324. { name: "Daniel" },
  5325. {
  5326. front: {
  5327. height: math.unit(6, "feet"),
  5328. weight: math.unit(225, "lbs"),
  5329. name: "Front",
  5330. image: {
  5331. source: "./media/characters/daniel/front.svg"
  5332. }
  5333. },
  5334. leaning: {
  5335. height: math.unit(6, "feet"),
  5336. weight: math.unit(225, "lbs"),
  5337. name: "Leaning",
  5338. image: {
  5339. source: "./media/characters/daniel/leaning.svg"
  5340. }
  5341. },
  5342. },
  5343. [
  5344. {
  5345. name: "Macro",
  5346. height: math.unit(1000, "feet"),
  5347. default: true
  5348. },
  5349. ]
  5350. ))
  5351. characterMakers.push(() => makeCharacter(
  5352. { name: "Chiros" },
  5353. {
  5354. front: {
  5355. height: math.unit(6, "feet"),
  5356. weight: math.unit(88, "lbs"),
  5357. name: "Front",
  5358. image: {
  5359. source: "./media/characters/chiros/front.svg",
  5360. extra: 306 / 226
  5361. }
  5362. },
  5363. side: {
  5364. height: math.unit(6, "feet"),
  5365. weight: math.unit(88, "lbs"),
  5366. name: "Side",
  5367. image: {
  5368. source: "./media/characters/chiros/side.svg",
  5369. extra: 306 / 226
  5370. }
  5371. },
  5372. },
  5373. [
  5374. {
  5375. name: "Normal",
  5376. height: math.unit(6, "cm"),
  5377. default: true
  5378. },
  5379. ]
  5380. ))
  5381. characterMakers.push(() => makeCharacter(
  5382. { name: "Selka" },
  5383. {
  5384. front: {
  5385. height: math.unit(6, "feet"),
  5386. weight: math.unit(100, "lbs"),
  5387. name: "Front",
  5388. image: {
  5389. source: "./media/characters/selka/front.svg",
  5390. extra: 947 / 887
  5391. }
  5392. }
  5393. },
  5394. [
  5395. {
  5396. name: "Normal",
  5397. height: math.unit(5, "cm"),
  5398. default: true
  5399. },
  5400. ]
  5401. ))
  5402. characterMakers.push(() => makeCharacter(
  5403. { name: "Verin" },
  5404. {
  5405. front: {
  5406. height: math.unit(8 + 3 / 12, "feet"),
  5407. weight: math.unit(424, "lbs"),
  5408. name: "Front",
  5409. image: {
  5410. source: "./media/characters/verin/front.svg",
  5411. extra: 1845 / 1550
  5412. }
  5413. },
  5414. frontArmored: {
  5415. height: math.unit(8 + 3 / 12, "feet"),
  5416. weight: math.unit(424, "lbs"),
  5417. name: "Front (Armored)",
  5418. image: {
  5419. source: "./media/characters/verin/front-armor.svg",
  5420. extra: 1845 / 1550,
  5421. bottom: 0.01
  5422. }
  5423. },
  5424. back: {
  5425. height: math.unit(8 + 3 / 12, "feet"),
  5426. weight: math.unit(424, "lbs"),
  5427. name: "Back",
  5428. image: {
  5429. source: "./media/characters/verin/back.svg",
  5430. bottom: 0.1,
  5431. extra: 1
  5432. }
  5433. },
  5434. foot: {
  5435. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5436. name: "Foot",
  5437. image: {
  5438. source: "./media/characters/verin/foot.svg"
  5439. }
  5440. },
  5441. },
  5442. [
  5443. {
  5444. name: "Normal",
  5445. height: math.unit(8 + 3 / 12, "feet")
  5446. },
  5447. {
  5448. name: "Minimacro",
  5449. height: math.unit(21, "feet"),
  5450. default: true
  5451. },
  5452. {
  5453. name: "Macro",
  5454. height: math.unit(626, "feet")
  5455. },
  5456. ]
  5457. ))
  5458. characterMakers.push(() => makeCharacter(
  5459. { name: "Sovrim Terraquian" },
  5460. {
  5461. front: {
  5462. height: math.unit(2.718, "meters"),
  5463. weight: math.unit(150, "lbs"),
  5464. name: "Front",
  5465. image: {
  5466. source: "./media/characters/sovrim-terraquian/front.svg"
  5467. }
  5468. },
  5469. back: {
  5470. height: math.unit(2.718, "meters"),
  5471. weight: math.unit(150, "lbs"),
  5472. name: "Back",
  5473. image: {
  5474. source: "./media/characters/sovrim-terraquian/back.svg"
  5475. }
  5476. }
  5477. },
  5478. [
  5479. {
  5480. name: "Micro",
  5481. height: math.unit(2, "inches")
  5482. },
  5483. {
  5484. name: "Small",
  5485. height: math.unit(1, "meter")
  5486. },
  5487. {
  5488. name: "Normal",
  5489. height: math.unit(Math.E, "meters"),
  5490. default: true
  5491. },
  5492. {
  5493. name: "Macro",
  5494. height: math.unit(20, "meters")
  5495. },
  5496. {
  5497. name: "Macro+",
  5498. height: math.unit(400, "meters")
  5499. },
  5500. ]
  5501. ))
  5502. characterMakers.push(() => makeCharacter(
  5503. { name: "Reece Silvermane" },
  5504. {
  5505. front: {
  5506. height: math.unit(7, "feet"),
  5507. weight: math.unit(489, "lbs"),
  5508. name: "Front",
  5509. image: {
  5510. source: "./media/characters/reece-silvermane/front.svg",
  5511. bottom: 0.02,
  5512. extra: 1
  5513. }
  5514. },
  5515. },
  5516. [
  5517. {
  5518. name: "Macro",
  5519. height: math.unit(1.5, "miles"),
  5520. default: true
  5521. },
  5522. ]
  5523. ))
  5524. characterMakers.push(() => makeCharacter(
  5525. { name: "Kane" },
  5526. {
  5527. front: {
  5528. height: math.unit(6, "feet"),
  5529. weight: math.unit(78, "kg"),
  5530. name: "Front",
  5531. image: {
  5532. source: "./media/characters/kane/front.svg",
  5533. extra: 978 / 899
  5534. }
  5535. },
  5536. },
  5537. [
  5538. {
  5539. name: "Normal",
  5540. height: math.unit(2.1, "m"),
  5541. },
  5542. {
  5543. name: "Macro",
  5544. height: math.unit(1, "km"),
  5545. default: true
  5546. },
  5547. ]
  5548. ))
  5549. characterMakers.push(() => makeCharacter(
  5550. { name: "Tegon" },
  5551. {
  5552. front: {
  5553. height: math.unit(6, "feet"),
  5554. weight: math.unit(200, "kg"),
  5555. name: "Front",
  5556. image: {
  5557. source: "./media/characters/tegon/front.svg",
  5558. bottom: 0.01,
  5559. extra: 1
  5560. }
  5561. },
  5562. },
  5563. [
  5564. {
  5565. name: "Micro",
  5566. height: math.unit(1, "inch")
  5567. },
  5568. {
  5569. name: "Normal",
  5570. height: math.unit(6 + 3 / 12, "feet"),
  5571. default: true
  5572. },
  5573. {
  5574. name: "Macro",
  5575. height: math.unit(300, "feet")
  5576. },
  5577. {
  5578. name: "Megamacro",
  5579. height: math.unit(69, "miles")
  5580. },
  5581. ]
  5582. ))
  5583. characterMakers.push(() => makeCharacter(
  5584. { name: "Arcturax" },
  5585. {
  5586. side: {
  5587. height: math.unit(6, "feet"),
  5588. weight: math.unit(2304, "lbs"),
  5589. name: "Side",
  5590. image: {
  5591. source: "./media/characters/arcturax/side.svg",
  5592. extra: 790 / 376,
  5593. bottom: 0.01
  5594. }
  5595. },
  5596. },
  5597. [
  5598. {
  5599. name: "Micro",
  5600. height: math.unit(2, "inch")
  5601. },
  5602. {
  5603. name: "Normal",
  5604. height: math.unit(6, "feet")
  5605. },
  5606. {
  5607. name: "Macro",
  5608. height: math.unit(39, "feet"),
  5609. default: true
  5610. },
  5611. {
  5612. name: "Megamacro",
  5613. height: math.unit(7, "miles")
  5614. },
  5615. ]
  5616. ))
  5617. characterMakers.push(() => makeCharacter(
  5618. { name: "Sentri" },
  5619. {
  5620. front: {
  5621. height: math.unit(6, "feet"),
  5622. weight: math.unit(50, "lbs"),
  5623. name: "Front",
  5624. image: {
  5625. source: "./media/characters/sentri/front.svg",
  5626. extra: 1750 / 1570,
  5627. bottom: 0.025
  5628. }
  5629. },
  5630. frontAlt: {
  5631. height: math.unit(6, "feet"),
  5632. weight: math.unit(50, "lbs"),
  5633. name: "Front (Alt)",
  5634. image: {
  5635. source: "./media/characters/sentri/front-alt.svg",
  5636. extra: 1750 / 1570,
  5637. bottom: 0.025
  5638. }
  5639. },
  5640. },
  5641. [
  5642. {
  5643. name: "Normal",
  5644. height: math.unit(15, "feet"),
  5645. default: true
  5646. },
  5647. {
  5648. name: "Macro",
  5649. height: math.unit(2500, "feet")
  5650. }
  5651. ]
  5652. ))
  5653. characterMakers.push(() => makeCharacter(
  5654. { name: "Corvin" },
  5655. {
  5656. front: {
  5657. height: math.unit(5 + 8 / 12, "feet"),
  5658. weight: math.unit(130, "lbs"),
  5659. name: "Front",
  5660. image: {
  5661. source: "./media/characters/corvin/front.svg",
  5662. extra: 1803 / 1629
  5663. }
  5664. },
  5665. frontShirt: {
  5666. height: math.unit(5 + 8 / 12, "feet"),
  5667. weight: math.unit(130, "lbs"),
  5668. name: "Front (Shirt)",
  5669. image: {
  5670. source: "./media/characters/corvin/front-shirt.svg",
  5671. extra: 1803 / 1629
  5672. }
  5673. },
  5674. frontPoncho: {
  5675. height: math.unit(5 + 8 / 12, "feet"),
  5676. weight: math.unit(130, "lbs"),
  5677. name: "Front (Poncho)",
  5678. image: {
  5679. source: "./media/characters/corvin/front-poncho.svg",
  5680. extra: 1803 / 1629
  5681. }
  5682. },
  5683. side: {
  5684. height: math.unit(5 + 8 / 12, "feet"),
  5685. weight: math.unit(130, "lbs"),
  5686. name: "Side",
  5687. image: {
  5688. source: "./media/characters/corvin/side.svg",
  5689. extra: 1012 / 945
  5690. }
  5691. },
  5692. back: {
  5693. height: math.unit(5 + 8 / 12, "feet"),
  5694. weight: math.unit(130, "lbs"),
  5695. name: "Back",
  5696. image: {
  5697. source: "./media/characters/corvin/back.svg",
  5698. extra: 1803 / 1629
  5699. }
  5700. },
  5701. },
  5702. [
  5703. {
  5704. name: "Micro",
  5705. height: math.unit(3, "inches")
  5706. },
  5707. {
  5708. name: "Normal",
  5709. height: math.unit(5 + 8 / 12, "feet")
  5710. },
  5711. {
  5712. name: "Macro",
  5713. height: math.unit(300, "feet"),
  5714. default: true
  5715. },
  5716. {
  5717. name: "Megamacro",
  5718. height: math.unit(500, "miles")
  5719. }
  5720. ]
  5721. ))
  5722. characterMakers.push(() => makeCharacter(
  5723. { name: "Q" },
  5724. {
  5725. front: {
  5726. height: math.unit(6, "feet"),
  5727. weight: math.unit(135, "lbs"),
  5728. name: "Front",
  5729. image: {
  5730. source: "./media/characters/q/front.svg",
  5731. extra: 854 / 752,
  5732. bottom: 0.005
  5733. }
  5734. },
  5735. back: {
  5736. height: math.unit(6, "feet"),
  5737. weight: math.unit(130, "lbs"),
  5738. name: "Back",
  5739. image: {
  5740. source: "./media/characters/q/back.svg",
  5741. extra: 854 / 752
  5742. }
  5743. },
  5744. },
  5745. [
  5746. {
  5747. name: "Macro",
  5748. height: math.unit(90, "feet"),
  5749. default: true
  5750. },
  5751. {
  5752. name: "Extra Macro",
  5753. height: math.unit(300, "feet"),
  5754. },
  5755. {
  5756. name: "BIG WALF",
  5757. height: math.unit(750, "feet"),
  5758. },
  5759. ]
  5760. ))
  5761. characterMakers.push(() => makeCharacter(
  5762. { name: "Carley" },
  5763. {
  5764. front: {
  5765. height: math.unit(6, "feet"),
  5766. weight: math.unit(150, "lbs"),
  5767. name: "Front",
  5768. image: {
  5769. source: "./media/characters/carley/front.svg",
  5770. extra: 3927 / 3540,
  5771. bottom: 0.03
  5772. }
  5773. }
  5774. },
  5775. [
  5776. {
  5777. name: "Normal",
  5778. height: math.unit(6 + 3 / 12, "feet")
  5779. },
  5780. {
  5781. name: "Macro",
  5782. height: math.unit(185, "feet"),
  5783. default: true
  5784. },
  5785. {
  5786. name: "Megamacro",
  5787. height: math.unit(8, "miles"),
  5788. },
  5789. ]
  5790. ))
  5791. characterMakers.push(() => makeCharacter(
  5792. { name: "Citrine" },
  5793. {
  5794. front: {
  5795. height: math.unit(3, "feet"),
  5796. weight: math.unit(28, "lbs"),
  5797. name: "Front",
  5798. image: {
  5799. source: "./media/characters/citrine/front.svg"
  5800. }
  5801. }
  5802. },
  5803. [
  5804. {
  5805. name: "Normal",
  5806. height: math.unit(3, "feet"),
  5807. default: true
  5808. }
  5809. ]
  5810. ))
  5811. characterMakers.push(() => makeCharacter(
  5812. { name: "Aura Starwind" },
  5813. {
  5814. front: {
  5815. height: math.unit(14, "feet"),
  5816. weight: math.unit(1450, "kg"),
  5817. capacity: math.unit(15, "people"),
  5818. name: "Front",
  5819. image: {
  5820. source: "./media/characters/aura-starwind/front.svg",
  5821. extra: 1455 / 1335
  5822. }
  5823. },
  5824. side: {
  5825. height: math.unit(14, "feet"),
  5826. weight: math.unit(1450, "kg"),
  5827. capacity: math.unit(15, "people"),
  5828. name: "Side",
  5829. image: {
  5830. source: "./media/characters/aura-starwind/side.svg",
  5831. extra: 1654 / 1497
  5832. }
  5833. },
  5834. taur: {
  5835. height: math.unit(18, "feet"),
  5836. weight: math.unit(5500, "kg"),
  5837. capacity: math.unit(50, "people"),
  5838. name: "Taur",
  5839. image: {
  5840. source: "./media/characters/aura-starwind/taur.svg",
  5841. extra: 1760 / 1650
  5842. }
  5843. },
  5844. feral: {
  5845. height: math.unit(46, "feet"),
  5846. weight: math.unit(25000, "kg"),
  5847. capacity: math.unit(120, "people"),
  5848. name: "Feral",
  5849. image: {
  5850. source: "./media/characters/aura-starwind/feral.svg"
  5851. }
  5852. },
  5853. },
  5854. [
  5855. {
  5856. name: "Normal",
  5857. height: math.unit(14, "feet"),
  5858. default: true
  5859. },
  5860. {
  5861. name: "Macro",
  5862. height: math.unit(50, "meters")
  5863. },
  5864. {
  5865. name: "Megamacro",
  5866. height: math.unit(5000, "meters")
  5867. },
  5868. {
  5869. name: "Gigamacro",
  5870. height: math.unit(100000, "kilometers")
  5871. },
  5872. ]
  5873. ))
  5874. characterMakers.push(() => makeCharacter(
  5875. { name: "Rivet" },
  5876. {
  5877. front: {
  5878. height: math.unit(2 + 7 / 12, "feet"),
  5879. weight: math.unit(32, "lbs"),
  5880. name: "Front",
  5881. image: {
  5882. source: "./media/characters/rivet/front.svg",
  5883. extra: 1716 / 1658,
  5884. bottom: 0.03
  5885. }
  5886. },
  5887. foot: {
  5888. height: math.unit(0.551, "feet"),
  5889. name: "Rivet's Foot",
  5890. image: {
  5891. source: "./media/characters/rivet/foot.svg"
  5892. },
  5893. rename: true
  5894. }
  5895. },
  5896. [
  5897. {
  5898. name: "Micro",
  5899. height: math.unit(1.5, "inches"),
  5900. },
  5901. {
  5902. name: "Normal",
  5903. height: math.unit(2 + 7 / 12, "feet"),
  5904. default: true
  5905. },
  5906. {
  5907. name: "Macro",
  5908. height: math.unit(85, "feet")
  5909. },
  5910. {
  5911. name: "Megamacro",
  5912. height: math.unit(2.2, "km")
  5913. }
  5914. ]
  5915. ))
  5916. characterMakers.push(() => makeCharacter(
  5917. { name: "Coffee" },
  5918. {
  5919. front: {
  5920. height: math.unit(5 + 9 / 12, "feet"),
  5921. weight: math.unit(150, "lbs"),
  5922. name: "Front",
  5923. image: {
  5924. source: "./media/characters/coffee/front.svg",
  5925. extra: 3666 / 3032,
  5926. bottom: 0.04
  5927. }
  5928. },
  5929. foot: {
  5930. height: math.unit(1.29, "feet"),
  5931. name: "Foot",
  5932. image: {
  5933. source: "./media/characters/coffee/foot.svg"
  5934. }
  5935. },
  5936. },
  5937. [
  5938. {
  5939. name: "Micro",
  5940. height: math.unit(2, "inches"),
  5941. },
  5942. {
  5943. name: "Normal",
  5944. height: math.unit(5 + 9 / 12, "feet"),
  5945. default: true
  5946. },
  5947. {
  5948. name: "Macro",
  5949. height: math.unit(800, "feet")
  5950. },
  5951. {
  5952. name: "Megamacro",
  5953. height: math.unit(25, "miles")
  5954. }
  5955. ]
  5956. ))
  5957. characterMakers.push(() => makeCharacter(
  5958. { name: "Chari-Gal" },
  5959. {
  5960. front: {
  5961. height: math.unit(6, "feet"),
  5962. weight: math.unit(200, "lbs"),
  5963. name: "Front",
  5964. image: {
  5965. source: "./media/characters/chari-gal/front.svg",
  5966. extra: 1568 / 1385,
  5967. bottom: 0.047
  5968. }
  5969. },
  5970. gigantamax: {
  5971. height: math.unit(6 * 16, "feet"),
  5972. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5973. name: "Gigantamax",
  5974. image: {
  5975. source: "./media/characters/chari-gal/gigantamax.svg",
  5976. extra: 1124 / 888,
  5977. bottom: 0.03
  5978. }
  5979. },
  5980. },
  5981. [
  5982. {
  5983. name: "Normal",
  5984. height: math.unit(5 + 7 / 12, "feet")
  5985. },
  5986. {
  5987. name: "Macro",
  5988. height: math.unit(200, "feet"),
  5989. default: true
  5990. }
  5991. ]
  5992. ))
  5993. characterMakers.push(() => makeCharacter(
  5994. { name: "Nova" },
  5995. {
  5996. front: {
  5997. height: math.unit(6, "feet"),
  5998. weight: math.unit(150, "lbs"),
  5999. name: "Front",
  6000. image: {
  6001. source: "./media/characters/nova/front.svg",
  6002. extra: 5000 / 4722,
  6003. bottom: 0.02
  6004. }
  6005. }
  6006. },
  6007. [
  6008. {
  6009. name: "Micro-",
  6010. height: math.unit(0.8, "inches")
  6011. },
  6012. {
  6013. name: "Micro",
  6014. height: math.unit(2, "inches"),
  6015. default: true
  6016. },
  6017. ]
  6018. ))
  6019. characterMakers.push(() => makeCharacter(
  6020. { name: "Argent" },
  6021. {
  6022. front: {
  6023. height: math.unit(3 + 1 / 12, "feet"),
  6024. weight: math.unit(21.7, "lbs"),
  6025. name: "Front",
  6026. image: {
  6027. source: "./media/characters/argent/front.svg",
  6028. extra: 1565 / 1416,
  6029. bottom: 0.01
  6030. }
  6031. }
  6032. },
  6033. [
  6034. {
  6035. name: "Micro",
  6036. height: math.unit(2, "inches")
  6037. },
  6038. {
  6039. name: "Normal",
  6040. height: math.unit(3 + 1 / 12, "feet"),
  6041. default: true
  6042. },
  6043. {
  6044. name: "Macro",
  6045. height: math.unit(120, "feet")
  6046. },
  6047. ]
  6048. ))
  6049. characterMakers.push(() => makeCharacter(
  6050. { name: "Mira al-Cul" },
  6051. {
  6052. lamp: {
  6053. height: math.unit(7 * 1559 / 989, "feet"),
  6054. name: "Magic Lamp",
  6055. image: {
  6056. source: "./media/characters/mira-al-cul/lamp.svg",
  6057. extra: 1617 / 1559
  6058. }
  6059. },
  6060. front: {
  6061. height: math.unit(7, "feet"),
  6062. name: "Front",
  6063. image: {
  6064. source: "./media/characters/mira-al-cul/front.svg",
  6065. extra: 1044 / 990
  6066. }
  6067. },
  6068. },
  6069. [
  6070. {
  6071. name: "Heavily Restricted",
  6072. height: math.unit(7 * 1559 / 989, "feet")
  6073. },
  6074. {
  6075. name: "Freshly Freed",
  6076. height: math.unit(50 * 1559 / 989, "feet")
  6077. },
  6078. {
  6079. name: "World Encompassing",
  6080. height: math.unit(10000 * 1559 / 989, "miles")
  6081. },
  6082. {
  6083. name: "Galactic",
  6084. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6085. },
  6086. {
  6087. name: "Palmed Universe",
  6088. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6089. default: true
  6090. },
  6091. {
  6092. name: "Multiversal Matriarch",
  6093. height: math.unit(8.87e10, "yottameters")
  6094. },
  6095. {
  6096. name: "Void Mother",
  6097. height: math.unit(3.14e110, "yottaparsecs")
  6098. },
  6099. ]
  6100. ))
  6101. characterMakers.push(() => makeCharacter(
  6102. { name: "Kuro-shi Uchū" },
  6103. {
  6104. front: {
  6105. height: math.unit(17 + 1 / 12, "feet"),
  6106. weight: math.unit(476.2 * 5, "lbs"),
  6107. name: "Front",
  6108. image: {
  6109. source: "./media/characters/kuro-shi-uchū/front.svg",
  6110. extra: 2329 / 1835,
  6111. bottom: 0.02
  6112. }
  6113. },
  6114. },
  6115. [
  6116. {
  6117. name: "Micro",
  6118. height: math.unit(2, "inches")
  6119. },
  6120. {
  6121. name: "Normal",
  6122. height: math.unit(12, "meters")
  6123. },
  6124. {
  6125. name: "Planetary",
  6126. height: math.unit(0.00929, "AU"),
  6127. default: true
  6128. },
  6129. {
  6130. name: "Universal",
  6131. height: math.unit(20, "gigaparsecs")
  6132. },
  6133. ]
  6134. ))
  6135. characterMakers.push(() => makeCharacter(
  6136. { name: "Katherine" },
  6137. {
  6138. front: {
  6139. height: math.unit(5 + 2 / 12, "feet"),
  6140. weight: math.unit(120, "lbs"),
  6141. name: "Front",
  6142. image: {
  6143. source: "./media/characters/katherine/front.svg",
  6144. extra: 2075 / 1969
  6145. }
  6146. },
  6147. dress: {
  6148. height: math.unit(5 + 2 / 12, "feet"),
  6149. weight: math.unit(120, "lbs"),
  6150. name: "Dress",
  6151. image: {
  6152. source: "./media/characters/katherine/dress.svg",
  6153. extra: 2258 / 2064
  6154. }
  6155. },
  6156. },
  6157. [
  6158. {
  6159. name: "Micro",
  6160. height: math.unit(1, "inches"),
  6161. default: true
  6162. },
  6163. {
  6164. name: "Normal",
  6165. height: math.unit(5 + 2 / 12, "feet")
  6166. },
  6167. {
  6168. name: "Macro",
  6169. height: math.unit(100, "meters")
  6170. },
  6171. {
  6172. name: "Megamacro",
  6173. height: math.unit(80, "miles")
  6174. },
  6175. ]
  6176. ))
  6177. characterMakers.push(() => makeCharacter(
  6178. { name: "Yevis" },
  6179. {
  6180. front: {
  6181. height: math.unit(7 + 8 / 12, "feet"),
  6182. weight: math.unit(250, "lbs"),
  6183. name: "Front",
  6184. image: {
  6185. source: "./media/characters/yevis/front.svg",
  6186. extra: 1938 / 1755
  6187. }
  6188. }
  6189. },
  6190. [
  6191. {
  6192. name: "Mortal",
  6193. height: math.unit(7 + 8 / 12, "feet")
  6194. },
  6195. {
  6196. name: "Battle",
  6197. height: math.unit(25 + 11 / 12, "feet")
  6198. },
  6199. {
  6200. name: "Wrath",
  6201. height: math.unit(1654 + 11 / 12, "feet")
  6202. },
  6203. {
  6204. name: "Planet Destroyer",
  6205. height: math.unit(12000, "miles")
  6206. },
  6207. {
  6208. name: "Galaxy Conqueror",
  6209. height: math.unit(1.45, "zettameters"),
  6210. default: true
  6211. },
  6212. {
  6213. name: "Universal War",
  6214. height: math.unit(184, "gigaparsecs")
  6215. },
  6216. {
  6217. name: "Eternity War",
  6218. height: math.unit(1.98e55, "yottaparsecs")
  6219. },
  6220. ]
  6221. ))
  6222. characterMakers.push(() => makeCharacter(
  6223. { name: "Xavier" },
  6224. {
  6225. front: {
  6226. height: math.unit(5 + 8 / 12, "feet"),
  6227. weight: math.unit(63, "kg"),
  6228. name: "Front",
  6229. image: {
  6230. source: "./media/characters/xavier/front.svg",
  6231. extra: 944 / 883
  6232. }
  6233. },
  6234. frontStretch: {
  6235. height: math.unit(5 + 8 / 12, "feet"),
  6236. weight: math.unit(63, "kg"),
  6237. name: "Stretching",
  6238. image: {
  6239. source: "./media/characters/xavier/front-stretch.svg",
  6240. extra: 962 / 820
  6241. }
  6242. },
  6243. },
  6244. [
  6245. {
  6246. name: "Normal",
  6247. height: math.unit(5 + 8 / 12, "feet")
  6248. },
  6249. {
  6250. name: "Macro",
  6251. height: math.unit(100, "meters"),
  6252. default: true
  6253. },
  6254. {
  6255. name: "McLargeHuge",
  6256. height: math.unit(10, "miles")
  6257. },
  6258. ]
  6259. ))
  6260. characterMakers.push(() => makeCharacter(
  6261. { name: "Joshii" },
  6262. {
  6263. front: {
  6264. height: math.unit(5 + 5 / 12, "feet"),
  6265. weight: math.unit(150, "lb"),
  6266. name: "Front",
  6267. image: {
  6268. source: "./media/characters/joshii/front.svg"
  6269. }
  6270. },
  6271. foot: {
  6272. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6273. name: "Foot",
  6274. image: {
  6275. source: "./media/characters/joshii/foot.svg"
  6276. }
  6277. },
  6278. },
  6279. [
  6280. {
  6281. name: "Micro",
  6282. height: math.unit(2, "inches")
  6283. },
  6284. {
  6285. name: "Normal",
  6286. height: math.unit(5 + 5 / 12, "feet"),
  6287. default: true
  6288. },
  6289. {
  6290. name: "Macro",
  6291. height: math.unit(785, "feet")
  6292. },
  6293. {
  6294. name: "Megamacro",
  6295. height: math.unit(24.5, "miles")
  6296. },
  6297. ]
  6298. ))
  6299. characterMakers.push(() => makeCharacter(
  6300. { name: "Goddess Elizabeth" },
  6301. {
  6302. front: {
  6303. height: math.unit(6, "feet"),
  6304. weight: math.unit(150, "lb"),
  6305. name: "Front",
  6306. image: {
  6307. source: "./media/characters/goddess-elizabeth/front.svg",
  6308. extra: 1800 / 1525,
  6309. bottom: 0.005
  6310. }
  6311. },
  6312. foot: {
  6313. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6314. name: "Foot",
  6315. image: {
  6316. source: "./media/characters/goddess-elizabeth/foot.svg"
  6317. }
  6318. },
  6319. mouth: {
  6320. height: math.unit(6, "feet"),
  6321. name: "Mouth",
  6322. image: {
  6323. source: "./media/characters/goddess-elizabeth/mouth.svg"
  6324. }
  6325. },
  6326. },
  6327. [
  6328. {
  6329. name: "Micro",
  6330. height: math.unit(12, "feet")
  6331. },
  6332. {
  6333. name: "Normal",
  6334. height: math.unit(80, "miles"),
  6335. default: true
  6336. },
  6337. {
  6338. name: "Macro",
  6339. height: math.unit(15000, "parsecs")
  6340. },
  6341. ]
  6342. ))
  6343. characterMakers.push(() => makeCharacter(
  6344. { name: "Kara" },
  6345. {
  6346. front: {
  6347. height: math.unit(5 + 9 / 12, "feet"),
  6348. weight: math.unit(144, "lb"),
  6349. name: "Front",
  6350. image: {
  6351. source: "./media/characters/kara/front.svg"
  6352. }
  6353. },
  6354. feet: {
  6355. height: math.unit(6 / 6.765, "feet"),
  6356. name: "Kara's Feet",
  6357. rename: true,
  6358. image: {
  6359. source: "./media/characters/kara/feet.svg"
  6360. }
  6361. },
  6362. },
  6363. [
  6364. {
  6365. name: "Normal",
  6366. height: math.unit(5 + 9 / 12, "feet")
  6367. },
  6368. {
  6369. name: "Macro",
  6370. height: math.unit(174, "feet"),
  6371. default: true
  6372. },
  6373. ]
  6374. ))
  6375. characterMakers.push(() => makeCharacter(
  6376. { name: "Tyrone" },
  6377. {
  6378. front: {
  6379. height: math.unit(18, "feet"),
  6380. weight: math.unit(4050, "lb"),
  6381. name: "Front",
  6382. image: {
  6383. source: "./media/characters/tyrone/front.svg",
  6384. extra: 2520 / 2402,
  6385. bottom: 0.025
  6386. }
  6387. },
  6388. },
  6389. [
  6390. {
  6391. name: "Normal",
  6392. height: math.unit(18, "feet"),
  6393. default: true
  6394. },
  6395. {
  6396. name: "Macro",
  6397. height: math.unit(300, "feet")
  6398. },
  6399. ]
  6400. ))
  6401. characterMakers.push(() => makeCharacter(
  6402. { name: "Danny" },
  6403. {
  6404. front: {
  6405. height: math.unit(7 + 8 / 12, "feet"),
  6406. weight: math.unit(120, "lb"),
  6407. name: "Front",
  6408. image: {
  6409. source: "./media/characters/danny/front.svg",
  6410. extra: 1490 / 1350
  6411. }
  6412. },
  6413. back: {
  6414. height: math.unit(7 + 8 / 12, "feet"),
  6415. weight: math.unit(120, "lb"),
  6416. name: "Back",
  6417. image: {
  6418. source: "./media/characters/danny/back.svg",
  6419. extra: 1490 / 1350
  6420. }
  6421. },
  6422. },
  6423. [
  6424. {
  6425. name: "Normal",
  6426. height: math.unit(7 + 8 / 12, "feet"),
  6427. default: true
  6428. },
  6429. ]
  6430. ))
  6431. characterMakers.push(() => makeCharacter(
  6432. { name: "Mallow" },
  6433. {
  6434. front: {
  6435. height: math.unit(3.5, "inches"),
  6436. weight: math.unit(19, "grams"),
  6437. name: "Front",
  6438. image: {
  6439. source: "./media/characters/mallow/front.svg",
  6440. extra: 471 / 431
  6441. }
  6442. },
  6443. back: {
  6444. height: math.unit(3.5, "inches"),
  6445. weight: math.unit(19, "grams"),
  6446. name: "Back",
  6447. image: {
  6448. source: "./media/characters/mallow/back.svg",
  6449. extra: 471 / 431
  6450. }
  6451. },
  6452. },
  6453. [
  6454. {
  6455. name: "Normal",
  6456. height: math.unit(3.5, "inches"),
  6457. default: true
  6458. },
  6459. ]
  6460. ))
  6461. characterMakers.push(() => makeCharacter(
  6462. { name: "Starry Aqua" },
  6463. {
  6464. front: {
  6465. height: math.unit(9, "feet"),
  6466. weight: math.unit(230, "kg"),
  6467. name: "Front",
  6468. image: {
  6469. source: "./media/characters/starry-aqua/front.svg"
  6470. }
  6471. },
  6472. back: {
  6473. height: math.unit(9, "feet"),
  6474. weight: math.unit(230, "kg"),
  6475. name: "Back",
  6476. image: {
  6477. source: "./media/characters/starry-aqua/back.svg"
  6478. }
  6479. },
  6480. hand: {
  6481. height: math.unit(9 * 0.1168, "feet"),
  6482. name: "Hand",
  6483. image: {
  6484. source: "./media/characters/starry-aqua/hand.svg"
  6485. }
  6486. },
  6487. foot: {
  6488. height: math.unit(9 * 0.18, "feet"),
  6489. name: "Foot",
  6490. image: {
  6491. source: "./media/characters/starry-aqua/foot.svg"
  6492. }
  6493. }
  6494. },
  6495. [
  6496. {
  6497. name: "Micro",
  6498. height: math.unit(3, "inches")
  6499. },
  6500. {
  6501. name: "Normal",
  6502. height: math.unit(9, "feet")
  6503. },
  6504. {
  6505. name: "Macro",
  6506. height: math.unit(300, "feet"),
  6507. default: true
  6508. },
  6509. {
  6510. name: "Megamacro",
  6511. height: math.unit(3200, "feet")
  6512. }
  6513. ]
  6514. ))
  6515. characterMakers.push(() => makeCharacter(
  6516. { name: "Luka" },
  6517. {
  6518. front: {
  6519. height: math.unit(6, "feet"),
  6520. weight: math.unit(230, "lb"),
  6521. name: "Front",
  6522. image: {
  6523. source: "./media/characters/luka/front.svg",
  6524. extra: 1,
  6525. bottom: 0.025
  6526. }
  6527. },
  6528. },
  6529. [
  6530. {
  6531. name: "Normal",
  6532. height: math.unit(12 + 8 / 12, "feet"),
  6533. default: true
  6534. },
  6535. {
  6536. name: "Minimacro",
  6537. height: math.unit(20, "feet")
  6538. },
  6539. {
  6540. name: "Macro",
  6541. height: math.unit(250, "feet")
  6542. },
  6543. {
  6544. name: "Megamacro",
  6545. height: math.unit(5, "miles")
  6546. },
  6547. {
  6548. name: "Gigamacro",
  6549. height: math.unit(8000, "miles")
  6550. },
  6551. ]
  6552. ))
  6553. characterMakers.push(() => makeCharacter(
  6554. { name: "Natalie Nightring" },
  6555. {
  6556. front: {
  6557. height: math.unit(6, "feet"),
  6558. weight: math.unit(150, "lb"),
  6559. name: "Front",
  6560. image: {
  6561. source: "./media/characters/natalie-nightring/front.svg",
  6562. extra: 1,
  6563. bottom: 0.06
  6564. }
  6565. },
  6566. },
  6567. [
  6568. {
  6569. name: "Uh Oh",
  6570. height: math.unit(0.1, "mm")
  6571. },
  6572. {
  6573. name: "Small",
  6574. height: math.unit(3, "inches")
  6575. },
  6576. {
  6577. name: "Human Scale",
  6578. height: math.unit(6, "feet")
  6579. },
  6580. {
  6581. name: "Librarian",
  6582. height: math.unit(50, "feet"),
  6583. default: true
  6584. },
  6585. {
  6586. name: "Immense",
  6587. height: math.unit(200, "miles")
  6588. },
  6589. ]
  6590. ))
  6591. characterMakers.push(() => makeCharacter(
  6592. { name: "Danni Rosie" },
  6593. {
  6594. front: {
  6595. height: math.unit(6, "feet"),
  6596. weight: math.unit(180, "lbs"),
  6597. name: "Front",
  6598. image: {
  6599. source: "./media/characters/danni-rosie/front.svg",
  6600. extra: 1260 / 1128,
  6601. bottom: 0.022
  6602. }
  6603. },
  6604. },
  6605. [
  6606. {
  6607. name: "Micro",
  6608. height: math.unit(2, "inches"),
  6609. default: true
  6610. },
  6611. ]
  6612. ))
  6613. characterMakers.push(() => makeCharacter(
  6614. { name: "Samantha Kruse" },
  6615. {
  6616. front: {
  6617. height: math.unit(5 + 9 / 12, "feet"),
  6618. weight: math.unit(220, "lb"),
  6619. name: "Front",
  6620. image: {
  6621. source: "./media/characters/samantha-kruse/front.svg",
  6622. extra: (985 / 935),
  6623. bottom: 0.03
  6624. }
  6625. },
  6626. frontUndressed: {
  6627. height: math.unit(5 + 9 / 12, "feet"),
  6628. weight: math.unit(220, "lb"),
  6629. name: "Front (Undressed)",
  6630. image: {
  6631. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6632. extra: (973 / 923),
  6633. bottom: 0.025
  6634. }
  6635. },
  6636. fat: {
  6637. height: math.unit(5 + 9 / 12, "feet"),
  6638. weight: math.unit(900, "lb"),
  6639. name: "Front (Fat)",
  6640. image: {
  6641. source: "./media/characters/samantha-kruse/fat.svg",
  6642. extra: 2688 / 2561
  6643. }
  6644. },
  6645. },
  6646. [
  6647. {
  6648. name: "Normal",
  6649. height: math.unit(5 + 9 / 12, "feet"),
  6650. default: true
  6651. }
  6652. ]
  6653. ))
  6654. characterMakers.push(() => makeCharacter(
  6655. { name: "Amelia Rosie" },
  6656. {
  6657. back: {
  6658. height: math.unit(5 + 4 / 12, "feet"),
  6659. weight: math.unit(4963, "lb"),
  6660. name: "Back",
  6661. image: {
  6662. source: "./media/characters/amelia-rosie/back.svg",
  6663. extra: 1113 / 963,
  6664. bottom: 0.01
  6665. }
  6666. },
  6667. },
  6668. [
  6669. {
  6670. name: "Level 0",
  6671. height: math.unit(5 + 4 / 12, "feet")
  6672. },
  6673. {
  6674. name: "Level 1",
  6675. height: math.unit(164597, "feet"),
  6676. default: true
  6677. },
  6678. {
  6679. name: "Level 2",
  6680. height: math.unit(956243, "miles")
  6681. },
  6682. {
  6683. name: "Level 3",
  6684. height: math.unit(29421709423, "miles")
  6685. },
  6686. {
  6687. name: "Level 4",
  6688. height: math.unit(154, "lightyears")
  6689. },
  6690. {
  6691. name: "Level 5",
  6692. height: math.unit(4738272, "lightyears")
  6693. },
  6694. {
  6695. name: "Level 6",
  6696. height: math.unit(145787152896, "lightyears")
  6697. },
  6698. ]
  6699. ))
  6700. characterMakers.push(() => makeCharacter(
  6701. { name: "Rook Kitara" },
  6702. {
  6703. front: {
  6704. height: math.unit(5 + 11 / 12, "feet"),
  6705. weight: math.unit(65, "kg"),
  6706. name: "Front",
  6707. image: {
  6708. source: "./media/characters/rook-kitara/front.svg",
  6709. extra: 1347 / 1274,
  6710. bottom: 0.005
  6711. }
  6712. },
  6713. },
  6714. [
  6715. {
  6716. name: "Totally Unfair",
  6717. height: math.unit(1.8, "mm")
  6718. },
  6719. {
  6720. name: "Lap Rookie",
  6721. height: math.unit(1.4, "feet")
  6722. },
  6723. {
  6724. name: "Normal",
  6725. height: math.unit(5 + 11 / 12, "feet"),
  6726. default: true
  6727. },
  6728. {
  6729. name: "How Did This Happen",
  6730. height: math.unit(80, "miles")
  6731. }
  6732. ]
  6733. ))
  6734. characterMakers.push(() => makeCharacter(
  6735. { name: "Pisces" },
  6736. {
  6737. front: {
  6738. height: math.unit(7, "feet"),
  6739. weight: math.unit(300, "lb"),
  6740. name: "Front",
  6741. image: {
  6742. source: "./media/characters/pisces/front.svg",
  6743. extra: 2255 / 2115,
  6744. bottom: 0.03
  6745. }
  6746. },
  6747. back: {
  6748. height: math.unit(7, "feet"),
  6749. weight: math.unit(300, "lb"),
  6750. name: "Back",
  6751. image: {
  6752. source: "./media/characters/pisces/back.svg",
  6753. extra: 2146 / 2055,
  6754. bottom: 0.04
  6755. }
  6756. },
  6757. },
  6758. [
  6759. {
  6760. name: "Normal",
  6761. height: math.unit(7, "feet"),
  6762. default: true
  6763. },
  6764. {
  6765. name: "Swimming Pool",
  6766. height: math.unit(12.2, "meters")
  6767. },
  6768. {
  6769. name: "Olympic Swimming Pool",
  6770. height: math.unit(56.3, "meters")
  6771. },
  6772. {
  6773. name: "Lake Superior",
  6774. height: math.unit(93900, "meters")
  6775. },
  6776. {
  6777. name: "Mediterranean Sea",
  6778. height: math.unit(644457, "meters")
  6779. },
  6780. {
  6781. name: "World's Oceans",
  6782. height: math.unit(4567491, "meters")
  6783. },
  6784. ]
  6785. ))
  6786. characterMakers.push(() => makeCharacter(
  6787. { name: "Zelas" },
  6788. {
  6789. front: {
  6790. height: math.unit(2.3, "meters"),
  6791. weight: math.unit(120, "kg"),
  6792. name: "Front",
  6793. image: {
  6794. source: "./media/characters/zelas/front.svg"
  6795. }
  6796. },
  6797. side: {
  6798. height: math.unit(2.3, "meters"),
  6799. weight: math.unit(120, "kg"),
  6800. name: "Side",
  6801. image: {
  6802. source: "./media/characters/zelas/side.svg"
  6803. }
  6804. },
  6805. back: {
  6806. height: math.unit(2.3, "meters"),
  6807. weight: math.unit(120, "kg"),
  6808. name: "Back",
  6809. image: {
  6810. source: "./media/characters/zelas/back.svg"
  6811. }
  6812. },
  6813. foot: {
  6814. height: math.unit(1.116, "feet"),
  6815. name: "Foot",
  6816. image: {
  6817. source: "./media/characters/zelas/foot.svg"
  6818. }
  6819. },
  6820. },
  6821. [
  6822. {
  6823. name: "Normal",
  6824. height: math.unit(2.3, "meters")
  6825. },
  6826. {
  6827. name: "Macro",
  6828. height: math.unit(30, "meters"),
  6829. default: true
  6830. },
  6831. ]
  6832. ))
  6833. characterMakers.push(() => makeCharacter(
  6834. { name: "Talbot" },
  6835. {
  6836. front: {
  6837. height: math.unit(1, "inch"),
  6838. weight: math.unit(0.21, "grams"),
  6839. name: "Front",
  6840. image: {
  6841. source: "./media/characters/talbot/front.svg",
  6842. extra: 594 / 544
  6843. }
  6844. },
  6845. },
  6846. [
  6847. {
  6848. name: "Micro",
  6849. height: math.unit(1, "inch"),
  6850. default: true
  6851. },
  6852. ]
  6853. ))
  6854. characterMakers.push(() => makeCharacter(
  6855. { name: "Fliss" },
  6856. {
  6857. front: {
  6858. height: math.unit(3 + 3 / 12, "feet"),
  6859. weight: math.unit(51.8, "lb"),
  6860. name: "Front",
  6861. image: {
  6862. source: "./media/characters/fliss/front.svg",
  6863. extra: 840 / 640
  6864. }
  6865. },
  6866. },
  6867. [
  6868. {
  6869. name: "Teeny Tiny",
  6870. height: math.unit(1, "mm")
  6871. },
  6872. {
  6873. name: "Small",
  6874. height: math.unit(1, "inch"),
  6875. default: true
  6876. },
  6877. {
  6878. name: "Standard Sylveon",
  6879. height: math.unit(3 + 3 / 12, "feet")
  6880. },
  6881. {
  6882. name: "Large Nuisance",
  6883. height: math.unit(33, "feet")
  6884. },
  6885. {
  6886. name: "City Filler",
  6887. height: math.unit(3000, "feet")
  6888. },
  6889. {
  6890. name: "New Horizon",
  6891. height: math.unit(6000, "miles")
  6892. },
  6893. ]
  6894. ))
  6895. characterMakers.push(() => makeCharacter(
  6896. { name: "Fleta" },
  6897. {
  6898. front: {
  6899. height: math.unit(5, "cm"),
  6900. weight: math.unit(1.94, "g"),
  6901. name: "Front",
  6902. image: {
  6903. source: "./media/characters/fleta/front.svg",
  6904. extra: 835 / 803
  6905. }
  6906. },
  6907. back: {
  6908. height: math.unit(5, "cm"),
  6909. weight: math.unit(1.94, "g"),
  6910. name: "Back",
  6911. image: {
  6912. source: "./media/characters/fleta/back.svg",
  6913. extra: 835 / 803
  6914. }
  6915. },
  6916. },
  6917. [
  6918. {
  6919. name: "Micro",
  6920. height: math.unit(5, "cm"),
  6921. default: true
  6922. },
  6923. ]
  6924. ))
  6925. characterMakers.push(() => makeCharacter(
  6926. { name: "Dominic" },
  6927. {
  6928. front: {
  6929. height: math.unit(6, "feet"),
  6930. weight: math.unit(225, "lb"),
  6931. name: "Front",
  6932. image: {
  6933. source: "./media/characters/dominic/front.svg",
  6934. extra: 1770 / 1620,
  6935. bottom: 0.025
  6936. }
  6937. },
  6938. back: {
  6939. height: math.unit(6, "feet"),
  6940. weight: math.unit(225, "lb"),
  6941. name: "Back",
  6942. image: {
  6943. source: "./media/characters/dominic/back.svg",
  6944. extra: 1745 / 1620,
  6945. bottom: 0.065
  6946. }
  6947. },
  6948. },
  6949. [
  6950. {
  6951. name: "Nano",
  6952. height: math.unit(0.1, "mm")
  6953. },
  6954. {
  6955. name: "Micro-",
  6956. height: math.unit(1, "mm")
  6957. },
  6958. {
  6959. name: "Micro",
  6960. height: math.unit(4, "inches")
  6961. },
  6962. {
  6963. name: "Normal",
  6964. height: math.unit(6 + 4 / 12, "feet"),
  6965. default: true
  6966. },
  6967. {
  6968. name: "Macro",
  6969. height: math.unit(115, "feet")
  6970. },
  6971. {
  6972. name: "Macro+",
  6973. height: math.unit(955, "feet")
  6974. },
  6975. {
  6976. name: "Megamacro",
  6977. height: math.unit(8990, "feet")
  6978. },
  6979. {
  6980. name: "Gigmacro",
  6981. height: math.unit(9310, "miles")
  6982. },
  6983. {
  6984. name: "Teramacro",
  6985. height: math.unit(1567005010, "miles")
  6986. },
  6987. {
  6988. name: "Examacro",
  6989. height: math.unit(1425, "parsecs")
  6990. },
  6991. ]
  6992. ))
  6993. characterMakers.push(() => makeCharacter(
  6994. { name: "Major Colonel" },
  6995. {
  6996. front: {
  6997. height: math.unit(400, "feet"),
  6998. weight: math.unit(44444444, "lb"),
  6999. name: "Front",
  7000. image: {
  7001. source: "./media/characters/major-colonel/front.svg"
  7002. }
  7003. },
  7004. back: {
  7005. height: math.unit(400, "feet"),
  7006. weight: math.unit(44444444, "lb"),
  7007. name: "Back",
  7008. image: {
  7009. source: "./media/characters/major-colonel/back.svg"
  7010. }
  7011. },
  7012. },
  7013. [
  7014. {
  7015. name: "Macro",
  7016. height: math.unit(400, "feet"),
  7017. default: true
  7018. },
  7019. ]
  7020. ))
  7021. characterMakers.push(() => makeCharacter(
  7022. { name: "Axel Lycan" },
  7023. {
  7024. front: {
  7025. height: math.unit(6, "feet"),
  7026. weight: math.unit(120, "lb"),
  7027. name: "Front",
  7028. image: {
  7029. source: "./media/characters/axel-lycan/front.svg",
  7030. extra: 1,
  7031. bottom: 0.08
  7032. }
  7033. },
  7034. },
  7035. [
  7036. {
  7037. name: "Macro",
  7038. height: math.unit(1, "km"),
  7039. default: true
  7040. },
  7041. ]
  7042. ))
  7043. characterMakers.push(() => makeCharacter(
  7044. { name: "Vanrel (Hyena)" },
  7045. {
  7046. front: {
  7047. height: math.unit(5 + 9 / 12, "feet"),
  7048. weight: math.unit(175, "lb"),
  7049. name: "Front",
  7050. image: {
  7051. source: "./media/characters/vanrel-hyena/front.svg",
  7052. extra: 1086 / 1010,
  7053. bottom: 0.04
  7054. }
  7055. },
  7056. },
  7057. [
  7058. {
  7059. name: "Normal",
  7060. height: math.unit(5 + 9 / 12, "feet"),
  7061. default: true
  7062. },
  7063. ]
  7064. ))
  7065. characterMakers.push(() => makeCharacter(
  7066. { name: "Abbott Absol" },
  7067. {
  7068. front: {
  7069. height: math.unit(6, "feet"),
  7070. weight: math.unit(103, "lb"),
  7071. name: "Front",
  7072. image: {
  7073. source: "./media/characters/abbott-absol/front.svg",
  7074. extra: 2010 / 1842
  7075. }
  7076. },
  7077. },
  7078. [
  7079. {
  7080. name: "Megamicro",
  7081. height: math.unit(0.1, "mm")
  7082. },
  7083. {
  7084. name: "Micro",
  7085. height: math.unit(1, "inch")
  7086. },
  7087. {
  7088. name: "Normal",
  7089. height: math.unit(6, "feet"),
  7090. default: true
  7091. },
  7092. ]
  7093. ))
  7094. characterMakers.push(() => makeCharacter(
  7095. { name: "Hector" },
  7096. {
  7097. front: {
  7098. height: math.unit(6, "feet"),
  7099. weight: math.unit(264, "lb"),
  7100. name: "Front",
  7101. image: {
  7102. source: "./media/characters/hector/front.svg",
  7103. extra: 2280 / 2130,
  7104. bottom: 0.07
  7105. }
  7106. },
  7107. },
  7108. [
  7109. {
  7110. name: "Normal",
  7111. height: math.unit(12.25, "foot"),
  7112. default: true
  7113. },
  7114. {
  7115. name: "Macro",
  7116. height: math.unit(160, "feet")
  7117. },
  7118. ]
  7119. ))
  7120. characterMakers.push(() => makeCharacter(
  7121. { name: "Sal" },
  7122. {
  7123. front: {
  7124. height: math.unit(6, "feet"),
  7125. weight: math.unit(150, "lb"),
  7126. name: "Front",
  7127. image: {
  7128. source: "./media/characters/sal/front.svg",
  7129. extra: 1846 / 1699,
  7130. bottom: 0.04
  7131. }
  7132. },
  7133. },
  7134. [
  7135. {
  7136. name: "Megamacro",
  7137. height: math.unit(10, "miles"),
  7138. default: true
  7139. },
  7140. ]
  7141. ))
  7142. characterMakers.push(() => makeCharacter(
  7143. { name: "Ranger" },
  7144. {
  7145. front: {
  7146. height: math.unit(3, "meters"),
  7147. weight: math.unit(450, "kg"),
  7148. name: "front",
  7149. image: {
  7150. source: "./media/characters/ranger/front.svg",
  7151. extra: 2401 / 2243,
  7152. bottom: 0.05
  7153. }
  7154. },
  7155. },
  7156. [
  7157. {
  7158. name: "Normal",
  7159. height: math.unit(3, "meters"),
  7160. default: true
  7161. },
  7162. ]
  7163. ))
  7164. characterMakers.push(() => makeCharacter(
  7165. { name: "Theresa" },
  7166. {
  7167. front: {
  7168. height: math.unit(14, "feet"),
  7169. weight: math.unit(800, "kg"),
  7170. name: "Front",
  7171. image: {
  7172. source: "./media/characters/theresa/front.svg",
  7173. extra: 3575 / 3346,
  7174. bottom: 0.03
  7175. }
  7176. },
  7177. },
  7178. [
  7179. {
  7180. name: "Normal",
  7181. height: math.unit(14, "feet"),
  7182. default: true
  7183. },
  7184. ]
  7185. ))
  7186. characterMakers.push(() => makeCharacter(
  7187. { name: "Ine" },
  7188. {
  7189. front: {
  7190. height: math.unit(6, "feet"),
  7191. weight: math.unit(3, "kg"),
  7192. name: "Front",
  7193. image: {
  7194. source: "./media/characters/ine/front.svg",
  7195. extra: 678 / 539,
  7196. bottom: 0.023
  7197. }
  7198. },
  7199. },
  7200. [
  7201. {
  7202. name: "Normal",
  7203. height: math.unit(2.265, "feet"),
  7204. default: true
  7205. },
  7206. ]
  7207. ))
  7208. characterMakers.push(() => makeCharacter(
  7209. { name: "Vial" },
  7210. {
  7211. front: {
  7212. height: math.unit(5, "feet"),
  7213. weight: math.unit(30, "kg"),
  7214. name: "Front",
  7215. image: {
  7216. source: "./media/characters/vial/front.svg",
  7217. extra: 1365 / 1277,
  7218. bottom: 0.04
  7219. }
  7220. },
  7221. },
  7222. [
  7223. {
  7224. name: "Normal",
  7225. height: math.unit(5, "feet"),
  7226. default: true
  7227. },
  7228. ]
  7229. ))
  7230. characterMakers.push(() => makeCharacter(
  7231. { name: "Rovoska" },
  7232. {
  7233. side: {
  7234. height: math.unit(3.4, "meters"),
  7235. weight: math.unit(1000, "lb"),
  7236. name: "Side",
  7237. image: {
  7238. source: "./media/characters/rovoska/side.svg",
  7239. extra: 4403 / 1515
  7240. }
  7241. },
  7242. },
  7243. [
  7244. {
  7245. name: "Normal",
  7246. height: math.unit(3.4, "meters"),
  7247. default: true
  7248. },
  7249. ]
  7250. ))
  7251. characterMakers.push(() => makeCharacter(
  7252. { name: "Gunner Rotthbauer" },
  7253. {
  7254. front: {
  7255. height: math.unit(8, "feet"),
  7256. weight: math.unit(315, "lb"),
  7257. name: "Front",
  7258. image: {
  7259. source: "./media/characters/gunner-rotthbauer/front.svg"
  7260. }
  7261. },
  7262. back: {
  7263. height: math.unit(8, "feet"),
  7264. weight: math.unit(315, "lb"),
  7265. name: "Back",
  7266. image: {
  7267. source: "./media/characters/gunner-rotthbauer/back.svg"
  7268. }
  7269. },
  7270. },
  7271. [
  7272. {
  7273. name: "Micro",
  7274. height: math.unit(3.5, "inches")
  7275. },
  7276. {
  7277. name: "Normal",
  7278. height: math.unit(8, "feet"),
  7279. default: true
  7280. },
  7281. {
  7282. name: "Macro",
  7283. height: math.unit(250, "feet")
  7284. },
  7285. {
  7286. name: "Megamacro",
  7287. height: math.unit(1, "AU")
  7288. },
  7289. ]
  7290. ))
  7291. characterMakers.push(() => makeCharacter(
  7292. { name: "Allatia" },
  7293. {
  7294. front: {
  7295. height: math.unit(5 + 5 / 12, "feet"),
  7296. weight: math.unit(140, "lb"),
  7297. name: "Front",
  7298. image: {
  7299. source: "./media/characters/allatia/front.svg",
  7300. extra: 1227 / 1180,
  7301. bottom: 0.027
  7302. }
  7303. },
  7304. },
  7305. [
  7306. {
  7307. name: "Normal",
  7308. height: math.unit(5 + 5 / 12, "feet")
  7309. },
  7310. {
  7311. name: "Macro",
  7312. height: math.unit(250, "feet"),
  7313. default: true
  7314. },
  7315. {
  7316. name: "Megamacro",
  7317. height: math.unit(8, "miles")
  7318. }
  7319. ]
  7320. ))
  7321. characterMakers.push(() => makeCharacter(
  7322. { name: "Tene" },
  7323. {
  7324. front: {
  7325. height: math.unit(6, "feet"),
  7326. weight: math.unit(120, "lb"),
  7327. name: "Front",
  7328. image: {
  7329. source: "./media/characters/tene/front.svg",
  7330. extra: 1728 / 1578,
  7331. bottom: 0.022
  7332. }
  7333. },
  7334. stomping: {
  7335. height: math.unit(2.025, "meters"),
  7336. weight: math.unit(120, "lb"),
  7337. name: "Stomping",
  7338. image: {
  7339. source: "./media/characters/tene/stomping.svg",
  7340. extra: 938 / 873,
  7341. bottom: 0.01
  7342. }
  7343. },
  7344. sitting: {
  7345. height: math.unit(1, "meter"),
  7346. weight: math.unit(120, "lb"),
  7347. name: "Sitting",
  7348. image: {
  7349. source: "./media/characters/tene/sitting.svg",
  7350. extra: 437 / 415,
  7351. bottom: 0.1
  7352. }
  7353. },
  7354. feral: {
  7355. height: math.unit(3.9, "feet"),
  7356. weight: math.unit(250, "lb"),
  7357. name: "Feral",
  7358. image: {
  7359. source: "./media/characters/tene/feral.svg",
  7360. extra: 717 / 458,
  7361. bottom: 0.179
  7362. }
  7363. },
  7364. },
  7365. [
  7366. {
  7367. name: "Normal",
  7368. height: math.unit(6, "feet")
  7369. },
  7370. {
  7371. name: "Macro",
  7372. height: math.unit(300, "feet"),
  7373. default: true
  7374. },
  7375. {
  7376. name: "Megamacro",
  7377. height: math.unit(5, "miles")
  7378. },
  7379. ]
  7380. ))
  7381. characterMakers.push(() => makeCharacter(
  7382. { name: "Evander" },
  7383. {
  7384. side: {
  7385. height: math.unit(6, "feet"),
  7386. name: "Side",
  7387. image: {
  7388. source: "./media/characters/evander/side.svg",
  7389. extra: 877 / 477
  7390. }
  7391. },
  7392. },
  7393. [
  7394. {
  7395. name: "Normal",
  7396. height: math.unit(0.83, "meters"),
  7397. default: true
  7398. },
  7399. ]
  7400. ))
  7401. characterMakers.push(() => makeCharacter(
  7402. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7403. {
  7404. front: {
  7405. height: math.unit(12, "feet"),
  7406. weight: math.unit(1000, "lb"),
  7407. name: "Front",
  7408. image: {
  7409. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7410. extra: 1762 / 1611
  7411. }
  7412. },
  7413. back: {
  7414. height: math.unit(12, "feet"),
  7415. weight: math.unit(1000, "lb"),
  7416. name: "Back",
  7417. image: {
  7418. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7419. extra: 1762 / 1611
  7420. }
  7421. },
  7422. },
  7423. [
  7424. {
  7425. name: "Normal",
  7426. height: math.unit(12, "feet"),
  7427. default: true
  7428. },
  7429. {
  7430. name: "Kaiju",
  7431. height: math.unit(150, "feet")
  7432. },
  7433. ]
  7434. ))
  7435. characterMakers.push(() => makeCharacter(
  7436. { name: "Zero Alurus" },
  7437. {
  7438. front: {
  7439. height: math.unit(6, "feet"),
  7440. weight: math.unit(150, "lb"),
  7441. name: "Front",
  7442. image: {
  7443. source: "./media/characters/zero-alurus/front.svg"
  7444. }
  7445. },
  7446. back: {
  7447. height: math.unit(6, "feet"),
  7448. weight: math.unit(150, "lb"),
  7449. name: "Back",
  7450. image: {
  7451. source: "./media/characters/zero-alurus/back.svg"
  7452. }
  7453. },
  7454. },
  7455. [
  7456. {
  7457. name: "Normal",
  7458. height: math.unit(5 + 10 / 12, "feet")
  7459. },
  7460. {
  7461. name: "Macro",
  7462. height: math.unit(60, "feet"),
  7463. default: true
  7464. },
  7465. {
  7466. name: "Macro+",
  7467. height: math.unit(450, "feet")
  7468. },
  7469. ]
  7470. ))
  7471. characterMakers.push(() => makeCharacter(
  7472. { name: "Mega Shi" },
  7473. {
  7474. front: {
  7475. height: math.unit(6, "feet"),
  7476. weight: math.unit(200, "lb"),
  7477. name: "Front",
  7478. image: {
  7479. source: "./media/characters/mega-shi/front.svg",
  7480. extra: 1279 / 1250,
  7481. bottom: 0.02
  7482. }
  7483. },
  7484. back: {
  7485. height: math.unit(6, "feet"),
  7486. weight: math.unit(200, "lb"),
  7487. name: "Back",
  7488. image: {
  7489. source: "./media/characters/mega-shi/back.svg",
  7490. extra: 1279 / 1250,
  7491. bottom: 0.02
  7492. }
  7493. },
  7494. },
  7495. [
  7496. {
  7497. name: "Micro",
  7498. height: math.unit(16 + 6 / 12, "feet")
  7499. },
  7500. {
  7501. name: "Third Dimension",
  7502. height: math.unit(40, "meters")
  7503. },
  7504. {
  7505. name: "Normal",
  7506. height: math.unit(660, "feet"),
  7507. default: true
  7508. },
  7509. {
  7510. name: "Megamacro",
  7511. height: math.unit(10, "miles")
  7512. },
  7513. {
  7514. name: "Planetary Launch",
  7515. height: math.unit(500, "miles")
  7516. },
  7517. {
  7518. name: "Interstellar",
  7519. height: math.unit(1e9, "miles")
  7520. },
  7521. {
  7522. name: "Leaving the Universe",
  7523. height: math.unit(1, "gigaparsec")
  7524. },
  7525. {
  7526. name: "Travelling Universes",
  7527. height: math.unit(30e15, "parsecs")
  7528. },
  7529. ]
  7530. ))
  7531. characterMakers.push(() => makeCharacter(
  7532. { name: "Odyssey" },
  7533. {
  7534. front: {
  7535. height: math.unit(6, "feet"),
  7536. weight: math.unit(150, "lb"),
  7537. name: "Front",
  7538. image: {
  7539. source: "./media/characters/odyssey/front.svg",
  7540. extra: 1782 / 1582,
  7541. bottom: 0.01
  7542. }
  7543. },
  7544. side: {
  7545. height: math.unit(5.7, "feet"),
  7546. weight: math.unit(140, "lb"),
  7547. name: "Side",
  7548. image: {
  7549. source: "./media/characters/odyssey/side.svg",
  7550. extra: 6462 / 5700
  7551. }
  7552. },
  7553. },
  7554. [
  7555. {
  7556. name: "Normal",
  7557. height: math.unit(5 + 4 / 12, "feet")
  7558. },
  7559. {
  7560. name: "Macro",
  7561. height: math.unit(1, "km")
  7562. },
  7563. {
  7564. name: "Megamacro",
  7565. height: math.unit(3000, "km")
  7566. },
  7567. {
  7568. name: "Gigamacro",
  7569. height: math.unit(1, "AU"),
  7570. default: true
  7571. },
  7572. {
  7573. name: "Omniversal",
  7574. height: math.unit(100e14, "lightyears")
  7575. },
  7576. ]
  7577. ))
  7578. characterMakers.push(() => makeCharacter(
  7579. { name: "Mekuto" },
  7580. {
  7581. front: {
  7582. height: math.unit(6, "feet"),
  7583. weight: math.unit(300, "lb"),
  7584. name: "Front",
  7585. image: {
  7586. source: "./media/characters/mekuto/front.svg",
  7587. extra: 921 / 832,
  7588. bottom: 0.03
  7589. }
  7590. },
  7591. hand: {
  7592. height: math.unit(6 / 10.24, "feet"),
  7593. name: "Hand",
  7594. image: {
  7595. source: "./media/characters/mekuto/hand.svg"
  7596. }
  7597. },
  7598. foot: {
  7599. height: math.unit(6 / 5.05, "feet"),
  7600. name: "Foot",
  7601. image: {
  7602. source: "./media/characters/mekuto/foot.svg"
  7603. }
  7604. },
  7605. },
  7606. [
  7607. {
  7608. name: "Minimicro",
  7609. height: math.unit(0.2, "inches")
  7610. },
  7611. {
  7612. name: "Micro",
  7613. height: math.unit(1.5, "inches")
  7614. },
  7615. {
  7616. name: "Normal",
  7617. height: math.unit(5 + 11 / 12, "feet"),
  7618. default: true
  7619. },
  7620. {
  7621. name: "Minimacro",
  7622. height: math.unit(17 + 9 / 12, "feet")
  7623. },
  7624. {
  7625. name: "Macro",
  7626. height: math.unit(177.5, "feet")
  7627. },
  7628. {
  7629. name: "Megamacro",
  7630. height: math.unit(152, "miles")
  7631. },
  7632. ]
  7633. ))
  7634. characterMakers.push(() => makeCharacter(
  7635. { name: "Dafydd Tomos" },
  7636. {
  7637. front: {
  7638. height: math.unit(6.5, "inches"),
  7639. weight: math.unit(13, "oz"),
  7640. name: "Front",
  7641. image: {
  7642. source: "./media/characters/dafydd-tomos/front.svg",
  7643. extra: 2990 / 2603,
  7644. bottom: 0.03
  7645. }
  7646. },
  7647. },
  7648. [
  7649. {
  7650. name: "Micro",
  7651. height: math.unit(6.5, "inches"),
  7652. default: true
  7653. },
  7654. ]
  7655. ))
  7656. characterMakers.push(() => makeCharacter(
  7657. { name: "Splinter" },
  7658. {
  7659. front: {
  7660. height: math.unit(6, "feet"),
  7661. weight: math.unit(150, "lb"),
  7662. name: "Front",
  7663. image: {
  7664. source: "./media/characters/splinter/front.svg",
  7665. extra: 2990 / 2882,
  7666. bottom: 0.04
  7667. }
  7668. },
  7669. back: {
  7670. height: math.unit(6, "feet"),
  7671. weight: math.unit(150, "lb"),
  7672. name: "Back",
  7673. image: {
  7674. source: "./media/characters/splinter/back.svg",
  7675. extra: 2990 / 2882,
  7676. bottom: 0.04
  7677. }
  7678. },
  7679. },
  7680. [
  7681. {
  7682. name: "Normal",
  7683. height: math.unit(6, "feet")
  7684. },
  7685. {
  7686. name: "Macro",
  7687. height: math.unit(230, "meters"),
  7688. default: true
  7689. },
  7690. ]
  7691. ))
  7692. characterMakers.push(() => makeCharacter(
  7693. { name: "SnowGabumon" },
  7694. {
  7695. front: {
  7696. height: math.unit(4 + 10 / 12, "feet"),
  7697. weight: math.unit(480, "lb"),
  7698. name: "Front",
  7699. image: {
  7700. source: "./media/characters/snow-gabumon/front.svg",
  7701. extra: 1140 / 963,
  7702. bottom: 0.058
  7703. }
  7704. },
  7705. back: {
  7706. height: math.unit(4 + 10 / 12, "feet"),
  7707. weight: math.unit(480, "lb"),
  7708. name: "Back",
  7709. image: {
  7710. source: "./media/characters/snow-gabumon/back.svg",
  7711. extra: 1115 / 962,
  7712. bottom: 0.041
  7713. }
  7714. },
  7715. frontUndresed: {
  7716. height: math.unit(4 + 10 / 12, "feet"),
  7717. weight: math.unit(480, "lb"),
  7718. name: "Front (Undressed)",
  7719. image: {
  7720. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7721. extra: 1061 / 960,
  7722. bottom: 0.045
  7723. }
  7724. },
  7725. },
  7726. [
  7727. {
  7728. name: "Micro",
  7729. height: math.unit(1, "inch")
  7730. },
  7731. {
  7732. name: "Normal",
  7733. height: math.unit(4 + 10 / 12, "feet"),
  7734. default: true
  7735. },
  7736. {
  7737. name: "Macro",
  7738. height: math.unit(200, "feet")
  7739. },
  7740. {
  7741. name: "Megamacro",
  7742. height: math.unit(120, "miles")
  7743. },
  7744. {
  7745. name: "Gigamacro",
  7746. height: math.unit(9800, "miles")
  7747. },
  7748. ]
  7749. ))
  7750. characterMakers.push(() => makeCharacter(
  7751. { name: "Moody" },
  7752. {
  7753. front: {
  7754. height: math.unit(1.7, "meters"),
  7755. weight: math.unit(140, "lb"),
  7756. name: "Front",
  7757. image: {
  7758. source: "./media/characters/moody/front.svg",
  7759. extra: 3226 / 3007,
  7760. bottom: 0.087
  7761. }
  7762. },
  7763. },
  7764. [
  7765. {
  7766. name: "Micro",
  7767. height: math.unit(1, "mm")
  7768. },
  7769. {
  7770. name: "Normal",
  7771. height: math.unit(1.7, "meters"),
  7772. default: true
  7773. },
  7774. {
  7775. name: "Macro",
  7776. height: math.unit(80, "meters")
  7777. },
  7778. {
  7779. name: "Macro+",
  7780. height: math.unit(500, "meters")
  7781. },
  7782. ]
  7783. ))
  7784. characterMakers.push(() => makeCharacter(
  7785. { name: "Zyas" },
  7786. {
  7787. front: {
  7788. height: math.unit(6, "feet"),
  7789. weight: math.unit(150, "lb"),
  7790. name: "Front",
  7791. image: {
  7792. source: "./media/characters/zyas/front.svg",
  7793. extra: 1180 / 1120,
  7794. bottom: 0.045
  7795. }
  7796. },
  7797. },
  7798. [
  7799. {
  7800. name: "Normal",
  7801. height: math.unit(10, "feet"),
  7802. default: true
  7803. },
  7804. {
  7805. name: "Macro",
  7806. height: math.unit(500, "feet")
  7807. },
  7808. {
  7809. name: "Megamacro",
  7810. height: math.unit(5, "miles")
  7811. },
  7812. {
  7813. name: "Teramacro",
  7814. height: math.unit(150000, "miles")
  7815. },
  7816. ]
  7817. ))
  7818. characterMakers.push(() => makeCharacter(
  7819. { name: "Cuon" },
  7820. {
  7821. front: {
  7822. height: math.unit(6, "feet"),
  7823. weight: math.unit(150, "lb"),
  7824. name: "Front",
  7825. image: {
  7826. source: "./media/characters/cuon/front.svg",
  7827. extra: 1390 / 1320,
  7828. bottom: 0.008
  7829. }
  7830. },
  7831. },
  7832. [
  7833. {
  7834. name: "Micro",
  7835. height: math.unit(3, "inches")
  7836. },
  7837. {
  7838. name: "Normal",
  7839. height: math.unit(18 + 9 / 12, "feet"),
  7840. default: true
  7841. },
  7842. {
  7843. name: "Macro",
  7844. height: math.unit(360, "feet")
  7845. },
  7846. {
  7847. name: "Megamacro",
  7848. height: math.unit(360, "miles")
  7849. },
  7850. ]
  7851. ))
  7852. characterMakers.push(() => makeCharacter(
  7853. { name: "Nyanuxk" },
  7854. {
  7855. front: {
  7856. height: math.unit(2.4, "meters"),
  7857. weight: math.unit(70, "kg"),
  7858. name: "Front",
  7859. image: {
  7860. source: "./media/characters/nyanuxk/front.svg",
  7861. extra: 1172 / 1084,
  7862. bottom: 0.065
  7863. }
  7864. },
  7865. side: {
  7866. height: math.unit(2.4, "meters"),
  7867. weight: math.unit(70, "kg"),
  7868. name: "Side",
  7869. image: {
  7870. source: "./media/characters/nyanuxk/side.svg",
  7871. extra: 1190 / 1132,
  7872. bottom: 0.007
  7873. }
  7874. },
  7875. back: {
  7876. height: math.unit(2.4, "meters"),
  7877. weight: math.unit(70, "kg"),
  7878. name: "Back",
  7879. image: {
  7880. source: "./media/characters/nyanuxk/back.svg",
  7881. extra: 1200 / 1141,
  7882. bottom: 0.015
  7883. }
  7884. },
  7885. foot: {
  7886. height: math.unit(0.52, "meters"),
  7887. name: "Foot",
  7888. image: {
  7889. source: "./media/characters/nyanuxk/foot.svg"
  7890. }
  7891. },
  7892. },
  7893. [
  7894. {
  7895. name: "Micro",
  7896. height: math.unit(2, "cm")
  7897. },
  7898. {
  7899. name: "Normal",
  7900. height: math.unit(2.4, "meters"),
  7901. default: true
  7902. },
  7903. {
  7904. name: "Smaller Macro",
  7905. height: math.unit(120, "meters")
  7906. },
  7907. {
  7908. name: "Bigger Macro",
  7909. height: math.unit(1.2, "km")
  7910. },
  7911. {
  7912. name: "Megamacro",
  7913. height: math.unit(15, "kilometers")
  7914. },
  7915. {
  7916. name: "Gigamacro",
  7917. height: math.unit(2000, "km")
  7918. },
  7919. {
  7920. name: "Teramacro",
  7921. height: math.unit(500000, "km")
  7922. },
  7923. ]
  7924. ))
  7925. characterMakers.push(() => makeCharacter(
  7926. { name: "Ailbhe" },
  7927. {
  7928. side: {
  7929. height: math.unit(6, "feet"),
  7930. name: "Side",
  7931. image: {
  7932. source: "./media/characters/ailbhe/side.svg",
  7933. extra: 757 / 464,
  7934. bottom: 0.041
  7935. }
  7936. },
  7937. },
  7938. [
  7939. {
  7940. name: "Normal",
  7941. height: math.unit(1.07, "meters"),
  7942. default: true
  7943. },
  7944. ]
  7945. ))
  7946. characterMakers.push(() => makeCharacter(
  7947. { name: "Zevulfius" },
  7948. {
  7949. front: {
  7950. height: math.unit(6, "feet"),
  7951. weight: math.unit(120, "kg"),
  7952. name: "Front",
  7953. image: {
  7954. source: "./media/characters/zevulfius/front.svg",
  7955. extra: 965 / 903
  7956. }
  7957. },
  7958. side: {
  7959. height: math.unit(6, "feet"),
  7960. weight: math.unit(120, "kg"),
  7961. name: "Side",
  7962. image: {
  7963. source: "./media/characters/zevulfius/side.svg",
  7964. extra: 939 / 900
  7965. }
  7966. },
  7967. back: {
  7968. height: math.unit(6, "feet"),
  7969. weight: math.unit(120, "kg"),
  7970. name: "Back",
  7971. image: {
  7972. source: "./media/characters/zevulfius/back.svg",
  7973. extra: 918 / 854,
  7974. bottom: 0.005
  7975. }
  7976. },
  7977. foot: {
  7978. height: math.unit(6 / 3.72, "feet"),
  7979. name: "Foot",
  7980. image: {
  7981. source: "./media/characters/zevulfius/foot.svg"
  7982. }
  7983. },
  7984. },
  7985. [
  7986. {
  7987. name: "Macro",
  7988. height: math.unit(750, "meters")
  7989. },
  7990. {
  7991. name: "Megamacro",
  7992. height: math.unit(20, "km"),
  7993. default: true
  7994. },
  7995. {
  7996. name: "Gigamacro",
  7997. height: math.unit(2000, "km")
  7998. },
  7999. {
  8000. name: "Teramacro",
  8001. height: math.unit(250000, "km")
  8002. },
  8003. ]
  8004. ))
  8005. characterMakers.push(() => makeCharacter(
  8006. { name: "Rikes" },
  8007. {
  8008. front: {
  8009. height: math.unit(100, "feet"),
  8010. weight: math.unit(350, "kg"),
  8011. name: "Front",
  8012. image: {
  8013. source: "./media/characters/rikes/front.svg",
  8014. extra: 1565 / 1483,
  8015. bottom: 0.017
  8016. }
  8017. },
  8018. },
  8019. [
  8020. {
  8021. name: "Macro",
  8022. height: math.unit(100, "feet"),
  8023. default: true
  8024. },
  8025. ]
  8026. ))
  8027. characterMakers.push(() => makeCharacter(
  8028. { name: "Adam Silver-Mane" },
  8029. {
  8030. anthro: {
  8031. height: math.unit(8, "feet"),
  8032. weight: math.unit(120, "kg"),
  8033. name: "Anthro",
  8034. image: {
  8035. source: "./media/characters/adam-silver-mane/anthro.svg",
  8036. extra: 5743 / 5339,
  8037. bottom: 0.07
  8038. }
  8039. },
  8040. taur: {
  8041. height: math.unit(16, "feet"),
  8042. weight: math.unit(1500, "kg"),
  8043. name: "Taur",
  8044. image: {
  8045. source: "./media/characters/adam-silver-mane/taur.svg",
  8046. extra: 1713 / 1571,
  8047. bottom: 0.01
  8048. }
  8049. },
  8050. },
  8051. [
  8052. {
  8053. name: "Normal",
  8054. height: math.unit(8, "feet")
  8055. },
  8056. {
  8057. name: "Minimacro",
  8058. height: math.unit(80, "feet")
  8059. },
  8060. {
  8061. name: "Macro",
  8062. height: math.unit(800, "feet"),
  8063. default: true
  8064. },
  8065. {
  8066. name: "Megamacro",
  8067. height: math.unit(8000, "feet")
  8068. },
  8069. {
  8070. name: "Gigamacro",
  8071. height: math.unit(800, "miles")
  8072. },
  8073. {
  8074. name: "Teramacro",
  8075. height: math.unit(80000, "miles")
  8076. },
  8077. {
  8078. name: "Celestial",
  8079. height: math.unit(8e6, "miles")
  8080. },
  8081. {
  8082. name: "Star Dragon",
  8083. height: math.unit(800000, "parsecs")
  8084. },
  8085. {
  8086. name: "Godly",
  8087. height: math.unit(800, "teraparsecs")
  8088. },
  8089. ]
  8090. ))
  8091. characterMakers.push(() => makeCharacter(
  8092. { name: "Ky'owin" },
  8093. {
  8094. front: {
  8095. height: math.unit(6, "feet"),
  8096. weight: math.unit(150, "lb"),
  8097. name: "Front",
  8098. image: {
  8099. source: "./media/characters/ky'owin/front.svg",
  8100. extra: 3888 / 3068,
  8101. bottom: 0.015
  8102. }
  8103. },
  8104. },
  8105. [
  8106. {
  8107. name: "Normal",
  8108. height: math.unit(6 + 8 / 12, "feet")
  8109. },
  8110. {
  8111. name: "Large",
  8112. height: math.unit(68, "feet")
  8113. },
  8114. {
  8115. name: "Macro",
  8116. height: math.unit(132, "feet")
  8117. },
  8118. {
  8119. name: "Macro+",
  8120. height: math.unit(340, "feet")
  8121. },
  8122. {
  8123. name: "Macro++",
  8124. height: math.unit(680, "feet"),
  8125. default: true
  8126. },
  8127. {
  8128. name: "Megamacro",
  8129. height: math.unit(1, "mile")
  8130. },
  8131. {
  8132. name: "Megamacro+",
  8133. height: math.unit(10, "miles")
  8134. },
  8135. ]
  8136. ))
  8137. characterMakers.push(() => makeCharacter(
  8138. { name: "Mal" },
  8139. {
  8140. front: {
  8141. height: math.unit(4, "feet"),
  8142. weight: math.unit(50, "lb"),
  8143. name: "Front",
  8144. image: {
  8145. source: "./media/characters/mal/front.svg",
  8146. extra: 785 / 724,
  8147. bottom: 0.07
  8148. }
  8149. },
  8150. },
  8151. [
  8152. {
  8153. name: "Micro",
  8154. height: math.unit(4, "inches")
  8155. },
  8156. {
  8157. name: "Normal",
  8158. height: math.unit(4, "feet"),
  8159. default: true
  8160. },
  8161. {
  8162. name: "Macro",
  8163. height: math.unit(200, "feet")
  8164. },
  8165. ]
  8166. ))
  8167. characterMakers.push(() => makeCharacter(
  8168. { name: "Jordan Deware" },
  8169. {
  8170. front: {
  8171. height: math.unit(6, "feet"),
  8172. weight: math.unit(150, "lb"),
  8173. name: "Front",
  8174. image: {
  8175. source: "./media/characters/jordan-deware/front.svg",
  8176. extra: 1191 / 1012
  8177. }
  8178. },
  8179. },
  8180. [
  8181. {
  8182. name: "Nano",
  8183. height: math.unit(0.01, "mm")
  8184. },
  8185. {
  8186. name: "Minimicro",
  8187. height: math.unit(1, "mm")
  8188. },
  8189. {
  8190. name: "Micro",
  8191. height: math.unit(0.5, "inches")
  8192. },
  8193. {
  8194. name: "Normal",
  8195. height: math.unit(4, "feet"),
  8196. default: true
  8197. },
  8198. {
  8199. name: "Minimacro",
  8200. height: math.unit(40, "meters")
  8201. },
  8202. {
  8203. name: "Small Macro",
  8204. height: math.unit(400, "meters")
  8205. },
  8206. {
  8207. name: "Macro",
  8208. height: math.unit(4, "miles")
  8209. },
  8210. {
  8211. name: "Megamacro",
  8212. height: math.unit(40, "miles")
  8213. },
  8214. {
  8215. name: "Megamacro+",
  8216. height: math.unit(400, "miles")
  8217. },
  8218. {
  8219. name: "Gigamacro",
  8220. height: math.unit(400000, "miles")
  8221. },
  8222. ]
  8223. ))
  8224. characterMakers.push(() => makeCharacter(
  8225. { name: "Kimiko" },
  8226. {
  8227. side: {
  8228. height: math.unit(6, "feet"),
  8229. weight: math.unit(150, "lb"),
  8230. name: "Side",
  8231. image: {
  8232. source: "./media/characters/kimiko/side.svg",
  8233. extra: 600 / 358
  8234. }
  8235. },
  8236. },
  8237. [
  8238. {
  8239. name: "Normal",
  8240. height: math.unit(15, "feet"),
  8241. default: true
  8242. },
  8243. {
  8244. name: "Macro",
  8245. height: math.unit(220, "feet")
  8246. },
  8247. {
  8248. name: "Macro+",
  8249. height: math.unit(1450, "feet")
  8250. },
  8251. {
  8252. name: "Megamacro",
  8253. height: math.unit(11500, "feet")
  8254. },
  8255. {
  8256. name: "Gigamacro",
  8257. height: math.unit(9500, "miles")
  8258. },
  8259. {
  8260. name: "Teramacro",
  8261. height: math.unit(2208005005, "miles")
  8262. },
  8263. {
  8264. name: "Examacro",
  8265. height: math.unit(2750, "parsecs")
  8266. },
  8267. {
  8268. name: "Zettamacro",
  8269. height: math.unit(101500, "parsecs")
  8270. },
  8271. ]
  8272. ))
  8273. characterMakers.push(() => makeCharacter(
  8274. { name: "Andrew Sleepy" },
  8275. {
  8276. front: {
  8277. height: math.unit(6, "feet"),
  8278. weight: math.unit(70, "kg"),
  8279. name: "Front",
  8280. image: {
  8281. source: "./media/characters/andrew-sleepy/front.svg"
  8282. }
  8283. },
  8284. side: {
  8285. height: math.unit(6, "feet"),
  8286. weight: math.unit(70, "kg"),
  8287. name: "Side",
  8288. image: {
  8289. source: "./media/characters/andrew-sleepy/side.svg"
  8290. }
  8291. },
  8292. },
  8293. [
  8294. {
  8295. name: "Micro",
  8296. height: math.unit(1, "mm"),
  8297. default: true
  8298. },
  8299. ]
  8300. ))
  8301. characterMakers.push(() => makeCharacter(
  8302. { name: "Judio" },
  8303. {
  8304. front: {
  8305. height: math.unit(6, "feet"),
  8306. weight: math.unit(150, "lb"),
  8307. name: "Front",
  8308. image: {
  8309. source: "./media/characters/judio/front.svg",
  8310. extra: 1258 / 1110
  8311. }
  8312. },
  8313. },
  8314. [
  8315. {
  8316. name: "Normal",
  8317. height: math.unit(5 + 6 / 12, "feet")
  8318. },
  8319. {
  8320. name: "Macro",
  8321. height: math.unit(1000, "feet"),
  8322. default: true
  8323. },
  8324. {
  8325. name: "Megamacro",
  8326. height: math.unit(10, "miles")
  8327. },
  8328. ]
  8329. ))
  8330. characterMakers.push(() => makeCharacter(
  8331. { name: "Nomaxice" },
  8332. {
  8333. front: {
  8334. height: math.unit(6, "feet"),
  8335. weight: math.unit(68, "kg"),
  8336. name: "Front",
  8337. image: {
  8338. source: "./media/characters/nomaxice/front.svg",
  8339. extra: 1498 / 1073,
  8340. bottom: 0.075
  8341. }
  8342. },
  8343. foot: {
  8344. height: math.unit(1.1, "feet"),
  8345. name: "Foot",
  8346. image: {
  8347. source: "./media/characters/nomaxice/foot.svg"
  8348. }
  8349. },
  8350. },
  8351. [
  8352. {
  8353. name: "Micro",
  8354. height: math.unit(8, "cm")
  8355. },
  8356. {
  8357. name: "Norm",
  8358. height: math.unit(1.82, "m")
  8359. },
  8360. {
  8361. name: "Norm+",
  8362. height: math.unit(8.8, "feet")
  8363. },
  8364. {
  8365. name: "Big",
  8366. height: math.unit(8, "meters"),
  8367. default: true
  8368. },
  8369. {
  8370. name: "Macro",
  8371. height: math.unit(18, "meters")
  8372. },
  8373. {
  8374. name: "Macro+",
  8375. height: math.unit(88, "meters")
  8376. },
  8377. ]
  8378. ))
  8379. characterMakers.push(() => makeCharacter(
  8380. { name: "Dydros" },
  8381. {
  8382. front: {
  8383. height: math.unit(12, "feet"),
  8384. weight: math.unit(1.5, "tons"),
  8385. name: "Front",
  8386. image: {
  8387. source: "./media/characters/dydros/front.svg",
  8388. extra: 863 / 800,
  8389. bottom: 0.015
  8390. }
  8391. },
  8392. back: {
  8393. height: math.unit(12, "feet"),
  8394. weight: math.unit(1.5, "tons"),
  8395. name: "Back",
  8396. image: {
  8397. source: "./media/characters/dydros/back.svg",
  8398. extra: 900 / 843,
  8399. bottom: 0.005
  8400. }
  8401. },
  8402. },
  8403. [
  8404. {
  8405. name: "Normal",
  8406. height: math.unit(12, "feet"),
  8407. default: true
  8408. },
  8409. ]
  8410. ))
  8411. characterMakers.push(() => makeCharacter(
  8412. { name: "Riggi" },
  8413. {
  8414. front: {
  8415. height: math.unit(6, "feet"),
  8416. weight: math.unit(100, "kg"),
  8417. name: "Front",
  8418. image: {
  8419. source: "./media/characters/riggi/front.svg",
  8420. extra: 5787 / 5303
  8421. }
  8422. },
  8423. hyper: {
  8424. height: math.unit(6 * 5 / 3, "feet"),
  8425. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8426. name: "Hyper",
  8427. image: {
  8428. source: "./media/characters/riggi/hyper.svg",
  8429. extra: 3595 / 3485
  8430. }
  8431. },
  8432. },
  8433. [
  8434. {
  8435. name: "Small Macro",
  8436. height: math.unit(50, "feet")
  8437. },
  8438. {
  8439. name: "Default",
  8440. height: math.unit(200, "feet"),
  8441. default: true
  8442. },
  8443. {
  8444. name: "Loom",
  8445. height: math.unit(10000, "feet")
  8446. },
  8447. {
  8448. name: "Cruising Altitude",
  8449. height: math.unit(30000, "feet")
  8450. },
  8451. {
  8452. name: "Megamacro",
  8453. height: math.unit(100, "miles")
  8454. },
  8455. {
  8456. name: "Continent Sized",
  8457. height: math.unit(2800, "miles")
  8458. },
  8459. {
  8460. name: "Earth Sized",
  8461. height: math.unit(8000, "miles")
  8462. },
  8463. ]
  8464. ))
  8465. characterMakers.push(() => makeCharacter(
  8466. { name: "Alexi" },
  8467. {
  8468. front: {
  8469. height: math.unit(6, "feet"),
  8470. weight: math.unit(250, "lb"),
  8471. name: "Front",
  8472. image: {
  8473. source: "./media/characters/alexi/front.svg",
  8474. extra: 3483 / 3291,
  8475. bottom: 0.04
  8476. }
  8477. },
  8478. back: {
  8479. height: math.unit(6, "feet"),
  8480. weight: math.unit(250, "lb"),
  8481. name: "Back",
  8482. image: {
  8483. source: "./media/characters/alexi/back.svg",
  8484. extra: 3533 / 3356,
  8485. bottom: 0.021
  8486. }
  8487. },
  8488. frontTransformed: {
  8489. height: math.unit(12.5, "feet"),
  8490. weight: math.unit(4000, "lb"),
  8491. name: "Front (Transformed)",
  8492. image: {
  8493. source: "./media/characters/alexi/front-transformed.svg",
  8494. extra: 5345 / 5100,
  8495. bottom: 0.03
  8496. }
  8497. },
  8498. },
  8499. [
  8500. {
  8501. name: "Normal",
  8502. height: math.unit(3, "meters"),
  8503. default: true
  8504. },
  8505. {
  8506. name: "Minimacro",
  8507. height: math.unit(30, "meters")
  8508. },
  8509. {
  8510. name: "Macro",
  8511. height: math.unit(500, "meters")
  8512. },
  8513. {
  8514. name: "Megamacro",
  8515. height: math.unit(9000, "km")
  8516. },
  8517. {
  8518. name: "Teramacro",
  8519. height: math.unit(384000, "km")
  8520. },
  8521. ]
  8522. ))
  8523. characterMakers.push(() => makeCharacter(
  8524. { name: "Kayroo" },
  8525. {
  8526. front: {
  8527. height: math.unit(6, "feet"),
  8528. weight: math.unit(150, "lb"),
  8529. name: "Front",
  8530. image: {
  8531. source: "./media/characters/kayroo/front.svg",
  8532. extra: 1153 / 1038,
  8533. bottom: 0.06
  8534. }
  8535. },
  8536. foot: {
  8537. height: math.unit(6, "feet"),
  8538. weight: math.unit(150, "lb"),
  8539. name: "Foot",
  8540. image: {
  8541. source: "./media/characters/kayroo/foot.svg"
  8542. }
  8543. },
  8544. },
  8545. [
  8546. {
  8547. name: "Normal",
  8548. height: math.unit(8, "feet"),
  8549. default: true
  8550. },
  8551. {
  8552. name: "Minimacro",
  8553. height: math.unit(250, "feet")
  8554. },
  8555. {
  8556. name: "Macro",
  8557. height: math.unit(2800, "feet")
  8558. },
  8559. {
  8560. name: "Megamacro",
  8561. height: math.unit(5200, "feet")
  8562. },
  8563. {
  8564. name: "Gigamacro",
  8565. height: math.unit(27000, "feet")
  8566. },
  8567. {
  8568. name: "Omega",
  8569. height: math.unit(45000, "feet")
  8570. },
  8571. ]
  8572. ))
  8573. characterMakers.push(() => makeCharacter(
  8574. { name: "Rhys" },
  8575. {
  8576. front: {
  8577. height: math.unit(18, "feet"),
  8578. weight: math.unit(5800, "lb"),
  8579. name: "Front",
  8580. image: {
  8581. source: "./media/characters/rhys/front.svg",
  8582. extra: 3386 / 3090,
  8583. bottom: 0.07
  8584. }
  8585. },
  8586. },
  8587. [
  8588. {
  8589. name: "Normal",
  8590. height: math.unit(18, "feet"),
  8591. default: true
  8592. },
  8593. {
  8594. name: "Working Size",
  8595. height: math.unit(200, "feet")
  8596. },
  8597. {
  8598. name: "Demolition Size",
  8599. height: math.unit(2000, "feet")
  8600. },
  8601. {
  8602. name: "Maximum Licensed Size",
  8603. height: math.unit(5, "miles")
  8604. },
  8605. {
  8606. name: "Maximum Observed Size",
  8607. height: math.unit(10, "yottameters")
  8608. },
  8609. ]
  8610. ))
  8611. characterMakers.push(() => makeCharacter(
  8612. { name: "Toto" },
  8613. {
  8614. front: {
  8615. height: math.unit(6, "feet"),
  8616. weight: math.unit(250, "lb"),
  8617. name: "Front",
  8618. image: {
  8619. source: "./media/characters/toto/front.svg",
  8620. extra: 527 / 479,
  8621. bottom: 0.05
  8622. }
  8623. },
  8624. },
  8625. [
  8626. {
  8627. name: "Micro",
  8628. height: math.unit(3, "feet")
  8629. },
  8630. {
  8631. name: "Normal",
  8632. height: math.unit(10, "feet")
  8633. },
  8634. {
  8635. name: "Macro",
  8636. height: math.unit(150, "feet"),
  8637. default: true
  8638. },
  8639. {
  8640. name: "Megamacro",
  8641. height: math.unit(1200, "feet")
  8642. },
  8643. ]
  8644. ))
  8645. characterMakers.push(() => makeCharacter(
  8646. { name: "King" },
  8647. {
  8648. back: {
  8649. height: math.unit(6, "feet"),
  8650. weight: math.unit(150, "lb"),
  8651. name: "Back",
  8652. image: {
  8653. source: "./media/characters/king/back.svg"
  8654. }
  8655. },
  8656. },
  8657. [
  8658. {
  8659. name: "Micro",
  8660. height: math.unit(2, "inches")
  8661. },
  8662. {
  8663. name: "Normal",
  8664. height: math.unit(8, "feet")
  8665. },
  8666. {
  8667. name: "Macro",
  8668. height: math.unit(200, "feet"),
  8669. default: true
  8670. },
  8671. {
  8672. name: "Megamacro",
  8673. height: math.unit(50, "miles")
  8674. },
  8675. ]
  8676. ))
  8677. characterMakers.push(() => makeCharacter(
  8678. { name: "Cordite" },
  8679. {
  8680. anthro: {
  8681. height: math.unit(6 + 5 / 12, "feet"),
  8682. weight: math.unit(280, "lb"),
  8683. name: "Anthro",
  8684. image: {
  8685. source: "./media/characters/cordite/anthro.svg",
  8686. extra: 1986 / 1905,
  8687. bottom: 0.025
  8688. }
  8689. },
  8690. feral: {
  8691. height: math.unit(2, "feet"),
  8692. weight: math.unit(90, "lb"),
  8693. name: "Feral",
  8694. image: {
  8695. source: "./media/characters/cordite/feral.svg",
  8696. extra: 1260 / 755,
  8697. bottom: 0.05
  8698. }
  8699. },
  8700. },
  8701. [
  8702. {
  8703. name: "Normal",
  8704. height: math.unit(6 + 5 / 12, "feet"),
  8705. default: true
  8706. },
  8707. ]
  8708. ))
  8709. characterMakers.push(() => makeCharacter(
  8710. { name: "Pianostrong" },
  8711. {
  8712. front: {
  8713. height: math.unit(6, "feet"),
  8714. weight: math.unit(150, "lb"),
  8715. name: "Front",
  8716. image: {
  8717. source: "./media/characters/pianostrong/front.svg",
  8718. extra: 6577 / 6254,
  8719. bottom: 0.02
  8720. }
  8721. },
  8722. side: {
  8723. height: math.unit(6, "feet"),
  8724. weight: math.unit(150, "lb"),
  8725. name: "Side",
  8726. image: {
  8727. source: "./media/characters/pianostrong/side.svg",
  8728. extra: 6106 / 5730
  8729. }
  8730. },
  8731. back: {
  8732. height: math.unit(6, "feet"),
  8733. weight: math.unit(150, "lb"),
  8734. name: "Back",
  8735. image: {
  8736. source: "./media/characters/pianostrong/back.svg",
  8737. extra: 6085 / 5733,
  8738. bottom: 0.01
  8739. }
  8740. },
  8741. },
  8742. [
  8743. {
  8744. name: "Macro",
  8745. height: math.unit(100, "feet")
  8746. },
  8747. {
  8748. name: "Macro+",
  8749. height: math.unit(300, "feet"),
  8750. default: true
  8751. },
  8752. {
  8753. name: "Macro++",
  8754. height: math.unit(1000, "feet")
  8755. },
  8756. ]
  8757. ))
  8758. characterMakers.push(() => makeCharacter(
  8759. { name: "Kona" },
  8760. {
  8761. front: {
  8762. height: math.unit(6, "feet"),
  8763. weight: math.unit(150, "lb"),
  8764. name: "Front",
  8765. image: {
  8766. source: "./media/characters/kona/front.svg",
  8767. extra: 2960 / 2629,
  8768. bottom: 0.005
  8769. }
  8770. },
  8771. },
  8772. [
  8773. {
  8774. name: "Normal",
  8775. height: math.unit(11 + 8 / 12, "feet")
  8776. },
  8777. {
  8778. name: "Macro",
  8779. height: math.unit(850, "feet"),
  8780. default: true
  8781. },
  8782. {
  8783. name: "Macro+",
  8784. height: math.unit(1.5, "km"),
  8785. default: true
  8786. },
  8787. {
  8788. name: "Megamacro",
  8789. height: math.unit(80, "miles")
  8790. },
  8791. {
  8792. name: "Gigamacro",
  8793. height: math.unit(3500, "miles")
  8794. },
  8795. ]
  8796. ))
  8797. characterMakers.push(() => makeCharacter(
  8798. { name: "Levi" },
  8799. {
  8800. side: {
  8801. height: math.unit(1.9, "meters"),
  8802. weight: math.unit(326, "kg"),
  8803. name: "Side",
  8804. image: {
  8805. source: "./media/characters/levi/side.svg",
  8806. extra: 1704 / 1334,
  8807. bottom: 0.02
  8808. }
  8809. },
  8810. },
  8811. [
  8812. {
  8813. name: "Normal",
  8814. height: math.unit(1.9, "meters"),
  8815. default: true
  8816. },
  8817. {
  8818. name: "Macro",
  8819. height: math.unit(20, "meters")
  8820. },
  8821. {
  8822. name: "Macro+",
  8823. height: math.unit(200, "meters")
  8824. },
  8825. {
  8826. name: "Megamacro",
  8827. height: math.unit(2, "km")
  8828. },
  8829. {
  8830. name: "Megamacro+",
  8831. height: math.unit(20, "km")
  8832. },
  8833. {
  8834. name: "Gigamacro",
  8835. height: math.unit(2500, "km")
  8836. },
  8837. {
  8838. name: "Gigamacro+",
  8839. height: math.unit(120000, "km")
  8840. },
  8841. {
  8842. name: "Teramacro",
  8843. height: math.unit(7.77e6, "km")
  8844. },
  8845. ]
  8846. ))
  8847. characterMakers.push(() => makeCharacter(
  8848. { name: "BMC" },
  8849. {
  8850. front: {
  8851. height: math.unit(6 + 4 / 12, "feet"),
  8852. weight: math.unit(188, "lb"),
  8853. name: "Front",
  8854. image: {
  8855. source: "./media/characters/bmc/front.svg",
  8856. extra: 1067 / 1022,
  8857. bottom: 0.047
  8858. }
  8859. },
  8860. },
  8861. [
  8862. {
  8863. name: "Human-sized",
  8864. height: math.unit(6 + 4 / 12, "feet")
  8865. },
  8866. {
  8867. name: "Small",
  8868. height: math.unit(250, "feet")
  8869. },
  8870. {
  8871. name: "Normal",
  8872. height: math.unit(1250, "feet"),
  8873. default: true
  8874. },
  8875. {
  8876. name: "Good Day",
  8877. height: math.unit(88, "miles")
  8878. },
  8879. {
  8880. name: "Largest Measured Size",
  8881. height: math.unit(11.2e6, "lightyears")
  8882. },
  8883. ]
  8884. ))
  8885. characterMakers.push(() => makeCharacter(
  8886. { name: "Sven the Kaiju" },
  8887. {
  8888. front: {
  8889. height: math.unit(20, "feet"),
  8890. weight: math.unit(2016, "kg"),
  8891. name: "Front",
  8892. image: {
  8893. source: "./media/characters/sven-the-kaiju/front.svg",
  8894. extra: 1479 / 1449,
  8895. bottom: 0.05
  8896. }
  8897. },
  8898. },
  8899. [
  8900. {
  8901. name: "Fairy",
  8902. height: math.unit(6, "inches")
  8903. },
  8904. {
  8905. name: "Normal",
  8906. height: math.unit(20, "feet"),
  8907. default: true
  8908. },
  8909. {
  8910. name: "Rampage",
  8911. height: math.unit(200, "feet")
  8912. },
  8913. {
  8914. name: "Archfey Forest Guardian",
  8915. height: math.unit(1, "mile")
  8916. },
  8917. ]
  8918. ))
  8919. characterMakers.push(() => makeCharacter(
  8920. { name: "Marik" },
  8921. {
  8922. front: {
  8923. height: math.unit(4, "meters"),
  8924. weight: math.unit(2, "tons"),
  8925. name: "Front",
  8926. image: {
  8927. source: "./media/characters/marik/front.svg",
  8928. extra: 1057 / 1003,
  8929. bottom: 0.08
  8930. }
  8931. },
  8932. },
  8933. [
  8934. {
  8935. name: "Normal",
  8936. height: math.unit(4, "meters"),
  8937. default: true
  8938. },
  8939. {
  8940. name: "Macro",
  8941. height: math.unit(20, "meters")
  8942. },
  8943. {
  8944. name: "Megamacro",
  8945. height: math.unit(50, "km")
  8946. },
  8947. {
  8948. name: "Gigamacro",
  8949. height: math.unit(100, "km")
  8950. },
  8951. {
  8952. name: "Alpha Macro",
  8953. height: math.unit(7.88e7, "yottameters")
  8954. },
  8955. ]
  8956. ))
  8957. characterMakers.push(() => makeCharacter(
  8958. { name: "Mel" },
  8959. {
  8960. front: {
  8961. height: math.unit(6, "feet"),
  8962. weight: math.unit(110, "lb"),
  8963. name: "Front",
  8964. image: {
  8965. source: "./media/characters/mel/front.svg",
  8966. extra: 736 / 617,
  8967. bottom: 0.017
  8968. }
  8969. },
  8970. },
  8971. [
  8972. {
  8973. name: "Pico",
  8974. height: math.unit(3, "pm")
  8975. },
  8976. {
  8977. name: "Nano",
  8978. height: math.unit(3, "nm")
  8979. },
  8980. {
  8981. name: "Micro",
  8982. height: math.unit(0.3, "mm"),
  8983. default: true
  8984. },
  8985. {
  8986. name: "Micro+",
  8987. height: math.unit(3, "mm")
  8988. },
  8989. {
  8990. name: "Normal",
  8991. height: math.unit(5 + 10.5 / 12, "feet")
  8992. },
  8993. ]
  8994. ))
  8995. characterMakers.push(() => makeCharacter(
  8996. { name: "Lykonous" },
  8997. {
  8998. kaiju: {
  8999. height: math.unit(1.75, "meters"),
  9000. weight: math.unit(55, "kg"),
  9001. name: "Kaiju",
  9002. image: {
  9003. source: "./media/characters/lykonous/kaiju.svg",
  9004. extra: 1055 / 946,
  9005. bottom: 0.135
  9006. }
  9007. },
  9008. },
  9009. [
  9010. {
  9011. name: "Normal",
  9012. height: math.unit(2.5, "meters"),
  9013. default: true
  9014. },
  9015. {
  9016. name: "Kaiju Dragon",
  9017. height: math.unit(60, "meters")
  9018. },
  9019. {
  9020. name: "Mega Kaiju",
  9021. height: math.unit(120, "km")
  9022. },
  9023. {
  9024. name: "Giga Kaiju",
  9025. height: math.unit(200, "megameters")
  9026. },
  9027. {
  9028. name: "Terra Kaiju",
  9029. height: math.unit(400, "gigameters")
  9030. },
  9031. {
  9032. name: "Kaiju Dragon God",
  9033. height: math.unit(13000, "exaparsecs")
  9034. },
  9035. ]
  9036. ))
  9037. characterMakers.push(() => makeCharacter(
  9038. { name: "Blü" },
  9039. {
  9040. front: {
  9041. height: math.unit(6, "feet"),
  9042. weight: math.unit(150, "lb"),
  9043. name: "Front",
  9044. image: {
  9045. source: "./media/characters/blü/front.svg",
  9046. extra: 1883 / 1564,
  9047. bottom: 0.031
  9048. }
  9049. },
  9050. },
  9051. [
  9052. {
  9053. name: "Normal",
  9054. height: math.unit(13, "feet"),
  9055. default: true
  9056. },
  9057. {
  9058. name: "Big Boi",
  9059. height: math.unit(150, "meters")
  9060. },
  9061. {
  9062. name: "Mini Stomper",
  9063. height: math.unit(300, "meters")
  9064. },
  9065. {
  9066. name: "Macro",
  9067. height: math.unit(1000, "meters")
  9068. },
  9069. {
  9070. name: "Megamacro",
  9071. height: math.unit(11000, "meters")
  9072. },
  9073. {
  9074. name: "Gigamacro",
  9075. height: math.unit(11000, "km")
  9076. },
  9077. {
  9078. name: "Teramacro",
  9079. height: math.unit(420000, "km")
  9080. },
  9081. {
  9082. name: "Examacro",
  9083. height: math.unit(120, "parsecs")
  9084. },
  9085. {
  9086. name: "God Tho",
  9087. height: math.unit(98000000000, "parsecs")
  9088. },
  9089. ]
  9090. ))
  9091. characterMakers.push(() => makeCharacter(
  9092. { name: "Scales" },
  9093. {
  9094. taurFront: {
  9095. height: math.unit(6, "feet"),
  9096. weight: math.unit(200, "lb"),
  9097. name: "Taur (Front)",
  9098. image: {
  9099. source: "./media/characters/scales/taur-front.svg",
  9100. extra: 1,
  9101. bottom: 0.05
  9102. }
  9103. },
  9104. taurBack: {
  9105. height: math.unit(6, "feet"),
  9106. weight: math.unit(200, "lb"),
  9107. name: "Taur (Back)",
  9108. image: {
  9109. source: "./media/characters/scales/taur-back.svg",
  9110. extra: 1,
  9111. bottom: 0.08
  9112. }
  9113. },
  9114. anthro: {
  9115. height: math.unit(6 * 7 / 12, "feet"),
  9116. weight: math.unit(100, "lb"),
  9117. name: "Anthro",
  9118. image: {
  9119. source: "./media/characters/scales/anthro.svg",
  9120. extra: 1,
  9121. bottom: 0.06
  9122. }
  9123. },
  9124. },
  9125. [
  9126. {
  9127. name: "Normal",
  9128. height: math.unit(12, "feet"),
  9129. default: true
  9130. },
  9131. ]
  9132. ))
  9133. characterMakers.push(() => makeCharacter(
  9134. { name: "Koragos" },
  9135. {
  9136. front: {
  9137. height: math.unit(6, "feet"),
  9138. weight: math.unit(150, "lb"),
  9139. name: "Front",
  9140. image: {
  9141. source: "./media/characters/koragos/front.svg",
  9142. extra: 841 / 794,
  9143. bottom: 0.035
  9144. }
  9145. },
  9146. back: {
  9147. height: math.unit(6, "feet"),
  9148. weight: math.unit(150, "lb"),
  9149. name: "Back",
  9150. image: {
  9151. source: "./media/characters/koragos/back.svg",
  9152. extra: 841 / 810,
  9153. bottom: 0.022
  9154. }
  9155. },
  9156. },
  9157. [
  9158. {
  9159. name: "Normal",
  9160. height: math.unit(6 + 11 / 12, "feet"),
  9161. default: true
  9162. },
  9163. {
  9164. name: "Macro",
  9165. height: math.unit(490, "feet")
  9166. },
  9167. {
  9168. name: "Megamacro",
  9169. height: math.unit(10, "miles")
  9170. },
  9171. {
  9172. name: "Gigamacro",
  9173. height: math.unit(50, "miles")
  9174. },
  9175. ]
  9176. ))
  9177. characterMakers.push(() => makeCharacter(
  9178. { name: "Xylrem" },
  9179. {
  9180. front: {
  9181. height: math.unit(6, "feet"),
  9182. weight: math.unit(250, "lb"),
  9183. name: "Front",
  9184. image: {
  9185. source: "./media/characters/xylrem/front.svg",
  9186. extra: 3323 / 3050,
  9187. bottom: 0.065
  9188. }
  9189. },
  9190. },
  9191. [
  9192. {
  9193. name: "Micro",
  9194. height: math.unit(4, "feet")
  9195. },
  9196. {
  9197. name: "Normal",
  9198. height: math.unit(16, "feet"),
  9199. default: true
  9200. },
  9201. {
  9202. name: "Macro",
  9203. height: math.unit(2720, "feet")
  9204. },
  9205. {
  9206. name: "Megamacro",
  9207. height: math.unit(25000, "miles")
  9208. },
  9209. ]
  9210. ))
  9211. characterMakers.push(() => makeCharacter(
  9212. { name: "Ikideru" },
  9213. {
  9214. front: {
  9215. height: math.unit(8, "feet"),
  9216. weight: math.unit(250, "kg"),
  9217. name: "Front",
  9218. image: {
  9219. source: "./media/characters/ikideru/front.svg",
  9220. extra: 930 / 870,
  9221. bottom: 0.087
  9222. }
  9223. },
  9224. back: {
  9225. height: math.unit(8, "feet"),
  9226. weight: math.unit(250, "kg"),
  9227. name: "Back",
  9228. image: {
  9229. source: "./media/characters/ikideru/back.svg",
  9230. extra: 919 / 852,
  9231. bottom: 0.055
  9232. }
  9233. },
  9234. },
  9235. [
  9236. {
  9237. name: "Rare",
  9238. height: math.unit(8, "feet"),
  9239. default: true
  9240. },
  9241. {
  9242. name: "Playful Loom",
  9243. height: math.unit(80, "feet")
  9244. },
  9245. {
  9246. name: "City Leaner",
  9247. height: math.unit(230, "feet")
  9248. },
  9249. {
  9250. name: "Megamacro",
  9251. height: math.unit(2500, "feet")
  9252. },
  9253. {
  9254. name: "Gigamacro",
  9255. height: math.unit(26400, "feet")
  9256. },
  9257. {
  9258. name: "Tectonic Shifter",
  9259. height: math.unit(1.7, "megameters")
  9260. },
  9261. {
  9262. name: "Planet Carer",
  9263. height: math.unit(21, "megameters")
  9264. },
  9265. {
  9266. name: "God",
  9267. height: math.unit(11157.22, "parsecs")
  9268. },
  9269. ]
  9270. ))
  9271. characterMakers.push(() => makeCharacter(
  9272. { name: "Neo" },
  9273. {
  9274. front: {
  9275. height: math.unit(6, "feet"),
  9276. weight: math.unit(120, "lb"),
  9277. name: "Front",
  9278. image: {
  9279. source: "./media/characters/neo/front.svg"
  9280. }
  9281. },
  9282. },
  9283. [
  9284. {
  9285. name: "Micro",
  9286. height: math.unit(2, "inches"),
  9287. default: true
  9288. },
  9289. {
  9290. name: "Human Size",
  9291. height: math.unit(5 + 8 / 12, "feet")
  9292. },
  9293. ]
  9294. ))
  9295. characterMakers.push(() => makeCharacter(
  9296. { name: "Chauncey (Chantz)" },
  9297. {
  9298. front: {
  9299. height: math.unit(13 + 10 / 12, "feet"),
  9300. weight: math.unit(5320, "lb"),
  9301. name: "Front",
  9302. image: {
  9303. source: "./media/characters/chauncey-chantz/front.svg",
  9304. extra: 1587 / 1435,
  9305. bottom: 0.02
  9306. }
  9307. },
  9308. },
  9309. [
  9310. {
  9311. name: "Normal",
  9312. height: math.unit(13 + 10 / 12, "feet"),
  9313. default: true
  9314. },
  9315. {
  9316. name: "Macro",
  9317. height: math.unit(45, "feet")
  9318. },
  9319. {
  9320. name: "Megamacro",
  9321. height: math.unit(250, "miles")
  9322. },
  9323. {
  9324. name: "Planetary",
  9325. height: math.unit(10000, "miles")
  9326. },
  9327. {
  9328. name: "Galactic",
  9329. height: math.unit(40000, "parsecs")
  9330. },
  9331. {
  9332. name: "Universal",
  9333. height: math.unit(1, "yottameter")
  9334. },
  9335. ]
  9336. ))
  9337. characterMakers.push(() => makeCharacter(
  9338. { name: "Epifox" },
  9339. {
  9340. front: {
  9341. height: math.unit(6, "feet"),
  9342. weight: math.unit(150, "lb"),
  9343. name: "Front",
  9344. image: {
  9345. source: "./media/characters/epifox/front.svg",
  9346. extra: 1,
  9347. bottom: 0.075
  9348. }
  9349. },
  9350. },
  9351. [
  9352. {
  9353. name: "Micro",
  9354. height: math.unit(6, "inches")
  9355. },
  9356. {
  9357. name: "Normal",
  9358. height: math.unit(12, "feet"),
  9359. default: true
  9360. },
  9361. {
  9362. name: "Macro",
  9363. height: math.unit(3810, "feet")
  9364. },
  9365. {
  9366. name: "Megamacro",
  9367. height: math.unit(500, "miles")
  9368. },
  9369. ]
  9370. ))
  9371. characterMakers.push(() => makeCharacter(
  9372. { name: "Colin T." },
  9373. {
  9374. front: {
  9375. height: math.unit(1.8796, "m"),
  9376. weight: math.unit(230, "lb"),
  9377. name: "Front",
  9378. image: {
  9379. source: "./media/characters/colin-t/front.svg",
  9380. extra: 1272 / 1193,
  9381. bottom: 0.07
  9382. }
  9383. },
  9384. },
  9385. [
  9386. {
  9387. name: "Micro",
  9388. height: math.unit(0.571, "meters")
  9389. },
  9390. {
  9391. name: "Normal",
  9392. height: math.unit(1.8796, "meters"),
  9393. default: true
  9394. },
  9395. {
  9396. name: "Tall",
  9397. height: math.unit(4, "meters")
  9398. },
  9399. {
  9400. name: "Macro",
  9401. height: math.unit(67.241, "meters")
  9402. },
  9403. {
  9404. name: "Megamacro",
  9405. height: math.unit(371.856, "meters")
  9406. },
  9407. {
  9408. name: "Planetary",
  9409. height: math.unit(12631.5689, "km")
  9410. },
  9411. ]
  9412. ))
  9413. characterMakers.push(() => makeCharacter(
  9414. { name: "Matvei" },
  9415. {
  9416. front: {
  9417. height: math.unit(1.85, "meters"),
  9418. weight: math.unit(80, "kg"),
  9419. name: "Front",
  9420. image: {
  9421. source: "./media/characters/matvei/front.svg",
  9422. extra: 614 / 594,
  9423. bottom: 0.01
  9424. }
  9425. },
  9426. },
  9427. [
  9428. {
  9429. name: "Normal",
  9430. height: math.unit(1.85, "meters"),
  9431. default: true
  9432. },
  9433. ]
  9434. ))
  9435. characterMakers.push(() => makeCharacter(
  9436. { name: "Quincy" },
  9437. {
  9438. front: {
  9439. height: math.unit(5 + 9 / 12, "feet"),
  9440. weight: math.unit(70, "lb"),
  9441. name: "Front",
  9442. image: {
  9443. source: "./media/characters/quincy/front.svg",
  9444. extra: 3041 / 2751
  9445. }
  9446. },
  9447. back: {
  9448. height: math.unit(5 + 9 / 12, "feet"),
  9449. weight: math.unit(70, "lb"),
  9450. name: "Back",
  9451. image: {
  9452. source: "./media/characters/quincy/back.svg",
  9453. extra: 3041 / 2751
  9454. }
  9455. },
  9456. flying: {
  9457. height: math.unit(5 + 4 / 12, "feet"),
  9458. weight: math.unit(70, "lb"),
  9459. name: "Flying",
  9460. image: {
  9461. source: "./media/characters/quincy/flying.svg",
  9462. extra: 1044 / 930
  9463. }
  9464. },
  9465. },
  9466. [
  9467. {
  9468. name: "Micro",
  9469. height: math.unit(3, "cm")
  9470. },
  9471. {
  9472. name: "Normal",
  9473. height: math.unit(5 + 9 / 12, "feet")
  9474. },
  9475. {
  9476. name: "Macro",
  9477. height: math.unit(200, "meters"),
  9478. default: true
  9479. },
  9480. {
  9481. name: "Megamacro",
  9482. height: math.unit(1000, "meters")
  9483. },
  9484. ]
  9485. ))
  9486. characterMakers.push(() => makeCharacter(
  9487. { name: "Vanrel" },
  9488. {
  9489. front: {
  9490. height: math.unit(4 + 7 / 12, "feet"),
  9491. weight: math.unit(150, "lb"),
  9492. name: "Front",
  9493. image: {
  9494. source: "./media/characters/vanrel/front.svg",
  9495. extra: 1,
  9496. bottom: 0.02
  9497. }
  9498. },
  9499. elemental: {
  9500. height: math.unit(3, "feet"),
  9501. weight: math.unit(150, "lb"),
  9502. name: "Elemental",
  9503. image: {
  9504. source: "./media/characters/vanrel/elemental.svg",
  9505. extra: 192.3/162.8,
  9506. bottom: 1.79/194.17
  9507. }
  9508. },
  9509. side: {
  9510. height: math.unit(4 + 7 / 12, "feet"),
  9511. weight: math.unit(150, "lb"),
  9512. name: "Side",
  9513. image: {
  9514. source: "./media/characters/vanrel/side.svg",
  9515. extra: 1,
  9516. bottom: 0.025
  9517. }
  9518. },
  9519. tome: {
  9520. height: math.unit(1.35, "feet"),
  9521. weight: math.unit(10, "lb"),
  9522. name: "Vanrel's Tome",
  9523. rename: true,
  9524. image: {
  9525. source: "./media/characters/vanrel/tome.svg"
  9526. }
  9527. },
  9528. beans: {
  9529. height: math.unit(0.89, "feet"),
  9530. name: "Beans",
  9531. image: {
  9532. source: "./media/characters/vanrel/beans.svg"
  9533. }
  9534. },
  9535. },
  9536. [
  9537. {
  9538. name: "Normal",
  9539. height: math.unit(4 + 7 / 12, "feet"),
  9540. default: true
  9541. },
  9542. ]
  9543. ))
  9544. characterMakers.push(() => makeCharacter(
  9545. { name: "Kuiper Vanrel" },
  9546. {
  9547. front: {
  9548. height: math.unit(7 + 5 / 12, "feet"),
  9549. weight: math.unit(150, "lb"),
  9550. name: "Front",
  9551. image: {
  9552. source: "./media/characters/kuiper-vanrel/front.svg",
  9553. extra: 1118 / 1068,
  9554. bottom: 0.09
  9555. }
  9556. },
  9557. foot: {
  9558. height: math.unit(0.55, "meters"),
  9559. name: "Foot",
  9560. image: {
  9561. source: "./media/characters/kuiper-vanrel/foot.svg",
  9562. }
  9563. },
  9564. battle: {
  9565. height: math.unit(6.824, "feet"),
  9566. weight: math.unit(150, "lb"),
  9567. name: "Battle",
  9568. image: {
  9569. source: "./media/characters/kuiper-vanrel/battle.svg",
  9570. extra: 1466/1327,
  9571. bottom: 29/1492.5
  9572. }
  9573. },
  9574. },
  9575. [
  9576. {
  9577. name: "Normal",
  9578. height: math.unit(7 + 5 / 12, "feet"),
  9579. default: true
  9580. },
  9581. ]
  9582. ))
  9583. characterMakers.push(() => makeCharacter(
  9584. { name: "Keset Vanrel" },
  9585. {
  9586. front: {
  9587. height: math.unit(8 + 5 / 12, "feet"),
  9588. weight: math.unit(150, "lb"),
  9589. name: "Front",
  9590. image: {
  9591. source: "./media/characters/keset-vanrel/front.svg",
  9592. extra: 1150 / 1084,
  9593. bottom: 0.05
  9594. }
  9595. },
  9596. hand: {
  9597. height: math.unit(0.6, "meters"),
  9598. name: "Hand",
  9599. image: {
  9600. source: "./media/characters/keset-vanrel/hand.svg"
  9601. }
  9602. },
  9603. foot: {
  9604. height: math.unit(0.94978, "meters"),
  9605. name: "Foot",
  9606. image: {
  9607. source: "./media/characters/keset-vanrel/foot.svg"
  9608. }
  9609. },
  9610. battle: {
  9611. height: math.unit(7.408, "feet"),
  9612. weight: math.unit(150, "lb"),
  9613. name: "Battle",
  9614. image: {
  9615. source: "./media/characters/keset-vanrel/battle.svg",
  9616. extra: 1890/1386,
  9617. bottom: 73.28/1970
  9618. }
  9619. },
  9620. },
  9621. [
  9622. {
  9623. name: "Normal",
  9624. height: math.unit(8 + 5 / 12, "feet"),
  9625. default: true
  9626. },
  9627. ]
  9628. ))
  9629. characterMakers.push(() => makeCharacter(
  9630. { name: "Neos" },
  9631. {
  9632. front: {
  9633. height: math.unit(6, "feet"),
  9634. weight: math.unit(150, "lb"),
  9635. name: "Front",
  9636. image: {
  9637. source: "./media/characters/neos/front.svg",
  9638. extra: 1696 / 992,
  9639. bottom: 0.14
  9640. }
  9641. },
  9642. },
  9643. [
  9644. {
  9645. name: "Normal",
  9646. height: math.unit(54, "cm"),
  9647. default: true
  9648. },
  9649. {
  9650. name: "Macro",
  9651. height: math.unit(100, "m")
  9652. },
  9653. {
  9654. name: "Megamacro",
  9655. height: math.unit(10, "km")
  9656. },
  9657. {
  9658. name: "Megamacro+",
  9659. height: math.unit(100, "km")
  9660. },
  9661. {
  9662. name: "Gigamacro",
  9663. height: math.unit(100, "Mm")
  9664. },
  9665. {
  9666. name: "Teramacro",
  9667. height: math.unit(100, "Gm")
  9668. },
  9669. {
  9670. name: "Examacro",
  9671. height: math.unit(100, "Em")
  9672. },
  9673. {
  9674. name: "Godly",
  9675. height: math.unit(10000, "Ym")
  9676. },
  9677. {
  9678. name: "Beyond Godly",
  9679. height: math.unit(10000000, "Ym")
  9680. },
  9681. ]
  9682. ))
  9683. characterMakers.push(() => makeCharacter(
  9684. { name: "Sammy Mouse" },
  9685. {
  9686. feminine: {
  9687. height: math.unit(5, "feet"),
  9688. weight: math.unit(100, "lb"),
  9689. name: "Feminine",
  9690. image: {
  9691. source: "./media/characters/sammy-mouse/feminine.svg",
  9692. extra: 2526 / 2425,
  9693. bottom: 0.123
  9694. }
  9695. },
  9696. masculine: {
  9697. height: math.unit(5, "feet"),
  9698. weight: math.unit(100, "lb"),
  9699. name: "Masculine",
  9700. image: {
  9701. source: "./media/characters/sammy-mouse/masculine.svg",
  9702. extra: 2526 / 2425,
  9703. bottom: 0.123
  9704. }
  9705. },
  9706. },
  9707. [
  9708. {
  9709. name: "Micro",
  9710. height: math.unit(5, "inches")
  9711. },
  9712. {
  9713. name: "Normal",
  9714. height: math.unit(5, "feet"),
  9715. default: true
  9716. },
  9717. {
  9718. name: "Macro",
  9719. height: math.unit(60, "feet")
  9720. },
  9721. ]
  9722. ))
  9723. characterMakers.push(() => makeCharacter(
  9724. { name: "Kole" },
  9725. {
  9726. front: {
  9727. height: math.unit(4, "feet"),
  9728. weight: math.unit(50, "lb"),
  9729. name: "Front",
  9730. image: {
  9731. source: "./media/characters/kole/front.svg",
  9732. extra: 1423 / 1303,
  9733. bottom: 0.025
  9734. }
  9735. },
  9736. back: {
  9737. height: math.unit(4, "feet"),
  9738. weight: math.unit(50, "lb"),
  9739. name: "Back",
  9740. image: {
  9741. source: "./media/characters/kole/back.svg",
  9742. extra: 1426 / 1280,
  9743. bottom: 0.02
  9744. }
  9745. },
  9746. },
  9747. [
  9748. {
  9749. name: "Normal",
  9750. height: math.unit(4, "feet"),
  9751. default: true
  9752. },
  9753. ]
  9754. ))
  9755. characterMakers.push(() => makeCharacter(
  9756. { name: "Rufran" },
  9757. {
  9758. front: {
  9759. height: math.unit(2 + 6 / 12, "feet"),
  9760. weight: math.unit(20, "lb"),
  9761. name: "Front",
  9762. image: {
  9763. source: "./media/characters/rufran/front.svg",
  9764. extra: 2041 / 1839,
  9765. bottom: 0.055
  9766. }
  9767. },
  9768. back: {
  9769. height: math.unit(2 + 6 / 12, "feet"),
  9770. weight: math.unit(20, "lb"),
  9771. name: "Back",
  9772. image: {
  9773. source: "./media/characters/rufran/back.svg",
  9774. extra: 2054 / 1839,
  9775. bottom: 0.01
  9776. }
  9777. },
  9778. hand: {
  9779. height: math.unit(0.2166, "meters"),
  9780. name: "Hand",
  9781. image: {
  9782. source: "./media/characters/rufran/hand.svg"
  9783. }
  9784. },
  9785. foot: {
  9786. height: math.unit(0.185, "meters"),
  9787. name: "Foot",
  9788. image: {
  9789. source: "./media/characters/rufran/foot.svg"
  9790. }
  9791. },
  9792. },
  9793. [
  9794. {
  9795. name: "Micro",
  9796. height: math.unit(1, "inch")
  9797. },
  9798. {
  9799. name: "Normal",
  9800. height: math.unit(2 + 6 / 12, "feet"),
  9801. default: true
  9802. },
  9803. {
  9804. name: "Big",
  9805. height: math.unit(60, "feet")
  9806. },
  9807. {
  9808. name: "Macro",
  9809. height: math.unit(325, "feet")
  9810. },
  9811. ]
  9812. ))
  9813. characterMakers.push(() => makeCharacter(
  9814. { name: "Chip" },
  9815. {
  9816. front: {
  9817. height: math.unit(0.3, "meters"),
  9818. weight: math.unit(3.5, "kg"),
  9819. name: "Front",
  9820. image: {
  9821. source: "./media/characters/chip/front.svg",
  9822. extra: 748 / 674
  9823. }
  9824. },
  9825. },
  9826. [
  9827. {
  9828. name: "Micro",
  9829. height: math.unit(1, "inch"),
  9830. default: true
  9831. },
  9832. ]
  9833. ))
  9834. characterMakers.push(() => makeCharacter(
  9835. { name: "Torvid" },
  9836. {
  9837. side: {
  9838. height: math.unit(2.3, "meters"),
  9839. weight: math.unit(3500, "lb"),
  9840. name: "Side",
  9841. image: {
  9842. source: "./media/characters/torvid/side.svg",
  9843. extra: 1972 / 722,
  9844. bottom: 0.035
  9845. }
  9846. },
  9847. },
  9848. [
  9849. {
  9850. name: "Normal",
  9851. height: math.unit(2.3, "meters"),
  9852. default: true
  9853. },
  9854. ]
  9855. ))
  9856. characterMakers.push(() => makeCharacter(
  9857. { name: "Susan" },
  9858. {
  9859. front: {
  9860. height: math.unit(2, "meters"),
  9861. weight: math.unit(150.5, "kg"),
  9862. name: "Front",
  9863. image: {
  9864. source: "./media/characters/susan/front.svg",
  9865. extra: 693 / 635,
  9866. bottom: 0.05
  9867. }
  9868. },
  9869. },
  9870. [
  9871. {
  9872. name: "Megamacro",
  9873. height: math.unit(505, "miles"),
  9874. default: true
  9875. },
  9876. ]
  9877. ))
  9878. characterMakers.push(() => makeCharacter(
  9879. { name: "Raindrops" },
  9880. {
  9881. front: {
  9882. height: math.unit(6, "feet"),
  9883. weight: math.unit(150, "lb"),
  9884. name: "Front",
  9885. image: {
  9886. source: "./media/characters/raindrops/front.svg",
  9887. extra: 2655 / 2461,
  9888. bottom: 0.02
  9889. }
  9890. },
  9891. back: {
  9892. height: math.unit(6, "feet"),
  9893. weight: math.unit(150, "lb"),
  9894. name: "Back",
  9895. image: {
  9896. source: "./media/characters/raindrops/back.svg",
  9897. extra: 2574 / 2400,
  9898. bottom: 0.03
  9899. }
  9900. },
  9901. },
  9902. [
  9903. {
  9904. name: "Micro",
  9905. height: math.unit(6, "inches")
  9906. },
  9907. {
  9908. name: "Normal",
  9909. height: math.unit(6 + 2 / 12, "feet")
  9910. },
  9911. {
  9912. name: "Macro",
  9913. height: math.unit(131, "feet"),
  9914. default: true
  9915. },
  9916. {
  9917. name: "Megamacro",
  9918. height: math.unit(15, "miles")
  9919. },
  9920. {
  9921. name: "Gigamacro",
  9922. height: math.unit(4000, "miles")
  9923. },
  9924. {
  9925. name: "Teramacro",
  9926. height: math.unit(315000, "miles")
  9927. },
  9928. ]
  9929. ))
  9930. characterMakers.push(() => makeCharacter(
  9931. { name: "Tezwa" },
  9932. {
  9933. front: {
  9934. height: math.unit(2.794, "meters"),
  9935. weight: math.unit(325, "kg"),
  9936. name: "Front",
  9937. image: {
  9938. source: "./media/characters/tezwa/front.svg",
  9939. extra: 2083 / 1906,
  9940. bottom: 0.031
  9941. }
  9942. },
  9943. foot: {
  9944. height: math.unit(0.687, "meters"),
  9945. name: "Foot",
  9946. image: {
  9947. source: "./media/characters/tezwa/foot.svg"
  9948. }
  9949. },
  9950. },
  9951. [
  9952. {
  9953. name: "Normal",
  9954. height: math.unit(9 + 2 / 12, "feet"),
  9955. default: true
  9956. },
  9957. ]
  9958. ))
  9959. characterMakers.push(() => makeCharacter(
  9960. { name: "Typhus" },
  9961. {
  9962. front: {
  9963. height: math.unit(58, "feet"),
  9964. weight: math.unit(89000, "lb"),
  9965. name: "Front",
  9966. image: {
  9967. source: "./media/characters/typhus/front.svg",
  9968. extra: 816 / 800,
  9969. bottom: 0.065
  9970. }
  9971. },
  9972. },
  9973. [
  9974. {
  9975. name: "Macro",
  9976. height: math.unit(58, "feet"),
  9977. default: true
  9978. },
  9979. ]
  9980. ))
  9981. characterMakers.push(() => makeCharacter(
  9982. { name: "Lyra Von Wulf" },
  9983. {
  9984. front: {
  9985. height: math.unit(12, "feet"),
  9986. weight: math.unit(6, "tonnes"),
  9987. name: "Front",
  9988. image: {
  9989. source: "./media/characters/lyra-von-wulf/front.svg",
  9990. extra: 1,
  9991. bottom: 0.10
  9992. }
  9993. },
  9994. frontMecha: {
  9995. height: math.unit(12, "feet"),
  9996. weight: math.unit(12, "tonnes"),
  9997. name: "Front (Mecha)",
  9998. image: {
  9999. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  10000. extra: 1,
  10001. bottom: 0.042
  10002. }
  10003. },
  10004. maw: {
  10005. height: math.unit(2.2, "feet"),
  10006. name: "Maw",
  10007. image: {
  10008. source: "./media/characters/lyra-von-wulf/maw.svg"
  10009. }
  10010. },
  10011. },
  10012. [
  10013. {
  10014. name: "Normal",
  10015. height: math.unit(12, "feet"),
  10016. default: true
  10017. },
  10018. {
  10019. name: "Classic",
  10020. height: math.unit(50, "feet")
  10021. },
  10022. {
  10023. name: "Macro",
  10024. height: math.unit(500, "feet")
  10025. },
  10026. {
  10027. name: "Megamacro",
  10028. height: math.unit(1, "mile")
  10029. },
  10030. {
  10031. name: "Gigamacro",
  10032. height: math.unit(400, "miles")
  10033. },
  10034. {
  10035. name: "Teramacro",
  10036. height: math.unit(22000, "miles")
  10037. },
  10038. {
  10039. name: "Solarmacro",
  10040. height: math.unit(8600000, "miles")
  10041. },
  10042. {
  10043. name: "Galactic",
  10044. height: math.unit(1057000, "lightyears")
  10045. },
  10046. ]
  10047. ))
  10048. characterMakers.push(() => makeCharacter(
  10049. { name: "Dixon" },
  10050. {
  10051. front: {
  10052. height: math.unit(6 + 10 / 12, "feet"),
  10053. weight: math.unit(150, "lb"),
  10054. name: "Front",
  10055. image: {
  10056. source: "./media/characters/dixon/front.svg",
  10057. extra: 3361 / 3209,
  10058. bottom: 0.01
  10059. }
  10060. },
  10061. },
  10062. [
  10063. {
  10064. name: "Normal",
  10065. height: math.unit(6 + 10 / 12, "feet"),
  10066. default: true
  10067. },
  10068. {
  10069. name: "Big",
  10070. height: math.unit(12, "meters")
  10071. },
  10072. {
  10073. name: "Macro",
  10074. height: math.unit(500, "meters")
  10075. },
  10076. {
  10077. name: "Megamacro",
  10078. height: math.unit(2, "km")
  10079. },
  10080. ]
  10081. ))
  10082. characterMakers.push(() => makeCharacter(
  10083. { name: "Kauko" },
  10084. {
  10085. front: {
  10086. height: math.unit(185, "cm"),
  10087. weight: math.unit(68, "kg"),
  10088. name: "Front",
  10089. image: {
  10090. source: "./media/characters/kauko/front.svg",
  10091. extra: 1455 / 1421,
  10092. bottom: 0.03
  10093. }
  10094. },
  10095. back: {
  10096. height: math.unit(185, "cm"),
  10097. weight: math.unit(68, "kg"),
  10098. name: "Back",
  10099. image: {
  10100. source: "./media/characters/kauko/back.svg",
  10101. extra: 1455 / 1421,
  10102. bottom: 0.004
  10103. }
  10104. },
  10105. },
  10106. [
  10107. {
  10108. name: "Normal",
  10109. height: math.unit(185, "cm"),
  10110. default: true
  10111. },
  10112. ]
  10113. ))
  10114. characterMakers.push(() => makeCharacter(
  10115. { name: "Varg" },
  10116. {
  10117. front: {
  10118. height: math.unit(6, "feet"),
  10119. weight: math.unit(150, "kg"),
  10120. name: "Front",
  10121. image: {
  10122. source: "./media/characters/varg/front.svg",
  10123. extra: 1108 / 1018,
  10124. bottom: 0.0375
  10125. }
  10126. },
  10127. },
  10128. [
  10129. {
  10130. name: "Normal",
  10131. height: math.unit(5, "meters")
  10132. },
  10133. {
  10134. name: "Macro",
  10135. height: math.unit(200, "meters")
  10136. },
  10137. {
  10138. name: "Megamacro",
  10139. height: math.unit(20, "kilometers")
  10140. },
  10141. {
  10142. name: "True Size",
  10143. height: math.unit(211, "km"),
  10144. default: true
  10145. },
  10146. {
  10147. name: "Gigamacro",
  10148. height: math.unit(1000, "km")
  10149. },
  10150. {
  10151. name: "Gigamacro+",
  10152. height: math.unit(8000, "km")
  10153. },
  10154. {
  10155. name: "Teramacro",
  10156. height: math.unit(1000000, "km")
  10157. },
  10158. ]
  10159. ))
  10160. characterMakers.push(() => makeCharacter(
  10161. { name: "Dayza" },
  10162. {
  10163. front: {
  10164. height: math.unit(7 + 7 / 12, "feet"),
  10165. weight: math.unit(267, "lb"),
  10166. name: "Front",
  10167. image: {
  10168. source: "./media/characters/dayza/front.svg",
  10169. extra: 1262 / 1200,
  10170. bottom: 0.035
  10171. }
  10172. },
  10173. side: {
  10174. height: math.unit(7 + 7 / 12, "feet"),
  10175. weight: math.unit(267, "lb"),
  10176. name: "Side",
  10177. image: {
  10178. source: "./media/characters/dayza/side.svg",
  10179. extra: 1295 / 1245,
  10180. bottom: 0.05
  10181. }
  10182. },
  10183. back: {
  10184. height: math.unit(7 + 7 / 12, "feet"),
  10185. weight: math.unit(267, "lb"),
  10186. name: "Back",
  10187. image: {
  10188. source: "./media/characters/dayza/back.svg",
  10189. extra: 1241 / 1170
  10190. }
  10191. },
  10192. },
  10193. [
  10194. {
  10195. name: "Normal",
  10196. height: math.unit(7 + 7 / 12, "feet"),
  10197. default: true
  10198. },
  10199. {
  10200. name: "Macro",
  10201. height: math.unit(155, "feet")
  10202. },
  10203. ]
  10204. ))
  10205. characterMakers.push(() => makeCharacter(
  10206. { name: "Xanthos" },
  10207. {
  10208. front: {
  10209. height: math.unit(6 + 5 / 12, "feet"),
  10210. weight: math.unit(160, "lb"),
  10211. name: "Front",
  10212. image: {
  10213. source: "./media/characters/xanthos/front.svg",
  10214. extra: 1,
  10215. bottom: 0.04
  10216. }
  10217. },
  10218. back: {
  10219. height: math.unit(6 + 5 / 12, "feet"),
  10220. weight: math.unit(160, "lb"),
  10221. name: "Back",
  10222. image: {
  10223. source: "./media/characters/xanthos/back.svg",
  10224. extra: 1,
  10225. bottom: 0.03
  10226. }
  10227. },
  10228. hand: {
  10229. height: math.unit(0.928, "feet"),
  10230. name: "Hand",
  10231. image: {
  10232. source: "./media/characters/xanthos/hand.svg"
  10233. }
  10234. },
  10235. foot: {
  10236. height: math.unit(1.286, "feet"),
  10237. name: "Foot",
  10238. image: {
  10239. source: "./media/characters/xanthos/foot.svg"
  10240. }
  10241. },
  10242. },
  10243. [
  10244. {
  10245. name: "Normal",
  10246. height: math.unit(6 + 5 / 12, "feet"),
  10247. default: true
  10248. },
  10249. {
  10250. name: "Normal+",
  10251. height: math.unit(6, "meters")
  10252. },
  10253. {
  10254. name: "Macro",
  10255. height: math.unit(40, "feet")
  10256. },
  10257. {
  10258. name: "Macro+",
  10259. height: math.unit(200, "meters")
  10260. },
  10261. {
  10262. name: "Megamacro",
  10263. height: math.unit(20, "km")
  10264. },
  10265. {
  10266. name: "Megamacro+",
  10267. height: math.unit(100, "km")
  10268. },
  10269. ]
  10270. ))
  10271. characterMakers.push(() => makeCharacter(
  10272. { name: "Grynn" },
  10273. {
  10274. front: {
  10275. height: math.unit(6 + 3 / 12, "feet"),
  10276. weight: math.unit(215, "lb"),
  10277. name: "Front",
  10278. image: {
  10279. source: "./media/characters/grynn/front.svg",
  10280. extra: 4627 / 4209,
  10281. bottom: 0.047
  10282. }
  10283. },
  10284. },
  10285. [
  10286. {
  10287. name: "Micro",
  10288. height: math.unit(6, "inches")
  10289. },
  10290. {
  10291. name: "Normal",
  10292. height: math.unit(6 + 3 / 12, "feet"),
  10293. default: true
  10294. },
  10295. {
  10296. name: "Big",
  10297. height: math.unit(104, "feet")
  10298. },
  10299. {
  10300. name: "Macro",
  10301. height: math.unit(944, "feet")
  10302. },
  10303. {
  10304. name: "Macro+",
  10305. height: math.unit(9480, "feet")
  10306. },
  10307. {
  10308. name: "Megamacro",
  10309. height: math.unit(78752, "feet")
  10310. },
  10311. {
  10312. name: "Megamacro+",
  10313. height: math.unit(630128, "feet")
  10314. },
  10315. {
  10316. name: "Megamacro++",
  10317. height: math.unit(3150695, "feet")
  10318. },
  10319. ]
  10320. ))
  10321. characterMakers.push(() => makeCharacter(
  10322. { name: "Mocha Aura" },
  10323. {
  10324. front: {
  10325. height: math.unit(7 + 5 / 12, "feet"),
  10326. weight: math.unit(450, "lb"),
  10327. name: "Front",
  10328. image: {
  10329. source: "./media/characters/mocha-aura/front.svg",
  10330. extra: 1907 / 1817,
  10331. bottom: 0.04
  10332. }
  10333. },
  10334. back: {
  10335. height: math.unit(7 + 5 / 12, "feet"),
  10336. weight: math.unit(450, "lb"),
  10337. name: "Back",
  10338. image: {
  10339. source: "./media/characters/mocha-aura/back.svg",
  10340. extra: 1900 / 1825,
  10341. bottom: 0.045
  10342. }
  10343. },
  10344. },
  10345. [
  10346. {
  10347. name: "Nano",
  10348. height: math.unit(1, "nm")
  10349. },
  10350. {
  10351. name: "Megamicro",
  10352. height: math.unit(1, "mm")
  10353. },
  10354. {
  10355. name: "Micro",
  10356. height: math.unit(3, "inches")
  10357. },
  10358. {
  10359. name: "Normal",
  10360. height: math.unit(7 + 5 / 12, "feet"),
  10361. default: true
  10362. },
  10363. {
  10364. name: "Macro",
  10365. height: math.unit(30, "feet")
  10366. },
  10367. {
  10368. name: "Megamacro",
  10369. height: math.unit(3500, "feet")
  10370. },
  10371. {
  10372. name: "Teramacro",
  10373. height: math.unit(500000, "miles")
  10374. },
  10375. {
  10376. name: "Petamacro",
  10377. height: math.unit(50000000000000000, "parsecs")
  10378. },
  10379. ]
  10380. ))
  10381. characterMakers.push(() => makeCharacter(
  10382. { name: "Ilisha Devya" },
  10383. {
  10384. front: {
  10385. height: math.unit(6, "feet"),
  10386. weight: math.unit(150, "lb"),
  10387. name: "Front",
  10388. image: {
  10389. source: "./media/characters/ilisha-devya/front.svg",
  10390. extra: 1,
  10391. bottom: 0.175
  10392. }
  10393. },
  10394. back: {
  10395. height: math.unit(6, "feet"),
  10396. weight: math.unit(150, "lb"),
  10397. name: "Back",
  10398. image: {
  10399. source: "./media/characters/ilisha-devya/back.svg",
  10400. extra: 1,
  10401. bottom: 0.015
  10402. }
  10403. },
  10404. },
  10405. [
  10406. {
  10407. name: "Macro",
  10408. height: math.unit(500, "feet"),
  10409. default: true
  10410. },
  10411. {
  10412. name: "Megamacro",
  10413. height: math.unit(10, "miles")
  10414. },
  10415. {
  10416. name: "Gigamacro",
  10417. height: math.unit(100000, "miles")
  10418. },
  10419. {
  10420. name: "Examacro",
  10421. height: math.unit(1e9, "lightyears")
  10422. },
  10423. {
  10424. name: "Omniversal",
  10425. height: math.unit(1e33, "lightyears")
  10426. },
  10427. {
  10428. name: "Beyond Infinite",
  10429. height: math.unit(1e100, "lightyears")
  10430. },
  10431. ]
  10432. ))
  10433. characterMakers.push(() => makeCharacter(
  10434. { name: "Mira" },
  10435. {
  10436. Side: {
  10437. height: math.unit(6, "feet"),
  10438. weight: math.unit(150, "lb"),
  10439. name: "Side",
  10440. image: {
  10441. source: "./media/characters/mira/side.svg",
  10442. extra: 900 / 799,
  10443. bottom: 0.02
  10444. }
  10445. },
  10446. },
  10447. [
  10448. {
  10449. name: "Human Size",
  10450. height: math.unit(6, "feet")
  10451. },
  10452. {
  10453. name: "Macro",
  10454. height: math.unit(100, "feet"),
  10455. default: true
  10456. },
  10457. {
  10458. name: "Megamacro",
  10459. height: math.unit(10, "miles")
  10460. },
  10461. {
  10462. name: "Gigamacro",
  10463. height: math.unit(25000, "miles")
  10464. },
  10465. {
  10466. name: "Teramacro",
  10467. height: math.unit(300, "AU")
  10468. },
  10469. {
  10470. name: "Full Size",
  10471. height: math.unit(4.5e10, "lightyears")
  10472. },
  10473. ]
  10474. ))
  10475. characterMakers.push(() => makeCharacter(
  10476. { name: "Holly" },
  10477. {
  10478. front: {
  10479. height: math.unit(6, "feet"),
  10480. weight: math.unit(150, "lb"),
  10481. name: "Front",
  10482. image: {
  10483. source: "./media/characters/holly/front.svg",
  10484. extra: 639 / 606
  10485. }
  10486. },
  10487. back: {
  10488. height: math.unit(6, "feet"),
  10489. weight: math.unit(150, "lb"),
  10490. name: "Back",
  10491. image: {
  10492. source: "./media/characters/holly/back.svg",
  10493. extra: 623 / 598
  10494. }
  10495. },
  10496. frontWorking: {
  10497. height: math.unit(6, "feet"),
  10498. weight: math.unit(150, "lb"),
  10499. name: "Front (Working)",
  10500. image: {
  10501. source: "./media/characters/holly/front-working.svg",
  10502. extra: 607 / 577,
  10503. bottom: 0.048
  10504. }
  10505. },
  10506. },
  10507. [
  10508. {
  10509. name: "Normal",
  10510. height: math.unit(12 + 3 / 12, "feet"),
  10511. default: true
  10512. },
  10513. ]
  10514. ))
  10515. characterMakers.push(() => makeCharacter(
  10516. { name: "Porter" },
  10517. {
  10518. front: {
  10519. height: math.unit(6, "feet"),
  10520. weight: math.unit(150, "lb"),
  10521. name: "Front",
  10522. image: {
  10523. source: "./media/characters/porter/front.svg",
  10524. extra: 1,
  10525. bottom: 0.01
  10526. }
  10527. },
  10528. frontRobes: {
  10529. height: math.unit(6, "feet"),
  10530. weight: math.unit(150, "lb"),
  10531. name: "Front (Robes)",
  10532. image: {
  10533. source: "./media/characters/porter/front-robes.svg",
  10534. extra: 1.01,
  10535. bottom: 0.01
  10536. }
  10537. },
  10538. },
  10539. [
  10540. {
  10541. name: "Normal",
  10542. height: math.unit(11 + 9 / 12, "feet"),
  10543. default: true
  10544. },
  10545. ]
  10546. ))
  10547. characterMakers.push(() => makeCharacter(
  10548. { name: "Lucy" },
  10549. {
  10550. legendary: {
  10551. height: math.unit(6, "feet"),
  10552. weight: math.unit(150, "lb"),
  10553. name: "Legendary",
  10554. image: {
  10555. source: "./media/characters/lucy/legendary.svg",
  10556. extra: 1355 / 1100,
  10557. bottom: 0.045
  10558. }
  10559. },
  10560. },
  10561. [
  10562. {
  10563. name: "Legendary",
  10564. height: math.unit(86882 * 2, "miles"),
  10565. default: true
  10566. },
  10567. ]
  10568. ))
  10569. characterMakers.push(() => makeCharacter(
  10570. { name: "Drusilla" },
  10571. {
  10572. front: {
  10573. height: math.unit(6, "feet"),
  10574. weight: math.unit(150, "lb"),
  10575. name: "Front",
  10576. image: {
  10577. source: "./media/characters/drusilla/front.svg",
  10578. extra: 678 / 635,
  10579. bottom: 0.03
  10580. }
  10581. },
  10582. back: {
  10583. height: math.unit(6, "feet"),
  10584. weight: math.unit(150, "lb"),
  10585. name: "Back",
  10586. image: {
  10587. source: "./media/characters/drusilla/back.svg",
  10588. extra: 678 / 635,
  10589. bottom: 0.005
  10590. }
  10591. },
  10592. },
  10593. [
  10594. {
  10595. name: "Macro",
  10596. height: math.unit(100, "feet")
  10597. },
  10598. {
  10599. name: "Canon Height",
  10600. height: math.unit(2000, "feet"),
  10601. default: true
  10602. },
  10603. ]
  10604. ))
  10605. characterMakers.push(() => makeCharacter(
  10606. { name: "Renard Thatch" },
  10607. {
  10608. front: {
  10609. height: math.unit(6, "feet"),
  10610. weight: math.unit(180, "lb"),
  10611. name: "Front",
  10612. image: {
  10613. source: "./media/characters/renard-thatch/front.svg",
  10614. extra: 2411 / 2275,
  10615. bottom: 0.01
  10616. }
  10617. },
  10618. frontPosing: {
  10619. height: math.unit(6, "feet"),
  10620. weight: math.unit(180, "lb"),
  10621. name: "Front (Posing)",
  10622. image: {
  10623. source: "./media/characters/renard-thatch/front-posing.svg",
  10624. extra: 2381 / 2261,
  10625. bottom: 0.01
  10626. }
  10627. },
  10628. back: {
  10629. height: math.unit(6, "feet"),
  10630. weight: math.unit(180, "lb"),
  10631. name: "Back",
  10632. image: {
  10633. source: "./media/characters/renard-thatch/back.svg",
  10634. extra: 2428 / 2288
  10635. }
  10636. },
  10637. },
  10638. [
  10639. {
  10640. name: "Micro",
  10641. height: math.unit(3, "inches")
  10642. },
  10643. {
  10644. name: "Default",
  10645. height: math.unit(6, "feet"),
  10646. default: true
  10647. },
  10648. {
  10649. name: "Macro",
  10650. height: math.unit(75, "feet")
  10651. },
  10652. ]
  10653. ))
  10654. characterMakers.push(() => makeCharacter(
  10655. { name: "Sekvra" },
  10656. {
  10657. front: {
  10658. height: math.unit(1450, "feet"),
  10659. weight: math.unit(1.21e6, "tons"),
  10660. name: "Front",
  10661. image: {
  10662. source: "./media/characters/sekvra/front.svg",
  10663. extra: 1,
  10664. bottom: 0.03
  10665. }
  10666. },
  10667. frontClothed: {
  10668. height: math.unit(1450, "feet"),
  10669. weight: math.unit(1.21e6, "tons"),
  10670. name: "Front (Clothed)",
  10671. image: {
  10672. source: "./media/characters/sekvra/front-clothed.svg",
  10673. extra: 1,
  10674. bottom: 0.03
  10675. }
  10676. },
  10677. side: {
  10678. height: math.unit(1450, "feet"),
  10679. weight: math.unit(1.21e6, "tons"),
  10680. name: "Side",
  10681. image: {
  10682. source: "./media/characters/sekvra/side.svg",
  10683. extra: 1,
  10684. bottom: 0.025
  10685. }
  10686. },
  10687. back: {
  10688. height: math.unit(1450, "feet"),
  10689. weight: math.unit(1.21e6, "tons"),
  10690. name: "Back",
  10691. image: {
  10692. source: "./media/characters/sekvra/back.svg",
  10693. extra: 1,
  10694. bottom: 0.005
  10695. }
  10696. },
  10697. },
  10698. [
  10699. {
  10700. name: "Macro",
  10701. height: math.unit(1450, "feet"),
  10702. default: true
  10703. },
  10704. {
  10705. name: "Megamacro",
  10706. height: math.unit(15000, "feet")
  10707. },
  10708. ]
  10709. ))
  10710. characterMakers.push(() => makeCharacter(
  10711. { name: "Carmine" },
  10712. {
  10713. front: {
  10714. height: math.unit(6, "feet"),
  10715. weight: math.unit(150, "lb"),
  10716. name: "Front",
  10717. image: {
  10718. source: "./media/characters/carmine/front.svg",
  10719. extra: 1,
  10720. bottom: 0.035
  10721. }
  10722. },
  10723. frontArmor: {
  10724. height: math.unit(6, "feet"),
  10725. weight: math.unit(150, "lb"),
  10726. name: "Front (Armor)",
  10727. image: {
  10728. source: "./media/characters/carmine/front-armor.svg",
  10729. extra: 1,
  10730. bottom: 0.035
  10731. }
  10732. },
  10733. },
  10734. [
  10735. {
  10736. name: "Large",
  10737. height: math.unit(1, "mile")
  10738. },
  10739. {
  10740. name: "Huge",
  10741. height: math.unit(40, "miles"),
  10742. default: true
  10743. },
  10744. {
  10745. name: "Colossal",
  10746. height: math.unit(2500, "miles")
  10747. },
  10748. ]
  10749. ))
  10750. characterMakers.push(() => makeCharacter(
  10751. { name: "Elyssia" },
  10752. {
  10753. front: {
  10754. height: math.unit(6, "feet"),
  10755. weight: math.unit(150, "lb"),
  10756. name: "Front",
  10757. image: {
  10758. source: "./media/characters/elyssia/front.svg",
  10759. extra: 2201 / 2035,
  10760. bottom: 0.05
  10761. }
  10762. },
  10763. frontClothed: {
  10764. height: math.unit(6, "feet"),
  10765. weight: math.unit(150, "lb"),
  10766. name: "Front (Clothed)",
  10767. image: {
  10768. source: "./media/characters/elyssia/front-clothed.svg",
  10769. extra: 2201 / 2035,
  10770. bottom: 0.05
  10771. }
  10772. },
  10773. back: {
  10774. height: math.unit(6, "feet"),
  10775. weight: math.unit(150, "lb"),
  10776. name: "Back",
  10777. image: {
  10778. source: "./media/characters/elyssia/back.svg",
  10779. extra: 2201 / 2035,
  10780. bottom: 0.013
  10781. }
  10782. },
  10783. },
  10784. [
  10785. {
  10786. name: "Smaller",
  10787. height: math.unit(150, "feet")
  10788. },
  10789. {
  10790. name: "Standard",
  10791. height: math.unit(1400, "feet"),
  10792. default: true
  10793. },
  10794. {
  10795. name: "Distracted",
  10796. height: math.unit(15000, "feet")
  10797. },
  10798. ]
  10799. ))
  10800. characterMakers.push(() => makeCharacter(
  10801. { name: "Geno Maxwell" },
  10802. {
  10803. front: {
  10804. height: math.unit(7 + 4 / 12, "feet"),
  10805. weight: math.unit(500, "lb"),
  10806. name: "Front",
  10807. image: {
  10808. source: "./media/characters/geno-maxwell/front.svg",
  10809. extra: 2207 / 2040,
  10810. bottom: 0.015
  10811. }
  10812. },
  10813. },
  10814. [
  10815. {
  10816. name: "Micro",
  10817. height: math.unit(3, "inches")
  10818. },
  10819. {
  10820. name: "Normal",
  10821. height: math.unit(7 + 4 / 12, "feet"),
  10822. default: true
  10823. },
  10824. {
  10825. name: "Macro",
  10826. height: math.unit(220, "feet")
  10827. },
  10828. {
  10829. name: "Megamacro",
  10830. height: math.unit(11, "miles")
  10831. },
  10832. ]
  10833. ))
  10834. characterMakers.push(() => makeCharacter(
  10835. { name: "Regena Maxwell" },
  10836. {
  10837. front: {
  10838. height: math.unit(7 + 4 / 12, "feet"),
  10839. weight: math.unit(500, "lb"),
  10840. name: "Front",
  10841. image: {
  10842. source: "./media/characters/regena-maxwell/front.svg",
  10843. extra: 3115 / 2770,
  10844. bottom: 0.02
  10845. }
  10846. },
  10847. },
  10848. [
  10849. {
  10850. name: "Normal",
  10851. height: math.unit(7 + 4 / 12, "feet"),
  10852. default: true
  10853. },
  10854. {
  10855. name: "Macro",
  10856. height: math.unit(220, "feet")
  10857. },
  10858. {
  10859. name: "Megamacro",
  10860. height: math.unit(11, "miles")
  10861. },
  10862. ]
  10863. ))
  10864. characterMakers.push(() => makeCharacter(
  10865. { name: "XGlidingDragonX" },
  10866. {
  10867. front: {
  10868. height: math.unit(6, "feet"),
  10869. weight: math.unit(150, "lb"),
  10870. name: "Front",
  10871. image: {
  10872. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10873. extra: 860 / 690,
  10874. bottom: 0.03
  10875. }
  10876. },
  10877. },
  10878. [
  10879. {
  10880. name: "Normal",
  10881. height: math.unit(1.7, "meters"),
  10882. default: true
  10883. },
  10884. ]
  10885. ))
  10886. characterMakers.push(() => makeCharacter(
  10887. { name: "Quilly" },
  10888. {
  10889. front: {
  10890. height: math.unit(6, "feet"),
  10891. weight: math.unit(150, "lb"),
  10892. name: "Front",
  10893. image: {
  10894. source: "./media/characters/quilly/front.svg",
  10895. extra: 890 / 776
  10896. }
  10897. },
  10898. },
  10899. [
  10900. {
  10901. name: "Gigamacro",
  10902. height: math.unit(404090, "miles"),
  10903. default: true
  10904. },
  10905. ]
  10906. ))
  10907. characterMakers.push(() => makeCharacter(
  10908. { name: "Tempest" },
  10909. {
  10910. front: {
  10911. height: math.unit(7 + 8 / 12, "feet"),
  10912. weight: math.unit(350, "lb"),
  10913. name: "Front",
  10914. image: {
  10915. source: "./media/characters/tempest/front.svg",
  10916. extra: 1175 / 1086,
  10917. bottom: 0.02
  10918. }
  10919. },
  10920. },
  10921. [
  10922. {
  10923. name: "Normal",
  10924. height: math.unit(7 + 8 / 12, "feet"),
  10925. default: true
  10926. },
  10927. ]
  10928. ))
  10929. characterMakers.push(() => makeCharacter(
  10930. { name: "Rodger" },
  10931. {
  10932. side: {
  10933. height: math.unit(4 + 5 / 12, "feet"),
  10934. weight: math.unit(80, "lb"),
  10935. name: "Side",
  10936. image: {
  10937. source: "./media/characters/rodger/side.svg",
  10938. extra: 1235 / 1118
  10939. }
  10940. },
  10941. },
  10942. [
  10943. {
  10944. name: "Micro",
  10945. height: math.unit(1, "inch")
  10946. },
  10947. {
  10948. name: "Normal",
  10949. height: math.unit(4 + 5 / 12, "feet"),
  10950. default: true
  10951. },
  10952. {
  10953. name: "Macro",
  10954. height: math.unit(120, "feet")
  10955. },
  10956. ]
  10957. ))
  10958. characterMakers.push(() => makeCharacter(
  10959. { name: "Danyel" },
  10960. {
  10961. front: {
  10962. height: math.unit(6, "feet"),
  10963. weight: math.unit(150, "lb"),
  10964. name: "Front",
  10965. image: {
  10966. source: "./media/characters/danyel/front.svg",
  10967. extra: 1185 / 1123,
  10968. bottom: 0.05
  10969. }
  10970. },
  10971. },
  10972. [
  10973. {
  10974. name: "Shrunken",
  10975. height: math.unit(0.5, "mm")
  10976. },
  10977. {
  10978. name: "Micro",
  10979. height: math.unit(1, "mm"),
  10980. default: true
  10981. },
  10982. {
  10983. name: "Upsized",
  10984. height: math.unit(5 + 5 / 12, "feet")
  10985. },
  10986. ]
  10987. ))
  10988. characterMakers.push(() => makeCharacter(
  10989. { name: "Vivian Bijoux" },
  10990. {
  10991. front: {
  10992. height: math.unit(5 + 6 / 12, "feet"),
  10993. weight: math.unit(200, "lb"),
  10994. name: "Front",
  10995. image: {
  10996. source: "./media/characters/vivian-bijoux/front.svg",
  10997. extra: 1,
  10998. bottom: 0.072
  10999. }
  11000. },
  11001. },
  11002. [
  11003. {
  11004. name: "Normal",
  11005. height: math.unit(5 + 6 / 12, "feet"),
  11006. default: true
  11007. },
  11008. {
  11009. name: "Bad Dream",
  11010. height: math.unit(500, "feet")
  11011. },
  11012. {
  11013. name: "Nightmare",
  11014. height: math.unit(500, "miles")
  11015. },
  11016. ]
  11017. ))
  11018. characterMakers.push(() => makeCharacter(
  11019. { name: "Zeta" },
  11020. {
  11021. front: {
  11022. height: math.unit(6 + 1 / 12, "feet"),
  11023. weight: math.unit(260, "lb"),
  11024. name: "Front",
  11025. image: {
  11026. source: "./media/characters/zeta/front.svg",
  11027. extra: 1968 / 1889,
  11028. bottom: 0.06
  11029. }
  11030. },
  11031. back: {
  11032. height: math.unit(6 + 1 / 12, "feet"),
  11033. weight: math.unit(260, "lb"),
  11034. name: "Back",
  11035. image: {
  11036. source: "./media/characters/zeta/back.svg",
  11037. extra: 1944 / 1858,
  11038. bottom: 0.03
  11039. }
  11040. },
  11041. hand: {
  11042. height: math.unit(1.112, "feet"),
  11043. name: "Hand",
  11044. image: {
  11045. source: "./media/characters/zeta/hand.svg"
  11046. }
  11047. },
  11048. foot: {
  11049. height: math.unit(1.48, "feet"),
  11050. name: "Foot",
  11051. image: {
  11052. source: "./media/characters/zeta/foot.svg"
  11053. }
  11054. },
  11055. },
  11056. [
  11057. {
  11058. name: "Micro",
  11059. height: math.unit(6, "inches")
  11060. },
  11061. {
  11062. name: "Normal",
  11063. height: math.unit(6 + 1 / 12, "feet"),
  11064. default: true
  11065. },
  11066. {
  11067. name: "Macro",
  11068. height: math.unit(20, "feet")
  11069. },
  11070. ]
  11071. ))
  11072. characterMakers.push(() => makeCharacter(
  11073. { name: "Jamie Larsen" },
  11074. {
  11075. front: {
  11076. height: math.unit(6, "feet"),
  11077. weight: math.unit(150, "lb"),
  11078. name: "Front",
  11079. image: {
  11080. source: "./media/characters/jamie-larsen/front.svg",
  11081. extra: 962 / 933,
  11082. bottom: 0.02
  11083. }
  11084. },
  11085. back: {
  11086. height: math.unit(6, "feet"),
  11087. weight: math.unit(150, "lb"),
  11088. name: "Back",
  11089. image: {
  11090. source: "./media/characters/jamie-larsen/back.svg",
  11091. extra: 997 / 946
  11092. }
  11093. },
  11094. },
  11095. [
  11096. {
  11097. name: "Macro",
  11098. height: math.unit(28 + 7 / 12, "feet"),
  11099. default: true
  11100. },
  11101. {
  11102. name: "Macro+",
  11103. height: math.unit(180, "feet")
  11104. },
  11105. {
  11106. name: "Megamacro",
  11107. height: math.unit(10, "miles")
  11108. },
  11109. {
  11110. name: "Gigamacro",
  11111. height: math.unit(200000, "miles")
  11112. },
  11113. ]
  11114. ))
  11115. characterMakers.push(() => makeCharacter(
  11116. { name: "Vance" },
  11117. {
  11118. front: {
  11119. height: math.unit(6, "feet"),
  11120. weight: math.unit(120, "lb"),
  11121. name: "Front",
  11122. image: {
  11123. source: "./media/characters/vance/front.svg",
  11124. extra: 1980 / 1890,
  11125. bottom: 0.09
  11126. }
  11127. },
  11128. back: {
  11129. height: math.unit(6, "feet"),
  11130. weight: math.unit(120, "lb"),
  11131. name: "Back",
  11132. image: {
  11133. source: "./media/characters/vance/back.svg",
  11134. extra: 2081 / 1994,
  11135. bottom: 0.014
  11136. }
  11137. },
  11138. hand: {
  11139. height: math.unit(0.88, "feet"),
  11140. name: "Hand",
  11141. image: {
  11142. source: "./media/characters/vance/hand.svg"
  11143. }
  11144. },
  11145. foot: {
  11146. height: math.unit(0.64, "feet"),
  11147. name: "Foot",
  11148. image: {
  11149. source: "./media/characters/vance/foot.svg"
  11150. }
  11151. },
  11152. },
  11153. [
  11154. {
  11155. name: "Small",
  11156. height: math.unit(90, "feet"),
  11157. default: true
  11158. },
  11159. {
  11160. name: "Macro",
  11161. height: math.unit(100, "meters")
  11162. },
  11163. {
  11164. name: "Megamacro",
  11165. height: math.unit(15, "miles")
  11166. },
  11167. ]
  11168. ))
  11169. characterMakers.push(() => makeCharacter(
  11170. { name: "Xochitl" },
  11171. {
  11172. front: {
  11173. height: math.unit(6, "feet"),
  11174. weight: math.unit(180, "lb"),
  11175. name: "Front",
  11176. image: {
  11177. source: "./media/characters/xochitl/front.svg",
  11178. extra: 2297 / 2261,
  11179. bottom: 0.065
  11180. }
  11181. },
  11182. back: {
  11183. height: math.unit(6, "feet"),
  11184. weight: math.unit(180, "lb"),
  11185. name: "Back",
  11186. image: {
  11187. source: "./media/characters/xochitl/back.svg",
  11188. extra: 2386 / 2354,
  11189. bottom: 0.01
  11190. }
  11191. },
  11192. foot: {
  11193. height: math.unit(6 / 5 * 1.15, "feet"),
  11194. weight: math.unit(150, "lb"),
  11195. name: "Foot",
  11196. image: {
  11197. source: "./media/characters/xochitl/foot.svg"
  11198. }
  11199. },
  11200. },
  11201. [
  11202. {
  11203. name: "Macro",
  11204. height: math.unit(80, "feet")
  11205. },
  11206. {
  11207. name: "Macro+",
  11208. height: math.unit(400, "feet"),
  11209. default: true
  11210. },
  11211. {
  11212. name: "Gigamacro",
  11213. height: math.unit(80000, "miles")
  11214. },
  11215. {
  11216. name: "Gigamacro+",
  11217. height: math.unit(400000, "miles")
  11218. },
  11219. {
  11220. name: "Teramacro",
  11221. height: math.unit(300, "AU")
  11222. },
  11223. ]
  11224. ))
  11225. characterMakers.push(() => makeCharacter(
  11226. { name: "Vincent" },
  11227. {
  11228. front: {
  11229. height: math.unit(6, "feet"),
  11230. weight: math.unit(150, "lb"),
  11231. name: "Front",
  11232. image: {
  11233. source: "./media/characters/vincent/front.svg",
  11234. extra: 1130 / 1080,
  11235. bottom: 0.055
  11236. }
  11237. },
  11238. beak: {
  11239. height: math.unit(6 * 0.1, "feet"),
  11240. name: "Beak",
  11241. image: {
  11242. source: "./media/characters/vincent/beak.svg"
  11243. }
  11244. },
  11245. hand: {
  11246. height: math.unit(6 * 0.85, "feet"),
  11247. weight: math.unit(150, "lb"),
  11248. name: "Hand",
  11249. image: {
  11250. source: "./media/characters/vincent/hand.svg"
  11251. }
  11252. },
  11253. foot: {
  11254. height: math.unit(6 * 0.19, "feet"),
  11255. weight: math.unit(150, "lb"),
  11256. name: "Foot",
  11257. image: {
  11258. source: "./media/characters/vincent/foot.svg"
  11259. }
  11260. },
  11261. },
  11262. [
  11263. {
  11264. name: "Base",
  11265. height: math.unit(6 + 5 / 12, "feet"),
  11266. default: true
  11267. },
  11268. {
  11269. name: "Macro",
  11270. height: math.unit(300, "feet")
  11271. },
  11272. {
  11273. name: "Megamacro",
  11274. height: math.unit(2, "miles")
  11275. },
  11276. {
  11277. name: "Gigamacro",
  11278. height: math.unit(1000, "miles")
  11279. },
  11280. ]
  11281. ))
  11282. characterMakers.push(() => makeCharacter(
  11283. { name: "Jay" },
  11284. {
  11285. front: {
  11286. height: math.unit(6 + 2 / 12, "feet"),
  11287. weight: math.unit(265, "lb"),
  11288. name: "Front",
  11289. image: {
  11290. source: "./media/characters/jay/front.svg",
  11291. extra: 1510 / 1430,
  11292. bottom: 0.042
  11293. }
  11294. },
  11295. back: {
  11296. height: math.unit(6 + 2 / 12, "feet"),
  11297. weight: math.unit(265, "lb"),
  11298. name: "Back",
  11299. image: {
  11300. source: "./media/characters/jay/back.svg",
  11301. extra: 1510 / 1430,
  11302. bottom: 0.025
  11303. }
  11304. },
  11305. clothed: {
  11306. height: math.unit(6 + 2 / 12, "feet"),
  11307. weight: math.unit(265, "lb"),
  11308. name: "Front (Clothed)",
  11309. image: {
  11310. source: "./media/characters/jay/clothed.svg",
  11311. extra: 744 / 699,
  11312. bottom: 0.043
  11313. }
  11314. },
  11315. head: {
  11316. height: math.unit(1.772, "feet"),
  11317. name: "Head",
  11318. image: {
  11319. source: "./media/characters/jay/head.svg"
  11320. }
  11321. },
  11322. sizeRay: {
  11323. height: math.unit(1.331, "feet"),
  11324. name: "Size Ray",
  11325. image: {
  11326. source: "./media/characters/jay/size-ray.svg"
  11327. }
  11328. },
  11329. },
  11330. [
  11331. {
  11332. name: "Micro",
  11333. height: math.unit(1, "inch")
  11334. },
  11335. {
  11336. name: "Normal",
  11337. height: math.unit(6 + 2 / 12, "feet"),
  11338. default: true
  11339. },
  11340. {
  11341. name: "Macro",
  11342. height: math.unit(1, "mile")
  11343. },
  11344. {
  11345. name: "Megamacro",
  11346. height: math.unit(100, "miles")
  11347. },
  11348. ]
  11349. ))
  11350. characterMakers.push(() => makeCharacter(
  11351. { name: "Coatl" },
  11352. {
  11353. front: {
  11354. height: math.unit(2, "meters"),
  11355. weight: math.unit(500, "kg"),
  11356. name: "Front",
  11357. image: {
  11358. source: "./media/characters/coatl/front.svg",
  11359. extra: 3948 / 3500,
  11360. bottom: 0.082
  11361. }
  11362. },
  11363. },
  11364. [
  11365. {
  11366. name: "Normal",
  11367. height: math.unit(4, "meters")
  11368. },
  11369. {
  11370. name: "Macro",
  11371. height: math.unit(100, "meters"),
  11372. default: true
  11373. },
  11374. {
  11375. name: "Macro+",
  11376. height: math.unit(300, "meters")
  11377. },
  11378. {
  11379. name: "Megamacro",
  11380. height: math.unit(3, "gigameters")
  11381. },
  11382. {
  11383. name: "Megamacro+",
  11384. height: math.unit(300, "terameters")
  11385. },
  11386. {
  11387. name: "Megamacro++",
  11388. height: math.unit(3, "lightyears")
  11389. },
  11390. ]
  11391. ))
  11392. characterMakers.push(() => makeCharacter(
  11393. { name: "Shiroryu" },
  11394. {
  11395. front: {
  11396. height: math.unit(6, "feet"),
  11397. weight: math.unit(50, "kg"),
  11398. name: "front",
  11399. image: {
  11400. source: "./media/characters/shiroryu/front.svg",
  11401. extra: 1990 / 1935
  11402. }
  11403. },
  11404. },
  11405. [
  11406. {
  11407. name: "Mortal Mingling",
  11408. height: math.unit(3, "meters")
  11409. },
  11410. {
  11411. name: "Kaiju-ish",
  11412. height: math.unit(250, "meters")
  11413. },
  11414. {
  11415. name: "Somewhat Godly",
  11416. height: math.unit(400, "km"),
  11417. default: true
  11418. },
  11419. {
  11420. name: "Planetary",
  11421. height: math.unit(300, "megameters")
  11422. },
  11423. {
  11424. name: "Galaxy-dwarfing",
  11425. height: math.unit(450, "kiloparsecs")
  11426. },
  11427. {
  11428. name: "Universe Eater",
  11429. height: math.unit(150, "gigaparsecs")
  11430. },
  11431. {
  11432. name: "Almost Immeasurable",
  11433. height: math.unit(1.3e266, "yottaparsecs")
  11434. },
  11435. ]
  11436. ))
  11437. characterMakers.push(() => makeCharacter(
  11438. { name: "Umeko" },
  11439. {
  11440. front: {
  11441. height: math.unit(6, "feet"),
  11442. weight: math.unit(150, "lb"),
  11443. name: "Front",
  11444. image: {
  11445. source: "./media/characters/umeko/front.svg",
  11446. extra: 1,
  11447. bottom: 0.019
  11448. }
  11449. },
  11450. frontArmored: {
  11451. height: math.unit(6, "feet"),
  11452. weight: math.unit(150, "lb"),
  11453. name: "Front (Armored)",
  11454. image: {
  11455. source: "./media/characters/umeko/front-armored.svg",
  11456. extra: 1,
  11457. bottom: 0.021
  11458. }
  11459. },
  11460. },
  11461. [
  11462. {
  11463. name: "Macro",
  11464. height: math.unit(220, "feet"),
  11465. default: true
  11466. },
  11467. {
  11468. name: "Guardian Dragon",
  11469. height: math.unit(50, "miles")
  11470. },
  11471. {
  11472. name: "Cosmic",
  11473. height: math.unit(800000, "miles")
  11474. },
  11475. ]
  11476. ))
  11477. characterMakers.push(() => makeCharacter(
  11478. { name: "Cassidy" },
  11479. {
  11480. front: {
  11481. height: math.unit(6, "feet"),
  11482. weight: math.unit(150, "lb"),
  11483. name: "Front",
  11484. image: {
  11485. source: "./media/characters/cassidy/front.svg",
  11486. extra: 1,
  11487. bottom: 0.043
  11488. }
  11489. },
  11490. },
  11491. [
  11492. {
  11493. name: "Canon Height",
  11494. height: math.unit(120, "feet"),
  11495. default: true
  11496. },
  11497. {
  11498. name: "Macro+",
  11499. height: math.unit(400, "feet")
  11500. },
  11501. {
  11502. name: "Macro++",
  11503. height: math.unit(4000, "feet")
  11504. },
  11505. {
  11506. name: "Megamacro",
  11507. height: math.unit(3, "miles")
  11508. },
  11509. ]
  11510. ))
  11511. characterMakers.push(() => makeCharacter(
  11512. { name: "Isaac" },
  11513. {
  11514. front: {
  11515. height: math.unit(6, "feet"),
  11516. weight: math.unit(150, "lb"),
  11517. name: "Front",
  11518. image: {
  11519. source: "./media/characters/isaac/front.svg",
  11520. extra: 896 / 815,
  11521. bottom: 0.11
  11522. }
  11523. },
  11524. },
  11525. [
  11526. {
  11527. name: "Human Size",
  11528. height: math.unit(8, "feet"),
  11529. default: true
  11530. },
  11531. {
  11532. name: "Macro",
  11533. height: math.unit(400, "feet")
  11534. },
  11535. {
  11536. name: "Megamacro",
  11537. height: math.unit(50, "miles")
  11538. },
  11539. {
  11540. name: "Canon Height",
  11541. height: math.unit(200, "AU")
  11542. },
  11543. ]
  11544. ))
  11545. characterMakers.push(() => makeCharacter(
  11546. { name: "Sleekit" },
  11547. {
  11548. front: {
  11549. height: math.unit(6, "feet"),
  11550. weight: math.unit(72, "kg"),
  11551. name: "Front",
  11552. image: {
  11553. source: "./media/characters/sleekit/front.svg",
  11554. extra: 4693 / 4487,
  11555. bottom: 0.012
  11556. }
  11557. },
  11558. },
  11559. [
  11560. {
  11561. name: "Minimum Height",
  11562. height: math.unit(10, "meters")
  11563. },
  11564. {
  11565. name: "Smaller",
  11566. height: math.unit(25, "meters")
  11567. },
  11568. {
  11569. name: "Larger",
  11570. height: math.unit(38, "meters"),
  11571. default: true
  11572. },
  11573. {
  11574. name: "Maximum height",
  11575. height: math.unit(100, "meters")
  11576. },
  11577. ]
  11578. ))
  11579. characterMakers.push(() => makeCharacter(
  11580. { name: "Nillia" },
  11581. {
  11582. front: {
  11583. height: math.unit(6, "feet"),
  11584. weight: math.unit(150, "lb"),
  11585. name: "Front",
  11586. image: {
  11587. source: "./media/characters/nillia/front.svg",
  11588. extra: 2195 / 2037,
  11589. bottom: 0.005
  11590. }
  11591. },
  11592. back: {
  11593. height: math.unit(6, "feet"),
  11594. weight: math.unit(150, "lb"),
  11595. name: "Back",
  11596. image: {
  11597. source: "./media/characters/nillia/back.svg",
  11598. extra: 2195 / 2037,
  11599. bottom: 0.005
  11600. }
  11601. },
  11602. },
  11603. [
  11604. {
  11605. name: "Canon Height",
  11606. height: math.unit(489, "feet"),
  11607. default: true
  11608. }
  11609. ]
  11610. ))
  11611. characterMakers.push(() => makeCharacter(
  11612. { name: "Mesmyriza" },
  11613. {
  11614. front: {
  11615. height: math.unit(6, "feet"),
  11616. weight: math.unit(150, "lb"),
  11617. name: "Front",
  11618. image: {
  11619. source: "./media/characters/mesmyriza/front.svg",
  11620. extra: 2067 / 1784,
  11621. bottom: 0.035
  11622. }
  11623. },
  11624. foot: {
  11625. height: math.unit(6 / (250 / 35), "feet"),
  11626. name: "Foot",
  11627. image: {
  11628. source: "./media/characters/mesmyriza/foot.svg"
  11629. }
  11630. },
  11631. },
  11632. [
  11633. {
  11634. name: "Macro",
  11635. height: math.unit(457, "meters"),
  11636. default: true
  11637. },
  11638. {
  11639. name: "Megamacro",
  11640. height: math.unit(8, "megameters")
  11641. },
  11642. ]
  11643. ))
  11644. characterMakers.push(() => makeCharacter(
  11645. { name: "Saudade" },
  11646. {
  11647. front: {
  11648. height: math.unit(6, "feet"),
  11649. weight: math.unit(250, "lb"),
  11650. name: "Front",
  11651. image: {
  11652. source: "./media/characters/saudade/front.svg",
  11653. extra: 1172 / 1139,
  11654. bottom: 0.035
  11655. }
  11656. },
  11657. },
  11658. [
  11659. {
  11660. name: "Micro",
  11661. height: math.unit(3, "inches")
  11662. },
  11663. {
  11664. name: "Normal",
  11665. height: math.unit(6, "feet"),
  11666. default: true
  11667. },
  11668. {
  11669. name: "Macro",
  11670. height: math.unit(50, "feet")
  11671. },
  11672. {
  11673. name: "Megamacro",
  11674. height: math.unit(2800, "feet")
  11675. },
  11676. ]
  11677. ))
  11678. characterMakers.push(() => makeCharacter(
  11679. { name: "Keireer" },
  11680. {
  11681. front: {
  11682. height: math.unit(5 + 4 / 12, "feet"),
  11683. weight: math.unit(100, "lb"),
  11684. name: "Front",
  11685. image: {
  11686. source: "./media/characters/keireer/front.svg",
  11687. extra: 716 / 666,
  11688. bottom: 0.05
  11689. }
  11690. },
  11691. },
  11692. [
  11693. {
  11694. name: "Normal",
  11695. height: math.unit(5 + 4 / 12, "feet"),
  11696. default: true
  11697. },
  11698. ]
  11699. ))
  11700. characterMakers.push(() => makeCharacter(
  11701. { name: "Mirja" },
  11702. {
  11703. front: {
  11704. height: math.unit(6, "feet"),
  11705. weight: math.unit(90, "kg"),
  11706. name: "Front",
  11707. image: {
  11708. source: "./media/characters/mirja/front.svg",
  11709. extra: 1789 / 1683,
  11710. bottom: 0.05
  11711. }
  11712. },
  11713. frontDressed: {
  11714. height: math.unit(6, "feet"),
  11715. weight: math.unit(90, "lb"),
  11716. name: "Front (Dressed)",
  11717. image: {
  11718. source: "./media/characters/mirja/front-dressed.svg",
  11719. extra: 1789 / 1683,
  11720. bottom: 0.05
  11721. }
  11722. },
  11723. back: {
  11724. height: math.unit(6, "feet"),
  11725. weight: math.unit(90, "lb"),
  11726. name: "Back",
  11727. image: {
  11728. source: "./media/characters/mirja/back.svg",
  11729. extra: 953 / 917,
  11730. bottom: 0.017
  11731. }
  11732. },
  11733. },
  11734. [
  11735. {
  11736. name: "\"Incognito\"",
  11737. height: math.unit(3, "meters")
  11738. },
  11739. {
  11740. name: "Strolling Size",
  11741. height: math.unit(15, "km")
  11742. },
  11743. {
  11744. name: "Larger Strolling Size",
  11745. height: math.unit(400, "km")
  11746. },
  11747. {
  11748. name: "Preferred Size",
  11749. height: math.unit(5000, "km")
  11750. },
  11751. {
  11752. name: "True Size",
  11753. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11754. default: true
  11755. },
  11756. ]
  11757. ))
  11758. characterMakers.push(() => makeCharacter(
  11759. { name: "Nightraver" },
  11760. {
  11761. front: {
  11762. height: math.unit(15, "feet"),
  11763. weight: math.unit(880, "kg"),
  11764. name: "Front",
  11765. image: {
  11766. source: "./media/characters/nightraver/front.svg",
  11767. extra: 2444 / 2160,
  11768. bottom: 0.027
  11769. }
  11770. },
  11771. back: {
  11772. height: math.unit(15, "feet"),
  11773. weight: math.unit(880, "kg"),
  11774. name: "Back",
  11775. image: {
  11776. source: "./media/characters/nightraver/back.svg",
  11777. extra: 2309 / 2180,
  11778. bottom: 0.005
  11779. }
  11780. },
  11781. sole: {
  11782. height: math.unit(2.878, "feet"),
  11783. name: "Sole",
  11784. image: {
  11785. source: "./media/characters/nightraver/sole.svg"
  11786. }
  11787. },
  11788. foot: {
  11789. height: math.unit(2.285, "feet"),
  11790. name: "Foot",
  11791. image: {
  11792. source: "./media/characters/nightraver/foot.svg"
  11793. }
  11794. },
  11795. maw: {
  11796. height: math.unit(2.67, "feet"),
  11797. name: "Maw",
  11798. image: {
  11799. source: "./media/characters/nightraver/maw.svg"
  11800. }
  11801. },
  11802. },
  11803. [
  11804. {
  11805. name: "Micro",
  11806. height: math.unit(1, "cm")
  11807. },
  11808. {
  11809. name: "Normal",
  11810. height: math.unit(15, "feet"),
  11811. default: true
  11812. },
  11813. {
  11814. name: "Macro",
  11815. height: math.unit(300, "feet")
  11816. },
  11817. {
  11818. name: "Megamacro",
  11819. height: math.unit(300, "miles")
  11820. },
  11821. {
  11822. name: "Gigamacro",
  11823. height: math.unit(10000, "miles")
  11824. },
  11825. ]
  11826. ))
  11827. characterMakers.push(() => makeCharacter(
  11828. { name: "Arc" },
  11829. {
  11830. side: {
  11831. height: math.unit(2, "inches"),
  11832. weight: math.unit(5, "grams"),
  11833. name: "Side",
  11834. image: {
  11835. source: "./media/characters/arc/side.svg"
  11836. }
  11837. },
  11838. },
  11839. [
  11840. {
  11841. name: "Micro",
  11842. height: math.unit(2, "inches"),
  11843. default: true
  11844. },
  11845. ]
  11846. ))
  11847. characterMakers.push(() => makeCharacter(
  11848. { name: "Nebula Shahar" },
  11849. {
  11850. front: {
  11851. height: math.unit(1.1938, "meters"),
  11852. weight: math.unit(54, "kg"),
  11853. name: "Front",
  11854. image: {
  11855. source: "./media/characters/nebula-shahar/front.svg",
  11856. extra: 1642 / 1436,
  11857. bottom: 0.06
  11858. }
  11859. },
  11860. },
  11861. [
  11862. {
  11863. name: "Megamicro",
  11864. height: math.unit(0.3, "mm")
  11865. },
  11866. {
  11867. name: "Micro",
  11868. height: math.unit(3, "cm")
  11869. },
  11870. {
  11871. name: "Normal",
  11872. height: math.unit(138, "cm"),
  11873. default: true
  11874. },
  11875. {
  11876. name: "Macro",
  11877. height: math.unit(30, "m")
  11878. },
  11879. ]
  11880. ))
  11881. characterMakers.push(() => makeCharacter(
  11882. { name: "Shayla" },
  11883. {
  11884. front: {
  11885. height: math.unit(5.24, "feet"),
  11886. weight: math.unit(150, "lb"),
  11887. name: "Front",
  11888. image: {
  11889. source: "./media/characters/shayla/front.svg",
  11890. extra: 1512 / 1414,
  11891. bottom: 0.01
  11892. }
  11893. },
  11894. back: {
  11895. height: math.unit(5.24, "feet"),
  11896. weight: math.unit(150, "lb"),
  11897. name: "Back",
  11898. image: {
  11899. source: "./media/characters/shayla/back.svg",
  11900. extra: 1512 / 1414
  11901. }
  11902. },
  11903. hand: {
  11904. height: math.unit(0.7781496062992126, "feet"),
  11905. name: "Hand",
  11906. image: {
  11907. source: "./media/characters/shayla/hand.svg"
  11908. }
  11909. },
  11910. foot: {
  11911. height: math.unit(1.4206036745406823, "feet"),
  11912. name: "Foot",
  11913. image: {
  11914. source: "./media/characters/shayla/foot.svg"
  11915. }
  11916. },
  11917. },
  11918. [
  11919. {
  11920. name: "Micro",
  11921. height: math.unit(0.32, "feet")
  11922. },
  11923. {
  11924. name: "Normal",
  11925. height: math.unit(5.24, "feet"),
  11926. default: true
  11927. },
  11928. {
  11929. name: "Macro",
  11930. height: math.unit(492.12, "feet")
  11931. },
  11932. {
  11933. name: "Megamacro",
  11934. height: math.unit(186.41, "miles")
  11935. },
  11936. ]
  11937. ))
  11938. characterMakers.push(() => makeCharacter(
  11939. { name: "Pia Jr." },
  11940. {
  11941. front: {
  11942. height: math.unit(2.2, "m"),
  11943. weight: math.unit(120, "kg"),
  11944. name: "Front",
  11945. image: {
  11946. source: "./media/characters/pia-jr/front.svg",
  11947. extra: 1000 / 970,
  11948. bottom: 0.035
  11949. }
  11950. },
  11951. hand: {
  11952. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11953. name: "Hand",
  11954. image: {
  11955. source: "./media/characters/pia-jr/hand.svg"
  11956. }
  11957. },
  11958. paw: {
  11959. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11960. name: "Paw",
  11961. image: {
  11962. source: "./media/characters/pia-jr/paw.svg"
  11963. }
  11964. },
  11965. },
  11966. [
  11967. {
  11968. name: "Micro",
  11969. height: math.unit(1.2, "cm")
  11970. },
  11971. {
  11972. name: "Normal",
  11973. height: math.unit(2.2, "m"),
  11974. default: true
  11975. },
  11976. {
  11977. name: "Macro",
  11978. height: math.unit(180, "m")
  11979. },
  11980. {
  11981. name: "Megamacro",
  11982. height: math.unit(420, "km")
  11983. },
  11984. ]
  11985. ))
  11986. characterMakers.push(() => makeCharacter(
  11987. { name: "Pia Sr." },
  11988. {
  11989. front: {
  11990. height: math.unit(2, "m"),
  11991. weight: math.unit(115, "kg"),
  11992. name: "Front",
  11993. image: {
  11994. source: "./media/characters/pia-sr/front.svg",
  11995. extra: 760 / 730,
  11996. bottom: 0.015
  11997. }
  11998. },
  11999. back: {
  12000. height: math.unit(2, "m"),
  12001. weight: math.unit(115, "kg"),
  12002. name: "Back",
  12003. image: {
  12004. source: "./media/characters/pia-sr/back.svg",
  12005. extra: 760 / 730,
  12006. bottom: 0.01
  12007. }
  12008. },
  12009. hand: {
  12010. height: math.unit(0.89 * 6.56 / 6, "feet"),
  12011. name: "Hand",
  12012. image: {
  12013. source: "./media/characters/pia-sr/hand.svg"
  12014. }
  12015. },
  12016. foot: {
  12017. height: math.unit(1.83, "feet"),
  12018. name: "Foot",
  12019. image: {
  12020. source: "./media/characters/pia-sr/foot.svg"
  12021. }
  12022. },
  12023. },
  12024. [
  12025. {
  12026. name: "Micro",
  12027. height: math.unit(88, "mm")
  12028. },
  12029. {
  12030. name: "Normal",
  12031. height: math.unit(2, "m"),
  12032. default: true
  12033. },
  12034. {
  12035. name: "Macro",
  12036. height: math.unit(200, "m")
  12037. },
  12038. {
  12039. name: "Megamacro",
  12040. height: math.unit(420, "km")
  12041. },
  12042. ]
  12043. ))
  12044. characterMakers.push(() => makeCharacter(
  12045. { name: "KIBIBYTE" },
  12046. {
  12047. front: {
  12048. height: math.unit(8 + 2 / 12, "feet"),
  12049. weight: math.unit(300, "lb"),
  12050. name: "Front",
  12051. image: {
  12052. source: "./media/characters/kibibyte/front.svg",
  12053. extra: 2221 / 2098,
  12054. bottom: 0.04
  12055. }
  12056. },
  12057. },
  12058. [
  12059. {
  12060. name: "Normal",
  12061. height: math.unit(8 + 2 / 12, "feet"),
  12062. default: true
  12063. },
  12064. {
  12065. name: "Socialable Macro",
  12066. height: math.unit(50, "feet")
  12067. },
  12068. {
  12069. name: "Macro",
  12070. height: math.unit(300, "feet")
  12071. },
  12072. {
  12073. name: "Megamacro",
  12074. height: math.unit(500, "miles")
  12075. },
  12076. ]
  12077. ))
  12078. characterMakers.push(() => makeCharacter(
  12079. { name: "Felix" },
  12080. {
  12081. front: {
  12082. height: math.unit(6, "feet"),
  12083. weight: math.unit(150, "lb"),
  12084. name: "Front",
  12085. image: {
  12086. source: "./media/characters/felix/front.svg",
  12087. extra: 762 / 722,
  12088. bottom: 0.02
  12089. }
  12090. },
  12091. frontClothed: {
  12092. height: math.unit(6, "feet"),
  12093. weight: math.unit(150, "lb"),
  12094. name: "Front (Clothed)",
  12095. image: {
  12096. source: "./media/characters/felix/front-clothed.svg",
  12097. extra: 762 / 722,
  12098. bottom: 0.02
  12099. }
  12100. },
  12101. },
  12102. [
  12103. {
  12104. name: "Normal",
  12105. height: math.unit(6 + 8 / 12, "feet"),
  12106. default: true
  12107. },
  12108. {
  12109. name: "Macro",
  12110. height: math.unit(2600, "feet")
  12111. },
  12112. {
  12113. name: "Megamacro",
  12114. height: math.unit(450, "miles")
  12115. },
  12116. ]
  12117. ))
  12118. characterMakers.push(() => makeCharacter(
  12119. { name: "Tobo" },
  12120. {
  12121. front: {
  12122. height: math.unit(6 + 1 / 12, "feet"),
  12123. weight: math.unit(250, "lb"),
  12124. name: "Front",
  12125. image: {
  12126. source: "./media/characters/tobo/front.svg",
  12127. extra: 608 / 586,
  12128. bottom: 0.023
  12129. }
  12130. },
  12131. back: {
  12132. height: math.unit(6 + 1 / 12, "feet"),
  12133. weight: math.unit(250, "lb"),
  12134. name: "Back",
  12135. image: {
  12136. source: "./media/characters/tobo/back.svg",
  12137. extra: 608 / 586
  12138. }
  12139. },
  12140. },
  12141. [
  12142. {
  12143. name: "Nano",
  12144. height: math.unit(2, "nm")
  12145. },
  12146. {
  12147. name: "Megamicro",
  12148. height: math.unit(0.1, "mm")
  12149. },
  12150. {
  12151. name: "Micro",
  12152. height: math.unit(1, "inch"),
  12153. default: true
  12154. },
  12155. {
  12156. name: "Human-sized",
  12157. height: math.unit(6 + 1 / 12, "feet")
  12158. },
  12159. {
  12160. name: "Macro",
  12161. height: math.unit(250, "feet")
  12162. },
  12163. {
  12164. name: "Megamacro",
  12165. height: math.unit(75, "miles")
  12166. },
  12167. {
  12168. name: "Texas-sized",
  12169. height: math.unit(750, "miles")
  12170. },
  12171. {
  12172. name: "Teramacro",
  12173. height: math.unit(50000, "miles")
  12174. },
  12175. ]
  12176. ))
  12177. characterMakers.push(() => makeCharacter(
  12178. { name: "Danny Kapowsky" },
  12179. {
  12180. front: {
  12181. height: math.unit(6, "feet"),
  12182. weight: math.unit(269, "lb"),
  12183. name: "Front",
  12184. image: {
  12185. source: "./media/characters/danny-kapowsky/front.svg",
  12186. extra: 766 / 736,
  12187. bottom: 0.044
  12188. }
  12189. },
  12190. back: {
  12191. height: math.unit(6, "feet"),
  12192. weight: math.unit(269, "lb"),
  12193. name: "Back",
  12194. image: {
  12195. source: "./media/characters/danny-kapowsky/back.svg",
  12196. extra: 797 / 760,
  12197. bottom: 0.025
  12198. }
  12199. },
  12200. },
  12201. [
  12202. {
  12203. name: "Macro",
  12204. height: math.unit(150, "feet"),
  12205. default: true
  12206. },
  12207. {
  12208. name: "Macro+",
  12209. height: math.unit(200, "feet")
  12210. },
  12211. {
  12212. name: "Macro++",
  12213. height: math.unit(300, "feet")
  12214. },
  12215. {
  12216. name: "Macro+++",
  12217. height: math.unit(400, "feet")
  12218. },
  12219. ]
  12220. ))
  12221. characterMakers.push(() => makeCharacter(
  12222. { name: "Finn" },
  12223. {
  12224. side: {
  12225. height: math.unit(6, "feet"),
  12226. weight: math.unit(170, "lb"),
  12227. name: "Side",
  12228. image: {
  12229. source: "./media/characters/finn/side.svg",
  12230. extra: 1953 / 1807,
  12231. bottom: 0.057
  12232. }
  12233. },
  12234. },
  12235. [
  12236. {
  12237. name: "Megamacro",
  12238. height: math.unit(14445, "feet"),
  12239. default: true
  12240. },
  12241. ]
  12242. ))
  12243. characterMakers.push(() => makeCharacter(
  12244. { name: "Roy" },
  12245. {
  12246. front: {
  12247. height: math.unit(5 + 6 / 12, "feet"),
  12248. weight: math.unit(125, "lb"),
  12249. name: "Front",
  12250. image: {
  12251. source: "./media/characters/roy/front.svg",
  12252. extra: 1,
  12253. bottom: 0.11
  12254. }
  12255. },
  12256. },
  12257. [
  12258. {
  12259. name: "Micro",
  12260. height: math.unit(3, "inches"),
  12261. default: true
  12262. },
  12263. {
  12264. name: "Normal",
  12265. height: math.unit(5 + 6 / 12, "feet")
  12266. },
  12267. {
  12268. name: "Lesser Macro",
  12269. height: math.unit(60, "feet")
  12270. },
  12271. {
  12272. name: "Greater Macro",
  12273. height: math.unit(120, "feet")
  12274. },
  12275. ]
  12276. ))
  12277. characterMakers.push(() => makeCharacter(
  12278. { name: "Aevsivs" },
  12279. {
  12280. front: {
  12281. height: math.unit(6, "feet"),
  12282. weight: math.unit(100, "lb"),
  12283. name: "Front",
  12284. image: {
  12285. source: "./media/characters/aevsivs/front.svg",
  12286. extra: 1,
  12287. bottom: 0.03
  12288. }
  12289. },
  12290. back: {
  12291. height: math.unit(6, "feet"),
  12292. weight: math.unit(100, "lb"),
  12293. name: "Back",
  12294. image: {
  12295. source: "./media/characters/aevsivs/back.svg"
  12296. }
  12297. },
  12298. },
  12299. [
  12300. {
  12301. name: "Micro",
  12302. height: math.unit(2, "inches"),
  12303. default: true
  12304. },
  12305. {
  12306. name: "Normal",
  12307. height: math.unit(5, "feet")
  12308. },
  12309. ]
  12310. ))
  12311. characterMakers.push(() => makeCharacter(
  12312. { name: "Hildegard" },
  12313. {
  12314. front: {
  12315. height: math.unit(5 + 7 / 12, "feet"),
  12316. weight: math.unit(159, "lb"),
  12317. name: "Front",
  12318. image: {
  12319. source: "./media/characters/hildegard/front.svg",
  12320. extra: 312 / 286,
  12321. bottom: 0.005
  12322. }
  12323. },
  12324. },
  12325. [
  12326. {
  12327. name: "Normal",
  12328. height: math.unit(5 + 7 / 12, "feet"),
  12329. default: true
  12330. },
  12331. ]
  12332. ))
  12333. characterMakers.push(() => makeCharacter(
  12334. { name: "Bernard & Wilder" },
  12335. {
  12336. bernard: {
  12337. height: math.unit(2 + 7 / 12, "feet"),
  12338. weight: math.unit(66, "lb"),
  12339. name: "Bernard",
  12340. rename: true,
  12341. image: {
  12342. source: "./media/characters/bernard-wilder/bernard.svg",
  12343. extra: 192 / 128,
  12344. bottom: 0.05
  12345. }
  12346. },
  12347. wilder: {
  12348. height: math.unit(5 + 8 / 12, "feet"),
  12349. weight: math.unit(143, "lb"),
  12350. name: "Wilder",
  12351. rename: true,
  12352. image: {
  12353. source: "./media/characters/bernard-wilder/wilder.svg",
  12354. extra: 361 / 312,
  12355. bottom: 0.02
  12356. }
  12357. },
  12358. },
  12359. [
  12360. {
  12361. name: "Normal",
  12362. height: math.unit(2 + 7 / 12, "feet"),
  12363. default: true
  12364. },
  12365. ]
  12366. ))
  12367. characterMakers.push(() => makeCharacter(
  12368. { name: "Hearth" },
  12369. {
  12370. anthro: {
  12371. height: math.unit(6 + 1 / 12, "feet"),
  12372. weight: math.unit(155, "lb"),
  12373. name: "Anthro",
  12374. image: {
  12375. source: "./media/characters/hearth/anthro.svg",
  12376. extra: 260 / 250,
  12377. bottom: 0.02
  12378. }
  12379. },
  12380. feral: {
  12381. height: math.unit(3.78, "feet"),
  12382. weight: math.unit(35, "kg"),
  12383. name: "Feral",
  12384. image: {
  12385. source: "./media/characters/hearth/feral.svg",
  12386. extra: 153 / 135,
  12387. bottom: 0.03
  12388. }
  12389. },
  12390. },
  12391. [
  12392. {
  12393. name: "Normal",
  12394. height: math.unit(6 + 1 / 12, "feet"),
  12395. default: true
  12396. },
  12397. ]
  12398. ))
  12399. characterMakers.push(() => makeCharacter(
  12400. { name: "Ingrid" },
  12401. {
  12402. front: {
  12403. height: math.unit(6, "feet"),
  12404. weight: math.unit(182, "lb"),
  12405. name: "Front",
  12406. image: {
  12407. source: "./media/characters/ingrid/front.svg",
  12408. extra: 294 / 268,
  12409. bottom: 0.027
  12410. }
  12411. },
  12412. },
  12413. [
  12414. {
  12415. name: "Normal",
  12416. height: math.unit(6, "feet"),
  12417. default: true
  12418. },
  12419. ]
  12420. ))
  12421. characterMakers.push(() => makeCharacter(
  12422. { name: "Malgam" },
  12423. {
  12424. eevee: {
  12425. height: math.unit(2 + 10 / 12, "feet"),
  12426. weight: math.unit(86, "lb"),
  12427. name: "Malgam",
  12428. image: {
  12429. source: "./media/characters/malgam/eevee.svg",
  12430. extra: 218 / 180,
  12431. bottom: 0.2
  12432. }
  12433. },
  12434. sylveon: {
  12435. height: math.unit(4, "feet"),
  12436. weight: math.unit(101, "lb"),
  12437. name: "Future Malgam",
  12438. rename: true,
  12439. image: {
  12440. source: "./media/characters/malgam/sylveon.svg",
  12441. extra: 371 / 325,
  12442. bottom: 0.015
  12443. }
  12444. },
  12445. gigantamax: {
  12446. height: math.unit(50, "feet"),
  12447. name: "Gigantamax Malgam",
  12448. rename: true,
  12449. image: {
  12450. source: "./media/characters/malgam/gigantamax.svg"
  12451. }
  12452. },
  12453. },
  12454. [
  12455. {
  12456. name: "Normal",
  12457. height: math.unit(2 + 10 / 12, "feet"),
  12458. default: true
  12459. },
  12460. ]
  12461. ))
  12462. characterMakers.push(() => makeCharacter(
  12463. { name: "Fleur" },
  12464. {
  12465. front: {
  12466. height: math.unit(5 + 11 / 12, "feet"),
  12467. weight: math.unit(188, "lb"),
  12468. name: "Front",
  12469. image: {
  12470. source: "./media/characters/fleur/front.svg",
  12471. extra: 309 / 283,
  12472. bottom: 0.007
  12473. }
  12474. },
  12475. },
  12476. [
  12477. {
  12478. name: "Normal",
  12479. height: math.unit(5 + 11 / 12, "feet"),
  12480. default: true
  12481. },
  12482. ]
  12483. ))
  12484. characterMakers.push(() => makeCharacter(
  12485. { name: "Jude" },
  12486. {
  12487. front: {
  12488. height: math.unit(5 + 4 / 12, "feet"),
  12489. weight: math.unit(122, "lb"),
  12490. name: "Front",
  12491. image: {
  12492. source: "./media/characters/jude/front.svg",
  12493. extra: 288 / 273,
  12494. bottom: 0.03
  12495. }
  12496. },
  12497. },
  12498. [
  12499. {
  12500. name: "Normal",
  12501. height: math.unit(5 + 4 / 12, "feet"),
  12502. default: true
  12503. },
  12504. ]
  12505. ))
  12506. characterMakers.push(() => makeCharacter(
  12507. { name: "Seara" },
  12508. {
  12509. front: {
  12510. height: math.unit(5 + 11 / 12, "feet"),
  12511. weight: math.unit(190, "lb"),
  12512. name: "Front",
  12513. image: {
  12514. source: "./media/characters/seara/front.svg",
  12515. extra: 1,
  12516. bottom: 0.05
  12517. }
  12518. },
  12519. },
  12520. [
  12521. {
  12522. name: "Normal",
  12523. height: math.unit(5 + 11 / 12, "feet"),
  12524. default: true
  12525. },
  12526. ]
  12527. ))
  12528. characterMakers.push(() => makeCharacter(
  12529. { name: "Caspian" },
  12530. {
  12531. front: {
  12532. height: math.unit(16 + 5 / 12, "feet"),
  12533. weight: math.unit(524, "lb"),
  12534. name: "Front",
  12535. image: {
  12536. source: "./media/characters/caspian/front.svg",
  12537. extra: 1,
  12538. bottom: 0.04
  12539. }
  12540. },
  12541. },
  12542. [
  12543. {
  12544. name: "Normal",
  12545. height: math.unit(16 + 5 / 12, "feet"),
  12546. default: true
  12547. },
  12548. ]
  12549. ))
  12550. characterMakers.push(() => makeCharacter(
  12551. { name: "Mika" },
  12552. {
  12553. front: {
  12554. height: math.unit(5 + 7 / 12, "feet"),
  12555. weight: math.unit(170, "lb"),
  12556. name: "Front",
  12557. image: {
  12558. source: "./media/characters/mika/front.svg",
  12559. extra: 1,
  12560. bottom: 0.016
  12561. }
  12562. },
  12563. },
  12564. [
  12565. {
  12566. name: "Normal",
  12567. height: math.unit(5 + 7 / 12, "feet"),
  12568. default: true
  12569. },
  12570. ]
  12571. ))
  12572. characterMakers.push(() => makeCharacter(
  12573. { name: "Sol" },
  12574. {
  12575. front: {
  12576. height: math.unit(6 + 2 / 12, "feet"),
  12577. weight: math.unit(268, "lb"),
  12578. name: "Front",
  12579. image: {
  12580. source: "./media/characters/sol/front.svg",
  12581. extra: 247 / 231,
  12582. bottom: 0.05
  12583. }
  12584. },
  12585. },
  12586. [
  12587. {
  12588. name: "Normal",
  12589. height: math.unit(6 + 2 / 12, "feet"),
  12590. default: true
  12591. },
  12592. ]
  12593. ))
  12594. characterMakers.push(() => makeCharacter(
  12595. { name: "Umiko" },
  12596. {
  12597. buizel: {
  12598. height: math.unit(2 + 5 / 12, "feet"),
  12599. weight: math.unit(87, "lb"),
  12600. name: "Buizel",
  12601. image: {
  12602. source: "./media/characters/umiko/buizel.svg",
  12603. extra: 172 / 157,
  12604. bottom: 0.01
  12605. }
  12606. },
  12607. floatzel: {
  12608. height: math.unit(5 + 9 / 12, "feet"),
  12609. weight: math.unit(250, "lb"),
  12610. name: "Floatzel",
  12611. image: {
  12612. source: "./media/characters/umiko/floatzel.svg",
  12613. extra: 262 / 248
  12614. }
  12615. },
  12616. },
  12617. [
  12618. {
  12619. name: "Normal",
  12620. height: math.unit(2 + 5 / 12, "feet"),
  12621. default: true
  12622. },
  12623. ]
  12624. ))
  12625. characterMakers.push(() => makeCharacter(
  12626. { name: "Iliac" },
  12627. {
  12628. front: {
  12629. height: math.unit(6 + 2 / 12, "feet"),
  12630. weight: math.unit(146, "lb"),
  12631. name: "Front",
  12632. image: {
  12633. source: "./media/characters/iliac/front.svg",
  12634. extra: 389 / 365,
  12635. bottom: 0.035
  12636. }
  12637. },
  12638. },
  12639. [
  12640. {
  12641. name: "Normal",
  12642. height: math.unit(6 + 2 / 12, "feet"),
  12643. default: true
  12644. },
  12645. ]
  12646. ))
  12647. characterMakers.push(() => makeCharacter(
  12648. { name: "Topaz" },
  12649. {
  12650. front: {
  12651. height: math.unit(6, "feet"),
  12652. weight: math.unit(170, "lb"),
  12653. name: "Front",
  12654. image: {
  12655. source: "./media/characters/topaz/front.svg",
  12656. extra: 317 / 303,
  12657. bottom: 0.055
  12658. }
  12659. },
  12660. },
  12661. [
  12662. {
  12663. name: "Normal",
  12664. height: math.unit(6, "feet"),
  12665. default: true
  12666. },
  12667. ]
  12668. ))
  12669. characterMakers.push(() => makeCharacter(
  12670. { name: "Gabriel" },
  12671. {
  12672. front: {
  12673. height: math.unit(5 + 11 / 12, "feet"),
  12674. weight: math.unit(144, "lb"),
  12675. name: "Front",
  12676. image: {
  12677. source: "./media/characters/gabriel/front.svg",
  12678. extra: 285 / 262,
  12679. bottom: 0.004
  12680. }
  12681. },
  12682. },
  12683. [
  12684. {
  12685. name: "Normal",
  12686. height: math.unit(5 + 11 / 12, "feet"),
  12687. default: true
  12688. },
  12689. ]
  12690. ))
  12691. characterMakers.push(() => makeCharacter(
  12692. { name: "Tempest (Suicune)" },
  12693. {
  12694. side: {
  12695. height: math.unit(6 + 5 / 12, "feet"),
  12696. weight: math.unit(300, "lb"),
  12697. name: "Side",
  12698. image: {
  12699. source: "./media/characters/tempest-suicune/side.svg",
  12700. extra: 195 / 154,
  12701. bottom: 0.04
  12702. }
  12703. },
  12704. },
  12705. [
  12706. {
  12707. name: "Normal",
  12708. height: math.unit(6 + 5 / 12, "feet"),
  12709. default: true
  12710. },
  12711. ]
  12712. ))
  12713. characterMakers.push(() => makeCharacter(
  12714. { name: "Vulcan" },
  12715. {
  12716. front: {
  12717. height: math.unit(7 + 2 / 12, "feet"),
  12718. weight: math.unit(322, "lb"),
  12719. name: "Front",
  12720. image: {
  12721. source: "./media/characters/vulcan/front.svg",
  12722. extra: 154 / 147,
  12723. bottom: 0.04
  12724. }
  12725. },
  12726. },
  12727. [
  12728. {
  12729. name: "Normal",
  12730. height: math.unit(7 + 2 / 12, "feet"),
  12731. default: true
  12732. },
  12733. ]
  12734. ))
  12735. characterMakers.push(() => makeCharacter(
  12736. { name: "Gault" },
  12737. {
  12738. front: {
  12739. height: math.unit(5 + 10 / 12, "feet"),
  12740. weight: math.unit(264, "lb"),
  12741. name: "Front",
  12742. image: {
  12743. source: "./media/characters/gault/front.svg",
  12744. extra: 161 / 140,
  12745. bottom: 0.028
  12746. }
  12747. },
  12748. },
  12749. [
  12750. {
  12751. name: "Normal",
  12752. height: math.unit(5 + 10 / 12, "feet"),
  12753. default: true
  12754. },
  12755. ]
  12756. ))
  12757. characterMakers.push(() => makeCharacter(
  12758. { name: "Shard" },
  12759. {
  12760. front: {
  12761. height: math.unit(6, "feet"),
  12762. weight: math.unit(150, "lb"),
  12763. name: "Front",
  12764. image: {
  12765. source: "./media/characters/shard/front.svg",
  12766. extra: 273 / 238,
  12767. bottom: 0.02
  12768. }
  12769. },
  12770. },
  12771. [
  12772. {
  12773. name: "Normal",
  12774. height: math.unit(3 + 6 / 12, "feet"),
  12775. default: true
  12776. },
  12777. ]
  12778. ))
  12779. characterMakers.push(() => makeCharacter(
  12780. { name: "Ashe" },
  12781. {
  12782. front: {
  12783. height: math.unit(5 + 11 / 12, "feet"),
  12784. weight: math.unit(146, "lb"),
  12785. name: "Front",
  12786. image: {
  12787. source: "./media/characters/ashe/front.svg",
  12788. extra: 400 / 373,
  12789. bottom: 0.01
  12790. }
  12791. },
  12792. },
  12793. [
  12794. {
  12795. name: "Normal",
  12796. height: math.unit(5 + 11 / 12, "feet"),
  12797. default: true
  12798. },
  12799. ]
  12800. ))
  12801. characterMakers.push(() => makeCharacter(
  12802. { name: "Beatrix" },
  12803. {
  12804. front: {
  12805. height: math.unit(5 + 5 / 12, "feet"),
  12806. weight: math.unit(135, "lb"),
  12807. name: "Front",
  12808. image: {
  12809. source: "./media/characters/beatrix/front.svg",
  12810. extra: 392 / 379,
  12811. bottom: 0.01
  12812. }
  12813. },
  12814. },
  12815. [
  12816. {
  12817. name: "Normal",
  12818. height: math.unit(6, "feet"),
  12819. default: true
  12820. },
  12821. ]
  12822. ))
  12823. characterMakers.push(() => makeCharacter(
  12824. { name: "Ignatius" },
  12825. {
  12826. front: {
  12827. height: math.unit(6, "feet"),
  12828. weight: math.unit(150, "lb"),
  12829. name: "Front",
  12830. image: {
  12831. source: "./media/characters/ignatius/front.svg",
  12832. extra: 245 / 222,
  12833. bottom: 0.01
  12834. }
  12835. },
  12836. },
  12837. [
  12838. {
  12839. name: "Normal",
  12840. height: math.unit(5 + 5 / 12, "feet"),
  12841. default: true
  12842. },
  12843. ]
  12844. ))
  12845. characterMakers.push(() => makeCharacter(
  12846. { name: "Mei Li" },
  12847. {
  12848. front: {
  12849. height: math.unit(6 + 2 / 12, "feet"),
  12850. weight: math.unit(138, "lb"),
  12851. name: "Front",
  12852. image: {
  12853. source: "./media/characters/mei-li/front.svg",
  12854. extra: 237 / 229,
  12855. bottom: 0.03
  12856. }
  12857. },
  12858. },
  12859. [
  12860. {
  12861. name: "Normal",
  12862. height: math.unit(6 + 2 / 12, "feet"),
  12863. default: true
  12864. },
  12865. ]
  12866. ))
  12867. characterMakers.push(() => makeCharacter(
  12868. { name: "Puru" },
  12869. {
  12870. front: {
  12871. height: math.unit(2 + 4 / 12, "feet"),
  12872. weight: math.unit(62, "lb"),
  12873. name: "Front",
  12874. image: {
  12875. source: "./media/characters/puru/front.svg",
  12876. extra: 206 / 149,
  12877. bottom: 0.06
  12878. }
  12879. },
  12880. },
  12881. [
  12882. {
  12883. name: "Normal",
  12884. height: math.unit(2 + 4 / 12, "feet"),
  12885. default: true
  12886. },
  12887. ]
  12888. ))
  12889. characterMakers.push(() => makeCharacter(
  12890. { name: "Kee" },
  12891. {
  12892. taur: {
  12893. height: math.unit(11, "feet"),
  12894. weight: math.unit(500, "lb"),
  12895. name: "Taur",
  12896. image: {
  12897. source: "./media/characters/kee/taur.svg",
  12898. extra: 1,
  12899. bottom: 0.04
  12900. }
  12901. },
  12902. },
  12903. [
  12904. {
  12905. name: "Normal",
  12906. height: math.unit(11, "feet"),
  12907. default: true
  12908. },
  12909. ]
  12910. ))
  12911. characterMakers.push(() => makeCharacter(
  12912. { name: "Cobalt (Dracha)" },
  12913. {
  12914. anthro: {
  12915. height: math.unit(7, "feet"),
  12916. weight: math.unit(190, "lb"),
  12917. name: "Anthro",
  12918. image: {
  12919. source: "./media/characters/cobalt-dracha/anthro.svg",
  12920. extra: 231 / 225,
  12921. bottom: 0.04
  12922. }
  12923. },
  12924. feral: {
  12925. height: math.unit(9 + 7 / 12, "feet"),
  12926. weight: math.unit(294, "lb"),
  12927. name: "Feral",
  12928. image: {
  12929. source: "./media/characters/cobalt-dracha/feral.svg",
  12930. extra: 692 / 633,
  12931. bottom: 0.05
  12932. }
  12933. },
  12934. },
  12935. [
  12936. {
  12937. name: "Normal",
  12938. height: math.unit(7, "feet"),
  12939. default: true
  12940. },
  12941. ]
  12942. ))
  12943. characterMakers.push(() => makeCharacter(
  12944. { name: "Java" },
  12945. {
  12946. fallen: {
  12947. height: math.unit(11 + 8 / 12, "feet"),
  12948. weight: math.unit(485, "lb"),
  12949. name: "Java (Fallen)",
  12950. rename: true,
  12951. image: {
  12952. source: "./media/characters/java/fallen.svg",
  12953. extra: 226 / 208,
  12954. bottom: 0.005
  12955. }
  12956. },
  12957. godkin: {
  12958. height: math.unit(10 + 6 / 12, "feet"),
  12959. weight: math.unit(328, "lb"),
  12960. name: "Java (Godkin)",
  12961. rename: true,
  12962. image: {
  12963. source: "./media/characters/java/godkin.svg",
  12964. extra: 270 / 262,
  12965. bottom: 0.02
  12966. }
  12967. },
  12968. },
  12969. [
  12970. {
  12971. name: "Normal",
  12972. height: math.unit(11 + 8 / 12, "feet"),
  12973. default: true
  12974. },
  12975. ]
  12976. ))
  12977. characterMakers.push(() => makeCharacter(
  12978. { name: "Skoll" },
  12979. {
  12980. front: {
  12981. height: math.unit(7 + 8 / 12, "feet"),
  12982. weight: math.unit(320, "lb"),
  12983. name: "Front",
  12984. image: {
  12985. source: "./media/characters/skoll/front.svg",
  12986. extra: 232 / 220,
  12987. bottom: 0.02
  12988. }
  12989. },
  12990. },
  12991. [
  12992. {
  12993. name: "Normal",
  12994. height: math.unit(7 + 8 / 12, "feet"),
  12995. default: true
  12996. },
  12997. ]
  12998. ))
  12999. characterMakers.push(() => makeCharacter(
  13000. { name: "Purna" },
  13001. {
  13002. front: {
  13003. height: math.unit(5 + 9 / 12, "feet"),
  13004. weight: math.unit(170, "lb"),
  13005. name: "Front",
  13006. image: {
  13007. source: "./media/characters/purna/front.svg",
  13008. extra: 239 / 229,
  13009. bottom: 0.01
  13010. }
  13011. },
  13012. },
  13013. [
  13014. {
  13015. name: "Normal",
  13016. height: math.unit(5 + 9 / 12, "feet"),
  13017. default: true
  13018. },
  13019. ]
  13020. ))
  13021. characterMakers.push(() => makeCharacter(
  13022. { name: "Kuva" },
  13023. {
  13024. front: {
  13025. height: math.unit(5 + 9 / 12, "feet"),
  13026. weight: math.unit(142, "lb"),
  13027. name: "Front",
  13028. image: {
  13029. source: "./media/characters/kuva/front.svg",
  13030. extra: 281 / 271,
  13031. bottom: 0.006
  13032. }
  13033. },
  13034. },
  13035. [
  13036. {
  13037. name: "Normal",
  13038. height: math.unit(5 + 9 / 12, "feet"),
  13039. default: true
  13040. },
  13041. ]
  13042. ))
  13043. characterMakers.push(() => makeCharacter(
  13044. { name: "Embra" },
  13045. {
  13046. anthro: {
  13047. height: math.unit(9 + 2 / 12, "feet"),
  13048. weight: math.unit(270, "lb"),
  13049. name: "Anthro",
  13050. image: {
  13051. source: "./media/characters/embra/anthro.svg",
  13052. extra: 200 / 187,
  13053. bottom: 0.02
  13054. }
  13055. },
  13056. feral: {
  13057. height: math.unit(18 + 8 / 12, "feet"),
  13058. weight: math.unit(576, "lb"),
  13059. name: "Feral",
  13060. image: {
  13061. source: "./media/characters/embra/feral.svg",
  13062. extra: 152 / 137,
  13063. bottom: 0.037
  13064. }
  13065. },
  13066. },
  13067. [
  13068. {
  13069. name: "Normal",
  13070. height: math.unit(9 + 2 / 12, "feet"),
  13071. default: true
  13072. },
  13073. ]
  13074. ))
  13075. characterMakers.push(() => makeCharacter(
  13076. { name: "Grottos" },
  13077. {
  13078. anthro: {
  13079. height: math.unit(10 + 9 / 12, "feet"),
  13080. weight: math.unit(224, "lb"),
  13081. name: "Anthro",
  13082. image: {
  13083. source: "./media/characters/grottos/anthro.svg",
  13084. extra: 350 / 332,
  13085. bottom: 0.045
  13086. }
  13087. },
  13088. feral: {
  13089. height: math.unit(20 + 7 / 12, "feet"),
  13090. weight: math.unit(629, "lb"),
  13091. name: "Feral",
  13092. image: {
  13093. source: "./media/characters/grottos/feral.svg",
  13094. extra: 207 / 190,
  13095. bottom: 0.05
  13096. }
  13097. },
  13098. },
  13099. [
  13100. {
  13101. name: "Normal",
  13102. height: math.unit(10 + 9 / 12, "feet"),
  13103. default: true
  13104. },
  13105. ]
  13106. ))
  13107. characterMakers.push(() => makeCharacter(
  13108. { name: "Frifna" },
  13109. {
  13110. anthro: {
  13111. height: math.unit(9 + 6 / 12, "feet"),
  13112. weight: math.unit(298, "lb"),
  13113. name: "Anthro",
  13114. image: {
  13115. source: "./media/characters/frifna/anthro.svg",
  13116. extra: 282 / 269,
  13117. bottom: 0.015
  13118. }
  13119. },
  13120. feral: {
  13121. height: math.unit(16 + 2 / 12, "feet"),
  13122. weight: math.unit(624, "lb"),
  13123. name: "Feral",
  13124. image: {
  13125. source: "./media/characters/frifna/feral.svg"
  13126. }
  13127. },
  13128. },
  13129. [
  13130. {
  13131. name: "Normal",
  13132. height: math.unit(9 + 6 / 12, "feet"),
  13133. default: true
  13134. },
  13135. ]
  13136. ))
  13137. characterMakers.push(() => makeCharacter(
  13138. { name: "Elise" },
  13139. {
  13140. front: {
  13141. height: math.unit(6 + 2 / 12, "feet"),
  13142. weight: math.unit(168, "lb"),
  13143. name: "Front",
  13144. image: {
  13145. source: "./media/characters/elise/front.svg",
  13146. extra: 276 / 271
  13147. }
  13148. },
  13149. },
  13150. [
  13151. {
  13152. name: "Normal",
  13153. height: math.unit(6 + 2 / 12, "feet"),
  13154. default: true
  13155. },
  13156. ]
  13157. ))
  13158. characterMakers.push(() => makeCharacter(
  13159. { name: "Glade" },
  13160. {
  13161. front: {
  13162. height: math.unit(5 + 10 / 12, "feet"),
  13163. weight: math.unit(210, "lb"),
  13164. name: "Front",
  13165. image: {
  13166. source: "./media/characters/glade/front.svg",
  13167. extra: 258 / 247,
  13168. bottom: 0.008
  13169. }
  13170. },
  13171. },
  13172. [
  13173. {
  13174. name: "Normal",
  13175. height: math.unit(5 + 10 / 12, "feet"),
  13176. default: true
  13177. },
  13178. ]
  13179. ))
  13180. characterMakers.push(() => makeCharacter(
  13181. { name: "Rina" },
  13182. {
  13183. front: {
  13184. height: math.unit(5 + 10 / 12, "feet"),
  13185. weight: math.unit(129, "lb"),
  13186. name: "Front",
  13187. image: {
  13188. source: "./media/characters/rina/front.svg",
  13189. extra: 266 / 255,
  13190. bottom: 0.005
  13191. }
  13192. },
  13193. },
  13194. [
  13195. {
  13196. name: "Normal",
  13197. height: math.unit(5 + 10 / 12, "feet"),
  13198. default: true
  13199. },
  13200. ]
  13201. ))
  13202. characterMakers.push(() => makeCharacter(
  13203. { name: "Veronica" },
  13204. {
  13205. front: {
  13206. height: math.unit(6 + 1 / 12, "feet"),
  13207. weight: math.unit(192, "lb"),
  13208. name: "Front",
  13209. image: {
  13210. source: "./media/characters/veronica/front.svg",
  13211. extra: 319 / 309,
  13212. bottom: 0.005
  13213. }
  13214. },
  13215. },
  13216. [
  13217. {
  13218. name: "Normal",
  13219. height: math.unit(6 + 1 / 12, "feet"),
  13220. default: true
  13221. },
  13222. ]
  13223. ))
  13224. characterMakers.push(() => makeCharacter(
  13225. { name: "Braxton" },
  13226. {
  13227. front: {
  13228. height: math.unit(9 + 3 / 12, "feet"),
  13229. weight: math.unit(1100, "lb"),
  13230. name: "Front",
  13231. image: {
  13232. source: "./media/characters/braxton/front.svg",
  13233. extra: 1057 / 984,
  13234. bottom: 0.05
  13235. }
  13236. },
  13237. },
  13238. [
  13239. {
  13240. name: "Normal",
  13241. height: math.unit(9 + 3 / 12, "feet")
  13242. },
  13243. {
  13244. name: "Giant",
  13245. height: math.unit(300, "feet"),
  13246. default: true
  13247. },
  13248. {
  13249. name: "Macro",
  13250. height: math.unit(700, "feet")
  13251. },
  13252. {
  13253. name: "Megamacro",
  13254. height: math.unit(6000, "feet")
  13255. },
  13256. ]
  13257. ))
  13258. characterMakers.push(() => makeCharacter(
  13259. { name: "Blue Feyonics" },
  13260. {
  13261. front: {
  13262. height: math.unit(6 + 7 / 12, "feet"),
  13263. weight: math.unit(150, "lb"),
  13264. name: "Front",
  13265. image: {
  13266. source: "./media/characters/blue-feyonics/front.svg",
  13267. extra: 1403 / 1306,
  13268. bottom: 0.047
  13269. }
  13270. },
  13271. },
  13272. [
  13273. {
  13274. name: "Normal",
  13275. height: math.unit(6 + 7 / 12, "feet"),
  13276. default: true
  13277. },
  13278. ]
  13279. ))
  13280. characterMakers.push(() => makeCharacter(
  13281. { name: "Maxwell" },
  13282. {
  13283. front: {
  13284. height: math.unit(1.8, "meters"),
  13285. weight: math.unit(60, "kg"),
  13286. name: "Front",
  13287. image: {
  13288. source: "./media/characters/maxwell/front.svg",
  13289. extra: 2060 / 1873
  13290. }
  13291. },
  13292. },
  13293. [
  13294. {
  13295. name: "Micro",
  13296. height: math.unit(1, "mm")
  13297. },
  13298. {
  13299. name: "Normal",
  13300. height: math.unit(1.8, "meter"),
  13301. default: true
  13302. },
  13303. {
  13304. name: "Macro",
  13305. height: math.unit(30, "meters")
  13306. },
  13307. {
  13308. name: "Megamacro",
  13309. height: math.unit(10, "km")
  13310. },
  13311. ]
  13312. ))
  13313. characterMakers.push(() => makeCharacter(
  13314. { name: "Jack" },
  13315. {
  13316. front: {
  13317. height: math.unit(6, "feet"),
  13318. weight: math.unit(150, "lb"),
  13319. name: "Front",
  13320. image: {
  13321. source: "./media/characters/jack/front.svg",
  13322. extra: 1754 / 1640,
  13323. bottom: 0.01
  13324. }
  13325. },
  13326. },
  13327. [
  13328. {
  13329. name: "Normal",
  13330. height: math.unit(80000, "feet"),
  13331. default: true
  13332. },
  13333. {
  13334. name: "Max size",
  13335. height: math.unit(10, "lightyears")
  13336. },
  13337. ]
  13338. ))
  13339. characterMakers.push(() => makeCharacter(
  13340. { name: "Cafat" },
  13341. {
  13342. upright: {
  13343. height: math.unit(7, "feet"),
  13344. weight: math.unit(170, "lb"),
  13345. name: "Upright",
  13346. image: {
  13347. source: "./media/characters/cafat/upright.svg",
  13348. bottom: 0.01
  13349. }
  13350. },
  13351. uprightFull: {
  13352. height: math.unit(7, "feet"),
  13353. weight: math.unit(170, "lb"),
  13354. name: "Upright (Full)",
  13355. image: {
  13356. source: "./media/characters/cafat/upright-full.svg",
  13357. bottom: 0.01
  13358. }
  13359. },
  13360. side: {
  13361. height: math.unit(5, "feet"),
  13362. weight: math.unit(150, "lb"),
  13363. name: "Side",
  13364. image: {
  13365. source: "./media/characters/cafat/side.svg"
  13366. }
  13367. },
  13368. },
  13369. [
  13370. {
  13371. name: "Small",
  13372. height: math.unit(7, "feet"),
  13373. default: true
  13374. },
  13375. {
  13376. name: "Large",
  13377. height: math.unit(15.5, "feet")
  13378. },
  13379. ]
  13380. ))
  13381. characterMakers.push(() => makeCharacter(
  13382. { name: "Verin Raharra" },
  13383. {
  13384. front: {
  13385. height: math.unit(6, "feet"),
  13386. weight: math.unit(150, "lb"),
  13387. name: "Front",
  13388. image: {
  13389. source: "./media/characters/verin-raharra/front.svg",
  13390. extra: 5019 / 4835,
  13391. bottom: 0.023
  13392. }
  13393. },
  13394. },
  13395. [
  13396. {
  13397. name: "Normal",
  13398. height: math.unit(7 + 5 / 12, "feet"),
  13399. default: true
  13400. },
  13401. {
  13402. name: "Upsized",
  13403. height: math.unit(20, "feet")
  13404. },
  13405. ]
  13406. ))
  13407. characterMakers.push(() => makeCharacter(
  13408. { name: "Nakata" },
  13409. {
  13410. front: {
  13411. height: math.unit(7, "feet"),
  13412. weight: math.unit(230, "lb"),
  13413. name: "Front",
  13414. image: {
  13415. source: "./media/characters/nakata/front.svg",
  13416. extra: 1.005,
  13417. bottom: 0.01
  13418. }
  13419. },
  13420. },
  13421. [
  13422. {
  13423. name: "Normal",
  13424. height: math.unit(7, "feet"),
  13425. default: true
  13426. },
  13427. {
  13428. name: "Big",
  13429. height: math.unit(14, "feet")
  13430. },
  13431. {
  13432. name: "Macro",
  13433. height: math.unit(400, "feet")
  13434. },
  13435. ]
  13436. ))
  13437. characterMakers.push(() => makeCharacter(
  13438. { name: "Lily" },
  13439. {
  13440. front: {
  13441. height: math.unit(4.91, "feet"),
  13442. weight: math.unit(100, "lb"),
  13443. name: "Front",
  13444. image: {
  13445. source: "./media/characters/lily/front.svg",
  13446. extra: 1585 / 1415,
  13447. bottom: 0.02
  13448. }
  13449. },
  13450. },
  13451. [
  13452. {
  13453. name: "Normal",
  13454. height: math.unit(4.91, "feet"),
  13455. default: true
  13456. },
  13457. ]
  13458. ))
  13459. characterMakers.push(() => makeCharacter(
  13460. { name: "Sheila" },
  13461. {
  13462. laying: {
  13463. height: math.unit(4 + 4 / 12, "feet"),
  13464. weight: math.unit(600, "lb"),
  13465. name: "Laying",
  13466. image: {
  13467. source: "./media/characters/sheila/laying.svg",
  13468. extra: 1333 / 1265,
  13469. bottom: 0.16
  13470. }
  13471. },
  13472. },
  13473. [
  13474. {
  13475. name: "Normal",
  13476. height: math.unit(4 + 4 / 12, "feet"),
  13477. default: true
  13478. },
  13479. ]
  13480. ))
  13481. characterMakers.push(() => makeCharacter(
  13482. { name: "Sax" },
  13483. {
  13484. front: {
  13485. height: math.unit(6, "feet"),
  13486. weight: math.unit(190, "lb"),
  13487. name: "Front",
  13488. image: {
  13489. source: "./media/characters/sax/front.svg",
  13490. extra: 1187 / 973,
  13491. bottom: 0.042
  13492. }
  13493. },
  13494. },
  13495. [
  13496. {
  13497. name: "Micro",
  13498. height: math.unit(4, "inches"),
  13499. default: true
  13500. },
  13501. ]
  13502. ))
  13503. characterMakers.push(() => makeCharacter(
  13504. { name: "Pandora" },
  13505. {
  13506. front: {
  13507. height: math.unit(6, "feet"),
  13508. weight: math.unit(150, "lb"),
  13509. name: "Front",
  13510. image: {
  13511. source: "./media/characters/pandora/front.svg",
  13512. extra: 2720 / 2556,
  13513. bottom: 0.015
  13514. }
  13515. },
  13516. back: {
  13517. height: math.unit(6, "feet"),
  13518. weight: math.unit(150, "lb"),
  13519. name: "Back",
  13520. image: {
  13521. source: "./media/characters/pandora/back.svg",
  13522. extra: 2720 / 2556,
  13523. bottom: 0.01
  13524. }
  13525. },
  13526. beans: {
  13527. height: math.unit(6 / 8, "feet"),
  13528. name: "Beans",
  13529. image: {
  13530. source: "./media/characters/pandora/beans.svg"
  13531. }
  13532. },
  13533. skirt: {
  13534. height: math.unit(6, "feet"),
  13535. weight: math.unit(150, "lb"),
  13536. name: "Skirt",
  13537. image: {
  13538. source: "./media/characters/pandora/skirt.svg",
  13539. extra: 1622 / 1525,
  13540. bottom: 0.015
  13541. }
  13542. },
  13543. hoodie: {
  13544. height: math.unit(6, "feet"),
  13545. weight: math.unit(150, "lb"),
  13546. name: "Hoodie",
  13547. image: {
  13548. source: "./media/characters/pandora/hoodie.svg",
  13549. extra: 1622 / 1525,
  13550. bottom: 0.015
  13551. }
  13552. },
  13553. casual: {
  13554. height: math.unit(6, "feet"),
  13555. weight: math.unit(150, "lb"),
  13556. name: "Casual",
  13557. image: {
  13558. source: "./media/characters/pandora/casual.svg",
  13559. extra: 1622 / 1525,
  13560. bottom: 0.015
  13561. }
  13562. },
  13563. },
  13564. [
  13565. {
  13566. name: "Normal",
  13567. height: math.unit(6, "feet")
  13568. },
  13569. {
  13570. name: "Big Steppy",
  13571. height: math.unit(1, "km"),
  13572. default: true
  13573. },
  13574. ]
  13575. ))
  13576. characterMakers.push(() => makeCharacter(
  13577. { name: "Venio Darcony" },
  13578. {
  13579. side: {
  13580. height: math.unit(10, "feet"),
  13581. weight: math.unit(800, "kg"),
  13582. name: "Side",
  13583. image: {
  13584. source: "./media/characters/venio-darcony/side.svg",
  13585. extra: 1373 / 1003,
  13586. bottom: 0.037
  13587. }
  13588. },
  13589. front: {
  13590. height: math.unit(19, "feet"),
  13591. weight: math.unit(800, "kg"),
  13592. name: "Front",
  13593. image: {
  13594. source: "./media/characters/venio-darcony/front.svg"
  13595. }
  13596. },
  13597. back: {
  13598. height: math.unit(19, "feet"),
  13599. weight: math.unit(800, "kg"),
  13600. name: "Back",
  13601. image: {
  13602. source: "./media/characters/venio-darcony/back.svg"
  13603. }
  13604. },
  13605. sideNsfw: {
  13606. height: math.unit(10, "feet"),
  13607. weight: math.unit(800, "kg"),
  13608. name: "Side (NSFW)",
  13609. image: {
  13610. source: "./media/characters/venio-darcony/side-nsfw.svg",
  13611. extra: 1373 / 1003,
  13612. bottom: 0.037
  13613. }
  13614. },
  13615. frontNsfw: {
  13616. height: math.unit(19, "feet"),
  13617. weight: math.unit(800, "kg"),
  13618. name: "Front (NSFW)",
  13619. image: {
  13620. source: "./media/characters/venio-darcony/front-nsfw.svg"
  13621. }
  13622. },
  13623. backNsfw: {
  13624. height: math.unit(19, "feet"),
  13625. weight: math.unit(800, "kg"),
  13626. name: "Back (NSFW)",
  13627. image: {
  13628. source: "./media/characters/venio-darcony/back-nsfw.svg"
  13629. }
  13630. },
  13631. sideArmored: {
  13632. height: math.unit(10, "feet"),
  13633. weight: math.unit(800, "kg"),
  13634. name: "Side (Armored)",
  13635. image: {
  13636. source: "./media/characters/venio-darcony/side-armored.svg",
  13637. extra: 1373 / 1003,
  13638. bottom: 0.037
  13639. }
  13640. },
  13641. frontArmored: {
  13642. height: math.unit(19, "feet"),
  13643. weight: math.unit(900, "kg"),
  13644. name: "Front (Armored)",
  13645. image: {
  13646. source: "./media/characters/venio-darcony/front-armored.svg"
  13647. }
  13648. },
  13649. backArmored: {
  13650. height: math.unit(19, "feet"),
  13651. weight: math.unit(900, "kg"),
  13652. name: "Back (Armored)",
  13653. image: {
  13654. source: "./media/characters/venio-darcony/back-armored.svg"
  13655. }
  13656. },
  13657. sword: {
  13658. height: math.unit(10, "feet"),
  13659. weight: math.unit(50, "lb"),
  13660. name: "Sword",
  13661. image: {
  13662. source: "./media/characters/venio-darcony/sword.svg"
  13663. }
  13664. },
  13665. },
  13666. [
  13667. {
  13668. name: "Normal",
  13669. height: math.unit(10, "feet")
  13670. },
  13671. {
  13672. name: "Macro",
  13673. height: math.unit(130, "feet"),
  13674. default: true
  13675. },
  13676. {
  13677. name: "Macro+",
  13678. height: math.unit(240, "feet")
  13679. },
  13680. ]
  13681. ))
  13682. characterMakers.push(() => makeCharacter(
  13683. { name: "Veski" },
  13684. {
  13685. front: {
  13686. height: math.unit(6, "feet"),
  13687. weight: math.unit(150, "lb"),
  13688. name: "Front",
  13689. image: {
  13690. source: "./media/characters/veski/front.svg",
  13691. extra: 1299 / 1225,
  13692. bottom: 0.04
  13693. }
  13694. },
  13695. back: {
  13696. height: math.unit(6, "feet"),
  13697. weight: math.unit(150, "lb"),
  13698. name: "Back",
  13699. image: {
  13700. source: "./media/characters/veski/back.svg",
  13701. extra: 1299 / 1225,
  13702. bottom: 0.008
  13703. }
  13704. },
  13705. maw: {
  13706. height: math.unit(1.5 * 1.21, "feet"),
  13707. name: "Maw",
  13708. image: {
  13709. source: "./media/characters/veski/maw.svg"
  13710. }
  13711. },
  13712. },
  13713. [
  13714. {
  13715. name: "Macro",
  13716. height: math.unit(2, "km"),
  13717. default: true
  13718. },
  13719. ]
  13720. ))
  13721. characterMakers.push(() => makeCharacter(
  13722. { name: "Isabelle" },
  13723. {
  13724. front: {
  13725. height: math.unit(5 + 7 / 12, "feet"),
  13726. name: "Front",
  13727. image: {
  13728. source: "./media/characters/isabelle/front.svg",
  13729. extra: 2130 / 1976,
  13730. bottom: 0.05
  13731. }
  13732. },
  13733. },
  13734. [
  13735. {
  13736. name: "Supermicro",
  13737. height: math.unit(10, "micrometers")
  13738. },
  13739. {
  13740. name: "Micro",
  13741. height: math.unit(1, "inch")
  13742. },
  13743. {
  13744. name: "Tiny",
  13745. height: math.unit(5, "inches")
  13746. },
  13747. {
  13748. name: "Standard",
  13749. height: math.unit(5 + 7 / 12, "inches")
  13750. },
  13751. {
  13752. name: "Macro",
  13753. height: math.unit(80, "meters"),
  13754. default: true
  13755. },
  13756. {
  13757. name: "Megamacro",
  13758. height: math.unit(250, "meters")
  13759. },
  13760. {
  13761. name: "Gigamacro",
  13762. height: math.unit(5, "km")
  13763. },
  13764. {
  13765. name: "Cosmic",
  13766. height: math.unit(2.5e6, "miles")
  13767. },
  13768. ]
  13769. ))
  13770. characterMakers.push(() => makeCharacter(
  13771. { name: "Hanzo" },
  13772. {
  13773. front: {
  13774. height: math.unit(6, "feet"),
  13775. weight: math.unit(150, "lb"),
  13776. name: "Front",
  13777. image: {
  13778. source: "./media/characters/hanzo/front.svg",
  13779. extra: 374 / 344,
  13780. bottom: 0.02
  13781. }
  13782. },
  13783. },
  13784. [
  13785. {
  13786. name: "Normal",
  13787. height: math.unit(8, "feet"),
  13788. default: true
  13789. },
  13790. ]
  13791. ))
  13792. characterMakers.push(() => makeCharacter(
  13793. { name: "Anna" },
  13794. {
  13795. front: {
  13796. height: math.unit(7, "feet"),
  13797. weight: math.unit(130, "lb"),
  13798. name: "Front",
  13799. image: {
  13800. source: "./media/characters/anna/front.svg",
  13801. extra: 169 / 145,
  13802. bottom: 0.06
  13803. }
  13804. },
  13805. full: {
  13806. height: math.unit(4.96, "feet"),
  13807. weight: math.unit(220, "lb"),
  13808. name: "Full",
  13809. image: {
  13810. source: "./media/characters/anna/full.svg",
  13811. extra: 138 / 114,
  13812. bottom: 0.15
  13813. }
  13814. },
  13815. tongue: {
  13816. height: math.unit(2.53, "feet"),
  13817. name: "Tongue",
  13818. image: {
  13819. source: "./media/characters/anna/tongue.svg"
  13820. }
  13821. },
  13822. },
  13823. [
  13824. {
  13825. name: "Normal",
  13826. height: math.unit(7, "feet"),
  13827. default: true
  13828. },
  13829. ]
  13830. ))
  13831. characterMakers.push(() => makeCharacter(
  13832. { name: "Ian Corvid" },
  13833. {
  13834. front: {
  13835. height: math.unit(7, "feet"),
  13836. weight: math.unit(150, "lb"),
  13837. name: "Front",
  13838. image: {
  13839. source: "./media/characters/ian-corvid/front.svg",
  13840. extra: 150 / 142,
  13841. bottom: 0.02
  13842. }
  13843. },
  13844. back: {
  13845. height: math.unit(7, "feet"),
  13846. weight: math.unit(150, "lb"),
  13847. name: "Back",
  13848. image: {
  13849. source: "./media/characters/ian-corvid/back.svg",
  13850. extra: 150 / 143,
  13851. bottom: 0.01
  13852. }
  13853. },
  13854. stomping: {
  13855. height: math.unit(7, "feet"),
  13856. weight: math.unit(150, "lb"),
  13857. name: "Stomping",
  13858. image: {
  13859. source: "./media/characters/ian-corvid/stomping.svg",
  13860. extra: 76 / 72
  13861. }
  13862. },
  13863. sitting: {
  13864. height: math.unit(7 / 1.8, "feet"),
  13865. weight: math.unit(150, "lb"),
  13866. name: "Sitting",
  13867. image: {
  13868. source: "./media/characters/ian-corvid/sitting.svg",
  13869. extra: 1400 / 1269,
  13870. bottom: 0.15
  13871. }
  13872. },
  13873. },
  13874. [
  13875. {
  13876. name: "Tiny Microw",
  13877. height: math.unit(1, "inch")
  13878. },
  13879. {
  13880. name: "Microw",
  13881. height: math.unit(6, "inches")
  13882. },
  13883. {
  13884. name: "Crow",
  13885. height: math.unit(7 + 1 / 12, "feet"),
  13886. default: true
  13887. },
  13888. {
  13889. name: "Macrow",
  13890. height: math.unit(176, "feet")
  13891. },
  13892. ]
  13893. ))
  13894. characterMakers.push(() => makeCharacter(
  13895. { name: "Natalie Kellon" },
  13896. {
  13897. front: {
  13898. height: math.unit(5 + 7 / 12, "feet"),
  13899. weight: math.unit(147, "lb"),
  13900. name: "Front",
  13901. image: {
  13902. source: "./media/characters/natalie-kellon/front.svg",
  13903. extra: 1214 / 1141,
  13904. bottom: 0.02
  13905. }
  13906. },
  13907. },
  13908. [
  13909. {
  13910. name: "Micro",
  13911. height: math.unit(1 / 16, "inch")
  13912. },
  13913. {
  13914. name: "Tiny",
  13915. height: math.unit(4, "inches")
  13916. },
  13917. {
  13918. name: "Normal",
  13919. height: math.unit(5 + 7 / 12, "feet"),
  13920. default: true
  13921. },
  13922. {
  13923. name: "Amazon",
  13924. height: math.unit(12, "feet")
  13925. },
  13926. {
  13927. name: "Giantess",
  13928. height: math.unit(160, "meters")
  13929. },
  13930. {
  13931. name: "Titaness",
  13932. height: math.unit(800, "meters")
  13933. },
  13934. ]
  13935. ))
  13936. characterMakers.push(() => makeCharacter(
  13937. { name: "Alluria" },
  13938. {
  13939. front: {
  13940. height: math.unit(6, "feet"),
  13941. weight: math.unit(150, "lb"),
  13942. name: "Front",
  13943. image: {
  13944. source: "./media/characters/alluria/front.svg",
  13945. extra: 806 / 738,
  13946. bottom: 0.01
  13947. }
  13948. },
  13949. side: {
  13950. height: math.unit(6, "feet"),
  13951. weight: math.unit(150, "lb"),
  13952. name: "Side",
  13953. image: {
  13954. source: "./media/characters/alluria/side.svg",
  13955. extra: 800 / 750,
  13956. }
  13957. },
  13958. back: {
  13959. height: math.unit(6, "feet"),
  13960. weight: math.unit(150, "lb"),
  13961. name: "Back",
  13962. image: {
  13963. source: "./media/characters/alluria/back.svg",
  13964. extra: 806 / 738,
  13965. }
  13966. },
  13967. frontMaid: {
  13968. height: math.unit(6, "feet"),
  13969. weight: math.unit(150, "lb"),
  13970. name: "Front (Maid)",
  13971. image: {
  13972. source: "./media/characters/alluria/front-maid.svg",
  13973. extra: 806 / 738,
  13974. bottom: 0.01
  13975. }
  13976. },
  13977. sideMaid: {
  13978. height: math.unit(6, "feet"),
  13979. weight: math.unit(150, "lb"),
  13980. name: "Side (Maid)",
  13981. image: {
  13982. source: "./media/characters/alluria/side-maid.svg",
  13983. extra: 800 / 750,
  13984. bottom: 0.005
  13985. }
  13986. },
  13987. backMaid: {
  13988. height: math.unit(6, "feet"),
  13989. weight: math.unit(150, "lb"),
  13990. name: "Back (Maid)",
  13991. image: {
  13992. source: "./media/characters/alluria/back-maid.svg",
  13993. extra: 806 / 738,
  13994. }
  13995. },
  13996. },
  13997. [
  13998. {
  13999. name: "Micro",
  14000. height: math.unit(6, "inches"),
  14001. default: true
  14002. },
  14003. ]
  14004. ))
  14005. characterMakers.push(() => makeCharacter(
  14006. { name: "Kyle" },
  14007. {
  14008. front: {
  14009. height: math.unit(6, "feet"),
  14010. weight: math.unit(150, "lb"),
  14011. name: "Front",
  14012. image: {
  14013. source: "./media/characters/kyle/front.svg",
  14014. extra: 1069 / 962,
  14015. bottom: 77.228 / 1727.45
  14016. }
  14017. },
  14018. },
  14019. [
  14020. {
  14021. name: "Macro",
  14022. height: math.unit(150, "feet"),
  14023. default: true
  14024. },
  14025. ]
  14026. ))
  14027. characterMakers.push(() => makeCharacter(
  14028. { name: "Duncan" },
  14029. {
  14030. front: {
  14031. height: math.unit(6, "feet"),
  14032. weight: math.unit(300, "lb"),
  14033. name: "Front",
  14034. image: {
  14035. source: "./media/characters/duncan/front.svg",
  14036. extra: 1650 / 1482,
  14037. bottom: 0.05
  14038. }
  14039. },
  14040. },
  14041. [
  14042. {
  14043. name: "Macro",
  14044. height: math.unit(100, "feet"),
  14045. default: true
  14046. },
  14047. ]
  14048. ))
  14049. characterMakers.push(() => makeCharacter(
  14050. { name: "Memory" },
  14051. {
  14052. front: {
  14053. height: math.unit(5 + 4 / 12, "feet"),
  14054. weight: math.unit(220, "lb"),
  14055. name: "Front",
  14056. image: {
  14057. source: "./media/characters/memory/front.svg",
  14058. extra: 3641 / 3545,
  14059. bottom: 0.03
  14060. }
  14061. },
  14062. back: {
  14063. height: math.unit(5 + 4 / 12, "feet"),
  14064. weight: math.unit(220, "lb"),
  14065. name: "Back",
  14066. image: {
  14067. source: "./media/characters/memory/back.svg",
  14068. extra: 3641 / 3545,
  14069. bottom: 0.025
  14070. }
  14071. },
  14072. frontSkirt: {
  14073. height: math.unit(5 + 4 / 12, "feet"),
  14074. weight: math.unit(220, "lb"),
  14075. name: "Front (Skirt)",
  14076. image: {
  14077. source: "./media/characters/memory/front-skirt.svg",
  14078. extra: 3641 / 3545,
  14079. bottom: 0.03
  14080. }
  14081. },
  14082. frontDress: {
  14083. height: math.unit(5 + 4 / 12, "feet"),
  14084. weight: math.unit(220, "lb"),
  14085. name: "Front (Dress)",
  14086. image: {
  14087. source: "./media/characters/memory/front-dress.svg",
  14088. extra: 3641 / 3545,
  14089. bottom: 0.03
  14090. }
  14091. },
  14092. },
  14093. [
  14094. {
  14095. name: "Micro",
  14096. height: math.unit(6, "inches"),
  14097. default: true
  14098. },
  14099. {
  14100. name: "Normal",
  14101. height: math.unit(5 + 4 / 12, "feet")
  14102. },
  14103. ]
  14104. ))
  14105. characterMakers.push(() => makeCharacter(
  14106. { name: "Luno" },
  14107. {
  14108. front: {
  14109. height: math.unit(4 + 11 / 12, "feet"),
  14110. weight: math.unit(100, "lb"),
  14111. name: "Front",
  14112. image: {
  14113. source: "./media/characters/luno/front.svg",
  14114. extra: 1535 / 1487,
  14115. bottom: 0.03
  14116. }
  14117. },
  14118. },
  14119. [
  14120. {
  14121. name: "Micro",
  14122. height: math.unit(3, "inches")
  14123. },
  14124. {
  14125. name: "Normal",
  14126. height: math.unit(4 + 11 / 12, "feet"),
  14127. default: true
  14128. },
  14129. {
  14130. name: "Macro",
  14131. height: math.unit(300, "feet")
  14132. },
  14133. {
  14134. name: "Megamacro",
  14135. height: math.unit(700, "miles")
  14136. },
  14137. ]
  14138. ))
  14139. characterMakers.push(() => makeCharacter(
  14140. { name: "Jamesy" },
  14141. {
  14142. front: {
  14143. height: math.unit(6 + 2 / 12, "feet"),
  14144. weight: math.unit(170, "lb"),
  14145. name: "Front",
  14146. image: {
  14147. source: "./media/characters/jamesy/front.svg",
  14148. extra: 440 / 382,
  14149. bottom: 0.005
  14150. }
  14151. },
  14152. },
  14153. [
  14154. {
  14155. name: "Micro",
  14156. height: math.unit(3, "inches")
  14157. },
  14158. {
  14159. name: "Normal",
  14160. height: math.unit(6 + 2 / 12, "feet"),
  14161. default: true
  14162. },
  14163. {
  14164. name: "Macro",
  14165. height: math.unit(300, "feet")
  14166. },
  14167. {
  14168. name: "Megamacro",
  14169. height: math.unit(700, "miles")
  14170. },
  14171. ]
  14172. ))
  14173. characterMakers.push(() => makeCharacter(
  14174. { name: "Mark" },
  14175. {
  14176. front: {
  14177. height: math.unit(6, "feet"),
  14178. weight: math.unit(160, "lb"),
  14179. name: "Front",
  14180. image: {
  14181. source: "./media/characters/mark/front.svg",
  14182. extra: 3300 / 3100,
  14183. bottom: 136.42 / 3440.47
  14184. }
  14185. },
  14186. },
  14187. [
  14188. {
  14189. name: "Macro",
  14190. height: math.unit(120, "meters")
  14191. },
  14192. {
  14193. name: "Bigger Macro",
  14194. height: math.unit(350, "meters")
  14195. },
  14196. {
  14197. name: "Megamacro",
  14198. height: math.unit(8, "km"),
  14199. default: true
  14200. },
  14201. {
  14202. name: "Continental",
  14203. height: math.unit(4550, "km")
  14204. },
  14205. {
  14206. name: "Planetary",
  14207. height: math.unit(65000, "km")
  14208. },
  14209. ]
  14210. ))
  14211. characterMakers.push(() => makeCharacter(
  14212. { name: "Mac" },
  14213. {
  14214. front: {
  14215. height: math.unit(6, "feet"),
  14216. weight: math.unit(400, "lb"),
  14217. name: "Front",
  14218. image: {
  14219. source: "./media/characters/mac/front.svg",
  14220. extra: 1048 / 987.7,
  14221. bottom: 60 / 1107.6,
  14222. }
  14223. },
  14224. },
  14225. [
  14226. {
  14227. name: "Macro",
  14228. height: math.unit(500, "feet"),
  14229. default: true
  14230. },
  14231. ]
  14232. ))
  14233. characterMakers.push(() => makeCharacter(
  14234. { name: "Bari" },
  14235. {
  14236. front: {
  14237. height: math.unit(5 + 2 / 12, "feet"),
  14238. weight: math.unit(190, "lb"),
  14239. name: "Front",
  14240. image: {
  14241. source: "./media/characters/bari/front.svg",
  14242. extra: 3156 / 2880,
  14243. bottom: 0.03
  14244. }
  14245. },
  14246. back: {
  14247. height: math.unit(5 + 2 / 12, "feet"),
  14248. weight: math.unit(190, "lb"),
  14249. name: "Back",
  14250. image: {
  14251. source: "./media/characters/bari/back.svg",
  14252. extra: 3260 / 2834,
  14253. bottom: 0.025
  14254. }
  14255. },
  14256. frontPlush: {
  14257. height: math.unit(5 + 2 / 12, "feet"),
  14258. weight: math.unit(190, "lb"),
  14259. name: "Front (Plush)",
  14260. image: {
  14261. source: "./media/characters/bari/front-plush.svg",
  14262. extra: 1112 / 1061,
  14263. bottom: 0.002
  14264. }
  14265. },
  14266. },
  14267. [
  14268. {
  14269. name: "Micro",
  14270. height: math.unit(3, "inches")
  14271. },
  14272. {
  14273. name: "Normal",
  14274. height: math.unit(5 + 2 / 12, "feet"),
  14275. default: true
  14276. },
  14277. {
  14278. name: "Macro",
  14279. height: math.unit(20, "feet")
  14280. },
  14281. ]
  14282. ))
  14283. characterMakers.push(() => makeCharacter(
  14284. { name: "Hunter Misha Raven" },
  14285. {
  14286. front: {
  14287. height: math.unit(6 + 1 / 12, "feet"),
  14288. weight: math.unit(275, "lb"),
  14289. name: "Front",
  14290. image: {
  14291. source: "./media/characters/hunter-misha-raven/front.svg"
  14292. }
  14293. },
  14294. },
  14295. [
  14296. {
  14297. name: "Mortal",
  14298. height: math.unit(6 + 1 / 12, "feet")
  14299. },
  14300. {
  14301. name: "Divine",
  14302. height: math.unit(1.12134e34, "parsecs"),
  14303. default: true
  14304. },
  14305. ]
  14306. ))
  14307. characterMakers.push(() => makeCharacter(
  14308. { name: "Max Calore" },
  14309. {
  14310. front: {
  14311. height: math.unit(6 + 3 / 12, "feet"),
  14312. weight: math.unit(220, "lb"),
  14313. name: "Front",
  14314. image: {
  14315. source: "./media/characters/max-calore/front.svg",
  14316. extra: 1700 / 1648,
  14317. bottom: 0.01
  14318. }
  14319. },
  14320. back: {
  14321. height: math.unit(6 + 3 / 12, "feet"),
  14322. weight: math.unit(220, "lb"),
  14323. name: "Back",
  14324. image: {
  14325. source: "./media/characters/max-calore/back.svg",
  14326. extra: 1700 / 1648,
  14327. bottom: 0.01
  14328. }
  14329. },
  14330. },
  14331. [
  14332. {
  14333. name: "Normal",
  14334. height: math.unit(6 + 3 / 12, "feet"),
  14335. default: true
  14336. },
  14337. ]
  14338. ))
  14339. characterMakers.push(() => makeCharacter(
  14340. { name: "Aspen" },
  14341. {
  14342. side: {
  14343. height: math.unit(2 + 8 / 12, "feet"),
  14344. weight: math.unit(99, "lb"),
  14345. name: "Side",
  14346. image: {
  14347. source: "./media/characters/aspen/side.svg",
  14348. extra: 152 / 138,
  14349. bottom: 0.032
  14350. }
  14351. },
  14352. },
  14353. [
  14354. {
  14355. name: "Normal",
  14356. height: math.unit(2 + 8 / 12, "feet"),
  14357. default: true
  14358. },
  14359. ]
  14360. ))
  14361. characterMakers.push(() => makeCharacter(
  14362. { name: "Sheila (Feral Wolf)" },
  14363. {
  14364. side: {
  14365. height: math.unit(3 + 2 / 12, "feet"),
  14366. weight: math.unit(224, "lb"),
  14367. name: "Side",
  14368. image: {
  14369. source: "./media/characters/sheila-feral-wolf/side.svg",
  14370. extra: 179 / 166,
  14371. bottom: 0.03
  14372. }
  14373. },
  14374. },
  14375. [
  14376. {
  14377. name: "Normal",
  14378. height: math.unit(3 + 2 / 12, "feet"),
  14379. default: true
  14380. },
  14381. ]
  14382. ))
  14383. characterMakers.push(() => makeCharacter(
  14384. { name: "Michelle" },
  14385. {
  14386. side: {
  14387. height: math.unit(1 + 9 / 12, "feet"),
  14388. weight: math.unit(38, "lb"),
  14389. name: "Side",
  14390. image: {
  14391. source: "./media/characters/michelle/side.svg",
  14392. extra: 147 / 136.7,
  14393. bottom: 0.03
  14394. }
  14395. },
  14396. },
  14397. [
  14398. {
  14399. name: "Normal",
  14400. height: math.unit(1 + 9 / 12, "feet"),
  14401. default: true
  14402. },
  14403. ]
  14404. ))
  14405. characterMakers.push(() => makeCharacter(
  14406. { name: "Nino" },
  14407. {
  14408. front: {
  14409. height: math.unit(1 + 1 / 12, "feet"),
  14410. weight: math.unit(18, "lb"),
  14411. name: "Front",
  14412. image: {
  14413. source: "./media/characters/nino/front.svg"
  14414. }
  14415. },
  14416. },
  14417. [
  14418. {
  14419. name: "Normal",
  14420. height: math.unit(1 + 1 / 12, "feet"),
  14421. default: true
  14422. },
  14423. ]
  14424. ))
  14425. characterMakers.push(() => makeCharacter(
  14426. { name: "Viola" },
  14427. {
  14428. front: {
  14429. height: math.unit(1, "feet"),
  14430. weight: math.unit(16, "lb"),
  14431. name: "Front",
  14432. image: {
  14433. source: "./media/characters/viola/front.svg"
  14434. }
  14435. },
  14436. },
  14437. [
  14438. {
  14439. name: "Normal",
  14440. height: math.unit(1, "feet"),
  14441. default: true
  14442. },
  14443. ]
  14444. ))
  14445. characterMakers.push(() => makeCharacter(
  14446. { name: "Atlas" },
  14447. {
  14448. front: {
  14449. height: math.unit(6 + 5 / 12, "feet"),
  14450. weight: math.unit(580, "lb"),
  14451. name: "Front",
  14452. image: {
  14453. source: "./media/characters/atlas/front.svg",
  14454. extra: 298.5 / 290,
  14455. bottom: 0.015
  14456. }
  14457. },
  14458. },
  14459. [
  14460. {
  14461. name: "Normal",
  14462. height: math.unit(6 + 5 / 12, "feet"),
  14463. default: true
  14464. },
  14465. ]
  14466. ))
  14467. characterMakers.push(() => makeCharacter(
  14468. { name: "Davy" },
  14469. {
  14470. side: {
  14471. height: math.unit(1 + 10 / 12, "feet"),
  14472. weight: math.unit(25, "lb"),
  14473. name: "Side",
  14474. image: {
  14475. source: "./media/characters/davy/side.svg",
  14476. extra: 200 / 170,
  14477. bottom: 0.01
  14478. }
  14479. },
  14480. },
  14481. [
  14482. {
  14483. name: "Normal",
  14484. height: math.unit(1 + 10 / 12, "feet"),
  14485. default: true
  14486. },
  14487. ]
  14488. ))
  14489. characterMakers.push(() => makeCharacter(
  14490. { name: "Fiona" },
  14491. {
  14492. side: {
  14493. height: math.unit(4 + 8 / 12, "feet"),
  14494. weight: math.unit(166, "lb"),
  14495. name: "Side",
  14496. image: {
  14497. source: "./media/characters/fiona/side.svg",
  14498. extra: 232 / 220,
  14499. bottom: 0.03
  14500. }
  14501. },
  14502. },
  14503. [
  14504. {
  14505. name: "Normal",
  14506. height: math.unit(4 + 8 / 12, "feet"),
  14507. default: true
  14508. },
  14509. ]
  14510. ))
  14511. characterMakers.push(() => makeCharacter(
  14512. { name: "Lyla" },
  14513. {
  14514. front: {
  14515. height: math.unit(2, "feet"),
  14516. weight: math.unit(62, "lb"),
  14517. name: "Front",
  14518. image: {
  14519. source: "./media/characters/lyla/front.svg",
  14520. bottom: 0.1
  14521. }
  14522. },
  14523. },
  14524. [
  14525. {
  14526. name: "Normal",
  14527. height: math.unit(2, "feet"),
  14528. default: true
  14529. },
  14530. ]
  14531. ))
  14532. characterMakers.push(() => makeCharacter(
  14533. { name: "Perseus" },
  14534. {
  14535. side: {
  14536. height: math.unit(1.8, "feet"),
  14537. weight: math.unit(44, "lb"),
  14538. name: "Side",
  14539. image: {
  14540. source: "./media/characters/perseus/side.svg",
  14541. bottom: 0.21
  14542. }
  14543. },
  14544. },
  14545. [
  14546. {
  14547. name: "Normal",
  14548. height: math.unit(1.8, "feet"),
  14549. default: true
  14550. },
  14551. ]
  14552. ))
  14553. characterMakers.push(() => makeCharacter(
  14554. { name: "Remus" },
  14555. {
  14556. side: {
  14557. height: math.unit(4 + 2 / 12, "feet"),
  14558. weight: math.unit(20, "lb"),
  14559. name: "Side",
  14560. image: {
  14561. source: "./media/characters/remus/side.svg"
  14562. }
  14563. },
  14564. },
  14565. [
  14566. {
  14567. name: "Normal",
  14568. height: math.unit(4 + 2 / 12, "feet"),
  14569. default: true
  14570. },
  14571. ]
  14572. ))
  14573. characterMakers.push(() => makeCharacter(
  14574. { name: "Raf" },
  14575. {
  14576. front: {
  14577. height: math.unit(4 + 11 / 12, "feet"),
  14578. weight: math.unit(114, "lb"),
  14579. name: "Front",
  14580. image: {
  14581. source: "./media/characters/raf/front.svg",
  14582. bottom: 0.01
  14583. }
  14584. },
  14585. side: {
  14586. height: math.unit(4 + 11 / 12, "feet"),
  14587. weight: math.unit(114, "lb"),
  14588. name: "Side",
  14589. image: {
  14590. source: "./media/characters/raf/side.svg",
  14591. bottom: 0.005
  14592. }
  14593. },
  14594. },
  14595. [
  14596. {
  14597. name: "Micro",
  14598. height: math.unit(2, "inches")
  14599. },
  14600. {
  14601. name: "Normal",
  14602. height: math.unit(4 + 11 / 12, "feet"),
  14603. default: true
  14604. },
  14605. {
  14606. name: "Macro",
  14607. height: math.unit(70, "feet")
  14608. },
  14609. ]
  14610. ))
  14611. characterMakers.push(() => makeCharacter(
  14612. { name: "Liam Einarr" },
  14613. {
  14614. front: {
  14615. height: math.unit(1.5, "meters"),
  14616. weight: math.unit(68, "kg"),
  14617. name: "Front",
  14618. image: {
  14619. source: "./media/characters/liam-einarr/front.svg",
  14620. extra: 2822 / 2666
  14621. }
  14622. },
  14623. back: {
  14624. height: math.unit(1.5, "meters"),
  14625. weight: math.unit(68, "kg"),
  14626. name: "Back",
  14627. image: {
  14628. source: "./media/characters/liam-einarr/back.svg",
  14629. extra: 2822 / 2666,
  14630. bottom: 0.015
  14631. }
  14632. },
  14633. },
  14634. [
  14635. {
  14636. name: "Normal",
  14637. height: math.unit(1.5, "meters"),
  14638. default: true
  14639. },
  14640. {
  14641. name: "Macro",
  14642. height: math.unit(150, "meters")
  14643. },
  14644. {
  14645. name: "Megamacro",
  14646. height: math.unit(35, "km")
  14647. },
  14648. ]
  14649. ))
  14650. characterMakers.push(() => makeCharacter(
  14651. { name: "Linda" },
  14652. {
  14653. front: {
  14654. height: math.unit(6, "feet"),
  14655. weight: math.unit(75, "kg"),
  14656. name: "Front",
  14657. image: {
  14658. source: "./media/characters/linda/front.svg",
  14659. extra: 930 / 874,
  14660. bottom: 0.004
  14661. }
  14662. },
  14663. },
  14664. [
  14665. {
  14666. name: "Normal",
  14667. height: math.unit(6, "feet"),
  14668. default: true
  14669. },
  14670. ]
  14671. ))
  14672. characterMakers.push(() => makeCharacter(
  14673. { name: "Caylex" },
  14674. {
  14675. front: {
  14676. height: math.unit(6 + 8 / 12, "feet"),
  14677. weight: math.unit(220, "lb"),
  14678. name: "Front",
  14679. image: {
  14680. source: "./media/characters/caylex/front.svg",
  14681. extra: 821 / 772,
  14682. bottom: 0.07
  14683. }
  14684. },
  14685. back: {
  14686. height: math.unit(6 + 8 / 12, "feet"),
  14687. weight: math.unit(220, "lb"),
  14688. name: "Back",
  14689. image: {
  14690. source: "./media/characters/caylex/back.svg",
  14691. extra: 821 / 772,
  14692. bottom: 0.022
  14693. }
  14694. },
  14695. hand: {
  14696. height: math.unit(1.25, "feet"),
  14697. name: "Hand",
  14698. image: {
  14699. source: "./media/characters/caylex/hand.svg"
  14700. }
  14701. },
  14702. foot: {
  14703. height: math.unit(1.6, "feet"),
  14704. name: "Foot",
  14705. image: {
  14706. source: "./media/characters/caylex/foot.svg"
  14707. }
  14708. },
  14709. armored: {
  14710. height: math.unit(6 + 8 / 12, "feet"),
  14711. weight: math.unit(250, "lb"),
  14712. name: "Armored",
  14713. image: {
  14714. source: "./media/characters/caylex/armored.svg",
  14715. extra: 1420 / 1310,
  14716. bottom: 0.045
  14717. }
  14718. },
  14719. },
  14720. [
  14721. {
  14722. name: "Normal",
  14723. height: math.unit(6 + 8 / 12, "feet"),
  14724. default: true
  14725. },
  14726. {
  14727. name: "Normal+",
  14728. height: math.unit(12, "feet")
  14729. },
  14730. ]
  14731. ))
  14732. characterMakers.push(() => makeCharacter(
  14733. { name: "Alana" },
  14734. {
  14735. front: {
  14736. height: math.unit(7 + 6 / 12, "feet"),
  14737. weight: math.unit(288, "lb"),
  14738. name: "Front",
  14739. image: {
  14740. source: "./media/characters/alana/front.svg",
  14741. extra: 679 / 653,
  14742. bottom: 22.5 / 701
  14743. }
  14744. },
  14745. },
  14746. [
  14747. {
  14748. name: "Normal",
  14749. height: math.unit(7 + 6 / 12, "feet")
  14750. },
  14751. {
  14752. name: "Large",
  14753. height: math.unit(50, "feet")
  14754. },
  14755. {
  14756. name: "Macro",
  14757. height: math.unit(100, "feet"),
  14758. default: true
  14759. },
  14760. {
  14761. name: "Macro+",
  14762. height: math.unit(200, "feet")
  14763. },
  14764. ]
  14765. ))
  14766. characterMakers.push(() => makeCharacter(
  14767. { name: "Hasani" },
  14768. {
  14769. front: {
  14770. height: math.unit(6 + 1 / 12, "feet"),
  14771. weight: math.unit(210, "lb"),
  14772. name: "Front",
  14773. image: {
  14774. source: "./media/characters/hasani/front.svg",
  14775. extra: 244 / 232,
  14776. bottom: 0.01
  14777. }
  14778. },
  14779. back: {
  14780. height: math.unit(6 + 1 / 12, "feet"),
  14781. weight: math.unit(210, "lb"),
  14782. name: "Back",
  14783. image: {
  14784. source: "./media/characters/hasani/back.svg",
  14785. extra: 244 / 232,
  14786. bottom: 0.01
  14787. }
  14788. },
  14789. },
  14790. [
  14791. {
  14792. name: "Normal",
  14793. height: math.unit(6 + 1 / 12, "feet")
  14794. },
  14795. {
  14796. name: "Macro",
  14797. height: math.unit(175, "feet"),
  14798. default: true
  14799. },
  14800. ]
  14801. ))
  14802. characterMakers.push(() => makeCharacter(
  14803. { name: "Nita" },
  14804. {
  14805. front: {
  14806. height: math.unit(1.82, "meters"),
  14807. weight: math.unit(140, "lb"),
  14808. name: "Front",
  14809. image: {
  14810. source: "./media/characters/nita/front.svg",
  14811. extra: 2473 / 2363,
  14812. bottom: 0.01
  14813. }
  14814. },
  14815. },
  14816. [
  14817. {
  14818. name: "Normal",
  14819. height: math.unit(1.82, "m")
  14820. },
  14821. {
  14822. name: "Macro",
  14823. height: math.unit(300, "m")
  14824. },
  14825. {
  14826. name: "Mistake Canon",
  14827. height: math.unit(0.5, "miles"),
  14828. default: true
  14829. },
  14830. {
  14831. name: "Big Mistake",
  14832. height: math.unit(13, "miles")
  14833. },
  14834. {
  14835. name: "Playing God",
  14836. height: math.unit(2450, "miles")
  14837. },
  14838. ]
  14839. ))
  14840. characterMakers.push(() => makeCharacter(
  14841. { name: "Shiriko" },
  14842. {
  14843. front: {
  14844. height: math.unit(4, "feet"),
  14845. weight: math.unit(120, "lb"),
  14846. name: "Front",
  14847. image: {
  14848. source: "./media/characters/shiriko/front.svg",
  14849. extra: 195 / 188
  14850. }
  14851. },
  14852. },
  14853. [
  14854. {
  14855. name: "Normal",
  14856. height: math.unit(4, "feet"),
  14857. default: true
  14858. },
  14859. ]
  14860. ))
  14861. characterMakers.push(() => makeCharacter(
  14862. { name: "Deja" },
  14863. {
  14864. front: {
  14865. height: math.unit(6, "feet"),
  14866. name: "front",
  14867. image: {
  14868. source: "./media/characters/deja/front.svg",
  14869. extra: 926 / 840,
  14870. bottom: 0.07
  14871. }
  14872. },
  14873. },
  14874. [
  14875. {
  14876. name: "Planck Length",
  14877. height: math.unit(1.6e-35, "meters")
  14878. },
  14879. {
  14880. name: "Normal",
  14881. height: math.unit(30.48, "meters"),
  14882. default: true
  14883. },
  14884. {
  14885. name: "Universal",
  14886. height: math.unit(8.8e26, "meters")
  14887. },
  14888. ]
  14889. ))
  14890. characterMakers.push(() => makeCharacter(
  14891. { name: "Anima" },
  14892. {
  14893. side: {
  14894. height: math.unit(8, "feet"),
  14895. weight: math.unit(6300, "lb"),
  14896. name: "Side",
  14897. image: {
  14898. source: "./media/characters/anima/side.svg",
  14899. bottom: 0.035
  14900. }
  14901. },
  14902. },
  14903. [
  14904. {
  14905. name: "Normal",
  14906. height: math.unit(8, "feet"),
  14907. default: true
  14908. },
  14909. ]
  14910. ))
  14911. characterMakers.push(() => makeCharacter(
  14912. { name: "Bianca" },
  14913. {
  14914. front: {
  14915. height: math.unit(8, "feet"),
  14916. weight: math.unit(350, "lb"),
  14917. name: "Front",
  14918. image: {
  14919. source: "./media/characters/bianca/front.svg",
  14920. extra: 234 / 225,
  14921. bottom: 0.03
  14922. }
  14923. },
  14924. },
  14925. [
  14926. {
  14927. name: "Normal",
  14928. height: math.unit(8, "feet"),
  14929. default: true
  14930. },
  14931. ]
  14932. ))
  14933. characterMakers.push(() => makeCharacter(
  14934. { name: "Adinia" },
  14935. {
  14936. front: {
  14937. height: math.unit(6, "feet"),
  14938. weight: math.unit(150, "lb"),
  14939. name: "Front",
  14940. image: {
  14941. source: "./media/characters/adinia/front.svg",
  14942. extra: 1845 / 1672,
  14943. bottom: 0.02
  14944. }
  14945. },
  14946. back: {
  14947. height: math.unit(6, "feet"),
  14948. weight: math.unit(150, "lb"),
  14949. name: "Back",
  14950. image: {
  14951. source: "./media/characters/adinia/back.svg",
  14952. extra: 1845 / 1672,
  14953. bottom: 0.002
  14954. }
  14955. },
  14956. },
  14957. [
  14958. {
  14959. name: "Normal",
  14960. height: math.unit(11 + 5 / 12, "feet"),
  14961. default: true
  14962. },
  14963. ]
  14964. ))
  14965. characterMakers.push(() => makeCharacter(
  14966. { name: "Lykasa" },
  14967. {
  14968. front: {
  14969. height: math.unit(3, "meters"),
  14970. weight: math.unit(200, "kg"),
  14971. name: "Front",
  14972. image: {
  14973. source: "./media/characters/lykasa/front.svg",
  14974. extra: 1076 / 976,
  14975. bottom: 0.06
  14976. }
  14977. },
  14978. },
  14979. [
  14980. {
  14981. name: "Normal",
  14982. height: math.unit(3, "meters")
  14983. },
  14984. {
  14985. name: "Kaiju",
  14986. height: math.unit(120, "meters"),
  14987. default: true
  14988. },
  14989. {
  14990. name: "Mega Kaiju",
  14991. height: math.unit(240, "km")
  14992. },
  14993. {
  14994. name: "Giga Kaiju",
  14995. height: math.unit(400, "megameters")
  14996. },
  14997. {
  14998. name: "Tera Kaiju",
  14999. height: math.unit(800, "gigameters")
  15000. },
  15001. {
  15002. name: "Kaiju Dragon Goddess",
  15003. height: math.unit(26, "zettaparsecs")
  15004. },
  15005. ]
  15006. ))
  15007. characterMakers.push(() => makeCharacter(
  15008. { name: "Malfaren" },
  15009. {
  15010. side: {
  15011. height: math.unit(283 / 124 * 6, "feet"),
  15012. weight: math.unit(35000, "lb"),
  15013. name: "Side",
  15014. image: {
  15015. source: "./media/characters/malfaren/side.svg",
  15016. extra: 2500 / 1010,
  15017. bottom: 0.01
  15018. }
  15019. },
  15020. front: {
  15021. height: math.unit(22.36, "feet"),
  15022. weight: math.unit(35000, "lb"),
  15023. name: "Front",
  15024. image: {
  15025. source: "./media/characters/malfaren/front.svg",
  15026. extra: 1631 / 1476,
  15027. bottom: 0.01
  15028. }
  15029. },
  15030. maw: {
  15031. height: math.unit(6.9, "feet"),
  15032. name: "Maw",
  15033. image: {
  15034. source: "./media/characters/malfaren/maw.svg"
  15035. }
  15036. },
  15037. },
  15038. [
  15039. {
  15040. name: "Big",
  15041. height: math.unit(283 / 162 * 6, "feet"),
  15042. },
  15043. {
  15044. name: "Bigger",
  15045. height: math.unit(283 / 124 * 6, "feet")
  15046. },
  15047. {
  15048. name: "Massive",
  15049. height: math.unit(283 / 92 * 6, "feet"),
  15050. default: true
  15051. },
  15052. {
  15053. name: "👀💦",
  15054. height: math.unit(283 / 73 * 6, "feet"),
  15055. },
  15056. ]
  15057. ))
  15058. characterMakers.push(() => makeCharacter(
  15059. { name: "Kernel" },
  15060. {
  15061. front: {
  15062. height: math.unit(1.7, "m"),
  15063. weight: math.unit(70, "kg"),
  15064. name: "Front",
  15065. image: {
  15066. source: "./media/characters/kernel/front.svg",
  15067. extra: 222 / 210,
  15068. bottom: 0.007
  15069. }
  15070. },
  15071. },
  15072. [
  15073. {
  15074. name: "Nano",
  15075. height: math.unit(17, "micrometers")
  15076. },
  15077. {
  15078. name: "Micro",
  15079. height: math.unit(1.7, "mm")
  15080. },
  15081. {
  15082. name: "Small",
  15083. height: math.unit(1.7, "cm")
  15084. },
  15085. {
  15086. name: "Normal",
  15087. height: math.unit(1.7, "m"),
  15088. default: true
  15089. },
  15090. ]
  15091. ))
  15092. characterMakers.push(() => makeCharacter(
  15093. { name: "Jayne Folest" },
  15094. {
  15095. front: {
  15096. height: math.unit(1.75, "meters"),
  15097. weight: math.unit(65, "kg"),
  15098. name: "Front",
  15099. image: {
  15100. source: "./media/characters/jayne-folest/front.svg",
  15101. extra: 2115 / 2007,
  15102. bottom: 0.02
  15103. }
  15104. },
  15105. back: {
  15106. height: math.unit(1.75, "meters"),
  15107. weight: math.unit(65, "kg"),
  15108. name: "Back",
  15109. image: {
  15110. source: "./media/characters/jayne-folest/back.svg",
  15111. extra: 2115 / 2007,
  15112. bottom: 0.005
  15113. }
  15114. },
  15115. frontClothed: {
  15116. height: math.unit(1.75, "meters"),
  15117. weight: math.unit(65, "kg"),
  15118. name: "Front (Clothed)",
  15119. image: {
  15120. source: "./media/characters/jayne-folest/front-clothed.svg",
  15121. extra: 2115 / 2007,
  15122. bottom: 0.035
  15123. }
  15124. },
  15125. hand: {
  15126. height: math.unit(1 / 1.260, "feet"),
  15127. name: "Hand",
  15128. image: {
  15129. source: "./media/characters/jayne-folest/hand.svg"
  15130. }
  15131. },
  15132. foot: {
  15133. height: math.unit(1 / 0.918, "feet"),
  15134. name: "Foot",
  15135. image: {
  15136. source: "./media/characters/jayne-folest/foot.svg"
  15137. }
  15138. },
  15139. },
  15140. [
  15141. {
  15142. name: "Micro",
  15143. height: math.unit(4, "cm")
  15144. },
  15145. {
  15146. name: "Normal",
  15147. height: math.unit(1.75, "meters")
  15148. },
  15149. {
  15150. name: "Macro",
  15151. height: math.unit(47.5, "meters"),
  15152. default: true
  15153. },
  15154. ]
  15155. ))
  15156. characterMakers.push(() => makeCharacter(
  15157. { name: "Algier" },
  15158. {
  15159. front: {
  15160. height: math.unit(180, "cm"),
  15161. weight: math.unit(70, "kg"),
  15162. name: "Front",
  15163. image: {
  15164. source: "./media/characters/algier/front.svg",
  15165. extra: 596 / 572,
  15166. bottom: 0.04
  15167. }
  15168. },
  15169. back: {
  15170. height: math.unit(180, "cm"),
  15171. weight: math.unit(70, "kg"),
  15172. name: "Back",
  15173. image: {
  15174. source: "./media/characters/algier/back.svg",
  15175. extra: 596 / 572,
  15176. bottom: 0.025
  15177. }
  15178. },
  15179. frontdressed: {
  15180. height: math.unit(180, "cm"),
  15181. weight: math.unit(150, "kg"),
  15182. name: "Front-dressed",
  15183. image: {
  15184. source: "./media/characters/algier/front-dressed.svg",
  15185. extra: 596 / 572,
  15186. bottom: 0.038
  15187. }
  15188. },
  15189. },
  15190. [
  15191. {
  15192. name: "Micro",
  15193. height: math.unit(5, "cm")
  15194. },
  15195. {
  15196. name: "Normal",
  15197. height: math.unit(180, "cm"),
  15198. default: true
  15199. },
  15200. {
  15201. name: "Macro",
  15202. height: math.unit(64, "m")
  15203. },
  15204. ]
  15205. ))
  15206. characterMakers.push(() => makeCharacter(
  15207. { name: "Pretzel" },
  15208. {
  15209. upright: {
  15210. height: math.unit(7, "feet"),
  15211. weight: math.unit(300, "lb"),
  15212. name: "Upright",
  15213. image: {
  15214. source: "./media/characters/pretzel/upright.svg",
  15215. extra: 534 / 522,
  15216. bottom: 0.065
  15217. }
  15218. },
  15219. sprawling: {
  15220. height: math.unit(3.75, "feet"),
  15221. weight: math.unit(300, "lb"),
  15222. name: "Sprawling",
  15223. image: {
  15224. source: "./media/characters/pretzel/sprawling.svg",
  15225. extra: 314 / 281,
  15226. bottom: 0.1
  15227. }
  15228. },
  15229. tongue: {
  15230. height: math.unit(2, "feet"),
  15231. name: "Tongue",
  15232. image: {
  15233. source: "./media/characters/pretzel/tongue.svg"
  15234. }
  15235. },
  15236. },
  15237. [
  15238. {
  15239. name: "Normal",
  15240. height: math.unit(7, "feet"),
  15241. default: true
  15242. },
  15243. {
  15244. name: "Oversized",
  15245. height: math.unit(15, "feet")
  15246. },
  15247. {
  15248. name: "Huge",
  15249. height: math.unit(30, "feet")
  15250. },
  15251. {
  15252. name: "Macro",
  15253. height: math.unit(250, "feet")
  15254. },
  15255. ]
  15256. ))
  15257. characterMakers.push(() => makeCharacter(
  15258. { name: "Roxi" },
  15259. {
  15260. sideFront: {
  15261. height: math.unit(5 + 2 / 12, "feet"),
  15262. weight: math.unit(120, "lb"),
  15263. name: "Front Side",
  15264. image: {
  15265. source: "./media/characters/roxi/side-front.svg",
  15266. extra: 2924 / 2717,
  15267. bottom: 0.08
  15268. }
  15269. },
  15270. sideBack: {
  15271. height: math.unit(5 + 2 / 12, "feet"),
  15272. weight: math.unit(120, "lb"),
  15273. name: "Back Side",
  15274. image: {
  15275. source: "./media/characters/roxi/side-back.svg",
  15276. extra: 2904 / 2693,
  15277. bottom: 0.06
  15278. }
  15279. },
  15280. front: {
  15281. height: math.unit(5 + 2 / 12, "feet"),
  15282. weight: math.unit(120, "lb"),
  15283. name: "Front",
  15284. image: {
  15285. source: "./media/characters/roxi/front.svg",
  15286. extra: 2028 / 1907,
  15287. bottom: 0.01
  15288. }
  15289. },
  15290. frontAlt: {
  15291. height: math.unit(5 + 2 / 12, "feet"),
  15292. weight: math.unit(120, "lb"),
  15293. name: "Front (Alt)",
  15294. image: {
  15295. source: "./media/characters/roxi/front-alt.svg",
  15296. extra: 1828 / 1798,
  15297. bottom: 0.01
  15298. }
  15299. },
  15300. sitting: {
  15301. height: math.unit(2.8, "feet"),
  15302. weight: math.unit(120, "lb"),
  15303. name: "Sitting",
  15304. image: {
  15305. source: "./media/characters/roxi/sitting.svg",
  15306. extra: 2660 / 2462,
  15307. bottom: 0.1
  15308. }
  15309. },
  15310. },
  15311. [
  15312. {
  15313. name: "Normal",
  15314. height: math.unit(5 + 2 / 12, "feet"),
  15315. default: true
  15316. },
  15317. ]
  15318. ))
  15319. characterMakers.push(() => makeCharacter(
  15320. { name: "Shadow" },
  15321. {
  15322. side: {
  15323. height: math.unit(55, "feet"),
  15324. weight: math.unit(153, "tons"),
  15325. name: "Side",
  15326. image: {
  15327. source: "./media/characters/shadow/side.svg",
  15328. extra: 701 / 628,
  15329. bottom: 0.02
  15330. }
  15331. },
  15332. flying: {
  15333. height: math.unit(145, "feet"),
  15334. weight: math.unit(153, "tons"),
  15335. name: "Flying",
  15336. image: {
  15337. source: "./media/characters/shadow/flying.svg"
  15338. }
  15339. },
  15340. },
  15341. [
  15342. {
  15343. name: "Normal",
  15344. height: math.unit(55, "feet"),
  15345. default: true
  15346. },
  15347. ]
  15348. ))
  15349. characterMakers.push(() => makeCharacter(
  15350. { name: "Marcie" },
  15351. {
  15352. front: {
  15353. height: math.unit(6, "feet"),
  15354. weight: math.unit(200, "lb"),
  15355. name: "Front",
  15356. image: {
  15357. source: "./media/characters/marcie/front.svg",
  15358. extra: 960 / 876,
  15359. bottom: 58 / 1017.87
  15360. }
  15361. },
  15362. },
  15363. [
  15364. {
  15365. name: "Macro",
  15366. height: math.unit(1, "mile"),
  15367. default: true
  15368. },
  15369. ]
  15370. ))
  15371. characterMakers.push(() => makeCharacter(
  15372. { name: "Kachina" },
  15373. {
  15374. front: {
  15375. height: math.unit(7, "feet"),
  15376. weight: math.unit(200, "lb"),
  15377. name: "Front",
  15378. image: {
  15379. source: "./media/characters/kachina/front.svg",
  15380. extra: 1290.68 / 1119,
  15381. bottom: 36.5 / 1327.18
  15382. }
  15383. },
  15384. },
  15385. [
  15386. {
  15387. name: "Normal",
  15388. height: math.unit(7, "feet"),
  15389. default: true
  15390. },
  15391. ]
  15392. ))
  15393. characterMakers.push(() => makeCharacter(
  15394. { name: "Kash" },
  15395. {
  15396. looking: {
  15397. height: math.unit(2, "meters"),
  15398. weight: math.unit(300, "kg"),
  15399. name: "Looking",
  15400. image: {
  15401. source: "./media/characters/kash/looking.svg",
  15402. extra: 474 / 344,
  15403. bottom: 0.03
  15404. }
  15405. },
  15406. side: {
  15407. height: math.unit(2, "meters"),
  15408. weight: math.unit(300, "kg"),
  15409. name: "Side",
  15410. image: {
  15411. source: "./media/characters/kash/side.svg",
  15412. extra: 302 / 251,
  15413. bottom: 0.03
  15414. }
  15415. },
  15416. front: {
  15417. height: math.unit(2, "meters"),
  15418. weight: math.unit(300, "kg"),
  15419. name: "Front",
  15420. image: {
  15421. source: "./media/characters/kash/front.svg",
  15422. extra: 495 / 360,
  15423. bottom: 0.015
  15424. }
  15425. },
  15426. },
  15427. [
  15428. {
  15429. name: "Normal",
  15430. height: math.unit(2, "meters"),
  15431. default: true
  15432. },
  15433. {
  15434. name: "Big",
  15435. height: math.unit(3, "meters")
  15436. },
  15437. {
  15438. name: "Large",
  15439. height: math.unit(5, "meters")
  15440. },
  15441. ]
  15442. ))
  15443. characterMakers.push(() => makeCharacter(
  15444. { name: "Lalim" },
  15445. {
  15446. feeding: {
  15447. height: math.unit(6.7, "feet"),
  15448. weight: math.unit(350, "lb"),
  15449. name: "Feeding",
  15450. image: {
  15451. source: "./media/characters/lalim/feeding.svg",
  15452. }
  15453. },
  15454. },
  15455. [
  15456. {
  15457. name: "Normal",
  15458. height: math.unit(6.7, "feet"),
  15459. default: true
  15460. },
  15461. ]
  15462. ))
  15463. characterMakers.push(() => makeCharacter(
  15464. { name: "De'Vout" },
  15465. {
  15466. front: {
  15467. height: math.unit(9.5, "feet"),
  15468. weight: math.unit(600, "lb"),
  15469. name: "Front",
  15470. image: {
  15471. source: "./media/characters/de'vout/front.svg",
  15472. extra: 1443 / 1328,
  15473. bottom: 0.025
  15474. }
  15475. },
  15476. back: {
  15477. height: math.unit(9.5, "feet"),
  15478. weight: math.unit(600, "lb"),
  15479. name: "Back",
  15480. image: {
  15481. source: "./media/characters/de'vout/back.svg",
  15482. extra: 1443 / 1328
  15483. }
  15484. },
  15485. frontDressed: {
  15486. height: math.unit(9.5, "feet"),
  15487. weight: math.unit(600, "lb"),
  15488. name: "Front (Dressed",
  15489. image: {
  15490. source: "./media/characters/de'vout/front-dressed.svg",
  15491. extra: 1443 / 1328,
  15492. bottom: 0.025
  15493. }
  15494. },
  15495. backDressed: {
  15496. height: math.unit(9.5, "feet"),
  15497. weight: math.unit(600, "lb"),
  15498. name: "Back (Dressed",
  15499. image: {
  15500. source: "./media/characters/de'vout/back-dressed.svg",
  15501. extra: 1443 / 1328
  15502. }
  15503. },
  15504. },
  15505. [
  15506. {
  15507. name: "Normal",
  15508. height: math.unit(9.5, "feet"),
  15509. default: true
  15510. },
  15511. ]
  15512. ))
  15513. characterMakers.push(() => makeCharacter(
  15514. { name: "Talana" },
  15515. {
  15516. front: {
  15517. height: math.unit(8, "feet"),
  15518. weight: math.unit(225, "lb"),
  15519. name: "Front",
  15520. image: {
  15521. source: "./media/characters/talana/front.svg",
  15522. extra: 1410 / 1300,
  15523. bottom: 0.015
  15524. }
  15525. },
  15526. frontDressed: {
  15527. height: math.unit(8, "feet"),
  15528. weight: math.unit(225, "lb"),
  15529. name: "Front (Dressed",
  15530. image: {
  15531. source: "./media/characters/talana/front-dressed.svg",
  15532. extra: 1410 / 1300,
  15533. bottom: 0.015
  15534. }
  15535. },
  15536. },
  15537. [
  15538. {
  15539. name: "Normal",
  15540. height: math.unit(8, "feet"),
  15541. default: true
  15542. },
  15543. ]
  15544. ))
  15545. characterMakers.push(() => makeCharacter(
  15546. { name: "Xeauvok" },
  15547. {
  15548. side: {
  15549. height: math.unit(7.2, "feet"),
  15550. weight: math.unit(150, "lb"),
  15551. name: "Side",
  15552. image: {
  15553. source: "./media/characters/xeauvok/side.svg",
  15554. extra: 1975 / 1523,
  15555. bottom: 0.07
  15556. }
  15557. },
  15558. },
  15559. [
  15560. {
  15561. name: "Normal",
  15562. height: math.unit(7.2, "feet"),
  15563. default: true
  15564. },
  15565. ]
  15566. ))
  15567. characterMakers.push(() => makeCharacter(
  15568. { name: "Zara" },
  15569. {
  15570. side: {
  15571. height: math.unit(10, "feet"),
  15572. weight: math.unit(900, "kg"),
  15573. name: "Side",
  15574. image: {
  15575. source: "./media/characters/zara/side.svg",
  15576. extra: 504 / 498
  15577. }
  15578. },
  15579. },
  15580. [
  15581. {
  15582. name: "Normal",
  15583. height: math.unit(10, "feet"),
  15584. default: true
  15585. },
  15586. ]
  15587. ))
  15588. characterMakers.push(() => makeCharacter(
  15589. { name: "Richard (Dragon)" },
  15590. {
  15591. side: {
  15592. height: math.unit(6, "feet"),
  15593. weight: math.unit(150, "lb"),
  15594. name: "Side",
  15595. image: {
  15596. source: "./media/characters/richard-dragon/side.svg",
  15597. extra: 845 / 340,
  15598. bottom: 0.017
  15599. }
  15600. },
  15601. maw: {
  15602. height: math.unit(2.97, "feet"),
  15603. name: "Maw",
  15604. image: {
  15605. source: "./media/characters/richard-dragon/maw.svg"
  15606. }
  15607. },
  15608. },
  15609. [
  15610. ]
  15611. ))
  15612. characterMakers.push(() => makeCharacter(
  15613. { name: "Richard (Smeargle)" },
  15614. {
  15615. front: {
  15616. height: math.unit(4, "feet"),
  15617. weight: math.unit(100, "lb"),
  15618. name: "Front",
  15619. image: {
  15620. source: "./media/characters/richard-smeargle/front.svg",
  15621. extra: 2952 / 2820,
  15622. bottom: 0.028
  15623. }
  15624. },
  15625. },
  15626. [
  15627. {
  15628. name: "Normal",
  15629. height: math.unit(4, "feet"),
  15630. default: true
  15631. },
  15632. {
  15633. name: "Dynamax",
  15634. height: math.unit(20, "meters")
  15635. },
  15636. ]
  15637. ))
  15638. characterMakers.push(() => makeCharacter(
  15639. { name: "Klay" },
  15640. {
  15641. front: {
  15642. height: math.unit(6, "feet"),
  15643. weight: math.unit(110, "lb"),
  15644. name: "Front",
  15645. image: {
  15646. source: "./media/characters/klay/front.svg",
  15647. extra: 962 / 883,
  15648. bottom: 0.04
  15649. }
  15650. },
  15651. back: {
  15652. height: math.unit(6, "feet"),
  15653. weight: math.unit(110, "lb"),
  15654. name: "Back",
  15655. image: {
  15656. source: "./media/characters/klay/back.svg",
  15657. extra: 962 / 883
  15658. }
  15659. },
  15660. beans: {
  15661. height: math.unit(1.15, "feet"),
  15662. name: "Beans",
  15663. image: {
  15664. source: "./media/characters/klay/beans.svg"
  15665. }
  15666. },
  15667. },
  15668. [
  15669. {
  15670. name: "Micro",
  15671. height: math.unit(6, "inches")
  15672. },
  15673. {
  15674. name: "Mini",
  15675. height: math.unit(3, "feet")
  15676. },
  15677. {
  15678. name: "Normal",
  15679. height: math.unit(6, "feet"),
  15680. default: true
  15681. },
  15682. {
  15683. name: "Big",
  15684. height: math.unit(25, "feet")
  15685. },
  15686. {
  15687. name: "Macro",
  15688. height: math.unit(100, "feet")
  15689. },
  15690. {
  15691. name: "Megamacro",
  15692. height: math.unit(400, "feet")
  15693. },
  15694. ]
  15695. ))
  15696. characterMakers.push(() => makeCharacter(
  15697. { name: "Marcus" },
  15698. {
  15699. front: {
  15700. height: math.unit(6, "feet"),
  15701. weight: math.unit(160, "lb"),
  15702. name: "Front",
  15703. image: {
  15704. source: "./media/characters/marcus/front.svg",
  15705. extra: 734 / 676,
  15706. bottom: 0.03
  15707. }
  15708. },
  15709. },
  15710. [
  15711. {
  15712. name: "Little",
  15713. height: math.unit(6, "feet")
  15714. },
  15715. {
  15716. name: "Normal",
  15717. height: math.unit(110, "feet"),
  15718. default: true
  15719. },
  15720. {
  15721. name: "Macro",
  15722. height: math.unit(250, "feet")
  15723. },
  15724. {
  15725. name: "Megamacro",
  15726. height: math.unit(1000, "feet")
  15727. },
  15728. ]
  15729. ))
  15730. characterMakers.push(() => makeCharacter(
  15731. { name: "Claude DelRoute" },
  15732. {
  15733. front: {
  15734. height: math.unit(7, "feet"),
  15735. weight: math.unit(275, "lb"),
  15736. name: "Front",
  15737. image: {
  15738. source: "./media/characters/claude-delroute/front.svg",
  15739. extra: 230 / 214,
  15740. bottom: 0.007
  15741. }
  15742. },
  15743. side: {
  15744. height: math.unit(7, "feet"),
  15745. weight: math.unit(275, "lb"),
  15746. name: "Side",
  15747. image: {
  15748. source: "./media/characters/claude-delroute/side.svg",
  15749. extra: 222 / 214,
  15750. bottom: 0.01
  15751. }
  15752. },
  15753. back: {
  15754. height: math.unit(7, "feet"),
  15755. weight: math.unit(275, "lb"),
  15756. name: "Back",
  15757. image: {
  15758. source: "./media/characters/claude-delroute/back.svg",
  15759. extra: 230 / 214,
  15760. bottom: 0.015
  15761. }
  15762. },
  15763. maw: {
  15764. height: math.unit(0.6407, "meters"),
  15765. name: "Maw",
  15766. image: {
  15767. source: "./media/characters/claude-delroute/maw.svg"
  15768. }
  15769. },
  15770. },
  15771. [
  15772. {
  15773. name: "Normal",
  15774. height: math.unit(7, "feet"),
  15775. default: true
  15776. },
  15777. {
  15778. name: "Lorge",
  15779. height: math.unit(20, "feet")
  15780. },
  15781. ]
  15782. ))
  15783. characterMakers.push(() => makeCharacter(
  15784. { name: "Dragonien" },
  15785. {
  15786. front: {
  15787. height: math.unit(8 + 4 / 12, "feet"),
  15788. weight: math.unit(600, "lb"),
  15789. name: "Front",
  15790. image: {
  15791. source: "./media/characters/dragonien/front.svg",
  15792. extra: 100 / 94,
  15793. bottom: 3.3 / 103.3445
  15794. }
  15795. },
  15796. back: {
  15797. height: math.unit(8 + 4 / 12, "feet"),
  15798. weight: math.unit(600, "lb"),
  15799. name: "Back",
  15800. image: {
  15801. source: "./media/characters/dragonien/back.svg",
  15802. extra: 776 / 746,
  15803. bottom: 6.4 / 782.0616
  15804. }
  15805. },
  15806. foot: {
  15807. height: math.unit(1.54, "feet"),
  15808. name: "Foot",
  15809. image: {
  15810. source: "./media/characters/dragonien/foot.svg",
  15811. }
  15812. },
  15813. },
  15814. [
  15815. {
  15816. name: "Normal",
  15817. height: math.unit(8 + 4 / 12, "feet"),
  15818. default: true
  15819. },
  15820. {
  15821. name: "Macro",
  15822. height: math.unit(200, "feet")
  15823. },
  15824. {
  15825. name: "Megamacro",
  15826. height: math.unit(1, "mile")
  15827. },
  15828. {
  15829. name: "Gigamacro",
  15830. height: math.unit(1000, "miles")
  15831. },
  15832. ]
  15833. ))
  15834. characterMakers.push(() => makeCharacter(
  15835. { name: "Desta" },
  15836. {
  15837. front: {
  15838. height: math.unit(5 + 2 / 12, "feet"),
  15839. weight: math.unit(110, "lb"),
  15840. name: "Front",
  15841. image: {
  15842. source: "./media/characters/desta/front.svg",
  15843. extra: 1482 / 1417
  15844. }
  15845. },
  15846. side: {
  15847. height: math.unit(5 + 2 / 12, "feet"),
  15848. weight: math.unit(110, "lb"),
  15849. name: "Side",
  15850. image: {
  15851. source: "./media/characters/desta/side.svg",
  15852. extra: 2579 / 2491,
  15853. bottom: 0.053
  15854. }
  15855. },
  15856. },
  15857. [
  15858. {
  15859. name: "Micro",
  15860. height: math.unit(6, "inches")
  15861. },
  15862. {
  15863. name: "Normal",
  15864. height: math.unit(5 + 2 / 12, "feet"),
  15865. default: true
  15866. },
  15867. {
  15868. name: "Macro",
  15869. height: math.unit(62, "feet")
  15870. },
  15871. {
  15872. name: "Megamacro",
  15873. height: math.unit(1800, "feet")
  15874. },
  15875. ]
  15876. ))
  15877. characterMakers.push(() => makeCharacter(
  15878. { name: "Storm Alystar" },
  15879. {
  15880. front: {
  15881. height: math.unit(10, "feet"),
  15882. weight: math.unit(700, "lb"),
  15883. name: "Front",
  15884. image: {
  15885. source: "./media/characters/storm-alystar/front.svg",
  15886. extra: 2112 / 1898,
  15887. bottom: 0.034
  15888. }
  15889. },
  15890. },
  15891. [
  15892. {
  15893. name: "Micro",
  15894. height: math.unit(3.5, "inches")
  15895. },
  15896. {
  15897. name: "Normal",
  15898. height: math.unit(10, "feet"),
  15899. default: true
  15900. },
  15901. {
  15902. name: "Macro",
  15903. height: math.unit(400, "feet")
  15904. },
  15905. {
  15906. name: "Deific",
  15907. height: math.unit(60, "miles")
  15908. },
  15909. ]
  15910. ))
  15911. characterMakers.push(() => makeCharacter(
  15912. { name: "Ilia" },
  15913. {
  15914. front: {
  15915. height: math.unit(2.35, "meters"),
  15916. weight: math.unit(119, "kg"),
  15917. name: "Front",
  15918. image: {
  15919. source: "./media/characters/ilia/front.svg",
  15920. extra: 1285 / 1255,
  15921. bottom: 0.06
  15922. }
  15923. },
  15924. },
  15925. [
  15926. {
  15927. name: "Normal",
  15928. height: math.unit(2.35, "meters")
  15929. },
  15930. {
  15931. name: "Macro",
  15932. height: math.unit(140, "meters"),
  15933. default: true
  15934. },
  15935. {
  15936. name: "Megamacro",
  15937. height: math.unit(100, "miles")
  15938. },
  15939. ]
  15940. ))
  15941. characterMakers.push(() => makeCharacter(
  15942. { name: "KingDead" },
  15943. {
  15944. front: {
  15945. height: math.unit(6 + 5 / 12, "feet"),
  15946. weight: math.unit(190, "lb"),
  15947. name: "Front",
  15948. image: {
  15949. source: "./media/characters/kingdead/front.svg",
  15950. extra: 1228 / 1177
  15951. }
  15952. },
  15953. },
  15954. [
  15955. {
  15956. name: "Micro",
  15957. height: math.unit(7, "inches")
  15958. },
  15959. {
  15960. name: "Normal",
  15961. height: math.unit(6 + 5 / 12, "feet")
  15962. },
  15963. {
  15964. name: "Macro",
  15965. height: math.unit(150, "feet"),
  15966. default: true
  15967. },
  15968. {
  15969. name: "Megamacro",
  15970. height: math.unit(200, "miles")
  15971. },
  15972. ]
  15973. ))
  15974. characterMakers.push(() => makeCharacter(
  15975. { name: "Kyrehx" },
  15976. {
  15977. front: {
  15978. height: math.unit(8, "feet"),
  15979. weight: math.unit(600, "lb"),
  15980. name: "Front",
  15981. image: {
  15982. source: "./media/characters/kyrehx/front.svg",
  15983. extra: 1195 / 1095,
  15984. bottom: 0.034
  15985. }
  15986. },
  15987. },
  15988. [
  15989. {
  15990. name: "Micro",
  15991. height: math.unit(2, "inches")
  15992. },
  15993. {
  15994. name: "Normal",
  15995. height: math.unit(8, "feet"),
  15996. default: true
  15997. },
  15998. {
  15999. name: "Macro",
  16000. height: math.unit(255, "feet")
  16001. },
  16002. ]
  16003. ))
  16004. characterMakers.push(() => makeCharacter(
  16005. { name: "Xang" },
  16006. {
  16007. front: {
  16008. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  16009. weight: math.unit(184, "lb"),
  16010. name: "Front",
  16011. image: {
  16012. source: "./media/characters/xang/front.svg",
  16013. extra: 845 / 755
  16014. }
  16015. },
  16016. },
  16017. [
  16018. {
  16019. name: "Normal",
  16020. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  16021. default: true
  16022. },
  16023. {
  16024. name: "Macro",
  16025. height: math.unit(0.935 * 146, "feet")
  16026. },
  16027. {
  16028. name: "Megamacro",
  16029. height: math.unit(0.935 * 3, "miles")
  16030. },
  16031. ]
  16032. ))
  16033. characterMakers.push(() => makeCharacter(
  16034. { name: "Doc Weardno" },
  16035. {
  16036. frontDressed: {
  16037. height: math.unit(5 + 7 / 12, "feet"),
  16038. weight: math.unit(140, "lb"),
  16039. name: "Front (Dressed)",
  16040. image: {
  16041. source: "./media/characters/doc-weardno/front-dressed.svg",
  16042. extra: 263 / 234
  16043. }
  16044. },
  16045. backDressed: {
  16046. height: math.unit(5 + 7 / 12, "feet"),
  16047. weight: math.unit(140, "lb"),
  16048. name: "Back (Dressed)",
  16049. image: {
  16050. source: "./media/characters/doc-weardno/back-dressed.svg",
  16051. extra: 266 / 238
  16052. }
  16053. },
  16054. front: {
  16055. height: math.unit(5 + 7 / 12, "feet"),
  16056. weight: math.unit(140, "lb"),
  16057. name: "Front",
  16058. image: {
  16059. source: "./media/characters/doc-weardno/front.svg",
  16060. extra: 254 / 233
  16061. }
  16062. },
  16063. },
  16064. [
  16065. {
  16066. name: "Micro",
  16067. height: math.unit(3, "inches")
  16068. },
  16069. {
  16070. name: "Normal",
  16071. height: math.unit(5 + 7 / 12, "feet"),
  16072. default: true
  16073. },
  16074. {
  16075. name: "Macro",
  16076. height: math.unit(25, "feet")
  16077. },
  16078. {
  16079. name: "Megamacro",
  16080. height: math.unit(2, "miles")
  16081. },
  16082. ]
  16083. ))
  16084. characterMakers.push(() => makeCharacter(
  16085. { name: "Seth Whilst" },
  16086. {
  16087. front: {
  16088. height: math.unit(6 + 2 / 12, "feet"),
  16089. weight: math.unit(153, "lb"),
  16090. name: "Front",
  16091. image: {
  16092. source: "./media/characters/seth-whilst/front.svg",
  16093. bottom: 0.07
  16094. }
  16095. },
  16096. },
  16097. [
  16098. {
  16099. name: "Micro",
  16100. height: math.unit(5, "inches")
  16101. },
  16102. {
  16103. name: "Normal",
  16104. height: math.unit(6 + 2 / 12, "feet"),
  16105. default: true
  16106. },
  16107. ]
  16108. ))
  16109. characterMakers.push(() => makeCharacter(
  16110. { name: "Pocket Jabari" },
  16111. {
  16112. front: {
  16113. height: math.unit(3, "inches"),
  16114. weight: math.unit(8, "grams"),
  16115. name: "Front",
  16116. image: {
  16117. source: "./media/characters/pocket-jabari/front.svg",
  16118. extra: 1024 / 974,
  16119. bottom: 0.039
  16120. }
  16121. },
  16122. },
  16123. [
  16124. {
  16125. name: "Minimicro",
  16126. height: math.unit(8, "mm")
  16127. },
  16128. {
  16129. name: "Micro",
  16130. height: math.unit(3, "inches"),
  16131. default: true
  16132. },
  16133. {
  16134. name: "Normal",
  16135. height: math.unit(3, "feet")
  16136. },
  16137. ]
  16138. ))
  16139. characterMakers.push(() => makeCharacter(
  16140. { name: "Sapphy" },
  16141. {
  16142. front: {
  16143. height: math.unit(15, "feet"),
  16144. weight: math.unit(3280, "lb"),
  16145. name: "Front",
  16146. image: {
  16147. source: "./media/characters/sapphy/front.svg",
  16148. extra: 671 / 577,
  16149. bottom: 0.085
  16150. }
  16151. },
  16152. back: {
  16153. height: math.unit(15, "feet"),
  16154. weight: math.unit(3280, "lb"),
  16155. name: "Back",
  16156. image: {
  16157. source: "./media/characters/sapphy/back.svg",
  16158. extra: 631 / 607,
  16159. bottom: 0.045
  16160. }
  16161. },
  16162. },
  16163. [
  16164. {
  16165. name: "Normal",
  16166. height: math.unit(15, "feet")
  16167. },
  16168. {
  16169. name: "Casual Macro",
  16170. height: math.unit(120, "feet")
  16171. },
  16172. {
  16173. name: "Macro",
  16174. height: math.unit(2150, "feet"),
  16175. default: true
  16176. },
  16177. {
  16178. name: "Megamacro",
  16179. height: math.unit(8, "miles")
  16180. },
  16181. {
  16182. name: "Galaxy Mom",
  16183. height: math.unit(6, "megalightyears")
  16184. },
  16185. ]
  16186. ))
  16187. characterMakers.push(() => makeCharacter(
  16188. { name: "Kiro" },
  16189. {
  16190. front: {
  16191. height: math.unit(6, "feet"),
  16192. weight: math.unit(170, "lb"),
  16193. name: "Front",
  16194. image: {
  16195. source: "./media/characters/kiro/front.svg",
  16196. extra: 1064 / 1012,
  16197. bottom: 0.052
  16198. }
  16199. },
  16200. },
  16201. [
  16202. {
  16203. name: "Micro",
  16204. height: math.unit(6, "inches")
  16205. },
  16206. {
  16207. name: "Normal",
  16208. height: math.unit(6, "feet"),
  16209. default: true
  16210. },
  16211. {
  16212. name: "Macro",
  16213. height: math.unit(72, "feet")
  16214. },
  16215. ]
  16216. ))
  16217. characterMakers.push(() => makeCharacter(
  16218. { name: "Irishfox" },
  16219. {
  16220. front: {
  16221. height: math.unit(5 + 9 / 12, "feet"),
  16222. weight: math.unit(175, "lb"),
  16223. name: "Front",
  16224. image: {
  16225. source: "./media/characters/irishfox/front.svg",
  16226. extra: 1912 / 1680,
  16227. bottom: 0.02
  16228. }
  16229. },
  16230. },
  16231. [
  16232. {
  16233. name: "Nano",
  16234. height: math.unit(1, "mm")
  16235. },
  16236. {
  16237. name: "Micro",
  16238. height: math.unit(2, "inches")
  16239. },
  16240. {
  16241. name: "Normal",
  16242. height: math.unit(5 + 9 / 12, "feet"),
  16243. default: true
  16244. },
  16245. {
  16246. name: "Macro",
  16247. height: math.unit(45, "feet")
  16248. },
  16249. ]
  16250. ))
  16251. characterMakers.push(() => makeCharacter(
  16252. { name: "Aronai Sieyes" },
  16253. {
  16254. front: {
  16255. height: math.unit(6 + 1 / 12, "feet"),
  16256. weight: math.unit(150, "lb"),
  16257. name: "Front",
  16258. image: {
  16259. source: "./media/characters/aronai-sieyes/front.svg",
  16260. extra: 1556 / 1480,
  16261. bottom: 0.015
  16262. }
  16263. },
  16264. side: {
  16265. height: math.unit(6 + 1 / 12, "feet"),
  16266. weight: math.unit(150, "lb"),
  16267. name: "Side",
  16268. image: {
  16269. source: "./media/characters/aronai-sieyes/side.svg",
  16270. extra: 1433 / 1390,
  16271. bottom: 0.0393
  16272. }
  16273. },
  16274. back: {
  16275. height: math.unit(6 + 1 / 12, "feet"),
  16276. weight: math.unit(150, "lb"),
  16277. name: "Back",
  16278. image: {
  16279. source: "./media/characters/aronai-sieyes/back.svg",
  16280. extra: 1544 / 1494,
  16281. bottom: 0.02
  16282. }
  16283. },
  16284. frontClothed: {
  16285. height: math.unit(6 + 1 / 12, "feet"),
  16286. weight: math.unit(150, "lb"),
  16287. name: "Front (Clothed)",
  16288. image: {
  16289. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16290. extra: 1582 / 1527
  16291. }
  16292. },
  16293. feral: {
  16294. height: math.unit(18, "feet"),
  16295. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16296. name: "Feral",
  16297. image: {
  16298. source: "./media/characters/aronai-sieyes/feral.svg",
  16299. extra: 1530 / 1240,
  16300. bottom: 0.035
  16301. }
  16302. },
  16303. },
  16304. [
  16305. {
  16306. name: "Micro",
  16307. height: math.unit(2, "inches")
  16308. },
  16309. {
  16310. name: "Normal",
  16311. height: math.unit(6 + 1 / 12, "feet"),
  16312. default: true
  16313. }
  16314. ]
  16315. ))
  16316. characterMakers.push(() => makeCharacter(
  16317. { name: "Xuna" },
  16318. {
  16319. front: {
  16320. height: math.unit(12, "feet"),
  16321. weight: math.unit(410, "kg"),
  16322. name: "Front",
  16323. image: {
  16324. source: "./media/characters/xuna/front.svg",
  16325. extra: 2184 / 1980
  16326. }
  16327. },
  16328. side: {
  16329. height: math.unit(12, "feet"),
  16330. weight: math.unit(410, "kg"),
  16331. name: "Side",
  16332. image: {
  16333. source: "./media/characters/xuna/side.svg",
  16334. extra: 2184 / 1980
  16335. }
  16336. },
  16337. back: {
  16338. height: math.unit(12, "feet"),
  16339. weight: math.unit(410, "kg"),
  16340. name: "Back",
  16341. image: {
  16342. source: "./media/characters/xuna/back.svg",
  16343. extra: 2184 / 1980
  16344. }
  16345. },
  16346. },
  16347. [
  16348. {
  16349. name: "Nano glow",
  16350. height: math.unit(10, "nm")
  16351. },
  16352. {
  16353. name: "Micro floof",
  16354. height: math.unit(0.3, "m")
  16355. },
  16356. {
  16357. name: "Huggable softy boi",
  16358. height: math.unit(3.6576, "m"),
  16359. default: true
  16360. },
  16361. {
  16362. name: "Admirable floof",
  16363. height: math.unit(80, "meters")
  16364. },
  16365. {
  16366. name: "Gentle macro",
  16367. height: math.unit(300, "meters")
  16368. },
  16369. {
  16370. name: "Very careful floof",
  16371. height: math.unit(3200, "meters")
  16372. },
  16373. {
  16374. name: "The mega floof",
  16375. height: math.unit(36000, "meters")
  16376. },
  16377. {
  16378. name: "Giga-fur-Wicker",
  16379. height: math.unit(4800000, "meters")
  16380. },
  16381. {
  16382. name: "Licky world",
  16383. height: math.unit(20000000, "meters")
  16384. },
  16385. {
  16386. name: "Floofy cyan sun",
  16387. height: math.unit(1500000000, "meters")
  16388. },
  16389. {
  16390. name: "Milky Wicker",
  16391. height: math.unit(1000000000000000000000, "meters")
  16392. },
  16393. {
  16394. name: "The observing Wicker",
  16395. height: math.unit(999999999999999999999999999, "meters")
  16396. },
  16397. ]
  16398. ))
  16399. characterMakers.push(() => makeCharacter(
  16400. { name: "Arokha Sieyes" },
  16401. {
  16402. front: {
  16403. height: math.unit(5 + 9 / 12, "feet"),
  16404. weight: math.unit(150, "lb"),
  16405. name: "Front",
  16406. image: {
  16407. source: "./media/characters/arokha-sieyes/front.svg",
  16408. extra: 1425 / 1284,
  16409. bottom: 0.05
  16410. }
  16411. },
  16412. },
  16413. [
  16414. {
  16415. name: "Normal",
  16416. height: math.unit(5 + 9 / 12, "feet")
  16417. },
  16418. {
  16419. name: "Macro",
  16420. height: math.unit(30, "meters"),
  16421. default: true
  16422. },
  16423. ]
  16424. ))
  16425. characterMakers.push(() => makeCharacter(
  16426. { name: "Arokh Sieyes" },
  16427. {
  16428. front: {
  16429. height: math.unit(6, "feet"),
  16430. weight: math.unit(180, "lb"),
  16431. name: "Front",
  16432. image: {
  16433. source: "./media/characters/arokh-sieyes/front.svg",
  16434. extra: 1830 / 1769,
  16435. bottom: 0.01
  16436. }
  16437. },
  16438. },
  16439. [
  16440. {
  16441. name: "Normal",
  16442. height: math.unit(6, "feet")
  16443. },
  16444. {
  16445. name: "Macro",
  16446. height: math.unit(30, "meters"),
  16447. default: true
  16448. },
  16449. ]
  16450. ))
  16451. characterMakers.push(() => makeCharacter(
  16452. { name: "Goldeneye" },
  16453. {
  16454. side: {
  16455. height: math.unit(13 + 1 / 12, "feet"),
  16456. weight: math.unit(8.5, "tonnes"),
  16457. name: "Side",
  16458. image: {
  16459. source: "./media/characters/goldeneye/side.svg",
  16460. extra: 1182 / 778,
  16461. bottom: 0.067
  16462. }
  16463. },
  16464. paw: {
  16465. height: math.unit(3.4, "feet"),
  16466. name: "Paw",
  16467. image: {
  16468. source: "./media/characters/goldeneye/paw.svg"
  16469. }
  16470. },
  16471. },
  16472. [
  16473. {
  16474. name: "Normal",
  16475. height: math.unit(13 + 1 / 12, "feet"),
  16476. default: true
  16477. },
  16478. ]
  16479. ))
  16480. characterMakers.push(() => makeCharacter(
  16481. { name: "Leonardo Lycheborne" },
  16482. {
  16483. front: {
  16484. height: math.unit(6 + 1 / 12, "feet"),
  16485. weight: math.unit(210, "lb"),
  16486. name: "Front",
  16487. image: {
  16488. source: "./media/characters/leonardo-lycheborne/front.svg",
  16489. extra: 390 / 365,
  16490. bottom: 0.032
  16491. }
  16492. },
  16493. side: {
  16494. height: math.unit(6 + 1 / 12, "feet"),
  16495. weight: math.unit(210, "lb"),
  16496. name: "Side",
  16497. image: {
  16498. source: "./media/characters/leonardo-lycheborne/side.svg",
  16499. extra: 390 / 365,
  16500. bottom: 0.005
  16501. }
  16502. },
  16503. back: {
  16504. height: math.unit(6 + 1 / 12, "feet"),
  16505. weight: math.unit(210, "lb"),
  16506. name: "Back",
  16507. image: {
  16508. source: "./media/characters/leonardo-lycheborne/back.svg",
  16509. extra: 392 / 366,
  16510. bottom: 0.01
  16511. }
  16512. },
  16513. hand: {
  16514. height: math.unit(1.08, "feet"),
  16515. name: "Hand",
  16516. image: {
  16517. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16518. }
  16519. },
  16520. foot: {
  16521. height: math.unit(1.32, "feet"),
  16522. name: "Foot",
  16523. image: {
  16524. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16525. }
  16526. },
  16527. were: {
  16528. height: math.unit(20, "feet"),
  16529. weight: math.unit(7800, "lb"),
  16530. name: "Were",
  16531. image: {
  16532. source: "./media/characters/leonardo-lycheborne/were.svg",
  16533. extra: 308 / 294,
  16534. bottom: 0.048
  16535. }
  16536. },
  16537. feral: {
  16538. height: math.unit(7.5, "feet"),
  16539. weight: math.unit(600, "lb"),
  16540. name: "Feral",
  16541. image: {
  16542. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16543. extra: 210 / 186,
  16544. bottom: 0.108
  16545. }
  16546. },
  16547. taur: {
  16548. height: math.unit(11, "feet"),
  16549. weight: math.unit(3300, "lb"),
  16550. name: "Taur",
  16551. image: {
  16552. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16553. extra: 320 / 303,
  16554. bottom: 0.025
  16555. }
  16556. },
  16557. barghest: {
  16558. height: math.unit(11, "feet"),
  16559. weight: math.unit(1300, "lb"),
  16560. name: "Barghest",
  16561. image: {
  16562. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16563. extra: 323 / 302,
  16564. bottom: 0.027
  16565. }
  16566. },
  16567. dick: {
  16568. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16569. name: "Dick",
  16570. image: {
  16571. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16572. }
  16573. },
  16574. dickWere: {
  16575. height: math.unit((20) / 3.8, "feet"),
  16576. name: "Dick (Were)",
  16577. image: {
  16578. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16579. }
  16580. },
  16581. },
  16582. [
  16583. {
  16584. name: "Normal",
  16585. height: math.unit(6 + 1 / 12, "feet"),
  16586. default: true
  16587. },
  16588. ]
  16589. ))
  16590. characterMakers.push(() => makeCharacter(
  16591. { name: "Jet" },
  16592. {
  16593. front: {
  16594. height: math.unit(10, "feet"),
  16595. weight: math.unit(350, "lb"),
  16596. name: "Front",
  16597. image: {
  16598. source: "./media/characters/jet/front.svg",
  16599. extra: 2050 / 1980,
  16600. bottom: 0.013
  16601. }
  16602. },
  16603. back: {
  16604. height: math.unit(10, "feet"),
  16605. weight: math.unit(350, "lb"),
  16606. name: "Back",
  16607. image: {
  16608. source: "./media/characters/jet/back.svg",
  16609. extra: 2050 / 1980,
  16610. bottom: 0.013
  16611. }
  16612. },
  16613. },
  16614. [
  16615. {
  16616. name: "Micro",
  16617. height: math.unit(6, "inches")
  16618. },
  16619. {
  16620. name: "Normal",
  16621. height: math.unit(10, "feet"),
  16622. default: true
  16623. },
  16624. {
  16625. name: "Macro",
  16626. height: math.unit(100, "feet")
  16627. },
  16628. ]
  16629. ))
  16630. characterMakers.push(() => makeCharacter(
  16631. { name: "Tanarath" },
  16632. {
  16633. front: {
  16634. height: math.unit(15, "feet"),
  16635. weight: math.unit(2800, "lb"),
  16636. name: "Front",
  16637. image: {
  16638. source: "./media/characters/tanarath/front.svg",
  16639. extra: 2392 / 2220,
  16640. bottom: 0.03
  16641. }
  16642. },
  16643. back: {
  16644. height: math.unit(15, "feet"),
  16645. weight: math.unit(2800, "lb"),
  16646. name: "Back",
  16647. image: {
  16648. source: "./media/characters/tanarath/back.svg",
  16649. extra: 2392 / 2220,
  16650. bottom: 0.03
  16651. }
  16652. },
  16653. },
  16654. [
  16655. {
  16656. name: "Normal",
  16657. height: math.unit(15, "feet"),
  16658. default: true
  16659. },
  16660. ]
  16661. ))
  16662. characterMakers.push(() => makeCharacter(
  16663. { name: "Patty CattyBatty" },
  16664. {
  16665. front: {
  16666. height: math.unit(7 + 1 / 12, "feet"),
  16667. weight: math.unit(175, "lb"),
  16668. name: "Front",
  16669. image: {
  16670. source: "./media/characters/patty-cattybatty/front.svg",
  16671. extra: 908 / 874,
  16672. bottom: 0.025
  16673. }
  16674. },
  16675. },
  16676. [
  16677. {
  16678. name: "Micro",
  16679. height: math.unit(1, "inch")
  16680. },
  16681. {
  16682. name: "Normal",
  16683. height: math.unit(7 + 1 / 12, "feet")
  16684. },
  16685. {
  16686. name: "Mini Macro",
  16687. height: math.unit(155, "feet")
  16688. },
  16689. {
  16690. name: "Macro",
  16691. height: math.unit(1077, "feet")
  16692. },
  16693. {
  16694. name: "Mega Macro",
  16695. height: math.unit(47650, "feet"),
  16696. default: true
  16697. },
  16698. {
  16699. name: "Giga Macro",
  16700. height: math.unit(440, "miles")
  16701. },
  16702. {
  16703. name: "Tera Macro",
  16704. height: math.unit(8700, "miles")
  16705. },
  16706. {
  16707. name: "Planetary Macro",
  16708. height: math.unit(32700, "miles")
  16709. },
  16710. {
  16711. name: "Solar Macro",
  16712. height: math.unit(550000, "miles")
  16713. },
  16714. {
  16715. name: "Celestial Macro",
  16716. height: math.unit(2.5, "AU")
  16717. },
  16718. ]
  16719. ))
  16720. characterMakers.push(() => makeCharacter(
  16721. { name: "Cappu" },
  16722. {
  16723. front: {
  16724. height: math.unit(4 + 5 / 12, "feet"),
  16725. weight: math.unit(90, "lb"),
  16726. name: "Front",
  16727. image: {
  16728. source: "./media/characters/cappu/front.svg",
  16729. extra: 1247 / 1152,
  16730. bottom: 0.012
  16731. }
  16732. },
  16733. },
  16734. [
  16735. {
  16736. name: "Normal",
  16737. height: math.unit(4 + 5 / 12, "feet"),
  16738. default: true
  16739. },
  16740. ]
  16741. ))
  16742. characterMakers.push(() => makeCharacter(
  16743. { name: "Sebi" },
  16744. {
  16745. frontDressed: {
  16746. height: math.unit(70, "cm"),
  16747. weight: math.unit(6, "kg"),
  16748. name: "Front (Dressed)",
  16749. image: {
  16750. source: "./media/characters/sebi/front-dressed.svg",
  16751. extra: 713.5 / 686.5,
  16752. bottom: 0.003
  16753. }
  16754. },
  16755. front: {
  16756. height: math.unit(70, "cm"),
  16757. weight: math.unit(5, "kg"),
  16758. name: "Front",
  16759. image: {
  16760. source: "./media/characters/sebi/front.svg",
  16761. extra: 713.5 / 686.5,
  16762. bottom: 0.003
  16763. }
  16764. }
  16765. },
  16766. [
  16767. {
  16768. name: "Normal",
  16769. height: math.unit(70, "cm"),
  16770. default: true
  16771. },
  16772. {
  16773. name: "Macro",
  16774. height: math.unit(8, "meters")
  16775. },
  16776. ]
  16777. ))
  16778. characterMakers.push(() => makeCharacter(
  16779. { name: "Typhek" },
  16780. {
  16781. front: {
  16782. height: math.unit(6, "feet"),
  16783. weight: math.unit(150, "lb"),
  16784. name: "Front",
  16785. image: {
  16786. source: "./media/characters/typhek/front.svg",
  16787. extra: 1948 / 1929,
  16788. bottom: 0.025
  16789. }
  16790. },
  16791. side: {
  16792. height: math.unit(6, "feet"),
  16793. weight: math.unit(150, "lb"),
  16794. name: "Side",
  16795. image: {
  16796. source: "./media/characters/typhek/side.svg",
  16797. extra: 2034 / 2010,
  16798. bottom: 0.003
  16799. }
  16800. },
  16801. back: {
  16802. height: math.unit(6, "feet"),
  16803. weight: math.unit(150, "lb"),
  16804. name: "Back",
  16805. image: {
  16806. source: "./media/characters/typhek/back.svg",
  16807. extra: 2005 / 1978,
  16808. bottom: 0.004
  16809. }
  16810. },
  16811. palm: {
  16812. height: math.unit(1.2, "feet"),
  16813. name: "Palm",
  16814. image: {
  16815. source: "./media/characters/typhek/palm.svg"
  16816. }
  16817. },
  16818. fist: {
  16819. height: math.unit(1.1, "feet"),
  16820. name: "Fist",
  16821. image: {
  16822. source: "./media/characters/typhek/fist.svg"
  16823. }
  16824. },
  16825. foot: {
  16826. height: math.unit(1.57, "feet"),
  16827. name: "Foot",
  16828. image: {
  16829. source: "./media/characters/typhek/foot.svg"
  16830. }
  16831. },
  16832. sole: {
  16833. height: math.unit(2.05, "feet"),
  16834. name: "Sole",
  16835. image: {
  16836. source: "./media/characters/typhek/sole.svg"
  16837. }
  16838. },
  16839. },
  16840. [
  16841. {
  16842. name: "Macro",
  16843. height: math.unit(40, "stories"),
  16844. default: true
  16845. },
  16846. {
  16847. name: "Megamacro",
  16848. height: math.unit(1, "mile")
  16849. },
  16850. {
  16851. name: "Gigamacro",
  16852. height: math.unit(4000, "solarradii")
  16853. },
  16854. {
  16855. name: "Universal",
  16856. height: math.unit(1.1, "universes")
  16857. }
  16858. ]
  16859. ))
  16860. characterMakers.push(() => makeCharacter(
  16861. { name: "Kassy" },
  16862. {
  16863. side: {
  16864. height: math.unit(5 + 7 / 12, "feet"),
  16865. weight: math.unit(150, "lb"),
  16866. name: "Side",
  16867. image: {
  16868. source: "./media/characters/kassy/side.svg",
  16869. extra: 1280 / 1225,
  16870. bottom: 0.002
  16871. }
  16872. },
  16873. front: {
  16874. height: math.unit(5 + 7 / 12, "feet"),
  16875. weight: math.unit(150, "lb"),
  16876. name: "Front",
  16877. image: {
  16878. source: "./media/characters/kassy/front.svg",
  16879. extra: 1280 / 1225,
  16880. bottom: 0.025
  16881. }
  16882. },
  16883. back: {
  16884. height: math.unit(5 + 7 / 12, "feet"),
  16885. weight: math.unit(150, "lb"),
  16886. name: "Back",
  16887. image: {
  16888. source: "./media/characters/kassy/back.svg",
  16889. extra: 1280 / 1225,
  16890. bottom: 0.002
  16891. }
  16892. },
  16893. foot: {
  16894. height: math.unit(1.266, "feet"),
  16895. name: "Foot",
  16896. image: {
  16897. source: "./media/characters/kassy/foot.svg"
  16898. }
  16899. },
  16900. },
  16901. [
  16902. {
  16903. name: "Normal",
  16904. height: math.unit(5 + 7 / 12, "feet")
  16905. },
  16906. {
  16907. name: "Macro",
  16908. height: math.unit(137, "feet"),
  16909. default: true
  16910. },
  16911. {
  16912. name: "Megamacro",
  16913. height: math.unit(1, "mile")
  16914. },
  16915. ]
  16916. ))
  16917. characterMakers.push(() => makeCharacter(
  16918. { name: "Neil" },
  16919. {
  16920. front: {
  16921. height: math.unit(6 + 1 / 12, "feet"),
  16922. weight: math.unit(200, "lb"),
  16923. name: "Front",
  16924. image: {
  16925. source: "./media/characters/neil/front.svg",
  16926. extra: 1326 / 1250,
  16927. bottom: 0.023
  16928. }
  16929. },
  16930. },
  16931. [
  16932. {
  16933. name: "Normal",
  16934. height: math.unit(6 + 1 / 12, "feet"),
  16935. default: true
  16936. },
  16937. {
  16938. name: "Macro",
  16939. height: math.unit(200, "feet")
  16940. },
  16941. ]
  16942. ))
  16943. characterMakers.push(() => makeCharacter(
  16944. { name: "Atticus" },
  16945. {
  16946. front: {
  16947. height: math.unit(5 + 9 / 12, "feet"),
  16948. weight: math.unit(190, "lb"),
  16949. name: "Front",
  16950. image: {
  16951. source: "./media/characters/atticus/front.svg",
  16952. extra: 2934 / 2785,
  16953. bottom: 0.025
  16954. }
  16955. },
  16956. },
  16957. [
  16958. {
  16959. name: "Normal",
  16960. height: math.unit(5 + 9 / 12, "feet"),
  16961. default: true
  16962. },
  16963. {
  16964. name: "Macro",
  16965. height: math.unit(180, "feet")
  16966. },
  16967. ]
  16968. ))
  16969. characterMakers.push(() => makeCharacter(
  16970. { name: "Milo" },
  16971. {
  16972. side: {
  16973. height: math.unit(9, "feet"),
  16974. weight: math.unit(650, "lb"),
  16975. name: "Side",
  16976. image: {
  16977. source: "./media/characters/milo/side.svg",
  16978. extra: 2644 / 2310,
  16979. bottom: 0.032
  16980. }
  16981. },
  16982. },
  16983. [
  16984. {
  16985. name: "Normal",
  16986. height: math.unit(9, "feet"),
  16987. default: true
  16988. },
  16989. {
  16990. name: "Macro",
  16991. height: math.unit(300, "feet")
  16992. },
  16993. ]
  16994. ))
  16995. characterMakers.push(() => makeCharacter(
  16996. { name: "Ijzer" },
  16997. {
  16998. side: {
  16999. height: math.unit(8, "meters"),
  17000. weight: math.unit(90000, "kg"),
  17001. name: "Side",
  17002. image: {
  17003. source: "./media/characters/ijzer/side.svg",
  17004. extra: 2756 / 1600,
  17005. bottom: 0.01
  17006. }
  17007. },
  17008. },
  17009. [
  17010. {
  17011. name: "Small",
  17012. height: math.unit(3, "meters")
  17013. },
  17014. {
  17015. name: "Normal",
  17016. height: math.unit(8, "meters"),
  17017. default: true
  17018. },
  17019. {
  17020. name: "Normal+",
  17021. height: math.unit(10, "meters")
  17022. },
  17023. {
  17024. name: "Bigger",
  17025. height: math.unit(24, "meters")
  17026. },
  17027. {
  17028. name: "Huge",
  17029. height: math.unit(80, "meters")
  17030. },
  17031. ]
  17032. ))
  17033. characterMakers.push(() => makeCharacter(
  17034. { name: "Luca Cervicum" },
  17035. {
  17036. front: {
  17037. height: math.unit(6 + 2 / 12, "feet"),
  17038. weight: math.unit(153, "lb"),
  17039. name: "Front",
  17040. image: {
  17041. source: "./media/characters/luca-cervicum/front.svg",
  17042. extra: 370 / 327,
  17043. bottom: 0.015
  17044. }
  17045. },
  17046. back: {
  17047. height: math.unit(6 + 2 / 12, "feet"),
  17048. weight: math.unit(153, "lb"),
  17049. name: "Back",
  17050. image: {
  17051. source: "./media/characters/luca-cervicum/back.svg",
  17052. extra: 367 / 333,
  17053. bottom: 0.005
  17054. }
  17055. },
  17056. frontGear: {
  17057. height: math.unit(6 + 2 / 12, "feet"),
  17058. weight: math.unit(173, "lb"),
  17059. name: "Front (Gear)",
  17060. image: {
  17061. source: "./media/characters/luca-cervicum/front-gear.svg",
  17062. extra: 377 / 333,
  17063. bottom: 0.006
  17064. }
  17065. },
  17066. },
  17067. [
  17068. {
  17069. name: "Normal",
  17070. height: math.unit(6 + 2 / 12, "feet"),
  17071. default: true
  17072. },
  17073. ]
  17074. ))
  17075. characterMakers.push(() => makeCharacter(
  17076. { name: "Oliver" },
  17077. {
  17078. front: {
  17079. height: math.unit(6 + 1 / 12, "feet"),
  17080. weight: math.unit(304, "lb"),
  17081. name: "Front",
  17082. image: {
  17083. source: "./media/characters/oliver/front.svg",
  17084. extra: 157 / 143,
  17085. bottom: 0.08
  17086. }
  17087. },
  17088. },
  17089. [
  17090. {
  17091. name: "Normal",
  17092. height: math.unit(6 + 1 / 12, "feet"),
  17093. default: true
  17094. },
  17095. ]
  17096. ))
  17097. characterMakers.push(() => makeCharacter(
  17098. { name: "Shane" },
  17099. {
  17100. front: {
  17101. height: math.unit(5 + 7 / 12, "feet"),
  17102. weight: math.unit(140, "lb"),
  17103. name: "Front",
  17104. image: {
  17105. source: "./media/characters/shane/front.svg",
  17106. extra: 304 / 289,
  17107. bottom: 0.005
  17108. }
  17109. },
  17110. },
  17111. [
  17112. {
  17113. name: "Normal",
  17114. height: math.unit(5 + 7 / 12, "feet"),
  17115. default: true
  17116. },
  17117. ]
  17118. ))
  17119. characterMakers.push(() => makeCharacter(
  17120. { name: "Shin" },
  17121. {
  17122. front: {
  17123. height: math.unit(5 + 9 / 12, "feet"),
  17124. weight: math.unit(178, "lb"),
  17125. name: "Front",
  17126. image: {
  17127. source: "./media/characters/shin/front.svg",
  17128. extra: 159 / 151,
  17129. bottom: 0.015
  17130. }
  17131. },
  17132. },
  17133. [
  17134. {
  17135. name: "Normal",
  17136. height: math.unit(5 + 9 / 12, "feet"),
  17137. default: true
  17138. },
  17139. ]
  17140. ))
  17141. characterMakers.push(() => makeCharacter(
  17142. { name: "Xerxes" },
  17143. {
  17144. front: {
  17145. height: math.unit(5 + 10 / 12, "feet"),
  17146. weight: math.unit(168, "lb"),
  17147. name: "Front",
  17148. image: {
  17149. source: "./media/characters/xerxes/front.svg",
  17150. extra: 282 / 260,
  17151. bottom: 0.045
  17152. }
  17153. },
  17154. },
  17155. [
  17156. {
  17157. name: "Normal",
  17158. height: math.unit(5 + 10 / 12, "feet"),
  17159. default: true
  17160. },
  17161. ]
  17162. ))
  17163. characterMakers.push(() => makeCharacter(
  17164. { name: "Chaska" },
  17165. {
  17166. front: {
  17167. height: math.unit(6 + 7 / 12, "feet"),
  17168. weight: math.unit(208, "lb"),
  17169. name: "Front",
  17170. image: {
  17171. source: "./media/characters/chaska/front.svg",
  17172. extra: 332 / 319,
  17173. bottom: 0.015
  17174. }
  17175. },
  17176. },
  17177. [
  17178. {
  17179. name: "Normal",
  17180. height: math.unit(6 + 7 / 12, "feet"),
  17181. default: true
  17182. },
  17183. ]
  17184. ))
  17185. characterMakers.push(() => makeCharacter(
  17186. { name: "Enuk" },
  17187. {
  17188. front: {
  17189. height: math.unit(5 + 8 / 12, "feet"),
  17190. weight: math.unit(208, "lb"),
  17191. name: "Front",
  17192. image: {
  17193. source: "./media/characters/enuk/front.svg",
  17194. extra: 437 / 406,
  17195. bottom: 0.02
  17196. }
  17197. },
  17198. },
  17199. [
  17200. {
  17201. name: "Normal",
  17202. height: math.unit(5 + 8 / 12, "feet"),
  17203. default: true
  17204. },
  17205. ]
  17206. ))
  17207. characterMakers.push(() => makeCharacter(
  17208. { name: "Bruun" },
  17209. {
  17210. front: {
  17211. height: math.unit(5 + 10 / 12, "feet"),
  17212. weight: math.unit(252, "lb"),
  17213. name: "Front",
  17214. image: {
  17215. source: "./media/characters/bruun/front.svg",
  17216. extra: 197 / 187,
  17217. bottom: 0.012
  17218. }
  17219. },
  17220. },
  17221. [
  17222. {
  17223. name: "Normal",
  17224. height: math.unit(5 + 10 / 12, "feet"),
  17225. default: true
  17226. },
  17227. ]
  17228. ))
  17229. characterMakers.push(() => makeCharacter(
  17230. { name: "Alexeev" },
  17231. {
  17232. front: {
  17233. height: math.unit(6 + 10 / 12, "feet"),
  17234. weight: math.unit(255, "lb"),
  17235. name: "Front",
  17236. image: {
  17237. source: "./media/characters/alexeev/front.svg",
  17238. extra: 213 / 200,
  17239. bottom: 0.05
  17240. }
  17241. },
  17242. },
  17243. [
  17244. {
  17245. name: "Normal",
  17246. height: math.unit(6 + 10 / 12, "feet"),
  17247. default: true
  17248. },
  17249. ]
  17250. ))
  17251. characterMakers.push(() => makeCharacter(
  17252. { name: "Evelyn" },
  17253. {
  17254. front: {
  17255. height: math.unit(2 + 8 / 12, "feet"),
  17256. weight: math.unit(22, "lb"),
  17257. name: "Front",
  17258. image: {
  17259. source: "./media/characters/evelyn/front.svg",
  17260. extra: 208 / 180
  17261. }
  17262. },
  17263. },
  17264. [
  17265. {
  17266. name: "Normal",
  17267. height: math.unit(2 + 8 / 12, "feet"),
  17268. default: true
  17269. },
  17270. ]
  17271. ))
  17272. characterMakers.push(() => makeCharacter(
  17273. { name: "Inca" },
  17274. {
  17275. front: {
  17276. height: math.unit(5 + 9 / 12, "feet"),
  17277. weight: math.unit(139, "lb"),
  17278. name: "Front",
  17279. image: {
  17280. source: "./media/characters/inca/front.svg",
  17281. extra: 294 / 291,
  17282. bottom: 0.03
  17283. }
  17284. },
  17285. },
  17286. [
  17287. {
  17288. name: "Normal",
  17289. height: math.unit(5 + 9 / 12, "feet"),
  17290. default: true
  17291. },
  17292. ]
  17293. ))
  17294. characterMakers.push(() => makeCharacter(
  17295. { name: "Magdalene" },
  17296. {
  17297. front: {
  17298. height: math.unit(5 + 1 / 12, "feet"),
  17299. weight: math.unit(84, "lb"),
  17300. name: "Front",
  17301. image: {
  17302. source: "./media/characters/magdalene/front.svg",
  17303. extra: 293 / 273
  17304. }
  17305. },
  17306. },
  17307. [
  17308. {
  17309. name: "Normal",
  17310. height: math.unit(5 + 1 / 12, "feet"),
  17311. default: true
  17312. },
  17313. ]
  17314. ))
  17315. characterMakers.push(() => makeCharacter(
  17316. { name: "Mera" },
  17317. {
  17318. front: {
  17319. height: math.unit(6 + 3 / 12, "feet"),
  17320. weight: math.unit(185, "lb"),
  17321. name: "Front",
  17322. image: {
  17323. source: "./media/characters/mera/front.svg",
  17324. extra: 291 / 277,
  17325. bottom: 0.03
  17326. }
  17327. },
  17328. },
  17329. [
  17330. {
  17331. name: "Normal",
  17332. height: math.unit(6 + 3 / 12, "feet"),
  17333. default: true
  17334. },
  17335. ]
  17336. ))
  17337. characterMakers.push(() => makeCharacter(
  17338. { name: "Ceres" },
  17339. {
  17340. front: {
  17341. height: math.unit(6 + 7 / 12, "feet"),
  17342. weight: math.unit(160, "lb"),
  17343. name: "Front",
  17344. image: {
  17345. source: "./media/characters/ceres/front.svg",
  17346. extra: 1023 / 950,
  17347. bottom: 0.027
  17348. }
  17349. },
  17350. back: {
  17351. height: math.unit(6 + 7 / 12, "feet"),
  17352. weight: math.unit(160, "lb"),
  17353. name: "Back",
  17354. image: {
  17355. source: "./media/characters/ceres/back.svg",
  17356. extra: 1023 / 950
  17357. }
  17358. },
  17359. },
  17360. [
  17361. {
  17362. name: "Normal",
  17363. height: math.unit(6 + 7 / 12, "feet"),
  17364. default: true
  17365. },
  17366. ]
  17367. ))
  17368. characterMakers.push(() => makeCharacter(
  17369. { name: "Kris" },
  17370. {
  17371. front: {
  17372. height: math.unit(5 + 10 / 12, "feet"),
  17373. weight: math.unit(150, "lb"),
  17374. name: "Front",
  17375. image: {
  17376. source: "./media/characters/kris/front.svg",
  17377. extra: 885 / 803,
  17378. bottom: 0.03
  17379. }
  17380. },
  17381. },
  17382. [
  17383. {
  17384. name: "Normal",
  17385. height: math.unit(5 + 10 / 12, "feet"),
  17386. default: true
  17387. },
  17388. ]
  17389. ))
  17390. characterMakers.push(() => makeCharacter(
  17391. { name: "Taluthus" },
  17392. {
  17393. front: {
  17394. height: math.unit(7, "feet"),
  17395. weight: math.unit(120, "kg"),
  17396. name: "Front",
  17397. image: {
  17398. source: "./media/characters/taluthus/front.svg",
  17399. extra: 903 / 833,
  17400. bottom: 0.015
  17401. }
  17402. },
  17403. },
  17404. [
  17405. {
  17406. name: "Normal",
  17407. height: math.unit(7, "feet"),
  17408. default: true
  17409. },
  17410. {
  17411. name: "Macro",
  17412. height: math.unit(300, "feet")
  17413. },
  17414. ]
  17415. ))
  17416. characterMakers.push(() => makeCharacter(
  17417. { name: "Dawn" },
  17418. {
  17419. front: {
  17420. height: math.unit(5 + 9 / 12, "feet"),
  17421. weight: math.unit(145, "lb"),
  17422. name: "Front",
  17423. image: {
  17424. source: "./media/characters/dawn/front.svg",
  17425. extra: 2094 / 2016,
  17426. bottom: 0.025
  17427. }
  17428. },
  17429. back: {
  17430. height: math.unit(5 + 9 / 12, "feet"),
  17431. weight: math.unit(160, "lb"),
  17432. name: "Back",
  17433. image: {
  17434. source: "./media/characters/dawn/back.svg",
  17435. extra: 2112 / 2080,
  17436. bottom: 0.005
  17437. }
  17438. },
  17439. },
  17440. [
  17441. {
  17442. name: "Normal",
  17443. height: math.unit(6 + 7 / 12, "feet"),
  17444. default: true
  17445. },
  17446. ]
  17447. ))
  17448. characterMakers.push(() => makeCharacter(
  17449. { name: "Arador" },
  17450. {
  17451. anthro: {
  17452. height: math.unit(8 + 3 / 12, "feet"),
  17453. weight: math.unit(450, "lb"),
  17454. name: "Anthro",
  17455. image: {
  17456. source: "./media/characters/arador/anthro.svg",
  17457. extra: 1835 / 1718,
  17458. bottom: 0.025
  17459. }
  17460. },
  17461. feral: {
  17462. height: math.unit(4, "feet"),
  17463. weight: math.unit(200, "lb"),
  17464. name: "Feral",
  17465. image: {
  17466. source: "./media/characters/arador/feral.svg",
  17467. extra: 1683 / 1514,
  17468. bottom: 0.07
  17469. }
  17470. },
  17471. },
  17472. [
  17473. {
  17474. name: "Normal",
  17475. height: math.unit(8 + 3 / 12, "feet")
  17476. },
  17477. {
  17478. name: "Macro",
  17479. height: math.unit(82.5, "feet"),
  17480. default: true
  17481. },
  17482. ]
  17483. ))
  17484. characterMakers.push(() => makeCharacter(
  17485. { name: "Dharsi" },
  17486. {
  17487. front: {
  17488. height: math.unit(5 + 10 / 12, "feet"),
  17489. weight: math.unit(125, "lb"),
  17490. name: "Front",
  17491. image: {
  17492. source: "./media/characters/dharsi/front.svg",
  17493. extra: 716 / 630,
  17494. bottom: 0.035
  17495. }
  17496. },
  17497. },
  17498. [
  17499. {
  17500. name: "Nano",
  17501. height: math.unit(100, "nm")
  17502. },
  17503. {
  17504. name: "Micro",
  17505. height: math.unit(2, "inches")
  17506. },
  17507. {
  17508. name: "Normal",
  17509. height: math.unit(5 + 10 / 12, "feet"),
  17510. default: true
  17511. },
  17512. {
  17513. name: "Macro",
  17514. height: math.unit(1000, "feet")
  17515. },
  17516. {
  17517. name: "Megamacro",
  17518. height: math.unit(10, "miles")
  17519. },
  17520. {
  17521. name: "Gigamacro",
  17522. height: math.unit(3000, "miles")
  17523. },
  17524. {
  17525. name: "Teramacro",
  17526. height: math.unit(500000, "miles")
  17527. },
  17528. {
  17529. name: "Teramacro+",
  17530. height: math.unit(30, "galaxies")
  17531. },
  17532. ]
  17533. ))
  17534. characterMakers.push(() => makeCharacter(
  17535. { name: "Deathy" },
  17536. {
  17537. front: {
  17538. height: math.unit(6, "feet"),
  17539. weight: math.unit(150, "lb"),
  17540. name: "Front",
  17541. image: {
  17542. source: "./media/characters/deathy/front.svg",
  17543. extra: 1552 / 1463,
  17544. bottom: 0.025
  17545. }
  17546. },
  17547. side: {
  17548. height: math.unit(6, "feet"),
  17549. weight: math.unit(150, "lb"),
  17550. name: "Side",
  17551. image: {
  17552. source: "./media/characters/deathy/side.svg",
  17553. extra: 1604 / 1455,
  17554. bottom: 0.025
  17555. }
  17556. },
  17557. back: {
  17558. height: math.unit(6, "feet"),
  17559. weight: math.unit(150, "lb"),
  17560. name: "Back",
  17561. image: {
  17562. source: "./media/characters/deathy/back.svg",
  17563. extra: 1580 / 1463,
  17564. bottom: 0.005
  17565. }
  17566. },
  17567. },
  17568. [
  17569. {
  17570. name: "Micro",
  17571. height: math.unit(5, "millimeters")
  17572. },
  17573. {
  17574. name: "Normal",
  17575. height: math.unit(6 + 5 / 12, "feet"),
  17576. default: true
  17577. },
  17578. ]
  17579. ))
  17580. characterMakers.push(() => makeCharacter(
  17581. { name: "Juniper" },
  17582. {
  17583. front: {
  17584. height: math.unit(16, "feet"),
  17585. weight: math.unit(4000, "lb"),
  17586. name: "Front",
  17587. image: {
  17588. source: "./media/characters/juniper/front.svg",
  17589. bottom: 0.04
  17590. }
  17591. },
  17592. },
  17593. [
  17594. {
  17595. name: "Normal",
  17596. height: math.unit(16, "feet"),
  17597. default: true
  17598. },
  17599. ]
  17600. ))
  17601. characterMakers.push(() => makeCharacter(
  17602. { name: "Hipster" },
  17603. {
  17604. front: {
  17605. height: math.unit(6, "feet"),
  17606. weight: math.unit(150, "lb"),
  17607. name: "Front",
  17608. image: {
  17609. source: "./media/characters/hipster/front.svg",
  17610. extra: 1312 / 1209,
  17611. bottom: 0.025
  17612. }
  17613. },
  17614. back: {
  17615. height: math.unit(6, "feet"),
  17616. weight: math.unit(150, "lb"),
  17617. name: "Back",
  17618. image: {
  17619. source: "./media/characters/hipster/back.svg",
  17620. extra: 1281 / 1196,
  17621. bottom: 0.01
  17622. }
  17623. },
  17624. },
  17625. [
  17626. {
  17627. name: "Micro",
  17628. height: math.unit(1, "mm")
  17629. },
  17630. {
  17631. name: "Normal",
  17632. height: math.unit(4, "inches"),
  17633. default: true
  17634. },
  17635. {
  17636. name: "Macro",
  17637. height: math.unit(500, "feet")
  17638. },
  17639. {
  17640. name: "Megamacro",
  17641. height: math.unit(1000, "miles")
  17642. },
  17643. ]
  17644. ))
  17645. characterMakers.push(() => makeCharacter(
  17646. { name: "Tendirmuldr" },
  17647. {
  17648. front: {
  17649. height: math.unit(6, "feet"),
  17650. weight: math.unit(150, "lb"),
  17651. name: "Front",
  17652. image: {
  17653. source: "./media/characters/tendirmuldr/front.svg",
  17654. extra: 1878 / 1772,
  17655. bottom: 0.015
  17656. }
  17657. },
  17658. },
  17659. [
  17660. {
  17661. name: "Megamacro",
  17662. height: math.unit(1500, "miles"),
  17663. default: true
  17664. },
  17665. ]
  17666. ))
  17667. characterMakers.push(() => makeCharacter(
  17668. { name: "Mort" },
  17669. {
  17670. front: {
  17671. height: math.unit(14, "feet"),
  17672. weight: math.unit(12000, "lb"),
  17673. name: "Front",
  17674. image: {
  17675. source: "./media/characters/mort/front.svg",
  17676. extra: 365 / 318,
  17677. bottom: 0.01
  17678. }
  17679. },
  17680. side: {
  17681. height: math.unit(14, "feet"),
  17682. weight: math.unit(12000, "lb"),
  17683. name: "Side",
  17684. image: {
  17685. source: "./media/characters/mort/side.svg",
  17686. extra: 365 / 318,
  17687. bottom: 0.052
  17688. },
  17689. default: true
  17690. },
  17691. back: {
  17692. height: math.unit(14, "feet"),
  17693. weight: math.unit(12000, "lb"),
  17694. name: "Back",
  17695. image: {
  17696. source: "./media/characters/mort/back.svg",
  17697. extra: 371 / 332,
  17698. bottom: 0.18
  17699. }
  17700. },
  17701. },
  17702. [
  17703. {
  17704. name: "Normal",
  17705. height: math.unit(14, "feet"),
  17706. default: true
  17707. },
  17708. ]
  17709. ))
  17710. characterMakers.push(() => makeCharacter(
  17711. { name: "Lycoa" },
  17712. {
  17713. front: {
  17714. height: math.unit(8, "feet"),
  17715. weight: math.unit(1, "ton"),
  17716. name: "Front",
  17717. image: {
  17718. source: "./media/characters/lycoa/front.svg",
  17719. extra: 1875 / 1789,
  17720. bottom: 0.022
  17721. }
  17722. },
  17723. back: {
  17724. height: math.unit(8, "feet"),
  17725. weight: math.unit(1, "ton"),
  17726. name: "Back",
  17727. image: {
  17728. source: "./media/characters/lycoa/back.svg",
  17729. extra: 1835 / 1781,
  17730. bottom: 0.03
  17731. }
  17732. },
  17733. },
  17734. [
  17735. {
  17736. name: "Normal",
  17737. height: math.unit(8, "feet"),
  17738. default: true
  17739. },
  17740. {
  17741. name: "Macro",
  17742. height: math.unit(30, "feet")
  17743. },
  17744. ]
  17745. ))
  17746. characterMakers.push(() => makeCharacter(
  17747. { name: "Naldara" },
  17748. {
  17749. front: {
  17750. height: math.unit(4 + 2 / 12, "feet"),
  17751. weight: math.unit(70, "lb"),
  17752. name: "Front",
  17753. image: {
  17754. source: "./media/characters/naldara/front.svg",
  17755. extra: 841 / 720,
  17756. bottom: 0.04
  17757. }
  17758. },
  17759. },
  17760. [
  17761. {
  17762. name: "Normal",
  17763. height: math.unit(4 + 2 / 12, "feet"),
  17764. default: true
  17765. },
  17766. ]
  17767. ))
  17768. characterMakers.push(() => makeCharacter(
  17769. { name: "Briar" },
  17770. {
  17771. front: {
  17772. height: math.unit(13 + 7 / 12, "feet"),
  17773. weight: math.unit(1500, "lb"),
  17774. name: "Front",
  17775. image: {
  17776. source: "./media/characters/briar/front.svg",
  17777. extra: 626 / 596,
  17778. bottom: 0.08
  17779. }
  17780. },
  17781. },
  17782. [
  17783. {
  17784. name: "Normal",
  17785. height: math.unit(13 + 7 / 12, "feet"),
  17786. default: true
  17787. },
  17788. ]
  17789. ))
  17790. characterMakers.push(() => makeCharacter(
  17791. { name: "Vanguard" },
  17792. {
  17793. side: {
  17794. height: math.unit(10, "feet"),
  17795. weight: math.unit(500, "lb"),
  17796. name: "Side",
  17797. image: {
  17798. source: "./media/characters/vanguard/side.svg",
  17799. extra: 502 / 425,
  17800. bottom: 0.087
  17801. }
  17802. },
  17803. },
  17804. [
  17805. {
  17806. name: "Normal",
  17807. height: math.unit(10, "feet"),
  17808. default: true
  17809. },
  17810. ]
  17811. ))
  17812. characterMakers.push(() => makeCharacter(
  17813. { name: "Artemis" },
  17814. {
  17815. front: {
  17816. height: math.unit(7.5, "feet"),
  17817. weight: math.unit(2, "lb"),
  17818. name: "Front",
  17819. image: {
  17820. source: "./media/characters/artemis/front.svg",
  17821. extra: 1192 / 1075,
  17822. bottom: 0.07
  17823. }
  17824. },
  17825. },
  17826. [
  17827. {
  17828. name: "Normal",
  17829. height: math.unit(7.5, "feet"),
  17830. default: true
  17831. },
  17832. {
  17833. name: "Enlarged",
  17834. height: math.unit(12, "feet")
  17835. },
  17836. ]
  17837. ))
  17838. characterMakers.push(() => makeCharacter(
  17839. { name: "Kira" },
  17840. {
  17841. front: {
  17842. height: math.unit(5 + 3 / 12, "feet"),
  17843. weight: math.unit(160, "lb"),
  17844. name: "Front",
  17845. image: {
  17846. source: "./media/characters/kira/front.svg",
  17847. extra: 906 / 786,
  17848. bottom: 0.01
  17849. }
  17850. },
  17851. back: {
  17852. height: math.unit(5 + 3 / 12, "feet"),
  17853. weight: math.unit(160, "lb"),
  17854. name: "Back",
  17855. image: {
  17856. source: "./media/characters/kira/back.svg",
  17857. extra: 882 / 757,
  17858. bottom: 0.005
  17859. }
  17860. },
  17861. frontDressed: {
  17862. height: math.unit(5 + 3 / 12, "feet"),
  17863. weight: math.unit(160, "lb"),
  17864. name: "Front (Dressed)",
  17865. image: {
  17866. source: "./media/characters/kira/front-dressed.svg",
  17867. extra: 906 / 786,
  17868. bottom: 0.01
  17869. }
  17870. },
  17871. beans: {
  17872. height: math.unit(0.92, "feet"),
  17873. name: "Beans",
  17874. image: {
  17875. source: "./media/characters/kira/beans.svg"
  17876. }
  17877. },
  17878. },
  17879. [
  17880. {
  17881. name: "Normal",
  17882. height: math.unit(5 + 3 / 12, "feet"),
  17883. default: true
  17884. },
  17885. ]
  17886. ))
  17887. characterMakers.push(() => makeCharacter(
  17888. { name: "Scramble" },
  17889. {
  17890. front: {
  17891. height: math.unit(5 + 4 / 12, "feet"),
  17892. weight: math.unit(145, "lb"),
  17893. name: "Front",
  17894. image: {
  17895. source: "./media/characters/scramble/front.svg",
  17896. extra: 763 / 727,
  17897. bottom: 0.05
  17898. }
  17899. },
  17900. back: {
  17901. height: math.unit(5 + 4 / 12, "feet"),
  17902. weight: math.unit(145, "lb"),
  17903. name: "Back",
  17904. image: {
  17905. source: "./media/characters/scramble/back.svg",
  17906. extra: 826 / 737,
  17907. bottom: 0.002
  17908. }
  17909. },
  17910. },
  17911. [
  17912. {
  17913. name: "Normal",
  17914. height: math.unit(5 + 4 / 12, "feet"),
  17915. default: true
  17916. },
  17917. ]
  17918. ))
  17919. characterMakers.push(() => makeCharacter(
  17920. { name: "Biscuit" },
  17921. {
  17922. side: {
  17923. height: math.unit(6 + 2 / 12, "feet"),
  17924. weight: math.unit(190, "lb"),
  17925. name: "Side",
  17926. image: {
  17927. source: "./media/characters/biscuit/side.svg",
  17928. extra: 858 / 791,
  17929. bottom: 0.044
  17930. }
  17931. },
  17932. },
  17933. [
  17934. {
  17935. name: "Normal",
  17936. height: math.unit(6 + 2 / 12, "feet"),
  17937. default: true
  17938. },
  17939. ]
  17940. ))
  17941. characterMakers.push(() => makeCharacter(
  17942. { name: "Poffin" },
  17943. {
  17944. front: {
  17945. height: math.unit(5 + 2 / 12, "feet"),
  17946. weight: math.unit(120, "lb"),
  17947. name: "Front",
  17948. image: {
  17949. source: "./media/characters/poffin/front.svg",
  17950. extra: 786 / 680,
  17951. bottom: 0.005
  17952. }
  17953. },
  17954. },
  17955. [
  17956. {
  17957. name: "Normal",
  17958. height: math.unit(5 + 2 / 12, "feet"),
  17959. default: true
  17960. },
  17961. ]
  17962. ))
  17963. characterMakers.push(() => makeCharacter(
  17964. { name: "Dhari" },
  17965. {
  17966. front: {
  17967. height: math.unit(6 + 3 / 12, "feet"),
  17968. weight: math.unit(519, "lb"),
  17969. name: "Front",
  17970. image: {
  17971. source: "./media/characters/dhari/front.svg",
  17972. extra: 1048 / 946,
  17973. bottom: 0.015
  17974. }
  17975. },
  17976. back: {
  17977. height: math.unit(6 + 3 / 12, "feet"),
  17978. weight: math.unit(519, "lb"),
  17979. name: "Back",
  17980. image: {
  17981. source: "./media/characters/dhari/back.svg",
  17982. extra: 1048 / 931,
  17983. bottom: 0.005
  17984. }
  17985. },
  17986. frontDressed: {
  17987. height: math.unit(6 + 3 / 12, "feet"),
  17988. weight: math.unit(519, "lb"),
  17989. name: "Front (Dressed)",
  17990. image: {
  17991. source: "./media/characters/dhari/front-dressed.svg",
  17992. extra: 1713 / 1546,
  17993. bottom: 0.02
  17994. }
  17995. },
  17996. backDressed: {
  17997. height: math.unit(6 + 3 / 12, "feet"),
  17998. weight: math.unit(519, "lb"),
  17999. name: "Back (Dressed)",
  18000. image: {
  18001. source: "./media/characters/dhari/back-dressed.svg",
  18002. extra: 1699 / 1537,
  18003. bottom: 0.01
  18004. }
  18005. },
  18006. maw: {
  18007. height: math.unit(0.95, "feet"),
  18008. name: "Maw",
  18009. image: {
  18010. source: "./media/characters/dhari/maw.svg"
  18011. }
  18012. },
  18013. wereFront: {
  18014. height: math.unit(12 + 8 / 12, "feet"),
  18015. weight: math.unit(4000, "lb"),
  18016. name: "Front (Were)",
  18017. image: {
  18018. source: "./media/characters/dhari/were-front.svg",
  18019. extra: 1065 / 969,
  18020. bottom: 0.015
  18021. }
  18022. },
  18023. wereBack: {
  18024. height: math.unit(12 + 8 / 12, "feet"),
  18025. weight: math.unit(4000, "lb"),
  18026. name: "Back (Were)",
  18027. image: {
  18028. source: "./media/characters/dhari/were-back.svg",
  18029. extra: 1065 / 969,
  18030. bottom: 0.012
  18031. }
  18032. },
  18033. wereMaw: {
  18034. height: math.unit(0.625, "meters"),
  18035. name: "Maw (Were)",
  18036. image: {
  18037. source: "./media/characters/dhari/were-maw.svg"
  18038. }
  18039. },
  18040. },
  18041. [
  18042. {
  18043. name: "Normal",
  18044. height: math.unit(6 + 3 / 12, "feet"),
  18045. default: true
  18046. },
  18047. ]
  18048. ))
  18049. characterMakers.push(() => makeCharacter(
  18050. { name: "Rena Dyne" },
  18051. {
  18052. anthro: {
  18053. height: math.unit(5 + 7 / 12, "feet"),
  18054. weight: math.unit(175, "lb"),
  18055. name: "Anthro",
  18056. image: {
  18057. source: "./media/characters/rena-dyne/anthro.svg",
  18058. extra: 1849 / 1785,
  18059. bottom: 0.005
  18060. }
  18061. },
  18062. taur: {
  18063. height: math.unit(15 + 6 / 12, "feet"),
  18064. weight: math.unit(8000, "lb"),
  18065. name: "Taur",
  18066. image: {
  18067. source: "./media/characters/rena-dyne/taur.svg",
  18068. extra: 2315 / 2234,
  18069. bottom: 0.033
  18070. }
  18071. },
  18072. },
  18073. [
  18074. {
  18075. name: "Normal",
  18076. height: math.unit(5 + 7 / 12, "feet"),
  18077. default: true
  18078. },
  18079. ]
  18080. ))
  18081. characterMakers.push(() => makeCharacter(
  18082. { name: "Weremeep" },
  18083. {
  18084. front: {
  18085. height: math.unit(8, "feet"),
  18086. weight: math.unit(600, "lb"),
  18087. name: "Front",
  18088. image: {
  18089. source: "./media/characters/weremeep/front.svg",
  18090. extra: 967 / 862,
  18091. bottom: 0.01
  18092. }
  18093. },
  18094. },
  18095. [
  18096. {
  18097. name: "Normal",
  18098. height: math.unit(8, "feet"),
  18099. default: true
  18100. },
  18101. {
  18102. name: "Lorg",
  18103. height: math.unit(12, "feet")
  18104. },
  18105. {
  18106. name: "Oh Lawd She Comin'",
  18107. height: math.unit(20, "feet")
  18108. },
  18109. ]
  18110. ))
  18111. characterMakers.push(() => makeCharacter(
  18112. { name: "Reza" },
  18113. {
  18114. front: {
  18115. height: math.unit(4, "feet"),
  18116. weight: math.unit(90, "lb"),
  18117. name: "Front",
  18118. image: {
  18119. source: "./media/characters/reza/front.svg",
  18120. extra: 1183 / 1111,
  18121. bottom: 0.017
  18122. }
  18123. },
  18124. back: {
  18125. height: math.unit(4, "feet"),
  18126. weight: math.unit(90, "lb"),
  18127. name: "Back",
  18128. image: {
  18129. source: "./media/characters/reza/back.svg",
  18130. extra: 1183 / 1111,
  18131. bottom: 0.01
  18132. }
  18133. },
  18134. drake: {
  18135. height: math.unit(30, "feet"),
  18136. weight: math.unit(246960, "lb"),
  18137. name: "Drake",
  18138. image: {
  18139. source: "./media/characters/reza/drake.svg",
  18140. extra: 2350/2024,
  18141. bottom: 60.7/2403
  18142. }
  18143. },
  18144. },
  18145. [
  18146. {
  18147. name: "Normal",
  18148. height: math.unit(4, "feet"),
  18149. default: true
  18150. },
  18151. ]
  18152. ))
  18153. characterMakers.push(() => makeCharacter(
  18154. { name: "Athea" },
  18155. {
  18156. side: {
  18157. height: math.unit(15, "feet"),
  18158. weight: math.unit(14, "tons"),
  18159. name: "Side",
  18160. image: {
  18161. source: "./media/characters/athea/side.svg",
  18162. extra: 960 / 540,
  18163. bottom: 0.003
  18164. }
  18165. },
  18166. sitting: {
  18167. height: math.unit(6 * 2.85, "feet"),
  18168. weight: math.unit(14, "tons"),
  18169. name: "Sitting",
  18170. image: {
  18171. source: "./media/characters/athea/sitting.svg",
  18172. extra: 621 / 581,
  18173. bottom: 0.075
  18174. }
  18175. },
  18176. maw: {
  18177. height: math.unit(7.59498031496063, "feet"),
  18178. name: "Maw",
  18179. image: {
  18180. source: "./media/characters/athea/maw.svg"
  18181. }
  18182. },
  18183. },
  18184. [
  18185. {
  18186. name: "Lap Cat",
  18187. height: math.unit(2.5, "feet")
  18188. },
  18189. {
  18190. name: "Minimacro",
  18191. height: math.unit(15, "feet"),
  18192. default: true
  18193. },
  18194. {
  18195. name: "Macro",
  18196. height: math.unit(120, "feet")
  18197. },
  18198. {
  18199. name: "Macro+",
  18200. height: math.unit(640, "feet")
  18201. },
  18202. {
  18203. name: "Colossus",
  18204. height: math.unit(2.2, "miles")
  18205. },
  18206. ]
  18207. ))
  18208. characterMakers.push(() => makeCharacter(
  18209. { name: "Seroko" },
  18210. {
  18211. front: {
  18212. height: math.unit(8 + 8 / 12, "feet"),
  18213. weight: math.unit(130, "kg"),
  18214. name: "Front",
  18215. image: {
  18216. source: "./media/characters/seroko/front.svg",
  18217. extra: 1385 / 1280,
  18218. bottom: 0.025
  18219. }
  18220. },
  18221. back: {
  18222. height: math.unit(8 + 8 / 12, "feet"),
  18223. weight: math.unit(130, "kg"),
  18224. name: "Back",
  18225. image: {
  18226. source: "./media/characters/seroko/back.svg",
  18227. extra: 1369 / 1238,
  18228. bottom: 0.018
  18229. }
  18230. },
  18231. frontDressed: {
  18232. height: math.unit(8 + 8 / 12, "feet"),
  18233. weight: math.unit(130, "kg"),
  18234. name: "Front (Dressed)",
  18235. image: {
  18236. source: "./media/characters/seroko/front-dressed.svg",
  18237. extra: 1366 / 1275,
  18238. bottom: 0.03
  18239. }
  18240. },
  18241. },
  18242. [
  18243. {
  18244. name: "Normal",
  18245. height: math.unit(8 + 8 / 12, "feet"),
  18246. default: true
  18247. },
  18248. ]
  18249. ))
  18250. characterMakers.push(() => makeCharacter(
  18251. { name: "Quatzi" },
  18252. {
  18253. front: {
  18254. height: math.unit(5.5, "feet"),
  18255. weight: math.unit(160, "lb"),
  18256. name: "Front",
  18257. image: {
  18258. source: "./media/characters/quatzi/front.svg",
  18259. extra: 2346 / 2242,
  18260. bottom: 0.015
  18261. }
  18262. },
  18263. },
  18264. [
  18265. {
  18266. name: "Normal",
  18267. height: math.unit(5.5, "feet"),
  18268. default: true
  18269. },
  18270. {
  18271. name: "Big",
  18272. height: math.unit(7.7, "feet")
  18273. },
  18274. ]
  18275. ))
  18276. characterMakers.push(() => makeCharacter(
  18277. { name: "Sen" },
  18278. {
  18279. front: {
  18280. height: math.unit(5 + 11 / 12, "feet"),
  18281. weight: math.unit(180, "lb"),
  18282. name: "Front",
  18283. image: {
  18284. source: "./media/characters/sen/front.svg",
  18285. extra: 1321 / 1254,
  18286. bottom: 0.015
  18287. }
  18288. },
  18289. side: {
  18290. height: math.unit(5 + 11 / 12, "feet"),
  18291. weight: math.unit(180, "lb"),
  18292. name: "Side",
  18293. image: {
  18294. source: "./media/characters/sen/side.svg",
  18295. extra: 1321 / 1254,
  18296. bottom: 0.007
  18297. }
  18298. },
  18299. back: {
  18300. height: math.unit(5 + 11 / 12, "feet"),
  18301. weight: math.unit(180, "lb"),
  18302. name: "Back",
  18303. image: {
  18304. source: "./media/characters/sen/back.svg",
  18305. extra: 1321 / 1254
  18306. }
  18307. },
  18308. },
  18309. [
  18310. {
  18311. name: "Normal",
  18312. height: math.unit(5 + 11 / 12, "feet"),
  18313. default: true
  18314. },
  18315. ]
  18316. ))
  18317. characterMakers.push(() => makeCharacter(
  18318. { name: "Fruity" },
  18319. {
  18320. front: {
  18321. height: math.unit(166.6, "cm"),
  18322. weight: math.unit(66.6, "kg"),
  18323. name: "Front",
  18324. image: {
  18325. source: "./media/characters/fruity/front.svg",
  18326. extra: 1510 / 1386,
  18327. bottom: 0.04
  18328. }
  18329. },
  18330. back: {
  18331. height: math.unit(166.6, "cm"),
  18332. weight: math.unit(66.6, "lb"),
  18333. name: "Back",
  18334. image: {
  18335. source: "./media/characters/fruity/back.svg",
  18336. extra: 1563 / 1435,
  18337. bottom: 0.005
  18338. }
  18339. },
  18340. },
  18341. [
  18342. {
  18343. name: "Normal",
  18344. height: math.unit(166.6, "cm"),
  18345. default: true
  18346. },
  18347. {
  18348. name: "Demonic",
  18349. height: math.unit(166.6, "feet")
  18350. },
  18351. ]
  18352. ))
  18353. characterMakers.push(() => makeCharacter(
  18354. { name: "Zost" },
  18355. {
  18356. side: {
  18357. height: math.unit(10, "feet"),
  18358. weight: math.unit(500, "lb"),
  18359. name: "Side",
  18360. image: {
  18361. source: "./media/characters/zost/side.svg",
  18362. extra: 966 / 880,
  18363. bottom: 0.075
  18364. }
  18365. },
  18366. mawFront: {
  18367. height: math.unit(1.08, "meters"),
  18368. name: "Maw (Front)",
  18369. image: {
  18370. source: "./media/characters/zost/maw-front.svg"
  18371. }
  18372. },
  18373. mawSide: {
  18374. height: math.unit(2.66, "feet"),
  18375. name: "Maw (Side)",
  18376. image: {
  18377. source: "./media/characters/zost/maw-side.svg"
  18378. }
  18379. },
  18380. },
  18381. [
  18382. {
  18383. name: "Normal",
  18384. height: math.unit(10, "feet"),
  18385. default: true
  18386. },
  18387. ]
  18388. ))
  18389. characterMakers.push(() => makeCharacter(
  18390. { name: "Luci" },
  18391. {
  18392. front: {
  18393. height: math.unit(5 + 4 / 12, "feet"),
  18394. weight: math.unit(120, "lb"),
  18395. name: "Front",
  18396. image: {
  18397. source: "./media/characters/luci/front.svg",
  18398. extra: 1985 / 1884,
  18399. bottom: 0.04
  18400. }
  18401. },
  18402. back: {
  18403. height: math.unit(5 + 4 / 12, "feet"),
  18404. weight: math.unit(120, "lb"),
  18405. name: "Back",
  18406. image: {
  18407. source: "./media/characters/luci/back.svg",
  18408. extra: 1892 / 1791,
  18409. bottom: 0.002
  18410. }
  18411. },
  18412. },
  18413. [
  18414. {
  18415. name: "Normal",
  18416. height: math.unit(5 + 4 / 12, "feet"),
  18417. default: true
  18418. },
  18419. ]
  18420. ))
  18421. characterMakers.push(() => makeCharacter(
  18422. { name: "2th" },
  18423. {
  18424. front: {
  18425. height: math.unit(1500, "feet"),
  18426. weight: math.unit(3.8e6, "tons"),
  18427. name: "Front",
  18428. image: {
  18429. source: "./media/characters/2th/front.svg",
  18430. extra: 3489 / 3350,
  18431. bottom: 0.1
  18432. }
  18433. },
  18434. foot: {
  18435. height: math.unit(461, "feet"),
  18436. name: "Foot",
  18437. image: {
  18438. source: "./media/characters/2th/foot.svg"
  18439. }
  18440. },
  18441. },
  18442. [
  18443. {
  18444. name: "\"Micro\"",
  18445. height: math.unit(15 + 7 / 12, "feet")
  18446. },
  18447. {
  18448. name: "Normal",
  18449. height: math.unit(1500, "feet"),
  18450. default: true
  18451. },
  18452. {
  18453. name: "Macro",
  18454. height: math.unit(5000, "feet")
  18455. },
  18456. {
  18457. name: "Megamacro",
  18458. height: math.unit(15, "miles")
  18459. },
  18460. {
  18461. name: "Gigamacro",
  18462. height: math.unit(4000, "miles")
  18463. },
  18464. {
  18465. name: "Galactic",
  18466. height: math.unit(50, "AU")
  18467. },
  18468. ]
  18469. ))
  18470. characterMakers.push(() => makeCharacter(
  18471. { name: "Amethyst" },
  18472. {
  18473. front: {
  18474. height: math.unit(5 + 6 / 12, "feet"),
  18475. weight: math.unit(220, "lb"),
  18476. name: "Front",
  18477. image: {
  18478. source: "./media/characters/amethyst/front.svg",
  18479. extra: 2078 / 2040,
  18480. bottom: 0.045
  18481. }
  18482. },
  18483. back: {
  18484. height: math.unit(5 + 6 / 12, "feet"),
  18485. weight: math.unit(220, "lb"),
  18486. name: "Back",
  18487. image: {
  18488. source: "./media/characters/amethyst/back.svg",
  18489. extra: 2021 / 1989,
  18490. bottom: 0.02
  18491. }
  18492. },
  18493. },
  18494. [
  18495. {
  18496. name: "Normal",
  18497. height: math.unit(5 + 6 / 12, "feet"),
  18498. default: true
  18499. },
  18500. ]
  18501. ))
  18502. characterMakers.push(() => makeCharacter(
  18503. { name: "Yumi Akiyama" },
  18504. {
  18505. front: {
  18506. height: math.unit(4 + 11 / 12, "feet"),
  18507. weight: math.unit(120, "lb"),
  18508. name: "Front",
  18509. image: {
  18510. source: "./media/characters/yumi-akiyama/front.svg",
  18511. extra: 1327 / 1235,
  18512. bottom: 0.02
  18513. }
  18514. },
  18515. back: {
  18516. height: math.unit(4 + 11 / 12, "feet"),
  18517. weight: math.unit(120, "lb"),
  18518. name: "Back",
  18519. image: {
  18520. source: "./media/characters/yumi-akiyama/back.svg",
  18521. extra: 1287 / 1245,
  18522. bottom: 0.002
  18523. }
  18524. },
  18525. },
  18526. [
  18527. {
  18528. name: "Galactic",
  18529. height: math.unit(50, "galaxies"),
  18530. default: true
  18531. },
  18532. {
  18533. name: "Universal",
  18534. height: math.unit(100, "universes")
  18535. },
  18536. ]
  18537. ))
  18538. characterMakers.push(() => makeCharacter(
  18539. { name: "Rifter Yrmori" },
  18540. {
  18541. front: {
  18542. height: math.unit(8, "feet"),
  18543. weight: math.unit(500, "lb"),
  18544. name: "Front",
  18545. image: {
  18546. source: "./media/characters/rifter-yrmori/front.svg",
  18547. extra: 1180 / 1125,
  18548. bottom: 0.02
  18549. }
  18550. },
  18551. back: {
  18552. height: math.unit(8, "feet"),
  18553. weight: math.unit(500, "lb"),
  18554. name: "Back",
  18555. image: {
  18556. source: "./media/characters/rifter-yrmori/back.svg",
  18557. extra: 1190 / 1145,
  18558. bottom: 0.001
  18559. }
  18560. },
  18561. wings: {
  18562. height: math.unit(7.75, "feet"),
  18563. weight: math.unit(500, "lb"),
  18564. name: "Wings",
  18565. image: {
  18566. source: "./media/characters/rifter-yrmori/wings.svg",
  18567. extra: 1357 / 1285
  18568. }
  18569. },
  18570. maw: {
  18571. height: math.unit(0.8, "feet"),
  18572. name: "Maw",
  18573. image: {
  18574. source: "./media/characters/rifter-yrmori/maw.svg"
  18575. }
  18576. },
  18577. },
  18578. [
  18579. {
  18580. name: "Normal",
  18581. height: math.unit(8, "feet"),
  18582. default: true
  18583. },
  18584. {
  18585. name: "Macro",
  18586. height: math.unit(42, "meters")
  18587. },
  18588. ]
  18589. ))
  18590. characterMakers.push(() => makeCharacter(
  18591. { name: "Tahajin" },
  18592. {
  18593. were: {
  18594. height: math.unit(25 + 6 / 12, "feet"),
  18595. weight: math.unit(10000, "lb"),
  18596. name: "Were",
  18597. image: {
  18598. source: "./media/characters/tahajin/were.svg",
  18599. extra: 801 / 770,
  18600. bottom: 0.042
  18601. }
  18602. },
  18603. aquatic: {
  18604. height: math.unit(6 + 4 / 12, "feet"),
  18605. weight: math.unit(160, "lb"),
  18606. name: "Aquatic",
  18607. image: {
  18608. source: "./media/characters/tahajin/aquatic.svg",
  18609. extra: 572 / 542,
  18610. bottom: 0.04
  18611. }
  18612. },
  18613. chow: {
  18614. height: math.unit(8 + 11 / 12, "feet"),
  18615. weight: math.unit(450, "lb"),
  18616. name: "Chow",
  18617. image: {
  18618. source: "./media/characters/tahajin/chow.svg",
  18619. extra: 660 / 640,
  18620. bottom: 0.015
  18621. }
  18622. },
  18623. demiNaga: {
  18624. height: math.unit(6 + 8 / 12, "feet"),
  18625. weight: math.unit(300, "lb"),
  18626. name: "Demi Naga",
  18627. image: {
  18628. source: "./media/characters/tahajin/demi-naga.svg",
  18629. extra: 643 / 615,
  18630. bottom: 0.1
  18631. }
  18632. },
  18633. data: {
  18634. height: math.unit(5, "inches"),
  18635. weight: math.unit(0.1, "lb"),
  18636. name: "Data",
  18637. image: {
  18638. source: "./media/characters/tahajin/data.svg"
  18639. }
  18640. },
  18641. fluu: {
  18642. height: math.unit(5 + 7 / 12, "feet"),
  18643. weight: math.unit(140, "lb"),
  18644. name: "Fluu",
  18645. image: {
  18646. source: "./media/characters/tahajin/fluu.svg",
  18647. extra: 628 / 592,
  18648. bottom: 0.02
  18649. }
  18650. },
  18651. starWarrior: {
  18652. height: math.unit(4 + 5 / 12, "feet"),
  18653. weight: math.unit(50, "lb"),
  18654. name: "Star Warrior",
  18655. image: {
  18656. source: "./media/characters/tahajin/star-warrior.svg"
  18657. }
  18658. },
  18659. },
  18660. [
  18661. {
  18662. name: "Normal",
  18663. height: math.unit(25 + 6 / 12, "feet"),
  18664. default: true
  18665. },
  18666. ]
  18667. ))
  18668. characterMakers.push(() => makeCharacter(
  18669. { name: "Gabira" },
  18670. {
  18671. front: {
  18672. height: math.unit(8, "feet"),
  18673. weight: math.unit(350, "lb"),
  18674. name: "Front",
  18675. image: {
  18676. source: "./media/characters/gabira/front.svg",
  18677. extra: 608 / 580,
  18678. bottom: 0.03
  18679. }
  18680. },
  18681. back: {
  18682. height: math.unit(8, "feet"),
  18683. weight: math.unit(350, "lb"),
  18684. name: "Back",
  18685. image: {
  18686. source: "./media/characters/gabira/back.svg",
  18687. extra: 608 / 580,
  18688. bottom: 0.03
  18689. }
  18690. },
  18691. },
  18692. [
  18693. {
  18694. name: "Normal",
  18695. height: math.unit(8, "feet"),
  18696. default: true
  18697. },
  18698. ]
  18699. ))
  18700. characterMakers.push(() => makeCharacter(
  18701. { name: "Sasha Katraine" },
  18702. {
  18703. front: {
  18704. height: math.unit(5 + 3 / 12, "feet"),
  18705. weight: math.unit(137, "lb"),
  18706. name: "Front",
  18707. image: {
  18708. source: "./media/characters/sasha-katraine/front.svg",
  18709. bottom: 0.045
  18710. }
  18711. },
  18712. },
  18713. [
  18714. {
  18715. name: "Micro",
  18716. height: math.unit(5, "inches")
  18717. },
  18718. {
  18719. name: "Normal",
  18720. height: math.unit(5 + 3 / 12, "feet"),
  18721. default: true
  18722. },
  18723. ]
  18724. ))
  18725. characterMakers.push(() => makeCharacter(
  18726. { name: "Der" },
  18727. {
  18728. side: {
  18729. height: math.unit(4, "inches"),
  18730. weight: math.unit(200, "grams"),
  18731. name: "Side",
  18732. image: {
  18733. source: "./media/characters/der/side.svg",
  18734. extra: 719 / 400,
  18735. bottom: 30.6 / 749.9187
  18736. }
  18737. },
  18738. },
  18739. [
  18740. {
  18741. name: "Micro",
  18742. height: math.unit(4, "inches"),
  18743. default: true
  18744. },
  18745. ]
  18746. ))
  18747. characterMakers.push(() => makeCharacter(
  18748. { name: "Fixerdragon" },
  18749. {
  18750. side: {
  18751. height: math.unit(30, "meters"),
  18752. weight: math.unit(700, "tonnes"),
  18753. name: "Side",
  18754. image: {
  18755. source: "./media/characters/fixerdragon/side.svg",
  18756. extra: (1293.0514 - 116.03) / 1106.86,
  18757. bottom: 116.03 / 1293.0514
  18758. }
  18759. },
  18760. },
  18761. [
  18762. {
  18763. name: "Planck",
  18764. height: math.unit(1.6e-35, "meters")
  18765. },
  18766. {
  18767. name: "Micro",
  18768. height: math.unit(0.4, "meters")
  18769. },
  18770. {
  18771. name: "Normal",
  18772. height: math.unit(30, "meters"),
  18773. default: true
  18774. },
  18775. {
  18776. name: "Megamacro",
  18777. height: math.unit(1.2, "megameters")
  18778. },
  18779. {
  18780. name: "Teramacro",
  18781. height: math.unit(130, "terameters")
  18782. },
  18783. {
  18784. name: "Yottamacro",
  18785. height: math.unit(6200, "yottameters")
  18786. },
  18787. ]
  18788. ));
  18789. characterMakers.push(() => makeCharacter(
  18790. { name: "Kite" },
  18791. {
  18792. front: {
  18793. height: math.unit(8, "feet"),
  18794. weight: math.unit(250, "lb"),
  18795. name: "Front",
  18796. image: {
  18797. source: "./media/characters/kite/front.svg",
  18798. extra: 2796 / 2659,
  18799. bottom: 0.002
  18800. }
  18801. },
  18802. },
  18803. [
  18804. {
  18805. name: "Normal",
  18806. height: math.unit(8, "feet"),
  18807. default: true
  18808. },
  18809. {
  18810. name: "Macro",
  18811. height: math.unit(360, "feet")
  18812. },
  18813. {
  18814. name: "Megamacro",
  18815. height: math.unit(1500, "feet")
  18816. },
  18817. ]
  18818. ))
  18819. characterMakers.push(() => makeCharacter(
  18820. { name: "Poojawa Vynar" },
  18821. {
  18822. front: {
  18823. height: math.unit(5 + 10 / 12, "feet"),
  18824. weight: math.unit(150, "lb"),
  18825. name: "Front",
  18826. image: {
  18827. source: "./media/characters/poojawa-vynar/front.svg",
  18828. extra: (1506.1547 - 55) / 1356.6,
  18829. bottom: 55 / 1506.1547
  18830. }
  18831. },
  18832. frontTailless: {
  18833. height: math.unit(5 + 10 / 12, "feet"),
  18834. weight: math.unit(150, "lb"),
  18835. name: "Front (Tailless)",
  18836. image: {
  18837. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18838. extra: (1506.1547 - 55) / 1356.6,
  18839. bottom: 55 / 1506.1547
  18840. }
  18841. },
  18842. },
  18843. [
  18844. {
  18845. name: "Normal",
  18846. height: math.unit(5 + 10 / 12, "feet"),
  18847. default: true
  18848. },
  18849. ]
  18850. ))
  18851. characterMakers.push(() => makeCharacter(
  18852. { name: "Violette" },
  18853. {
  18854. front: {
  18855. height: math.unit(293, "meters"),
  18856. weight: math.unit(70400, "tons"),
  18857. name: "Front",
  18858. image: {
  18859. source: "./media/characters/violette/front.svg",
  18860. extra: 1227 / 1180,
  18861. bottom: 0.005
  18862. }
  18863. },
  18864. back: {
  18865. height: math.unit(293, "meters"),
  18866. weight: math.unit(70400, "tons"),
  18867. name: "Back",
  18868. image: {
  18869. source: "./media/characters/violette/back.svg",
  18870. extra: 1227 / 1180,
  18871. bottom: 0.005
  18872. }
  18873. },
  18874. },
  18875. [
  18876. {
  18877. name: "Macro",
  18878. height: math.unit(293, "meters"),
  18879. default: true
  18880. },
  18881. ]
  18882. ))
  18883. characterMakers.push(() => makeCharacter(
  18884. { name: "Alessandra" },
  18885. {
  18886. front: {
  18887. height: math.unit(1050, "feet"),
  18888. weight: math.unit(200000, "tons"),
  18889. name: "Front",
  18890. image: {
  18891. source: "./media/characters/alessandra/front.svg",
  18892. extra: 960 / 912,
  18893. bottom: 0.06
  18894. }
  18895. },
  18896. },
  18897. [
  18898. {
  18899. name: "Macro",
  18900. height: math.unit(1050, "feet")
  18901. },
  18902. {
  18903. name: "Macro+",
  18904. height: math.unit(900, "meters"),
  18905. default: true
  18906. },
  18907. ]
  18908. ))
  18909. characterMakers.push(() => makeCharacter(
  18910. { name: "Person", species: "Catdragon" },
  18911. {
  18912. front: {
  18913. height: math.unit(5, "feet"),
  18914. weight: math.unit(187, "lb"),
  18915. name: "Front",
  18916. image: {
  18917. source: "./media/characters/person/front.svg",
  18918. extra: 3087 / 2945,
  18919. bottom: 91 / 3181
  18920. }
  18921. },
  18922. },
  18923. [
  18924. {
  18925. name: "Micro",
  18926. height: math.unit(3, "inches")
  18927. },
  18928. {
  18929. name: "Normal",
  18930. height: math.unit(5, "feet"),
  18931. default: true
  18932. },
  18933. {
  18934. name: "Macro",
  18935. height: math.unit(90, "feet")
  18936. },
  18937. {
  18938. name: "Max Size",
  18939. height: math.unit(280, "feet")
  18940. },
  18941. ]
  18942. ))
  18943. characterMakers.push(() => makeCharacter(
  18944. { name: "Ty" },
  18945. {
  18946. front: {
  18947. height: math.unit(4.5, "meters"),
  18948. weight: math.unit(3200, "lb"),
  18949. name: "Front",
  18950. image: {
  18951. source: "./media/characters/ty/front.svg",
  18952. extra: 1038 / 960,
  18953. bottom: 31.156 / 1068
  18954. }
  18955. },
  18956. back: {
  18957. height: math.unit(4.5, "meters"),
  18958. weight: math.unit(3200, "lb"),
  18959. name: "Back",
  18960. image: {
  18961. source: "./media/characters/ty/back.svg",
  18962. extra: 1044 / 966,
  18963. bottom: 7.48 / 1049
  18964. }
  18965. },
  18966. },
  18967. [
  18968. {
  18969. name: "Normal",
  18970. height: math.unit(4.5, "meters"),
  18971. default: true
  18972. },
  18973. ]
  18974. ))
  18975. characterMakers.push(() => makeCharacter(
  18976. { name: "Rocky" },
  18977. {
  18978. front: {
  18979. height: math.unit(5 + 4 / 12, "feet"),
  18980. weight: math.unit(115, "lb"),
  18981. name: "Front",
  18982. image: {
  18983. source: "./media/characters/rocky/front.svg",
  18984. extra: 1012 / 975,
  18985. bottom: 54 / 1066
  18986. }
  18987. },
  18988. },
  18989. [
  18990. {
  18991. name: "Normal",
  18992. height: math.unit(5 + 4 / 12, "feet"),
  18993. default: true
  18994. },
  18995. ]
  18996. ))
  18997. characterMakers.push(() => makeCharacter(
  18998. { name: "Ruin" },
  18999. {
  19000. upright: {
  19001. height: math.unit(6, "meters"),
  19002. weight: math.unit(4000, "kg"),
  19003. name: "Upright",
  19004. image: {
  19005. source: "./media/characters/ruin/upright.svg",
  19006. extra: 668 / 661,
  19007. bottom: 42 / 799.8396
  19008. }
  19009. },
  19010. },
  19011. [
  19012. {
  19013. name: "Normal",
  19014. height: math.unit(6, "meters"),
  19015. default: true
  19016. },
  19017. ]
  19018. ))
  19019. characterMakers.push(() => makeCharacter(
  19020. { name: "Robin" },
  19021. {
  19022. front: {
  19023. height: math.unit(5, "feet"),
  19024. weight: math.unit(106, "lb"),
  19025. name: "Front",
  19026. image: {
  19027. source: "./media/characters/robin/front.svg",
  19028. extra: 862 / 799,
  19029. bottom: 42.4 / 914.8856
  19030. }
  19031. },
  19032. },
  19033. [
  19034. {
  19035. name: "Normal",
  19036. height: math.unit(5, "feet"),
  19037. default: true
  19038. },
  19039. ]
  19040. ))
  19041. characterMakers.push(() => makeCharacter(
  19042. { name: "Saian" },
  19043. {
  19044. side: {
  19045. height: math.unit(3, "feet"),
  19046. weight: math.unit(225, "lb"),
  19047. name: "Side",
  19048. image: {
  19049. source: "./media/characters/saian/side.svg",
  19050. extra: 566 / 356,
  19051. bottom: 79.7 / 643
  19052. }
  19053. },
  19054. maw: {
  19055. height: math.unit(2.85, "feet"),
  19056. name: "Maw",
  19057. image: {
  19058. source: "./media/characters/saian/maw.svg"
  19059. }
  19060. },
  19061. },
  19062. [
  19063. {
  19064. name: "Normal",
  19065. height: math.unit(3, "feet"),
  19066. default: true
  19067. },
  19068. ]
  19069. ))
  19070. characterMakers.push(() => makeCharacter(
  19071. { name: "Equus Silvermane" },
  19072. {
  19073. side: {
  19074. height: math.unit(8, "feet"),
  19075. weight: math.unit(300, "lb"),
  19076. name: "Side",
  19077. image: {
  19078. source: "./media/characters/equus-silvermane/side.svg",
  19079. extra: 2176 / 2050,
  19080. bottom: 65.7 / 2245
  19081. }
  19082. },
  19083. front: {
  19084. height: math.unit(8, "feet"),
  19085. weight: math.unit(300, "lb"),
  19086. name: "Front",
  19087. image: {
  19088. source: "./media/characters/equus-silvermane/front.svg",
  19089. extra: 4633 / 4400,
  19090. bottom: 71.3 / 4706.915
  19091. }
  19092. },
  19093. sideStepping: {
  19094. height: math.unit(8, "feet"),
  19095. weight: math.unit(300, "lb"),
  19096. name: "Side (Stepping)",
  19097. image: {
  19098. source: "./media/characters/equus-silvermane/side-stepping.svg",
  19099. extra: 1968 / 1860,
  19100. bottom: 16.4 / 1989
  19101. }
  19102. },
  19103. },
  19104. [
  19105. {
  19106. name: "Normal",
  19107. height: math.unit(8, "feet")
  19108. },
  19109. {
  19110. name: "Minimacro",
  19111. height: math.unit(75, "feet"),
  19112. default: true
  19113. },
  19114. {
  19115. name: "Macro",
  19116. height: math.unit(150, "feet")
  19117. },
  19118. {
  19119. name: "Macro+",
  19120. height: math.unit(1000, "feet")
  19121. },
  19122. {
  19123. name: "Megamacro",
  19124. height: math.unit(1, "mile")
  19125. },
  19126. ]
  19127. ))
  19128. characterMakers.push(() => makeCharacter(
  19129. { name: "Windar" },
  19130. {
  19131. side: {
  19132. height: math.unit(20, "feet"),
  19133. weight: math.unit(30000, "kg"),
  19134. name: "Side",
  19135. image: {
  19136. source: "./media/characters/windar/side.svg",
  19137. extra: 1491 / 1248,
  19138. bottom: 82.56 / 1568
  19139. }
  19140. },
  19141. },
  19142. [
  19143. {
  19144. name: "Normal",
  19145. height: math.unit(20, "feet"),
  19146. default: true
  19147. },
  19148. ]
  19149. ))
  19150. characterMakers.push(() => makeCharacter(
  19151. { name: "Melody" },
  19152. {
  19153. side: {
  19154. height: math.unit(15.66, "feet"),
  19155. weight: math.unit(150, "lb"),
  19156. name: "Side",
  19157. image: {
  19158. source: "./media/characters/melody/side.svg",
  19159. extra: 1097 / 944,
  19160. bottom: 11.8 / 1109
  19161. }
  19162. },
  19163. sideOutfit: {
  19164. height: math.unit(15.66, "feet"),
  19165. weight: math.unit(150, "lb"),
  19166. name: "Side (Outfit)",
  19167. image: {
  19168. source: "./media/characters/melody/side-outfit.svg",
  19169. extra: 1097 / 944,
  19170. bottom: 11.8 / 1109
  19171. }
  19172. },
  19173. },
  19174. [
  19175. {
  19176. name: "Normal",
  19177. height: math.unit(15.66, "feet"),
  19178. default: true
  19179. },
  19180. ]
  19181. ))
  19182. characterMakers.push(() => makeCharacter(
  19183. { name: "Windera" },
  19184. {
  19185. front: {
  19186. height: math.unit(8, "feet"),
  19187. weight: math.unit(325, "lb"),
  19188. name: "Front",
  19189. image: {
  19190. source: "./media/characters/windera/front.svg",
  19191. extra: 3180 / 2845,
  19192. bottom: 178 / 3365
  19193. }
  19194. },
  19195. },
  19196. [
  19197. {
  19198. name: "Normal",
  19199. height: math.unit(8, "feet"),
  19200. default: true
  19201. },
  19202. ]
  19203. ))
  19204. characterMakers.push(() => makeCharacter(
  19205. { name: "Sonear" },
  19206. {
  19207. front: {
  19208. height: math.unit(28.75, "feet"),
  19209. weight: math.unit(2000, "kg"),
  19210. name: "Front",
  19211. image: {
  19212. source: "./media/characters/sonear/front.svg",
  19213. extra: 1041.1 / 964.9,
  19214. bottom: 53.7 / 1096.6
  19215. }
  19216. },
  19217. },
  19218. [
  19219. {
  19220. name: "Normal",
  19221. height: math.unit(28.75, "feet"),
  19222. default: true
  19223. },
  19224. ]
  19225. ))
  19226. characterMakers.push(() => makeCharacter(
  19227. { name: "Kanara" },
  19228. {
  19229. side: {
  19230. height: math.unit(25.5, "feet"),
  19231. weight: math.unit(23000, "kg"),
  19232. name: "Side",
  19233. image: {
  19234. source: "./media/characters/kanara/side.svg"
  19235. }
  19236. },
  19237. },
  19238. [
  19239. {
  19240. name: "Normal",
  19241. height: math.unit(25.5, "feet"),
  19242. default: true
  19243. },
  19244. ]
  19245. ))
  19246. characterMakers.push(() => makeCharacter(
  19247. { name: "Ereus" },
  19248. {
  19249. side: {
  19250. height: math.unit(10, "feet"),
  19251. weight: math.unit(1000, "kg"),
  19252. name: "Side",
  19253. image: {
  19254. source: "./media/characters/ereus/side.svg",
  19255. extra: 1157 / 959,
  19256. bottom: 153 / 1312.5
  19257. }
  19258. },
  19259. },
  19260. [
  19261. {
  19262. name: "Normal",
  19263. height: math.unit(10, "feet"),
  19264. default: true
  19265. },
  19266. ]
  19267. ))
  19268. characterMakers.push(() => makeCharacter(
  19269. { name: "E-ter" },
  19270. {
  19271. side: {
  19272. height: math.unit(4.5, "feet"),
  19273. weight: math.unit(500, "lb"),
  19274. name: "Side",
  19275. image: {
  19276. source: "./media/characters/e-ter/side.svg",
  19277. extra: 1550 / 1248,
  19278. bottom: 146 / 1694
  19279. }
  19280. },
  19281. },
  19282. [
  19283. {
  19284. name: "Normal",
  19285. height: math.unit(4.5, "feet"),
  19286. default: true
  19287. },
  19288. ]
  19289. ))
  19290. characterMakers.push(() => makeCharacter(
  19291. { name: "Yamie" },
  19292. {
  19293. side: {
  19294. height: math.unit(9.7, "feet"),
  19295. weight: math.unit(4000, "kg"),
  19296. name: "Side",
  19297. image: {
  19298. source: "./media/characters/yamie/side.svg"
  19299. }
  19300. },
  19301. },
  19302. [
  19303. {
  19304. name: "Normal",
  19305. height: math.unit(9.7, "feet"),
  19306. default: true
  19307. },
  19308. ]
  19309. ))
  19310. characterMakers.push(() => makeCharacter(
  19311. { name: "Anders" },
  19312. {
  19313. front: {
  19314. height: math.unit(50, "feet"),
  19315. weight: math.unit(50000, "kg"),
  19316. name: "Front",
  19317. image: {
  19318. source: "./media/characters/anders/front.svg",
  19319. extra: 570 / 539,
  19320. bottom: 14.7 / 586.7
  19321. }
  19322. },
  19323. },
  19324. [
  19325. {
  19326. name: "Large",
  19327. height: math.unit(50, "feet")
  19328. },
  19329. {
  19330. name: "Macro",
  19331. height: math.unit(2000, "feet"),
  19332. default: true
  19333. },
  19334. {
  19335. name: "Megamacro",
  19336. height: math.unit(12, "miles")
  19337. },
  19338. ]
  19339. ))
  19340. characterMakers.push(() => makeCharacter(
  19341. { name: "Reban" },
  19342. {
  19343. front: {
  19344. height: math.unit(7 + 2 / 12, "feet"),
  19345. weight: math.unit(300, "lb"),
  19346. name: "Front",
  19347. image: {
  19348. source: "./media/characters/reban/front.svg",
  19349. extra: 516 / 487,
  19350. bottom: 42.82 / 558.356
  19351. }
  19352. },
  19353. dick: {
  19354. height: math.unit(7 / 5, "feet"),
  19355. name: "Dick",
  19356. image: {
  19357. source: "./media/characters/reban/dick.svg"
  19358. }
  19359. },
  19360. },
  19361. [
  19362. {
  19363. name: "Natural Height",
  19364. height: math.unit(7 + 2 / 12, "feet")
  19365. },
  19366. {
  19367. name: "Macro",
  19368. height: math.unit(500, "feet"),
  19369. default: true
  19370. },
  19371. {
  19372. name: "Canon Height",
  19373. height: math.unit(50, "AU")
  19374. },
  19375. ]
  19376. ))
  19377. characterMakers.push(() => makeCharacter(
  19378. { name: "Terrance Keayes" },
  19379. {
  19380. front: {
  19381. height: math.unit(6, "feet"),
  19382. weight: math.unit(150, "lb"),
  19383. name: "Front",
  19384. image: {
  19385. source: "./media/characters/terrance-keayes/front.svg",
  19386. extra: 1.005,
  19387. bottom: 151 / 1615
  19388. }
  19389. },
  19390. side: {
  19391. height: math.unit(6, "feet"),
  19392. weight: math.unit(150, "lb"),
  19393. name: "Side",
  19394. image: {
  19395. source: "./media/characters/terrance-keayes/side.svg",
  19396. extra: 1.005,
  19397. bottom: 129.4 / 1544
  19398. }
  19399. },
  19400. back: {
  19401. height: math.unit(6, "feet"),
  19402. weight: math.unit(150, "lb"),
  19403. name: "Back",
  19404. image: {
  19405. source: "./media/characters/terrance-keayes/back.svg",
  19406. extra: 1.005,
  19407. bottom: 58.4 / 1557.3
  19408. }
  19409. },
  19410. dick: {
  19411. height: math.unit(6 * 0.208, "feet"),
  19412. name: "Dick",
  19413. image: {
  19414. source: "./media/characters/terrance-keayes/dick.svg"
  19415. }
  19416. },
  19417. },
  19418. [
  19419. {
  19420. name: "Canon Height",
  19421. height: math.unit(35, "miles"),
  19422. default: true
  19423. },
  19424. ]
  19425. ))
  19426. characterMakers.push(() => makeCharacter(
  19427. { name: "Ofelia" },
  19428. {
  19429. front: {
  19430. height: math.unit(6, "feet"),
  19431. weight: math.unit(150, "lb"),
  19432. name: "Front",
  19433. image: {
  19434. source: "./media/characters/ofelia/front.svg",
  19435. extra: 546 / 541,
  19436. bottom: 39 / 583
  19437. }
  19438. },
  19439. back: {
  19440. height: math.unit(6, "feet"),
  19441. weight: math.unit(150, "lb"),
  19442. name: "Back",
  19443. image: {
  19444. source: "./media/characters/ofelia/back.svg",
  19445. extra: 564 / 559.5,
  19446. bottom: 8.69 / 573.02
  19447. }
  19448. },
  19449. maw: {
  19450. height: math.unit(1, "feet"),
  19451. name: "Maw",
  19452. image: {
  19453. source: "./media/characters/ofelia/maw.svg"
  19454. }
  19455. },
  19456. foot: {
  19457. height: math.unit(1.949, "feet"),
  19458. name: "Foot",
  19459. image: {
  19460. source: "./media/characters/ofelia/foot.svg"
  19461. }
  19462. },
  19463. },
  19464. [
  19465. {
  19466. name: "Canon Height",
  19467. height: math.unit(2000, "miles"),
  19468. default: true
  19469. },
  19470. ]
  19471. ))
  19472. characterMakers.push(() => makeCharacter(
  19473. { name: "Samuel" },
  19474. {
  19475. front: {
  19476. height: math.unit(6, "feet"),
  19477. weight: math.unit(150, "lb"),
  19478. name: "Front",
  19479. image: {
  19480. source: "./media/characters/samuel/front.svg",
  19481. extra: 265 / 258,
  19482. bottom: 2 / 266.1566
  19483. }
  19484. },
  19485. },
  19486. [
  19487. {
  19488. name: "Macro",
  19489. height: math.unit(100, "feet"),
  19490. default: true
  19491. },
  19492. {
  19493. name: "Full Size",
  19494. height: math.unit(1000, "miles")
  19495. },
  19496. ]
  19497. ))
  19498. characterMakers.push(() => makeCharacter(
  19499. { name: "Beishir Kiel" },
  19500. {
  19501. front: {
  19502. height: math.unit(6, "feet"),
  19503. weight: math.unit(300, "lb"),
  19504. name: "Front",
  19505. image: {
  19506. source: "./media/characters/beishir-kiel/front.svg",
  19507. extra: 569 / 547,
  19508. bottom: 41.9 / 609
  19509. }
  19510. },
  19511. maw: {
  19512. height: math.unit(6 * 0.202, "feet"),
  19513. name: "Maw",
  19514. image: {
  19515. source: "./media/characters/beishir-kiel/maw.svg"
  19516. }
  19517. },
  19518. },
  19519. [
  19520. {
  19521. name: "Macro",
  19522. height: math.unit(300, "feet"),
  19523. default: true
  19524. },
  19525. ]
  19526. ))
  19527. characterMakers.push(() => makeCharacter(
  19528. { name: "Logan Grey" },
  19529. {
  19530. front: {
  19531. height: math.unit(5 + 8 / 12, "feet"),
  19532. weight: math.unit(120, "lb"),
  19533. name: "Front",
  19534. image: {
  19535. source: "./media/characters/logan-grey/front.svg",
  19536. extra: 2539 / 2393,
  19537. bottom: 97.6 / 2636.37
  19538. }
  19539. },
  19540. frontAlt: {
  19541. height: math.unit(5 + 8 / 12, "feet"),
  19542. weight: math.unit(120, "lb"),
  19543. name: "Front (Alt)",
  19544. image: {
  19545. source: "./media/characters/logan-grey/front-alt.svg",
  19546. extra: 958 / 893,
  19547. bottom: 15 / 970.768
  19548. }
  19549. },
  19550. back: {
  19551. height: math.unit(5 + 8 / 12, "feet"),
  19552. weight: math.unit(120, "lb"),
  19553. name: "Back",
  19554. image: {
  19555. source: "./media/characters/logan-grey/back.svg",
  19556. extra: 958 / 893,
  19557. bottom: 2.1881 / 970.9788
  19558. }
  19559. },
  19560. dick: {
  19561. height: math.unit(1.437, "feet"),
  19562. name: "Dick",
  19563. image: {
  19564. source: "./media/characters/logan-grey/dick.svg"
  19565. }
  19566. },
  19567. },
  19568. [
  19569. {
  19570. name: "Normal",
  19571. height: math.unit(5 + 8 / 12, "feet")
  19572. },
  19573. {
  19574. name: "The 500 Foot Femboy",
  19575. height: math.unit(500, "feet"),
  19576. default: true
  19577. },
  19578. {
  19579. name: "Megmacro",
  19580. height: math.unit(20, "miles")
  19581. },
  19582. ]
  19583. ))
  19584. characterMakers.push(() => makeCharacter(
  19585. { name: "Draganta" },
  19586. {
  19587. front: {
  19588. height: math.unit(8 + 2 / 12, "feet"),
  19589. weight: math.unit(275, "lb"),
  19590. name: "Front",
  19591. image: {
  19592. source: "./media/characters/draganta/front.svg",
  19593. extra: 1177 / 1135,
  19594. bottom: 33.46 / 1212.1
  19595. }
  19596. },
  19597. },
  19598. [
  19599. {
  19600. name: "Normal",
  19601. height: math.unit(8 + 6 / 12, "feet"),
  19602. default: true
  19603. },
  19604. {
  19605. name: "Macro",
  19606. height: math.unit(150, "feet")
  19607. },
  19608. {
  19609. name: "Megamacro",
  19610. height: math.unit(1000, "miles")
  19611. },
  19612. ]
  19613. ))
  19614. characterMakers.push(() => makeCharacter(
  19615. { name: "Voski", species: "Corvid" },
  19616. {
  19617. front: {
  19618. height: math.unit(1.72, "m"),
  19619. weight: math.unit(80, "lb"),
  19620. name: "Front",
  19621. image: {
  19622. source: "./media/characters/voski/front.svg",
  19623. extra: 2076.22 / 2022.4,
  19624. bottom: 102.7 / 2177.3866
  19625. }
  19626. },
  19627. frontNsfw: {
  19628. height: math.unit(1.72, "m"),
  19629. weight: math.unit(80, "lb"),
  19630. name: "Front (NSFW)",
  19631. image: {
  19632. source: "./media/characters/voski/front-nsfw.svg",
  19633. extra: 2076.22 / 2022.4,
  19634. bottom: 102.7 / 2177.3866
  19635. }
  19636. },
  19637. back: {
  19638. height: math.unit(1.72, "m"),
  19639. weight: math.unit(80, "lb"),
  19640. name: "Back",
  19641. image: {
  19642. source: "./media/characters/voski/back.svg",
  19643. extra: 2104 / 2051,
  19644. bottom: 10.45 / 2113.63
  19645. }
  19646. },
  19647. },
  19648. [
  19649. {
  19650. name: "Normal",
  19651. height: math.unit(1.72, "m")
  19652. },
  19653. {
  19654. name: "Macro",
  19655. height: math.unit(55, "m"),
  19656. default: true
  19657. },
  19658. {
  19659. name: "Macro+",
  19660. height: math.unit(300, "m")
  19661. },
  19662. {
  19663. name: "Macro++",
  19664. height: math.unit(700, "m")
  19665. },
  19666. {
  19667. name: "Macro+++",
  19668. height: math.unit(4500, "m")
  19669. },
  19670. {
  19671. name: "Macro++++",
  19672. height: math.unit(45, "km")
  19673. },
  19674. {
  19675. name: "Macro+++++",
  19676. height: math.unit(1220, "km")
  19677. },
  19678. ]
  19679. ))
  19680. characterMakers.push(() => makeCharacter(
  19681. { name: "Icowom Lee" },
  19682. {
  19683. front: {
  19684. height: math.unit(2.3, "m"),
  19685. weight: math.unit(304, "kg"),
  19686. name: "Front",
  19687. image: {
  19688. source: "./media/characters/icowom-lee/front.svg",
  19689. extra: 3076 / 2933,
  19690. bottom: 51.4 / 3125.1889
  19691. }
  19692. },
  19693. },
  19694. [
  19695. {
  19696. name: "Normal",
  19697. height: math.unit(2.3, "meters"),
  19698. default: true
  19699. },
  19700. {
  19701. name: "Macro",
  19702. height: math.unit(94, "meters"),
  19703. default: true
  19704. },
  19705. ]
  19706. ))
  19707. characterMakers.push(() => makeCharacter(
  19708. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19709. {
  19710. front: {
  19711. height: math.unit(22, "meters"),
  19712. weight: math.unit(21000, "kg"),
  19713. name: "Front",
  19714. image: {
  19715. source: "./media/characters/shock-diamond/front.svg",
  19716. extra: 2204 / 2053,
  19717. bottom: 65 / 2239.47
  19718. }
  19719. },
  19720. frontNude: {
  19721. height: math.unit(22, "meters"),
  19722. weight: math.unit(21000, "kg"),
  19723. name: "Front (Nude)",
  19724. image: {
  19725. source: "./media/characters/shock-diamond/front-nude.svg",
  19726. extra: 2514 / 2285,
  19727. bottom: 13 / 2527.56
  19728. }
  19729. },
  19730. },
  19731. [
  19732. {
  19733. name: "Normal",
  19734. height: math.unit(3, "meters")
  19735. },
  19736. {
  19737. name: "Macro",
  19738. height: math.unit(22, "meters"),
  19739. default: true
  19740. },
  19741. ]
  19742. ))
  19743. characterMakers.push(() => makeCharacter(
  19744. { name: "Rory" },
  19745. {
  19746. front: {
  19747. height: math.unit(5 + 4 / 12, "feet"),
  19748. weight: math.unit(120, "lb"),
  19749. name: "Front",
  19750. image: {
  19751. source: "./media/characters/rory/front.svg",
  19752. extra: 589 / 556,
  19753. bottom: 45.7 / 635.76
  19754. }
  19755. },
  19756. frontNude: {
  19757. height: math.unit(5 + 4 / 12, "feet"),
  19758. weight: math.unit(120, "lb"),
  19759. name: "Front (Nude)",
  19760. image: {
  19761. source: "./media/characters/rory/front-nude.svg",
  19762. extra: 589 / 556,
  19763. bottom: 45.7 / 635.76
  19764. }
  19765. },
  19766. side: {
  19767. height: math.unit(5 + 4 / 12, "feet"),
  19768. weight: math.unit(120, "lb"),
  19769. name: "Side",
  19770. image: {
  19771. source: "./media/characters/rory/side.svg",
  19772. extra: 597 / 564,
  19773. bottom: 55 / 653
  19774. }
  19775. },
  19776. back: {
  19777. height: math.unit(5 + 4 / 12, "feet"),
  19778. weight: math.unit(120, "lb"),
  19779. name: "Back",
  19780. image: {
  19781. source: "./media/characters/rory/back.svg",
  19782. extra: 620 / 585,
  19783. bottom: 8.86 / 630.43
  19784. }
  19785. },
  19786. dick: {
  19787. height: math.unit(0.86, "feet"),
  19788. name: "Dick",
  19789. image: {
  19790. source: "./media/characters/rory/dick.svg"
  19791. }
  19792. },
  19793. },
  19794. [
  19795. {
  19796. name: "Normal",
  19797. height: math.unit(5 + 4 / 12, "feet"),
  19798. default: true
  19799. },
  19800. {
  19801. name: "Macro",
  19802. height: math.unit(100, "feet")
  19803. },
  19804. {
  19805. name: "Macro+",
  19806. height: math.unit(140, "feet")
  19807. },
  19808. {
  19809. name: "Macro++",
  19810. height: math.unit(300, "feet")
  19811. },
  19812. ]
  19813. ))
  19814. characterMakers.push(() => makeCharacter(
  19815. { name: "Sprisk" },
  19816. {
  19817. front: {
  19818. height: math.unit(5 + 9 / 12, "feet"),
  19819. weight: math.unit(190, "lb"),
  19820. name: "Front",
  19821. image: {
  19822. source: "./media/characters/sprisk/front.svg",
  19823. extra: 1225 / 1180,
  19824. bottom: 42.7 / 1266.4
  19825. }
  19826. },
  19827. frontNsfw: {
  19828. height: math.unit(5 + 9 / 12, "feet"),
  19829. weight: math.unit(190, "lb"),
  19830. name: "Front (NSFW)",
  19831. image: {
  19832. source: "./media/characters/sprisk/front-nsfw.svg",
  19833. extra: 1225 / 1180,
  19834. bottom: 42.7 / 1266.4
  19835. }
  19836. },
  19837. back: {
  19838. height: math.unit(5 + 9 / 12, "feet"),
  19839. weight: math.unit(190, "lb"),
  19840. name: "Back",
  19841. image: {
  19842. source: "./media/characters/sprisk/back.svg",
  19843. extra: 1247 / 1200,
  19844. bottom: 5.6 / 1253.04
  19845. }
  19846. },
  19847. },
  19848. [
  19849. {
  19850. name: "Tiny",
  19851. height: math.unit(2, "inches")
  19852. },
  19853. {
  19854. name: "Normal",
  19855. height: math.unit(5 + 9 / 12, "feet"),
  19856. default: true
  19857. },
  19858. {
  19859. name: "Mini Macro",
  19860. height: math.unit(18, "feet")
  19861. },
  19862. {
  19863. name: "Macro",
  19864. height: math.unit(100, "feet")
  19865. },
  19866. {
  19867. name: "MACRO",
  19868. height: math.unit(50, "miles")
  19869. },
  19870. {
  19871. name: "M A C R O",
  19872. height: math.unit(300, "miles")
  19873. },
  19874. ]
  19875. ))
  19876. characterMakers.push(() => makeCharacter(
  19877. { name: "Bunsen" },
  19878. {
  19879. side: {
  19880. height: math.unit(15.6, "meters"),
  19881. weight: math.unit(700000, "kg"),
  19882. name: "Side",
  19883. image: {
  19884. source: "./media/characters/bunsen/side.svg",
  19885. extra: 1644 / 358
  19886. }
  19887. },
  19888. foot: {
  19889. height: math.unit(1.611 * 1644 / 358, "meter"),
  19890. name: "Foot",
  19891. image: {
  19892. source: "./media/characters/bunsen/foot.svg"
  19893. }
  19894. },
  19895. },
  19896. [
  19897. {
  19898. name: "Small",
  19899. height: math.unit(10, "feet")
  19900. },
  19901. {
  19902. name: "Normal",
  19903. height: math.unit(15.6, "meters"),
  19904. default: true
  19905. },
  19906. ]
  19907. ))
  19908. characterMakers.push(() => makeCharacter(
  19909. { name: "Sesh" },
  19910. {
  19911. front: {
  19912. height: math.unit(4 + 11 / 12, "feet"),
  19913. weight: math.unit(140, "lb"),
  19914. name: "Front",
  19915. image: {
  19916. source: "./media/characters/sesh/front.svg",
  19917. extra: 3420 / 3231,
  19918. bottom: 72 / 3949.5
  19919. }
  19920. },
  19921. },
  19922. [
  19923. {
  19924. name: "Normal",
  19925. height: math.unit(4 + 11 / 12, "feet")
  19926. },
  19927. {
  19928. name: "Grown",
  19929. height: math.unit(15, "feet"),
  19930. default: true
  19931. },
  19932. {
  19933. name: "Macro",
  19934. height: math.unit(1500, "feet")
  19935. },
  19936. {
  19937. name: "Megamacro",
  19938. height: math.unit(30, "miles")
  19939. },
  19940. {
  19941. name: "Continental",
  19942. height: math.unit(3000, "miles")
  19943. },
  19944. {
  19945. name: "Gravity Mass",
  19946. height: math.unit(300000, "miles")
  19947. },
  19948. {
  19949. name: "Planet Buster",
  19950. height: math.unit(30000000, "miles")
  19951. },
  19952. {
  19953. name: "Big",
  19954. height: math.unit(3000000000, "miles")
  19955. },
  19956. ]
  19957. ))
  19958. characterMakers.push(() => makeCharacter(
  19959. { name: "Pepper" },
  19960. {
  19961. front: {
  19962. height: math.unit(9, "feet"),
  19963. weight: math.unit(350, "lb"),
  19964. name: "Front",
  19965. image: {
  19966. source: "./media/characters/pepper/front.svg",
  19967. extra: 1448/1312,
  19968. bottom: 9.4/1457.88
  19969. }
  19970. },
  19971. back: {
  19972. height: math.unit(9, "feet"),
  19973. weight: math.unit(350, "lb"),
  19974. name: "Back",
  19975. image: {
  19976. source: "./media/characters/pepper/back.svg",
  19977. extra: 1423/1300,
  19978. bottom: 4.6/1429
  19979. }
  19980. },
  19981. maw: {
  19982. height: math.unit(0.932, "feet"),
  19983. name: "Maw",
  19984. image: {
  19985. source: "./media/characters/pepper/maw.svg"
  19986. }
  19987. },
  19988. },
  19989. [
  19990. {
  19991. name: "Normal",
  19992. height: math.unit(9, "feet"),
  19993. default: true
  19994. },
  19995. ]
  19996. ))
  19997. characterMakers.push(() => makeCharacter(
  19998. { name: "Maelstrom" },
  19999. {
  20000. front: {
  20001. height: math.unit(6, "feet"),
  20002. weight: math.unit(150, "lb"),
  20003. name: "Front",
  20004. image: {
  20005. source: "./media/characters/maelstrom/front.svg",
  20006. extra: 2100/1883,
  20007. bottom: 94/2196.7
  20008. }
  20009. },
  20010. },
  20011. [
  20012. {
  20013. name: "Less Kaiju",
  20014. height: math.unit(200, "feet")
  20015. },
  20016. {
  20017. name: "Kaiju",
  20018. height: math.unit(400, "feet"),
  20019. default: true
  20020. },
  20021. {
  20022. name: "Kaiju-er",
  20023. height: math.unit(600, "feet")
  20024. },
  20025. ]
  20026. ))
  20027. characterMakers.push(() => makeCharacter(
  20028. { name: "Lexir" },
  20029. {
  20030. front: {
  20031. height: math.unit(6 + 5/12, "feet"),
  20032. weight: math.unit(180, "lb"),
  20033. name: "Front",
  20034. image: {
  20035. source: "./media/characters/lexir/front.svg",
  20036. extra: 180/172,
  20037. bottom: 12/192
  20038. }
  20039. },
  20040. back: {
  20041. height: math.unit(6 + 5/12, "feet"),
  20042. weight: math.unit(180, "lb"),
  20043. name: "Back",
  20044. image: {
  20045. source: "./media/characters/lexir/back.svg",
  20046. extra: 183.84/175.5,
  20047. bottom: 3.1/187
  20048. }
  20049. },
  20050. },
  20051. [
  20052. {
  20053. name: "Very Smal",
  20054. height: math.unit(1, "nm")
  20055. },
  20056. {
  20057. name: "Normal",
  20058. height: math.unit(6 + 5/12, "feet"),
  20059. default: true
  20060. },
  20061. {
  20062. name: "Macro",
  20063. height: math.unit(1, "mile")
  20064. },
  20065. {
  20066. name: "Megamacro",
  20067. height: math.unit(50, "miles")
  20068. },
  20069. ]
  20070. ))
  20071. characterMakers.push(() => makeCharacter(
  20072. { name: "Maksio" },
  20073. {
  20074. front: {
  20075. height: math.unit(1.5, "meters"),
  20076. weight: math.unit(100, "lb"),
  20077. name: "Front",
  20078. image: {
  20079. source: "./media/characters/maksio/front.svg",
  20080. extra: 1549/1531,
  20081. bottom: 123.7/1674.5429
  20082. }
  20083. },
  20084. back: {
  20085. height: math.unit(1.5, "meters"),
  20086. weight: math.unit(100, "lb"),
  20087. name: "Back",
  20088. image: {
  20089. source: "./media/characters/maksio/back.svg",
  20090. extra: 1541/1509,
  20091. bottom: 97/1639
  20092. }
  20093. },
  20094. hand: {
  20095. height: math.unit(0.621, "feet"),
  20096. name: "Hand",
  20097. image: {
  20098. source: "./media/characters/maksio/hand.svg"
  20099. }
  20100. },
  20101. foot: {
  20102. height: math.unit(1.611, "feet"),
  20103. name: "Foot",
  20104. image: {
  20105. source: "./media/characters/maksio/foot.svg"
  20106. }
  20107. },
  20108. },
  20109. [
  20110. {
  20111. name: "Shrunken",
  20112. height: math.unit(10, "cm")
  20113. },
  20114. {
  20115. name: "Normal",
  20116. height: math.unit(150, "cm"),
  20117. default: true
  20118. },
  20119. ]
  20120. ))
  20121. characterMakers.push(() => makeCharacter(
  20122. { name: "Erza Bear" },
  20123. {
  20124. front: {
  20125. height: math.unit(100, "feet"),
  20126. name: "Front",
  20127. image: {
  20128. source: "./media/characters/erza-bear/front.svg",
  20129. extra: 2449/2390,
  20130. bottom: 46/2494
  20131. }
  20132. },
  20133. back: {
  20134. height: math.unit(100, "feet"),
  20135. name: "Back",
  20136. image: {
  20137. source: "./media/characters/erza-bear/back.svg",
  20138. extra: 2489/2430,
  20139. bottom: 85.4/2480
  20140. }
  20141. },
  20142. tail: {
  20143. height: math.unit(42, "feet"),
  20144. name: "Tail",
  20145. image: {
  20146. source: "./media/characters/erza-bear/tail.svg"
  20147. }
  20148. },
  20149. tongue: {
  20150. height: math.unit(8, "feet"),
  20151. name: "Tongue",
  20152. image: {
  20153. source: "./media/characters/erza-bear/tongue.svg"
  20154. }
  20155. },
  20156. dick: {
  20157. height: math.unit(10.5, "feet"),
  20158. name: "Dick",
  20159. image: {
  20160. source: "./media/characters/erza-bear/dick.svg"
  20161. }
  20162. },
  20163. dickVertical: {
  20164. height: math.unit(16.9, "feet"),
  20165. name: "Dick (Vertical)",
  20166. image: {
  20167. source: "./media/characters/erza-bear/dick-vertical.svg"
  20168. }
  20169. },
  20170. },
  20171. [
  20172. {
  20173. name: "Macro",
  20174. height: math.unit(100, "feet"),
  20175. default: true
  20176. },
  20177. ]
  20178. ))
  20179. characterMakers.push(() => makeCharacter(
  20180. { name: "Violet Flor", species: "Skunk" },
  20181. {
  20182. front: {
  20183. height: math.unit(172, "cm"),
  20184. weight: math.unit(73, "kg"),
  20185. name: "Front",
  20186. image: {
  20187. source: "./media/characters/violet-flor/front.svg",
  20188. extra: 1530/1442,
  20189. bottom: 61.9/1588.8
  20190. }
  20191. },
  20192. back: {
  20193. height: math.unit(180, "cm"),
  20194. weight: math.unit(73, "kg"),
  20195. name: "Back",
  20196. image: {
  20197. source: "./media/characters/violet-flor/back.svg",
  20198. extra: 1692/1630,
  20199. bottom: 20/1712
  20200. }
  20201. },
  20202. },
  20203. [
  20204. {
  20205. name: "Normal",
  20206. height: math.unit(172, "cm"),
  20207. default: true
  20208. },
  20209. ]
  20210. ))
  20211. characterMakers.push(() => makeCharacter(
  20212. { name: "Lynn Rhea", species: "Shark" },
  20213. {
  20214. front: {
  20215. height: math.unit(6, "feet"),
  20216. weight: math.unit(220, "lb"),
  20217. name: "Front",
  20218. image: {
  20219. source: "./media/characters/lynn-rhea/front.svg",
  20220. extra: 310/273
  20221. }
  20222. },
  20223. back: {
  20224. height: math.unit(6, "feet"),
  20225. weight: math.unit(220, "lb"),
  20226. name: "Back",
  20227. image: {
  20228. source: "./media/characters/lynn-rhea/back.svg",
  20229. extra: 310/273
  20230. }
  20231. },
  20232. dicks: {
  20233. height: math.unit(0.9, "feet"),
  20234. name: "Dicks",
  20235. image: {
  20236. source: "./media/characters/lynn-rhea/dicks.svg"
  20237. }
  20238. },
  20239. slit: {
  20240. height: math.unit(0.4, "feet"),
  20241. name: "Slit",
  20242. image: {
  20243. source: "./media/characters/lynn-rhea/slit.svg"
  20244. }
  20245. },
  20246. },
  20247. [
  20248. {
  20249. name: "Micro",
  20250. height: math.unit(1, "inch")
  20251. },
  20252. {
  20253. name: "Macro",
  20254. height: math.unit(60, "feet"),
  20255. default: true
  20256. },
  20257. {
  20258. name: "Megamacro",
  20259. height: math.unit(2, "miles")
  20260. },
  20261. {
  20262. name: "Gigamacro",
  20263. height: math.unit(3, "earths")
  20264. },
  20265. {
  20266. name: "Galactic",
  20267. height: math.unit(0.8, "galaxies")
  20268. },
  20269. ]
  20270. ))
  20271. characterMakers.push(() => makeCharacter(
  20272. { name: "Valathos" },
  20273. {
  20274. front: {
  20275. height: math.unit(1600, "feet"),
  20276. weight: math.unit(85758785169, "kg"),
  20277. name: "Front",
  20278. image: {
  20279. source: "./media/characters/valathos/front.svg",
  20280. extra: 1451/1339
  20281. }
  20282. },
  20283. },
  20284. [
  20285. {
  20286. name: "Macro",
  20287. height: math.unit(1600, "feet"),
  20288. default: true
  20289. },
  20290. ]
  20291. ))
  20292. characterMakers.push(() => makeCharacter(
  20293. { name: "Azula" },
  20294. {
  20295. front: {
  20296. height: math.unit(7 + 5/12, "feet"),
  20297. weight: math.unit(300, "lb"),
  20298. name: "Front",
  20299. image: {
  20300. source: "./media/characters/azula/front.svg",
  20301. extra: 3208/2880,
  20302. bottom: 80.2/3277
  20303. }
  20304. },
  20305. back: {
  20306. height: math.unit(7 + 5/12, "feet"),
  20307. weight: math.unit(300, "lb"),
  20308. name: "Back",
  20309. image: {
  20310. source: "./media/characters/azula/back.svg",
  20311. extra: 3169/2822,
  20312. bottom: 150.6/3321
  20313. }
  20314. },
  20315. },
  20316. [
  20317. {
  20318. name: "Normal",
  20319. height: math.unit(7 + 5/12, "feet"),
  20320. default: true
  20321. },
  20322. {
  20323. name: "Big",
  20324. height: math.unit(20, "feet")
  20325. },
  20326. ]
  20327. ))
  20328. characterMakers.push(() => makeCharacter(
  20329. { name: "Rupert" },
  20330. {
  20331. front: {
  20332. height: math.unit(5 + 1/12, "feet"),
  20333. weight: math.unit(110, "lb"),
  20334. name: "Front",
  20335. image: {
  20336. source: "./media/characters/rupert/front.svg",
  20337. extra: 1549/1495,
  20338. bottom: 54.2/1604.4
  20339. }
  20340. },
  20341. },
  20342. [
  20343. {
  20344. name: "Normal",
  20345. height: math.unit(5 + 1/12, "feet"),
  20346. default: true
  20347. },
  20348. ]
  20349. ))
  20350. characterMakers.push(() => makeCharacter(
  20351. { name: "Sheera Castellar" },
  20352. {
  20353. front: {
  20354. height: math.unit(8 + 4/12, "feet"),
  20355. weight: math.unit(350, "lb"),
  20356. name: "Front",
  20357. image: {
  20358. source: "./media/characters/sheera-castellar/front.svg",
  20359. extra: 1957/1894,
  20360. bottom: 26.97/1975.017
  20361. }
  20362. },
  20363. side: {
  20364. height: math.unit(8 + 4/12, "feet"),
  20365. weight: math.unit(350, "lb"),
  20366. name: "Side",
  20367. image: {
  20368. source: "./media/characters/sheera-castellar/side.svg",
  20369. extra: 1957/1894
  20370. }
  20371. },
  20372. back: {
  20373. height: math.unit(8 + 4/12, "feet"),
  20374. weight: math.unit(350, "lb"),
  20375. name: "Back",
  20376. image: {
  20377. source: "./media/characters/sheera-castellar/back.svg",
  20378. extra: 1957/1894
  20379. }
  20380. },
  20381. angled: {
  20382. height: math.unit((8 + 4/12) * (1 - 68/1875), "feet"),
  20383. weight: math.unit(350, "lb"),
  20384. name: "Angled",
  20385. image: {
  20386. source: "./media/characters/sheera-castellar/angled.svg",
  20387. extra: 1807/1707,
  20388. bottom: 68/1875
  20389. }
  20390. },
  20391. genitals: {
  20392. height: math.unit(2.2, "feet"),
  20393. name: "Genitals",
  20394. image: {
  20395. source: "./media/characters/sheera-castellar/genitals.svg"
  20396. }
  20397. },
  20398. },
  20399. [
  20400. {
  20401. name: "Normal",
  20402. height: math.unit(8 + 4/12, "feet")
  20403. },
  20404. {
  20405. name: "Macro",
  20406. height: math.unit(150, "feet"),
  20407. default: true
  20408. },
  20409. {
  20410. name: "Macro+",
  20411. height: math.unit(800, "feet")
  20412. },
  20413. ]
  20414. ))
  20415. characterMakers.push(() => makeCharacter(
  20416. { name: "Jaipur", species: "Black Panther" },
  20417. {
  20418. front: {
  20419. height: math.unit(6, "feet"),
  20420. weight: math.unit(150, "lb"),
  20421. name: "Front",
  20422. image: {
  20423. source: "./media/characters/jaipur/front.svg",
  20424. extra: 3860/3731,
  20425. bottom: 287/4140
  20426. }
  20427. },
  20428. back: {
  20429. height: math.unit(6, "feet"),
  20430. weight: math.unit(150, "lb"),
  20431. name: "Back",
  20432. image: {
  20433. source: "./media/characters/jaipur/back.svg",
  20434. extra: 4060/3930,
  20435. bottom: 151/4200
  20436. }
  20437. },
  20438. },
  20439. [
  20440. {
  20441. name: "Normal",
  20442. height: math.unit(1.85, "meters"),
  20443. default: true
  20444. },
  20445. {
  20446. name: "Macro",
  20447. height: math.unit(150, "meters")
  20448. },
  20449. {
  20450. name: "Macro+",
  20451. height: math.unit(0.5, "miles")
  20452. },
  20453. {
  20454. name: "Macro++",
  20455. height: math.unit(2.5, "miles")
  20456. },
  20457. {
  20458. name: "Macro+++",
  20459. height: math.unit(12, "miles")
  20460. },
  20461. {
  20462. name: "Macro++++",
  20463. height: math.unit(120, "miles")
  20464. },
  20465. {
  20466. name: "Macro+++++",
  20467. height: math.unit(1200, "miles")
  20468. },
  20469. ]
  20470. ))
  20471. characterMakers.push(() => makeCharacter(
  20472. { name: "Sheila (Wolf)" },
  20473. {
  20474. front: {
  20475. height: math.unit(6, "feet"),
  20476. weight: math.unit(150, "lb"),
  20477. name: "Front",
  20478. image: {
  20479. source: "./media/characters/sheila-wolf/front.svg",
  20480. extra: 1931/1808,
  20481. bottom: 29.5/1960
  20482. }
  20483. },
  20484. dick: {
  20485. height: math.unit(1.464, "feet"),
  20486. name: "Dick",
  20487. image: {
  20488. source: "./media/characters/sheila-wolf/dick.svg"
  20489. }
  20490. },
  20491. muzzle: {
  20492. height: math.unit(0.513, "feet"),
  20493. name: "Muzzle",
  20494. image: {
  20495. source: "./media/characters/sheila-wolf/muzzle.svg"
  20496. }
  20497. },
  20498. },
  20499. [
  20500. {
  20501. name: "Macro",
  20502. height: math.unit(70, "feet"),
  20503. default: true
  20504. },
  20505. ]
  20506. ))
  20507. characterMakers.push(() => makeCharacter(
  20508. { name: "Almor", species: "Dragon" },
  20509. {
  20510. front: {
  20511. height: math.unit(32, "meters"),
  20512. weight: math.unit(300000, "kg"),
  20513. name: "Front",
  20514. image: {
  20515. source: "./media/characters/almor/front.svg",
  20516. extra: 1408/1322,
  20517. bottom: 94.6/1506.5
  20518. }
  20519. },
  20520. },
  20521. [
  20522. {
  20523. name: "Macro",
  20524. height: math.unit(32, "meters"),
  20525. default: true
  20526. },
  20527. ]
  20528. ))
  20529. characterMakers.push(() => makeCharacter(
  20530. { name: "Silver" },
  20531. {
  20532. front: {
  20533. height: math.unit(7, "feet"),
  20534. weight: math.unit(200, "lb"),
  20535. name: "Front",
  20536. image: {
  20537. source: "./media/characters/silver/front.svg",
  20538. extra: 472.1/450.5,
  20539. bottom: 26.5/499.424
  20540. }
  20541. },
  20542. },
  20543. [
  20544. {
  20545. name: "Normal",
  20546. height: math.unit(7, "feet"),
  20547. default: true
  20548. },
  20549. {
  20550. name: "Macro",
  20551. height: math.unit(800, "feet")
  20552. },
  20553. {
  20554. name: "Megamacro",
  20555. height: math.unit(250, "miles")
  20556. },
  20557. ]
  20558. ))
  20559. characterMakers.push(() => makeCharacter(
  20560. { name: "Pliskin" },
  20561. {
  20562. front: {
  20563. height: math.unit(6, "feet"),
  20564. weight: math.unit(150, "lb"),
  20565. name: "Front",
  20566. image: {
  20567. source: "./media/characters/pliskin/front.svg",
  20568. extra: 1469/1359,
  20569. bottom: 70/1540
  20570. }
  20571. },
  20572. },
  20573. [
  20574. {
  20575. name: "Micro",
  20576. height: math.unit(3, "inches")
  20577. },
  20578. {
  20579. name: "Normal",
  20580. height: math.unit(5 + 11/12, "feet"),
  20581. default: true
  20582. },
  20583. {
  20584. name: "Macro",
  20585. height: math.unit(120, "feet")
  20586. },
  20587. ]
  20588. ))
  20589. characterMakers.push(() => makeCharacter(
  20590. { name: "Sammy" },
  20591. {
  20592. front: {
  20593. height: math.unit(6, "feet"),
  20594. weight: math.unit(150, "lb"),
  20595. name: "Front",
  20596. image: {
  20597. source: "./media/characters/sammy/front.svg",
  20598. extra: 1193/1089,
  20599. bottom: 30.5/1226
  20600. }
  20601. },
  20602. },
  20603. [
  20604. {
  20605. name: "Macro",
  20606. height: math.unit(1700, "feet"),
  20607. default: true
  20608. },
  20609. {
  20610. name: "Examacro",
  20611. height: math.unit(2.5e9, "lightyears")
  20612. },
  20613. ]
  20614. ))
  20615. characterMakers.push(() => makeCharacter(
  20616. { name: "Kuru", species: "Umbra" },
  20617. {
  20618. front: {
  20619. height: math.unit(21, "meters"),
  20620. weight: math.unit(12, "tonnes"),
  20621. name: "Front",
  20622. image: {
  20623. source: "./media/characters/kuru/front.svg",
  20624. extra: 4301/3785,
  20625. bottom: 371.3/4691
  20626. }
  20627. },
  20628. },
  20629. [
  20630. {
  20631. name: "Macro",
  20632. height: math.unit(21, "meters"),
  20633. default: true
  20634. },
  20635. ]
  20636. ))
  20637. characterMakers.push(() => makeCharacter(
  20638. { name: "Rakka", species: "Umbra" },
  20639. {
  20640. front: {
  20641. height: math.unit(23, "meters"),
  20642. weight: math.unit(12.2, "tonnes"),
  20643. name: "Front",
  20644. image: {
  20645. source: "./media/characters/rakka/front.svg",
  20646. extra: 4670/4169,
  20647. bottom: 301/4968.7
  20648. }
  20649. },
  20650. },
  20651. [
  20652. {
  20653. name: "Macro",
  20654. height: math.unit(23, "meters"),
  20655. default: true
  20656. },
  20657. ]
  20658. ))
  20659. characterMakers.push(() => makeCharacter(
  20660. { name: "Rhys (Feline)" },
  20661. {
  20662. front: {
  20663. height: math.unit(6, "feet"),
  20664. weight: math.unit(150, "lb"),
  20665. name: "Front",
  20666. image: {
  20667. source: "./media/characters/rhys-feline/front.svg",
  20668. extra: 2488/2308,
  20669. bottom: 35.67/2519.19
  20670. }
  20671. },
  20672. },
  20673. [
  20674. {
  20675. name: "Really Small",
  20676. height: math.unit(1, "nm")
  20677. },
  20678. {
  20679. name: "Micro",
  20680. height: math.unit(4, "inches")
  20681. },
  20682. {
  20683. name: "Normal",
  20684. height: math.unit(4 + 10/12, "feet"),
  20685. default: true
  20686. },
  20687. {
  20688. name: "Macro",
  20689. height: math.unit(100, "feet")
  20690. },
  20691. {
  20692. name: "Megamacto",
  20693. height: math.unit(50, "miles")
  20694. },
  20695. ]
  20696. ))
  20697. characterMakers.push(() => makeCharacter(
  20698. { name: "Alydar", species: "Raven/Snow Leopard" },
  20699. {
  20700. side: {
  20701. height: math.unit(30, "feet"),
  20702. weight: math.unit(35000, "kg"),
  20703. name: "Side",
  20704. image: {
  20705. source: "./media/characters/alydar/side.svg",
  20706. extra: 234/222,
  20707. bottom: 6.5/241
  20708. }
  20709. },
  20710. front: {
  20711. height: math.unit(30, "feet"),
  20712. weight: math.unit(35000, "kg"),
  20713. name: "Front",
  20714. image: {
  20715. source: "./media/characters/alydar/front.svg",
  20716. extra: 223.37/210.2,
  20717. bottom: 22.3/246.76
  20718. }
  20719. },
  20720. top: {
  20721. height: math.unit(64.54, "feet"),
  20722. weight: math.unit(35000, "kg"),
  20723. name: "Top",
  20724. image: {
  20725. source: "./media/characters/alydar/top.svg"
  20726. }
  20727. },
  20728. anthro: {
  20729. height: math.unit(30, "feet"),
  20730. weight: math.unit(9000, "kg"),
  20731. name: "Anthro",
  20732. image: {
  20733. source: "./media/characters/alydar/anthro.svg",
  20734. extra: 432/421,
  20735. bottom: 7.18/440
  20736. }
  20737. },
  20738. maw: {
  20739. height: math.unit(11.693, "feet"),
  20740. name: "Maw",
  20741. image: {
  20742. source: "./media/characters/alydar/maw.svg"
  20743. }
  20744. },
  20745. head: {
  20746. height: math.unit(11.693, "feet"),
  20747. name: "Head",
  20748. image: {
  20749. source: "./media/characters/alydar/head.svg"
  20750. }
  20751. },
  20752. headAlt: {
  20753. height: math.unit(12.861, "feet"),
  20754. name: "Head (Alt)",
  20755. image: {
  20756. source: "./media/characters/alydar/head-alt.svg"
  20757. }
  20758. },
  20759. wing: {
  20760. height: math.unit(20.712, "feet"),
  20761. name: "Wing",
  20762. image: {
  20763. source: "./media/characters/alydar/wing.svg"
  20764. }
  20765. },
  20766. wingFeather: {
  20767. height: math.unit(9.662, "feet"),
  20768. name: "Wing Feather",
  20769. image: {
  20770. source: "./media/characters/alydar/wing-feather.svg"
  20771. }
  20772. },
  20773. countourFeather: {
  20774. height: math.unit(4.154, "feet"),
  20775. name: "Contour Feather",
  20776. image: {
  20777. source: "./media/characters/alydar/contour-feather.svg"
  20778. }
  20779. },
  20780. },
  20781. [
  20782. {
  20783. name: "Diplomatic",
  20784. height: math.unit(13, "feet"),
  20785. default: true
  20786. },
  20787. {
  20788. name: "Small",
  20789. height: math.unit(30, "feet")
  20790. },
  20791. {
  20792. name: "Normal",
  20793. height: math.unit(95, "feet"),
  20794. default: true
  20795. },
  20796. {
  20797. name: "Large",
  20798. height: math.unit(285, "feet")
  20799. },
  20800. {
  20801. name: "Incomprehensible",
  20802. height: math.unit(450, "megameters")
  20803. },
  20804. ]
  20805. ))
  20806. characterMakers.push(() => makeCharacter(
  20807. { name: "Selicia" },
  20808. {
  20809. side: {
  20810. height: math.unit(11, "feet"),
  20811. weight: math.unit(1750, "kg"),
  20812. name: "Side",
  20813. image: {
  20814. source: "./media/characters/selicia/side.svg",
  20815. extra: 440/396,
  20816. bottom: 24.8/465.979
  20817. }
  20818. },
  20819. maw: {
  20820. height: math.unit(4.665, "feet"),
  20821. name: "Maw",
  20822. image: {
  20823. source: "./media/characters/selicia/maw.svg"
  20824. }
  20825. },
  20826. },
  20827. [
  20828. {
  20829. name: "Normal",
  20830. height: math.unit(11, "feet"),
  20831. default: true
  20832. },
  20833. ]
  20834. ))
  20835. characterMakers.push(() => makeCharacter(
  20836. { name: "Layla" },
  20837. {
  20838. side: {
  20839. height: math.unit(2 + 6 /12, "feet"),
  20840. weight: math.unit(30, "lb"),
  20841. name: "Side",
  20842. image: {
  20843. source: "./media/characters/layla/side.svg",
  20844. extra: 244/188,
  20845. bottom: 18.2/262.1
  20846. }
  20847. },
  20848. back: {
  20849. height: math.unit(2 + 6 /12, "feet"),
  20850. weight: math.unit(30, "lb"),
  20851. name: "Back",
  20852. image: {
  20853. source: "./media/characters/layla/back.svg",
  20854. extra: 308/241.5,
  20855. bottom: 8.9/316.8
  20856. }
  20857. },
  20858. cumming: {
  20859. height: math.unit(2 + 6 /12, "feet"),
  20860. weight: math.unit(30, "lb"),
  20861. name: "Cumming",
  20862. image: {
  20863. source: "./media/characters/layla/cumming.svg",
  20864. extra: 342/279,
  20865. bottom: 595/938
  20866. }
  20867. },
  20868. dickFlaccid: {
  20869. height: math.unit(2.595, "feet"),
  20870. name: "Flaccid Genitals",
  20871. image: {
  20872. source: "./media/characters/layla/dick-flaccid.svg"
  20873. }
  20874. },
  20875. dickErect: {
  20876. height: math.unit(2.359, "feet"),
  20877. name: "Erect Genitals",
  20878. image: {
  20879. source: "./media/characters/layla/dick-erect.svg"
  20880. }
  20881. },
  20882. },
  20883. [
  20884. {
  20885. name: "Micro",
  20886. height: math.unit(1, "inch")
  20887. },
  20888. {
  20889. name: "Small",
  20890. height: math.unit(1, "foot")
  20891. },
  20892. {
  20893. name: "Normal",
  20894. height: math.unit(2 + 6/12, "feet"),
  20895. default: true
  20896. },
  20897. {
  20898. name: "Macro",
  20899. height: math.unit(200, "feet")
  20900. },
  20901. {
  20902. name: "Megamacro",
  20903. height: math.unit(1000, "miles")
  20904. },
  20905. {
  20906. name: "Planetary",
  20907. height: math.unit(8000, "miles")
  20908. },
  20909. {
  20910. name: "True Layla",
  20911. height: math.unit(200000*7, "multiverses")
  20912. },
  20913. ]
  20914. ))
  20915. characterMakers.push(() => makeCharacter(
  20916. { name: "Knox" },
  20917. {
  20918. back: {
  20919. height: math.unit(10.5, "feet"),
  20920. weight: math.unit(800, "lb"),
  20921. name: "Back",
  20922. image: {
  20923. source: "./media/characters/knox/back.svg",
  20924. extra: 1486/1089,
  20925. bottom: 107/1601.4
  20926. }
  20927. },
  20928. side: {
  20929. height: math.unit(10.5, "feet"),
  20930. weight: math.unit(800, "lb"),
  20931. name: "Side",
  20932. image: {
  20933. source: "./media/characters/knox/side.svg",
  20934. extra: 244/218,
  20935. bottom: 14/260
  20936. }
  20937. },
  20938. },
  20939. [
  20940. {
  20941. name: "Compact",
  20942. height: math.unit(10.5, "feet"),
  20943. default: true
  20944. },
  20945. {
  20946. name: "Dynamax",
  20947. height: math.unit(210, "feet")
  20948. },
  20949. {
  20950. name: "Full Macro",
  20951. height: math.unit(850, "feet")
  20952. },
  20953. ]
  20954. ))
  20955. characterMakers.push(() => makeCharacter(
  20956. { name: "Shin (Pikachu)" },
  20957. {
  20958. front: {
  20959. height: math.unit(6, "feet"),
  20960. weight: math.unit(152, "lb"),
  20961. name: "Front",
  20962. image: {
  20963. source: "./media/characters/shin-pikachu/front.svg",
  20964. extra: 1574/1480,
  20965. bottom: 53.3/1626
  20966. }
  20967. },
  20968. hand: {
  20969. height: math.unit(1.055, "feet"),
  20970. name: "Hand",
  20971. image: {
  20972. source: "./media/characters/shin-pikachu/hand.svg"
  20973. }
  20974. },
  20975. foot: {
  20976. height: math.unit(1.1, "feet"),
  20977. name: "Foot",
  20978. image: {
  20979. source: "./media/characters/shin-pikachu/foot.svg"
  20980. }
  20981. },
  20982. collar: {
  20983. height: math.unit(0.386, "feet"),
  20984. name: "Collar",
  20985. image: {
  20986. source: "./media/characters/shin-pikachu/collar.svg"
  20987. }
  20988. },
  20989. },
  20990. [
  20991. {
  20992. name: "Smallest",
  20993. height: math.unit(0.5, "inches")
  20994. },
  20995. {
  20996. name: "Micro",
  20997. height: math.unit(6, "inches")
  20998. },
  20999. {
  21000. name: "Normal",
  21001. height: math.unit(6, "feet"),
  21002. default: true
  21003. },
  21004. {
  21005. name: "Macro",
  21006. height: math.unit(150, "feet")
  21007. },
  21008. ]
  21009. ))
  21010. characterMakers.push(() => makeCharacter(
  21011. { name: "Kayda" },
  21012. {
  21013. front: {
  21014. height: math.unit(28, "feet"),
  21015. weight: math.unit(10500, "lb"),
  21016. name: "Front",
  21017. image: {
  21018. source: "./media/characters/kayda/front.svg",
  21019. extra: 1536/1428,
  21020. bottom: 68.7/1603
  21021. }
  21022. },
  21023. back: {
  21024. height: math.unit(28, "feet"),
  21025. weight: math.unit(10500, "lb"),
  21026. name: "Back",
  21027. image: {
  21028. source: "./media/characters/kayda/back.svg",
  21029. extra: 1557/1464,
  21030. bottom: 39.5/1597.49
  21031. }
  21032. },
  21033. dick: {
  21034. height: math.unit(3.858, "feet"),
  21035. name: "Dick",
  21036. image: {
  21037. source: "./media/characters/kayda/dick.svg"
  21038. }
  21039. },
  21040. },
  21041. [
  21042. {
  21043. name: "Macro",
  21044. height: math.unit(28, "feet"),
  21045. default: true
  21046. },
  21047. ]
  21048. ))
  21049. characterMakers.push(() => makeCharacter(
  21050. { name: "Brian", species: "Barbary Lion" },
  21051. {
  21052. front: {
  21053. height: math.unit(10 + 11/12, "feet"),
  21054. weight: math.unit(1400, "lb"),
  21055. name: "Front",
  21056. image: {
  21057. source: "./media/characters/brian/front.svg",
  21058. extra: 737/692,
  21059. bottom: 55.4/785
  21060. }
  21061. },
  21062. },
  21063. [
  21064. {
  21065. name: "Normal",
  21066. height: math.unit(10 + 11/12, "feet"),
  21067. default: true
  21068. },
  21069. ]
  21070. ))
  21071. characterMakers.push(() => makeCharacter(
  21072. { name: "Khemri", species: "Jackal" },
  21073. {
  21074. front: {
  21075. height: math.unit(5 + 8/12, "feet"),
  21076. weight: math.unit(140, "lb"),
  21077. name: "Front",
  21078. image: {
  21079. source: "./media/characters/khemri/front.svg",
  21080. extra: 4780/4059,
  21081. bottom: 80.1/4859.25
  21082. }
  21083. },
  21084. },
  21085. [
  21086. {
  21087. name: "Micro",
  21088. height: math.unit(6, "inches")
  21089. },
  21090. {
  21091. name: "Normal",
  21092. height: math.unit(5 + 8/12, "feet"),
  21093. default: true
  21094. },
  21095. ]
  21096. ))
  21097. characterMakers.push(() => makeCharacter(
  21098. { name: "Felix Braveheart" },
  21099. {
  21100. front: {
  21101. height: math.unit(13, "feet"),
  21102. weight: math.unit(1700, "lb"),
  21103. name: "Front",
  21104. image: {
  21105. source: "./media/characters/felix-braveheart/front.svg",
  21106. extra: 1222/1157,
  21107. bottom: 53.2/1280
  21108. }
  21109. },
  21110. back: {
  21111. height: math.unit(13, "feet"),
  21112. weight: math.unit(1700, "lb"),
  21113. name: "Back",
  21114. image: {
  21115. source: "./media/characters/felix-braveheart/back.svg",
  21116. extra: 1277/1203,
  21117. bottom: 50.2/1327
  21118. }
  21119. },
  21120. feral: {
  21121. height: math.unit(6, "feet"),
  21122. weight: math.unit(400, "lb"),
  21123. name: "Feral",
  21124. image: {
  21125. source: "./media/characters/felix-braveheart/feral.svg",
  21126. extra: 682/625,
  21127. bottom: 6.9/688
  21128. }
  21129. },
  21130. },
  21131. [
  21132. {
  21133. name: "Normal",
  21134. height: math.unit(13, "feet"),
  21135. default: true
  21136. },
  21137. ]
  21138. ))
  21139. characterMakers.push(() => makeCharacter(
  21140. { name: "Shadow Blade" },
  21141. {
  21142. side: {
  21143. height: math.unit(5 + 11/12, "feet"),
  21144. weight: math.unit(1400, "lb"),
  21145. name: "Side",
  21146. image: {
  21147. source: "./media/characters/shadow-blade/side.svg",
  21148. extra: 1726/1267,
  21149. bottom: 58.4/1785
  21150. }
  21151. },
  21152. },
  21153. [
  21154. {
  21155. name: "Normal",
  21156. height: math.unit(5 + 11/12, "feet"),
  21157. default: true
  21158. },
  21159. ]
  21160. ))
  21161. characterMakers.push(() => makeCharacter(
  21162. { name: "Karla Halldor" },
  21163. {
  21164. front: {
  21165. height: math.unit(1 + 6/12, "feet"),
  21166. weight: math.unit(25, "lb"),
  21167. name: "Front",
  21168. image: {
  21169. source: "./media/characters/karla-halldor/front.svg",
  21170. extra: 1459/1383,
  21171. bottom: 12/1472
  21172. }
  21173. },
  21174. },
  21175. [
  21176. {
  21177. name: "Normal",
  21178. height: math.unit(1 + 6/12, "feet"),
  21179. default: true
  21180. },
  21181. ]
  21182. ))
  21183. characterMakers.push(() => makeCharacter(
  21184. { name: "Ariam" },
  21185. {
  21186. front: {
  21187. height: math.unit(6 + 2/12, "feet"),
  21188. weight: math.unit(160, "lb"),
  21189. name: "Front",
  21190. image: {
  21191. source: "./media/characters/ariam/front.svg",
  21192. extra: 714/617,
  21193. bottom: 23.4/737,
  21194. }
  21195. },
  21196. squatting: {
  21197. height: math.unit(4.1, "feet"),
  21198. weight: math.unit(160, "lb"),
  21199. name: "Squatting",
  21200. image: {
  21201. source: "./media/characters/ariam/squatting.svg",
  21202. extra: 2617/2112,
  21203. bottom: 61.2/2681,
  21204. }
  21205. },
  21206. },
  21207. [
  21208. {
  21209. name: "Normal",
  21210. height: math.unit(6 + 2/12, "feet"),
  21211. default: true
  21212. },
  21213. {
  21214. name: "Normal+",
  21215. height: math.unit(4, "meters")
  21216. },
  21217. {
  21218. name: "Macro",
  21219. height: math.unit(50, "meters")
  21220. },
  21221. {
  21222. name: "Macro+",
  21223. height: math.unit(100, "meters")
  21224. },
  21225. {
  21226. name: "Megamacro",
  21227. height: math.unit(20, "km")
  21228. },
  21229. ]
  21230. ))
  21231. characterMakers.push(() => makeCharacter(
  21232. { name: "Qodri Class-of-'Fortwelve-Six" },
  21233. {
  21234. front: {
  21235. height: math.unit(1.67, "meters"),
  21236. weight: math.unit(140, "lb"),
  21237. name: "Front",
  21238. image: {
  21239. source: "./media/characters/qodri-class-of-'fortwelve-six/front.svg",
  21240. extra: 438/410,
  21241. bottom: 0.75/439
  21242. }
  21243. },
  21244. },
  21245. [
  21246. {
  21247. name: "Shrunken",
  21248. height: math.unit(7.6, "cm")
  21249. },
  21250. {
  21251. name: "Human Scale",
  21252. height: math.unit(1.67, "meters")
  21253. },
  21254. {
  21255. name: "Wolxi Scale",
  21256. height: math.unit(36.7, "meters"),
  21257. default: true
  21258. },
  21259. ]
  21260. ))
  21261. characterMakers.push(() => makeCharacter(
  21262. { name: "Izue Two-Mothers" },
  21263. {
  21264. front: {
  21265. height: math.unit(1.73, "meters"),
  21266. weight: math.unit(240, "lb"),
  21267. name: "Front",
  21268. image: {
  21269. source: "./media/characters/izue-two-mothers/front.svg",
  21270. extra: 469/437,
  21271. bottom: 1.24/470.6
  21272. }
  21273. },
  21274. },
  21275. [
  21276. {
  21277. name: "Shrunken",
  21278. height: math.unit(7.86, "cm")
  21279. },
  21280. {
  21281. name: "Human Scale",
  21282. height: math.unit(1.73, "meters")
  21283. },
  21284. {
  21285. name: "Wolxi Scale",
  21286. height: math.unit(38, "meters"),
  21287. default: true
  21288. },
  21289. ]
  21290. ))
  21291. characterMakers.push(() => makeCharacter(
  21292. { name: "Teeku Love-Shack" },
  21293. {
  21294. front: {
  21295. height: math.unit(1.55, "meters"),
  21296. weight: math.unit(120, "lb"),
  21297. name: "Front",
  21298. image: {
  21299. source: "./media/characters/teeku-love-shack/front.svg",
  21300. extra: 387/362,
  21301. bottom: 1.51/388
  21302. }
  21303. },
  21304. },
  21305. [
  21306. {
  21307. name: "Shrunken",
  21308. height: math.unit(7, "cm")
  21309. },
  21310. {
  21311. name: "Human Scale",
  21312. height: math.unit(1.55, "meters")
  21313. },
  21314. {
  21315. name: "Wolxi Scale",
  21316. height: math.unit(34.1, "meters"),
  21317. default: true
  21318. },
  21319. ]
  21320. ))
  21321. characterMakers.push(() => makeCharacter(
  21322. { name: "Dejma the Red" },
  21323. {
  21324. front: {
  21325. height: math.unit(1.83, "meters"),
  21326. weight: math.unit(135, "lb"),
  21327. name: "Front",
  21328. image: {
  21329. source: "./media/characters/dejma-the-red/front.svg",
  21330. extra: 480/458,
  21331. bottom: 1.8/482
  21332. }
  21333. },
  21334. },
  21335. [
  21336. {
  21337. name: "Shrunken",
  21338. height: math.unit(8.3, "cm")
  21339. },
  21340. {
  21341. name: "Human Scale",
  21342. height: math.unit(1.83, "meters")
  21343. },
  21344. {
  21345. name: "Wolxi Scale",
  21346. height: math.unit(40, "meters"),
  21347. default: true
  21348. },
  21349. ]
  21350. ))
  21351. characterMakers.push(() => makeCharacter(
  21352. { name: "Aki" },
  21353. {
  21354. front: {
  21355. height: math.unit(1.78, "meters"),
  21356. weight: math.unit(65, "kg"),
  21357. name: "Front",
  21358. image: {
  21359. source: "./media/characters/aki/front.svg",
  21360. extra: 452/415
  21361. }
  21362. },
  21363. frontNsfw: {
  21364. height: math.unit(1.78, "meters"),
  21365. weight: math.unit(65, "kg"),
  21366. name: "Front (NSFW)",
  21367. image: {
  21368. source: "./media/characters/aki/front-nsfw.svg",
  21369. extra: 452/415
  21370. }
  21371. },
  21372. back: {
  21373. height: math.unit(1.78, "meters"),
  21374. weight: math.unit(65, "kg"),
  21375. name: "Back",
  21376. image: {
  21377. source: "./media/characters/aki/back.svg",
  21378. extra: 452/415
  21379. }
  21380. },
  21381. rump: {
  21382. height: math.unit(2.05, "feet"),
  21383. name: "Rump",
  21384. image: {
  21385. source: "./media/characters/aki/rump.svg"
  21386. }
  21387. },
  21388. dick: {
  21389. height: math.unit(0.95, "feet"),
  21390. name: "Dick",
  21391. image: {
  21392. source: "./media/characters/aki/dick.svg"
  21393. }
  21394. },
  21395. },
  21396. [
  21397. {
  21398. name: "Micro",
  21399. height: math.unit(15, "cm")
  21400. },
  21401. {
  21402. name: "Normal",
  21403. height: math.unit(178, "cm"),
  21404. default: true
  21405. },
  21406. {
  21407. name: "Macro",
  21408. height: math.unit(214, "m")
  21409. },
  21410. {
  21411. name: "Macro+",
  21412. height: math.unit(534, "m")
  21413. },
  21414. ]
  21415. ))
  21416. characterMakers.push(() => makeCharacter(
  21417. { name: "Ari" },
  21418. {
  21419. front: {
  21420. height: math.unit(5 + 5/12, "feet"),
  21421. weight: math.unit(120, "lb"),
  21422. name: "Front",
  21423. image: {
  21424. source: "./media/characters/ari/front.svg",
  21425. extra: 714.5/682,
  21426. bottom: 8/722.5
  21427. }
  21428. },
  21429. },
  21430. [
  21431. {
  21432. name: "Normal",
  21433. height: math.unit(5 + 5/12, "feet")
  21434. },
  21435. {
  21436. name: "Macro",
  21437. height: math.unit(100, "feet"),
  21438. default: true
  21439. },
  21440. {
  21441. name: "Megamacro",
  21442. height: math.unit(100, "miles")
  21443. },
  21444. {
  21445. name: "Gigamacro",
  21446. height: math.unit(80000, "miles")
  21447. },
  21448. ]
  21449. ))
  21450. characterMakers.push(() => makeCharacter(
  21451. { name: "Bolt" },
  21452. {
  21453. side: {
  21454. height: math.unit(9, "feet"),
  21455. weight: math.unit(400, "kg"),
  21456. name: "Side",
  21457. image: {
  21458. source: "./media/characters/bolt/side.svg",
  21459. extra: 1126/896,
  21460. bottom: 60/1187.3,
  21461. }
  21462. },
  21463. },
  21464. [
  21465. {
  21466. name: "Micro",
  21467. height: math.unit(5, "inches")
  21468. },
  21469. {
  21470. name: "Normal",
  21471. height: math.unit(9, "feet"),
  21472. default: true
  21473. },
  21474. {
  21475. name: "Macro",
  21476. height: math.unit(700, "feet")
  21477. },
  21478. {
  21479. name: "Max Size",
  21480. height: math.unit(1.52e22, "yottameters")
  21481. },
  21482. ]
  21483. ))
  21484. characterMakers.push(() => makeCharacter(
  21485. { name: "Draekon Sylviar", species: "Dra'gal" },
  21486. {
  21487. front: {
  21488. height: math.unit(4.53, "meters"),
  21489. weight: math.unit(3, "tons"),
  21490. name: "Front",
  21491. image: {
  21492. source: "./media/characters/draekon-sylviar/front.svg",
  21493. extra: 1228/1068,
  21494. bottom: 41/1270
  21495. }
  21496. },
  21497. tail: {
  21498. height: math.unit(1.772, "meter"),
  21499. name: "Tail",
  21500. image: {
  21501. source: "./media/characters/draekon-sylviar/tail.svg"
  21502. }
  21503. },
  21504. head: {
  21505. height: math.unit(1.331, "meter"),
  21506. name: "Head",
  21507. image: {
  21508. source: "./media/characters/draekon-sylviar/head.svg"
  21509. }
  21510. },
  21511. hand: {
  21512. height: math.unit(0.564, "meter"),
  21513. name: "Hand",
  21514. image: {
  21515. source: "./media/characters/draekon-sylviar/hand.svg"
  21516. }
  21517. },
  21518. foot: {
  21519. height: math.unit(0.621, "meter"),
  21520. name: "Foot",
  21521. image: {
  21522. source: "./media/characters/draekon-sylviar/foot.svg",
  21523. bottom: 32/324
  21524. }
  21525. },
  21526. dick: {
  21527. height: math.unit(61, "cm"),
  21528. name: "Dick",
  21529. image: {
  21530. source: "./media/characters/draekon-sylviar/dick.svg"
  21531. }
  21532. },
  21533. dickseparated: {
  21534. height: math.unit(61, "cm"),
  21535. name: "Dick-separated",
  21536. image: {
  21537. source: "./media/characters/draekon-sylviar/dick-separated.svg"
  21538. }
  21539. },
  21540. },
  21541. [
  21542. {
  21543. name: "Small",
  21544. height: math.unit(4.53/2, "meters"),
  21545. default: true
  21546. },
  21547. {
  21548. name: "Normal",
  21549. height: math.unit(4.53, "meters"),
  21550. default: true
  21551. },
  21552. {
  21553. name: "Large",
  21554. height: math.unit(4.53*2, "meters"),
  21555. },
  21556. ]
  21557. ))
  21558. characterMakers.push(() => makeCharacter(
  21559. { name: "Brawler", species: "German Shepherd" },
  21560. {
  21561. front: {
  21562. height: math.unit(6 + 2/12, "feet"),
  21563. weight: math.unit(180, "lb"),
  21564. name: "Front",
  21565. image: {
  21566. source: "./media/characters/brawler/front.svg",
  21567. extra: 3301/3027,
  21568. bottom: 138/3439
  21569. }
  21570. },
  21571. },
  21572. [
  21573. {
  21574. name: "Normal",
  21575. height: math.unit(6 + 2/12, "feet"),
  21576. default: true
  21577. },
  21578. ]
  21579. ))
  21580. characterMakers.push(() => makeCharacter(
  21581. { name: "Alex", species: "Bayleef" },
  21582. {
  21583. front: {
  21584. height: math.unit(11, "feet"),
  21585. weight: math.unit(1000, "lb"),
  21586. name: "Front",
  21587. image: {
  21588. source: "./media/characters/alex/front.svg",
  21589. bottom: 44.5/620
  21590. }
  21591. },
  21592. },
  21593. [
  21594. {
  21595. name: "Micro",
  21596. height: math.unit(5, "inches")
  21597. },
  21598. {
  21599. name: "Normal",
  21600. height: math.unit(11, "feet"),
  21601. default: true
  21602. },
  21603. {
  21604. name: "Macro",
  21605. height: math.unit(9.5e9, "feet")
  21606. },
  21607. {
  21608. name: "Max Size",
  21609. height: math.unit(1.4e283, "yottameters")
  21610. },
  21611. ]
  21612. ))
  21613. characterMakers.push(() => makeCharacter(
  21614. { name: "Zenari" },
  21615. {
  21616. female: {
  21617. height: math.unit(29.9, "m"),
  21618. weight: math.unit(Math.pow((29.9/2), 3) * 80, "kg"),
  21619. name: "Female",
  21620. image: {
  21621. source: "./media/characters/zenari/female.svg",
  21622. extra: 3281.6/3217,
  21623. bottom: 72.2/3353
  21624. }
  21625. },
  21626. male: {
  21627. height: math.unit(27.7, "m"),
  21628. weight: math.unit(Math.pow((27.7/2), 3) * 80, "kg"),
  21629. name: "Male",
  21630. image: {
  21631. source: "./media/characters/zenari/male.svg",
  21632. extra: 3008/2991,
  21633. bottom: 54.6/3069
  21634. }
  21635. },
  21636. },
  21637. [
  21638. {
  21639. name: "Macro",
  21640. height: math.unit(29.7, "meters"),
  21641. default: true
  21642. },
  21643. ]
  21644. ))
  21645. characterMakers.push(() => makeCharacter(
  21646. { name: "Mactarian" },
  21647. {
  21648. female: {
  21649. height: math.unit(23.8, "m"),
  21650. weight: math.unit(Math.pow((23.8/2), 3) * 80, "kg"),
  21651. name: "Female",
  21652. image: {
  21653. source: "./media/characters/mactarian/female.svg",
  21654. extra: 2662/2569,
  21655. bottom: 73/2736
  21656. }
  21657. },
  21658. male: {
  21659. height: math.unit(23.8, "m"),
  21660. weight: math.unit(Math.pow((23.8/2), 3) * 80, "kg"),
  21661. name: "Male",
  21662. image: {
  21663. source: "./media/characters/mactarian/male.svg",
  21664. extra: 2673/2600,
  21665. bottom: 76/2750
  21666. }
  21667. },
  21668. },
  21669. [
  21670. {
  21671. name: "Macro",
  21672. height: math.unit(23.8, "meters"),
  21673. default: true
  21674. },
  21675. ]
  21676. ))
  21677. characterMakers.push(() => makeCharacter(
  21678. { name: "Umok" },
  21679. {
  21680. female: {
  21681. height: math.unit(19.3, "m"),
  21682. weight: math.unit(Math.pow((19.3/2), 3) * 60, "kg"),
  21683. name: "Female",
  21684. image: {
  21685. source: "./media/characters/umok/female.svg",
  21686. extra: 2186/2078,
  21687. bottom: 87/2277
  21688. }
  21689. },
  21690. male: {
  21691. height: math.unit(19.5, "m"),
  21692. weight: math.unit(Math.pow((19.5/2), 3) * 60, "kg"),
  21693. name: "Male",
  21694. image: {
  21695. source: "./media/characters/umok/male.svg",
  21696. extra: 2233/2140,
  21697. bottom: 24.4/2258
  21698. }
  21699. },
  21700. },
  21701. [
  21702. {
  21703. name: "Macro",
  21704. height: math.unit(19.3, "meters"),
  21705. default: true
  21706. },
  21707. ]
  21708. ))
  21709. characterMakers.push(() => makeCharacter(
  21710. { name: "Joraxian" },
  21711. {
  21712. female: {
  21713. height: math.unit(26.15, "m"),
  21714. weight: math.unit(Math.pow((26.15/2), 3) * 85, "kg"),
  21715. name: "Female",
  21716. image: {
  21717. source: "./media/characters/joraxian/female.svg",
  21718. extra: 2943/2831,
  21719. bottom: 27/2972
  21720. }
  21721. },
  21722. male: {
  21723. height: math.unit(25.4, "m"),
  21724. weight: math.unit(Math.pow((25.4/2), 3) * 85, "kg"),
  21725. name: "Male",
  21726. image: {
  21727. source: "./media/characters/joraxian/male.svg",
  21728. extra: 2835/2741,
  21729. bottom: 27/2862
  21730. }
  21731. },
  21732. },
  21733. [
  21734. {
  21735. name: "Macro",
  21736. height: math.unit(26.15, "meters"),
  21737. default: true
  21738. },
  21739. ]
  21740. ))
  21741. characterMakers.push(() => makeCharacter(
  21742. { name: "Sthara" },
  21743. {
  21744. female: {
  21745. height: math.unit(21.6, "m"),
  21746. weight: math.unit(Math.pow((21.6/2), 3) * 80, "kg"),
  21747. name: "Female",
  21748. image: {
  21749. source: "./media/characters/sthara/female.svg",
  21750. extra: 2516/2347,
  21751. bottom: 21.5/2537
  21752. }
  21753. },
  21754. male: {
  21755. height: math.unit(24, "m"),
  21756. weight: math.unit(Math.pow((24/2), 3) * 80, "kg"),
  21757. name: "Male",
  21758. image: {
  21759. source: "./media/characters/sthara/male.svg",
  21760. extra: 2732/2607,
  21761. bottom: 23/2732
  21762. }
  21763. },
  21764. },
  21765. [
  21766. {
  21767. name: "Macro",
  21768. height: math.unit(21.6, "meters"),
  21769. default: true
  21770. },
  21771. ]
  21772. ))
  21773. characterMakers.push(() => makeCharacter(
  21774. { name: "Luka Bryzant" },
  21775. {
  21776. front: {
  21777. height: math.unit(6 + 4/12, "feet"),
  21778. weight: math.unit(175, "lb"),
  21779. name: "Front",
  21780. image: {
  21781. source: "./media/characters/luka-bryzant/front.svg",
  21782. extra: 311/289,
  21783. bottom: 4/315
  21784. }
  21785. },
  21786. back: {
  21787. height: math.unit(6 + 4/12, "feet"),
  21788. weight: math.unit(175, "lb"),
  21789. name: "Back",
  21790. image: {
  21791. source: "./media/characters/luka-bryzant/back.svg",
  21792. extra: 311/289,
  21793. bottom: 3.8/313.7
  21794. }
  21795. },
  21796. },
  21797. [
  21798. {
  21799. name: "Micro",
  21800. height: math.unit(10, "inches")
  21801. },
  21802. {
  21803. name: "Normal",
  21804. height: math.unit(6 + 4/12, "feet"),
  21805. default: true
  21806. },
  21807. {
  21808. name: "Large",
  21809. height: math.unit(12, "feet")
  21810. },
  21811. ]
  21812. ))
  21813. characterMakers.push(() => makeCharacter(
  21814. { name: "Aman Aquila" },
  21815. {
  21816. front: {
  21817. height: math.unit(5 + 7/12, "feet"),
  21818. weight: math.unit(185, "lb"),
  21819. name: "Front",
  21820. image: {
  21821. source: "./media/characters/aman-aquila/front.svg",
  21822. extra: 1013/976,
  21823. bottom: 45.6/1057
  21824. }
  21825. },
  21826. side: {
  21827. height: math.unit(5 + 7/12, "feet"),
  21828. weight: math.unit(185, "lb"),
  21829. name: "Side",
  21830. image: {
  21831. source: "./media/characters/aman-aquila/side.svg",
  21832. extra: 1054/1011,
  21833. bottom: 15/1070
  21834. }
  21835. },
  21836. back: {
  21837. height: math.unit(5 + 7/12, "feet"),
  21838. weight: math.unit(185, "lb"),
  21839. name: "Back",
  21840. image: {
  21841. source: "./media/characters/aman-aquila/back.svg",
  21842. extra: 1026/970,
  21843. bottom: 12/1039
  21844. }
  21845. },
  21846. head: {
  21847. height: math.unit(1.211, "feet"),
  21848. name: "Head",
  21849. image: {
  21850. source: "./media/characters/aman-aquila/head.svg",
  21851. }
  21852. },
  21853. },
  21854. [
  21855. {
  21856. name: "Minimicro",
  21857. height: math.unit(0.057, "inches")
  21858. },
  21859. {
  21860. name: "Micro",
  21861. height: math.unit(7, "inches")
  21862. },
  21863. {
  21864. name: "Mini",
  21865. height: math.unit(3 + 7/12, "feet")
  21866. },
  21867. {
  21868. name: "Normal",
  21869. height: math.unit(5 + 7/12, "feet"),
  21870. default: true
  21871. },
  21872. {
  21873. name: "Macro",
  21874. height: math.unit(157 + 7/12, "feet")
  21875. },
  21876. {
  21877. name: "Megamacro",
  21878. height: math.unit(1557 + 7/12, "feet")
  21879. },
  21880. {
  21881. name: "Gigamacro",
  21882. height: math.unit(15557 + 7/12, "feet")
  21883. },
  21884. ]
  21885. ))
  21886. characterMakers.push(() => makeCharacter(
  21887. { name: "Hiphae", species: "Mouse" },
  21888. {
  21889. front: {
  21890. height: math.unit(3 + 2/12, "inches"),
  21891. weight: math.unit(0.3, "ounces"),
  21892. name: "Front",
  21893. image: {
  21894. source: "./media/characters/hiphae/front.svg",
  21895. extra: 1931/1683,
  21896. bottom: 24/1955
  21897. }
  21898. },
  21899. },
  21900. [
  21901. {
  21902. name: "Normal",
  21903. height: math.unit(3 + 1/2, "inches"),
  21904. default: true
  21905. },
  21906. ]
  21907. ))
  21908. characterMakers.push(() => makeCharacter(
  21909. { name: "Nicky", species: "Shark" },
  21910. {
  21911. front: {
  21912. height: math.unit(5 + 10/12, "feet"),
  21913. weight: math.unit(165, "lb"),
  21914. name: "Front",
  21915. image: {
  21916. source: "./media/characters/nicky/front.svg",
  21917. extra: 3144/2886,
  21918. bottom: 45.6/3192
  21919. }
  21920. },
  21921. back: {
  21922. height: math.unit(5 + 10/12, "feet"),
  21923. weight: math.unit(165, "lb"),
  21924. name: "Back",
  21925. image: {
  21926. source: "./media/characters/nicky/back.svg",
  21927. extra: 3055/2804,
  21928. bottom: 28.4/3087
  21929. }
  21930. },
  21931. frontclothed: {
  21932. height: math.unit(5 + 10/12, "feet"),
  21933. weight: math.unit(165, "lb"),
  21934. name: "Front-clothed",
  21935. image: {
  21936. source: "./media/characters/nicky/front-clothed.svg",
  21937. extra: 3184.9/2926.9,
  21938. bottom: 86.5/3239.9
  21939. }
  21940. },
  21941. foot: {
  21942. height: math.unit(1.16, "feet"),
  21943. name: "Foot",
  21944. image: {
  21945. source: "./media/characters/nicky/foot.svg"
  21946. }
  21947. },
  21948. feet: {
  21949. height: math.unit(1.34, "feet"),
  21950. name: "Feet",
  21951. image: {
  21952. source: "./media/characters/nicky/feet.svg"
  21953. }
  21954. },
  21955. maw: {
  21956. height: math.unit(0.9, "feet"),
  21957. name: "Maw",
  21958. image: {
  21959. source: "./media/characters/nicky/maw.svg"
  21960. }
  21961. },
  21962. },
  21963. [
  21964. {
  21965. name: "Normal",
  21966. height: math.unit(5 + 10/12, "feet"),
  21967. default: true
  21968. },
  21969. {
  21970. name: "Macro",
  21971. height: math.unit(60, "feet")
  21972. },
  21973. {
  21974. name: "Megamacro",
  21975. height: math.unit(1, "mile")
  21976. },
  21977. ]
  21978. ))
  21979. characterMakers.push(() => makeCharacter(
  21980. { name: "Blair" },
  21981. {
  21982. side: {
  21983. height: math.unit(10, "feet"),
  21984. weight: math.unit(600, "lb"),
  21985. name: "Side",
  21986. image: {
  21987. source: "./media/characters/blair/side.svg",
  21988. bottom: 16.6/475,
  21989. extra: 458/431
  21990. }
  21991. },
  21992. },
  21993. [
  21994. {
  21995. name: "Micro",
  21996. height: math.unit(8, "inches")
  21997. },
  21998. {
  21999. name: "Normal",
  22000. height: math.unit(10, "feet"),
  22001. default: true
  22002. },
  22003. {
  22004. name: "Macro",
  22005. height: math.unit(180, "feet")
  22006. },
  22007. ]
  22008. ))
  22009. characterMakers.push(() => makeCharacter(
  22010. { name: "Fisher" },
  22011. {
  22012. front: {
  22013. height: math.unit(5 + 4/12, "feet"),
  22014. weight: math.unit(125, "lb"),
  22015. name: "Front",
  22016. image: {
  22017. source: "./media/characters/fisher/front.svg",
  22018. extra: 444/390,
  22019. bottom: 2/444.8
  22020. }
  22021. },
  22022. },
  22023. [
  22024. {
  22025. name: "Micro",
  22026. height: math.unit(4, "inches")
  22027. },
  22028. {
  22029. name: "Normal",
  22030. height: math.unit(5 + 4/12, "feet"),
  22031. default: true
  22032. },
  22033. {
  22034. name: "Macro",
  22035. height: math.unit(100, "feet")
  22036. },
  22037. ]
  22038. ))
  22039. characterMakers.push(() => makeCharacter(
  22040. { name: "Gliss" },
  22041. {
  22042. front: {
  22043. height: math.unit(6.71, "feet"),
  22044. weight: math.unit(200, "lb"),
  22045. capacity: math.unit(1000000, "people"),
  22046. name: "Front",
  22047. image: {
  22048. source: "./media/characters/gliss/front.svg",
  22049. extra: 2347/2231,
  22050. bottom: 113/2462
  22051. }
  22052. },
  22053. hammerspaceSize: {
  22054. height: math.unit(6.71*717, "feet"),
  22055. weight: math.unit(200, "lb"),
  22056. capacity: math.unit(1000000, "people"),
  22057. name: "Hammerspace Size",
  22058. image: {
  22059. source: "./media/characters/gliss/front.svg",
  22060. extra: 2347/2231,
  22061. bottom: 113/2462
  22062. }
  22063. },
  22064. },
  22065. [
  22066. {
  22067. name: "Normal",
  22068. height: math.unit(6.71, "feet"),
  22069. default: true
  22070. },
  22071. ]
  22072. ))
  22073. characterMakers.push(() => makeCharacter(
  22074. { name: "Dune Anderson" },
  22075. {
  22076. side: {
  22077. height: math.unit(1.44, "m"),
  22078. weight: math.unit(80, "kg"),
  22079. name: "Side",
  22080. image: {
  22081. source: "./media/characters/dune-anderson/side.svg",
  22082. bottom: 49/1426
  22083. }
  22084. },
  22085. },
  22086. [
  22087. {
  22088. name: "Wolf-sized",
  22089. height: math.unit(1.44, "meters")
  22090. },
  22091. {
  22092. name: "Normal",
  22093. height: math.unit(5.05, "meters"),
  22094. default: true
  22095. },
  22096. {
  22097. name: "Big",
  22098. height: math.unit(14.4, "meters")
  22099. },
  22100. {
  22101. name: "Huge",
  22102. height: math.unit(144, "meters")
  22103. },
  22104. ]
  22105. ))
  22106. characterMakers.push(() => makeCharacter(
  22107. { name: "Hind" },
  22108. {
  22109. front: {
  22110. height: math.unit(7, "feet"),
  22111. weight: math.unit(425, "lb"),
  22112. name: "Front",
  22113. image: {
  22114. source: "./media/characters/hind/front.svg",
  22115. extra: 2091/1860,
  22116. bottom: 129/2220
  22117. }
  22118. },
  22119. back: {
  22120. height: math.unit(7, "feet"),
  22121. weight: math.unit(425, "lb"),
  22122. name: "Back",
  22123. image: {
  22124. source: "./media/characters/hind/back.svg",
  22125. extra: 2091/1860,
  22126. bottom: 24.6/2309
  22127. }
  22128. },
  22129. tail: {
  22130. height: math.unit(2.8, "feet"),
  22131. name: "Tail",
  22132. image: {
  22133. source: "./media/characters/hind/tail.svg"
  22134. }
  22135. },
  22136. head: {
  22137. height: math.unit(2.55, "feet"),
  22138. name: "Head",
  22139. image: {
  22140. source: "./media/characters/hind/head.svg"
  22141. }
  22142. },
  22143. },
  22144. [
  22145. {
  22146. name: "XS",
  22147. height: math.unit(0.7, "feet")
  22148. },
  22149. {
  22150. name: "Normal",
  22151. height: math.unit(7, "feet"),
  22152. default: true
  22153. },
  22154. {
  22155. name: "XL",
  22156. height: math.unit(70, "feet")
  22157. },
  22158. ]
  22159. ))
  22160. characterMakers.push(() => makeCharacter(
  22161. { name: "Dylan (Skaven)" },
  22162. {
  22163. front: {
  22164. height: math.unit(6, "feet"),
  22165. weight: math.unit(150, "lb"),
  22166. name: "Front",
  22167. image: {
  22168. source: "./media/characters/dylan-skaven/front.svg",
  22169. extra: 2318/2063,
  22170. bottom: 93.4/2410
  22171. }
  22172. },
  22173. },
  22174. [
  22175. {
  22176. name: "Nano",
  22177. height: math.unit(1, "mm")
  22178. },
  22179. {
  22180. name: "Micro",
  22181. height: math.unit(1, "cm")
  22182. },
  22183. {
  22184. name: "Normal",
  22185. height: math.unit(2.1, "meters"),
  22186. default: true
  22187. },
  22188. ]
  22189. ))
  22190. characterMakers.push(() => makeCharacter(
  22191. { name: "Solex Draconov", species: "Drasune" },
  22192. {
  22193. front: {
  22194. height: math.unit(7 + 5/12, "feet"),
  22195. weight: math.unit(357, "lb"),
  22196. name: "Front",
  22197. image: {
  22198. source: "./media/characters/solex-draconov/front.svg",
  22199. extra: 1993/1865,
  22200. bottom: 117/2111
  22201. }
  22202. },
  22203. },
  22204. [
  22205. {
  22206. name: "Natural Height",
  22207. height: math.unit(7 + 5/12, "feet"),
  22208. default: true
  22209. },
  22210. {
  22211. name: "Macro",
  22212. height: math.unit(350, "feet")
  22213. },
  22214. {
  22215. name: "Macro+",
  22216. height: math.unit(1000, "feet")
  22217. },
  22218. {
  22219. name: "Megamacro",
  22220. height: math.unit(20, "km")
  22221. },
  22222. {
  22223. name: "Megamacro+",
  22224. height: math.unit(1000, "km")
  22225. },
  22226. {
  22227. name: "Gigamacro",
  22228. height: math.unit(2.5, "Gm")
  22229. },
  22230. {
  22231. name: "Teramacro",
  22232. height: math.unit(15, "Tm")
  22233. },
  22234. {
  22235. name: "Galactic",
  22236. height: math.unit(30, "Zm")
  22237. },
  22238. {
  22239. name: "Universal",
  22240. height: math.unit(21000, "Ym")
  22241. },
  22242. {
  22243. name: "Omniversal",
  22244. height: math.unit(9.861e50, "Ym")
  22245. },
  22246. {
  22247. name: "Existential",
  22248. height: math.unit(1e300, "meters")
  22249. },
  22250. ]
  22251. ))
  22252. //characters
  22253. function makeCharacters() {
  22254. const results = [];
  22255. characterMakers.forEach(character => {
  22256. results.push(character());
  22257. });
  22258. return results;
  22259. }