less copy protection, more size visualization
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

22947 строки
550 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. default: value.default
  19. }
  20. if (value.weight) {
  21. views[key].attributes.weight = {
  22. name: "Mass",
  23. power: 3,
  24. type: "mass",
  25. base: value.weight
  26. };
  27. }
  28. if (value.capacity) {
  29. views[key].attributes.capacity = {
  30. name: "Capacity",
  31. power: 3,
  32. type: "volume",
  33. base: value.capacity
  34. }
  35. }
  36. });
  37. return createEntityMaker(info, views, defaultSizes);
  38. }
  39. characterMakers.push(() => makeCharacter(
  40. {
  41. name: "Fen",
  42. species: "Crux",
  43. description: {
  44. title: "Bio",
  45. text: "Very furry. Sheds on everything."
  46. },
  47. tags: [
  48. "anthro"
  49. ]
  50. },
  51. {
  52. back: {
  53. height: math.unit(2.2428, "meter"),
  54. weight: math.unit(124.738, "kg"),
  55. name: "Back",
  56. image: {
  57. source: "./media/characters/fen/back.svg",
  58. extra: 1025 / 935,
  59. bottom: 0.01
  60. },
  61. info: {
  62. description: {
  63. mode: "append",
  64. text: "\n\nHe is not currently looking at you."
  65. }
  66. }
  67. },
  68. full: {
  69. height: math.unit(1.34, "meter"),
  70. weight: math.unit(225, "kg"),
  71. name: "Full",
  72. image: {
  73. source: "./media/characters/fen/full.svg"
  74. },
  75. info: {
  76. description: {
  77. mode: "append",
  78. text: "\n\nMunch."
  79. }
  80. }
  81. },
  82. kneeling: {
  83. height: math.unit(5.4, "feet"),
  84. weight: math.unit(124.738, "kg"),
  85. name: "Kneeling",
  86. image: {
  87. source: "./media/characters/fen/kneeling.svg",
  88. extra: 563 / 507
  89. }
  90. },
  91. goo: {
  92. height: math.unit(2.8, "feet"),
  93. weight: math.unit(125, "kg"),
  94. capacity: math.unit(1, "people"),
  95. name: "Goo",
  96. image: {
  97. source: "./media/characters/fen/goo.svg",
  98. bottom: 116/613
  99. }
  100. },
  101. lounging: {
  102. height: math.unit(6.5, "feet"),
  103. weight: math.unit(125, "kg"),
  104. name: "Lounging",
  105. image: {
  106. source: "./media/characters/fen/lounging.svg"
  107. }
  108. },
  109. },
  110. [
  111. {
  112. name: "Normal",
  113. height: math.unit(2.2428, "meter")
  114. },
  115. {
  116. name: "Big",
  117. height: math.unit(12, "feet")
  118. },
  119. {
  120. name: "Minimacro",
  121. height: math.unit(40, "feet"),
  122. default: true,
  123. info: {
  124. description: {
  125. mode: "append",
  126. text: "\n\nTOO DAMN BIG"
  127. }
  128. }
  129. },
  130. {
  131. name: "Macro",
  132. height: math.unit(100, "feet"),
  133. info: {
  134. description: {
  135. mode: "append",
  136. text: "\n\nTOO DAMN BIG"
  137. }
  138. }
  139. },
  140. {
  141. name: "Macro+",
  142. height: math.unit(300, "feet")
  143. },
  144. {
  145. name: "Megamacro",
  146. height: math.unit(2, "miles")
  147. }
  148. ]
  149. ))
  150. characterMakers.push(() => makeCharacter(
  151. { name: "Sofia Fluttertail" },
  152. {
  153. front: {
  154. height: math.unit(183, "cm"),
  155. weight: math.unit(80, "kg"),
  156. name: "Front",
  157. image: {
  158. source: "./media/characters/sofia-fluttertail/front.svg",
  159. bottom: 0.01,
  160. extra: 2154 / 2081
  161. }
  162. },
  163. frontAlt: {
  164. height: math.unit(183, "cm"),
  165. weight: math.unit(80, "kg"),
  166. name: "Front (alt)",
  167. image: {
  168. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  169. }
  170. },
  171. back: {
  172. height: math.unit(183, "cm"),
  173. weight: math.unit(80, "kg"),
  174. name: "Back",
  175. image: {
  176. source: "./media/characters/sofia-fluttertail/back.svg"
  177. }
  178. },
  179. kneeling: {
  180. height: math.unit(125, "cm"),
  181. weight: math.unit(80, "kg"),
  182. name: "Kneeling",
  183. image: {
  184. source: "./media/characters/sofia-fluttertail/kneeling.svg",
  185. extra: 1033/977,
  186. bottom: 23.7/1057
  187. }
  188. },
  189. maw: {
  190. height: math.unit(183 / 5, "cm"),
  191. name: "Maw",
  192. image: {
  193. source: "./media/characters/sofia-fluttertail/maw.svg"
  194. }
  195. },
  196. mawcloseup: {
  197. height: math.unit(183 / 5 * 0.41, "cm"),
  198. name: "Maw (Closeup)",
  199. image: {
  200. source: "./media/characters/sofia-fluttertail/maw-closeup.svg"
  201. }
  202. },
  203. },
  204. [
  205. {
  206. name: "Normal",
  207. height: math.unit(1.83, "meter")
  208. },
  209. {
  210. name: "Size Thief",
  211. height: math.unit(18, "feet")
  212. },
  213. {
  214. name: "50 Foot Collie",
  215. height: math.unit(50, "feet")
  216. },
  217. {
  218. name: "Macro",
  219. height: math.unit(96, "feet"),
  220. default: true
  221. },
  222. {
  223. name: "Megamerger",
  224. height: math.unit(650, "feet")
  225. },
  226. ]
  227. ))
  228. characterMakers.push(() => makeCharacter(
  229. { name: "March" },
  230. {
  231. front: {
  232. height: math.unit(7, "feet"),
  233. weight: math.unit(100, "kg"),
  234. name: "Front",
  235. image: {
  236. source: "./media/characters/march/front.svg",
  237. extra: 1,
  238. bottom: 0.015
  239. }
  240. },
  241. foot: {
  242. height: math.unit(0.9, "feet"),
  243. name: "Foot",
  244. image: {
  245. source: "./media/characters/march/foot.svg"
  246. }
  247. },
  248. },
  249. [
  250. {
  251. name: "Normal",
  252. height: math.unit(7.9, "feet")
  253. },
  254. {
  255. name: "Macro",
  256. height: math.unit(220, "meters")
  257. },
  258. {
  259. name: "Megamacro",
  260. height: math.unit(2.98, "km"),
  261. default: true
  262. },
  263. {
  264. name: "Gigamacro",
  265. height: math.unit(15963, "km")
  266. },
  267. {
  268. name: "Teramacro",
  269. height: math.unit(2980000000, "km")
  270. },
  271. {
  272. name: "Examacro",
  273. height: math.unit(250, "parsecs")
  274. },
  275. ]
  276. ))
  277. characterMakers.push(() => makeCharacter(
  278. { name: "Noir" },
  279. {
  280. front: {
  281. height: math.unit(6, "feet"),
  282. weight: math.unit(60, "kg"),
  283. name: "Front",
  284. image: {
  285. source: "./media/characters/noir/front.svg",
  286. extra: 1,
  287. bottom: 0.032
  288. }
  289. },
  290. },
  291. [
  292. {
  293. name: "Normal",
  294. height: math.unit(6.6, "feet")
  295. },
  296. {
  297. name: "Macro",
  298. height: math.unit(500, "feet")
  299. },
  300. {
  301. name: "Megamacro",
  302. height: math.unit(2.5, "km"),
  303. default: true
  304. },
  305. {
  306. name: "Gigamacro",
  307. height: math.unit(22500, "km")
  308. },
  309. {
  310. name: "Teramacro",
  311. height: math.unit(2500000000, "km")
  312. },
  313. {
  314. name: "Examacro",
  315. height: math.unit(200, "parsecs")
  316. },
  317. ]
  318. ))
  319. characterMakers.push(() => makeCharacter(
  320. { name: "Okuri" },
  321. {
  322. front: {
  323. height: math.unit(7, "feet"),
  324. weight: math.unit(100, "kg"),
  325. name: "Front",
  326. image: {
  327. source: "./media/characters/okuri/front.svg",
  328. extra: 1,
  329. bottom: 0.037
  330. }
  331. },
  332. back: {
  333. height: math.unit(7, "feet"),
  334. weight: math.unit(100, "kg"),
  335. name: "Back",
  336. image: {
  337. source: "./media/characters/okuri/back.svg",
  338. extra: 1,
  339. bottom: 0.007
  340. }
  341. },
  342. },
  343. [
  344. {
  345. name: "Megamacro",
  346. height: math.unit(100, "miles"),
  347. default: true
  348. },
  349. ]
  350. ))
  351. characterMakers.push(() => makeCharacter(
  352. { name: "Manny" },
  353. {
  354. front: {
  355. height: math.unit(7, "feet"),
  356. weight: math.unit(100, "kg"),
  357. name: "Front",
  358. image: {
  359. source: "./media/characters/manny/front.svg",
  360. extra: 1,
  361. bottom: 0.06
  362. }
  363. },
  364. back: {
  365. height: math.unit(7, "feet"),
  366. weight: math.unit(100, "kg"),
  367. name: "Back",
  368. image: {
  369. source: "./media/characters/manny/back.svg",
  370. extra: 1,
  371. bottom: 0.014
  372. }
  373. },
  374. },
  375. [
  376. {
  377. name: "Normal",
  378. height: math.unit(7, "feet"),
  379. },
  380. {
  381. name: "Macro",
  382. height: math.unit(78, "feet"),
  383. default: true
  384. },
  385. {
  386. name: "Macro+",
  387. height: math.unit(300, "meters")
  388. },
  389. {
  390. name: "Macro++",
  391. height: math.unit(2400, "meters")
  392. },
  393. {
  394. name: "Megamacro",
  395. height: math.unit(5167, "meters")
  396. },
  397. {
  398. name: "Gigamacro",
  399. height: math.unit(41769, "miles")
  400. },
  401. ]
  402. ))
  403. characterMakers.push(() => makeCharacter(
  404. { name: "Adake" },
  405. {
  406. front: {
  407. height: math.unit(7, "feet"),
  408. weight: math.unit(100, "kg"),
  409. name: "Front",
  410. image: {
  411. source: "./media/characters/adake/front-1.svg"
  412. }
  413. },
  414. frontAlt: {
  415. height: math.unit(7, "feet"),
  416. weight: math.unit(100, "kg"),
  417. name: "Front (Alt)",
  418. image: {
  419. source: "./media/characters/adake/front-2.svg",
  420. extra: 1,
  421. bottom: 0.01
  422. }
  423. },
  424. back: {
  425. height: math.unit(7, "feet"),
  426. weight: math.unit(100, "kg"),
  427. name: "Back",
  428. image: {
  429. source: "./media/characters/adake/back.svg",
  430. }
  431. },
  432. kneel: {
  433. height: math.unit(5.385, "feet"),
  434. weight: math.unit(100, "kg"),
  435. name: "Kneeling",
  436. image: {
  437. source: "./media/characters/adake/kneel.svg",
  438. bottom: 0.052
  439. }
  440. },
  441. },
  442. [
  443. {
  444. name: "Normal",
  445. height: math.unit(7, "feet"),
  446. },
  447. {
  448. name: "Macro",
  449. height: math.unit(78, "feet"),
  450. default: true
  451. },
  452. {
  453. name: "Macro+",
  454. height: math.unit(300, "meters")
  455. },
  456. {
  457. name: "Macro++",
  458. height: math.unit(2400, "meters")
  459. },
  460. {
  461. name: "Megamacro",
  462. height: math.unit(5167, "meters")
  463. },
  464. {
  465. name: "Gigamacro",
  466. height: math.unit(41769, "miles")
  467. },
  468. ]
  469. ))
  470. characterMakers.push(() => makeCharacter(
  471. { name: "Elijah" },
  472. {
  473. front: {
  474. height: math.unit(1.65, "meters"),
  475. weight: math.unit(50, "kg"),
  476. name: "Front",
  477. image: {
  478. source: "./media/characters/elijah/front.svg",
  479. extra: 858/830,
  480. bottom: 95.5/953.8559
  481. }
  482. },
  483. back: {
  484. height: math.unit(1.65, "meters"),
  485. weight: math.unit(50, "kg"),
  486. name: "Back",
  487. image: {
  488. source: "./media/characters/elijah/back.svg",
  489. extra: 895/850,
  490. bottom: 5.3/897.956
  491. }
  492. },
  493. frontNsfw: {
  494. height: math.unit(1.65, "meters"),
  495. weight: math.unit(50, "kg"),
  496. name: "Front (NSFW)",
  497. image: {
  498. source: "./media/characters/elijah/front-nsfw.svg",
  499. extra: 858/830,
  500. bottom: 95.5/953.8559
  501. }
  502. },
  503. backNsfw: {
  504. height: math.unit(1.65, "meters"),
  505. weight: math.unit(50, "kg"),
  506. name: "Back (NSFW)",
  507. image: {
  508. source: "./media/characters/elijah/back-nsfw.svg",
  509. extra: 895/850,
  510. bottom: 5.3/897.956
  511. }
  512. },
  513. dick: {
  514. height: math.unit(1, "feet"),
  515. name: "Dick",
  516. image: {
  517. source: "./media/characters/elijah/dick.svg"
  518. }
  519. },
  520. beakOpen: {
  521. height: math.unit(1.25, "feet"),
  522. name: "Beak (Open)",
  523. image: {
  524. source: "./media/characters/elijah/beak-open.svg"
  525. }
  526. },
  527. beakShut: {
  528. height: math.unit(1.25, "feet"),
  529. name: "Beak (Shut)",
  530. image: {
  531. source: "./media/characters/elijah/beak-shut.svg"
  532. }
  533. },
  534. footFlexing: {
  535. height: math.unit(1.61, "feet"),
  536. name: "Foot (Flexing)",
  537. image: {
  538. source: "./media/characters/elijah/foot-flexing.svg"
  539. }
  540. },
  541. footStepping: {
  542. height: math.unit(1.44, "feet"),
  543. name: "Foot (Stepping)",
  544. image: {
  545. source: "./media/characters/elijah/foot-stepping.svg"
  546. }
  547. },
  548. plantigradeLeg: {
  549. height: math.unit(2.34, "feet"),
  550. name: "Plantigrade Leg",
  551. image: {
  552. source: "./media/characters/elijah/plantigrade-leg.svg"
  553. }
  554. },
  555. plantigradeFootLeft: {
  556. height: math.unit(0.9, "feet"),
  557. name: "Plantigrade Foot (Left)",
  558. image: {
  559. source: "./media/characters/elijah/plantigrade-foot-left.svg"
  560. }
  561. },
  562. plantigradeFootRight: {
  563. height: math.unit(0.9, "feet"),
  564. name: "Plantigrade Foot (Right)",
  565. image: {
  566. source: "./media/characters/elijah/plantigrade-foot-right.svg"
  567. }
  568. },
  569. },
  570. [
  571. {
  572. name: "Normal",
  573. height: math.unit(1.65, "meters")
  574. },
  575. {
  576. name: "Macro",
  577. height: math.unit(55, "meters"),
  578. default: true
  579. },
  580. {
  581. name: "Macro+",
  582. height: math.unit(105, "meters")
  583. },
  584. ]
  585. ))
  586. characterMakers.push(() => makeCharacter(
  587. { name: "Rai" },
  588. {
  589. front: {
  590. height: math.unit(11, "feet"),
  591. weight: math.unit(80, "kg"),
  592. name: "Front",
  593. image: {
  594. source: "./media/characters/rai/front.svg",
  595. extra: 1,
  596. bottom: 0.03
  597. }
  598. },
  599. side: {
  600. height: math.unit(11, "feet"),
  601. weight: math.unit(80, "kg"),
  602. name: "Side",
  603. image: {
  604. source: "./media/characters/rai/side.svg"
  605. }
  606. },
  607. back: {
  608. height: math.unit(11, "feet"),
  609. weight: math.unit(80, "lb"),
  610. name: "Back",
  611. image: {
  612. source: "./media/characters/rai/back.svg",
  613. extra: 1,
  614. bottom: 0.01
  615. }
  616. },
  617. feral: {
  618. height: math.unit(11, "feet"),
  619. weight: math.unit(800, "lb"),
  620. name: "Feral",
  621. image: {
  622. source: "./media/characters/rai/feral.svg",
  623. extra: 1050 / 659,
  624. bottom: 0.07
  625. }
  626. },
  627. dragon: {
  628. height: math.unit(23, "feet"),
  629. weight: math.unit(50000, "lb"),
  630. name: "Dragon",
  631. image: {
  632. source: "./media/characters/rai/dragon.svg",
  633. extra: 2498/2030,
  634. bottom: 85.2/2584
  635. }
  636. },
  637. maw: {
  638. height: math.unit(6 / 3.81416, "feet"),
  639. name: "Maw",
  640. image: {
  641. source: "./media/characters/rai/maw.svg"
  642. }
  643. },
  644. },
  645. [
  646. {
  647. name: "Normal",
  648. height: math.unit(11, "feet")
  649. },
  650. {
  651. name: "Macro",
  652. height: math.unit(302, "feet"),
  653. default: true
  654. },
  655. ]
  656. ))
  657. characterMakers.push(() => makeCharacter(
  658. { name: "Jazzy" },
  659. {
  660. front: {
  661. height: math.unit(7, "feet"),
  662. weight: math.unit(80, "kg"),
  663. name: "Front",
  664. image: {
  665. source: "./media/characters/jazzy/front.svg",
  666. extra: 1,
  667. bottom: 0.01
  668. }
  669. },
  670. back: {
  671. height: math.unit(7, "feet"),
  672. weight: math.unit(80, "kg"),
  673. name: "Back",
  674. image: {
  675. source: "./media/characters/jazzy/back.svg",
  676. extra: 1,
  677. bottom: 0.01
  678. }
  679. },
  680. },
  681. [
  682. {
  683. name: "Macro",
  684. height: math.unit(216, "feet"),
  685. default: true
  686. },
  687. ]
  688. ))
  689. characterMakers.push(() => makeCharacter(
  690. { name: "Flamm" },
  691. {
  692. front: {
  693. height: math.unit(7, "feet"),
  694. weight: math.unit(80, "kg"),
  695. name: "Front",
  696. image: {
  697. source: "./media/characters/flamm/front.svg",
  698. extra: 1794 / 1677,
  699. bottom: 31.7 / 1828.5
  700. }
  701. },
  702. },
  703. [
  704. {
  705. name: "Normal",
  706. height: math.unit(9.5, "feet")
  707. },
  708. {
  709. name: "Macro",
  710. height: math.unit(200, "feet"),
  711. default: true
  712. },
  713. ]
  714. ))
  715. characterMakers.push(() => makeCharacter(
  716. { name: "Zephiro" },
  717. {
  718. front: {
  719. height: math.unit(7, "feet"),
  720. weight: math.unit(80, "kg"),
  721. name: "Front",
  722. image: {
  723. source: "./media/characters/zephiro/front.svg",
  724. extra: 2309 / 2162,
  725. bottom: 0.069
  726. }
  727. },
  728. side: {
  729. height: math.unit(7, "feet"),
  730. weight: math.unit(80, "kg"),
  731. name: "Side",
  732. image: {
  733. source: "./media/characters/zephiro/side.svg",
  734. extra: 2403 / 2279,
  735. bottom: 0.015
  736. }
  737. },
  738. back: {
  739. height: math.unit(7, "feet"),
  740. weight: math.unit(80, "kg"),
  741. name: "Back",
  742. image: {
  743. source: "./media/characters/zephiro/back.svg",
  744. extra: 2373 / 2244,
  745. bottom: 0.013
  746. }
  747. },
  748. },
  749. [
  750. {
  751. name: "Micro",
  752. height: math.unit(3, "inches")
  753. },
  754. {
  755. name: "Normal",
  756. height: math.unit(5 + 3 / 12, "feet"),
  757. default: true
  758. },
  759. {
  760. name: "Macro",
  761. height: math.unit(118, "feet")
  762. },
  763. ]
  764. ))
  765. characterMakers.push(() => makeCharacter(
  766. { name: "Fory" },
  767. {
  768. front: {
  769. height: math.unit(5, "feet"),
  770. weight: math.unit(90, "kg"),
  771. name: "Front",
  772. image: {
  773. source: "./media/characters/fory/front.svg",
  774. extra: 2862 / 2674,
  775. bottom: 180 / 3043.8
  776. }
  777. },
  778. back: {
  779. height: math.unit(5, "feet"),
  780. weight: math.unit(90, "kg"),
  781. name: "Back",
  782. image: {
  783. source: "./media/characters/fory/back.svg",
  784. extra: 2962 / 2791,
  785. bottom: 106 / 3071.8
  786. }
  787. },
  788. foot: {
  789. height: math.unit(2.14, "feet"),
  790. name: "Foot",
  791. image: {
  792. source: "./media/characters/fory/foot.svg"
  793. }
  794. },
  795. },
  796. [
  797. {
  798. name: "Normal",
  799. height: math.unit(5, "feet")
  800. },
  801. {
  802. name: "Macro",
  803. height: math.unit(50, "feet"),
  804. default: true
  805. },
  806. {
  807. name: "Megamacro",
  808. height: math.unit(10, "miles")
  809. },
  810. {
  811. name: "Gigamacro",
  812. height: math.unit(5, "earths")
  813. },
  814. ]
  815. ))
  816. characterMakers.push(() => makeCharacter(
  817. { name: "Kurrikage" },
  818. {
  819. front: {
  820. height: math.unit(7, "feet"),
  821. weight: math.unit(90, "kg"),
  822. name: "Front",
  823. image: {
  824. source: "./media/characters/kurrikage/front.svg",
  825. extra: 1,
  826. bottom: 0.035
  827. }
  828. },
  829. back: {
  830. height: math.unit(7, "feet"),
  831. weight: math.unit(90, "lb"),
  832. name: "Back",
  833. image: {
  834. source: "./media/characters/kurrikage/back.svg"
  835. }
  836. },
  837. paw: {
  838. height: math.unit(1.5, "feet"),
  839. name: "Paw",
  840. image: {
  841. source: "./media/characters/kurrikage/paw.svg"
  842. }
  843. },
  844. staff: {
  845. height: math.unit(6.7, "feet"),
  846. name: "Staff",
  847. image: {
  848. source: "./media/characters/kurrikage/staff.svg"
  849. }
  850. },
  851. peek: {
  852. height: math.unit(1.05, "feet"),
  853. name: "Peeking",
  854. image: {
  855. source: "./media/characters/kurrikage/peek.svg",
  856. bottom: 0.08
  857. }
  858. },
  859. },
  860. [
  861. {
  862. name: "Normal",
  863. height: math.unit(12, "feet"),
  864. default: true
  865. },
  866. {
  867. name: "Big",
  868. height: math.unit(20, "feet")
  869. },
  870. {
  871. name: "Macro",
  872. height: math.unit(500, "feet")
  873. },
  874. {
  875. name: "Megamacro",
  876. height: math.unit(20, "miles")
  877. },
  878. ]
  879. ))
  880. characterMakers.push(() => makeCharacter(
  881. { name: "Shingo" },
  882. {
  883. front: {
  884. height: math.unit(6, "feet"),
  885. weight: math.unit(75, "kg"),
  886. name: "Front",
  887. image: {
  888. source: "./media/characters/shingo/front.svg",
  889. extra: 3511 / 3338,
  890. bottom: 0.005
  891. }
  892. },
  893. },
  894. [
  895. {
  896. name: "Micro",
  897. height: math.unit(4, "inches")
  898. },
  899. {
  900. name: "Normal",
  901. height: math.unit(6, "feet"),
  902. default: true
  903. },
  904. {
  905. name: "Macro",
  906. height: math.unit(108, "feet")
  907. }
  908. ]
  909. ))
  910. characterMakers.push(() => makeCharacter(
  911. { name: "Aigey" },
  912. {
  913. side: {
  914. height: math.unit(6, "feet"),
  915. weight: math.unit(75, "kg"),
  916. name: "Side",
  917. image: {
  918. source: "./media/characters/aigey/side.svg"
  919. }
  920. },
  921. },
  922. [
  923. {
  924. name: "Macro",
  925. height: math.unit(200, "feet"),
  926. default: true
  927. },
  928. {
  929. name: "Megamacro",
  930. height: math.unit(100, "miles")
  931. },
  932. ]
  933. )
  934. )
  935. characterMakers.push(() => makeCharacter(
  936. { name: "Natasha" },
  937. {
  938. front: {
  939. height: math.unit(5 + 5 / 12, "feet"),
  940. weight: math.unit(75, "kg"),
  941. name: "Front",
  942. image: {
  943. source: "./media/characters/natasha/front.svg",
  944. extra: 859/824,
  945. bottom: 23/879.6
  946. }
  947. },
  948. frontNsfw: {
  949. height: math.unit(5 + 5 / 12, "feet"),
  950. weight: math.unit(75, "kg"),
  951. name: "Front (NSFW)",
  952. image: {
  953. source: "./media/characters/natasha/front-nsfw.svg",
  954. extra: 859/824,
  955. bottom: 23/879.6
  956. }
  957. },
  958. frontErect: {
  959. height: math.unit(5 + 5 / 12, "feet"),
  960. weight: math.unit(75, "kg"),
  961. name: "Front (Erect)",
  962. image: {
  963. source: "./media/characters/natasha/front-erect.svg",
  964. extra: 859/824,
  965. bottom: 23/879.6
  966. }
  967. },
  968. back: {
  969. height: math.unit(5 + 5 / 12, "feet"),
  970. weight: math.unit(75, "kg"),
  971. name: "Back",
  972. image: {
  973. source: "./media/characters/natasha/back.svg",
  974. extra: 887.9/852.6,
  975. bottom: 9.7/896.4
  976. }
  977. },
  978. backAlt: {
  979. height: math.unit(5 + 5 / 12, "feet"),
  980. weight: math.unit(75, "kg"),
  981. name: "Back (Alt)",
  982. image: {
  983. source: "./media/characters/natasha/back-alt.svg",
  984. extra: 1236.7/1192,
  985. bottom: 22.3/1258.2
  986. }
  987. },
  988. dick: {
  989. height: math.unit(1.772, "feet"),
  990. name: "Dick",
  991. image: {
  992. source: "./media/characters/natasha/dick.svg"
  993. }
  994. },
  995. },
  996. [
  997. {
  998. name: "Normal",
  999. height: math.unit(5 + 5 / 12, "feet")
  1000. },
  1001. {
  1002. name: "Large",
  1003. height: math.unit(12, "feet")
  1004. },
  1005. {
  1006. name: "Macro",
  1007. height: math.unit(100, "feet"),
  1008. default: true
  1009. },
  1010. {
  1011. name: "Macro+",
  1012. height: math.unit(260, "feet")
  1013. },
  1014. {
  1015. name: "Macro++",
  1016. height: math.unit(1, "mile")
  1017. },
  1018. ]
  1019. ))
  1020. characterMakers.push(() => makeCharacter(
  1021. { name: "Malik" },
  1022. {
  1023. front: {
  1024. height: math.unit(6, "feet"),
  1025. weight: math.unit(75, "kg"),
  1026. name: "Front",
  1027. image: {
  1028. source: "./media/characters/malik/front.svg"
  1029. }
  1030. },
  1031. side: {
  1032. height: math.unit(6, "feet"),
  1033. weight: math.unit(75, "kg"),
  1034. name: "Side",
  1035. image: {
  1036. source: "./media/characters/malik/side.svg",
  1037. extra: 1.1539
  1038. }
  1039. },
  1040. back: {
  1041. height: math.unit(6, "feet"),
  1042. weight: math.unit(75, "kg"),
  1043. name: "Back",
  1044. image: {
  1045. source: "./media/characters/malik/back.svg"
  1046. }
  1047. },
  1048. },
  1049. [
  1050. {
  1051. name: "Macro",
  1052. height: math.unit(156, "feet"),
  1053. default: true
  1054. },
  1055. {
  1056. name: "Macro+",
  1057. height: math.unit(1188, "feet")
  1058. },
  1059. ]
  1060. ))
  1061. characterMakers.push(() => makeCharacter(
  1062. { name: "Sefer" },
  1063. {
  1064. front: {
  1065. height: math.unit(6, "feet"),
  1066. weight: math.unit(75, "kg"),
  1067. name: "Front",
  1068. image: {
  1069. source: "./media/characters/sefer/front.svg"
  1070. }
  1071. },
  1072. back: {
  1073. height: math.unit(6, "feet"),
  1074. weight: math.unit(75, "kg"),
  1075. name: "Back",
  1076. image: {
  1077. source: "./media/characters/sefer/back.svg"
  1078. }
  1079. },
  1080. },
  1081. [
  1082. {
  1083. name: "Normal",
  1084. height: math.unit(6, "feet"),
  1085. default: true
  1086. },
  1087. ]
  1088. ))
  1089. characterMakers.push(() => makeCharacter(
  1090. { name: "North" },
  1091. {
  1092. body: {
  1093. height: math.unit(2.2428, "meter"),
  1094. weight: math.unit(124.738, "kg"),
  1095. name: "Body",
  1096. image: {
  1097. extra: 1225 / 1050,
  1098. source: "./media/characters/north/front.svg"
  1099. }
  1100. }
  1101. },
  1102. [
  1103. {
  1104. name: "Micro",
  1105. height: math.unit(4, "inches")
  1106. },
  1107. {
  1108. name: "Macro",
  1109. height: math.unit(63, "meters")
  1110. },
  1111. {
  1112. name: "Megamacro",
  1113. height: math.unit(101, "miles"),
  1114. default: true
  1115. }
  1116. ]
  1117. ))
  1118. characterMakers.push(() => makeCharacter(
  1119. { name: "Talan" },
  1120. {
  1121. angled: {
  1122. height: math.unit(4, "meter"),
  1123. weight: math.unit(150, "kg"),
  1124. name: "Angled",
  1125. image: {
  1126. source: "./media/characters/talan/angled-sfw.svg",
  1127. bottom: 29 / 3734
  1128. }
  1129. },
  1130. angledNsfw: {
  1131. height: math.unit(4, "meter"),
  1132. weight: math.unit(150, "kg"),
  1133. name: "Angled (NSFW)",
  1134. image: {
  1135. source: "./media/characters/talan/angled-nsfw.svg",
  1136. bottom: 29 / 3734
  1137. }
  1138. },
  1139. frontNsfw: {
  1140. height: math.unit(4, "meter"),
  1141. weight: math.unit(150, "kg"),
  1142. name: "Front (NSFW)",
  1143. image: {
  1144. source: "./media/characters/talan/front-nsfw.svg",
  1145. bottom: 29 / 3734
  1146. }
  1147. },
  1148. sideNsfw: {
  1149. height: math.unit(4, "meter"),
  1150. weight: math.unit(150, "kg"),
  1151. name: "Side (NSFW)",
  1152. image: {
  1153. source: "./media/characters/talan/side-nsfw.svg",
  1154. bottom: 29 / 3734
  1155. }
  1156. },
  1157. back: {
  1158. height: math.unit(4, "meter"),
  1159. weight: math.unit(150, "kg"),
  1160. name: "Back",
  1161. image: {
  1162. source: "./media/characters/talan/back.svg"
  1163. }
  1164. },
  1165. dickBottom: {
  1166. height: math.unit(0.621, "meter"),
  1167. name: "Dick (Bottom)",
  1168. image: {
  1169. source: "./media/characters/talan/dick-bottom.svg"
  1170. }
  1171. },
  1172. dickTop: {
  1173. height: math.unit(0.621, "meter"),
  1174. name: "Dick (Top)",
  1175. image: {
  1176. source: "./media/characters/talan/dick-top.svg"
  1177. }
  1178. },
  1179. dickSide: {
  1180. height: math.unit(0.305, "meter"),
  1181. name: "Dick (Side)",
  1182. image: {
  1183. source: "./media/characters/talan/dick-side.svg"
  1184. }
  1185. },
  1186. dickFront: {
  1187. height: math.unit(0.305, "meter"),
  1188. name: "Dick (Front)",
  1189. image: {
  1190. source: "./media/characters/talan/dick-front.svg"
  1191. }
  1192. },
  1193. },
  1194. [
  1195. {
  1196. name: "Normal",
  1197. height: math.unit(4, "meters")
  1198. },
  1199. {
  1200. name: "Macro",
  1201. height: math.unit(100, "meters")
  1202. },
  1203. {
  1204. name: "Megamacro",
  1205. height: math.unit(2, "miles"),
  1206. default: true
  1207. },
  1208. {
  1209. name: "Gigamacro",
  1210. height: math.unit(5000, "miles")
  1211. },
  1212. {
  1213. name: "Teramacro",
  1214. height: math.unit(100, "parsecs")
  1215. }
  1216. ]
  1217. ))
  1218. characterMakers.push(() => makeCharacter(
  1219. { name: "Gael'Rathus" },
  1220. {
  1221. front: {
  1222. height: math.unit(2, "meter"),
  1223. weight: math.unit(90, "kg"),
  1224. name: "Front",
  1225. image: {
  1226. source: "./media/characters/gael'rathus/front.svg"
  1227. }
  1228. },
  1229. frontAlt: {
  1230. height: math.unit(2, "meter"),
  1231. weight: math.unit(90, "kg"),
  1232. name: "Front (alt)",
  1233. image: {
  1234. source: "./media/characters/gael'rathus/front-alt.svg"
  1235. }
  1236. },
  1237. frontAlt2: {
  1238. height: math.unit(2, "meter"),
  1239. weight: math.unit(90, "kg"),
  1240. name: "Front (alt 2)",
  1241. image: {
  1242. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1243. }
  1244. }
  1245. },
  1246. [
  1247. {
  1248. name: "Normal",
  1249. height: math.unit(9, "feet"),
  1250. default: true
  1251. },
  1252. {
  1253. name: "Large",
  1254. height: math.unit(25, "feet")
  1255. },
  1256. {
  1257. name: "Macro",
  1258. height: math.unit(0.25, "miles")
  1259. },
  1260. {
  1261. name: "Megamacro",
  1262. height: math.unit(10, "miles")
  1263. }
  1264. ]
  1265. ))
  1266. characterMakers.push(() => makeCharacter(
  1267. { name: "Sosha" },
  1268. {
  1269. side: {
  1270. height: math.unit(2, "meter"),
  1271. weight: math.unit(140, "kg"),
  1272. name: "Side",
  1273. image: {
  1274. source: "./media/characters/sosha/side.svg",
  1275. bottom: 0.042
  1276. }
  1277. },
  1278. },
  1279. [
  1280. {
  1281. name: "Normal",
  1282. height: math.unit(12, "feet"),
  1283. default: true
  1284. }
  1285. ]
  1286. ))
  1287. characterMakers.push(() => makeCharacter(
  1288. { name: "RuNNoLa" },
  1289. {
  1290. side: {
  1291. height: math.unit(5 + 5 / 12, "feet"),
  1292. weight: math.unit(170, "kg"),
  1293. name: "Side",
  1294. image: {
  1295. source: "./media/characters/runnola/side.svg",
  1296. extra: 741 / 448,
  1297. bottom: 0.05
  1298. }
  1299. },
  1300. },
  1301. [
  1302. {
  1303. name: "Small",
  1304. height: math.unit(3, "feet")
  1305. },
  1306. {
  1307. name: "Normal",
  1308. height: math.unit(5 + 5 / 12, "feet"),
  1309. default: true
  1310. },
  1311. {
  1312. name: "Big",
  1313. height: math.unit(10, "feet")
  1314. },
  1315. ]
  1316. ))
  1317. characterMakers.push(() => makeCharacter(
  1318. { name: "Kurribird" },
  1319. {
  1320. front: {
  1321. height: math.unit(2, "meter"),
  1322. weight: math.unit(50, "kg"),
  1323. name: "Front",
  1324. image: {
  1325. source: "./media/characters/kurribird/front.svg",
  1326. bottom: 0.015
  1327. }
  1328. },
  1329. frontAlt: {
  1330. height: math.unit(1.5, "meter"),
  1331. weight: math.unit(50, "kg"),
  1332. name: "Front (Alt)",
  1333. image: {
  1334. source: "./media/characters/kurribird/front-alt.svg",
  1335. extra: 1.45
  1336. }
  1337. },
  1338. },
  1339. [
  1340. {
  1341. name: "Normal",
  1342. height: math.unit(7, "feet")
  1343. },
  1344. {
  1345. name: "Big",
  1346. height: math.unit(12, "feet"),
  1347. default: true
  1348. },
  1349. {
  1350. name: "Macro",
  1351. height: math.unit(1500, "feet")
  1352. },
  1353. {
  1354. name: "Megamacro",
  1355. height: math.unit(2, "miles")
  1356. }
  1357. ]
  1358. ))
  1359. characterMakers.push(() => makeCharacter(
  1360. { name: "Elbial" },
  1361. {
  1362. front: {
  1363. height: math.unit(2, "meter"),
  1364. weight: math.unit(80, "kg"),
  1365. name: "Front",
  1366. image: {
  1367. source: "./media/characters/elbial/front.svg",
  1368. extra: 1643 / 1556,
  1369. bottom: 60.2 / 1696
  1370. }
  1371. },
  1372. side: {
  1373. height: math.unit(2, "meter"),
  1374. weight: math.unit(80, "kg"),
  1375. name: "Side",
  1376. image: {
  1377. source: "./media/characters/elbial/side.svg",
  1378. extra: 1630 / 1565,
  1379. bottom: 71.5 / 1697
  1380. }
  1381. },
  1382. back: {
  1383. height: math.unit(2, "meter"),
  1384. weight: math.unit(80, "kg"),
  1385. name: "Back",
  1386. image: {
  1387. source: "./media/characters/elbial/back.svg",
  1388. extra: 1668 / 1595,
  1389. bottom: 5.6 / 1672
  1390. }
  1391. },
  1392. frontDressed: {
  1393. height: math.unit(2, "meter"),
  1394. weight: math.unit(80, "kg"),
  1395. name: "Front (Dressed)",
  1396. image: {
  1397. source: "./media/characters/elbial/front-dressed.svg",
  1398. extra: 1653 / 1584,
  1399. bottom: 57 / 1708
  1400. }
  1401. },
  1402. genitals: {
  1403. height: math.unit(2 / 3.367, "meter"),
  1404. name: "Genitals",
  1405. image: {
  1406. source: "./media/characters/elbial/genitals.svg"
  1407. }
  1408. },
  1409. },
  1410. [
  1411. {
  1412. name: "Large",
  1413. height: math.unit(100, "feet")
  1414. },
  1415. {
  1416. name: "Macro",
  1417. height: math.unit(500, "feet"),
  1418. default: true
  1419. },
  1420. {
  1421. name: "Megamacro",
  1422. height: math.unit(10, "miles")
  1423. },
  1424. {
  1425. name: "Gigamacro",
  1426. height: math.unit(25000, "miles")
  1427. },
  1428. {
  1429. name: "Full-Size",
  1430. height: math.unit(8000000, "gigaparsecs")
  1431. }
  1432. ]
  1433. ))
  1434. characterMakers.push(() => makeCharacter(
  1435. { name: "Noah" },
  1436. {
  1437. front: {
  1438. height: math.unit(2, "meter"),
  1439. weight: math.unit(60, "kg"),
  1440. name: "Front",
  1441. image: {
  1442. source: "./media/characters/noah/front.svg"
  1443. }
  1444. },
  1445. talons: {
  1446. height: math.unit(0.315, "meter"),
  1447. name: "Talons",
  1448. image: {
  1449. source: "./media/characters/noah/talons.svg"
  1450. }
  1451. }
  1452. },
  1453. [
  1454. {
  1455. name: "Large",
  1456. height: math.unit(50, "feet")
  1457. },
  1458. {
  1459. name: "Macro",
  1460. height: math.unit(750, "feet"),
  1461. default: true
  1462. },
  1463. {
  1464. name: "Megamacro",
  1465. height: math.unit(50, "miles")
  1466. },
  1467. {
  1468. name: "Gigamacro",
  1469. height: math.unit(100000, "miles")
  1470. },
  1471. {
  1472. name: "Full-Size",
  1473. height: math.unit(3000000000, "miles")
  1474. }
  1475. ]
  1476. ))
  1477. characterMakers.push(() => makeCharacter(
  1478. { name: "Natalya" },
  1479. {
  1480. front: {
  1481. height: math.unit(2, "meter"),
  1482. weight: math.unit(80, "kg"),
  1483. name: "Front",
  1484. image: {
  1485. source: "./media/characters/natalya/front.svg"
  1486. }
  1487. },
  1488. back: {
  1489. height: math.unit(2, "meter"),
  1490. weight: math.unit(80, "kg"),
  1491. name: "Back",
  1492. image: {
  1493. source: "./media/characters/natalya/back.svg"
  1494. }
  1495. }
  1496. },
  1497. [
  1498. {
  1499. name: "Normal",
  1500. height: math.unit(150, "feet"),
  1501. default: true
  1502. },
  1503. {
  1504. name: "Megamacro",
  1505. height: math.unit(5, "miles")
  1506. },
  1507. {
  1508. name: "Full-Size",
  1509. height: math.unit(600, "kiloparsecs")
  1510. }
  1511. ]
  1512. ))
  1513. characterMakers.push(() => makeCharacter(
  1514. { name: "Erestrebah" },
  1515. {
  1516. front: {
  1517. height: math.unit(2, "meter"),
  1518. weight: math.unit(50, "kg"),
  1519. name: "Front",
  1520. image: {
  1521. source: "./media/characters/erestrebah/front.svg",
  1522. extra: 208 / 193,
  1523. bottom: 0.055
  1524. }
  1525. },
  1526. back: {
  1527. height: math.unit(2, "meter"),
  1528. weight: math.unit(50, "kg"),
  1529. name: "Back",
  1530. image: {
  1531. source: "./media/characters/erestrebah/back.svg",
  1532. extra: 1.3
  1533. }
  1534. }
  1535. },
  1536. [
  1537. {
  1538. name: "Normal",
  1539. height: math.unit(10, "feet")
  1540. },
  1541. {
  1542. name: "Large",
  1543. height: math.unit(50, "feet"),
  1544. default: true
  1545. },
  1546. {
  1547. name: "Macro",
  1548. height: math.unit(300, "feet")
  1549. },
  1550. {
  1551. name: "Macro+",
  1552. height: math.unit(750, "feet")
  1553. },
  1554. {
  1555. name: "Megamacro",
  1556. height: math.unit(3, "miles")
  1557. }
  1558. ]
  1559. ))
  1560. characterMakers.push(() => makeCharacter(
  1561. { name: "Jennifer" },
  1562. {
  1563. front: {
  1564. height: math.unit(2, "meter"),
  1565. weight: math.unit(80, "kg"),
  1566. name: "Front",
  1567. image: {
  1568. source: "./media/characters/jennifer/front.svg",
  1569. bottom: 0.11,
  1570. extra: 1.16
  1571. }
  1572. },
  1573. frontAlt: {
  1574. height: math.unit(2, "meter"),
  1575. weight: math.unit(80, "kg"),
  1576. name: "Front (Alt)",
  1577. image: {
  1578. source: "./media/characters/jennifer/front-alt.svg"
  1579. }
  1580. }
  1581. },
  1582. [
  1583. {
  1584. name: "Canon Height",
  1585. height: math.unit(120, "feet"),
  1586. default: true
  1587. },
  1588. {
  1589. name: "Macro+",
  1590. height: math.unit(300, "feet")
  1591. },
  1592. {
  1593. name: "Megamacro",
  1594. height: math.unit(20000, "feet")
  1595. }
  1596. ]
  1597. ))
  1598. characterMakers.push(() => makeCharacter(
  1599. { name: "Kalista" },
  1600. {
  1601. front: {
  1602. height: math.unit(2, "meter"),
  1603. weight: math.unit(50, "kg"),
  1604. name: "Front",
  1605. image: {
  1606. source: "./media/characters/kalista/front.svg",
  1607. extra: 1947 / 1700,
  1608. bottom: 76.6/1412.98
  1609. }
  1610. },
  1611. back: {
  1612. height: math.unit(2, "meter"),
  1613. weight: math.unit(50, "kg"),
  1614. name: "Back",
  1615. image: {
  1616. source: "./media/characters/kalista/back.svg",
  1617. extra: 1366 / 1156,
  1618. bottom: 33.9/1362.78
  1619. }
  1620. }
  1621. },
  1622. [
  1623. {
  1624. name: "Uncomfortably Small",
  1625. height: math.unit(10, "feet")
  1626. },
  1627. {
  1628. name: "Small",
  1629. height: math.unit(30, "feet")
  1630. },
  1631. {
  1632. name: "Macro",
  1633. height: math.unit(100, "feet"),
  1634. default: true
  1635. },
  1636. {
  1637. name: "Macro+",
  1638. height: math.unit(2000, "feet")
  1639. },
  1640. {
  1641. name: "True Form",
  1642. height: math.unit(8924, "miles")
  1643. }
  1644. ]
  1645. ))
  1646. characterMakers.push(() => makeCharacter(
  1647. { name: "GiantGrowingVixen" },
  1648. {
  1649. front: {
  1650. height: math.unit(2, "meter"),
  1651. weight: math.unit(120, "kg"),
  1652. name: "Front",
  1653. image: {
  1654. source: "./media/characters/ggv/front.svg"
  1655. }
  1656. },
  1657. side: {
  1658. height: math.unit(2, "meter"),
  1659. weight: math.unit(120, "kg"),
  1660. name: "Side",
  1661. image: {
  1662. source: "./media/characters/ggv/side.svg"
  1663. }
  1664. }
  1665. },
  1666. [
  1667. {
  1668. name: "Extremely Puny",
  1669. height: math.unit(9 + 5 / 12, "feet")
  1670. },
  1671. {
  1672. name: "Horribly Small",
  1673. height: math.unit(47.7, "miles"),
  1674. default: true
  1675. },
  1676. {
  1677. name: "Reasonably Sized",
  1678. height: math.unit(25000, "parsecs")
  1679. },
  1680. {
  1681. name: "Slightly Uncompressed",
  1682. height: math.unit(7.77e31, "parsecs")
  1683. },
  1684. {
  1685. name: "Omniversal",
  1686. height: math.unit(1e300, "meters")
  1687. },
  1688. ]
  1689. ))
  1690. characterMakers.push(() => makeCharacter(
  1691. { name: "Napalm" },
  1692. {
  1693. front: {
  1694. height: math.unit(2, "meter"),
  1695. weight: math.unit(75, "lb"),
  1696. name: "Front",
  1697. image: {
  1698. source: "./media/characters/napalm/front.svg"
  1699. }
  1700. },
  1701. back: {
  1702. height: math.unit(2, "meter"),
  1703. weight: math.unit(75, "lb"),
  1704. name: "Back",
  1705. image: {
  1706. source: "./media/characters/napalm/back.svg"
  1707. }
  1708. }
  1709. },
  1710. [
  1711. {
  1712. name: "Standard",
  1713. height: math.unit(55, "feet"),
  1714. default: true
  1715. }
  1716. ]
  1717. ))
  1718. characterMakers.push(() => makeCharacter(
  1719. { name: "Asana" },
  1720. {
  1721. front: {
  1722. height: math.unit(7 + 5 / 6, "feet"),
  1723. weight: math.unit(325, "lb"),
  1724. name: "Front",
  1725. image: {
  1726. source: "./media/characters/asana/front.svg",
  1727. extra: 1128 / 1068
  1728. }
  1729. },
  1730. back: {
  1731. height: math.unit(7 + 5 / 6, "feet"),
  1732. weight: math.unit(325, "lb"),
  1733. name: "Back",
  1734. image: {
  1735. source: "./media/characters/asana/back.svg",
  1736. extra: 1128 / 1068
  1737. }
  1738. },
  1739. },
  1740. [
  1741. {
  1742. name: "Standard",
  1743. height: math.unit(7 + 5 / 6, "feet"),
  1744. default: true
  1745. },
  1746. {
  1747. name: "Large",
  1748. height: math.unit(10, "meters")
  1749. },
  1750. {
  1751. name: "Macro",
  1752. height: math.unit(2500, "meters")
  1753. },
  1754. {
  1755. name: "Megamacro",
  1756. height: math.unit(5e6, "meters")
  1757. },
  1758. {
  1759. name: "Examacro",
  1760. height: math.unit(5e12, "lightyears")
  1761. },
  1762. {
  1763. name: "Max Size",
  1764. height: math.unit(1e31, "lightyears")
  1765. }
  1766. ]
  1767. ))
  1768. characterMakers.push(() => makeCharacter(
  1769. { name: "Ebony" },
  1770. {
  1771. front: {
  1772. height: math.unit(2, "meter"),
  1773. weight: math.unit(60, "kg"),
  1774. name: "Front",
  1775. image: {
  1776. source: "./media/characters/ebony/front.svg",
  1777. bottom: 0.03,
  1778. extra: 1045 / 810 + 0.03
  1779. }
  1780. },
  1781. side: {
  1782. height: math.unit(2, "meter"),
  1783. weight: math.unit(60, "kg"),
  1784. name: "Side",
  1785. image: {
  1786. source: "./media/characters/ebony/side.svg",
  1787. bottom: 0.03,
  1788. extra: 1045 / 810 + 0.03
  1789. }
  1790. },
  1791. back: {
  1792. height: math.unit(2, "meter"),
  1793. weight: math.unit(60, "kg"),
  1794. name: "Back",
  1795. image: {
  1796. source: "./media/characters/ebony/back.svg",
  1797. bottom: 0.01,
  1798. extra: 1045 / 810 + 0.01
  1799. }
  1800. },
  1801. },
  1802. [
  1803. // TODO check why I did this lol
  1804. {
  1805. name: "Standard",
  1806. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1807. default: true
  1808. },
  1809. {
  1810. name: "Macro",
  1811. height: math.unit(200, "feet")
  1812. },
  1813. {
  1814. name: "Gigamacro",
  1815. height: math.unit(13000, "km")
  1816. }
  1817. ]
  1818. ))
  1819. characterMakers.push(() => makeCharacter(
  1820. { name: "Mountain" },
  1821. {
  1822. front: {
  1823. height: math.unit(6, "feet"),
  1824. weight: math.unit(175, "lb"),
  1825. name: "Front",
  1826. image: {
  1827. source: "./media/characters/mountain/front.svg"
  1828. }
  1829. },
  1830. back: {
  1831. height: math.unit(6, "feet"),
  1832. weight: math.unit(175, "lb"),
  1833. name: "Back",
  1834. image: {
  1835. source: "./media/characters/mountain/back.svg"
  1836. }
  1837. },
  1838. },
  1839. [
  1840. {
  1841. name: "Large",
  1842. height: math.unit(20, "meters")
  1843. },
  1844. {
  1845. name: "Macro",
  1846. height: math.unit(300, "meters")
  1847. },
  1848. {
  1849. name: "Gigamacro",
  1850. height: math.unit(10000, "km"),
  1851. default: true
  1852. },
  1853. {
  1854. name: "Examacro",
  1855. height: math.unit(10e9, "lightyears")
  1856. }
  1857. ]
  1858. ))
  1859. characterMakers.push(() => makeCharacter(
  1860. { name: "Rick" },
  1861. {
  1862. front: {
  1863. height: math.unit(8, "feet"),
  1864. weight: math.unit(500, "lb"),
  1865. name: "Front",
  1866. image: {
  1867. source: "./media/characters/rick/front.svg"
  1868. }
  1869. }
  1870. },
  1871. [
  1872. {
  1873. name: "Normal",
  1874. height: math.unit(8, "feet"),
  1875. default: true
  1876. },
  1877. {
  1878. name: "Macro",
  1879. height: math.unit(5, "km")
  1880. }
  1881. ]
  1882. ))
  1883. characterMakers.push(() => makeCharacter(
  1884. { name: "Ona" },
  1885. {
  1886. front: {
  1887. height: math.unit(8, "feet"),
  1888. weight: math.unit(120, "lb"),
  1889. name: "Front",
  1890. image: {
  1891. source: "./media/characters/ona/front.svg"
  1892. }
  1893. },
  1894. frontAlt: {
  1895. height: math.unit(8, "feet"),
  1896. weight: math.unit(120, "lb"),
  1897. name: "Front (Alt)",
  1898. image: {
  1899. source: "./media/characters/ona/front-alt.svg"
  1900. }
  1901. },
  1902. back: {
  1903. height: math.unit(8, "feet"),
  1904. weight: math.unit(120, "lb"),
  1905. name: "Back",
  1906. image: {
  1907. source: "./media/characters/ona/back.svg"
  1908. }
  1909. },
  1910. foot: {
  1911. height: math.unit(1.1, "feet"),
  1912. name: "Foot",
  1913. image: {
  1914. source: "./media/characters/ona/foot.svg"
  1915. }
  1916. }
  1917. },
  1918. [
  1919. {
  1920. name: "Megamacro",
  1921. height: math.unit(70, "km"),
  1922. default: true
  1923. },
  1924. {
  1925. name: "Gigamacro",
  1926. height: math.unit(681818, "miles")
  1927. },
  1928. {
  1929. name: "Examacro",
  1930. height: math.unit(3800000, "lightyears")
  1931. },
  1932. ]
  1933. ))
  1934. characterMakers.push(() => makeCharacter(
  1935. { name: "Mech" },
  1936. {
  1937. front: {
  1938. height: math.unit(12, "feet"),
  1939. weight: math.unit(3000, "lb"),
  1940. name: "Front",
  1941. image: {
  1942. source: "./media/characters/mech/front.svg",
  1943. bottom: 0.025,
  1944. }
  1945. },
  1946. back: {
  1947. height: math.unit(12, "feet"),
  1948. weight: math.unit(3000, "lb"),
  1949. name: "Back",
  1950. image: {
  1951. source: "./media/characters/mech/back.svg",
  1952. bottom: 0.03,
  1953. }
  1954. }
  1955. },
  1956. [
  1957. {
  1958. name: "Normal",
  1959. height: math.unit(12, "feet")
  1960. },
  1961. {
  1962. name: "Macro",
  1963. height: math.unit(300, "feet"),
  1964. default: true
  1965. },
  1966. {
  1967. name: "Macro+",
  1968. height: math.unit(1500, "feet")
  1969. },
  1970. ]
  1971. ))
  1972. characterMakers.push(() => makeCharacter(
  1973. { name: "Gregory" },
  1974. {
  1975. front: {
  1976. height: math.unit(1.3, "meter"),
  1977. weight: math.unit(30, "kg"),
  1978. name: "Front",
  1979. image: {
  1980. source: "./media/characters/gregory/front.svg",
  1981. }
  1982. }
  1983. },
  1984. [
  1985. {
  1986. name: "Normal",
  1987. height: math.unit(1.3, "meter"),
  1988. default: true
  1989. },
  1990. {
  1991. name: "Macro",
  1992. height: math.unit(20, "meter")
  1993. }
  1994. ]
  1995. ))
  1996. characterMakers.push(() => makeCharacter(
  1997. { name: "Elory" },
  1998. {
  1999. front: {
  2000. height: math.unit(2.8, "meter"),
  2001. weight: math.unit(200, "kg"),
  2002. name: "Front",
  2003. image: {
  2004. source: "./media/characters/elory/front.svg",
  2005. }
  2006. }
  2007. },
  2008. [
  2009. {
  2010. name: "Normal",
  2011. height: math.unit(2.8, "meter"),
  2012. default: true
  2013. },
  2014. {
  2015. name: "Macro",
  2016. height: math.unit(38, "meter")
  2017. }
  2018. ]
  2019. ))
  2020. characterMakers.push(() => makeCharacter(
  2021. { name: "Angelpatamon" },
  2022. {
  2023. front: {
  2024. height: math.unit(470, "feet"),
  2025. weight: math.unit(924, "tons"),
  2026. name: "Front",
  2027. image: {
  2028. source: "./media/characters/angelpatamon/front.svg",
  2029. }
  2030. }
  2031. },
  2032. [
  2033. {
  2034. name: "Normal",
  2035. height: math.unit(470, "feet"),
  2036. default: true
  2037. },
  2038. {
  2039. name: "Deity Size I",
  2040. height: math.unit(28651.2, "km")
  2041. },
  2042. {
  2043. name: "Deity Size II",
  2044. height: math.unit(171907.2, "km")
  2045. }
  2046. ]
  2047. ))
  2048. characterMakers.push(() => makeCharacter(
  2049. { name: "Cryae" },
  2050. {
  2051. side: {
  2052. height: math.unit(7.2, "meter"),
  2053. weight: math.unit(8.2, "tons"),
  2054. name: "Side",
  2055. image: {
  2056. source: "./media/characters/cryae/side.svg",
  2057. extra: 3500 / 1500
  2058. }
  2059. }
  2060. },
  2061. [
  2062. {
  2063. name: "Normal",
  2064. height: math.unit(7.2, "meter"),
  2065. default: true
  2066. }
  2067. ]
  2068. ))
  2069. characterMakers.push(() => makeCharacter(
  2070. { name: "Xera" },
  2071. {
  2072. front: {
  2073. height: math.unit(6, "feet"),
  2074. weight: math.unit(175, "lb"),
  2075. name: "Front",
  2076. image: {
  2077. source: "./media/characters/xera/front.svg",
  2078. extra: 2300 / 2061
  2079. }
  2080. },
  2081. side: {
  2082. height: math.unit(6, "feet"),
  2083. weight: math.unit(175, "lb"),
  2084. name: "Side",
  2085. image: {
  2086. source: "./media/characters/xera/side.svg",
  2087. extra: 2300 / 2061
  2088. }
  2089. },
  2090. back: {
  2091. height: math.unit(6, "feet"),
  2092. weight: math.unit(175, "lb"),
  2093. name: "Back",
  2094. image: {
  2095. source: "./media/characters/xera/back.svg"
  2096. }
  2097. },
  2098. },
  2099. [
  2100. {
  2101. name: "Small",
  2102. height: math.unit(10, "feet")
  2103. },
  2104. {
  2105. name: "Macro",
  2106. height: math.unit(500, "meters"),
  2107. default: true
  2108. },
  2109. {
  2110. name: "Macro+",
  2111. height: math.unit(10, "km")
  2112. },
  2113. {
  2114. name: "Gigamacro",
  2115. height: math.unit(25000, "km")
  2116. },
  2117. {
  2118. name: "Teramacro",
  2119. height: math.unit(3e6, "km")
  2120. }
  2121. ]
  2122. ))
  2123. characterMakers.push(() => makeCharacter(
  2124. { name: "Nebula" },
  2125. {
  2126. front: {
  2127. height: math.unit(6, "feet"),
  2128. weight: math.unit(175, "lb"),
  2129. name: "Front",
  2130. image: {
  2131. source: "./media/characters/nebula/front.svg",
  2132. extra: 2600 / 2450
  2133. }
  2134. }
  2135. },
  2136. [
  2137. {
  2138. name: "Small",
  2139. height: math.unit(4.5, "meters")
  2140. },
  2141. {
  2142. name: "Macro",
  2143. height: math.unit(1500, "meters"),
  2144. default: true
  2145. },
  2146. {
  2147. name: "Megamacro",
  2148. height: math.unit(150, "km")
  2149. },
  2150. {
  2151. name: "Gigamacro",
  2152. height: math.unit(27000, "km")
  2153. }
  2154. ]
  2155. ))
  2156. characterMakers.push(() => makeCharacter(
  2157. { name: "Abysgar" },
  2158. {
  2159. front: {
  2160. height: math.unit(6, "feet"),
  2161. weight: math.unit(225, "lb"),
  2162. name: "Front",
  2163. image: {
  2164. source: "./media/characters/abysgar/front.svg"
  2165. }
  2166. }
  2167. },
  2168. [
  2169. {
  2170. name: "Small",
  2171. height: math.unit(4.5, "meters")
  2172. },
  2173. {
  2174. name: "Macro",
  2175. height: math.unit(1250, "meters"),
  2176. default: true
  2177. },
  2178. {
  2179. name: "Megamacro",
  2180. height: math.unit(125, "km")
  2181. },
  2182. {
  2183. name: "Gigamacro",
  2184. height: math.unit(26000, "km")
  2185. }
  2186. ]
  2187. ))
  2188. characterMakers.push(() => makeCharacter(
  2189. { name: "Yakuz" },
  2190. {
  2191. front: {
  2192. height: math.unit(6, "feet"),
  2193. weight: math.unit(180, "lb"),
  2194. name: "Front",
  2195. image: {
  2196. source: "./media/characters/yakuz/front.svg"
  2197. }
  2198. }
  2199. },
  2200. [
  2201. {
  2202. name: "Small",
  2203. height: math.unit(5, "meters")
  2204. },
  2205. {
  2206. name: "Macro",
  2207. height: math.unit(1500, "meters"),
  2208. default: true
  2209. },
  2210. {
  2211. name: "Megamacro",
  2212. height: math.unit(200, "km")
  2213. },
  2214. {
  2215. name: "Gigamacro",
  2216. height: math.unit(100000, "km")
  2217. }
  2218. ]
  2219. ))
  2220. characterMakers.push(() => makeCharacter(
  2221. { name: "Mirova" },
  2222. {
  2223. front: {
  2224. height: math.unit(6, "feet"),
  2225. weight: math.unit(175, "lb"),
  2226. name: "Front",
  2227. image: {
  2228. source: "./media/characters/mirova/front.svg"
  2229. }
  2230. }
  2231. },
  2232. [
  2233. {
  2234. name: "Small",
  2235. height: math.unit(5, "meters")
  2236. },
  2237. {
  2238. name: "Macro",
  2239. height: math.unit(900, "meters"),
  2240. default: true
  2241. },
  2242. {
  2243. name: "Megamacro",
  2244. height: math.unit(135, "km")
  2245. },
  2246. {
  2247. name: "Gigamacro",
  2248. height: math.unit(20000, "km")
  2249. }
  2250. ]
  2251. ))
  2252. characterMakers.push(() => makeCharacter(
  2253. { name: "Asana (Mech)" },
  2254. {
  2255. side: {
  2256. height: math.unit(28.35, "feet"),
  2257. weight: math.unit(99.75, "tons"),
  2258. name: "Side",
  2259. image: {
  2260. source: "./media/characters/asana-mech/side.svg"
  2261. }
  2262. }
  2263. },
  2264. [
  2265. {
  2266. name: "Normal",
  2267. height: math.unit(28.35, "feet"),
  2268. default: true
  2269. },
  2270. {
  2271. name: "Macro",
  2272. height: math.unit(2500, "feet")
  2273. },
  2274. {
  2275. name: "Megamacro",
  2276. height: math.unit(25, "miles")
  2277. },
  2278. {
  2279. name: "Examacro",
  2280. height: math.unit(6e8, "lightyears")
  2281. },
  2282. ]
  2283. ))
  2284. characterMakers.push(() => makeCharacter(
  2285. { name: "Ashtrek" },
  2286. {
  2287. front: {
  2288. height: math.unit(2, "meters"),
  2289. weight: math.unit(70, "kg"),
  2290. name: "Front",
  2291. image: {
  2292. source: "./media/characters/ashtrek/front.svg",
  2293. extra: 560 / 524,
  2294. bottom: 0.01
  2295. }
  2296. },
  2297. frontArmor: {
  2298. height: math.unit(2, "meters"),
  2299. weight: math.unit(76, "kg"),
  2300. name: "Front (Armor)",
  2301. image: {
  2302. source: "./media/characters/ashtrek/front-armor.svg",
  2303. extra: 561 / 527,
  2304. bottom: 0.01
  2305. }
  2306. },
  2307. side: {
  2308. height: math.unit(2, "meters"),
  2309. weight: math.unit(70, "kg"),
  2310. name: "Side",
  2311. image: {
  2312. source: "./media/characters/ashtrek/side.svg",
  2313. extra: 1717 / 1609,
  2314. bottom: 0.005
  2315. }
  2316. },
  2317. back: {
  2318. height: math.unit(2, "meters"),
  2319. weight: math.unit(70, "kg"),
  2320. name: "Back",
  2321. image: {
  2322. source: "./media/characters/ashtrek/back.svg",
  2323. extra: 1570 / 1501
  2324. }
  2325. },
  2326. },
  2327. [
  2328. {
  2329. name: "DEFCON 5",
  2330. height: math.unit(5, "meters")
  2331. },
  2332. {
  2333. name: "DEFCON 4",
  2334. height: math.unit(500, "meters"),
  2335. default: true
  2336. },
  2337. {
  2338. name: "DEFCON 3",
  2339. height: math.unit(5, "km")
  2340. },
  2341. {
  2342. name: "DEFCON 2",
  2343. height: math.unit(500, "km")
  2344. },
  2345. {
  2346. name: "DEFCON 1",
  2347. height: math.unit(500000, "km")
  2348. },
  2349. {
  2350. name: "DEFCON 0",
  2351. height: math.unit(3, "gigaparsecs")
  2352. },
  2353. ]
  2354. ))
  2355. characterMakers.push(() => makeCharacter(
  2356. { name: "Gale" },
  2357. {
  2358. front: {
  2359. height: math.unit(2, "meters"),
  2360. weight: math.unit(76, "kg"),
  2361. name: "Front",
  2362. image: {
  2363. source: "./media/characters/gale/front.svg"
  2364. }
  2365. },
  2366. frontAlt1: {
  2367. height: math.unit(2, "meters"),
  2368. weight: math.unit(76, "kg"),
  2369. name: "Front (Alt 1)",
  2370. image: {
  2371. source: "./media/characters/gale/front-alt-1.svg"
  2372. }
  2373. },
  2374. frontAlt2: {
  2375. height: math.unit(2, "meters"),
  2376. weight: math.unit(76, "kg"),
  2377. name: "Front (Alt 2)",
  2378. image: {
  2379. source: "./media/characters/gale/front-alt-2.svg"
  2380. }
  2381. },
  2382. },
  2383. [
  2384. {
  2385. name: "Normal",
  2386. height: math.unit(7, "feet")
  2387. },
  2388. {
  2389. name: "Macro",
  2390. height: math.unit(150, "feet"),
  2391. default: true
  2392. },
  2393. {
  2394. name: "Macro+",
  2395. height: math.unit(300, "feet")
  2396. },
  2397. ]
  2398. ))
  2399. characterMakers.push(() => makeCharacter(
  2400. { name: "Draylen" },
  2401. {
  2402. front: {
  2403. height: math.unit(2, "meters"),
  2404. weight: math.unit(76, "kg"),
  2405. name: "Front",
  2406. image: {
  2407. source: "./media/characters/draylen/front.svg"
  2408. }
  2409. }
  2410. },
  2411. [
  2412. {
  2413. name: "Macro",
  2414. height: math.unit(150, "feet"),
  2415. default: true
  2416. }
  2417. ]
  2418. ))
  2419. characterMakers.push(() => makeCharacter(
  2420. { name: "Chez" },
  2421. {
  2422. front: {
  2423. height: math.unit(7 + 9 / 12, "feet"),
  2424. weight: math.unit(379, "lbs"),
  2425. name: "Front",
  2426. image: {
  2427. source: "./media/characters/chez/front.svg"
  2428. }
  2429. },
  2430. side: {
  2431. height: math.unit(7 + 9 / 12, "feet"),
  2432. weight: math.unit(379, "lbs"),
  2433. name: "Side",
  2434. image: {
  2435. source: "./media/characters/chez/side.svg"
  2436. }
  2437. }
  2438. },
  2439. [
  2440. {
  2441. name: "Normal",
  2442. height: math.unit(7 + 9 / 12, "feet"),
  2443. default: true
  2444. },
  2445. {
  2446. name: "God King",
  2447. height: math.unit(9750000, "meters")
  2448. }
  2449. ]
  2450. ))
  2451. characterMakers.push(() => makeCharacter(
  2452. { name: "Kaylum" },
  2453. {
  2454. front: {
  2455. height: math.unit(6, "feet"),
  2456. weight: math.unit(275, "lbs"),
  2457. name: "Front",
  2458. image: {
  2459. source: "./media/characters/kaylum/front.svg",
  2460. bottom: 0.01,
  2461. extra: 1166 / 1031
  2462. }
  2463. },
  2464. frontWingless: {
  2465. height: math.unit(6, "feet"),
  2466. weight: math.unit(275, "lbs"),
  2467. name: "Front (Wingless)",
  2468. image: {
  2469. source: "./media/characters/kaylum/front-wingless.svg",
  2470. bottom: 0.01,
  2471. extra: 1117 / 1031
  2472. }
  2473. }
  2474. },
  2475. [
  2476. {
  2477. name: "Normal",
  2478. height: math.unit(3.05, "meters")
  2479. },
  2480. {
  2481. name: "Master",
  2482. height: math.unit(5.5, "meters")
  2483. },
  2484. {
  2485. name: "Rampage",
  2486. height: math.unit(19, "meters")
  2487. },
  2488. {
  2489. name: "Macro Lite",
  2490. height: math.unit(37, "meters")
  2491. },
  2492. {
  2493. name: "Hyper Predator",
  2494. height: math.unit(61, "meters")
  2495. },
  2496. {
  2497. name: "Macro",
  2498. height: math.unit(138, "meters"),
  2499. default: true
  2500. }
  2501. ]
  2502. ))
  2503. characterMakers.push(() => makeCharacter(
  2504. { name: "Geta" },
  2505. {
  2506. front: {
  2507. height: math.unit(6, "feet"),
  2508. weight: math.unit(150, "lbs"),
  2509. name: "Front",
  2510. image: {
  2511. source: "./media/characters/geta/front.svg"
  2512. }
  2513. }
  2514. },
  2515. [
  2516. {
  2517. name: "Micro",
  2518. height: math.unit(3, "inches"),
  2519. default: true
  2520. },
  2521. {
  2522. name: "Normal",
  2523. height: math.unit(5 + 5 / 12, "feet")
  2524. }
  2525. ]
  2526. ))
  2527. characterMakers.push(() => makeCharacter(
  2528. { name: "Tyrnn" },
  2529. {
  2530. front: {
  2531. height: math.unit(6, "feet"),
  2532. weight: math.unit(300, "lbs"),
  2533. name: "Front",
  2534. image: {
  2535. source: "./media/characters/tyrnn/front.svg"
  2536. }
  2537. }
  2538. },
  2539. [
  2540. {
  2541. name: "Main Height",
  2542. height: math.unit(355, "feet"),
  2543. default: true
  2544. },
  2545. {
  2546. name: "Fave. Height",
  2547. height: math.unit(2400, "feet")
  2548. }
  2549. ]
  2550. ))
  2551. characterMakers.push(() => makeCharacter(
  2552. { name: "Apple" },
  2553. {
  2554. front: {
  2555. height: math.unit(6, "feet"),
  2556. weight: math.unit(300, "lbs"),
  2557. name: "Front",
  2558. image: {
  2559. source: "./media/characters/appledectomy/front.svg"
  2560. }
  2561. }
  2562. },
  2563. [
  2564. {
  2565. name: "Macro",
  2566. height: math.unit(2500, "feet")
  2567. },
  2568. {
  2569. name: "Megamacro",
  2570. height: math.unit(50, "miles"),
  2571. default: true
  2572. },
  2573. {
  2574. name: "Gigamacro",
  2575. height: math.unit(5000, "miles")
  2576. },
  2577. {
  2578. name: "Teramacro",
  2579. height: math.unit(250000, "miles")
  2580. },
  2581. ]
  2582. ))
  2583. characterMakers.push(() => makeCharacter(
  2584. { name: "Vulpes" },
  2585. {
  2586. front: {
  2587. height: math.unit(6, "feet"),
  2588. weight: math.unit(200, "lbs"),
  2589. name: "Front",
  2590. image: {
  2591. source: "./media/characters/vulpes/front.svg",
  2592. extra: 573 / 543,
  2593. bottom: 0.033
  2594. }
  2595. },
  2596. side: {
  2597. height: math.unit(6, "feet"),
  2598. weight: math.unit(200, "lbs"),
  2599. name: "Side",
  2600. image: {
  2601. source: "./media/characters/vulpes/side.svg",
  2602. extra: 573 / 543,
  2603. bottom: 0.01
  2604. }
  2605. },
  2606. back: {
  2607. height: math.unit(6, "feet"),
  2608. weight: math.unit(200, "lbs"),
  2609. name: "Back",
  2610. image: {
  2611. source: "./media/characters/vulpes/back.svg",
  2612. extra: 573 / 543,
  2613. }
  2614. },
  2615. feet: {
  2616. height: math.unit(1.276, "feet"),
  2617. name: "Feet",
  2618. image: {
  2619. source: "./media/characters/vulpes/feet.svg"
  2620. }
  2621. },
  2622. maw: {
  2623. height: math.unit(1.18, "feet"),
  2624. name: "Maw",
  2625. image: {
  2626. source: "./media/characters/vulpes/maw.svg"
  2627. }
  2628. },
  2629. },
  2630. [
  2631. {
  2632. name: "Micro",
  2633. height: math.unit(2, "inches")
  2634. },
  2635. {
  2636. name: "Normal",
  2637. height: math.unit(6.3, "feet")
  2638. },
  2639. {
  2640. name: "Macro",
  2641. height: math.unit(850, "feet")
  2642. },
  2643. {
  2644. name: "Megamacro",
  2645. height: math.unit(7500, "feet"),
  2646. default: true
  2647. },
  2648. {
  2649. name: "Gigamacro",
  2650. height: math.unit(570000, "miles")
  2651. }
  2652. ]
  2653. ))
  2654. characterMakers.push(() => makeCharacter(
  2655. { name: "Rain Fallen" },
  2656. {
  2657. front: {
  2658. height: math.unit(6, "feet"),
  2659. weight: math.unit(210, "lbs"),
  2660. name: "Front",
  2661. image: {
  2662. source: "./media/characters/rain-fallen/front.svg"
  2663. }
  2664. },
  2665. side: {
  2666. height: math.unit(6, "feet"),
  2667. weight: math.unit(210, "lbs"),
  2668. name: "Side",
  2669. image: {
  2670. source: "./media/characters/rain-fallen/side.svg"
  2671. }
  2672. },
  2673. back: {
  2674. height: math.unit(6, "feet"),
  2675. weight: math.unit(210, "lbs"),
  2676. name: "Back",
  2677. image: {
  2678. source: "./media/characters/rain-fallen/back.svg"
  2679. }
  2680. },
  2681. feral: {
  2682. height: math.unit(9, "feet"),
  2683. weight: math.unit(700, "lbs"),
  2684. name: "Feral",
  2685. image: {
  2686. source: "./media/characters/rain-fallen/feral.svg"
  2687. }
  2688. },
  2689. },
  2690. [
  2691. {
  2692. name: "Normal",
  2693. height: math.unit(5, "meter")
  2694. },
  2695. {
  2696. name: "Macro",
  2697. height: math.unit(150, "meter"),
  2698. default: true
  2699. },
  2700. {
  2701. name: "Megamacro",
  2702. height: math.unit(278e6, "meter")
  2703. },
  2704. {
  2705. name: "Gigamacro",
  2706. height: math.unit(2e9, "meter")
  2707. },
  2708. {
  2709. name: "Teramacro",
  2710. height: math.unit(8e12, "meter")
  2711. },
  2712. {
  2713. name: "Devourer",
  2714. height: math.unit(14, "zettameters")
  2715. },
  2716. {
  2717. name: "Scarlet King",
  2718. height: math.unit(18, "yottameters")
  2719. },
  2720. {
  2721. name: "Void",
  2722. height: math.unit(6.66e66, "yottameters")
  2723. }
  2724. ]
  2725. ))
  2726. characterMakers.push(() => makeCharacter(
  2727. { name: "Zaakira" },
  2728. {
  2729. standing: {
  2730. height: math.unit(6, "feet"),
  2731. weight: math.unit(180, "lbs"),
  2732. name: "Standing",
  2733. image: {
  2734. source: "./media/characters/zaakira/standing.svg"
  2735. }
  2736. },
  2737. laying: {
  2738. height: math.unit(3, "feet"),
  2739. weight: math.unit(180, "lbs"),
  2740. name: "Laying",
  2741. image: {
  2742. source: "./media/characters/zaakira/laying.svg"
  2743. }
  2744. },
  2745. },
  2746. [
  2747. {
  2748. name: "Normal",
  2749. height: math.unit(12, "feet")
  2750. },
  2751. {
  2752. name: "Macro",
  2753. height: math.unit(279, "feet"),
  2754. default: true
  2755. }
  2756. ]
  2757. ))
  2758. characterMakers.push(() => makeCharacter(
  2759. { name: "Sigvald" },
  2760. {
  2761. front: {
  2762. height: math.unit(6, "feet"),
  2763. weight: math.unit(250, "lbs"),
  2764. name: "Front",
  2765. image: {
  2766. source: "./media/characters/sigvald/front.svg",
  2767. extra: 1000 / 850
  2768. }
  2769. },
  2770. back: {
  2771. height: math.unit(6, "feet"),
  2772. weight: math.unit(250, "lbs"),
  2773. name: "Back",
  2774. image: {
  2775. source: "./media/characters/sigvald/back.svg"
  2776. }
  2777. },
  2778. },
  2779. [
  2780. {
  2781. name: "Normal",
  2782. height: math.unit(8, "feet")
  2783. },
  2784. {
  2785. name: "Large",
  2786. height: math.unit(12, "feet")
  2787. },
  2788. {
  2789. name: "Larger",
  2790. height: math.unit(20, "feet")
  2791. },
  2792. {
  2793. name: "Macro",
  2794. height: math.unit(150, "feet")
  2795. },
  2796. {
  2797. name: "Macro+",
  2798. height: math.unit(200, "feet"),
  2799. default: true
  2800. },
  2801. ]
  2802. ))
  2803. characterMakers.push(() => makeCharacter(
  2804. { name: "Scott" },
  2805. {
  2806. side: {
  2807. height: math.unit(12, "feet"),
  2808. weight: math.unit(2000, "kg"),
  2809. name: "Side",
  2810. image: {
  2811. source: "./media/characters/scott/side.svg",
  2812. extra: 754/724,
  2813. bottom: 0.069
  2814. }
  2815. },
  2816. upright: {
  2817. height: math.unit(12, "feet"),
  2818. weight: math.unit(2000, "kg"),
  2819. name: "Upright",
  2820. image: {
  2821. source: "./media/characters/scott/upright.svg",
  2822. extra: 3881/3722,
  2823. bottom: 0.05
  2824. }
  2825. },
  2826. },
  2827. [
  2828. {
  2829. name: "Normal",
  2830. height: math.unit(12, "feet"),
  2831. default: true
  2832. },
  2833. ]
  2834. ))
  2835. characterMakers.push(() => makeCharacter(
  2836. { name: "Tobias" },
  2837. {
  2838. side: {
  2839. height: math.unit(8, "meters"),
  2840. weight: math.unit(84755, "lbs"),
  2841. name: "Side",
  2842. image: {
  2843. source: "./media/characters/tobias/side.svg",
  2844. extra: 1474 / 1096,
  2845. bottom: 38.9 / 1513.1235
  2846. }
  2847. },
  2848. },
  2849. [
  2850. {
  2851. name: "Normal",
  2852. height: math.unit(8, "meters"),
  2853. default: true
  2854. },
  2855. ]
  2856. ))
  2857. characterMakers.push(() => makeCharacter(
  2858. { name: "Kieran" },
  2859. {
  2860. front: {
  2861. height: math.unit(5.5, "feet"),
  2862. weight: math.unit(400, "lbs"),
  2863. name: "Front",
  2864. image: {
  2865. source: "./media/characters/kieran/front.svg",
  2866. extra: 2694/2364,
  2867. bottom: 217/2908
  2868. }
  2869. },
  2870. side: {
  2871. height: math.unit(5.5, "feet"),
  2872. weight: math.unit(400, "lbs"),
  2873. name: "Side",
  2874. image: {
  2875. source: "./media/characters/kieran/side.svg",
  2876. extra: 875/777,
  2877. bottom: 84.6/959
  2878. }
  2879. },
  2880. },
  2881. [
  2882. {
  2883. name: "Normal",
  2884. height: math.unit(5.5, "feet"),
  2885. default: true
  2886. },
  2887. ]
  2888. ))
  2889. characterMakers.push(() => makeCharacter(
  2890. { name: "Sanya" },
  2891. {
  2892. side: {
  2893. height: math.unit(2, "meters"),
  2894. weight: math.unit(70, "kg"),
  2895. name: "Side",
  2896. image: {
  2897. source: "./media/characters/sanya/side.svg",
  2898. bottom: 0.02,
  2899. extra: 1.02
  2900. }
  2901. },
  2902. },
  2903. [
  2904. {
  2905. name: "Small",
  2906. height: math.unit(2, "meters")
  2907. },
  2908. {
  2909. name: "Normal",
  2910. height: math.unit(3, "meters")
  2911. },
  2912. {
  2913. name: "Macro",
  2914. height: math.unit(16, "meters"),
  2915. default: true
  2916. },
  2917. ]
  2918. ))
  2919. characterMakers.push(() => makeCharacter(
  2920. { name: "Miranda" },
  2921. {
  2922. side: {
  2923. height: math.unit(2, "meters"),
  2924. weight: math.unit(120, "kg"),
  2925. name: "Front",
  2926. image: {
  2927. source: "./media/characters/miranda/front.svg",
  2928. extra: 10.6 / 10
  2929. }
  2930. },
  2931. },
  2932. [
  2933. {
  2934. name: "Normal",
  2935. height: math.unit(10, "feet"),
  2936. default: true
  2937. }
  2938. ]
  2939. ))
  2940. characterMakers.push(() => makeCharacter(
  2941. { name: "James" },
  2942. {
  2943. side: {
  2944. height: math.unit(2, "meters"),
  2945. weight: math.unit(100, "kg"),
  2946. name: "Front",
  2947. image: {
  2948. source: "./media/characters/james/front.svg",
  2949. extra: 10 / 8.5
  2950. }
  2951. },
  2952. },
  2953. [
  2954. {
  2955. name: "Normal",
  2956. height: math.unit(8.5, "feet"),
  2957. default: true
  2958. }
  2959. ]
  2960. ))
  2961. characterMakers.push(() => makeCharacter(
  2962. { name: "Heather" },
  2963. {
  2964. side: {
  2965. height: math.unit(9.5, "feet"),
  2966. weight: math.unit(2500, "lbs"),
  2967. name: "Side",
  2968. image: {
  2969. source: "./media/characters/heather/side.svg"
  2970. }
  2971. },
  2972. },
  2973. [
  2974. {
  2975. name: "Normal",
  2976. height: math.unit(9.5, "feet"),
  2977. default: true
  2978. }
  2979. ]
  2980. ))
  2981. characterMakers.push(() => makeCharacter(
  2982. { name: "Lukas" },
  2983. {
  2984. side: {
  2985. height: math.unit(6.5, "feet"),
  2986. weight: math.unit(400, "lbs"),
  2987. name: "Side",
  2988. image: {
  2989. source: "./media/characters/lukas/side.svg",
  2990. extra: 7.25 / 6.5
  2991. }
  2992. },
  2993. },
  2994. [
  2995. {
  2996. name: "Normal",
  2997. height: math.unit(6.5, "feet"),
  2998. default: true
  2999. }
  3000. ]
  3001. ))
  3002. characterMakers.push(() => makeCharacter(
  3003. { name: "Louise" },
  3004. {
  3005. side: {
  3006. height: math.unit(5, "feet"),
  3007. weight: math.unit(3000, "lbs"),
  3008. name: "Side",
  3009. image: {
  3010. source: "./media/characters/louise/side.svg"
  3011. }
  3012. },
  3013. },
  3014. [
  3015. {
  3016. name: "Normal",
  3017. height: math.unit(5, "feet"),
  3018. default: true
  3019. }
  3020. ]
  3021. ))
  3022. characterMakers.push(() => makeCharacter(
  3023. { name: "Ramona" },
  3024. {
  3025. side: {
  3026. height: math.unit(6, "feet"),
  3027. weight: math.unit(150, "lbs"),
  3028. name: "Side",
  3029. image: {
  3030. source: "./media/characters/ramona/side.svg"
  3031. }
  3032. },
  3033. },
  3034. [
  3035. {
  3036. name: "Normal",
  3037. height: math.unit(5.3, "meters"),
  3038. default: true
  3039. },
  3040. {
  3041. name: "Macro",
  3042. height: math.unit(20, "stories")
  3043. },
  3044. {
  3045. name: "Macro+",
  3046. height: math.unit(50, "stories")
  3047. },
  3048. ]
  3049. ))
  3050. characterMakers.push(() => makeCharacter(
  3051. { name: "Deerpuff" },
  3052. {
  3053. standing: {
  3054. height: math.unit(5.75, "feet"),
  3055. weight: math.unit(160, "lbs"),
  3056. name: "Standing",
  3057. image: {
  3058. source: "./media/characters/deerpuff/standing.svg",
  3059. extra: 682 / 624
  3060. }
  3061. },
  3062. sitting: {
  3063. height: math.unit(5.75 / 1.79, "feet"),
  3064. weight: math.unit(160, "lbs"),
  3065. name: "Sitting",
  3066. image: {
  3067. source: "./media/characters/deerpuff/sitting.svg",
  3068. bottom: 44 / 400,
  3069. extra: 1
  3070. }
  3071. },
  3072. taurLaying: {
  3073. height: math.unit(6, "feet"),
  3074. weight: math.unit(400, "lbs"),
  3075. name: "Taur (Laying)",
  3076. image: {
  3077. source: "./media/characters/deerpuff/taur-laying.svg"
  3078. }
  3079. },
  3080. },
  3081. [
  3082. {
  3083. name: "Puffball",
  3084. height: math.unit(6, "inches")
  3085. },
  3086. {
  3087. name: "Normalpuff",
  3088. height: math.unit(5.75, "feet")
  3089. },
  3090. {
  3091. name: "Macropuff",
  3092. height: math.unit(1500, "feet"),
  3093. default: true
  3094. },
  3095. {
  3096. name: "Megapuff",
  3097. height: math.unit(500, "miles")
  3098. },
  3099. {
  3100. name: "Gigapuff",
  3101. height: math.unit(250000, "miles")
  3102. },
  3103. {
  3104. name: "Omegapuff",
  3105. height: math.unit(1000, "lightyears")
  3106. },
  3107. ]
  3108. ))
  3109. characterMakers.push(() => makeCharacter(
  3110. { name: "Vivian" },
  3111. {
  3112. stomping: {
  3113. height: math.unit(6, "feet"),
  3114. weight: math.unit(170, "lbs"),
  3115. name: "Stomping",
  3116. image: {
  3117. source: "./media/characters/vivian/stomping.svg"
  3118. }
  3119. },
  3120. sitting: {
  3121. height: math.unit(6 / 1.75, "feet"),
  3122. weight: math.unit(170, "lbs"),
  3123. name: "Sitting",
  3124. image: {
  3125. source: "./media/characters/vivian/sitting.svg",
  3126. bottom: 1 / 6.4,
  3127. extra: 1,
  3128. }
  3129. },
  3130. },
  3131. [
  3132. {
  3133. name: "Normal",
  3134. height: math.unit(7, "feet"),
  3135. default: true
  3136. },
  3137. {
  3138. name: "Macro",
  3139. height: math.unit(10, "stories")
  3140. },
  3141. {
  3142. name: "Macro+",
  3143. height: math.unit(30, "stories")
  3144. },
  3145. {
  3146. name: "Megamacro",
  3147. height: math.unit(10, "miles")
  3148. },
  3149. {
  3150. name: "Megamacro+",
  3151. height: math.unit(2750000, "meters")
  3152. },
  3153. ]
  3154. ))
  3155. characterMakers.push(() => makeCharacter(
  3156. { name: "Prince" },
  3157. {
  3158. front: {
  3159. height: math.unit(6, "feet"),
  3160. weight: math.unit(160, "lbs"),
  3161. name: "Front",
  3162. image: {
  3163. source: "./media/characters/prince/front.svg",
  3164. extra: 3400 / 3000
  3165. }
  3166. },
  3167. jumping: {
  3168. height: math.unit(6, "feet"),
  3169. weight: math.unit(160, "lbs"),
  3170. name: "Jumping",
  3171. image: {
  3172. source: "./media/characters/prince/jump.svg",
  3173. extra: 2555 / 2134
  3174. }
  3175. },
  3176. },
  3177. [
  3178. {
  3179. name: "Normal",
  3180. height: math.unit(7.75, "feet"),
  3181. default: true
  3182. },
  3183. {
  3184. name: "Not cute",
  3185. height: math.unit(17, "feet")
  3186. },
  3187. {
  3188. name: "I said NOT",
  3189. height: math.unit(91, "feet")
  3190. },
  3191. {
  3192. name: "Please stop",
  3193. height: math.unit(560, "feet")
  3194. },
  3195. {
  3196. name: "What have you done",
  3197. height: math.unit(2200, "feet")
  3198. },
  3199. {
  3200. name: "Deer God",
  3201. height: math.unit(3.6, "miles")
  3202. },
  3203. ]
  3204. ))
  3205. characterMakers.push(() => makeCharacter(
  3206. { name: "Psymon" },
  3207. {
  3208. standing: {
  3209. height: math.unit(6, "feet"),
  3210. weight: math.unit(300, "lbs"),
  3211. name: "Standing",
  3212. image: {
  3213. source: "./media/characters/psymon/standing.svg",
  3214. extra: 1888 / 1810,
  3215. bottom: 0.05
  3216. }
  3217. },
  3218. slithering: {
  3219. height: math.unit(6, "feet"),
  3220. weight: math.unit(300, "lbs"),
  3221. name: "Slithering",
  3222. image: {
  3223. source: "./media/characters/psymon/slithering.svg",
  3224. extra: 1330 / 1224
  3225. }
  3226. },
  3227. slitheringAlt: {
  3228. height: math.unit(6, "feet"),
  3229. weight: math.unit(300, "lbs"),
  3230. name: "Slithering (Alt)",
  3231. image: {
  3232. source: "./media/characters/psymon/slithering-alt.svg",
  3233. extra: 1330 / 1224
  3234. }
  3235. },
  3236. },
  3237. [
  3238. {
  3239. name: "Normal",
  3240. height: math.unit(11.25, "feet"),
  3241. default: true
  3242. },
  3243. {
  3244. name: "Large",
  3245. height: math.unit(27, "feet")
  3246. },
  3247. {
  3248. name: "Giant",
  3249. height: math.unit(87, "feet")
  3250. },
  3251. {
  3252. name: "Macro",
  3253. height: math.unit(365, "feet")
  3254. },
  3255. {
  3256. name: "Megamacro",
  3257. height: math.unit(3, "miles")
  3258. },
  3259. {
  3260. name: "World Serpent",
  3261. height: math.unit(8000, "miles")
  3262. },
  3263. ]
  3264. ))
  3265. characterMakers.push(() => makeCharacter(
  3266. { name: "Daimos" },
  3267. {
  3268. front: {
  3269. height: math.unit(6, "feet"),
  3270. weight: math.unit(180, "lbs"),
  3271. name: "Front",
  3272. image: {
  3273. source: "./media/characters/daimos/front.svg",
  3274. extra: 4160 / 3897,
  3275. bottom: 0.021
  3276. }
  3277. }
  3278. },
  3279. [
  3280. {
  3281. name: "Normal",
  3282. height: math.unit(8, "feet"),
  3283. default: true
  3284. },
  3285. {
  3286. name: "Big Dog",
  3287. height: math.unit(22, "feet")
  3288. },
  3289. {
  3290. name: "Macro",
  3291. height: math.unit(127, "feet")
  3292. },
  3293. {
  3294. name: "Megamacro",
  3295. height: math.unit(3600, "feet")
  3296. },
  3297. ]
  3298. ))
  3299. characterMakers.push(() => makeCharacter(
  3300. { name: "Blake" },
  3301. {
  3302. side: {
  3303. height: math.unit(6, "feet"),
  3304. weight: math.unit(180, "lbs"),
  3305. name: "Side",
  3306. image: {
  3307. source: "./media/characters/blake/side.svg",
  3308. extra: 1212 / 1120,
  3309. bottom: 0.05
  3310. }
  3311. },
  3312. crouched: {
  3313. height: math.unit(6 * 0.57, "feet"),
  3314. weight: math.unit(180, "lbs"),
  3315. name: "Crouched",
  3316. image: {
  3317. source: "./media/characters/blake/crouched.svg",
  3318. extra: 840 / 587,
  3319. bottom: 0.04
  3320. }
  3321. },
  3322. bent: {
  3323. height: math.unit(6 * 0.75, "feet"),
  3324. weight: math.unit(180, "lbs"),
  3325. name: "Bent",
  3326. image: {
  3327. source: "./media/characters/blake/bent.svg",
  3328. extra: 592 / 544,
  3329. bottom: 0.035
  3330. }
  3331. },
  3332. },
  3333. [
  3334. {
  3335. name: "Normal",
  3336. height: math.unit(8 + 1 / 6, "feet"),
  3337. default: true
  3338. },
  3339. {
  3340. name: "Big Backside",
  3341. height: math.unit(37, "feet")
  3342. },
  3343. {
  3344. name: "Subway Shredder",
  3345. height: math.unit(72, "feet")
  3346. },
  3347. {
  3348. name: "City Carver",
  3349. height: math.unit(1675, "feet")
  3350. },
  3351. {
  3352. name: "Tectonic Tweaker",
  3353. height: math.unit(2300, "miles")
  3354. },
  3355. ]
  3356. ))
  3357. characterMakers.push(() => makeCharacter(
  3358. { name: "Guisetto" },
  3359. {
  3360. front: {
  3361. height: math.unit(6, "feet"),
  3362. weight: math.unit(180, "lbs"),
  3363. name: "Front",
  3364. image: {
  3365. source: "./media/characters/guisetto/front.svg",
  3366. extra: 856 / 817,
  3367. bottom: 0.06
  3368. }
  3369. },
  3370. airborne: {
  3371. height: math.unit(6, "feet"),
  3372. weight: math.unit(180, "lbs"),
  3373. name: "Airborne",
  3374. image: {
  3375. source: "./media/characters/guisetto/airborne.svg",
  3376. extra: 584 / 525
  3377. }
  3378. },
  3379. },
  3380. [
  3381. {
  3382. name: "Normal",
  3383. height: math.unit(10 + 11 / 12, "feet"),
  3384. default: true
  3385. },
  3386. {
  3387. name: "Large",
  3388. height: math.unit(35, "feet")
  3389. },
  3390. {
  3391. name: "Macro",
  3392. height: math.unit(475, "feet")
  3393. },
  3394. ]
  3395. ))
  3396. characterMakers.push(() => makeCharacter(
  3397. { name: "Luxor" },
  3398. {
  3399. front: {
  3400. height: math.unit(6, "feet"),
  3401. weight: math.unit(180, "lbs"),
  3402. name: "Front",
  3403. image: {
  3404. source: "./media/characters/luxor/front.svg",
  3405. extra: 2940 / 2152
  3406. }
  3407. },
  3408. back: {
  3409. height: math.unit(6, "feet"),
  3410. weight: math.unit(180, "lbs"),
  3411. name: "Back",
  3412. image: {
  3413. source: "./media/characters/luxor/back.svg",
  3414. extra: 1083 / 960
  3415. }
  3416. },
  3417. },
  3418. [
  3419. {
  3420. name: "Normal",
  3421. height: math.unit(5 + 5 / 6, "feet"),
  3422. default: true
  3423. },
  3424. {
  3425. name: "Lamp",
  3426. height: math.unit(50, "feet")
  3427. },
  3428. {
  3429. name: "Lämp",
  3430. height: math.unit(300, "feet")
  3431. },
  3432. {
  3433. name: "The sun is a lamp",
  3434. height: math.unit(250000, "miles")
  3435. },
  3436. ]
  3437. ))
  3438. characterMakers.push(() => makeCharacter(
  3439. { name: "Huoyan" },
  3440. {
  3441. front: {
  3442. height: math.unit(6, "feet"),
  3443. weight: math.unit(50, "lbs"),
  3444. name: "Front",
  3445. image: {
  3446. source: "./media/characters/huoyan/front.svg"
  3447. }
  3448. },
  3449. side: {
  3450. height: math.unit(6, "feet"),
  3451. weight: math.unit(180, "lbs"),
  3452. name: "Side",
  3453. image: {
  3454. source: "./media/characters/huoyan/side.svg"
  3455. }
  3456. },
  3457. },
  3458. [
  3459. {
  3460. name: "Chef",
  3461. height: math.unit(9, "feet")
  3462. },
  3463. {
  3464. name: "Normal",
  3465. height: math.unit(65, "feet"),
  3466. default: true
  3467. },
  3468. {
  3469. name: "Macro",
  3470. height: math.unit(780, "feet")
  3471. },
  3472. {
  3473. name: "Flaming Mountain",
  3474. height: math.unit(4.8, "miles")
  3475. },
  3476. {
  3477. name: "Celestial",
  3478. height: math.unit(765000, "miles")
  3479. },
  3480. ]
  3481. ))
  3482. characterMakers.push(() => makeCharacter(
  3483. { name: "Tails" },
  3484. {
  3485. front: {
  3486. height: math.unit(5 + 3 / 4, "feet"),
  3487. weight: math.unit(120, "lbs"),
  3488. name: "Front",
  3489. image: {
  3490. source: "./media/characters/tails/front.svg"
  3491. }
  3492. }
  3493. },
  3494. [
  3495. {
  3496. name: "Normal",
  3497. height: math.unit(5 + 3 / 4, "feet"),
  3498. default: true
  3499. }
  3500. ]
  3501. ))
  3502. characterMakers.push(() => makeCharacter(
  3503. { name: "Rainy" },
  3504. {
  3505. front: {
  3506. height: math.unit(4, "feet"),
  3507. weight: math.unit(50, "lbs"),
  3508. name: "Front",
  3509. image: {
  3510. source: "./media/characters/rainy/front.svg"
  3511. }
  3512. }
  3513. },
  3514. [
  3515. {
  3516. name: "Macro",
  3517. height: math.unit(800, "feet"),
  3518. default: true
  3519. }
  3520. ]
  3521. ))
  3522. characterMakers.push(() => makeCharacter(
  3523. { name: "Rainier" },
  3524. {
  3525. front: {
  3526. height: math.unit(6, "feet"),
  3527. weight: math.unit(150, "lbs"),
  3528. name: "Front",
  3529. image: {
  3530. source: "./media/characters/rainier/front.svg"
  3531. }
  3532. }
  3533. },
  3534. [
  3535. {
  3536. name: "Micro",
  3537. height: math.unit(2, "mm"),
  3538. default: true
  3539. }
  3540. ]
  3541. ))
  3542. characterMakers.push(() => makeCharacter(
  3543. { name: "Andy" },
  3544. {
  3545. front: {
  3546. height: math.unit(6, "feet"),
  3547. weight: math.unit(180, "lbs"),
  3548. name: "Front",
  3549. image: {
  3550. source: "./media/characters/andy/front.svg"
  3551. }
  3552. }
  3553. },
  3554. [
  3555. {
  3556. name: "Normal",
  3557. height: math.unit(8, "feet"),
  3558. default: true
  3559. },
  3560. {
  3561. name: "Macro",
  3562. height: math.unit(1000, "feet")
  3563. },
  3564. {
  3565. name: "Megamacro",
  3566. height: math.unit(5, "miles")
  3567. },
  3568. {
  3569. name: "Gigamacro",
  3570. height: math.unit(5000, "miles")
  3571. },
  3572. ]
  3573. ))
  3574. characterMakers.push(() => makeCharacter(
  3575. { name: "Cimmaron" },
  3576. {
  3577. front: {
  3578. height: math.unit(6, "feet"),
  3579. weight: math.unit(210, "lbs"),
  3580. name: "Front",
  3581. image: {
  3582. source: "./media/characters/cimmaron/front-sfw.svg",
  3583. extra: 701 / 676,
  3584. bottom: 0.046
  3585. }
  3586. },
  3587. back: {
  3588. height: math.unit(6, "feet"),
  3589. weight: math.unit(210, "lbs"),
  3590. name: "Back",
  3591. image: {
  3592. source: "./media/characters/cimmaron/back-sfw.svg",
  3593. extra: 701 / 676,
  3594. bottom: 0.046
  3595. }
  3596. },
  3597. frontNsfw: {
  3598. height: math.unit(6, "feet"),
  3599. weight: math.unit(210, "lbs"),
  3600. name: "Front (NSFW)",
  3601. image: {
  3602. source: "./media/characters/cimmaron/front-nsfw.svg",
  3603. extra: 701 / 676,
  3604. bottom: 0.046
  3605. }
  3606. },
  3607. backNsfw: {
  3608. height: math.unit(6, "feet"),
  3609. weight: math.unit(210, "lbs"),
  3610. name: "Back (NSFW)",
  3611. image: {
  3612. source: "./media/characters/cimmaron/back-nsfw.svg",
  3613. extra: 701 / 676,
  3614. bottom: 0.046
  3615. }
  3616. },
  3617. dick: {
  3618. height: math.unit(1.714, "feet"),
  3619. name: "Dick",
  3620. image: {
  3621. source: "./media/characters/cimmaron/dick.svg"
  3622. }
  3623. },
  3624. },
  3625. [
  3626. {
  3627. name: "Normal",
  3628. height: math.unit(6, "feet"),
  3629. default: true
  3630. },
  3631. {
  3632. name: "Macro Mayor",
  3633. height: math.unit(350, "meters")
  3634. },
  3635. ]
  3636. ))
  3637. characterMakers.push(() => makeCharacter(
  3638. { name: "Akari Kaen" },
  3639. {
  3640. front: {
  3641. height: math.unit(6, "feet"),
  3642. weight: math.unit(200, "lbs"),
  3643. name: "Front",
  3644. image: {
  3645. source: "./media/characters/akari/front.svg",
  3646. extra: 962 / 901,
  3647. bottom: 0.04
  3648. }
  3649. }
  3650. },
  3651. [
  3652. {
  3653. name: "Micro",
  3654. height: math.unit(5, "inches"),
  3655. default: true
  3656. },
  3657. {
  3658. name: "Normal",
  3659. height: math.unit(7, "feet")
  3660. },
  3661. ]
  3662. ))
  3663. characterMakers.push(() => makeCharacter(
  3664. { name: "Cynosura" },
  3665. {
  3666. front: {
  3667. height: math.unit(6, "feet"),
  3668. weight: math.unit(140, "lbs"),
  3669. name: "Front",
  3670. image: {
  3671. source: "./media/characters/cynosura/front.svg",
  3672. extra: 896 / 847
  3673. }
  3674. },
  3675. back: {
  3676. height: math.unit(6, "feet"),
  3677. weight: math.unit(140, "lbs"),
  3678. name: "Back",
  3679. image: {
  3680. source: "./media/characters/cynosura/back.svg",
  3681. extra: 1365 / 1250
  3682. }
  3683. },
  3684. },
  3685. [
  3686. {
  3687. name: "Micro",
  3688. height: math.unit(4, "inches")
  3689. },
  3690. {
  3691. name: "Normal",
  3692. height: math.unit(5.75, "feet"),
  3693. default: true
  3694. },
  3695. {
  3696. name: "Tall",
  3697. height: math.unit(10, "feet")
  3698. },
  3699. {
  3700. name: "Big",
  3701. height: math.unit(20, "feet")
  3702. },
  3703. {
  3704. name: "Macro",
  3705. height: math.unit(50, "feet")
  3706. },
  3707. ]
  3708. ))
  3709. characterMakers.push(() => makeCharacter(
  3710. { name: "Gin" },
  3711. {
  3712. front: {
  3713. height: math.unit(6, "feet"),
  3714. weight: math.unit(170, "lbs"),
  3715. name: "Front",
  3716. image: {
  3717. source: "./media/characters/gin/front.svg",
  3718. extra: 1.053,
  3719. bottom: 0.025
  3720. }
  3721. },
  3722. foot: {
  3723. height: math.unit(6 / 4.25, "feet"),
  3724. name: "Foot",
  3725. image: {
  3726. source: "./media/characters/gin/foot.svg"
  3727. }
  3728. },
  3729. sole: {
  3730. height: math.unit(6 / 4.40, "feet"),
  3731. name: "Sole",
  3732. image: {
  3733. source: "./media/characters/gin/sole.svg"
  3734. }
  3735. },
  3736. },
  3737. [
  3738. {
  3739. name: "Normal",
  3740. height: math.unit(13 + 2/12, "feet")
  3741. },
  3742. {
  3743. name: "Macro",
  3744. height: math.unit(1500, "feet")
  3745. },
  3746. {
  3747. name: "Megamacro",
  3748. height: math.unit(200, "miles"),
  3749. default: true
  3750. },
  3751. {
  3752. name: "Gigamacro",
  3753. height: math.unit(500, "megameters")
  3754. },
  3755. {
  3756. name: "Teramacro",
  3757. height: math.unit(15, "lightyears")
  3758. }
  3759. ]
  3760. ))
  3761. characterMakers.push(() => makeCharacter(
  3762. { name: "Guy" },
  3763. {
  3764. front: {
  3765. height: math.unit(6 + 1 / 6, "feet"),
  3766. weight: math.unit(178, "lbs"),
  3767. name: "Front",
  3768. image: {
  3769. source: "./media/characters/guy/front.svg"
  3770. }
  3771. }
  3772. },
  3773. [
  3774. {
  3775. name: "Normal",
  3776. height: math.unit(6 + 1 / 6, "feet"),
  3777. default: true
  3778. },
  3779. {
  3780. name: "Large",
  3781. height: math.unit(25 + 7 / 12, "feet")
  3782. },
  3783. {
  3784. name: "Macro",
  3785. height: math.unit(60 + 9 / 12, "feet")
  3786. },
  3787. {
  3788. name: "Macro+",
  3789. height: math.unit(246, "feet")
  3790. },
  3791. {
  3792. name: "Macro++",
  3793. height: math.unit(878, "feet")
  3794. }
  3795. ]
  3796. ))
  3797. characterMakers.push(() => makeCharacter(
  3798. { name: "Tiberius" },
  3799. {
  3800. front: {
  3801. height: math.unit(9, "feet"),
  3802. weight: math.unit(800, "lbs"),
  3803. name: "Front",
  3804. image: {
  3805. source: "./media/characters/tiberius/front.svg",
  3806. extra: 2295 / 2071
  3807. }
  3808. },
  3809. back: {
  3810. height: math.unit(9, "feet"),
  3811. weight: math.unit(800, "lbs"),
  3812. name: "Back",
  3813. image: {
  3814. source: "./media/characters/tiberius/back.svg",
  3815. extra: 2373 / 2160
  3816. }
  3817. },
  3818. },
  3819. [
  3820. {
  3821. name: "Normal",
  3822. height: math.unit(9, "feet"),
  3823. default: true
  3824. }
  3825. ]
  3826. ))
  3827. characterMakers.push(() => makeCharacter(
  3828. { name: "Surgo" },
  3829. {
  3830. front: {
  3831. height: math.unit(6, "feet"),
  3832. weight: math.unit(600, "lbs"),
  3833. name: "Front",
  3834. image: {
  3835. source: "./media/characters/surgo/front.svg",
  3836. extra: 3591 / 2227
  3837. }
  3838. },
  3839. back: {
  3840. height: math.unit(6, "feet"),
  3841. weight: math.unit(600, "lbs"),
  3842. name: "Back",
  3843. image: {
  3844. source: "./media/characters/surgo/back.svg",
  3845. extra: 3557 / 2228
  3846. }
  3847. },
  3848. laying: {
  3849. height: math.unit(6 * 0.85, "feet"),
  3850. weight: math.unit(600, "lbs"),
  3851. name: "Laying",
  3852. image: {
  3853. source: "./media/characters/surgo/laying.svg"
  3854. }
  3855. },
  3856. },
  3857. [
  3858. {
  3859. name: "Normal",
  3860. height: math.unit(6, "feet"),
  3861. default: true
  3862. }
  3863. ]
  3864. ))
  3865. characterMakers.push(() => makeCharacter(
  3866. { name: "Cibus" },
  3867. {
  3868. side: {
  3869. height: math.unit(6, "feet"),
  3870. weight: math.unit(150, "lbs"),
  3871. name: "Side",
  3872. image: {
  3873. source: "./media/characters/cibus/side.svg",
  3874. extra: 800 / 400
  3875. }
  3876. },
  3877. },
  3878. [
  3879. {
  3880. name: "Normal",
  3881. height: math.unit(6, "feet"),
  3882. default: true
  3883. }
  3884. ]
  3885. ))
  3886. characterMakers.push(() => makeCharacter(
  3887. { name: "Nibbles" },
  3888. {
  3889. front: {
  3890. height: math.unit(6, "feet"),
  3891. weight: math.unit(240, "lbs"),
  3892. name: "Front",
  3893. image: {
  3894. source: "./media/characters/nibbles/front.svg"
  3895. }
  3896. },
  3897. side: {
  3898. height: math.unit(6, "feet"),
  3899. weight: math.unit(240, "lbs"),
  3900. name: "Side",
  3901. image: {
  3902. source: "./media/characters/nibbles/side.svg"
  3903. }
  3904. },
  3905. },
  3906. [
  3907. {
  3908. name: "Normal",
  3909. height: math.unit(9, "feet"),
  3910. default: true
  3911. }
  3912. ]
  3913. ))
  3914. characterMakers.push(() => makeCharacter(
  3915. { name: "Rikky" },
  3916. {
  3917. side: {
  3918. height: math.unit(5 + 1 / 6, "feet"),
  3919. weight: math.unit(130, "lbs"),
  3920. name: "Side",
  3921. image: {
  3922. source: "./media/characters/rikky/side.svg"
  3923. }
  3924. },
  3925. },
  3926. [
  3927. {
  3928. name: "Normal",
  3929. height: math.unit(5 + 1 / 6, "feet")
  3930. },
  3931. {
  3932. name: "Macro",
  3933. height: math.unit(152, "feet"),
  3934. default: true
  3935. },
  3936. {
  3937. name: "Megamacro",
  3938. height: math.unit(7, "miles")
  3939. }
  3940. ]
  3941. ))
  3942. characterMakers.push(() => makeCharacter(
  3943. { name: "Malfressa" },
  3944. {
  3945. side: {
  3946. height: math.unit(370, "cm"),
  3947. weight: math.unit(350, "lbs"),
  3948. name: "Side",
  3949. image: {
  3950. source: "./media/characters/malfressa/side.svg"
  3951. }
  3952. },
  3953. walking: {
  3954. height: math.unit(370, "cm"),
  3955. weight: math.unit(350, "lbs"),
  3956. name: "Walking",
  3957. image: {
  3958. source: "./media/characters/malfressa/walking.svg"
  3959. }
  3960. },
  3961. feral: {
  3962. height: math.unit(2500, "cm"),
  3963. weight: math.unit(100000, "lbs"),
  3964. name: "Feral",
  3965. image: {
  3966. source: "./media/characters/malfressa/feral.svg",
  3967. extra: 2108 / 837,
  3968. bottom: 0.02
  3969. }
  3970. },
  3971. },
  3972. [
  3973. {
  3974. name: "Normal",
  3975. height: math.unit(370, "cm")
  3976. },
  3977. {
  3978. name: "Macro",
  3979. height: math.unit(300, "meters"),
  3980. default: true
  3981. }
  3982. ]
  3983. ))
  3984. characterMakers.push(() => makeCharacter(
  3985. { name: "Jaro" },
  3986. {
  3987. front: {
  3988. height: math.unit(6, "feet"),
  3989. weight: math.unit(60, "kg"),
  3990. name: "Front",
  3991. image: {
  3992. source: "./media/characters/jaro/front.svg"
  3993. }
  3994. },
  3995. back: {
  3996. height: math.unit(6, "feet"),
  3997. weight: math.unit(60, "kg"),
  3998. name: "Back",
  3999. image: {
  4000. source: "./media/characters/jaro/back.svg"
  4001. }
  4002. },
  4003. },
  4004. [
  4005. {
  4006. name: "Micro",
  4007. height: math.unit(7, "inches")
  4008. },
  4009. {
  4010. name: "Normal",
  4011. height: math.unit(5.5, "feet"),
  4012. default: true
  4013. },
  4014. {
  4015. name: "Minimacro",
  4016. height: math.unit(20, "feet")
  4017. },
  4018. {
  4019. name: "Macro",
  4020. height: math.unit(200, "meters")
  4021. }
  4022. ]
  4023. ))
  4024. characterMakers.push(() => makeCharacter(
  4025. { name: "Rogue" },
  4026. {
  4027. front: {
  4028. height: math.unit(6, "feet"),
  4029. weight: math.unit(195, "lb"),
  4030. name: "Front",
  4031. image: {
  4032. source: "./media/characters/rogue/front.svg"
  4033. }
  4034. },
  4035. },
  4036. [
  4037. {
  4038. name: "Macro",
  4039. height: math.unit(90, "feet"),
  4040. default: true
  4041. },
  4042. ]
  4043. ))
  4044. characterMakers.push(() => makeCharacter(
  4045. { name: "Piper" },
  4046. {
  4047. front: {
  4048. height: math.unit(5 + 8 / 12, "feet"),
  4049. weight: math.unit(140, "lb"),
  4050. name: "Front",
  4051. image: {
  4052. source: "./media/characters/piper/front.svg",
  4053. extra: 3928 / 3681
  4054. }
  4055. },
  4056. },
  4057. [
  4058. {
  4059. name: "Micro",
  4060. height: math.unit(2, "inches")
  4061. },
  4062. {
  4063. name: "Normal",
  4064. height: math.unit(5 + 8 / 12, "feet")
  4065. },
  4066. {
  4067. name: "Macro",
  4068. height: math.unit(250, "feet"),
  4069. default: true
  4070. },
  4071. {
  4072. name: "Megamacro",
  4073. height: math.unit(7, "miles")
  4074. },
  4075. ]
  4076. ))
  4077. characterMakers.push(() => makeCharacter(
  4078. { name: "Gemini" },
  4079. {
  4080. front: {
  4081. height: math.unit(6, "feet"),
  4082. weight: math.unit(220, "lb"),
  4083. name: "Front",
  4084. image: {
  4085. source: "./media/characters/gemini/front.svg"
  4086. }
  4087. },
  4088. back: {
  4089. height: math.unit(6, "feet"),
  4090. weight: math.unit(220, "lb"),
  4091. name: "Back",
  4092. image: {
  4093. source: "./media/characters/gemini/back.svg"
  4094. }
  4095. },
  4096. kneeling: {
  4097. height: math.unit(6 / 1.5, "feet"),
  4098. weight: math.unit(220, "lb"),
  4099. name: "Kneeling",
  4100. image: {
  4101. source: "./media/characters/gemini/kneeling.svg",
  4102. bottom: 0.02
  4103. }
  4104. },
  4105. },
  4106. [
  4107. {
  4108. name: "Macro",
  4109. height: math.unit(300, "meters"),
  4110. default: true
  4111. },
  4112. {
  4113. name: "Megamacro",
  4114. height: math.unit(6900, "meters")
  4115. },
  4116. ]
  4117. ))
  4118. characterMakers.push(() => makeCharacter(
  4119. { name: "Alicia" },
  4120. {
  4121. anthro: {
  4122. height: math.unit(2.35, "meters"),
  4123. weight: math.unit(73, "kg"),
  4124. name: "Anthro",
  4125. image: {
  4126. source: "./media/characters/alicia/anthro.svg"
  4127. }
  4128. },
  4129. feral: {
  4130. height: math.unit(1.69, "meters"),
  4131. weight: math.unit(73, "kg"),
  4132. name: "Feral",
  4133. image: {
  4134. source: "./media/characters/alicia/feral.svg"
  4135. }
  4136. },
  4137. },
  4138. [
  4139. {
  4140. name: "Normal",
  4141. height: math.unit(2.35, "meters")
  4142. },
  4143. {
  4144. name: "Macro",
  4145. height: math.unit(60, "meters"),
  4146. default: true
  4147. },
  4148. {
  4149. name: "Megamacro",
  4150. height: math.unit(10000, "kilometers")
  4151. },
  4152. ]
  4153. ))
  4154. characterMakers.push(() => makeCharacter(
  4155. { name: "Archy" },
  4156. {
  4157. front: {
  4158. height: math.unit(7, "feet"),
  4159. weight: math.unit(250, "lbs"),
  4160. name: "Front",
  4161. image: {
  4162. source: "./media/characters/archy/front.svg"
  4163. }
  4164. }
  4165. },
  4166. [
  4167. {
  4168. name: "Micro",
  4169. height: math.unit(1, "inch")
  4170. },
  4171. {
  4172. name: "Shorty",
  4173. height: math.unit(5, "feet")
  4174. },
  4175. {
  4176. name: "Normal",
  4177. height: math.unit(7, "feet")
  4178. },
  4179. {
  4180. name: "Macro",
  4181. height: math.unit(600, "meters"),
  4182. default: true
  4183. },
  4184. {
  4185. name: "Megamacro",
  4186. height: math.unit(1, "mile")
  4187. },
  4188. ]
  4189. ))
  4190. characterMakers.push(() => makeCharacter(
  4191. { name: "Berri" },
  4192. {
  4193. front: {
  4194. height: math.unit(1.65, "meters"),
  4195. weight: math.unit(74, "kg"),
  4196. name: "Front",
  4197. image: {
  4198. source: "./media/characters/berri/front.svg"
  4199. }
  4200. }
  4201. },
  4202. [
  4203. {
  4204. name: "Normal",
  4205. height: math.unit(1.65, "meters")
  4206. },
  4207. {
  4208. name: "Macro",
  4209. height: math.unit(60, "m"),
  4210. default: true
  4211. },
  4212. {
  4213. name: "Megamacro",
  4214. height: math.unit(9.213, "km")
  4215. },
  4216. {
  4217. name: "Planet Eater",
  4218. height: math.unit(489, "megameters")
  4219. },
  4220. {
  4221. name: "Teramacro",
  4222. height: math.unit(2471635000000, "meters")
  4223. },
  4224. {
  4225. name: "Examacro",
  4226. height: math.unit(8.0624e+26, "meters")
  4227. }
  4228. ]
  4229. ))
  4230. characterMakers.push(() => makeCharacter(
  4231. { name: "Lexi" },
  4232. {
  4233. front: {
  4234. height: math.unit(1.72, "meters"),
  4235. weight: math.unit(68, "kg"),
  4236. name: "Front",
  4237. image: {
  4238. source: "./media/characters/lexi/front.svg"
  4239. }
  4240. }
  4241. },
  4242. [
  4243. {
  4244. name: "Very Smol",
  4245. height: math.unit(10, "mm")
  4246. },
  4247. {
  4248. name: "Micro",
  4249. height: math.unit(6.8, "cm"),
  4250. default: true
  4251. },
  4252. {
  4253. name: "Normal",
  4254. height: math.unit(1.72, "m")
  4255. }
  4256. ]
  4257. ))
  4258. characterMakers.push(() => makeCharacter(
  4259. { name: "Martin" },
  4260. {
  4261. front: {
  4262. height: math.unit(1.69, "meters"),
  4263. weight: math.unit(68, "kg"),
  4264. name: "Front",
  4265. image: {
  4266. source: "./media/characters/martin/front.svg",
  4267. extra: 596 / 581
  4268. }
  4269. }
  4270. },
  4271. [
  4272. {
  4273. name: "Micro",
  4274. height: math.unit(6.85, "cm"),
  4275. default: true
  4276. },
  4277. {
  4278. name: "Normal",
  4279. height: math.unit(1.69, "m")
  4280. }
  4281. ]
  4282. ))
  4283. characterMakers.push(() => makeCharacter(
  4284. { name: "Juno" },
  4285. {
  4286. front: {
  4287. height: math.unit(1.69, "meters"),
  4288. weight: math.unit(68, "kg"),
  4289. name: "Front",
  4290. image: {
  4291. source: "./media/characters/juno/front.svg"
  4292. }
  4293. }
  4294. },
  4295. [
  4296. {
  4297. name: "Micro",
  4298. height: math.unit(7, "cm")
  4299. },
  4300. {
  4301. name: "Normal",
  4302. height: math.unit(1.89, "m")
  4303. },
  4304. {
  4305. name: "Macro",
  4306. height: math.unit(353, "meters"),
  4307. default: true
  4308. }
  4309. ]
  4310. ))
  4311. characterMakers.push(() => makeCharacter(
  4312. { name: "Samantha" },
  4313. {
  4314. front: {
  4315. height: math.unit(1.93, "meters"),
  4316. weight: math.unit(83, "kg"),
  4317. name: "Front",
  4318. image: {
  4319. source: "./media/characters/samantha/front.svg"
  4320. }
  4321. },
  4322. frontClothed: {
  4323. height: math.unit(1.93, "meters"),
  4324. weight: math.unit(83, "kg"),
  4325. name: "Front (Clothed)",
  4326. image: {
  4327. source: "./media/characters/samantha/front-clothed.svg"
  4328. }
  4329. },
  4330. back: {
  4331. height: math.unit(1.93, "meters"),
  4332. weight: math.unit(83, "kg"),
  4333. name: "Back",
  4334. image: {
  4335. source: "./media/characters/samantha/back.svg"
  4336. }
  4337. },
  4338. },
  4339. [
  4340. {
  4341. name: "Normal",
  4342. height: math.unit(1.93, "m")
  4343. },
  4344. {
  4345. name: "Macro",
  4346. height: math.unit(74, "meters"),
  4347. default: true
  4348. },
  4349. {
  4350. name: "Macro+",
  4351. height: math.unit(223, "meters"),
  4352. },
  4353. {
  4354. name: "Megamacro",
  4355. height: math.unit(8381, "meters"),
  4356. },
  4357. {
  4358. name: "Megamacro+",
  4359. height: math.unit(12000, "kilometers")
  4360. },
  4361. ]
  4362. ))
  4363. characterMakers.push(() => makeCharacter(
  4364. { name: "Dr. Clay" },
  4365. {
  4366. front: {
  4367. height: math.unit(1.92, "meters"),
  4368. weight: math.unit(80, "kg"),
  4369. name: "Front",
  4370. image: {
  4371. source: "./media/characters/dr-clay/front.svg"
  4372. }
  4373. },
  4374. frontClothed: {
  4375. height: math.unit(1.92, "meters"),
  4376. weight: math.unit(80, "kg"),
  4377. name: "Front (Clothed)",
  4378. image: {
  4379. source: "./media/characters/dr-clay/front-clothed.svg"
  4380. }
  4381. }
  4382. },
  4383. [
  4384. {
  4385. name: "Normal",
  4386. height: math.unit(1.92, "m")
  4387. },
  4388. {
  4389. name: "Macro",
  4390. height: math.unit(214, "meters"),
  4391. default: true
  4392. },
  4393. {
  4394. name: "Macro+",
  4395. height: math.unit(12.237, "meters"),
  4396. },
  4397. {
  4398. name: "Megamacro",
  4399. height: math.unit(557, "megameters"),
  4400. },
  4401. {
  4402. name: "Unimaginable",
  4403. height: math.unit(120e9, "lightyears")
  4404. },
  4405. ]
  4406. ))
  4407. characterMakers.push(() => makeCharacter(
  4408. { name: "Wyvrn Ripsnarl" },
  4409. {
  4410. front: {
  4411. height: math.unit(2, "meters"),
  4412. weight: math.unit(80, "kg"),
  4413. name: "Front",
  4414. image: {
  4415. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4416. }
  4417. }
  4418. },
  4419. [
  4420. {
  4421. name: "Teramacro",
  4422. height: math.unit(500000, "lightyears"),
  4423. default: true
  4424. },
  4425. ]
  4426. ))
  4427. characterMakers.push(() => makeCharacter(
  4428. { name: "Vemus" },
  4429. {
  4430. front: {
  4431. height: math.unit(2, "meters"),
  4432. weight: math.unit(150, "kg"),
  4433. name: "Front",
  4434. image: {
  4435. source: "./media/characters/vemus/front.svg",
  4436. extra: 2384 / 2084,
  4437. bottom: 0.0123
  4438. }
  4439. }
  4440. },
  4441. [
  4442. {
  4443. name: "Normal",
  4444. height: math.unit(3.75, "meters"),
  4445. default: true
  4446. },
  4447. {
  4448. name: "Big",
  4449. height: math.unit(8, "meters")
  4450. },
  4451. {
  4452. name: "Macro",
  4453. height: math.unit(100, "meters")
  4454. },
  4455. {
  4456. name: "Macro+",
  4457. height: math.unit(1500, "meters")
  4458. },
  4459. {
  4460. name: "Stellar",
  4461. height: math.unit(14e8, "meters")
  4462. },
  4463. ]
  4464. ))
  4465. characterMakers.push(() => makeCharacter(
  4466. { name: "Beherit" },
  4467. {
  4468. front: {
  4469. height: math.unit(2, "meters"),
  4470. weight: math.unit(70, "kg"),
  4471. name: "Front",
  4472. image: {
  4473. source: "./media/characters/beherit/front.svg",
  4474. extra: 1408 / 1242
  4475. }
  4476. }
  4477. },
  4478. [
  4479. {
  4480. name: "Normal",
  4481. height: math.unit(6, "feet")
  4482. },
  4483. {
  4484. name: "Lorg",
  4485. height: math.unit(25, "feet"),
  4486. default: true
  4487. },
  4488. {
  4489. name: "Lorger",
  4490. height: math.unit(75, "feet")
  4491. },
  4492. {
  4493. name: "Macro",
  4494. height: math.unit(200, "meters")
  4495. },
  4496. ]
  4497. ))
  4498. characterMakers.push(() => makeCharacter(
  4499. { name: "Everett" },
  4500. {
  4501. front: {
  4502. height: math.unit(2, "meters"),
  4503. weight: math.unit(150, "kg"),
  4504. name: "Front",
  4505. image: {
  4506. source: "./media/characters/everett/front.svg",
  4507. extra: 2038 / 1737,
  4508. bottom: 0.03
  4509. }
  4510. },
  4511. paw: {
  4512. height: math.unit(2 / 3.6, "meters"),
  4513. name: "Paw",
  4514. image: {
  4515. source: "./media/characters/everett/paw.svg"
  4516. }
  4517. },
  4518. },
  4519. [
  4520. {
  4521. name: "Normal",
  4522. height: math.unit(15, "feet"),
  4523. default: true
  4524. },
  4525. {
  4526. name: "Lorg",
  4527. height: math.unit(70, "feet"),
  4528. default: true
  4529. },
  4530. {
  4531. name: "Lorger",
  4532. height: math.unit(250, "feet")
  4533. },
  4534. {
  4535. name: "Macro",
  4536. height: math.unit(500, "meters")
  4537. },
  4538. ]
  4539. ))
  4540. characterMakers.push(() => makeCharacter(
  4541. { name: "Rose Lion" },
  4542. {
  4543. front: {
  4544. height: math.unit(2, "meters"),
  4545. weight: math.unit(86, "kg"),
  4546. name: "Front",
  4547. image: {
  4548. source: "./media/characters/rose-lion/front.svg"
  4549. }
  4550. },
  4551. bent: {
  4552. height: math.unit(2 / 1.4288, "meters"),
  4553. weight: math.unit(86, "kg"),
  4554. name: "Bent",
  4555. image: {
  4556. source: "./media/characters/rose-lion/bent.svg"
  4557. }
  4558. }
  4559. },
  4560. [
  4561. {
  4562. name: "Mini-Micro",
  4563. height: math.unit(1, "cm")
  4564. },
  4565. {
  4566. name: "Micro",
  4567. height: math.unit(3.5, "inches"),
  4568. default: true
  4569. },
  4570. {
  4571. name: "Normal",
  4572. height: math.unit(6 + 1 / 6, "feet")
  4573. },
  4574. {
  4575. name: "Mini-Macro",
  4576. height: math.unit(9 + 10 / 12, "feet")
  4577. },
  4578. ]
  4579. ))
  4580. characterMakers.push(() => makeCharacter(
  4581. { name: "Regal" },
  4582. {
  4583. front: {
  4584. height: math.unit(2, "meters"),
  4585. weight: math.unit(350, "lbs"),
  4586. name: "Front",
  4587. image: {
  4588. source: "./media/characters/regal/front.svg"
  4589. }
  4590. },
  4591. back: {
  4592. height: math.unit(2, "meters"),
  4593. weight: math.unit(350, "lbs"),
  4594. name: "Back",
  4595. image: {
  4596. source: "./media/characters/regal/back.svg"
  4597. }
  4598. },
  4599. },
  4600. [
  4601. {
  4602. name: "Macro",
  4603. height: math.unit(350, "feet"),
  4604. default: true
  4605. }
  4606. ]
  4607. ))
  4608. characterMakers.push(() => makeCharacter(
  4609. { name: "Opal" },
  4610. {
  4611. front: {
  4612. height: math.unit(4 + 11 / 12, "feet"),
  4613. weight: math.unit(100, "lbs"),
  4614. name: "Front",
  4615. image: {
  4616. source: "./media/characters/opal/front.svg"
  4617. }
  4618. },
  4619. frontAlt: {
  4620. height: math.unit(4 + 11 / 12, "feet"),
  4621. weight: math.unit(100, "lbs"),
  4622. name: "Front (Alt)",
  4623. image: {
  4624. source: "./media/characters/opal/front-alt.svg"
  4625. }
  4626. },
  4627. },
  4628. [
  4629. {
  4630. name: "Small",
  4631. height: math.unit(4 + 11 / 12, "feet")
  4632. },
  4633. {
  4634. name: "Normal",
  4635. height: math.unit(20, "feet"),
  4636. default: true
  4637. },
  4638. {
  4639. name: "Macro",
  4640. height: math.unit(120, "feet")
  4641. },
  4642. {
  4643. name: "Megamacro",
  4644. height: math.unit(80, "miles")
  4645. },
  4646. {
  4647. name: "True Size",
  4648. height: math.unit(100000, "lightyears")
  4649. },
  4650. ]
  4651. ))
  4652. characterMakers.push(() => makeCharacter(
  4653. { name: "Vector Wuff" },
  4654. {
  4655. front: {
  4656. height: math.unit(6, "feet"),
  4657. weight: math.unit(200, "lbs"),
  4658. name: "Front",
  4659. image: {
  4660. source: "./media/characters/vector-wuff/front.svg"
  4661. }
  4662. }
  4663. },
  4664. [
  4665. {
  4666. name: "Normal",
  4667. height: math.unit(2.8, "meters")
  4668. },
  4669. {
  4670. name: "Macro",
  4671. height: math.unit(450, "meters"),
  4672. default: true
  4673. },
  4674. {
  4675. name: "Megamacro",
  4676. height: math.unit(15, "kilometers")
  4677. }
  4678. ]
  4679. ))
  4680. characterMakers.push(() => makeCharacter(
  4681. { name: "Dannik" },
  4682. {
  4683. front: {
  4684. height: math.unit(6, "feet"),
  4685. weight: math.unit(256, "lbs"),
  4686. name: "Front",
  4687. image: {
  4688. source: "./media/characters/dannik/front.svg"
  4689. }
  4690. }
  4691. },
  4692. [
  4693. {
  4694. name: "Macro",
  4695. height: math.unit(69.57, "meters"),
  4696. default: true
  4697. },
  4698. ]
  4699. ))
  4700. characterMakers.push(() => makeCharacter(
  4701. { name: "Azura Saharah" },
  4702. {
  4703. front: {
  4704. height: math.unit(6, "feet"),
  4705. weight: math.unit(120, "lbs"),
  4706. name: "Front",
  4707. image: {
  4708. source: "./media/characters/azura-saharah/front.svg"
  4709. }
  4710. },
  4711. back: {
  4712. height: math.unit(6, "feet"),
  4713. weight: math.unit(120, "lbs"),
  4714. name: "Back",
  4715. image: {
  4716. source: "./media/characters/azura-saharah/back.svg"
  4717. }
  4718. },
  4719. },
  4720. [
  4721. {
  4722. name: "Macro",
  4723. height: math.unit(100, "feet"),
  4724. default: true
  4725. },
  4726. ]
  4727. ))
  4728. characterMakers.push(() => makeCharacter(
  4729. { name: "Kennedy" },
  4730. {
  4731. side: {
  4732. height: math.unit(5 + 4 / 12, "feet"),
  4733. weight: math.unit(163, "lbs"),
  4734. name: "Side",
  4735. image: {
  4736. source: "./media/characters/kennedy/side.svg"
  4737. }
  4738. }
  4739. },
  4740. [
  4741. {
  4742. name: "Standard Doggo",
  4743. height: math.unit(5 + 4 / 12, "feet")
  4744. },
  4745. {
  4746. name: "Big Doggo",
  4747. height: math.unit(25 + 3 / 12, "feet"),
  4748. default: true
  4749. },
  4750. ]
  4751. ))
  4752. characterMakers.push(() => makeCharacter(
  4753. { name: "Odi Lunar" },
  4754. {
  4755. front: {
  4756. height: math.unit(6, "feet"),
  4757. weight: math.unit(90, "lbs"),
  4758. name: "Front",
  4759. image: {
  4760. source: "./media/characters/odi-lunar/front.svg"
  4761. }
  4762. }
  4763. },
  4764. [
  4765. {
  4766. name: "Micro",
  4767. height: math.unit(3, "inches"),
  4768. default: true
  4769. },
  4770. {
  4771. name: "Normal",
  4772. height: math.unit(5.5, "feet")
  4773. }
  4774. ]
  4775. ))
  4776. characterMakers.push(() => makeCharacter(
  4777. { name: "Mandake" },
  4778. {
  4779. back: {
  4780. height: math.unit(6, "feet"),
  4781. weight: math.unit(220, "lbs"),
  4782. name: "Back",
  4783. image: {
  4784. source: "./media/characters/mandake/back.svg"
  4785. }
  4786. }
  4787. },
  4788. [
  4789. {
  4790. name: "Normal",
  4791. height: math.unit(7, "feet"),
  4792. default: true
  4793. },
  4794. {
  4795. name: "Macro",
  4796. height: math.unit(78, "feet")
  4797. },
  4798. {
  4799. name: "Macro+",
  4800. height: math.unit(300, "meters")
  4801. },
  4802. {
  4803. name: "Macro++",
  4804. height: math.unit(2400, "feet")
  4805. },
  4806. {
  4807. name: "Megamacro",
  4808. height: math.unit(5167, "meters")
  4809. },
  4810. {
  4811. name: "Gigamacro",
  4812. height: math.unit(41769, "miles")
  4813. },
  4814. ]
  4815. ))
  4816. characterMakers.push(() => makeCharacter(
  4817. { name: "Yozey" },
  4818. {
  4819. front: {
  4820. height: math.unit(6, "feet"),
  4821. weight: math.unit(120, "lbs"),
  4822. name: "Front",
  4823. image: {
  4824. source: "./media/characters/yozey/front.svg"
  4825. }
  4826. },
  4827. frontAlt: {
  4828. height: math.unit(6, "feet"),
  4829. weight: math.unit(120, "lbs"),
  4830. name: "Front (Alt)",
  4831. image: {
  4832. source: "./media/characters/yozey/front-alt.svg"
  4833. }
  4834. },
  4835. side: {
  4836. height: math.unit(6, "feet"),
  4837. weight: math.unit(120, "lbs"),
  4838. name: "Side",
  4839. image: {
  4840. source: "./media/characters/yozey/side.svg"
  4841. }
  4842. },
  4843. },
  4844. [
  4845. {
  4846. name: "Micro",
  4847. height: math.unit(3, "inches"),
  4848. default: true
  4849. },
  4850. {
  4851. name: "Normal",
  4852. height: math.unit(6, "feet")
  4853. }
  4854. ]
  4855. ))
  4856. characterMakers.push(() => makeCharacter(
  4857. { name: "Valeska Voss" },
  4858. {
  4859. front: {
  4860. height: math.unit(6, "feet"),
  4861. weight: math.unit(103, "lbs"),
  4862. name: "Front",
  4863. image: {
  4864. source: "./media/characters/valeska-voss/front.svg"
  4865. }
  4866. }
  4867. },
  4868. [
  4869. {
  4870. name: "Mini-Sized Sub",
  4871. height: math.unit(3.1, "inches")
  4872. },
  4873. {
  4874. name: "Mid-Sized Sub",
  4875. height: math.unit(6.2, "inches")
  4876. },
  4877. {
  4878. name: "Full-Sized Sub",
  4879. height: math.unit(9.3, "inches")
  4880. },
  4881. {
  4882. name: "Normal",
  4883. height: math.unit(5 + 2 / 12, "foot"),
  4884. default: true
  4885. },
  4886. ]
  4887. ))
  4888. characterMakers.push(() => makeCharacter(
  4889. { name: "Gene Zeta" },
  4890. {
  4891. front: {
  4892. height: math.unit(6, "feet"),
  4893. weight: math.unit(160, "lbs"),
  4894. name: "Front",
  4895. image: {
  4896. source: "./media/characters/gene-zeta/front.svg",
  4897. bottom: 0.03,
  4898. extra: 1
  4899. }
  4900. }
  4901. },
  4902. [
  4903. {
  4904. name: "Normal",
  4905. height: math.unit(6.25, "foot"),
  4906. default: true
  4907. },
  4908. ]
  4909. ))
  4910. characterMakers.push(() => makeCharacter(
  4911. { name: "Razinox" },
  4912. {
  4913. front: {
  4914. height: math.unit(6, "feet"),
  4915. weight: math.unit(350, "lbs"),
  4916. name: "Front",
  4917. image: {
  4918. source: "./media/characters/razinox/front.svg",
  4919. extra: 1686 / 1548,
  4920. bottom: 28.2/1868
  4921. }
  4922. },
  4923. back: {
  4924. height: math.unit(6, "feet"),
  4925. weight: math.unit(350, "lbs"),
  4926. name: "Back",
  4927. image: {
  4928. source: "./media/characters/razinox/back.svg",
  4929. extra: 1660 / 1590,
  4930. bottom: 15/1665
  4931. }
  4932. },
  4933. },
  4934. [
  4935. {
  4936. name: "Normal",
  4937. height: math.unit(10 + 8 / 12, "foot")
  4938. },
  4939. {
  4940. name: "Minimacro",
  4941. height: math.unit(15, "foot")
  4942. },
  4943. {
  4944. name: "Macro",
  4945. height: math.unit(60, "foot"),
  4946. default: true
  4947. },
  4948. {
  4949. name: "Megamacro",
  4950. height: math.unit(5, "miles")
  4951. },
  4952. {
  4953. name: "Gigamacro",
  4954. height: math.unit(6000, "miles")
  4955. },
  4956. ]
  4957. ))
  4958. characterMakers.push(() => makeCharacter(
  4959. { name: "Cobalt" },
  4960. {
  4961. front: {
  4962. height: math.unit(6, "feet"),
  4963. weight: math.unit(150, "lbs"),
  4964. name: "Front",
  4965. image: {
  4966. source: "./media/characters/cobalt/front.svg"
  4967. }
  4968. }
  4969. },
  4970. [
  4971. {
  4972. name: "Normal",
  4973. height: math.unit(8 + 1 / 12, "foot")
  4974. },
  4975. {
  4976. name: "Macro",
  4977. height: math.unit(111, "foot"),
  4978. default: true
  4979. },
  4980. {
  4981. name: "Supracosmic",
  4982. height: math.unit(1e42, "feet")
  4983. },
  4984. ]
  4985. ))
  4986. characterMakers.push(() => makeCharacter(
  4987. { name: "Amanda" },
  4988. {
  4989. front: {
  4990. height: math.unit(6, "feet"),
  4991. weight: math.unit(140, "lbs"),
  4992. name: "Front",
  4993. image: {
  4994. source: "./media/characters/amanda/front.svg"
  4995. }
  4996. }
  4997. },
  4998. [
  4999. {
  5000. name: "Micro",
  5001. height: math.unit(5, "inches"),
  5002. default: true
  5003. },
  5004. ]
  5005. ))
  5006. characterMakers.push(() => makeCharacter(
  5007. { name: "Teal" },
  5008. {
  5009. front: {
  5010. height: math.unit(5.59, "feet"),
  5011. weight: math.unit(250, "lbs"),
  5012. name: "Front",
  5013. image: {
  5014. source: "./media/characters/teal/front.svg"
  5015. }
  5016. },
  5017. frontAlt: {
  5018. height: math.unit(6, "feet"),
  5019. weight: math.unit(250, "lbs"),
  5020. name: "Front (Alt)",
  5021. image: {
  5022. source: "./media/characters/teal/front-alt.svg",
  5023. bottom: 0.04,
  5024. extra: 1
  5025. }
  5026. },
  5027. },
  5028. [
  5029. {
  5030. name: "Normal",
  5031. height: math.unit(12, "feet"),
  5032. default: true
  5033. },
  5034. {
  5035. name: "Macro",
  5036. height: math.unit(300, "feet")
  5037. },
  5038. ]
  5039. ))
  5040. characterMakers.push(() => makeCharacter(
  5041. { name: "Ravin Amulet" },
  5042. {
  5043. frontCat: {
  5044. height: math.unit(6, "feet"),
  5045. weight: math.unit(180, "lbs"),
  5046. name: "Front (Cat)",
  5047. image: {
  5048. source: "./media/characters/ravin-amulet/front-cat.svg"
  5049. }
  5050. },
  5051. frontCatAlt: {
  5052. height: math.unit(6, "feet"),
  5053. weight: math.unit(180, "lbs"),
  5054. name: "Front (Alt, Cat)",
  5055. image: {
  5056. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  5057. }
  5058. },
  5059. frontWerewolf: {
  5060. height: math.unit(6 * 1.2, "feet"),
  5061. weight: math.unit(225, "lbs"),
  5062. name: "Front (Werewolf)",
  5063. image: {
  5064. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  5065. }
  5066. },
  5067. backWerewolf: {
  5068. height: math.unit(6 * 1.2, "feet"),
  5069. weight: math.unit(225, "lbs"),
  5070. name: "Back (Werewolf)",
  5071. image: {
  5072. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  5073. }
  5074. },
  5075. },
  5076. [
  5077. {
  5078. name: "Nano",
  5079. height: math.unit(1, "micrometer")
  5080. },
  5081. {
  5082. name: "Micro",
  5083. height: math.unit(1, "inch")
  5084. },
  5085. {
  5086. name: "Normal",
  5087. height: math.unit(6, "feet"),
  5088. default: true
  5089. },
  5090. {
  5091. name: "Macro",
  5092. height: math.unit(60, "feet")
  5093. }
  5094. ]
  5095. ))
  5096. characterMakers.push(() => makeCharacter(
  5097. { name: "Fluoresce" },
  5098. {
  5099. front: {
  5100. height: math.unit(6, "feet"),
  5101. weight: math.unit(165, "lbs"),
  5102. name: "Front",
  5103. image: {
  5104. source: "./media/characters/fluoresce/front.svg"
  5105. }
  5106. }
  5107. },
  5108. [
  5109. {
  5110. name: "Micro",
  5111. height: math.unit(6, "cm")
  5112. },
  5113. {
  5114. name: "Normal",
  5115. height: math.unit(5 + 7 / 12, "feet"),
  5116. default: true
  5117. },
  5118. {
  5119. name: "Macro",
  5120. height: math.unit(56, "feet")
  5121. },
  5122. {
  5123. name: "Megamacro",
  5124. height: math.unit(1.9, "miles")
  5125. },
  5126. ]
  5127. ))
  5128. characterMakers.push(() => makeCharacter(
  5129. { name: "Aurora" },
  5130. {
  5131. front: {
  5132. height: math.unit(9 + 6 / 12, "feet"),
  5133. weight: math.unit(523, "lbs"),
  5134. name: "Side",
  5135. image: {
  5136. source: "./media/characters/aurora/side.svg"
  5137. }
  5138. }
  5139. },
  5140. [
  5141. {
  5142. name: "Normal",
  5143. height: math.unit(9 + 6 / 12, "feet")
  5144. },
  5145. {
  5146. name: "Macro",
  5147. height: math.unit(96, "feet"),
  5148. default: true
  5149. },
  5150. {
  5151. name: "Macro+",
  5152. height: math.unit(243, "feet")
  5153. },
  5154. ]
  5155. ))
  5156. characterMakers.push(() => makeCharacter(
  5157. { name: "Ranek" },
  5158. {
  5159. front: {
  5160. height: math.unit(194, "cm"),
  5161. weight: math.unit(90, "kg"),
  5162. name: "Front",
  5163. image: {
  5164. source: "./media/characters/ranek/front.svg"
  5165. }
  5166. },
  5167. side: {
  5168. height: math.unit(194, "cm"),
  5169. weight: math.unit(90, "kg"),
  5170. name: "Side",
  5171. image: {
  5172. source: "./media/characters/ranek/side.svg"
  5173. }
  5174. },
  5175. back: {
  5176. height: math.unit(194, "cm"),
  5177. weight: math.unit(90, "kg"),
  5178. name: "Back",
  5179. image: {
  5180. source: "./media/characters/ranek/back.svg"
  5181. }
  5182. },
  5183. feral: {
  5184. height: math.unit(30, "cm"),
  5185. weight: math.unit(1.6, "lbs"),
  5186. name: "Feral",
  5187. image: {
  5188. source: "./media/characters/ranek/feral.svg"
  5189. }
  5190. },
  5191. },
  5192. [
  5193. {
  5194. name: "Normal",
  5195. height: math.unit(194, "cm"),
  5196. default: true
  5197. },
  5198. {
  5199. name: "Macro",
  5200. height: math.unit(100, "meters")
  5201. },
  5202. ]
  5203. ))
  5204. characterMakers.push(() => makeCharacter(
  5205. { name: "Andrew Cooper" },
  5206. {
  5207. front: {
  5208. height: math.unit(5 + 6 / 12, "feet"),
  5209. weight: math.unit(153, "lbs"),
  5210. name: "Front",
  5211. image: {
  5212. source: "./media/characters/andrew-cooper/front.svg"
  5213. }
  5214. },
  5215. },
  5216. [
  5217. {
  5218. name: "Nano",
  5219. height: math.unit(1, "mm")
  5220. },
  5221. {
  5222. name: "Micro",
  5223. height: math.unit(2, "inches")
  5224. },
  5225. {
  5226. name: "Normal",
  5227. height: math.unit(5 + 6 / 12, "feet"),
  5228. default: true
  5229. }
  5230. ]
  5231. ))
  5232. characterMakers.push(() => makeCharacter(
  5233. { name: "Akane Sato" },
  5234. {
  5235. front: {
  5236. height: math.unit(6, "feet"),
  5237. weight: math.unit(180, "lbs"),
  5238. name: "Front",
  5239. image: {
  5240. source: "./media/characters/akane-sato/front.svg",
  5241. extra: 1219 / 1140
  5242. }
  5243. },
  5244. back: {
  5245. height: math.unit(6, "feet"),
  5246. weight: math.unit(180, "lbs"),
  5247. name: "Back",
  5248. image: {
  5249. source: "./media/characters/akane-sato/back.svg",
  5250. extra: 1219 / 1170
  5251. }
  5252. },
  5253. },
  5254. [
  5255. {
  5256. name: "Normal",
  5257. height: math.unit(2.5, "meters")
  5258. },
  5259. {
  5260. name: "Macro",
  5261. height: math.unit(250, "meters"),
  5262. default: true
  5263. },
  5264. {
  5265. name: "Megamacro",
  5266. height: math.unit(25, "km")
  5267. },
  5268. ]
  5269. ))
  5270. characterMakers.push(() => makeCharacter(
  5271. { name: "Rook" },
  5272. {
  5273. front: {
  5274. height: math.unit(6, "feet"),
  5275. weight: math.unit(65, "kg"),
  5276. name: "Front",
  5277. image: {
  5278. source: "./media/characters/rook/front.svg",
  5279. extra: 960/950
  5280. }
  5281. }
  5282. },
  5283. [
  5284. {
  5285. name: "Normal",
  5286. height: math.unit(8.8, "feet")
  5287. },
  5288. {
  5289. name: "Macro",
  5290. height: math.unit(88, "feet"),
  5291. default: true
  5292. },
  5293. {
  5294. name: "Megamacro",
  5295. height: math.unit(8, "miles")
  5296. },
  5297. ]
  5298. ))
  5299. characterMakers.push(() => makeCharacter(
  5300. { name: "Prodigy" },
  5301. {
  5302. front: {
  5303. height: math.unit(12 + 2 / 12, "feet"),
  5304. weight: math.unit(808, "lbs"),
  5305. name: "Front",
  5306. image: {
  5307. source: "./media/characters/prodigy/front.svg"
  5308. }
  5309. }
  5310. },
  5311. [
  5312. {
  5313. name: "Normal",
  5314. height: math.unit(12 + 2 / 12, "feet"),
  5315. default: true
  5316. },
  5317. {
  5318. name: "Macro",
  5319. height: math.unit(143, "feet")
  5320. },
  5321. {
  5322. name: "Macro+",
  5323. height: math.unit(400, "feet")
  5324. },
  5325. ]
  5326. ))
  5327. characterMakers.push(() => makeCharacter(
  5328. { name: "Daniel" },
  5329. {
  5330. front: {
  5331. height: math.unit(6, "feet"),
  5332. weight: math.unit(225, "lbs"),
  5333. name: "Front",
  5334. image: {
  5335. source: "./media/characters/daniel/front.svg"
  5336. }
  5337. },
  5338. leaning: {
  5339. height: math.unit(6, "feet"),
  5340. weight: math.unit(225, "lbs"),
  5341. name: "Leaning",
  5342. image: {
  5343. source: "./media/characters/daniel/leaning.svg"
  5344. }
  5345. },
  5346. },
  5347. [
  5348. {
  5349. name: "Macro",
  5350. height: math.unit(1000, "feet"),
  5351. default: true
  5352. },
  5353. ]
  5354. ))
  5355. characterMakers.push(() => makeCharacter(
  5356. { name: "Chiros" },
  5357. {
  5358. front: {
  5359. height: math.unit(6, "feet"),
  5360. weight: math.unit(88, "lbs"),
  5361. name: "Front",
  5362. image: {
  5363. source: "./media/characters/chiros/front.svg",
  5364. extra: 306 / 226
  5365. }
  5366. },
  5367. side: {
  5368. height: math.unit(6, "feet"),
  5369. weight: math.unit(88, "lbs"),
  5370. name: "Side",
  5371. image: {
  5372. source: "./media/characters/chiros/side.svg",
  5373. extra: 306 / 226
  5374. }
  5375. },
  5376. },
  5377. [
  5378. {
  5379. name: "Normal",
  5380. height: math.unit(6, "cm"),
  5381. default: true
  5382. },
  5383. ]
  5384. ))
  5385. characterMakers.push(() => makeCharacter(
  5386. { name: "Selka" },
  5387. {
  5388. front: {
  5389. height: math.unit(6, "feet"),
  5390. weight: math.unit(100, "lbs"),
  5391. name: "Front",
  5392. image: {
  5393. source: "./media/characters/selka/front.svg",
  5394. extra: 947 / 887
  5395. }
  5396. }
  5397. },
  5398. [
  5399. {
  5400. name: "Normal",
  5401. height: math.unit(5, "cm"),
  5402. default: true
  5403. },
  5404. ]
  5405. ))
  5406. characterMakers.push(() => makeCharacter(
  5407. { name: "Verin" },
  5408. {
  5409. front: {
  5410. height: math.unit(8 + 3 / 12, "feet"),
  5411. weight: math.unit(424, "lbs"),
  5412. name: "Front",
  5413. image: {
  5414. source: "./media/characters/verin/front.svg",
  5415. extra: 1845 / 1550
  5416. }
  5417. },
  5418. frontArmored: {
  5419. height: math.unit(8 + 3 / 12, "feet"),
  5420. weight: math.unit(424, "lbs"),
  5421. name: "Front (Armored)",
  5422. image: {
  5423. source: "./media/characters/verin/front-armor.svg",
  5424. extra: 1845 / 1550,
  5425. bottom: 0.01
  5426. }
  5427. },
  5428. back: {
  5429. height: math.unit(8 + 3 / 12, "feet"),
  5430. weight: math.unit(424, "lbs"),
  5431. name: "Back",
  5432. image: {
  5433. source: "./media/characters/verin/back.svg",
  5434. bottom: 0.1,
  5435. extra: 1
  5436. }
  5437. },
  5438. foot: {
  5439. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5440. name: "Foot",
  5441. image: {
  5442. source: "./media/characters/verin/foot.svg"
  5443. }
  5444. },
  5445. },
  5446. [
  5447. {
  5448. name: "Normal",
  5449. height: math.unit(8 + 3 / 12, "feet")
  5450. },
  5451. {
  5452. name: "Minimacro",
  5453. height: math.unit(21, "feet"),
  5454. default: true
  5455. },
  5456. {
  5457. name: "Macro",
  5458. height: math.unit(626, "feet")
  5459. },
  5460. ]
  5461. ))
  5462. characterMakers.push(() => makeCharacter(
  5463. { name: "Sovrim Terraquian" },
  5464. {
  5465. front: {
  5466. height: math.unit(2.718, "meters"),
  5467. weight: math.unit(150, "lbs"),
  5468. name: "Front",
  5469. image: {
  5470. source: "./media/characters/sovrim-terraquian/front.svg"
  5471. }
  5472. },
  5473. back: {
  5474. height: math.unit(2.718, "meters"),
  5475. weight: math.unit(150, "lbs"),
  5476. name: "Back",
  5477. image: {
  5478. source: "./media/characters/sovrim-terraquian/back.svg"
  5479. }
  5480. }
  5481. },
  5482. [
  5483. {
  5484. name: "Micro",
  5485. height: math.unit(2, "inches")
  5486. },
  5487. {
  5488. name: "Small",
  5489. height: math.unit(1, "meter")
  5490. },
  5491. {
  5492. name: "Normal",
  5493. height: math.unit(Math.E, "meters"),
  5494. default: true
  5495. },
  5496. {
  5497. name: "Macro",
  5498. height: math.unit(20, "meters")
  5499. },
  5500. {
  5501. name: "Macro+",
  5502. height: math.unit(400, "meters")
  5503. },
  5504. ]
  5505. ))
  5506. characterMakers.push(() => makeCharacter(
  5507. { name: "Reece Silvermane" },
  5508. {
  5509. front: {
  5510. height: math.unit(7, "feet"),
  5511. weight: math.unit(489, "lbs"),
  5512. name: "Front",
  5513. image: {
  5514. source: "./media/characters/reece-silvermane/front.svg",
  5515. bottom: 0.02,
  5516. extra: 1
  5517. }
  5518. },
  5519. },
  5520. [
  5521. {
  5522. name: "Macro",
  5523. height: math.unit(1.5, "miles"),
  5524. default: true
  5525. },
  5526. ]
  5527. ))
  5528. characterMakers.push(() => makeCharacter(
  5529. { name: "Kane" },
  5530. {
  5531. front: {
  5532. height: math.unit(6, "feet"),
  5533. weight: math.unit(78, "kg"),
  5534. name: "Front",
  5535. image: {
  5536. source: "./media/characters/kane/front.svg",
  5537. extra: 978 / 899
  5538. }
  5539. },
  5540. },
  5541. [
  5542. {
  5543. name: "Normal",
  5544. height: math.unit(2.1, "m"),
  5545. },
  5546. {
  5547. name: "Macro",
  5548. height: math.unit(1, "km"),
  5549. default: true
  5550. },
  5551. ]
  5552. ))
  5553. characterMakers.push(() => makeCharacter(
  5554. { name: "Tegon" },
  5555. {
  5556. front: {
  5557. height: math.unit(6, "feet"),
  5558. weight: math.unit(200, "kg"),
  5559. name: "Front",
  5560. image: {
  5561. source: "./media/characters/tegon/front.svg",
  5562. bottom: 0.01,
  5563. extra: 1
  5564. }
  5565. },
  5566. },
  5567. [
  5568. {
  5569. name: "Micro",
  5570. height: math.unit(1, "inch")
  5571. },
  5572. {
  5573. name: "Normal",
  5574. height: math.unit(6 + 3 / 12, "feet"),
  5575. default: true
  5576. },
  5577. {
  5578. name: "Macro",
  5579. height: math.unit(300, "feet")
  5580. },
  5581. {
  5582. name: "Megamacro",
  5583. height: math.unit(69, "miles")
  5584. },
  5585. ]
  5586. ))
  5587. characterMakers.push(() => makeCharacter(
  5588. { name: "Arcturax" },
  5589. {
  5590. side: {
  5591. height: math.unit(6, "feet"),
  5592. weight: math.unit(2304, "lbs"),
  5593. name: "Side",
  5594. image: {
  5595. source: "./media/characters/arcturax/side.svg",
  5596. extra: 790 / 376,
  5597. bottom: 0.01
  5598. }
  5599. },
  5600. },
  5601. [
  5602. {
  5603. name: "Micro",
  5604. height: math.unit(2, "inch")
  5605. },
  5606. {
  5607. name: "Normal",
  5608. height: math.unit(6, "feet")
  5609. },
  5610. {
  5611. name: "Macro",
  5612. height: math.unit(39, "feet"),
  5613. default: true
  5614. },
  5615. {
  5616. name: "Megamacro",
  5617. height: math.unit(7, "miles")
  5618. },
  5619. ]
  5620. ))
  5621. characterMakers.push(() => makeCharacter(
  5622. { name: "Sentri" },
  5623. {
  5624. front: {
  5625. height: math.unit(6, "feet"),
  5626. weight: math.unit(50, "lbs"),
  5627. name: "Front",
  5628. image: {
  5629. source: "./media/characters/sentri/front.svg",
  5630. extra: 1750 / 1570,
  5631. bottom: 0.025
  5632. }
  5633. },
  5634. frontAlt: {
  5635. height: math.unit(6, "feet"),
  5636. weight: math.unit(50, "lbs"),
  5637. name: "Front (Alt)",
  5638. image: {
  5639. source: "./media/characters/sentri/front-alt.svg",
  5640. extra: 1750 / 1570,
  5641. bottom: 0.025
  5642. }
  5643. },
  5644. },
  5645. [
  5646. {
  5647. name: "Normal",
  5648. height: math.unit(15, "feet"),
  5649. default: true
  5650. },
  5651. {
  5652. name: "Macro",
  5653. height: math.unit(2500, "feet")
  5654. }
  5655. ]
  5656. ))
  5657. characterMakers.push(() => makeCharacter(
  5658. { name: "Corvin" },
  5659. {
  5660. front: {
  5661. height: math.unit(5 + 8 / 12, "feet"),
  5662. weight: math.unit(130, "lbs"),
  5663. name: "Front",
  5664. image: {
  5665. source: "./media/characters/corvin/front.svg",
  5666. extra: 1803 / 1629
  5667. }
  5668. },
  5669. frontShirt: {
  5670. height: math.unit(5 + 8 / 12, "feet"),
  5671. weight: math.unit(130, "lbs"),
  5672. name: "Front (Shirt)",
  5673. image: {
  5674. source: "./media/characters/corvin/front-shirt.svg",
  5675. extra: 1803 / 1629
  5676. }
  5677. },
  5678. frontPoncho: {
  5679. height: math.unit(5 + 8 / 12, "feet"),
  5680. weight: math.unit(130, "lbs"),
  5681. name: "Front (Poncho)",
  5682. image: {
  5683. source: "./media/characters/corvin/front-poncho.svg",
  5684. extra: 1803 / 1629
  5685. }
  5686. },
  5687. side: {
  5688. height: math.unit(5 + 8 / 12, "feet"),
  5689. weight: math.unit(130, "lbs"),
  5690. name: "Side",
  5691. image: {
  5692. source: "./media/characters/corvin/side.svg",
  5693. extra: 1012 / 945
  5694. }
  5695. },
  5696. back: {
  5697. height: math.unit(5 + 8 / 12, "feet"),
  5698. weight: math.unit(130, "lbs"),
  5699. name: "Back",
  5700. image: {
  5701. source: "./media/characters/corvin/back.svg",
  5702. extra: 1803 / 1629
  5703. }
  5704. },
  5705. },
  5706. [
  5707. {
  5708. name: "Micro",
  5709. height: math.unit(3, "inches")
  5710. },
  5711. {
  5712. name: "Normal",
  5713. height: math.unit(5 + 8 / 12, "feet")
  5714. },
  5715. {
  5716. name: "Macro",
  5717. height: math.unit(300, "feet"),
  5718. default: true
  5719. },
  5720. {
  5721. name: "Megamacro",
  5722. height: math.unit(500, "miles")
  5723. }
  5724. ]
  5725. ))
  5726. characterMakers.push(() => makeCharacter(
  5727. { name: "Q" },
  5728. {
  5729. front: {
  5730. height: math.unit(6, "feet"),
  5731. weight: math.unit(135, "lbs"),
  5732. name: "Front",
  5733. image: {
  5734. source: "./media/characters/q/front.svg",
  5735. extra: 854 / 752,
  5736. bottom: 0.005
  5737. }
  5738. },
  5739. back: {
  5740. height: math.unit(6, "feet"),
  5741. weight: math.unit(130, "lbs"),
  5742. name: "Back",
  5743. image: {
  5744. source: "./media/characters/q/back.svg",
  5745. extra: 854 / 752
  5746. }
  5747. },
  5748. },
  5749. [
  5750. {
  5751. name: "Macro",
  5752. height: math.unit(90, "feet"),
  5753. default: true
  5754. },
  5755. {
  5756. name: "Extra Macro",
  5757. height: math.unit(300, "feet"),
  5758. },
  5759. {
  5760. name: "BIG WALF",
  5761. height: math.unit(750, "feet"),
  5762. },
  5763. ]
  5764. ))
  5765. characterMakers.push(() => makeCharacter(
  5766. { name: "Carley" },
  5767. {
  5768. front: {
  5769. height: math.unit(6, "feet"),
  5770. weight: math.unit(150, "lbs"),
  5771. name: "Front",
  5772. image: {
  5773. source: "./media/characters/carley/front.svg",
  5774. extra: 3927 / 3540,
  5775. bottom: 0.03
  5776. }
  5777. }
  5778. },
  5779. [
  5780. {
  5781. name: "Normal",
  5782. height: math.unit(6 + 3 / 12, "feet")
  5783. },
  5784. {
  5785. name: "Macro",
  5786. height: math.unit(185, "feet"),
  5787. default: true
  5788. },
  5789. {
  5790. name: "Megamacro",
  5791. height: math.unit(8, "miles"),
  5792. },
  5793. ]
  5794. ))
  5795. characterMakers.push(() => makeCharacter(
  5796. { name: "Citrine" },
  5797. {
  5798. front: {
  5799. height: math.unit(3, "feet"),
  5800. weight: math.unit(28, "lbs"),
  5801. name: "Front",
  5802. image: {
  5803. source: "./media/characters/citrine/front.svg"
  5804. }
  5805. }
  5806. },
  5807. [
  5808. {
  5809. name: "Normal",
  5810. height: math.unit(3, "feet"),
  5811. default: true
  5812. }
  5813. ]
  5814. ))
  5815. characterMakers.push(() => makeCharacter(
  5816. { name: "Aura Starwind" },
  5817. {
  5818. front: {
  5819. height: math.unit(14, "feet"),
  5820. weight: math.unit(1450, "kg"),
  5821. capacity: math.unit(15, "people"),
  5822. name: "Front",
  5823. image: {
  5824. source: "./media/characters/aura-starwind/front.svg",
  5825. extra: 1455 / 1335
  5826. }
  5827. },
  5828. side: {
  5829. height: math.unit(14, "feet"),
  5830. weight: math.unit(1450, "kg"),
  5831. capacity: math.unit(15, "people"),
  5832. name: "Side",
  5833. image: {
  5834. source: "./media/characters/aura-starwind/side.svg",
  5835. extra: 1654 / 1497
  5836. }
  5837. },
  5838. taur: {
  5839. height: math.unit(18, "feet"),
  5840. weight: math.unit(5500, "kg"),
  5841. capacity: math.unit(50, "people"),
  5842. name: "Taur",
  5843. image: {
  5844. source: "./media/characters/aura-starwind/taur.svg",
  5845. extra: 1760 / 1650
  5846. }
  5847. },
  5848. feral: {
  5849. height: math.unit(46, "feet"),
  5850. weight: math.unit(25000, "kg"),
  5851. capacity: math.unit(120, "people"),
  5852. name: "Feral",
  5853. image: {
  5854. source: "./media/characters/aura-starwind/feral.svg"
  5855. }
  5856. },
  5857. },
  5858. [
  5859. {
  5860. name: "Normal",
  5861. height: math.unit(14, "feet"),
  5862. default: true
  5863. },
  5864. {
  5865. name: "Macro",
  5866. height: math.unit(50, "meters")
  5867. },
  5868. {
  5869. name: "Megamacro",
  5870. height: math.unit(5000, "meters")
  5871. },
  5872. {
  5873. name: "Gigamacro",
  5874. height: math.unit(100000, "kilometers")
  5875. },
  5876. ]
  5877. ))
  5878. characterMakers.push(() => makeCharacter(
  5879. { name: "Rivet" },
  5880. {
  5881. front: {
  5882. height: math.unit(2 + 7 / 12, "feet"),
  5883. weight: math.unit(32, "lbs"),
  5884. name: "Front",
  5885. image: {
  5886. source: "./media/characters/rivet/front.svg",
  5887. extra: 1716 / 1658,
  5888. bottom: 0.03
  5889. }
  5890. },
  5891. foot: {
  5892. height: math.unit(0.551, "feet"),
  5893. name: "Rivet's Foot",
  5894. image: {
  5895. source: "./media/characters/rivet/foot.svg"
  5896. },
  5897. rename: true
  5898. }
  5899. },
  5900. [
  5901. {
  5902. name: "Micro",
  5903. height: math.unit(1.5, "inches"),
  5904. },
  5905. {
  5906. name: "Normal",
  5907. height: math.unit(2 + 7 / 12, "feet"),
  5908. default: true
  5909. },
  5910. {
  5911. name: "Macro",
  5912. height: math.unit(85, "feet")
  5913. },
  5914. {
  5915. name: "Megamacro",
  5916. height: math.unit(2.2, "km")
  5917. }
  5918. ]
  5919. ))
  5920. characterMakers.push(() => makeCharacter(
  5921. { name: "Coffee" },
  5922. {
  5923. front: {
  5924. height: math.unit(5 + 9 / 12, "feet"),
  5925. weight: math.unit(150, "lbs"),
  5926. name: "Front",
  5927. image: {
  5928. source: "./media/characters/coffee/front.svg",
  5929. extra: 3666 / 3032,
  5930. bottom: 0.04
  5931. }
  5932. },
  5933. foot: {
  5934. height: math.unit(1.29, "feet"),
  5935. name: "Foot",
  5936. image: {
  5937. source: "./media/characters/coffee/foot.svg"
  5938. }
  5939. },
  5940. },
  5941. [
  5942. {
  5943. name: "Micro",
  5944. height: math.unit(2, "inches"),
  5945. },
  5946. {
  5947. name: "Normal",
  5948. height: math.unit(5 + 9 / 12, "feet"),
  5949. default: true
  5950. },
  5951. {
  5952. name: "Macro",
  5953. height: math.unit(800, "feet")
  5954. },
  5955. {
  5956. name: "Megamacro",
  5957. height: math.unit(25, "miles")
  5958. }
  5959. ]
  5960. ))
  5961. characterMakers.push(() => makeCharacter(
  5962. { name: "Chari-Gal" },
  5963. {
  5964. front: {
  5965. height: math.unit(6, "feet"),
  5966. weight: math.unit(200, "lbs"),
  5967. name: "Front",
  5968. image: {
  5969. source: "./media/characters/chari-gal/front.svg",
  5970. extra: 1568 / 1385,
  5971. bottom: 0.047
  5972. }
  5973. },
  5974. gigantamax: {
  5975. height: math.unit(6 * 16, "feet"),
  5976. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5977. name: "Gigantamax",
  5978. image: {
  5979. source: "./media/characters/chari-gal/gigantamax.svg",
  5980. extra: 1124 / 888,
  5981. bottom: 0.03
  5982. }
  5983. },
  5984. },
  5985. [
  5986. {
  5987. name: "Normal",
  5988. height: math.unit(5 + 7 / 12, "feet")
  5989. },
  5990. {
  5991. name: "Macro",
  5992. height: math.unit(200, "feet"),
  5993. default: true
  5994. }
  5995. ]
  5996. ))
  5997. characterMakers.push(() => makeCharacter(
  5998. { name: "Nova" },
  5999. {
  6000. front: {
  6001. height: math.unit(6, "feet"),
  6002. weight: math.unit(150, "lbs"),
  6003. name: "Front",
  6004. image: {
  6005. source: "./media/characters/nova/front.svg",
  6006. extra: 5000 / 4722,
  6007. bottom: 0.02
  6008. }
  6009. }
  6010. },
  6011. [
  6012. {
  6013. name: "Micro-",
  6014. height: math.unit(0.8, "inches")
  6015. },
  6016. {
  6017. name: "Micro",
  6018. height: math.unit(2, "inches"),
  6019. default: true
  6020. },
  6021. ]
  6022. ))
  6023. characterMakers.push(() => makeCharacter(
  6024. { name: "Argent" },
  6025. {
  6026. front: {
  6027. height: math.unit(3 + 1 / 12, "feet"),
  6028. weight: math.unit(21.7, "lbs"),
  6029. name: "Front",
  6030. image: {
  6031. source: "./media/characters/argent/front.svg",
  6032. extra: 1565 / 1416,
  6033. bottom: 0.01
  6034. }
  6035. }
  6036. },
  6037. [
  6038. {
  6039. name: "Micro",
  6040. height: math.unit(2, "inches")
  6041. },
  6042. {
  6043. name: "Normal",
  6044. height: math.unit(3 + 1 / 12, "feet"),
  6045. default: true
  6046. },
  6047. {
  6048. name: "Macro",
  6049. height: math.unit(120, "feet")
  6050. },
  6051. ]
  6052. ))
  6053. characterMakers.push(() => makeCharacter(
  6054. { name: "Mira al-Cul" },
  6055. {
  6056. lamp: {
  6057. height: math.unit(7 * 1559 / 989, "feet"),
  6058. name: "Magic Lamp",
  6059. image: {
  6060. source: "./media/characters/mira-al-cul/lamp.svg",
  6061. extra: 1617 / 1559
  6062. }
  6063. },
  6064. front: {
  6065. height: math.unit(7, "feet"),
  6066. name: "Front",
  6067. image: {
  6068. source: "./media/characters/mira-al-cul/front.svg",
  6069. extra: 1044 / 990
  6070. }
  6071. },
  6072. },
  6073. [
  6074. {
  6075. name: "Heavily Restricted",
  6076. height: math.unit(7 * 1559 / 989, "feet")
  6077. },
  6078. {
  6079. name: "Freshly Freed",
  6080. height: math.unit(50 * 1559 / 989, "feet")
  6081. },
  6082. {
  6083. name: "World Encompassing",
  6084. height: math.unit(10000 * 1559 / 989, "miles")
  6085. },
  6086. {
  6087. name: "Galactic",
  6088. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6089. },
  6090. {
  6091. name: "Palmed Universe",
  6092. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6093. default: true
  6094. },
  6095. {
  6096. name: "Multiversal Matriarch",
  6097. height: math.unit(8.87e10, "yottameters")
  6098. },
  6099. {
  6100. name: "Void Mother",
  6101. height: math.unit(3.14e110, "yottaparsecs")
  6102. },
  6103. ]
  6104. ))
  6105. characterMakers.push(() => makeCharacter(
  6106. { name: "Kuro-shi Uchū" },
  6107. {
  6108. front: {
  6109. height: math.unit(17 + 1 / 12, "feet"),
  6110. weight: math.unit(476.2 * 5, "lbs"),
  6111. name: "Front",
  6112. image: {
  6113. source: "./media/characters/kuro-shi-uchū/front.svg",
  6114. extra: 2329 / 1835,
  6115. bottom: 0.02
  6116. }
  6117. },
  6118. },
  6119. [
  6120. {
  6121. name: "Micro",
  6122. height: math.unit(2, "inches")
  6123. },
  6124. {
  6125. name: "Normal",
  6126. height: math.unit(12, "meters")
  6127. },
  6128. {
  6129. name: "Planetary",
  6130. height: math.unit(0.00929, "AU"),
  6131. default: true
  6132. },
  6133. {
  6134. name: "Universal",
  6135. height: math.unit(20, "gigaparsecs")
  6136. },
  6137. ]
  6138. ))
  6139. characterMakers.push(() => makeCharacter(
  6140. { name: "Katherine" },
  6141. {
  6142. front: {
  6143. height: math.unit(5 + 2 / 12, "feet"),
  6144. weight: math.unit(120, "lbs"),
  6145. name: "Front",
  6146. image: {
  6147. source: "./media/characters/katherine/front.svg",
  6148. extra: 2075 / 1969
  6149. }
  6150. },
  6151. dress: {
  6152. height: math.unit(5 + 2 / 12, "feet"),
  6153. weight: math.unit(120, "lbs"),
  6154. name: "Dress",
  6155. image: {
  6156. source: "./media/characters/katherine/dress.svg",
  6157. extra: 2258 / 2064
  6158. }
  6159. },
  6160. },
  6161. [
  6162. {
  6163. name: "Micro",
  6164. height: math.unit(1, "inches"),
  6165. default: true
  6166. },
  6167. {
  6168. name: "Normal",
  6169. height: math.unit(5 + 2 / 12, "feet")
  6170. },
  6171. {
  6172. name: "Macro",
  6173. height: math.unit(100, "meters")
  6174. },
  6175. {
  6176. name: "Megamacro",
  6177. height: math.unit(80, "miles")
  6178. },
  6179. ]
  6180. ))
  6181. characterMakers.push(() => makeCharacter(
  6182. { name: "Yevis" },
  6183. {
  6184. front: {
  6185. height: math.unit(7 + 8 / 12, "feet"),
  6186. weight: math.unit(250, "lbs"),
  6187. name: "Front",
  6188. image: {
  6189. source: "./media/characters/yevis/front.svg",
  6190. extra: 1938 / 1755
  6191. }
  6192. }
  6193. },
  6194. [
  6195. {
  6196. name: "Mortal",
  6197. height: math.unit(7 + 8 / 12, "feet")
  6198. },
  6199. {
  6200. name: "Battle",
  6201. height: math.unit(25 + 11 / 12, "feet")
  6202. },
  6203. {
  6204. name: "Wrath",
  6205. height: math.unit(1654 + 11 / 12, "feet")
  6206. },
  6207. {
  6208. name: "Planet Destroyer",
  6209. height: math.unit(12000, "miles")
  6210. },
  6211. {
  6212. name: "Galaxy Conqueror",
  6213. height: math.unit(1.45, "zettameters"),
  6214. default: true
  6215. },
  6216. {
  6217. name: "Universal War",
  6218. height: math.unit(184, "gigaparsecs")
  6219. },
  6220. {
  6221. name: "Eternity War",
  6222. height: math.unit(1.98e55, "yottaparsecs")
  6223. },
  6224. ]
  6225. ))
  6226. characterMakers.push(() => makeCharacter(
  6227. { name: "Xavier" },
  6228. {
  6229. front: {
  6230. height: math.unit(5 + 8 / 12, "feet"),
  6231. weight: math.unit(63, "kg"),
  6232. name: "Front",
  6233. image: {
  6234. source: "./media/characters/xavier/front.svg",
  6235. extra: 944 / 883
  6236. }
  6237. },
  6238. frontStretch: {
  6239. height: math.unit(5 + 8 / 12, "feet"),
  6240. weight: math.unit(63, "kg"),
  6241. name: "Stretching",
  6242. image: {
  6243. source: "./media/characters/xavier/front-stretch.svg",
  6244. extra: 962 / 820
  6245. }
  6246. },
  6247. },
  6248. [
  6249. {
  6250. name: "Normal",
  6251. height: math.unit(5 + 8 / 12, "feet")
  6252. },
  6253. {
  6254. name: "Macro",
  6255. height: math.unit(100, "meters"),
  6256. default: true
  6257. },
  6258. {
  6259. name: "McLargeHuge",
  6260. height: math.unit(10, "miles")
  6261. },
  6262. ]
  6263. ))
  6264. characterMakers.push(() => makeCharacter(
  6265. { name: "Joshii" },
  6266. {
  6267. front: {
  6268. height: math.unit(5 + 5 / 12, "feet"),
  6269. weight: math.unit(150, "lb"),
  6270. name: "Front",
  6271. image: {
  6272. source: "./media/characters/joshii/front.svg"
  6273. }
  6274. },
  6275. foot: {
  6276. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6277. name: "Foot",
  6278. image: {
  6279. source: "./media/characters/joshii/foot.svg"
  6280. }
  6281. },
  6282. },
  6283. [
  6284. {
  6285. name: "Micro",
  6286. height: math.unit(2, "inches")
  6287. },
  6288. {
  6289. name: "Normal",
  6290. height: math.unit(5 + 5 / 12, "feet"),
  6291. default: true
  6292. },
  6293. {
  6294. name: "Macro",
  6295. height: math.unit(785, "feet")
  6296. },
  6297. {
  6298. name: "Megamacro",
  6299. height: math.unit(24.5, "miles")
  6300. },
  6301. ]
  6302. ))
  6303. characterMakers.push(() => makeCharacter(
  6304. { name: "Goddess Elizabeth" },
  6305. {
  6306. front: {
  6307. height: math.unit(6, "feet"),
  6308. weight: math.unit(150, "lb"),
  6309. name: "Front",
  6310. image: {
  6311. source: "./media/characters/goddess-elizabeth/front.svg",
  6312. extra: 1800 / 1525,
  6313. bottom: 0.005
  6314. }
  6315. },
  6316. foot: {
  6317. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6318. name: "Foot",
  6319. image: {
  6320. source: "./media/characters/goddess-elizabeth/foot.svg"
  6321. }
  6322. },
  6323. mouth: {
  6324. height: math.unit(6, "feet"),
  6325. name: "Mouth",
  6326. image: {
  6327. source: "./media/characters/goddess-elizabeth/mouth.svg"
  6328. }
  6329. },
  6330. },
  6331. [
  6332. {
  6333. name: "Micro",
  6334. height: math.unit(12, "feet")
  6335. },
  6336. {
  6337. name: "Normal",
  6338. height: math.unit(80, "miles"),
  6339. default: true
  6340. },
  6341. {
  6342. name: "Macro",
  6343. height: math.unit(15000, "parsecs")
  6344. },
  6345. ]
  6346. ))
  6347. characterMakers.push(() => makeCharacter(
  6348. { name: "Kara" },
  6349. {
  6350. front: {
  6351. height: math.unit(5 + 9 / 12, "feet"),
  6352. weight: math.unit(144, "lb"),
  6353. name: "Front",
  6354. image: {
  6355. source: "./media/characters/kara/front.svg"
  6356. }
  6357. },
  6358. feet: {
  6359. height: math.unit(6 / 6.765, "feet"),
  6360. name: "Kara's Feet",
  6361. rename: true,
  6362. image: {
  6363. source: "./media/characters/kara/feet.svg"
  6364. }
  6365. },
  6366. },
  6367. [
  6368. {
  6369. name: "Normal",
  6370. height: math.unit(5 + 9 / 12, "feet")
  6371. },
  6372. {
  6373. name: "Macro",
  6374. height: math.unit(174, "feet"),
  6375. default: true
  6376. },
  6377. ]
  6378. ))
  6379. characterMakers.push(() => makeCharacter(
  6380. { name: "Tyrone" },
  6381. {
  6382. front: {
  6383. height: math.unit(18, "feet"),
  6384. weight: math.unit(4050, "lb"),
  6385. name: "Front",
  6386. image: {
  6387. source: "./media/characters/tyrone/front.svg",
  6388. extra: 2520 / 2402,
  6389. bottom: 0.025
  6390. }
  6391. },
  6392. },
  6393. [
  6394. {
  6395. name: "Normal",
  6396. height: math.unit(18, "feet"),
  6397. default: true
  6398. },
  6399. {
  6400. name: "Macro",
  6401. height: math.unit(300, "feet")
  6402. },
  6403. ]
  6404. ))
  6405. characterMakers.push(() => makeCharacter(
  6406. { name: "Danny" },
  6407. {
  6408. front: {
  6409. height: math.unit(7 + 8 / 12, "feet"),
  6410. weight: math.unit(120, "lb"),
  6411. name: "Front",
  6412. image: {
  6413. source: "./media/characters/danny/front.svg",
  6414. extra: 1490 / 1350
  6415. }
  6416. },
  6417. back: {
  6418. height: math.unit(7 + 8 / 12, "feet"),
  6419. weight: math.unit(120, "lb"),
  6420. name: "Back",
  6421. image: {
  6422. source: "./media/characters/danny/back.svg",
  6423. extra: 1490 / 1350
  6424. }
  6425. },
  6426. },
  6427. [
  6428. {
  6429. name: "Normal",
  6430. height: math.unit(7 + 8 / 12, "feet"),
  6431. default: true
  6432. },
  6433. ]
  6434. ))
  6435. characterMakers.push(() => makeCharacter(
  6436. { name: "Mallow" },
  6437. {
  6438. front: {
  6439. height: math.unit(3.5, "inches"),
  6440. weight: math.unit(19, "grams"),
  6441. name: "Front",
  6442. image: {
  6443. source: "./media/characters/mallow/front.svg",
  6444. extra: 471 / 431
  6445. }
  6446. },
  6447. back: {
  6448. height: math.unit(3.5, "inches"),
  6449. weight: math.unit(19, "grams"),
  6450. name: "Back",
  6451. image: {
  6452. source: "./media/characters/mallow/back.svg",
  6453. extra: 471 / 431
  6454. }
  6455. },
  6456. },
  6457. [
  6458. {
  6459. name: "Normal",
  6460. height: math.unit(3.5, "inches"),
  6461. default: true
  6462. },
  6463. ]
  6464. ))
  6465. characterMakers.push(() => makeCharacter(
  6466. { name: "Starry Aqua" },
  6467. {
  6468. front: {
  6469. height: math.unit(9, "feet"),
  6470. weight: math.unit(230, "kg"),
  6471. name: "Front",
  6472. image: {
  6473. source: "./media/characters/starry-aqua/front.svg"
  6474. }
  6475. },
  6476. back: {
  6477. height: math.unit(9, "feet"),
  6478. weight: math.unit(230, "kg"),
  6479. name: "Back",
  6480. image: {
  6481. source: "./media/characters/starry-aqua/back.svg"
  6482. }
  6483. },
  6484. hand: {
  6485. height: math.unit(9 * 0.1168, "feet"),
  6486. name: "Hand",
  6487. image: {
  6488. source: "./media/characters/starry-aqua/hand.svg"
  6489. }
  6490. },
  6491. foot: {
  6492. height: math.unit(9 * 0.18, "feet"),
  6493. name: "Foot",
  6494. image: {
  6495. source: "./media/characters/starry-aqua/foot.svg"
  6496. }
  6497. }
  6498. },
  6499. [
  6500. {
  6501. name: "Micro",
  6502. height: math.unit(3, "inches")
  6503. },
  6504. {
  6505. name: "Normal",
  6506. height: math.unit(9, "feet")
  6507. },
  6508. {
  6509. name: "Macro",
  6510. height: math.unit(300, "feet"),
  6511. default: true
  6512. },
  6513. {
  6514. name: "Megamacro",
  6515. height: math.unit(3200, "feet")
  6516. }
  6517. ]
  6518. ))
  6519. characterMakers.push(() => makeCharacter(
  6520. { name: "Luka" },
  6521. {
  6522. front: {
  6523. height: math.unit(6, "feet"),
  6524. weight: math.unit(230, "lb"),
  6525. name: "Front",
  6526. image: {
  6527. source: "./media/characters/luka/front.svg",
  6528. extra: 1,
  6529. bottom: 0.025
  6530. }
  6531. },
  6532. },
  6533. [
  6534. {
  6535. name: "Normal",
  6536. height: math.unit(12 + 8 / 12, "feet"),
  6537. default: true
  6538. },
  6539. {
  6540. name: "Minimacro",
  6541. height: math.unit(20, "feet")
  6542. },
  6543. {
  6544. name: "Macro",
  6545. height: math.unit(250, "feet")
  6546. },
  6547. {
  6548. name: "Megamacro",
  6549. height: math.unit(5, "miles")
  6550. },
  6551. {
  6552. name: "Gigamacro",
  6553. height: math.unit(8000, "miles")
  6554. },
  6555. ]
  6556. ))
  6557. characterMakers.push(() => makeCharacter(
  6558. { name: "Natalie Nightring" },
  6559. {
  6560. front: {
  6561. height: math.unit(6, "feet"),
  6562. weight: math.unit(150, "lb"),
  6563. name: "Front",
  6564. image: {
  6565. source: "./media/characters/natalie-nightring/front.svg",
  6566. extra: 1,
  6567. bottom: 0.06
  6568. }
  6569. },
  6570. },
  6571. [
  6572. {
  6573. name: "Uh Oh",
  6574. height: math.unit(0.1, "mm")
  6575. },
  6576. {
  6577. name: "Small",
  6578. height: math.unit(3, "inches")
  6579. },
  6580. {
  6581. name: "Human Scale",
  6582. height: math.unit(6, "feet")
  6583. },
  6584. {
  6585. name: "Librarian",
  6586. height: math.unit(50, "feet"),
  6587. default: true
  6588. },
  6589. {
  6590. name: "Immense",
  6591. height: math.unit(200, "miles")
  6592. },
  6593. ]
  6594. ))
  6595. characterMakers.push(() => makeCharacter(
  6596. { name: "Danni Rosie" },
  6597. {
  6598. front: {
  6599. height: math.unit(6, "feet"),
  6600. weight: math.unit(180, "lbs"),
  6601. name: "Front",
  6602. image: {
  6603. source: "./media/characters/danni-rosie/front.svg",
  6604. extra: 1260 / 1128,
  6605. bottom: 0.022
  6606. }
  6607. },
  6608. },
  6609. [
  6610. {
  6611. name: "Micro",
  6612. height: math.unit(2, "inches"),
  6613. default: true
  6614. },
  6615. ]
  6616. ))
  6617. characterMakers.push(() => makeCharacter(
  6618. { name: "Samantha Kruse" },
  6619. {
  6620. front: {
  6621. height: math.unit(5 + 9 / 12, "feet"),
  6622. weight: math.unit(220, "lb"),
  6623. name: "Front",
  6624. image: {
  6625. source: "./media/characters/samantha-kruse/front.svg",
  6626. extra: (985 / 935),
  6627. bottom: 0.03
  6628. }
  6629. },
  6630. frontUndressed: {
  6631. height: math.unit(5 + 9 / 12, "feet"),
  6632. weight: math.unit(220, "lb"),
  6633. name: "Front (Undressed)",
  6634. image: {
  6635. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6636. extra: (973 / 923),
  6637. bottom: 0.025
  6638. }
  6639. },
  6640. fat: {
  6641. height: math.unit(5 + 9 / 12, "feet"),
  6642. weight: math.unit(900, "lb"),
  6643. name: "Front (Fat)",
  6644. image: {
  6645. source: "./media/characters/samantha-kruse/fat.svg",
  6646. extra: 2688 / 2561
  6647. }
  6648. },
  6649. },
  6650. [
  6651. {
  6652. name: "Normal",
  6653. height: math.unit(5 + 9 / 12, "feet"),
  6654. default: true
  6655. }
  6656. ]
  6657. ))
  6658. characterMakers.push(() => makeCharacter(
  6659. { name: "Amelia Rosie" },
  6660. {
  6661. back: {
  6662. height: math.unit(5 + 4 / 12, "feet"),
  6663. weight: math.unit(4963, "lb"),
  6664. name: "Back",
  6665. image: {
  6666. source: "./media/characters/amelia-rosie/back.svg",
  6667. extra: 1113 / 963,
  6668. bottom: 0.01
  6669. }
  6670. },
  6671. },
  6672. [
  6673. {
  6674. name: "Level 0",
  6675. height: math.unit(5 + 4 / 12, "feet")
  6676. },
  6677. {
  6678. name: "Level 1",
  6679. height: math.unit(164597, "feet"),
  6680. default: true
  6681. },
  6682. {
  6683. name: "Level 2",
  6684. height: math.unit(956243, "miles")
  6685. },
  6686. {
  6687. name: "Level 3",
  6688. height: math.unit(29421709423, "miles")
  6689. },
  6690. {
  6691. name: "Level 4",
  6692. height: math.unit(154, "lightyears")
  6693. },
  6694. {
  6695. name: "Level 5",
  6696. height: math.unit(4738272, "lightyears")
  6697. },
  6698. {
  6699. name: "Level 6",
  6700. height: math.unit(145787152896, "lightyears")
  6701. },
  6702. ]
  6703. ))
  6704. characterMakers.push(() => makeCharacter(
  6705. { name: "Rook Kitara" },
  6706. {
  6707. front: {
  6708. height: math.unit(5 + 11 / 12, "feet"),
  6709. weight: math.unit(65, "kg"),
  6710. name: "Front",
  6711. image: {
  6712. source: "./media/characters/rook-kitara/front.svg",
  6713. extra: 1347 / 1274,
  6714. bottom: 0.005
  6715. }
  6716. },
  6717. },
  6718. [
  6719. {
  6720. name: "Totally Unfair",
  6721. height: math.unit(1.8, "mm")
  6722. },
  6723. {
  6724. name: "Lap Rookie",
  6725. height: math.unit(1.4, "feet")
  6726. },
  6727. {
  6728. name: "Normal",
  6729. height: math.unit(5 + 11 / 12, "feet"),
  6730. default: true
  6731. },
  6732. {
  6733. name: "How Did This Happen",
  6734. height: math.unit(80, "miles")
  6735. }
  6736. ]
  6737. ))
  6738. characterMakers.push(() => makeCharacter(
  6739. { name: "Pisces" },
  6740. {
  6741. front: {
  6742. height: math.unit(7, "feet"),
  6743. weight: math.unit(300, "lb"),
  6744. name: "Front",
  6745. image: {
  6746. source: "./media/characters/pisces/front.svg",
  6747. extra: 2255 / 2115,
  6748. bottom: 0.03
  6749. }
  6750. },
  6751. back: {
  6752. height: math.unit(7, "feet"),
  6753. weight: math.unit(300, "lb"),
  6754. name: "Back",
  6755. image: {
  6756. source: "./media/characters/pisces/back.svg",
  6757. extra: 2146 / 2055,
  6758. bottom: 0.04
  6759. }
  6760. },
  6761. },
  6762. [
  6763. {
  6764. name: "Normal",
  6765. height: math.unit(7, "feet"),
  6766. default: true
  6767. },
  6768. {
  6769. name: "Swimming Pool",
  6770. height: math.unit(12.2, "meters")
  6771. },
  6772. {
  6773. name: "Olympic Swimming Pool",
  6774. height: math.unit(56.3, "meters")
  6775. },
  6776. {
  6777. name: "Lake Superior",
  6778. height: math.unit(93900, "meters")
  6779. },
  6780. {
  6781. name: "Mediterranean Sea",
  6782. height: math.unit(644457, "meters")
  6783. },
  6784. {
  6785. name: "World's Oceans",
  6786. height: math.unit(4567491, "meters")
  6787. },
  6788. ]
  6789. ))
  6790. characterMakers.push(() => makeCharacter(
  6791. { name: "Zelas" },
  6792. {
  6793. front: {
  6794. height: math.unit(2.3, "meters"),
  6795. weight: math.unit(120, "kg"),
  6796. name: "Front",
  6797. image: {
  6798. source: "./media/characters/zelas/front.svg"
  6799. }
  6800. },
  6801. side: {
  6802. height: math.unit(2.3, "meters"),
  6803. weight: math.unit(120, "kg"),
  6804. name: "Side",
  6805. image: {
  6806. source: "./media/characters/zelas/side.svg"
  6807. }
  6808. },
  6809. back: {
  6810. height: math.unit(2.3, "meters"),
  6811. weight: math.unit(120, "kg"),
  6812. name: "Back",
  6813. image: {
  6814. source: "./media/characters/zelas/back.svg"
  6815. }
  6816. },
  6817. foot: {
  6818. height: math.unit(1.116, "feet"),
  6819. name: "Foot",
  6820. image: {
  6821. source: "./media/characters/zelas/foot.svg"
  6822. }
  6823. },
  6824. },
  6825. [
  6826. {
  6827. name: "Normal",
  6828. height: math.unit(2.3, "meters")
  6829. },
  6830. {
  6831. name: "Macro",
  6832. height: math.unit(30, "meters"),
  6833. default: true
  6834. },
  6835. ]
  6836. ))
  6837. characterMakers.push(() => makeCharacter(
  6838. { name: "Talbot" },
  6839. {
  6840. front: {
  6841. height: math.unit(1, "inch"),
  6842. weight: math.unit(0.21, "grams"),
  6843. name: "Front",
  6844. image: {
  6845. source: "./media/characters/talbot/front.svg",
  6846. extra: 594 / 544
  6847. }
  6848. },
  6849. },
  6850. [
  6851. {
  6852. name: "Micro",
  6853. height: math.unit(1, "inch"),
  6854. default: true
  6855. },
  6856. ]
  6857. ))
  6858. characterMakers.push(() => makeCharacter(
  6859. { name: "Fliss" },
  6860. {
  6861. front: {
  6862. height: math.unit(3 + 3 / 12, "feet"),
  6863. weight: math.unit(51.8, "lb"),
  6864. name: "Front",
  6865. image: {
  6866. source: "./media/characters/fliss/front.svg",
  6867. extra: 840 / 640
  6868. }
  6869. },
  6870. },
  6871. [
  6872. {
  6873. name: "Teeny Tiny",
  6874. height: math.unit(1, "mm")
  6875. },
  6876. {
  6877. name: "Small",
  6878. height: math.unit(1, "inch"),
  6879. default: true
  6880. },
  6881. {
  6882. name: "Standard Sylveon",
  6883. height: math.unit(3 + 3 / 12, "feet")
  6884. },
  6885. {
  6886. name: "Large Nuisance",
  6887. height: math.unit(33, "feet")
  6888. },
  6889. {
  6890. name: "City Filler",
  6891. height: math.unit(3000, "feet")
  6892. },
  6893. {
  6894. name: "New Horizon",
  6895. height: math.unit(6000, "miles")
  6896. },
  6897. ]
  6898. ))
  6899. characterMakers.push(() => makeCharacter(
  6900. { name: "Fleta" },
  6901. {
  6902. front: {
  6903. height: math.unit(5, "cm"),
  6904. weight: math.unit(1.94, "g"),
  6905. name: "Front",
  6906. image: {
  6907. source: "./media/characters/fleta/front.svg",
  6908. extra: 835 / 803
  6909. }
  6910. },
  6911. back: {
  6912. height: math.unit(5, "cm"),
  6913. weight: math.unit(1.94, "g"),
  6914. name: "Back",
  6915. image: {
  6916. source: "./media/characters/fleta/back.svg",
  6917. extra: 835 / 803
  6918. }
  6919. },
  6920. },
  6921. [
  6922. {
  6923. name: "Micro",
  6924. height: math.unit(5, "cm"),
  6925. default: true
  6926. },
  6927. ]
  6928. ))
  6929. characterMakers.push(() => makeCharacter(
  6930. { name: "Dominic" },
  6931. {
  6932. front: {
  6933. height: math.unit(6, "feet"),
  6934. weight: math.unit(225, "lb"),
  6935. name: "Front",
  6936. image: {
  6937. source: "./media/characters/dominic/front.svg",
  6938. extra: 1770 / 1620,
  6939. bottom: 0.025
  6940. }
  6941. },
  6942. back: {
  6943. height: math.unit(6, "feet"),
  6944. weight: math.unit(225, "lb"),
  6945. name: "Back",
  6946. image: {
  6947. source: "./media/characters/dominic/back.svg",
  6948. extra: 1745 / 1620,
  6949. bottom: 0.065
  6950. }
  6951. },
  6952. },
  6953. [
  6954. {
  6955. name: "Nano",
  6956. height: math.unit(0.1, "mm")
  6957. },
  6958. {
  6959. name: "Micro-",
  6960. height: math.unit(1, "mm")
  6961. },
  6962. {
  6963. name: "Micro",
  6964. height: math.unit(4, "inches")
  6965. },
  6966. {
  6967. name: "Normal",
  6968. height: math.unit(6 + 4 / 12, "feet"),
  6969. default: true
  6970. },
  6971. {
  6972. name: "Macro",
  6973. height: math.unit(115, "feet")
  6974. },
  6975. {
  6976. name: "Macro+",
  6977. height: math.unit(955, "feet")
  6978. },
  6979. {
  6980. name: "Megamacro",
  6981. height: math.unit(8990, "feet")
  6982. },
  6983. {
  6984. name: "Gigmacro",
  6985. height: math.unit(9310, "miles")
  6986. },
  6987. {
  6988. name: "Teramacro",
  6989. height: math.unit(1567005010, "miles")
  6990. },
  6991. {
  6992. name: "Examacro",
  6993. height: math.unit(1425, "parsecs")
  6994. },
  6995. ]
  6996. ))
  6997. characterMakers.push(() => makeCharacter(
  6998. { name: "Major Colonel" },
  6999. {
  7000. front: {
  7001. height: math.unit(400, "feet"),
  7002. weight: math.unit(44444444, "lb"),
  7003. name: "Front",
  7004. image: {
  7005. source: "./media/characters/major-colonel/front.svg"
  7006. }
  7007. },
  7008. back: {
  7009. height: math.unit(400, "feet"),
  7010. weight: math.unit(44444444, "lb"),
  7011. name: "Back",
  7012. image: {
  7013. source: "./media/characters/major-colonel/back.svg"
  7014. }
  7015. },
  7016. },
  7017. [
  7018. {
  7019. name: "Macro",
  7020. height: math.unit(400, "feet"),
  7021. default: true
  7022. },
  7023. ]
  7024. ))
  7025. characterMakers.push(() => makeCharacter(
  7026. { name: "Axel Lycan" },
  7027. {
  7028. front: {
  7029. height: math.unit(6, "feet"),
  7030. weight: math.unit(120, "lb"),
  7031. name: "Front",
  7032. image: {
  7033. source: "./media/characters/axel-lycan/front.svg",
  7034. extra: 1,
  7035. bottom: 0.08
  7036. }
  7037. },
  7038. },
  7039. [
  7040. {
  7041. name: "Macro",
  7042. height: math.unit(1, "km"),
  7043. default: true
  7044. },
  7045. ]
  7046. ))
  7047. characterMakers.push(() => makeCharacter(
  7048. { name: "Vanrel (Hyena)" },
  7049. {
  7050. front: {
  7051. height: math.unit(5 + 9 / 12, "feet"),
  7052. weight: math.unit(175, "lb"),
  7053. name: "Front",
  7054. image: {
  7055. source: "./media/characters/vanrel-hyena/front.svg",
  7056. extra: 1086 / 1010,
  7057. bottom: 0.04
  7058. }
  7059. },
  7060. },
  7061. [
  7062. {
  7063. name: "Normal",
  7064. height: math.unit(5 + 9 / 12, "feet"),
  7065. default: true
  7066. },
  7067. ]
  7068. ))
  7069. characterMakers.push(() => makeCharacter(
  7070. { name: "Abbott Absol" },
  7071. {
  7072. front: {
  7073. height: math.unit(6, "feet"),
  7074. weight: math.unit(103, "lb"),
  7075. name: "Front",
  7076. image: {
  7077. source: "./media/characters/abbott-absol/front.svg",
  7078. extra: 2010 / 1842
  7079. }
  7080. },
  7081. },
  7082. [
  7083. {
  7084. name: "Megamicro",
  7085. height: math.unit(0.1, "mm")
  7086. },
  7087. {
  7088. name: "Micro",
  7089. height: math.unit(1, "inch")
  7090. },
  7091. {
  7092. name: "Normal",
  7093. height: math.unit(6, "feet"),
  7094. default: true
  7095. },
  7096. ]
  7097. ))
  7098. characterMakers.push(() => makeCharacter(
  7099. { name: "Hector" },
  7100. {
  7101. front: {
  7102. height: math.unit(6, "feet"),
  7103. weight: math.unit(264, "lb"),
  7104. name: "Front",
  7105. image: {
  7106. source: "./media/characters/hector/front.svg",
  7107. extra: 2280 / 2130,
  7108. bottom: 0.07
  7109. }
  7110. },
  7111. },
  7112. [
  7113. {
  7114. name: "Normal",
  7115. height: math.unit(12.25, "foot"),
  7116. default: true
  7117. },
  7118. {
  7119. name: "Macro",
  7120. height: math.unit(160, "feet")
  7121. },
  7122. ]
  7123. ))
  7124. characterMakers.push(() => makeCharacter(
  7125. { name: "Sal" },
  7126. {
  7127. front: {
  7128. height: math.unit(6, "feet"),
  7129. weight: math.unit(150, "lb"),
  7130. name: "Front",
  7131. image: {
  7132. source: "./media/characters/sal/front.svg",
  7133. extra: 1846 / 1699,
  7134. bottom: 0.04
  7135. }
  7136. },
  7137. },
  7138. [
  7139. {
  7140. name: "Megamacro",
  7141. height: math.unit(10, "miles"),
  7142. default: true
  7143. },
  7144. ]
  7145. ))
  7146. characterMakers.push(() => makeCharacter(
  7147. { name: "Ranger" },
  7148. {
  7149. front: {
  7150. height: math.unit(3, "meters"),
  7151. weight: math.unit(450, "kg"),
  7152. name: "front",
  7153. image: {
  7154. source: "./media/characters/ranger/front.svg",
  7155. extra: 2401 / 2243,
  7156. bottom: 0.05
  7157. }
  7158. },
  7159. },
  7160. [
  7161. {
  7162. name: "Normal",
  7163. height: math.unit(3, "meters"),
  7164. default: true
  7165. },
  7166. ]
  7167. ))
  7168. characterMakers.push(() => makeCharacter(
  7169. { name: "Theresa" },
  7170. {
  7171. front: {
  7172. height: math.unit(14, "feet"),
  7173. weight: math.unit(800, "kg"),
  7174. name: "Front",
  7175. image: {
  7176. source: "./media/characters/theresa/front.svg",
  7177. extra: 3575 / 3346,
  7178. bottom: 0.03
  7179. }
  7180. },
  7181. },
  7182. [
  7183. {
  7184. name: "Normal",
  7185. height: math.unit(14, "feet"),
  7186. default: true
  7187. },
  7188. ]
  7189. ))
  7190. characterMakers.push(() => makeCharacter(
  7191. { name: "Ine" },
  7192. {
  7193. front: {
  7194. height: math.unit(6, "feet"),
  7195. weight: math.unit(3, "kg"),
  7196. name: "Front",
  7197. image: {
  7198. source: "./media/characters/ine/front.svg",
  7199. extra: 678 / 539,
  7200. bottom: 0.023
  7201. }
  7202. },
  7203. },
  7204. [
  7205. {
  7206. name: "Normal",
  7207. height: math.unit(2.265, "feet"),
  7208. default: true
  7209. },
  7210. ]
  7211. ))
  7212. characterMakers.push(() => makeCharacter(
  7213. { name: "Vial" },
  7214. {
  7215. front: {
  7216. height: math.unit(5, "feet"),
  7217. weight: math.unit(30, "kg"),
  7218. name: "Front",
  7219. image: {
  7220. source: "./media/characters/vial/front.svg",
  7221. extra: 1365 / 1277,
  7222. bottom: 0.04
  7223. }
  7224. },
  7225. },
  7226. [
  7227. {
  7228. name: "Normal",
  7229. height: math.unit(5, "feet"),
  7230. default: true
  7231. },
  7232. ]
  7233. ))
  7234. characterMakers.push(() => makeCharacter(
  7235. { name: "Rovoska" },
  7236. {
  7237. side: {
  7238. height: math.unit(3.4, "meters"),
  7239. weight: math.unit(1000, "lb"),
  7240. name: "Side",
  7241. image: {
  7242. source: "./media/characters/rovoska/side.svg",
  7243. extra: 4403 / 1515
  7244. }
  7245. },
  7246. },
  7247. [
  7248. {
  7249. name: "Normal",
  7250. height: math.unit(3.4, "meters"),
  7251. default: true
  7252. },
  7253. ]
  7254. ))
  7255. characterMakers.push(() => makeCharacter(
  7256. { name: "Gunner Rotthbauer" },
  7257. {
  7258. front: {
  7259. height: math.unit(8, "feet"),
  7260. weight: math.unit(315, "lb"),
  7261. name: "Front",
  7262. image: {
  7263. source: "./media/characters/gunner-rotthbauer/front.svg"
  7264. }
  7265. },
  7266. back: {
  7267. height: math.unit(8, "feet"),
  7268. weight: math.unit(315, "lb"),
  7269. name: "Back",
  7270. image: {
  7271. source: "./media/characters/gunner-rotthbauer/back.svg"
  7272. }
  7273. },
  7274. },
  7275. [
  7276. {
  7277. name: "Micro",
  7278. height: math.unit(3.5, "inches")
  7279. },
  7280. {
  7281. name: "Normal",
  7282. height: math.unit(8, "feet"),
  7283. default: true
  7284. },
  7285. {
  7286. name: "Macro",
  7287. height: math.unit(250, "feet")
  7288. },
  7289. {
  7290. name: "Megamacro",
  7291. height: math.unit(1, "AU")
  7292. },
  7293. ]
  7294. ))
  7295. characterMakers.push(() => makeCharacter(
  7296. { name: "Allatia" },
  7297. {
  7298. front: {
  7299. height: math.unit(5 + 5 / 12, "feet"),
  7300. weight: math.unit(140, "lb"),
  7301. name: "Front",
  7302. image: {
  7303. source: "./media/characters/allatia/front.svg",
  7304. extra: 1227 / 1180,
  7305. bottom: 0.027
  7306. }
  7307. },
  7308. },
  7309. [
  7310. {
  7311. name: "Normal",
  7312. height: math.unit(5 + 5 / 12, "feet")
  7313. },
  7314. {
  7315. name: "Macro",
  7316. height: math.unit(250, "feet"),
  7317. default: true
  7318. },
  7319. {
  7320. name: "Megamacro",
  7321. height: math.unit(8, "miles")
  7322. }
  7323. ]
  7324. ))
  7325. characterMakers.push(() => makeCharacter(
  7326. { name: "Tene" },
  7327. {
  7328. front: {
  7329. height: math.unit(6, "feet"),
  7330. weight: math.unit(120, "lb"),
  7331. name: "Front",
  7332. image: {
  7333. source: "./media/characters/tene/front.svg",
  7334. extra: 1728 / 1578,
  7335. bottom: 0.022
  7336. }
  7337. },
  7338. stomping: {
  7339. height: math.unit(2.025, "meters"),
  7340. weight: math.unit(120, "lb"),
  7341. name: "Stomping",
  7342. image: {
  7343. source: "./media/characters/tene/stomping.svg",
  7344. extra: 938 / 873,
  7345. bottom: 0.01
  7346. }
  7347. },
  7348. sitting: {
  7349. height: math.unit(1, "meter"),
  7350. weight: math.unit(120, "lb"),
  7351. name: "Sitting",
  7352. image: {
  7353. source: "./media/characters/tene/sitting.svg",
  7354. extra: 437 / 415,
  7355. bottom: 0.1
  7356. }
  7357. },
  7358. feral: {
  7359. height: math.unit(3.9, "feet"),
  7360. weight: math.unit(250, "lb"),
  7361. name: "Feral",
  7362. image: {
  7363. source: "./media/characters/tene/feral.svg",
  7364. extra: 717 / 458,
  7365. bottom: 0.179
  7366. }
  7367. },
  7368. },
  7369. [
  7370. {
  7371. name: "Normal",
  7372. height: math.unit(6, "feet")
  7373. },
  7374. {
  7375. name: "Macro",
  7376. height: math.unit(300, "feet"),
  7377. default: true
  7378. },
  7379. {
  7380. name: "Megamacro",
  7381. height: math.unit(5, "miles")
  7382. },
  7383. ]
  7384. ))
  7385. characterMakers.push(() => makeCharacter(
  7386. { name: "Evander" },
  7387. {
  7388. side: {
  7389. height: math.unit(6, "feet"),
  7390. name: "Side",
  7391. image: {
  7392. source: "./media/characters/evander/side.svg",
  7393. extra: 877 / 477
  7394. }
  7395. },
  7396. },
  7397. [
  7398. {
  7399. name: "Normal",
  7400. height: math.unit(0.83, "meters"),
  7401. default: true
  7402. },
  7403. ]
  7404. ))
  7405. characterMakers.push(() => makeCharacter(
  7406. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7407. {
  7408. front: {
  7409. height: math.unit(12, "feet"),
  7410. weight: math.unit(1000, "lb"),
  7411. name: "Front",
  7412. image: {
  7413. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7414. extra: 1762 / 1611
  7415. }
  7416. },
  7417. back: {
  7418. height: math.unit(12, "feet"),
  7419. weight: math.unit(1000, "lb"),
  7420. name: "Back",
  7421. image: {
  7422. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7423. extra: 1762 / 1611
  7424. }
  7425. },
  7426. },
  7427. [
  7428. {
  7429. name: "Normal",
  7430. height: math.unit(12, "feet"),
  7431. default: true
  7432. },
  7433. {
  7434. name: "Kaiju",
  7435. height: math.unit(150, "feet")
  7436. },
  7437. ]
  7438. ))
  7439. characterMakers.push(() => makeCharacter(
  7440. { name: "Zero Alurus" },
  7441. {
  7442. front: {
  7443. height: math.unit(6, "feet"),
  7444. weight: math.unit(150, "lb"),
  7445. name: "Front",
  7446. image: {
  7447. source: "./media/characters/zero-alurus/front.svg"
  7448. }
  7449. },
  7450. back: {
  7451. height: math.unit(6, "feet"),
  7452. weight: math.unit(150, "lb"),
  7453. name: "Back",
  7454. image: {
  7455. source: "./media/characters/zero-alurus/back.svg"
  7456. }
  7457. },
  7458. },
  7459. [
  7460. {
  7461. name: "Normal",
  7462. height: math.unit(5 + 10 / 12, "feet")
  7463. },
  7464. {
  7465. name: "Macro",
  7466. height: math.unit(60, "feet"),
  7467. default: true
  7468. },
  7469. {
  7470. name: "Macro+",
  7471. height: math.unit(450, "feet")
  7472. },
  7473. ]
  7474. ))
  7475. characterMakers.push(() => makeCharacter(
  7476. { name: "Mega Shi" },
  7477. {
  7478. front: {
  7479. height: math.unit(6, "feet"),
  7480. weight: math.unit(200, "lb"),
  7481. name: "Front",
  7482. image: {
  7483. source: "./media/characters/mega-shi/front.svg",
  7484. extra: 1279 / 1250,
  7485. bottom: 0.02
  7486. }
  7487. },
  7488. back: {
  7489. height: math.unit(6, "feet"),
  7490. weight: math.unit(200, "lb"),
  7491. name: "Back",
  7492. image: {
  7493. source: "./media/characters/mega-shi/back.svg",
  7494. extra: 1279 / 1250,
  7495. bottom: 0.02
  7496. }
  7497. },
  7498. },
  7499. [
  7500. {
  7501. name: "Micro",
  7502. height: math.unit(16 + 6 / 12, "feet")
  7503. },
  7504. {
  7505. name: "Third Dimension",
  7506. height: math.unit(40, "meters")
  7507. },
  7508. {
  7509. name: "Normal",
  7510. height: math.unit(660, "feet"),
  7511. default: true
  7512. },
  7513. {
  7514. name: "Megamacro",
  7515. height: math.unit(10, "miles")
  7516. },
  7517. {
  7518. name: "Planetary Launch",
  7519. height: math.unit(500, "miles")
  7520. },
  7521. {
  7522. name: "Interstellar",
  7523. height: math.unit(1e9, "miles")
  7524. },
  7525. {
  7526. name: "Leaving the Universe",
  7527. height: math.unit(1, "gigaparsec")
  7528. },
  7529. {
  7530. name: "Travelling Universes",
  7531. height: math.unit(30e15, "parsecs")
  7532. },
  7533. ]
  7534. ))
  7535. characterMakers.push(() => makeCharacter(
  7536. { name: "Odyssey" },
  7537. {
  7538. front: {
  7539. height: math.unit(6, "feet"),
  7540. weight: math.unit(150, "lb"),
  7541. name: "Front",
  7542. image: {
  7543. source: "./media/characters/odyssey/front.svg",
  7544. extra: 1782 / 1582,
  7545. bottom: 0.01
  7546. }
  7547. },
  7548. side: {
  7549. height: math.unit(5.7, "feet"),
  7550. weight: math.unit(140, "lb"),
  7551. name: "Side",
  7552. image: {
  7553. source: "./media/characters/odyssey/side.svg",
  7554. extra: 6462 / 5700
  7555. }
  7556. },
  7557. },
  7558. [
  7559. {
  7560. name: "Normal",
  7561. height: math.unit(5 + 4 / 12, "feet")
  7562. },
  7563. {
  7564. name: "Macro",
  7565. height: math.unit(1, "km")
  7566. },
  7567. {
  7568. name: "Megamacro",
  7569. height: math.unit(3000, "km")
  7570. },
  7571. {
  7572. name: "Gigamacro",
  7573. height: math.unit(1, "AU"),
  7574. default: true
  7575. },
  7576. {
  7577. name: "Omniversal",
  7578. height: math.unit(100e14, "lightyears")
  7579. },
  7580. ]
  7581. ))
  7582. characterMakers.push(() => makeCharacter(
  7583. { name: "Mekuto" },
  7584. {
  7585. front: {
  7586. height: math.unit(6, "feet"),
  7587. weight: math.unit(300, "lb"),
  7588. name: "Front",
  7589. image: {
  7590. source: "./media/characters/mekuto/front.svg",
  7591. extra: 921 / 832,
  7592. bottom: 0.03
  7593. }
  7594. },
  7595. hand: {
  7596. height: math.unit(6 / 10.24, "feet"),
  7597. name: "Hand",
  7598. image: {
  7599. source: "./media/characters/mekuto/hand.svg"
  7600. }
  7601. },
  7602. foot: {
  7603. height: math.unit(6 / 5.05, "feet"),
  7604. name: "Foot",
  7605. image: {
  7606. source: "./media/characters/mekuto/foot.svg"
  7607. }
  7608. },
  7609. },
  7610. [
  7611. {
  7612. name: "Minimicro",
  7613. height: math.unit(0.2, "inches")
  7614. },
  7615. {
  7616. name: "Micro",
  7617. height: math.unit(1.5, "inches")
  7618. },
  7619. {
  7620. name: "Normal",
  7621. height: math.unit(5 + 11 / 12, "feet"),
  7622. default: true
  7623. },
  7624. {
  7625. name: "Minimacro",
  7626. height: math.unit(17 + 9 / 12, "feet")
  7627. },
  7628. {
  7629. name: "Macro",
  7630. height: math.unit(177.5, "feet")
  7631. },
  7632. {
  7633. name: "Megamacro",
  7634. height: math.unit(152, "miles")
  7635. },
  7636. ]
  7637. ))
  7638. characterMakers.push(() => makeCharacter(
  7639. { name: "Dafydd Tomos" },
  7640. {
  7641. front: {
  7642. height: math.unit(6.5, "inches"),
  7643. weight: math.unit(13, "oz"),
  7644. name: "Front",
  7645. image: {
  7646. source: "./media/characters/dafydd-tomos/front.svg",
  7647. extra: 2990 / 2603,
  7648. bottom: 0.03
  7649. }
  7650. },
  7651. },
  7652. [
  7653. {
  7654. name: "Micro",
  7655. height: math.unit(6.5, "inches"),
  7656. default: true
  7657. },
  7658. ]
  7659. ))
  7660. characterMakers.push(() => makeCharacter(
  7661. { name: "Splinter" },
  7662. {
  7663. front: {
  7664. height: math.unit(6, "feet"),
  7665. weight: math.unit(150, "lb"),
  7666. name: "Front",
  7667. image: {
  7668. source: "./media/characters/splinter/front.svg",
  7669. extra: 2990 / 2882,
  7670. bottom: 0.04
  7671. }
  7672. },
  7673. back: {
  7674. height: math.unit(6, "feet"),
  7675. weight: math.unit(150, "lb"),
  7676. name: "Back",
  7677. image: {
  7678. source: "./media/characters/splinter/back.svg",
  7679. extra: 2990 / 2882,
  7680. bottom: 0.04
  7681. }
  7682. },
  7683. },
  7684. [
  7685. {
  7686. name: "Normal",
  7687. height: math.unit(6, "feet")
  7688. },
  7689. {
  7690. name: "Macro",
  7691. height: math.unit(230, "meters"),
  7692. default: true
  7693. },
  7694. ]
  7695. ))
  7696. characterMakers.push(() => makeCharacter(
  7697. { name: "SnowGabumon" },
  7698. {
  7699. front: {
  7700. height: math.unit(4 + 10 / 12, "feet"),
  7701. weight: math.unit(480, "lb"),
  7702. name: "Front",
  7703. image: {
  7704. source: "./media/characters/snow-gabumon/front.svg",
  7705. extra: 1140 / 963,
  7706. bottom: 0.058
  7707. }
  7708. },
  7709. back: {
  7710. height: math.unit(4 + 10 / 12, "feet"),
  7711. weight: math.unit(480, "lb"),
  7712. name: "Back",
  7713. image: {
  7714. source: "./media/characters/snow-gabumon/back.svg",
  7715. extra: 1115 / 962,
  7716. bottom: 0.041
  7717. }
  7718. },
  7719. frontUndresed: {
  7720. height: math.unit(4 + 10 / 12, "feet"),
  7721. weight: math.unit(480, "lb"),
  7722. name: "Front (Undressed)",
  7723. image: {
  7724. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7725. extra: 1061 / 960,
  7726. bottom: 0.045
  7727. }
  7728. },
  7729. },
  7730. [
  7731. {
  7732. name: "Micro",
  7733. height: math.unit(1, "inch")
  7734. },
  7735. {
  7736. name: "Normal",
  7737. height: math.unit(4 + 10 / 12, "feet"),
  7738. default: true
  7739. },
  7740. {
  7741. name: "Macro",
  7742. height: math.unit(200, "feet")
  7743. },
  7744. {
  7745. name: "Megamacro",
  7746. height: math.unit(120, "miles")
  7747. },
  7748. {
  7749. name: "Gigamacro",
  7750. height: math.unit(9800, "miles")
  7751. },
  7752. ]
  7753. ))
  7754. characterMakers.push(() => makeCharacter(
  7755. { name: "Moody" },
  7756. {
  7757. front: {
  7758. height: math.unit(1.7, "meters"),
  7759. weight: math.unit(140, "lb"),
  7760. name: "Front",
  7761. image: {
  7762. source: "./media/characters/moody/front.svg",
  7763. extra: 3226 / 3007,
  7764. bottom: 0.087
  7765. }
  7766. },
  7767. },
  7768. [
  7769. {
  7770. name: "Micro",
  7771. height: math.unit(1, "mm")
  7772. },
  7773. {
  7774. name: "Normal",
  7775. height: math.unit(1.7, "meters"),
  7776. default: true
  7777. },
  7778. {
  7779. name: "Macro",
  7780. height: math.unit(80, "meters")
  7781. },
  7782. {
  7783. name: "Macro+",
  7784. height: math.unit(500, "meters")
  7785. },
  7786. ]
  7787. ))
  7788. characterMakers.push(() => makeCharacter(
  7789. { name: "Zyas" },
  7790. {
  7791. front: {
  7792. height: math.unit(6, "feet"),
  7793. weight: math.unit(150, "lb"),
  7794. name: "Front",
  7795. image: {
  7796. source: "./media/characters/zyas/front.svg",
  7797. extra: 1180 / 1120,
  7798. bottom: 0.045
  7799. }
  7800. },
  7801. },
  7802. [
  7803. {
  7804. name: "Normal",
  7805. height: math.unit(10, "feet"),
  7806. default: true
  7807. },
  7808. {
  7809. name: "Macro",
  7810. height: math.unit(500, "feet")
  7811. },
  7812. {
  7813. name: "Megamacro",
  7814. height: math.unit(5, "miles")
  7815. },
  7816. {
  7817. name: "Teramacro",
  7818. height: math.unit(150000, "miles")
  7819. },
  7820. ]
  7821. ))
  7822. characterMakers.push(() => makeCharacter(
  7823. { name: "Cuon" },
  7824. {
  7825. front: {
  7826. height: math.unit(6, "feet"),
  7827. weight: math.unit(150, "lb"),
  7828. name: "Front",
  7829. image: {
  7830. source: "./media/characters/cuon/front.svg",
  7831. extra: 1390 / 1320,
  7832. bottom: 0.008
  7833. }
  7834. },
  7835. },
  7836. [
  7837. {
  7838. name: "Micro",
  7839. height: math.unit(3, "inches")
  7840. },
  7841. {
  7842. name: "Normal",
  7843. height: math.unit(18 + 9 / 12, "feet"),
  7844. default: true
  7845. },
  7846. {
  7847. name: "Macro",
  7848. height: math.unit(360, "feet")
  7849. },
  7850. {
  7851. name: "Megamacro",
  7852. height: math.unit(360, "miles")
  7853. },
  7854. ]
  7855. ))
  7856. characterMakers.push(() => makeCharacter(
  7857. { name: "Nyanuxk" },
  7858. {
  7859. front: {
  7860. height: math.unit(2.4, "meters"),
  7861. weight: math.unit(70, "kg"),
  7862. name: "Front",
  7863. image: {
  7864. source: "./media/characters/nyanuxk/front.svg",
  7865. extra: 1172 / 1084,
  7866. bottom: 0.065
  7867. }
  7868. },
  7869. side: {
  7870. height: math.unit(2.4, "meters"),
  7871. weight: math.unit(70, "kg"),
  7872. name: "Side",
  7873. image: {
  7874. source: "./media/characters/nyanuxk/side.svg",
  7875. extra: 1190 / 1132,
  7876. bottom: 0.007
  7877. }
  7878. },
  7879. back: {
  7880. height: math.unit(2.4, "meters"),
  7881. weight: math.unit(70, "kg"),
  7882. name: "Back",
  7883. image: {
  7884. source: "./media/characters/nyanuxk/back.svg",
  7885. extra: 1200 / 1141,
  7886. bottom: 0.015
  7887. }
  7888. },
  7889. foot: {
  7890. height: math.unit(0.52, "meters"),
  7891. name: "Foot",
  7892. image: {
  7893. source: "./media/characters/nyanuxk/foot.svg"
  7894. }
  7895. },
  7896. },
  7897. [
  7898. {
  7899. name: "Micro",
  7900. height: math.unit(2, "cm")
  7901. },
  7902. {
  7903. name: "Normal",
  7904. height: math.unit(2.4, "meters"),
  7905. default: true
  7906. },
  7907. {
  7908. name: "Smaller Macro",
  7909. height: math.unit(120, "meters")
  7910. },
  7911. {
  7912. name: "Bigger Macro",
  7913. height: math.unit(1.2, "km")
  7914. },
  7915. {
  7916. name: "Megamacro",
  7917. height: math.unit(15, "kilometers")
  7918. },
  7919. {
  7920. name: "Gigamacro",
  7921. height: math.unit(2000, "km")
  7922. },
  7923. {
  7924. name: "Teramacro",
  7925. height: math.unit(500000, "km")
  7926. },
  7927. ]
  7928. ))
  7929. characterMakers.push(() => makeCharacter(
  7930. { name: "Ailbhe" },
  7931. {
  7932. side: {
  7933. height: math.unit(6, "feet"),
  7934. name: "Side",
  7935. image: {
  7936. source: "./media/characters/ailbhe/side.svg",
  7937. extra: 757 / 464,
  7938. bottom: 0.041
  7939. }
  7940. },
  7941. },
  7942. [
  7943. {
  7944. name: "Normal",
  7945. height: math.unit(1.07, "meters"),
  7946. default: true
  7947. },
  7948. ]
  7949. ))
  7950. characterMakers.push(() => makeCharacter(
  7951. { name: "Zevulfius" },
  7952. {
  7953. front: {
  7954. height: math.unit(6, "feet"),
  7955. weight: math.unit(120, "kg"),
  7956. name: "Front",
  7957. image: {
  7958. source: "./media/characters/zevulfius/front.svg",
  7959. extra: 965 / 903
  7960. }
  7961. },
  7962. side: {
  7963. height: math.unit(6, "feet"),
  7964. weight: math.unit(120, "kg"),
  7965. name: "Side",
  7966. image: {
  7967. source: "./media/characters/zevulfius/side.svg",
  7968. extra: 939 / 900
  7969. }
  7970. },
  7971. back: {
  7972. height: math.unit(6, "feet"),
  7973. weight: math.unit(120, "kg"),
  7974. name: "Back",
  7975. image: {
  7976. source: "./media/characters/zevulfius/back.svg",
  7977. extra: 918 / 854,
  7978. bottom: 0.005
  7979. }
  7980. },
  7981. foot: {
  7982. height: math.unit(6 / 3.72, "feet"),
  7983. name: "Foot",
  7984. image: {
  7985. source: "./media/characters/zevulfius/foot.svg"
  7986. }
  7987. },
  7988. },
  7989. [
  7990. {
  7991. name: "Macro",
  7992. height: math.unit(750, "meters")
  7993. },
  7994. {
  7995. name: "Megamacro",
  7996. height: math.unit(20, "km"),
  7997. default: true
  7998. },
  7999. {
  8000. name: "Gigamacro",
  8001. height: math.unit(2000, "km")
  8002. },
  8003. {
  8004. name: "Teramacro",
  8005. height: math.unit(250000, "km")
  8006. },
  8007. ]
  8008. ))
  8009. characterMakers.push(() => makeCharacter(
  8010. { name: "Rikes" },
  8011. {
  8012. front: {
  8013. height: math.unit(100, "feet"),
  8014. weight: math.unit(350, "kg"),
  8015. name: "Front",
  8016. image: {
  8017. source: "./media/characters/rikes/front.svg",
  8018. extra: 1565 / 1483,
  8019. bottom: 0.017
  8020. }
  8021. },
  8022. },
  8023. [
  8024. {
  8025. name: "Macro",
  8026. height: math.unit(100, "feet"),
  8027. default: true
  8028. },
  8029. ]
  8030. ))
  8031. characterMakers.push(() => makeCharacter(
  8032. { name: "Adam Silver-Mane" },
  8033. {
  8034. anthro: {
  8035. height: math.unit(8, "feet"),
  8036. weight: math.unit(120, "kg"),
  8037. name: "Anthro",
  8038. image: {
  8039. source: "./media/characters/adam-silver-mane/anthro.svg",
  8040. extra: 5743 / 5339,
  8041. bottom: 0.07
  8042. }
  8043. },
  8044. taur: {
  8045. height: math.unit(16, "feet"),
  8046. weight: math.unit(1500, "kg"),
  8047. name: "Taur",
  8048. image: {
  8049. source: "./media/characters/adam-silver-mane/taur.svg",
  8050. extra: 1713 / 1571,
  8051. bottom: 0.01
  8052. }
  8053. },
  8054. },
  8055. [
  8056. {
  8057. name: "Normal",
  8058. height: math.unit(8, "feet")
  8059. },
  8060. {
  8061. name: "Minimacro",
  8062. height: math.unit(80, "feet")
  8063. },
  8064. {
  8065. name: "Macro",
  8066. height: math.unit(800, "feet"),
  8067. default: true
  8068. },
  8069. {
  8070. name: "Megamacro",
  8071. height: math.unit(8000, "feet")
  8072. },
  8073. {
  8074. name: "Gigamacro",
  8075. height: math.unit(800, "miles")
  8076. },
  8077. {
  8078. name: "Teramacro",
  8079. height: math.unit(80000, "miles")
  8080. },
  8081. {
  8082. name: "Celestial",
  8083. height: math.unit(8e6, "miles")
  8084. },
  8085. {
  8086. name: "Star Dragon",
  8087. height: math.unit(800000, "parsecs")
  8088. },
  8089. {
  8090. name: "Godly",
  8091. height: math.unit(800, "teraparsecs")
  8092. },
  8093. ]
  8094. ))
  8095. characterMakers.push(() => makeCharacter(
  8096. { name: "Ky'owin" },
  8097. {
  8098. front: {
  8099. height: math.unit(6, "feet"),
  8100. weight: math.unit(150, "lb"),
  8101. name: "Front",
  8102. image: {
  8103. source: "./media/characters/ky'owin/front.svg",
  8104. extra: 3888 / 3068,
  8105. bottom: 0.015
  8106. }
  8107. },
  8108. },
  8109. [
  8110. {
  8111. name: "Normal",
  8112. height: math.unit(6 + 8 / 12, "feet")
  8113. },
  8114. {
  8115. name: "Large",
  8116. height: math.unit(68, "feet")
  8117. },
  8118. {
  8119. name: "Macro",
  8120. height: math.unit(132, "feet")
  8121. },
  8122. {
  8123. name: "Macro+",
  8124. height: math.unit(340, "feet")
  8125. },
  8126. {
  8127. name: "Macro++",
  8128. height: math.unit(680, "feet"),
  8129. default: true
  8130. },
  8131. {
  8132. name: "Megamacro",
  8133. height: math.unit(1, "mile")
  8134. },
  8135. {
  8136. name: "Megamacro+",
  8137. height: math.unit(10, "miles")
  8138. },
  8139. ]
  8140. ))
  8141. characterMakers.push(() => makeCharacter(
  8142. { name: "Mal" },
  8143. {
  8144. front: {
  8145. height: math.unit(4, "feet"),
  8146. weight: math.unit(50, "lb"),
  8147. name: "Front",
  8148. image: {
  8149. source: "./media/characters/mal/front.svg",
  8150. extra: 785 / 724,
  8151. bottom: 0.07
  8152. }
  8153. },
  8154. },
  8155. [
  8156. {
  8157. name: "Micro",
  8158. height: math.unit(4, "inches")
  8159. },
  8160. {
  8161. name: "Normal",
  8162. height: math.unit(4, "feet"),
  8163. default: true
  8164. },
  8165. {
  8166. name: "Macro",
  8167. height: math.unit(200, "feet")
  8168. },
  8169. ]
  8170. ))
  8171. characterMakers.push(() => makeCharacter(
  8172. { name: "Jordan Deware" },
  8173. {
  8174. front: {
  8175. height: math.unit(6, "feet"),
  8176. weight: math.unit(150, "lb"),
  8177. name: "Front",
  8178. image: {
  8179. source: "./media/characters/jordan-deware/front.svg",
  8180. extra: 1191 / 1012
  8181. }
  8182. },
  8183. },
  8184. [
  8185. {
  8186. name: "Nano",
  8187. height: math.unit(0.01, "mm")
  8188. },
  8189. {
  8190. name: "Minimicro",
  8191. height: math.unit(1, "mm")
  8192. },
  8193. {
  8194. name: "Micro",
  8195. height: math.unit(0.5, "inches")
  8196. },
  8197. {
  8198. name: "Normal",
  8199. height: math.unit(4, "feet"),
  8200. default: true
  8201. },
  8202. {
  8203. name: "Minimacro",
  8204. height: math.unit(40, "meters")
  8205. },
  8206. {
  8207. name: "Small Macro",
  8208. height: math.unit(400, "meters")
  8209. },
  8210. {
  8211. name: "Macro",
  8212. height: math.unit(4, "miles")
  8213. },
  8214. {
  8215. name: "Megamacro",
  8216. height: math.unit(40, "miles")
  8217. },
  8218. {
  8219. name: "Megamacro+",
  8220. height: math.unit(400, "miles")
  8221. },
  8222. {
  8223. name: "Gigamacro",
  8224. height: math.unit(400000, "miles")
  8225. },
  8226. ]
  8227. ))
  8228. characterMakers.push(() => makeCharacter(
  8229. { name: "Kimiko" },
  8230. {
  8231. side: {
  8232. height: math.unit(6, "feet"),
  8233. weight: math.unit(150, "lb"),
  8234. name: "Side",
  8235. image: {
  8236. source: "./media/characters/kimiko/side.svg",
  8237. extra: 600 / 358
  8238. }
  8239. },
  8240. },
  8241. [
  8242. {
  8243. name: "Normal",
  8244. height: math.unit(15, "feet"),
  8245. default: true
  8246. },
  8247. {
  8248. name: "Macro",
  8249. height: math.unit(220, "feet")
  8250. },
  8251. {
  8252. name: "Macro+",
  8253. height: math.unit(1450, "feet")
  8254. },
  8255. {
  8256. name: "Megamacro",
  8257. height: math.unit(11500, "feet")
  8258. },
  8259. {
  8260. name: "Gigamacro",
  8261. height: math.unit(9500, "miles")
  8262. },
  8263. {
  8264. name: "Teramacro",
  8265. height: math.unit(2208005005, "miles")
  8266. },
  8267. {
  8268. name: "Examacro",
  8269. height: math.unit(2750, "parsecs")
  8270. },
  8271. {
  8272. name: "Zettamacro",
  8273. height: math.unit(101500, "parsecs")
  8274. },
  8275. ]
  8276. ))
  8277. characterMakers.push(() => makeCharacter(
  8278. { name: "Andrew Sleepy" },
  8279. {
  8280. front: {
  8281. height: math.unit(6, "feet"),
  8282. weight: math.unit(70, "kg"),
  8283. name: "Front",
  8284. image: {
  8285. source: "./media/characters/andrew-sleepy/front.svg"
  8286. }
  8287. },
  8288. side: {
  8289. height: math.unit(6, "feet"),
  8290. weight: math.unit(70, "kg"),
  8291. name: "Side",
  8292. image: {
  8293. source: "./media/characters/andrew-sleepy/side.svg"
  8294. }
  8295. },
  8296. },
  8297. [
  8298. {
  8299. name: "Micro",
  8300. height: math.unit(1, "mm"),
  8301. default: true
  8302. },
  8303. ]
  8304. ))
  8305. characterMakers.push(() => makeCharacter(
  8306. { name: "Judio" },
  8307. {
  8308. front: {
  8309. height: math.unit(6, "feet"),
  8310. weight: math.unit(150, "lb"),
  8311. name: "Front",
  8312. image: {
  8313. source: "./media/characters/judio/front.svg",
  8314. extra: 1258 / 1110
  8315. }
  8316. },
  8317. },
  8318. [
  8319. {
  8320. name: "Normal",
  8321. height: math.unit(5 + 6 / 12, "feet")
  8322. },
  8323. {
  8324. name: "Macro",
  8325. height: math.unit(1000, "feet"),
  8326. default: true
  8327. },
  8328. {
  8329. name: "Megamacro",
  8330. height: math.unit(10, "miles")
  8331. },
  8332. ]
  8333. ))
  8334. characterMakers.push(() => makeCharacter(
  8335. { name: "Nomaxice" },
  8336. {
  8337. front: {
  8338. height: math.unit(6, "feet"),
  8339. weight: math.unit(68, "kg"),
  8340. name: "Front",
  8341. image: {
  8342. source: "./media/characters/nomaxice/front.svg",
  8343. extra: 1498 / 1073,
  8344. bottom: 0.075
  8345. }
  8346. },
  8347. foot: {
  8348. height: math.unit(1.1, "feet"),
  8349. name: "Foot",
  8350. image: {
  8351. source: "./media/characters/nomaxice/foot.svg"
  8352. }
  8353. },
  8354. },
  8355. [
  8356. {
  8357. name: "Micro",
  8358. height: math.unit(8, "cm")
  8359. },
  8360. {
  8361. name: "Norm",
  8362. height: math.unit(1.82, "m")
  8363. },
  8364. {
  8365. name: "Norm+",
  8366. height: math.unit(8.8, "feet")
  8367. },
  8368. {
  8369. name: "Big",
  8370. height: math.unit(8, "meters"),
  8371. default: true
  8372. },
  8373. {
  8374. name: "Macro",
  8375. height: math.unit(18, "meters")
  8376. },
  8377. {
  8378. name: "Macro+",
  8379. height: math.unit(88, "meters")
  8380. },
  8381. ]
  8382. ))
  8383. characterMakers.push(() => makeCharacter(
  8384. { name: "Dydros" },
  8385. {
  8386. front: {
  8387. height: math.unit(12, "feet"),
  8388. weight: math.unit(1.5, "tons"),
  8389. name: "Front",
  8390. image: {
  8391. source: "./media/characters/dydros/front.svg",
  8392. extra: 863 / 800,
  8393. bottom: 0.015
  8394. }
  8395. },
  8396. back: {
  8397. height: math.unit(12, "feet"),
  8398. weight: math.unit(1.5, "tons"),
  8399. name: "Back",
  8400. image: {
  8401. source: "./media/characters/dydros/back.svg",
  8402. extra: 900 / 843,
  8403. bottom: 0.005
  8404. }
  8405. },
  8406. },
  8407. [
  8408. {
  8409. name: "Normal",
  8410. height: math.unit(12, "feet"),
  8411. default: true
  8412. },
  8413. ]
  8414. ))
  8415. characterMakers.push(() => makeCharacter(
  8416. { name: "Riggi" },
  8417. {
  8418. front: {
  8419. height: math.unit(6, "feet"),
  8420. weight: math.unit(100, "kg"),
  8421. name: "Front",
  8422. image: {
  8423. source: "./media/characters/riggi/front.svg",
  8424. extra: 5787 / 5303
  8425. }
  8426. },
  8427. hyper: {
  8428. height: math.unit(6 * 5 / 3, "feet"),
  8429. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8430. name: "Hyper",
  8431. image: {
  8432. source: "./media/characters/riggi/hyper.svg",
  8433. extra: 3595 / 3485
  8434. }
  8435. },
  8436. },
  8437. [
  8438. {
  8439. name: "Small Macro",
  8440. height: math.unit(50, "feet")
  8441. },
  8442. {
  8443. name: "Default",
  8444. height: math.unit(200, "feet"),
  8445. default: true
  8446. },
  8447. {
  8448. name: "Loom",
  8449. height: math.unit(10000, "feet")
  8450. },
  8451. {
  8452. name: "Cruising Altitude",
  8453. height: math.unit(30000, "feet")
  8454. },
  8455. {
  8456. name: "Megamacro",
  8457. height: math.unit(100, "miles")
  8458. },
  8459. {
  8460. name: "Continent Sized",
  8461. height: math.unit(2800, "miles")
  8462. },
  8463. {
  8464. name: "Earth Sized",
  8465. height: math.unit(8000, "miles")
  8466. },
  8467. ]
  8468. ))
  8469. characterMakers.push(() => makeCharacter(
  8470. { name: "Alexi" },
  8471. {
  8472. front: {
  8473. height: math.unit(6, "feet"),
  8474. weight: math.unit(250, "lb"),
  8475. name: "Front",
  8476. image: {
  8477. source: "./media/characters/alexi/front.svg",
  8478. extra: 3483 / 3291,
  8479. bottom: 0.04
  8480. }
  8481. },
  8482. back: {
  8483. height: math.unit(6, "feet"),
  8484. weight: math.unit(250, "lb"),
  8485. name: "Back",
  8486. image: {
  8487. source: "./media/characters/alexi/back.svg",
  8488. extra: 3533 / 3356,
  8489. bottom: 0.021
  8490. }
  8491. },
  8492. frontTransforming: {
  8493. height: math.unit(8.58, "feet"),
  8494. weight: math.unit(1300, "lb"),
  8495. name: "Transforming",
  8496. image: {
  8497. source: "./media/characters/alexi/front-transforming.svg",
  8498. extra: 437 / 409,
  8499. bottom: 19/458.66
  8500. }
  8501. },
  8502. frontTransformed: {
  8503. height: math.unit(12.5, "feet"),
  8504. weight: math.unit(4000, "lb"),
  8505. name: "Transformed",
  8506. image: {
  8507. source: "./media/characters/alexi/front-transformed.svg",
  8508. extra: 639 / 614,
  8509. bottom: 30.55/671
  8510. }
  8511. },
  8512. },
  8513. [
  8514. {
  8515. name: "Normal",
  8516. height: math.unit(3, "meters"),
  8517. default: true
  8518. },
  8519. {
  8520. name: "Minimacro",
  8521. height: math.unit(30, "meters")
  8522. },
  8523. {
  8524. name: "Macro",
  8525. height: math.unit(500, "meters")
  8526. },
  8527. {
  8528. name: "Megamacro",
  8529. height: math.unit(9000, "km")
  8530. },
  8531. {
  8532. name: "Teramacro",
  8533. height: math.unit(384000, "km")
  8534. },
  8535. ]
  8536. ))
  8537. characterMakers.push(() => makeCharacter(
  8538. { name: "Kayroo" },
  8539. {
  8540. front: {
  8541. height: math.unit(6, "feet"),
  8542. weight: math.unit(150, "lb"),
  8543. name: "Front",
  8544. image: {
  8545. source: "./media/characters/kayroo/front.svg",
  8546. extra: 1153 / 1038,
  8547. bottom: 0.06
  8548. }
  8549. },
  8550. foot: {
  8551. height: math.unit(6, "feet"),
  8552. weight: math.unit(150, "lb"),
  8553. name: "Foot",
  8554. image: {
  8555. source: "./media/characters/kayroo/foot.svg"
  8556. }
  8557. },
  8558. },
  8559. [
  8560. {
  8561. name: "Normal",
  8562. height: math.unit(8, "feet"),
  8563. default: true
  8564. },
  8565. {
  8566. name: "Minimacro",
  8567. height: math.unit(250, "feet")
  8568. },
  8569. {
  8570. name: "Macro",
  8571. height: math.unit(2800, "feet")
  8572. },
  8573. {
  8574. name: "Megamacro",
  8575. height: math.unit(5200, "feet")
  8576. },
  8577. {
  8578. name: "Gigamacro",
  8579. height: math.unit(27000, "feet")
  8580. },
  8581. {
  8582. name: "Omega",
  8583. height: math.unit(45000, "feet")
  8584. },
  8585. ]
  8586. ))
  8587. characterMakers.push(() => makeCharacter(
  8588. { name: "Rhys" },
  8589. {
  8590. front: {
  8591. height: math.unit(18, "feet"),
  8592. weight: math.unit(5800, "lb"),
  8593. name: "Front",
  8594. image: {
  8595. source: "./media/characters/rhys/front.svg",
  8596. extra: 3386 / 3090,
  8597. bottom: 0.07
  8598. }
  8599. },
  8600. },
  8601. [
  8602. {
  8603. name: "Normal",
  8604. height: math.unit(18, "feet"),
  8605. default: true
  8606. },
  8607. {
  8608. name: "Working Size",
  8609. height: math.unit(200, "feet")
  8610. },
  8611. {
  8612. name: "Demolition Size",
  8613. height: math.unit(2000, "feet")
  8614. },
  8615. {
  8616. name: "Maximum Licensed Size",
  8617. height: math.unit(5, "miles")
  8618. },
  8619. {
  8620. name: "Maximum Observed Size",
  8621. height: math.unit(10, "yottameters")
  8622. },
  8623. ]
  8624. ))
  8625. characterMakers.push(() => makeCharacter(
  8626. { name: "Toto" },
  8627. {
  8628. front: {
  8629. height: math.unit(6, "feet"),
  8630. weight: math.unit(250, "lb"),
  8631. name: "Front",
  8632. image: {
  8633. source: "./media/characters/toto/front.svg",
  8634. extra: 527 / 479,
  8635. bottom: 0.05
  8636. }
  8637. },
  8638. },
  8639. [
  8640. {
  8641. name: "Micro",
  8642. height: math.unit(3, "feet")
  8643. },
  8644. {
  8645. name: "Normal",
  8646. height: math.unit(10, "feet")
  8647. },
  8648. {
  8649. name: "Macro",
  8650. height: math.unit(150, "feet"),
  8651. default: true
  8652. },
  8653. {
  8654. name: "Megamacro",
  8655. height: math.unit(1200, "feet")
  8656. },
  8657. ]
  8658. ))
  8659. characterMakers.push(() => makeCharacter(
  8660. { name: "King" },
  8661. {
  8662. back: {
  8663. height: math.unit(6, "feet"),
  8664. weight: math.unit(150, "lb"),
  8665. name: "Back",
  8666. image: {
  8667. source: "./media/characters/king/back.svg"
  8668. }
  8669. },
  8670. },
  8671. [
  8672. {
  8673. name: "Micro",
  8674. height: math.unit(2, "inches")
  8675. },
  8676. {
  8677. name: "Normal",
  8678. height: math.unit(8, "feet")
  8679. },
  8680. {
  8681. name: "Macro",
  8682. height: math.unit(200, "feet"),
  8683. default: true
  8684. },
  8685. {
  8686. name: "Megamacro",
  8687. height: math.unit(50, "miles")
  8688. },
  8689. ]
  8690. ))
  8691. characterMakers.push(() => makeCharacter(
  8692. { name: "Cordite" },
  8693. {
  8694. anthro: {
  8695. height: math.unit(6 + 5 / 12, "feet"),
  8696. weight: math.unit(280, "lb"),
  8697. name: "Anthro",
  8698. image: {
  8699. source: "./media/characters/cordite/anthro.svg",
  8700. extra: 1986 / 1905,
  8701. bottom: 0.025
  8702. }
  8703. },
  8704. feral: {
  8705. height: math.unit(2, "feet"),
  8706. weight: math.unit(90, "lb"),
  8707. name: "Feral",
  8708. image: {
  8709. source: "./media/characters/cordite/feral.svg",
  8710. extra: 1260 / 755,
  8711. bottom: 0.05
  8712. }
  8713. },
  8714. },
  8715. [
  8716. {
  8717. name: "Normal",
  8718. height: math.unit(6 + 5 / 12, "feet"),
  8719. default: true
  8720. },
  8721. ]
  8722. ))
  8723. characterMakers.push(() => makeCharacter(
  8724. { name: "Pianostrong" },
  8725. {
  8726. front: {
  8727. height: math.unit(6, "feet"),
  8728. weight: math.unit(150, "lb"),
  8729. name: "Front",
  8730. image: {
  8731. source: "./media/characters/pianostrong/front.svg",
  8732. extra: 6577 / 6254,
  8733. bottom: 0.02
  8734. }
  8735. },
  8736. side: {
  8737. height: math.unit(6, "feet"),
  8738. weight: math.unit(150, "lb"),
  8739. name: "Side",
  8740. image: {
  8741. source: "./media/characters/pianostrong/side.svg",
  8742. extra: 6106 / 5730
  8743. }
  8744. },
  8745. back: {
  8746. height: math.unit(6, "feet"),
  8747. weight: math.unit(150, "lb"),
  8748. name: "Back",
  8749. image: {
  8750. source: "./media/characters/pianostrong/back.svg",
  8751. extra: 6085 / 5733,
  8752. bottom: 0.01
  8753. }
  8754. },
  8755. },
  8756. [
  8757. {
  8758. name: "Macro",
  8759. height: math.unit(100, "feet")
  8760. },
  8761. {
  8762. name: "Macro+",
  8763. height: math.unit(300, "feet"),
  8764. default: true
  8765. },
  8766. {
  8767. name: "Macro++",
  8768. height: math.unit(1000, "feet")
  8769. },
  8770. ]
  8771. ))
  8772. characterMakers.push(() => makeCharacter(
  8773. { name: "Kona" },
  8774. {
  8775. front: {
  8776. height: math.unit(6, "feet"),
  8777. weight: math.unit(150, "lb"),
  8778. name: "Front",
  8779. image: {
  8780. source: "./media/characters/kona/front.svg",
  8781. extra: 2960 / 2629,
  8782. bottom: 0.005
  8783. }
  8784. },
  8785. },
  8786. [
  8787. {
  8788. name: "Normal",
  8789. height: math.unit(11 + 8 / 12, "feet")
  8790. },
  8791. {
  8792. name: "Macro",
  8793. height: math.unit(850, "feet"),
  8794. default: true
  8795. },
  8796. {
  8797. name: "Macro+",
  8798. height: math.unit(1.5, "km"),
  8799. default: true
  8800. },
  8801. {
  8802. name: "Megamacro",
  8803. height: math.unit(80, "miles")
  8804. },
  8805. {
  8806. name: "Gigamacro",
  8807. height: math.unit(3500, "miles")
  8808. },
  8809. ]
  8810. ))
  8811. characterMakers.push(() => makeCharacter(
  8812. { name: "Levi" },
  8813. {
  8814. side: {
  8815. height: math.unit(1.9, "meters"),
  8816. weight: math.unit(326, "kg"),
  8817. name: "Side",
  8818. image: {
  8819. source: "./media/characters/levi/side.svg",
  8820. extra: 1704 / 1334,
  8821. bottom: 0.02
  8822. }
  8823. },
  8824. },
  8825. [
  8826. {
  8827. name: "Normal",
  8828. height: math.unit(1.9, "meters"),
  8829. default: true
  8830. },
  8831. {
  8832. name: "Macro",
  8833. height: math.unit(20, "meters")
  8834. },
  8835. {
  8836. name: "Macro+",
  8837. height: math.unit(200, "meters")
  8838. },
  8839. {
  8840. name: "Megamacro",
  8841. height: math.unit(2, "km")
  8842. },
  8843. {
  8844. name: "Megamacro+",
  8845. height: math.unit(20, "km")
  8846. },
  8847. {
  8848. name: "Gigamacro",
  8849. height: math.unit(2500, "km")
  8850. },
  8851. {
  8852. name: "Gigamacro+",
  8853. height: math.unit(120000, "km")
  8854. },
  8855. {
  8856. name: "Teramacro",
  8857. height: math.unit(7.77e6, "km")
  8858. },
  8859. ]
  8860. ))
  8861. characterMakers.push(() => makeCharacter(
  8862. { name: "BMC" },
  8863. {
  8864. front: {
  8865. height: math.unit(6 + 4 / 12, "feet"),
  8866. weight: math.unit(188, "lb"),
  8867. name: "Front",
  8868. image: {
  8869. source: "./media/characters/bmc/front.svg",
  8870. extra: 1067 / 1022,
  8871. bottom: 0.047
  8872. }
  8873. },
  8874. },
  8875. [
  8876. {
  8877. name: "Human-sized",
  8878. height: math.unit(6 + 4 / 12, "feet")
  8879. },
  8880. {
  8881. name: "Small",
  8882. height: math.unit(250, "feet")
  8883. },
  8884. {
  8885. name: "Normal",
  8886. height: math.unit(1250, "feet"),
  8887. default: true
  8888. },
  8889. {
  8890. name: "Good Day",
  8891. height: math.unit(88, "miles")
  8892. },
  8893. {
  8894. name: "Largest Measured Size",
  8895. height: math.unit(11.2e6, "lightyears")
  8896. },
  8897. ]
  8898. ))
  8899. characterMakers.push(() => makeCharacter(
  8900. { name: "Sven the Kaiju" },
  8901. {
  8902. front: {
  8903. height: math.unit(20, "feet"),
  8904. weight: math.unit(2016, "kg"),
  8905. name: "Front",
  8906. image: {
  8907. source: "./media/characters/sven-the-kaiju/front.svg",
  8908. extra: 1479 / 1449,
  8909. bottom: 0.05
  8910. }
  8911. },
  8912. },
  8913. [
  8914. {
  8915. name: "Fairy",
  8916. height: math.unit(6, "inches")
  8917. },
  8918. {
  8919. name: "Normal",
  8920. height: math.unit(20, "feet"),
  8921. default: true
  8922. },
  8923. {
  8924. name: "Rampage",
  8925. height: math.unit(200, "feet")
  8926. },
  8927. {
  8928. name: "Archfey Forest Guardian",
  8929. height: math.unit(1, "mile")
  8930. },
  8931. ]
  8932. ))
  8933. characterMakers.push(() => makeCharacter(
  8934. { name: "Marik" },
  8935. {
  8936. front: {
  8937. height: math.unit(4, "meters"),
  8938. weight: math.unit(2, "tons"),
  8939. name: "Front",
  8940. image: {
  8941. source: "./media/characters/marik/front.svg",
  8942. extra: 1057 / 1003,
  8943. bottom: 0.08
  8944. }
  8945. },
  8946. },
  8947. [
  8948. {
  8949. name: "Normal",
  8950. height: math.unit(4, "meters"),
  8951. default: true
  8952. },
  8953. {
  8954. name: "Macro",
  8955. height: math.unit(20, "meters")
  8956. },
  8957. {
  8958. name: "Megamacro",
  8959. height: math.unit(50, "km")
  8960. },
  8961. {
  8962. name: "Gigamacro",
  8963. height: math.unit(100, "km")
  8964. },
  8965. {
  8966. name: "Alpha Macro",
  8967. height: math.unit(7.88e7, "yottameters")
  8968. },
  8969. ]
  8970. ))
  8971. characterMakers.push(() => makeCharacter(
  8972. { name: "Mel" },
  8973. {
  8974. front: {
  8975. height: math.unit(6, "feet"),
  8976. weight: math.unit(110, "lb"),
  8977. name: "Front",
  8978. image: {
  8979. source: "./media/characters/mel/front.svg",
  8980. extra: 736 / 617,
  8981. bottom: 0.017
  8982. }
  8983. },
  8984. },
  8985. [
  8986. {
  8987. name: "Pico",
  8988. height: math.unit(3, "pm")
  8989. },
  8990. {
  8991. name: "Nano",
  8992. height: math.unit(3, "nm")
  8993. },
  8994. {
  8995. name: "Micro",
  8996. height: math.unit(0.3, "mm"),
  8997. default: true
  8998. },
  8999. {
  9000. name: "Micro+",
  9001. height: math.unit(3, "mm")
  9002. },
  9003. {
  9004. name: "Normal",
  9005. height: math.unit(5 + 10.5 / 12, "feet")
  9006. },
  9007. ]
  9008. ))
  9009. characterMakers.push(() => makeCharacter(
  9010. { name: "Lykonous" },
  9011. {
  9012. kaiju: {
  9013. height: math.unit(1.75, "meters"),
  9014. weight: math.unit(55, "kg"),
  9015. name: "Kaiju",
  9016. image: {
  9017. source: "./media/characters/lykonous/kaiju.svg",
  9018. extra: 1055 / 946,
  9019. bottom: 0.135
  9020. }
  9021. },
  9022. },
  9023. [
  9024. {
  9025. name: "Normal",
  9026. height: math.unit(2.5, "meters"),
  9027. default: true
  9028. },
  9029. {
  9030. name: "Kaiju Dragon",
  9031. height: math.unit(60, "meters")
  9032. },
  9033. {
  9034. name: "Mega Kaiju",
  9035. height: math.unit(120, "km")
  9036. },
  9037. {
  9038. name: "Giga Kaiju",
  9039. height: math.unit(200, "megameters")
  9040. },
  9041. {
  9042. name: "Terra Kaiju",
  9043. height: math.unit(400, "gigameters")
  9044. },
  9045. {
  9046. name: "Kaiju Dragon God",
  9047. height: math.unit(13000, "exaparsecs")
  9048. },
  9049. ]
  9050. ))
  9051. characterMakers.push(() => makeCharacter(
  9052. { name: "Blü" },
  9053. {
  9054. front: {
  9055. height: math.unit(6, "feet"),
  9056. weight: math.unit(150, "lb"),
  9057. name: "Front",
  9058. image: {
  9059. source: "./media/characters/blü/front.svg",
  9060. extra: 1883 / 1564,
  9061. bottom: 0.031
  9062. }
  9063. },
  9064. },
  9065. [
  9066. {
  9067. name: "Normal",
  9068. height: math.unit(13, "feet"),
  9069. default: true
  9070. },
  9071. {
  9072. name: "Big Boi",
  9073. height: math.unit(150, "meters")
  9074. },
  9075. {
  9076. name: "Mini Stomper",
  9077. height: math.unit(300, "meters")
  9078. },
  9079. {
  9080. name: "Macro",
  9081. height: math.unit(1000, "meters")
  9082. },
  9083. {
  9084. name: "Megamacro",
  9085. height: math.unit(11000, "meters")
  9086. },
  9087. {
  9088. name: "Gigamacro",
  9089. height: math.unit(11000, "km")
  9090. },
  9091. {
  9092. name: "Teramacro",
  9093. height: math.unit(420000, "km")
  9094. },
  9095. {
  9096. name: "Examacro",
  9097. height: math.unit(120, "parsecs")
  9098. },
  9099. {
  9100. name: "God Tho",
  9101. height: math.unit(98000000000, "parsecs")
  9102. },
  9103. ]
  9104. ))
  9105. characterMakers.push(() => makeCharacter(
  9106. { name: "Scales" },
  9107. {
  9108. taurFront: {
  9109. height: math.unit(6, "feet"),
  9110. weight: math.unit(200, "lb"),
  9111. name: "Taur (Front)",
  9112. image: {
  9113. source: "./media/characters/scales/taur-front.svg",
  9114. extra: 1,
  9115. bottom: 0.05
  9116. }
  9117. },
  9118. taurBack: {
  9119. height: math.unit(6, "feet"),
  9120. weight: math.unit(200, "lb"),
  9121. name: "Taur (Back)",
  9122. image: {
  9123. source: "./media/characters/scales/taur-back.svg",
  9124. extra: 1,
  9125. bottom: 0.08
  9126. }
  9127. },
  9128. anthro: {
  9129. height: math.unit(6 * 7 / 12, "feet"),
  9130. weight: math.unit(100, "lb"),
  9131. name: "Anthro",
  9132. image: {
  9133. source: "./media/characters/scales/anthro.svg",
  9134. extra: 1,
  9135. bottom: 0.06
  9136. }
  9137. },
  9138. },
  9139. [
  9140. {
  9141. name: "Normal",
  9142. height: math.unit(12, "feet"),
  9143. default: true
  9144. },
  9145. ]
  9146. ))
  9147. characterMakers.push(() => makeCharacter(
  9148. { name: "Koragos" },
  9149. {
  9150. front: {
  9151. height: math.unit(6, "feet"),
  9152. weight: math.unit(150, "lb"),
  9153. name: "Front",
  9154. image: {
  9155. source: "./media/characters/koragos/front.svg",
  9156. extra: 841 / 794,
  9157. bottom: 0.035
  9158. }
  9159. },
  9160. back: {
  9161. height: math.unit(6, "feet"),
  9162. weight: math.unit(150, "lb"),
  9163. name: "Back",
  9164. image: {
  9165. source: "./media/characters/koragos/back.svg",
  9166. extra: 841 / 810,
  9167. bottom: 0.022
  9168. }
  9169. },
  9170. },
  9171. [
  9172. {
  9173. name: "Normal",
  9174. height: math.unit(6 + 11 / 12, "feet"),
  9175. default: true
  9176. },
  9177. {
  9178. name: "Macro",
  9179. height: math.unit(490, "feet")
  9180. },
  9181. {
  9182. name: "Megamacro",
  9183. height: math.unit(10, "miles")
  9184. },
  9185. {
  9186. name: "Gigamacro",
  9187. height: math.unit(50, "miles")
  9188. },
  9189. ]
  9190. ))
  9191. characterMakers.push(() => makeCharacter(
  9192. { name: "Xylrem" },
  9193. {
  9194. front: {
  9195. height: math.unit(6, "feet"),
  9196. weight: math.unit(250, "lb"),
  9197. name: "Front",
  9198. image: {
  9199. source: "./media/characters/xylrem/front.svg",
  9200. extra: 3323 / 3050,
  9201. bottom: 0.065
  9202. }
  9203. },
  9204. },
  9205. [
  9206. {
  9207. name: "Micro",
  9208. height: math.unit(4, "feet")
  9209. },
  9210. {
  9211. name: "Normal",
  9212. height: math.unit(16, "feet"),
  9213. default: true
  9214. },
  9215. {
  9216. name: "Macro",
  9217. height: math.unit(2720, "feet")
  9218. },
  9219. {
  9220. name: "Megamacro",
  9221. height: math.unit(25000, "miles")
  9222. },
  9223. ]
  9224. ))
  9225. characterMakers.push(() => makeCharacter(
  9226. { name: "Ikideru" },
  9227. {
  9228. front: {
  9229. height: math.unit(8, "feet"),
  9230. weight: math.unit(250, "kg"),
  9231. name: "Front",
  9232. image: {
  9233. source: "./media/characters/ikideru/front.svg",
  9234. extra: 930 / 870,
  9235. bottom: 0.087
  9236. }
  9237. },
  9238. back: {
  9239. height: math.unit(8, "feet"),
  9240. weight: math.unit(250, "kg"),
  9241. name: "Back",
  9242. image: {
  9243. source: "./media/characters/ikideru/back.svg",
  9244. extra: 919 / 852,
  9245. bottom: 0.055
  9246. }
  9247. },
  9248. },
  9249. [
  9250. {
  9251. name: "Rare",
  9252. height: math.unit(8, "feet"),
  9253. default: true
  9254. },
  9255. {
  9256. name: "Playful Loom",
  9257. height: math.unit(80, "feet")
  9258. },
  9259. {
  9260. name: "City Leaner",
  9261. height: math.unit(230, "feet")
  9262. },
  9263. {
  9264. name: "Megamacro",
  9265. height: math.unit(2500, "feet")
  9266. },
  9267. {
  9268. name: "Gigamacro",
  9269. height: math.unit(26400, "feet")
  9270. },
  9271. {
  9272. name: "Tectonic Shifter",
  9273. height: math.unit(1.7, "megameters")
  9274. },
  9275. {
  9276. name: "Planet Carer",
  9277. height: math.unit(21, "megameters")
  9278. },
  9279. {
  9280. name: "God",
  9281. height: math.unit(11157.22, "parsecs")
  9282. },
  9283. ]
  9284. ))
  9285. characterMakers.push(() => makeCharacter(
  9286. { name: "Neo" },
  9287. {
  9288. front: {
  9289. height: math.unit(6, "feet"),
  9290. weight: math.unit(120, "lb"),
  9291. name: "Front",
  9292. image: {
  9293. source: "./media/characters/neo/front.svg"
  9294. }
  9295. },
  9296. },
  9297. [
  9298. {
  9299. name: "Micro",
  9300. height: math.unit(2, "inches"),
  9301. default: true
  9302. },
  9303. {
  9304. name: "Human Size",
  9305. height: math.unit(5 + 8 / 12, "feet")
  9306. },
  9307. ]
  9308. ))
  9309. characterMakers.push(() => makeCharacter(
  9310. { name: "Chauncey (Chantz)" },
  9311. {
  9312. front: {
  9313. height: math.unit(13 + 10 / 12, "feet"),
  9314. weight: math.unit(5320, "lb"),
  9315. name: "Front",
  9316. image: {
  9317. source: "./media/characters/chauncey-chantz/front.svg",
  9318. extra: 1587 / 1435,
  9319. bottom: 0.02
  9320. }
  9321. },
  9322. },
  9323. [
  9324. {
  9325. name: "Normal",
  9326. height: math.unit(13 + 10 / 12, "feet"),
  9327. default: true
  9328. },
  9329. {
  9330. name: "Macro",
  9331. height: math.unit(45, "feet")
  9332. },
  9333. {
  9334. name: "Megamacro",
  9335. height: math.unit(250, "miles")
  9336. },
  9337. {
  9338. name: "Planetary",
  9339. height: math.unit(10000, "miles")
  9340. },
  9341. {
  9342. name: "Galactic",
  9343. height: math.unit(40000, "parsecs")
  9344. },
  9345. {
  9346. name: "Universal",
  9347. height: math.unit(1, "yottameter")
  9348. },
  9349. ]
  9350. ))
  9351. characterMakers.push(() => makeCharacter(
  9352. { name: "Epifox" },
  9353. {
  9354. front: {
  9355. height: math.unit(6, "feet"),
  9356. weight: math.unit(150, "lb"),
  9357. name: "Front",
  9358. image: {
  9359. source: "./media/characters/epifox/front.svg",
  9360. extra: 1,
  9361. bottom: 0.075
  9362. }
  9363. },
  9364. },
  9365. [
  9366. {
  9367. name: "Micro",
  9368. height: math.unit(6, "inches")
  9369. },
  9370. {
  9371. name: "Normal",
  9372. height: math.unit(12, "feet"),
  9373. default: true
  9374. },
  9375. {
  9376. name: "Macro",
  9377. height: math.unit(3810, "feet")
  9378. },
  9379. {
  9380. name: "Megamacro",
  9381. height: math.unit(500, "miles")
  9382. },
  9383. ]
  9384. ))
  9385. characterMakers.push(() => makeCharacter(
  9386. { name: "Colin T." },
  9387. {
  9388. front: {
  9389. height: math.unit(1.8796, "m"),
  9390. weight: math.unit(230, "lb"),
  9391. name: "Front",
  9392. image: {
  9393. source: "./media/characters/colin-t/front.svg",
  9394. extra: 1272 / 1193,
  9395. bottom: 0.07
  9396. }
  9397. },
  9398. },
  9399. [
  9400. {
  9401. name: "Micro",
  9402. height: math.unit(0.571, "meters")
  9403. },
  9404. {
  9405. name: "Normal",
  9406. height: math.unit(1.8796, "meters"),
  9407. default: true
  9408. },
  9409. {
  9410. name: "Tall",
  9411. height: math.unit(4, "meters")
  9412. },
  9413. {
  9414. name: "Macro",
  9415. height: math.unit(67.241, "meters")
  9416. },
  9417. {
  9418. name: "Megamacro",
  9419. height: math.unit(371.856, "meters")
  9420. },
  9421. {
  9422. name: "Planetary",
  9423. height: math.unit(12631.5689, "km")
  9424. },
  9425. ]
  9426. ))
  9427. characterMakers.push(() => makeCharacter(
  9428. { name: "Matvei" },
  9429. {
  9430. front: {
  9431. height: math.unit(1.85, "meters"),
  9432. weight: math.unit(80, "kg"),
  9433. name: "Front",
  9434. image: {
  9435. source: "./media/characters/matvei/front.svg",
  9436. extra: 614 / 594,
  9437. bottom: 0.01
  9438. }
  9439. },
  9440. },
  9441. [
  9442. {
  9443. name: "Normal",
  9444. height: math.unit(1.85, "meters"),
  9445. default: true
  9446. },
  9447. ]
  9448. ))
  9449. characterMakers.push(() => makeCharacter(
  9450. { name: "Quincy" },
  9451. {
  9452. front: {
  9453. height: math.unit(5 + 9 / 12, "feet"),
  9454. weight: math.unit(70, "lb"),
  9455. name: "Front",
  9456. image: {
  9457. source: "./media/characters/quincy/front.svg",
  9458. extra: 3041 / 2751
  9459. }
  9460. },
  9461. back: {
  9462. height: math.unit(5 + 9 / 12, "feet"),
  9463. weight: math.unit(70, "lb"),
  9464. name: "Back",
  9465. image: {
  9466. source: "./media/characters/quincy/back.svg",
  9467. extra: 3041 / 2751
  9468. }
  9469. },
  9470. flying: {
  9471. height: math.unit(5 + 4 / 12, "feet"),
  9472. weight: math.unit(70, "lb"),
  9473. name: "Flying",
  9474. image: {
  9475. source: "./media/characters/quincy/flying.svg",
  9476. extra: 1044 / 930
  9477. }
  9478. },
  9479. },
  9480. [
  9481. {
  9482. name: "Micro",
  9483. height: math.unit(3, "cm")
  9484. },
  9485. {
  9486. name: "Normal",
  9487. height: math.unit(5 + 9 / 12, "feet")
  9488. },
  9489. {
  9490. name: "Macro",
  9491. height: math.unit(200, "meters"),
  9492. default: true
  9493. },
  9494. {
  9495. name: "Megamacro",
  9496. height: math.unit(1000, "meters")
  9497. },
  9498. ]
  9499. ))
  9500. characterMakers.push(() => makeCharacter(
  9501. { name: "Vanrel" },
  9502. {
  9503. front: {
  9504. height: math.unit(4 + 7 / 12, "feet"),
  9505. weight: math.unit(150, "lb"),
  9506. name: "Front",
  9507. image: {
  9508. source: "./media/characters/vanrel/front.svg",
  9509. extra: 1,
  9510. bottom: 0.02
  9511. }
  9512. },
  9513. elemental: {
  9514. height: math.unit(3, "feet"),
  9515. weight: math.unit(150, "lb"),
  9516. name: "Elemental",
  9517. image: {
  9518. source: "./media/characters/vanrel/elemental.svg",
  9519. extra: 192.3/162.8,
  9520. bottom: 1.79/194.17
  9521. }
  9522. },
  9523. side: {
  9524. height: math.unit(4 + 7 / 12, "feet"),
  9525. weight: math.unit(150, "lb"),
  9526. name: "Side",
  9527. image: {
  9528. source: "./media/characters/vanrel/side.svg",
  9529. extra: 1,
  9530. bottom: 0.025
  9531. }
  9532. },
  9533. tome: {
  9534. height: math.unit(1.35, "feet"),
  9535. weight: math.unit(10, "lb"),
  9536. name: "Vanrel's Tome",
  9537. rename: true,
  9538. image: {
  9539. source: "./media/characters/vanrel/tome.svg"
  9540. }
  9541. },
  9542. beans: {
  9543. height: math.unit(0.89, "feet"),
  9544. name: "Beans",
  9545. image: {
  9546. source: "./media/characters/vanrel/beans.svg"
  9547. }
  9548. },
  9549. },
  9550. [
  9551. {
  9552. name: "Normal",
  9553. height: math.unit(4 + 7 / 12, "feet"),
  9554. default: true
  9555. },
  9556. ]
  9557. ))
  9558. characterMakers.push(() => makeCharacter(
  9559. { name: "Kuiper Vanrel" },
  9560. {
  9561. front: {
  9562. height: math.unit(7 + 5 / 12, "feet"),
  9563. weight: math.unit(150, "lb"),
  9564. name: "Front",
  9565. image: {
  9566. source: "./media/characters/kuiper-vanrel/front.svg",
  9567. extra: 1118 / 1068,
  9568. bottom: 0.09
  9569. }
  9570. },
  9571. foot: {
  9572. height: math.unit(0.55, "meters"),
  9573. name: "Foot",
  9574. image: {
  9575. source: "./media/characters/kuiper-vanrel/foot.svg",
  9576. }
  9577. },
  9578. battle: {
  9579. height: math.unit(6.824, "feet"),
  9580. weight: math.unit(150, "lb"),
  9581. name: "Battle",
  9582. image: {
  9583. source: "./media/characters/kuiper-vanrel/battle.svg",
  9584. extra: 1466/1327,
  9585. bottom: 29/1492.5
  9586. }
  9587. },
  9588. },
  9589. [
  9590. {
  9591. name: "Normal",
  9592. height: math.unit(7 + 5 / 12, "feet"),
  9593. default: true
  9594. },
  9595. ]
  9596. ))
  9597. characterMakers.push(() => makeCharacter(
  9598. { name: "Keset Vanrel" },
  9599. {
  9600. front: {
  9601. height: math.unit(8 + 5 / 12, "feet"),
  9602. weight: math.unit(150, "lb"),
  9603. name: "Front",
  9604. image: {
  9605. source: "./media/characters/keset-vanrel/front.svg",
  9606. extra: 1150 / 1084,
  9607. bottom: 0.05
  9608. }
  9609. },
  9610. hand: {
  9611. height: math.unit(0.6, "meters"),
  9612. name: "Hand",
  9613. image: {
  9614. source: "./media/characters/keset-vanrel/hand.svg"
  9615. }
  9616. },
  9617. foot: {
  9618. height: math.unit(0.94978, "meters"),
  9619. name: "Foot",
  9620. image: {
  9621. source: "./media/characters/keset-vanrel/foot.svg"
  9622. }
  9623. },
  9624. battle: {
  9625. height: math.unit(7.408, "feet"),
  9626. weight: math.unit(150, "lb"),
  9627. name: "Battle",
  9628. image: {
  9629. source: "./media/characters/keset-vanrel/battle.svg",
  9630. extra: 1890/1386,
  9631. bottom: 73.28/1970
  9632. }
  9633. },
  9634. },
  9635. [
  9636. {
  9637. name: "Normal",
  9638. height: math.unit(8 + 5 / 12, "feet"),
  9639. default: true
  9640. },
  9641. ]
  9642. ))
  9643. characterMakers.push(() => makeCharacter(
  9644. { name: "Neos" },
  9645. {
  9646. front: {
  9647. height: math.unit(6, "feet"),
  9648. weight: math.unit(150, "lb"),
  9649. name: "Front",
  9650. image: {
  9651. source: "./media/characters/neos/front.svg",
  9652. extra: 1696 / 992,
  9653. bottom: 0.14
  9654. }
  9655. },
  9656. },
  9657. [
  9658. {
  9659. name: "Normal",
  9660. height: math.unit(54, "cm"),
  9661. default: true
  9662. },
  9663. {
  9664. name: "Macro",
  9665. height: math.unit(100, "m")
  9666. },
  9667. {
  9668. name: "Megamacro",
  9669. height: math.unit(10, "km")
  9670. },
  9671. {
  9672. name: "Megamacro+",
  9673. height: math.unit(100, "km")
  9674. },
  9675. {
  9676. name: "Gigamacro",
  9677. height: math.unit(100, "Mm")
  9678. },
  9679. {
  9680. name: "Teramacro",
  9681. height: math.unit(100, "Gm")
  9682. },
  9683. {
  9684. name: "Examacro",
  9685. height: math.unit(100, "Em")
  9686. },
  9687. {
  9688. name: "Godly",
  9689. height: math.unit(10000, "Ym")
  9690. },
  9691. {
  9692. name: "Beyond Godly",
  9693. height: math.unit(10000000, "Ym")
  9694. },
  9695. ]
  9696. ))
  9697. characterMakers.push(() => makeCharacter(
  9698. { name: "Sammy Mouse" },
  9699. {
  9700. feminine: {
  9701. height: math.unit(5, "feet"),
  9702. weight: math.unit(100, "lb"),
  9703. name: "Feminine",
  9704. image: {
  9705. source: "./media/characters/sammy-mouse/feminine.svg",
  9706. extra: 2526 / 2425,
  9707. bottom: 0.123
  9708. }
  9709. },
  9710. masculine: {
  9711. height: math.unit(5, "feet"),
  9712. weight: math.unit(100, "lb"),
  9713. name: "Masculine",
  9714. image: {
  9715. source: "./media/characters/sammy-mouse/masculine.svg",
  9716. extra: 2526 / 2425,
  9717. bottom: 0.123
  9718. }
  9719. },
  9720. },
  9721. [
  9722. {
  9723. name: "Micro",
  9724. height: math.unit(5, "inches")
  9725. },
  9726. {
  9727. name: "Normal",
  9728. height: math.unit(5, "feet"),
  9729. default: true
  9730. },
  9731. {
  9732. name: "Macro",
  9733. height: math.unit(60, "feet")
  9734. },
  9735. ]
  9736. ))
  9737. characterMakers.push(() => makeCharacter(
  9738. { name: "Kole" },
  9739. {
  9740. front: {
  9741. height: math.unit(4, "feet"),
  9742. weight: math.unit(50, "lb"),
  9743. name: "Front",
  9744. image: {
  9745. source: "./media/characters/kole/front.svg",
  9746. extra: 1423 / 1303,
  9747. bottom: 0.025
  9748. }
  9749. },
  9750. back: {
  9751. height: math.unit(4, "feet"),
  9752. weight: math.unit(50, "lb"),
  9753. name: "Back",
  9754. image: {
  9755. source: "./media/characters/kole/back.svg",
  9756. extra: 1426 / 1280,
  9757. bottom: 0.02
  9758. }
  9759. },
  9760. },
  9761. [
  9762. {
  9763. name: "Normal",
  9764. height: math.unit(4, "feet"),
  9765. default: true
  9766. },
  9767. ]
  9768. ))
  9769. characterMakers.push(() => makeCharacter(
  9770. { name: "Rufran" },
  9771. {
  9772. front: {
  9773. height: math.unit(2 + 6 / 12, "feet"),
  9774. weight: math.unit(20, "lb"),
  9775. name: "Front",
  9776. image: {
  9777. source: "./media/characters/rufran/front.svg",
  9778. extra: 2041 / 1839,
  9779. bottom: 0.055
  9780. }
  9781. },
  9782. back: {
  9783. height: math.unit(2 + 6 / 12, "feet"),
  9784. weight: math.unit(20, "lb"),
  9785. name: "Back",
  9786. image: {
  9787. source: "./media/characters/rufran/back.svg",
  9788. extra: 2054 / 1839,
  9789. bottom: 0.01
  9790. }
  9791. },
  9792. hand: {
  9793. height: math.unit(0.2166, "meters"),
  9794. name: "Hand",
  9795. image: {
  9796. source: "./media/characters/rufran/hand.svg"
  9797. }
  9798. },
  9799. foot: {
  9800. height: math.unit(0.185, "meters"),
  9801. name: "Foot",
  9802. image: {
  9803. source: "./media/characters/rufran/foot.svg"
  9804. }
  9805. },
  9806. },
  9807. [
  9808. {
  9809. name: "Micro",
  9810. height: math.unit(1, "inch")
  9811. },
  9812. {
  9813. name: "Normal",
  9814. height: math.unit(2 + 6 / 12, "feet"),
  9815. default: true
  9816. },
  9817. {
  9818. name: "Big",
  9819. height: math.unit(60, "feet")
  9820. },
  9821. {
  9822. name: "Macro",
  9823. height: math.unit(325, "feet")
  9824. },
  9825. ]
  9826. ))
  9827. characterMakers.push(() => makeCharacter(
  9828. { name: "Chip" },
  9829. {
  9830. front: {
  9831. height: math.unit(0.3, "meters"),
  9832. weight: math.unit(3.5, "kg"),
  9833. name: "Front",
  9834. image: {
  9835. source: "./media/characters/chip/front.svg",
  9836. extra: 748 / 674
  9837. }
  9838. },
  9839. },
  9840. [
  9841. {
  9842. name: "Micro",
  9843. height: math.unit(1, "inch"),
  9844. default: true
  9845. },
  9846. ]
  9847. ))
  9848. characterMakers.push(() => makeCharacter(
  9849. { name: "Torvid" },
  9850. {
  9851. side: {
  9852. height: math.unit(2.3, "meters"),
  9853. weight: math.unit(3500, "lb"),
  9854. name: "Side",
  9855. image: {
  9856. source: "./media/characters/torvid/side.svg",
  9857. extra: 1972 / 722,
  9858. bottom: 0.035
  9859. }
  9860. },
  9861. },
  9862. [
  9863. {
  9864. name: "Normal",
  9865. height: math.unit(2.3, "meters"),
  9866. default: true
  9867. },
  9868. ]
  9869. ))
  9870. characterMakers.push(() => makeCharacter(
  9871. { name: "Susan" },
  9872. {
  9873. front: {
  9874. height: math.unit(2, "meters"),
  9875. weight: math.unit(150.5, "kg"),
  9876. name: "Front",
  9877. image: {
  9878. source: "./media/characters/susan/front.svg",
  9879. extra: 693 / 635,
  9880. bottom: 0.05
  9881. }
  9882. },
  9883. },
  9884. [
  9885. {
  9886. name: "Megamacro",
  9887. height: math.unit(505, "miles"),
  9888. default: true
  9889. },
  9890. ]
  9891. ))
  9892. characterMakers.push(() => makeCharacter(
  9893. { name: "Raindrops" },
  9894. {
  9895. front: {
  9896. height: math.unit(6, "feet"),
  9897. weight: math.unit(150, "lb"),
  9898. name: "Front",
  9899. image: {
  9900. source: "./media/characters/raindrops/front.svg",
  9901. extra: 2655 / 2461,
  9902. bottom: 0.02
  9903. }
  9904. },
  9905. back: {
  9906. height: math.unit(6, "feet"),
  9907. weight: math.unit(150, "lb"),
  9908. name: "Back",
  9909. image: {
  9910. source: "./media/characters/raindrops/back.svg",
  9911. extra: 2574 / 2400,
  9912. bottom: 0.03
  9913. }
  9914. },
  9915. },
  9916. [
  9917. {
  9918. name: "Micro",
  9919. height: math.unit(6, "inches")
  9920. },
  9921. {
  9922. name: "Normal",
  9923. height: math.unit(6 + 2 / 12, "feet")
  9924. },
  9925. {
  9926. name: "Macro",
  9927. height: math.unit(131, "feet"),
  9928. default: true
  9929. },
  9930. {
  9931. name: "Megamacro",
  9932. height: math.unit(15, "miles")
  9933. },
  9934. {
  9935. name: "Gigamacro",
  9936. height: math.unit(4000, "miles")
  9937. },
  9938. {
  9939. name: "Teramacro",
  9940. height: math.unit(315000, "miles")
  9941. },
  9942. ]
  9943. ))
  9944. characterMakers.push(() => makeCharacter(
  9945. { name: "Tezwa" },
  9946. {
  9947. front: {
  9948. height: math.unit(2.794, "meters"),
  9949. weight: math.unit(325, "kg"),
  9950. name: "Front",
  9951. image: {
  9952. source: "./media/characters/tezwa/front.svg",
  9953. extra: 2083 / 1906,
  9954. bottom: 0.031
  9955. }
  9956. },
  9957. foot: {
  9958. height: math.unit(0.687, "meters"),
  9959. name: "Foot",
  9960. image: {
  9961. source: "./media/characters/tezwa/foot.svg"
  9962. }
  9963. },
  9964. },
  9965. [
  9966. {
  9967. name: "Normal",
  9968. height: math.unit(9 + 2 / 12, "feet"),
  9969. default: true
  9970. },
  9971. ]
  9972. ))
  9973. characterMakers.push(() => makeCharacter(
  9974. { name: "Typhus" },
  9975. {
  9976. front: {
  9977. height: math.unit(58, "feet"),
  9978. weight: math.unit(89000, "lb"),
  9979. name: "Front",
  9980. image: {
  9981. source: "./media/characters/typhus/front.svg",
  9982. extra: 816 / 800,
  9983. bottom: 0.065
  9984. }
  9985. },
  9986. },
  9987. [
  9988. {
  9989. name: "Macro",
  9990. height: math.unit(58, "feet"),
  9991. default: true
  9992. },
  9993. ]
  9994. ))
  9995. characterMakers.push(() => makeCharacter(
  9996. { name: "Lyra Von Wulf" },
  9997. {
  9998. front: {
  9999. height: math.unit(12, "feet"),
  10000. weight: math.unit(6, "tonnes"),
  10001. name: "Front",
  10002. image: {
  10003. source: "./media/characters/lyra-von-wulf/front.svg",
  10004. extra: 1,
  10005. bottom: 0.10
  10006. }
  10007. },
  10008. frontMecha: {
  10009. height: math.unit(12, "feet"),
  10010. weight: math.unit(12, "tonnes"),
  10011. name: "Front (Mecha)",
  10012. image: {
  10013. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  10014. extra: 1,
  10015. bottom: 0.042
  10016. }
  10017. },
  10018. maw: {
  10019. height: math.unit(2.2, "feet"),
  10020. name: "Maw",
  10021. image: {
  10022. source: "./media/characters/lyra-von-wulf/maw.svg"
  10023. }
  10024. },
  10025. },
  10026. [
  10027. {
  10028. name: "Normal",
  10029. height: math.unit(12, "feet"),
  10030. default: true
  10031. },
  10032. {
  10033. name: "Classic",
  10034. height: math.unit(50, "feet")
  10035. },
  10036. {
  10037. name: "Macro",
  10038. height: math.unit(500, "feet")
  10039. },
  10040. {
  10041. name: "Megamacro",
  10042. height: math.unit(1, "mile")
  10043. },
  10044. {
  10045. name: "Gigamacro",
  10046. height: math.unit(400, "miles")
  10047. },
  10048. {
  10049. name: "Teramacro",
  10050. height: math.unit(22000, "miles")
  10051. },
  10052. {
  10053. name: "Solarmacro",
  10054. height: math.unit(8600000, "miles")
  10055. },
  10056. {
  10057. name: "Galactic",
  10058. height: math.unit(1057000, "lightyears")
  10059. },
  10060. ]
  10061. ))
  10062. characterMakers.push(() => makeCharacter(
  10063. { name: "Dixon" },
  10064. {
  10065. front: {
  10066. height: math.unit(6 + 10 / 12, "feet"),
  10067. weight: math.unit(150, "lb"),
  10068. name: "Front",
  10069. image: {
  10070. source: "./media/characters/dixon/front.svg",
  10071. extra: 3361 / 3209,
  10072. bottom: 0.01
  10073. }
  10074. },
  10075. },
  10076. [
  10077. {
  10078. name: "Normal",
  10079. height: math.unit(6 + 10 / 12, "feet"),
  10080. default: true
  10081. },
  10082. {
  10083. name: "Big",
  10084. height: math.unit(12, "meters")
  10085. },
  10086. {
  10087. name: "Macro",
  10088. height: math.unit(500, "meters")
  10089. },
  10090. {
  10091. name: "Megamacro",
  10092. height: math.unit(2, "km")
  10093. },
  10094. ]
  10095. ))
  10096. characterMakers.push(() => makeCharacter(
  10097. { name: "Kauko" },
  10098. {
  10099. front: {
  10100. height: math.unit(185, "cm"),
  10101. weight: math.unit(68, "kg"),
  10102. name: "Front",
  10103. image: {
  10104. source: "./media/characters/kauko/front.svg",
  10105. extra: 1455 / 1421,
  10106. bottom: 0.03
  10107. }
  10108. },
  10109. back: {
  10110. height: math.unit(185, "cm"),
  10111. weight: math.unit(68, "kg"),
  10112. name: "Back",
  10113. image: {
  10114. source: "./media/characters/kauko/back.svg",
  10115. extra: 1455 / 1421,
  10116. bottom: 0.004
  10117. }
  10118. },
  10119. },
  10120. [
  10121. {
  10122. name: "Normal",
  10123. height: math.unit(185, "cm"),
  10124. default: true
  10125. },
  10126. ]
  10127. ))
  10128. characterMakers.push(() => makeCharacter(
  10129. { name: "Varg" },
  10130. {
  10131. front: {
  10132. height: math.unit(6, "feet"),
  10133. weight: math.unit(150, "kg"),
  10134. name: "Front",
  10135. image: {
  10136. source: "./media/characters/varg/front.svg",
  10137. extra: 1108 / 1018,
  10138. bottom: 0.0375
  10139. }
  10140. },
  10141. },
  10142. [
  10143. {
  10144. name: "Normal",
  10145. height: math.unit(5, "meters")
  10146. },
  10147. {
  10148. name: "Macro",
  10149. height: math.unit(200, "meters")
  10150. },
  10151. {
  10152. name: "Megamacro",
  10153. height: math.unit(20, "kilometers")
  10154. },
  10155. {
  10156. name: "True Size",
  10157. height: math.unit(211, "km"),
  10158. default: true
  10159. },
  10160. {
  10161. name: "Gigamacro",
  10162. height: math.unit(1000, "km")
  10163. },
  10164. {
  10165. name: "Gigamacro+",
  10166. height: math.unit(8000, "km")
  10167. },
  10168. {
  10169. name: "Teramacro",
  10170. height: math.unit(1000000, "km")
  10171. },
  10172. ]
  10173. ))
  10174. characterMakers.push(() => makeCharacter(
  10175. { name: "Dayza" },
  10176. {
  10177. front: {
  10178. height: math.unit(7 + 7 / 12, "feet"),
  10179. weight: math.unit(267, "lb"),
  10180. name: "Front",
  10181. image: {
  10182. source: "./media/characters/dayza/front.svg",
  10183. extra: 1262 / 1200,
  10184. bottom: 0.035
  10185. }
  10186. },
  10187. side: {
  10188. height: math.unit(7 + 7 / 12, "feet"),
  10189. weight: math.unit(267, "lb"),
  10190. name: "Side",
  10191. image: {
  10192. source: "./media/characters/dayza/side.svg",
  10193. extra: 1295 / 1245,
  10194. bottom: 0.05
  10195. }
  10196. },
  10197. back: {
  10198. height: math.unit(7 + 7 / 12, "feet"),
  10199. weight: math.unit(267, "lb"),
  10200. name: "Back",
  10201. image: {
  10202. source: "./media/characters/dayza/back.svg",
  10203. extra: 1241 / 1170
  10204. }
  10205. },
  10206. },
  10207. [
  10208. {
  10209. name: "Normal",
  10210. height: math.unit(7 + 7 / 12, "feet"),
  10211. default: true
  10212. },
  10213. {
  10214. name: "Macro",
  10215. height: math.unit(155, "feet")
  10216. },
  10217. ]
  10218. ))
  10219. characterMakers.push(() => makeCharacter(
  10220. { name: "Xanthos" },
  10221. {
  10222. front: {
  10223. height: math.unit(6 + 5 / 12, "feet"),
  10224. weight: math.unit(160, "lb"),
  10225. name: "Front",
  10226. image: {
  10227. source: "./media/characters/xanthos/front.svg",
  10228. extra: 1,
  10229. bottom: 0.04
  10230. }
  10231. },
  10232. back: {
  10233. height: math.unit(6 + 5 / 12, "feet"),
  10234. weight: math.unit(160, "lb"),
  10235. name: "Back",
  10236. image: {
  10237. source: "./media/characters/xanthos/back.svg",
  10238. extra: 1,
  10239. bottom: 0.03
  10240. }
  10241. },
  10242. hand: {
  10243. height: math.unit(0.928, "feet"),
  10244. name: "Hand",
  10245. image: {
  10246. source: "./media/characters/xanthos/hand.svg"
  10247. }
  10248. },
  10249. foot: {
  10250. height: math.unit(1.286, "feet"),
  10251. name: "Foot",
  10252. image: {
  10253. source: "./media/characters/xanthos/foot.svg"
  10254. }
  10255. },
  10256. },
  10257. [
  10258. {
  10259. name: "Normal",
  10260. height: math.unit(6 + 5 / 12, "feet"),
  10261. default: true
  10262. },
  10263. {
  10264. name: "Normal+",
  10265. height: math.unit(6, "meters")
  10266. },
  10267. {
  10268. name: "Macro",
  10269. height: math.unit(40, "feet")
  10270. },
  10271. {
  10272. name: "Macro+",
  10273. height: math.unit(200, "meters")
  10274. },
  10275. {
  10276. name: "Megamacro",
  10277. height: math.unit(20, "km")
  10278. },
  10279. {
  10280. name: "Megamacro+",
  10281. height: math.unit(100, "km")
  10282. },
  10283. ]
  10284. ))
  10285. characterMakers.push(() => makeCharacter(
  10286. { name: "Grynn" },
  10287. {
  10288. front: {
  10289. height: math.unit(6 + 3 / 12, "feet"),
  10290. weight: math.unit(215, "lb"),
  10291. name: "Front",
  10292. image: {
  10293. source: "./media/characters/grynn/front.svg",
  10294. extra: 4627 / 4209,
  10295. bottom: 0.047
  10296. }
  10297. },
  10298. },
  10299. [
  10300. {
  10301. name: "Micro",
  10302. height: math.unit(6, "inches")
  10303. },
  10304. {
  10305. name: "Normal",
  10306. height: math.unit(6 + 3 / 12, "feet"),
  10307. default: true
  10308. },
  10309. {
  10310. name: "Big",
  10311. height: math.unit(104, "feet")
  10312. },
  10313. {
  10314. name: "Macro",
  10315. height: math.unit(944, "feet")
  10316. },
  10317. {
  10318. name: "Macro+",
  10319. height: math.unit(9480, "feet")
  10320. },
  10321. {
  10322. name: "Megamacro",
  10323. height: math.unit(78752, "feet")
  10324. },
  10325. {
  10326. name: "Megamacro+",
  10327. height: math.unit(630128, "feet")
  10328. },
  10329. {
  10330. name: "Megamacro++",
  10331. height: math.unit(3150695, "feet")
  10332. },
  10333. ]
  10334. ))
  10335. characterMakers.push(() => makeCharacter(
  10336. { name: "Mocha Aura" },
  10337. {
  10338. front: {
  10339. height: math.unit(7 + 5 / 12, "feet"),
  10340. weight: math.unit(450, "lb"),
  10341. name: "Front",
  10342. image: {
  10343. source: "./media/characters/mocha-aura/front.svg",
  10344. extra: 1907 / 1817,
  10345. bottom: 0.04
  10346. }
  10347. },
  10348. back: {
  10349. height: math.unit(7 + 5 / 12, "feet"),
  10350. weight: math.unit(450, "lb"),
  10351. name: "Back",
  10352. image: {
  10353. source: "./media/characters/mocha-aura/back.svg",
  10354. extra: 1900 / 1825,
  10355. bottom: 0.045
  10356. }
  10357. },
  10358. },
  10359. [
  10360. {
  10361. name: "Nano",
  10362. height: math.unit(1, "nm")
  10363. },
  10364. {
  10365. name: "Megamicro",
  10366. height: math.unit(1, "mm")
  10367. },
  10368. {
  10369. name: "Micro",
  10370. height: math.unit(3, "inches")
  10371. },
  10372. {
  10373. name: "Normal",
  10374. height: math.unit(7 + 5 / 12, "feet"),
  10375. default: true
  10376. },
  10377. {
  10378. name: "Macro",
  10379. height: math.unit(30, "feet")
  10380. },
  10381. {
  10382. name: "Megamacro",
  10383. height: math.unit(3500, "feet")
  10384. },
  10385. {
  10386. name: "Teramacro",
  10387. height: math.unit(500000, "miles")
  10388. },
  10389. {
  10390. name: "Petamacro",
  10391. height: math.unit(50000000000000000, "parsecs")
  10392. },
  10393. ]
  10394. ))
  10395. characterMakers.push(() => makeCharacter(
  10396. { name: "Ilisha Devya" },
  10397. {
  10398. front: {
  10399. height: math.unit(6, "feet"),
  10400. weight: math.unit(150, "lb"),
  10401. name: "Front",
  10402. image: {
  10403. source: "./media/characters/ilisha-devya/front.svg",
  10404. extra: 1,
  10405. bottom: 0.175
  10406. }
  10407. },
  10408. back: {
  10409. height: math.unit(6, "feet"),
  10410. weight: math.unit(150, "lb"),
  10411. name: "Back",
  10412. image: {
  10413. source: "./media/characters/ilisha-devya/back.svg",
  10414. extra: 1,
  10415. bottom: 0.015
  10416. }
  10417. },
  10418. },
  10419. [
  10420. {
  10421. name: "Macro",
  10422. height: math.unit(500, "feet"),
  10423. default: true
  10424. },
  10425. {
  10426. name: "Megamacro",
  10427. height: math.unit(10, "miles")
  10428. },
  10429. {
  10430. name: "Gigamacro",
  10431. height: math.unit(100000, "miles")
  10432. },
  10433. {
  10434. name: "Examacro",
  10435. height: math.unit(1e9, "lightyears")
  10436. },
  10437. {
  10438. name: "Omniversal",
  10439. height: math.unit(1e33, "lightyears")
  10440. },
  10441. {
  10442. name: "Beyond Infinite",
  10443. height: math.unit(1e100, "lightyears")
  10444. },
  10445. ]
  10446. ))
  10447. characterMakers.push(() => makeCharacter(
  10448. { name: "Mira" },
  10449. {
  10450. Side: {
  10451. height: math.unit(6, "feet"),
  10452. weight: math.unit(150, "lb"),
  10453. name: "Side",
  10454. image: {
  10455. source: "./media/characters/mira/side.svg",
  10456. extra: 900 / 799,
  10457. bottom: 0.02
  10458. }
  10459. },
  10460. },
  10461. [
  10462. {
  10463. name: "Human Size",
  10464. height: math.unit(6, "feet")
  10465. },
  10466. {
  10467. name: "Macro",
  10468. height: math.unit(100, "feet"),
  10469. default: true
  10470. },
  10471. {
  10472. name: "Megamacro",
  10473. height: math.unit(10, "miles")
  10474. },
  10475. {
  10476. name: "Gigamacro",
  10477. height: math.unit(25000, "miles")
  10478. },
  10479. {
  10480. name: "Teramacro",
  10481. height: math.unit(300, "AU")
  10482. },
  10483. {
  10484. name: "Full Size",
  10485. height: math.unit(4.5e10, "lightyears")
  10486. },
  10487. ]
  10488. ))
  10489. characterMakers.push(() => makeCharacter(
  10490. { name: "Holly" },
  10491. {
  10492. front: {
  10493. height: math.unit(6, "feet"),
  10494. weight: math.unit(150, "lb"),
  10495. name: "Front",
  10496. image: {
  10497. source: "./media/characters/holly/front.svg",
  10498. extra: 639 / 606
  10499. }
  10500. },
  10501. back: {
  10502. height: math.unit(6, "feet"),
  10503. weight: math.unit(150, "lb"),
  10504. name: "Back",
  10505. image: {
  10506. source: "./media/characters/holly/back.svg",
  10507. extra: 623 / 598
  10508. }
  10509. },
  10510. frontWorking: {
  10511. height: math.unit(6, "feet"),
  10512. weight: math.unit(150, "lb"),
  10513. name: "Front (Working)",
  10514. image: {
  10515. source: "./media/characters/holly/front-working.svg",
  10516. extra: 607 / 577,
  10517. bottom: 0.048
  10518. }
  10519. },
  10520. },
  10521. [
  10522. {
  10523. name: "Normal",
  10524. height: math.unit(12 + 3 / 12, "feet"),
  10525. default: true
  10526. },
  10527. ]
  10528. ))
  10529. characterMakers.push(() => makeCharacter(
  10530. { name: "Porter" },
  10531. {
  10532. front: {
  10533. height: math.unit(6, "feet"),
  10534. weight: math.unit(150, "lb"),
  10535. name: "Front",
  10536. image: {
  10537. source: "./media/characters/porter/front.svg",
  10538. extra: 1,
  10539. bottom: 0.01
  10540. }
  10541. },
  10542. frontRobes: {
  10543. height: math.unit(6, "feet"),
  10544. weight: math.unit(150, "lb"),
  10545. name: "Front (Robes)",
  10546. image: {
  10547. source: "./media/characters/porter/front-robes.svg",
  10548. extra: 1.01,
  10549. bottom: 0.01
  10550. }
  10551. },
  10552. },
  10553. [
  10554. {
  10555. name: "Normal",
  10556. height: math.unit(11 + 9 / 12, "feet"),
  10557. default: true
  10558. },
  10559. ]
  10560. ))
  10561. characterMakers.push(() => makeCharacter(
  10562. { name: "Lucy" },
  10563. {
  10564. legendary: {
  10565. height: math.unit(6, "feet"),
  10566. weight: math.unit(150, "lb"),
  10567. name: "Legendary",
  10568. image: {
  10569. source: "./media/characters/lucy/legendary.svg",
  10570. extra: 1355 / 1100,
  10571. bottom: 0.045
  10572. }
  10573. },
  10574. },
  10575. [
  10576. {
  10577. name: "Legendary",
  10578. height: math.unit(86882 * 2, "miles"),
  10579. default: true
  10580. },
  10581. ]
  10582. ))
  10583. characterMakers.push(() => makeCharacter(
  10584. { name: "Drusilla" },
  10585. {
  10586. front: {
  10587. height: math.unit(6, "feet"),
  10588. weight: math.unit(150, "lb"),
  10589. name: "Front",
  10590. image: {
  10591. source: "./media/characters/drusilla/front.svg",
  10592. extra: 678 / 635,
  10593. bottom: 0.03
  10594. }
  10595. },
  10596. back: {
  10597. height: math.unit(6, "feet"),
  10598. weight: math.unit(150, "lb"),
  10599. name: "Back",
  10600. image: {
  10601. source: "./media/characters/drusilla/back.svg",
  10602. extra: 678 / 635,
  10603. bottom: 0.005
  10604. }
  10605. },
  10606. },
  10607. [
  10608. {
  10609. name: "Macro",
  10610. height: math.unit(100, "feet")
  10611. },
  10612. {
  10613. name: "Canon Height",
  10614. height: math.unit(2000, "feet"),
  10615. default: true
  10616. },
  10617. ]
  10618. ))
  10619. characterMakers.push(() => makeCharacter(
  10620. { name: "Renard Thatch" },
  10621. {
  10622. front: {
  10623. height: math.unit(6, "feet"),
  10624. weight: math.unit(180, "lb"),
  10625. name: "Front",
  10626. image: {
  10627. source: "./media/characters/renard-thatch/front.svg",
  10628. extra: 2411 / 2275,
  10629. bottom: 0.01
  10630. }
  10631. },
  10632. frontPosing: {
  10633. height: math.unit(6, "feet"),
  10634. weight: math.unit(180, "lb"),
  10635. name: "Front (Posing)",
  10636. image: {
  10637. source: "./media/characters/renard-thatch/front-posing.svg",
  10638. extra: 2381 / 2261,
  10639. bottom: 0.01
  10640. }
  10641. },
  10642. back: {
  10643. height: math.unit(6, "feet"),
  10644. weight: math.unit(180, "lb"),
  10645. name: "Back",
  10646. image: {
  10647. source: "./media/characters/renard-thatch/back.svg",
  10648. extra: 2428 / 2288
  10649. }
  10650. },
  10651. },
  10652. [
  10653. {
  10654. name: "Micro",
  10655. height: math.unit(3, "inches")
  10656. },
  10657. {
  10658. name: "Default",
  10659. height: math.unit(6, "feet"),
  10660. default: true
  10661. },
  10662. {
  10663. name: "Macro",
  10664. height: math.unit(75, "feet")
  10665. },
  10666. ]
  10667. ))
  10668. characterMakers.push(() => makeCharacter(
  10669. { name: "Sekvra" },
  10670. {
  10671. front: {
  10672. height: math.unit(1450, "feet"),
  10673. weight: math.unit(1.21e6, "tons"),
  10674. name: "Front",
  10675. image: {
  10676. source: "./media/characters/sekvra/front.svg",
  10677. extra: 1,
  10678. bottom: 0.03
  10679. }
  10680. },
  10681. frontClothed: {
  10682. height: math.unit(1450, "feet"),
  10683. weight: math.unit(1.21e6, "tons"),
  10684. name: "Front (Clothed)",
  10685. image: {
  10686. source: "./media/characters/sekvra/front-clothed.svg",
  10687. extra: 1,
  10688. bottom: 0.03
  10689. }
  10690. },
  10691. side: {
  10692. height: math.unit(1450, "feet"),
  10693. weight: math.unit(1.21e6, "tons"),
  10694. name: "Side",
  10695. image: {
  10696. source: "./media/characters/sekvra/side.svg",
  10697. extra: 1,
  10698. bottom: 0.025
  10699. }
  10700. },
  10701. back: {
  10702. height: math.unit(1450, "feet"),
  10703. weight: math.unit(1.21e6, "tons"),
  10704. name: "Back",
  10705. image: {
  10706. source: "./media/characters/sekvra/back.svg",
  10707. extra: 1,
  10708. bottom: 0.005
  10709. }
  10710. },
  10711. },
  10712. [
  10713. {
  10714. name: "Macro",
  10715. height: math.unit(1450, "feet"),
  10716. default: true
  10717. },
  10718. {
  10719. name: "Megamacro",
  10720. height: math.unit(15000, "feet")
  10721. },
  10722. ]
  10723. ))
  10724. characterMakers.push(() => makeCharacter(
  10725. { name: "Carmine" },
  10726. {
  10727. front: {
  10728. height: math.unit(6, "feet"),
  10729. weight: math.unit(150, "lb"),
  10730. name: "Front",
  10731. image: {
  10732. source: "./media/characters/carmine/front.svg",
  10733. extra: 1,
  10734. bottom: 0.035
  10735. }
  10736. },
  10737. frontArmor: {
  10738. height: math.unit(6, "feet"),
  10739. weight: math.unit(150, "lb"),
  10740. name: "Front (Armor)",
  10741. image: {
  10742. source: "./media/characters/carmine/front-armor.svg",
  10743. extra: 1,
  10744. bottom: 0.035
  10745. }
  10746. },
  10747. },
  10748. [
  10749. {
  10750. name: "Large",
  10751. height: math.unit(1, "mile")
  10752. },
  10753. {
  10754. name: "Huge",
  10755. height: math.unit(40, "miles"),
  10756. default: true
  10757. },
  10758. {
  10759. name: "Colossal",
  10760. height: math.unit(2500, "miles")
  10761. },
  10762. ]
  10763. ))
  10764. characterMakers.push(() => makeCharacter(
  10765. { name: "Elyssia" },
  10766. {
  10767. front: {
  10768. height: math.unit(6, "feet"),
  10769. weight: math.unit(150, "lb"),
  10770. name: "Front",
  10771. image: {
  10772. source: "./media/characters/elyssia/front.svg",
  10773. extra: 2201 / 2035,
  10774. bottom: 0.05
  10775. }
  10776. },
  10777. frontClothed: {
  10778. height: math.unit(6, "feet"),
  10779. weight: math.unit(150, "lb"),
  10780. name: "Front (Clothed)",
  10781. image: {
  10782. source: "./media/characters/elyssia/front-clothed.svg",
  10783. extra: 2201 / 2035,
  10784. bottom: 0.05
  10785. }
  10786. },
  10787. back: {
  10788. height: math.unit(6, "feet"),
  10789. weight: math.unit(150, "lb"),
  10790. name: "Back",
  10791. image: {
  10792. source: "./media/characters/elyssia/back.svg",
  10793. extra: 2201 / 2035,
  10794. bottom: 0.013
  10795. }
  10796. },
  10797. },
  10798. [
  10799. {
  10800. name: "Smaller",
  10801. height: math.unit(150, "feet")
  10802. },
  10803. {
  10804. name: "Standard",
  10805. height: math.unit(1400, "feet"),
  10806. default: true
  10807. },
  10808. {
  10809. name: "Distracted",
  10810. height: math.unit(15000, "feet")
  10811. },
  10812. ]
  10813. ))
  10814. characterMakers.push(() => makeCharacter(
  10815. { name: "Geno Maxwell" },
  10816. {
  10817. front: {
  10818. height: math.unit(7 + 4 / 12, "feet"),
  10819. weight: math.unit(500, "lb"),
  10820. name: "Front",
  10821. image: {
  10822. source: "./media/characters/geno-maxwell/front.svg",
  10823. extra: 2207 / 2040,
  10824. bottom: 0.015
  10825. }
  10826. },
  10827. },
  10828. [
  10829. {
  10830. name: "Micro",
  10831. height: math.unit(3, "inches")
  10832. },
  10833. {
  10834. name: "Normal",
  10835. height: math.unit(7 + 4 / 12, "feet"),
  10836. default: true
  10837. },
  10838. {
  10839. name: "Macro",
  10840. height: math.unit(220, "feet")
  10841. },
  10842. {
  10843. name: "Megamacro",
  10844. height: math.unit(11, "miles")
  10845. },
  10846. ]
  10847. ))
  10848. characterMakers.push(() => makeCharacter(
  10849. { name: "Regena Maxwell" },
  10850. {
  10851. front: {
  10852. height: math.unit(7 + 4 / 12, "feet"),
  10853. weight: math.unit(500, "lb"),
  10854. name: "Front",
  10855. image: {
  10856. source: "./media/characters/regena-maxwell/front.svg",
  10857. extra: 3115 / 2770,
  10858. bottom: 0.02
  10859. }
  10860. },
  10861. },
  10862. [
  10863. {
  10864. name: "Normal",
  10865. height: math.unit(7 + 4 / 12, "feet"),
  10866. default: true
  10867. },
  10868. {
  10869. name: "Macro",
  10870. height: math.unit(220, "feet")
  10871. },
  10872. {
  10873. name: "Megamacro",
  10874. height: math.unit(11, "miles")
  10875. },
  10876. ]
  10877. ))
  10878. characterMakers.push(() => makeCharacter(
  10879. { name: "XGlidingDragonX" },
  10880. {
  10881. front: {
  10882. height: math.unit(6, "feet"),
  10883. weight: math.unit(150, "lb"),
  10884. name: "Front",
  10885. image: {
  10886. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10887. extra: 860 / 690,
  10888. bottom: 0.03
  10889. }
  10890. },
  10891. },
  10892. [
  10893. {
  10894. name: "Normal",
  10895. height: math.unit(1.7, "meters"),
  10896. default: true
  10897. },
  10898. ]
  10899. ))
  10900. characterMakers.push(() => makeCharacter(
  10901. { name: "Quilly" },
  10902. {
  10903. front: {
  10904. height: math.unit(6, "feet"),
  10905. weight: math.unit(150, "lb"),
  10906. name: "Front",
  10907. image: {
  10908. source: "./media/characters/quilly/front.svg",
  10909. extra: 890 / 776
  10910. }
  10911. },
  10912. },
  10913. [
  10914. {
  10915. name: "Gigamacro",
  10916. height: math.unit(404090, "miles"),
  10917. default: true
  10918. },
  10919. ]
  10920. ))
  10921. characterMakers.push(() => makeCharacter(
  10922. { name: "Tempest" },
  10923. {
  10924. front: {
  10925. height: math.unit(7 + 8 / 12, "feet"),
  10926. weight: math.unit(350, "lb"),
  10927. name: "Front",
  10928. image: {
  10929. source: "./media/characters/tempest/front.svg",
  10930. extra: 1175 / 1086,
  10931. bottom: 0.02
  10932. }
  10933. },
  10934. },
  10935. [
  10936. {
  10937. name: "Normal",
  10938. height: math.unit(7 + 8 / 12, "feet"),
  10939. default: true
  10940. },
  10941. ]
  10942. ))
  10943. characterMakers.push(() => makeCharacter(
  10944. { name: "Rodger" },
  10945. {
  10946. side: {
  10947. height: math.unit(4 + 5 / 12, "feet"),
  10948. weight: math.unit(80, "lb"),
  10949. name: "Side",
  10950. image: {
  10951. source: "./media/characters/rodger/side.svg",
  10952. extra: 1235 / 1118
  10953. }
  10954. },
  10955. },
  10956. [
  10957. {
  10958. name: "Micro",
  10959. height: math.unit(1, "inch")
  10960. },
  10961. {
  10962. name: "Normal",
  10963. height: math.unit(4 + 5 / 12, "feet"),
  10964. default: true
  10965. },
  10966. {
  10967. name: "Macro",
  10968. height: math.unit(120, "feet")
  10969. },
  10970. ]
  10971. ))
  10972. characterMakers.push(() => makeCharacter(
  10973. { name: "Danyel" },
  10974. {
  10975. front: {
  10976. height: math.unit(6, "feet"),
  10977. weight: math.unit(150, "lb"),
  10978. name: "Front",
  10979. image: {
  10980. source: "./media/characters/danyel/front.svg",
  10981. extra: 1185 / 1123,
  10982. bottom: 0.05
  10983. }
  10984. },
  10985. },
  10986. [
  10987. {
  10988. name: "Shrunken",
  10989. height: math.unit(0.5, "mm")
  10990. },
  10991. {
  10992. name: "Micro",
  10993. height: math.unit(1, "mm"),
  10994. default: true
  10995. },
  10996. {
  10997. name: "Upsized",
  10998. height: math.unit(5 + 5 / 12, "feet")
  10999. },
  11000. ]
  11001. ))
  11002. characterMakers.push(() => makeCharacter(
  11003. { name: "Vivian Bijoux" },
  11004. {
  11005. front: {
  11006. height: math.unit(5 + 6 / 12, "feet"),
  11007. weight: math.unit(200, "lb"),
  11008. name: "Front",
  11009. image: {
  11010. source: "./media/characters/vivian-bijoux/front.svg",
  11011. extra: 1,
  11012. bottom: 0.072
  11013. }
  11014. },
  11015. },
  11016. [
  11017. {
  11018. name: "Normal",
  11019. height: math.unit(5 + 6 / 12, "feet"),
  11020. default: true
  11021. },
  11022. {
  11023. name: "Bad Dream",
  11024. height: math.unit(500, "feet")
  11025. },
  11026. {
  11027. name: "Nightmare",
  11028. height: math.unit(500, "miles")
  11029. },
  11030. ]
  11031. ))
  11032. characterMakers.push(() => makeCharacter(
  11033. { name: "Zeta" },
  11034. {
  11035. front: {
  11036. height: math.unit(6 + 1 / 12, "feet"),
  11037. weight: math.unit(260, "lb"),
  11038. name: "Front",
  11039. image: {
  11040. source: "./media/characters/zeta/front.svg",
  11041. extra: 1968 / 1889,
  11042. bottom: 0.06
  11043. }
  11044. },
  11045. back: {
  11046. height: math.unit(6 + 1 / 12, "feet"),
  11047. weight: math.unit(260, "lb"),
  11048. name: "Back",
  11049. image: {
  11050. source: "./media/characters/zeta/back.svg",
  11051. extra: 1944 / 1858,
  11052. bottom: 0.03
  11053. }
  11054. },
  11055. hand: {
  11056. height: math.unit(1.112, "feet"),
  11057. name: "Hand",
  11058. image: {
  11059. source: "./media/characters/zeta/hand.svg"
  11060. }
  11061. },
  11062. foot: {
  11063. height: math.unit(1.48, "feet"),
  11064. name: "Foot",
  11065. image: {
  11066. source: "./media/characters/zeta/foot.svg"
  11067. }
  11068. },
  11069. },
  11070. [
  11071. {
  11072. name: "Micro",
  11073. height: math.unit(6, "inches")
  11074. },
  11075. {
  11076. name: "Normal",
  11077. height: math.unit(6 + 1 / 12, "feet"),
  11078. default: true
  11079. },
  11080. {
  11081. name: "Macro",
  11082. height: math.unit(20, "feet")
  11083. },
  11084. ]
  11085. ))
  11086. characterMakers.push(() => makeCharacter(
  11087. { name: "Jamie Larsen" },
  11088. {
  11089. front: {
  11090. height: math.unit(6, "feet"),
  11091. weight: math.unit(150, "lb"),
  11092. name: "Front",
  11093. image: {
  11094. source: "./media/characters/jamie-larsen/front.svg",
  11095. extra: 962 / 933,
  11096. bottom: 0.02
  11097. }
  11098. },
  11099. back: {
  11100. height: math.unit(6, "feet"),
  11101. weight: math.unit(150, "lb"),
  11102. name: "Back",
  11103. image: {
  11104. source: "./media/characters/jamie-larsen/back.svg",
  11105. extra: 997 / 946
  11106. }
  11107. },
  11108. },
  11109. [
  11110. {
  11111. name: "Macro",
  11112. height: math.unit(28 + 7 / 12, "feet"),
  11113. default: true
  11114. },
  11115. {
  11116. name: "Macro+",
  11117. height: math.unit(180, "feet")
  11118. },
  11119. {
  11120. name: "Megamacro",
  11121. height: math.unit(10, "miles")
  11122. },
  11123. {
  11124. name: "Gigamacro",
  11125. height: math.unit(200000, "miles")
  11126. },
  11127. ]
  11128. ))
  11129. characterMakers.push(() => makeCharacter(
  11130. { name: "Vance" },
  11131. {
  11132. front: {
  11133. height: math.unit(6, "feet"),
  11134. weight: math.unit(120, "lb"),
  11135. name: "Front",
  11136. image: {
  11137. source: "./media/characters/vance/front.svg",
  11138. extra: 1980 / 1890,
  11139. bottom: 0.09
  11140. }
  11141. },
  11142. back: {
  11143. height: math.unit(6, "feet"),
  11144. weight: math.unit(120, "lb"),
  11145. name: "Back",
  11146. image: {
  11147. source: "./media/characters/vance/back.svg",
  11148. extra: 2081 / 1994,
  11149. bottom: 0.014
  11150. }
  11151. },
  11152. hand: {
  11153. height: math.unit(0.88, "feet"),
  11154. name: "Hand",
  11155. image: {
  11156. source: "./media/characters/vance/hand.svg"
  11157. }
  11158. },
  11159. foot: {
  11160. height: math.unit(0.64, "feet"),
  11161. name: "Foot",
  11162. image: {
  11163. source: "./media/characters/vance/foot.svg"
  11164. }
  11165. },
  11166. },
  11167. [
  11168. {
  11169. name: "Small",
  11170. height: math.unit(90, "feet"),
  11171. default: true
  11172. },
  11173. {
  11174. name: "Macro",
  11175. height: math.unit(100, "meters")
  11176. },
  11177. {
  11178. name: "Megamacro",
  11179. height: math.unit(15, "miles")
  11180. },
  11181. ]
  11182. ))
  11183. characterMakers.push(() => makeCharacter(
  11184. { name: "Xochitl" },
  11185. {
  11186. front: {
  11187. height: math.unit(6, "feet"),
  11188. weight: math.unit(180, "lb"),
  11189. name: "Front",
  11190. image: {
  11191. source: "./media/characters/xochitl/front.svg",
  11192. extra: 2297 / 2261,
  11193. bottom: 0.065
  11194. }
  11195. },
  11196. back: {
  11197. height: math.unit(6, "feet"),
  11198. weight: math.unit(180, "lb"),
  11199. name: "Back",
  11200. image: {
  11201. source: "./media/characters/xochitl/back.svg",
  11202. extra: 2386 / 2354,
  11203. bottom: 0.01
  11204. }
  11205. },
  11206. foot: {
  11207. height: math.unit(6 / 5 * 1.15, "feet"),
  11208. weight: math.unit(150, "lb"),
  11209. name: "Foot",
  11210. image: {
  11211. source: "./media/characters/xochitl/foot.svg"
  11212. }
  11213. },
  11214. },
  11215. [
  11216. {
  11217. name: "Macro",
  11218. height: math.unit(80, "feet")
  11219. },
  11220. {
  11221. name: "Macro+",
  11222. height: math.unit(400, "feet"),
  11223. default: true
  11224. },
  11225. {
  11226. name: "Gigamacro",
  11227. height: math.unit(80000, "miles")
  11228. },
  11229. {
  11230. name: "Gigamacro+",
  11231. height: math.unit(400000, "miles")
  11232. },
  11233. {
  11234. name: "Teramacro",
  11235. height: math.unit(300, "AU")
  11236. },
  11237. ]
  11238. ))
  11239. characterMakers.push(() => makeCharacter(
  11240. { name: "Vincent" },
  11241. {
  11242. front: {
  11243. height: math.unit(6, "feet"),
  11244. weight: math.unit(150, "lb"),
  11245. name: "Front",
  11246. image: {
  11247. source: "./media/characters/vincent/front.svg",
  11248. extra: 1130 / 1080,
  11249. bottom: 0.055
  11250. }
  11251. },
  11252. beak: {
  11253. height: math.unit(6 * 0.1, "feet"),
  11254. name: "Beak",
  11255. image: {
  11256. source: "./media/characters/vincent/beak.svg"
  11257. }
  11258. },
  11259. hand: {
  11260. height: math.unit(6 * 0.85, "feet"),
  11261. weight: math.unit(150, "lb"),
  11262. name: "Hand",
  11263. image: {
  11264. source: "./media/characters/vincent/hand.svg"
  11265. }
  11266. },
  11267. foot: {
  11268. height: math.unit(6 * 0.19, "feet"),
  11269. weight: math.unit(150, "lb"),
  11270. name: "Foot",
  11271. image: {
  11272. source: "./media/characters/vincent/foot.svg"
  11273. }
  11274. },
  11275. },
  11276. [
  11277. {
  11278. name: "Base",
  11279. height: math.unit(6 + 5 / 12, "feet"),
  11280. default: true
  11281. },
  11282. {
  11283. name: "Macro",
  11284. height: math.unit(300, "feet")
  11285. },
  11286. {
  11287. name: "Megamacro",
  11288. height: math.unit(2, "miles")
  11289. },
  11290. {
  11291. name: "Gigamacro",
  11292. height: math.unit(1000, "miles")
  11293. },
  11294. ]
  11295. ))
  11296. characterMakers.push(() => makeCharacter(
  11297. { name: "Jay" },
  11298. {
  11299. front: {
  11300. height: math.unit(6 + 2 / 12, "feet"),
  11301. weight: math.unit(265, "lb"),
  11302. name: "Front",
  11303. image: {
  11304. source: "./media/characters/jay/front.svg",
  11305. extra: 1510 / 1430,
  11306. bottom: 0.042
  11307. }
  11308. },
  11309. back: {
  11310. height: math.unit(6 + 2 / 12, "feet"),
  11311. weight: math.unit(265, "lb"),
  11312. name: "Back",
  11313. image: {
  11314. source: "./media/characters/jay/back.svg",
  11315. extra: 1510 / 1430,
  11316. bottom: 0.025
  11317. }
  11318. },
  11319. clothed: {
  11320. height: math.unit(6 + 2 / 12, "feet"),
  11321. weight: math.unit(265, "lb"),
  11322. name: "Front (Clothed)",
  11323. image: {
  11324. source: "./media/characters/jay/clothed.svg",
  11325. extra: 744 / 699,
  11326. bottom: 0.043
  11327. }
  11328. },
  11329. head: {
  11330. height: math.unit(1.772, "feet"),
  11331. name: "Head",
  11332. image: {
  11333. source: "./media/characters/jay/head.svg"
  11334. }
  11335. },
  11336. sizeRay: {
  11337. height: math.unit(1.331, "feet"),
  11338. name: "Size Ray",
  11339. image: {
  11340. source: "./media/characters/jay/size-ray.svg"
  11341. }
  11342. },
  11343. },
  11344. [
  11345. {
  11346. name: "Micro",
  11347. height: math.unit(1, "inch")
  11348. },
  11349. {
  11350. name: "Normal",
  11351. height: math.unit(6 + 2 / 12, "feet"),
  11352. default: true
  11353. },
  11354. {
  11355. name: "Macro",
  11356. height: math.unit(1, "mile")
  11357. },
  11358. {
  11359. name: "Megamacro",
  11360. height: math.unit(100, "miles")
  11361. },
  11362. ]
  11363. ))
  11364. characterMakers.push(() => makeCharacter(
  11365. { name: "Coatl" },
  11366. {
  11367. front: {
  11368. height: math.unit(2, "meters"),
  11369. weight: math.unit(500, "kg"),
  11370. name: "Front",
  11371. image: {
  11372. source: "./media/characters/coatl/front.svg",
  11373. extra: 3948 / 3500,
  11374. bottom: 0.082
  11375. }
  11376. },
  11377. },
  11378. [
  11379. {
  11380. name: "Normal",
  11381. height: math.unit(4, "meters")
  11382. },
  11383. {
  11384. name: "Macro",
  11385. height: math.unit(100, "meters"),
  11386. default: true
  11387. },
  11388. {
  11389. name: "Macro+",
  11390. height: math.unit(300, "meters")
  11391. },
  11392. {
  11393. name: "Megamacro",
  11394. height: math.unit(3, "gigameters")
  11395. },
  11396. {
  11397. name: "Megamacro+",
  11398. height: math.unit(300, "terameters")
  11399. },
  11400. {
  11401. name: "Megamacro++",
  11402. height: math.unit(3, "lightyears")
  11403. },
  11404. ]
  11405. ))
  11406. characterMakers.push(() => makeCharacter(
  11407. { name: "Shiroryu" },
  11408. {
  11409. front: {
  11410. height: math.unit(6, "feet"),
  11411. weight: math.unit(50, "kg"),
  11412. name: "front",
  11413. image: {
  11414. source: "./media/characters/shiroryu/front.svg",
  11415. extra: 1990 / 1935
  11416. }
  11417. },
  11418. },
  11419. [
  11420. {
  11421. name: "Mortal Mingling",
  11422. height: math.unit(3, "meters")
  11423. },
  11424. {
  11425. name: "Kaiju-ish",
  11426. height: math.unit(250, "meters")
  11427. },
  11428. {
  11429. name: "Somewhat Godly",
  11430. height: math.unit(400, "km"),
  11431. default: true
  11432. },
  11433. {
  11434. name: "Planetary",
  11435. height: math.unit(300, "megameters")
  11436. },
  11437. {
  11438. name: "Galaxy-dwarfing",
  11439. height: math.unit(450, "kiloparsecs")
  11440. },
  11441. {
  11442. name: "Universe Eater",
  11443. height: math.unit(150, "gigaparsecs")
  11444. },
  11445. {
  11446. name: "Almost Immeasurable",
  11447. height: math.unit(1.3e266, "yottaparsecs")
  11448. },
  11449. ]
  11450. ))
  11451. characterMakers.push(() => makeCharacter(
  11452. { name: "Umeko" },
  11453. {
  11454. front: {
  11455. height: math.unit(6, "feet"),
  11456. weight: math.unit(150, "lb"),
  11457. name: "Front",
  11458. image: {
  11459. source: "./media/characters/umeko/front.svg",
  11460. extra: 1,
  11461. bottom: 0.019
  11462. }
  11463. },
  11464. frontArmored: {
  11465. height: math.unit(6, "feet"),
  11466. weight: math.unit(150, "lb"),
  11467. name: "Front (Armored)",
  11468. image: {
  11469. source: "./media/characters/umeko/front-armored.svg",
  11470. extra: 1,
  11471. bottom: 0.021
  11472. }
  11473. },
  11474. },
  11475. [
  11476. {
  11477. name: "Macro",
  11478. height: math.unit(220, "feet"),
  11479. default: true
  11480. },
  11481. {
  11482. name: "Guardian Dragon",
  11483. height: math.unit(50, "miles")
  11484. },
  11485. {
  11486. name: "Cosmic",
  11487. height: math.unit(800000, "miles")
  11488. },
  11489. ]
  11490. ))
  11491. characterMakers.push(() => makeCharacter(
  11492. { name: "Cassidy" },
  11493. {
  11494. front: {
  11495. height: math.unit(6, "feet"),
  11496. weight: math.unit(150, "lb"),
  11497. name: "Front",
  11498. image: {
  11499. source: "./media/characters/cassidy/front.svg",
  11500. extra: 1,
  11501. bottom: 0.043
  11502. }
  11503. },
  11504. },
  11505. [
  11506. {
  11507. name: "Canon Height",
  11508. height: math.unit(120, "feet"),
  11509. default: true
  11510. },
  11511. {
  11512. name: "Macro+",
  11513. height: math.unit(400, "feet")
  11514. },
  11515. {
  11516. name: "Macro++",
  11517. height: math.unit(4000, "feet")
  11518. },
  11519. {
  11520. name: "Megamacro",
  11521. height: math.unit(3, "miles")
  11522. },
  11523. ]
  11524. ))
  11525. characterMakers.push(() => makeCharacter(
  11526. { name: "Isaac" },
  11527. {
  11528. front: {
  11529. height: math.unit(6, "feet"),
  11530. weight: math.unit(150, "lb"),
  11531. name: "Front",
  11532. image: {
  11533. source: "./media/characters/isaac/front.svg",
  11534. extra: 896 / 815,
  11535. bottom: 0.11
  11536. }
  11537. },
  11538. },
  11539. [
  11540. {
  11541. name: "Human Size",
  11542. height: math.unit(8, "feet"),
  11543. default: true
  11544. },
  11545. {
  11546. name: "Macro",
  11547. height: math.unit(400, "feet")
  11548. },
  11549. {
  11550. name: "Megamacro",
  11551. height: math.unit(50, "miles")
  11552. },
  11553. {
  11554. name: "Canon Height",
  11555. height: math.unit(200, "AU")
  11556. },
  11557. ]
  11558. ))
  11559. characterMakers.push(() => makeCharacter(
  11560. { name: "Sleekit" },
  11561. {
  11562. front: {
  11563. height: math.unit(6, "feet"),
  11564. weight: math.unit(72, "kg"),
  11565. name: "Front",
  11566. image: {
  11567. source: "./media/characters/sleekit/front.svg",
  11568. extra: 4693 / 4487,
  11569. bottom: 0.012
  11570. }
  11571. },
  11572. },
  11573. [
  11574. {
  11575. name: "Minimum Height",
  11576. height: math.unit(10, "meters")
  11577. },
  11578. {
  11579. name: "Smaller",
  11580. height: math.unit(25, "meters")
  11581. },
  11582. {
  11583. name: "Larger",
  11584. height: math.unit(38, "meters"),
  11585. default: true
  11586. },
  11587. {
  11588. name: "Maximum height",
  11589. height: math.unit(100, "meters")
  11590. },
  11591. ]
  11592. ))
  11593. characterMakers.push(() => makeCharacter(
  11594. { name: "Nillia" },
  11595. {
  11596. front: {
  11597. height: math.unit(6, "feet"),
  11598. weight: math.unit(150, "lb"),
  11599. name: "Front",
  11600. image: {
  11601. source: "./media/characters/nillia/front.svg",
  11602. extra: 2195 / 2037,
  11603. bottom: 0.005
  11604. }
  11605. },
  11606. back: {
  11607. height: math.unit(6, "feet"),
  11608. weight: math.unit(150, "lb"),
  11609. name: "Back",
  11610. image: {
  11611. source: "./media/characters/nillia/back.svg",
  11612. extra: 2195 / 2037,
  11613. bottom: 0.005
  11614. }
  11615. },
  11616. },
  11617. [
  11618. {
  11619. name: "Canon Height",
  11620. height: math.unit(489, "feet"),
  11621. default: true
  11622. }
  11623. ]
  11624. ))
  11625. characterMakers.push(() => makeCharacter(
  11626. { name: "Mesmyriza" },
  11627. {
  11628. front: {
  11629. height: math.unit(6, "feet"),
  11630. weight: math.unit(150, "lb"),
  11631. name: "Front",
  11632. image: {
  11633. source: "./media/characters/mesmyriza/front.svg",
  11634. extra: 2067 / 1784,
  11635. bottom: 0.035
  11636. }
  11637. },
  11638. foot: {
  11639. height: math.unit(6 / (250 / 35), "feet"),
  11640. name: "Foot",
  11641. image: {
  11642. source: "./media/characters/mesmyriza/foot.svg"
  11643. }
  11644. },
  11645. },
  11646. [
  11647. {
  11648. name: "Macro",
  11649. height: math.unit(457, "meters"),
  11650. default: true
  11651. },
  11652. {
  11653. name: "Megamacro",
  11654. height: math.unit(8, "megameters")
  11655. },
  11656. ]
  11657. ))
  11658. characterMakers.push(() => makeCharacter(
  11659. { name: "Saudade" },
  11660. {
  11661. front: {
  11662. height: math.unit(6, "feet"),
  11663. weight: math.unit(250, "lb"),
  11664. name: "Front",
  11665. image: {
  11666. source: "./media/characters/saudade/front.svg",
  11667. extra: 1172 / 1139,
  11668. bottom: 0.035
  11669. }
  11670. },
  11671. },
  11672. [
  11673. {
  11674. name: "Micro",
  11675. height: math.unit(3, "inches")
  11676. },
  11677. {
  11678. name: "Normal",
  11679. height: math.unit(6, "feet"),
  11680. default: true
  11681. },
  11682. {
  11683. name: "Macro",
  11684. height: math.unit(50, "feet")
  11685. },
  11686. {
  11687. name: "Megamacro",
  11688. height: math.unit(2800, "feet")
  11689. },
  11690. ]
  11691. ))
  11692. characterMakers.push(() => makeCharacter(
  11693. { name: "Keireer" },
  11694. {
  11695. front: {
  11696. height: math.unit(5 + 4 / 12, "feet"),
  11697. weight: math.unit(100, "lb"),
  11698. name: "Front",
  11699. image: {
  11700. source: "./media/characters/keireer/front.svg",
  11701. extra: 716 / 666,
  11702. bottom: 0.05
  11703. }
  11704. },
  11705. },
  11706. [
  11707. {
  11708. name: "Normal",
  11709. height: math.unit(5 + 4 / 12, "feet"),
  11710. default: true
  11711. },
  11712. ]
  11713. ))
  11714. characterMakers.push(() => makeCharacter(
  11715. { name: "Mirja" },
  11716. {
  11717. front: {
  11718. height: math.unit(6, "feet"),
  11719. weight: math.unit(90, "kg"),
  11720. name: "Front",
  11721. image: {
  11722. source: "./media/characters/mirja/front.svg",
  11723. extra: 1789 / 1683,
  11724. bottom: 0.05
  11725. }
  11726. },
  11727. frontDressed: {
  11728. height: math.unit(6, "feet"),
  11729. weight: math.unit(90, "lb"),
  11730. name: "Front (Dressed)",
  11731. image: {
  11732. source: "./media/characters/mirja/front-dressed.svg",
  11733. extra: 1789 / 1683,
  11734. bottom: 0.05
  11735. }
  11736. },
  11737. back: {
  11738. height: math.unit(6, "feet"),
  11739. weight: math.unit(90, "lb"),
  11740. name: "Back",
  11741. image: {
  11742. source: "./media/characters/mirja/back.svg",
  11743. extra: 953 / 917,
  11744. bottom: 0.017
  11745. }
  11746. },
  11747. },
  11748. [
  11749. {
  11750. name: "\"Incognito\"",
  11751. height: math.unit(3, "meters")
  11752. },
  11753. {
  11754. name: "Strolling Size",
  11755. height: math.unit(15, "km")
  11756. },
  11757. {
  11758. name: "Larger Strolling Size",
  11759. height: math.unit(400, "km")
  11760. },
  11761. {
  11762. name: "Preferred Size",
  11763. height: math.unit(5000, "km")
  11764. },
  11765. {
  11766. name: "True Size",
  11767. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11768. default: true
  11769. },
  11770. ]
  11771. ))
  11772. characterMakers.push(() => makeCharacter(
  11773. { name: "Nightraver" },
  11774. {
  11775. front: {
  11776. height: math.unit(15, "feet"),
  11777. weight: math.unit(880, "kg"),
  11778. name: "Front",
  11779. image: {
  11780. source: "./media/characters/nightraver/front.svg",
  11781. extra: 2444 / 2160,
  11782. bottom: 0.027
  11783. }
  11784. },
  11785. back: {
  11786. height: math.unit(15, "feet"),
  11787. weight: math.unit(880, "kg"),
  11788. name: "Back",
  11789. image: {
  11790. source: "./media/characters/nightraver/back.svg",
  11791. extra: 2309 / 2180,
  11792. bottom: 0.005
  11793. }
  11794. },
  11795. sole: {
  11796. height: math.unit(2.878, "feet"),
  11797. name: "Sole",
  11798. image: {
  11799. source: "./media/characters/nightraver/sole.svg"
  11800. }
  11801. },
  11802. foot: {
  11803. height: math.unit(2.285, "feet"),
  11804. name: "Foot",
  11805. image: {
  11806. source: "./media/characters/nightraver/foot.svg"
  11807. }
  11808. },
  11809. maw: {
  11810. height: math.unit(2.67, "feet"),
  11811. name: "Maw",
  11812. image: {
  11813. source: "./media/characters/nightraver/maw.svg"
  11814. }
  11815. },
  11816. },
  11817. [
  11818. {
  11819. name: "Micro",
  11820. height: math.unit(1, "cm")
  11821. },
  11822. {
  11823. name: "Normal",
  11824. height: math.unit(15, "feet"),
  11825. default: true
  11826. },
  11827. {
  11828. name: "Macro",
  11829. height: math.unit(300, "feet")
  11830. },
  11831. {
  11832. name: "Megamacro",
  11833. height: math.unit(300, "miles")
  11834. },
  11835. {
  11836. name: "Gigamacro",
  11837. height: math.unit(10000, "miles")
  11838. },
  11839. ]
  11840. ))
  11841. characterMakers.push(() => makeCharacter(
  11842. { name: "Arc" },
  11843. {
  11844. side: {
  11845. height: math.unit(2, "inches"),
  11846. weight: math.unit(5, "grams"),
  11847. name: "Side",
  11848. image: {
  11849. source: "./media/characters/arc/side.svg"
  11850. }
  11851. },
  11852. },
  11853. [
  11854. {
  11855. name: "Micro",
  11856. height: math.unit(2, "inches"),
  11857. default: true
  11858. },
  11859. ]
  11860. ))
  11861. characterMakers.push(() => makeCharacter(
  11862. { name: "Nebula Shahar" },
  11863. {
  11864. front: {
  11865. height: math.unit(1.1938, "meters"),
  11866. weight: math.unit(54, "kg"),
  11867. name: "Front",
  11868. image: {
  11869. source: "./media/characters/nebula-shahar/front.svg",
  11870. extra: 1642 / 1436,
  11871. bottom: 0.06
  11872. }
  11873. },
  11874. },
  11875. [
  11876. {
  11877. name: "Megamicro",
  11878. height: math.unit(0.3, "mm")
  11879. },
  11880. {
  11881. name: "Micro",
  11882. height: math.unit(3, "cm")
  11883. },
  11884. {
  11885. name: "Normal",
  11886. height: math.unit(138, "cm"),
  11887. default: true
  11888. },
  11889. {
  11890. name: "Macro",
  11891. height: math.unit(30, "m")
  11892. },
  11893. ]
  11894. ))
  11895. characterMakers.push(() => makeCharacter(
  11896. { name: "Shayla" },
  11897. {
  11898. front: {
  11899. height: math.unit(5.24, "feet"),
  11900. weight: math.unit(150, "lb"),
  11901. name: "Front",
  11902. image: {
  11903. source: "./media/characters/shayla/front.svg",
  11904. extra: 1512 / 1414,
  11905. bottom: 0.01
  11906. }
  11907. },
  11908. back: {
  11909. height: math.unit(5.24, "feet"),
  11910. weight: math.unit(150, "lb"),
  11911. name: "Back",
  11912. image: {
  11913. source: "./media/characters/shayla/back.svg",
  11914. extra: 1512 / 1414
  11915. }
  11916. },
  11917. hand: {
  11918. height: math.unit(0.7781496062992126, "feet"),
  11919. name: "Hand",
  11920. image: {
  11921. source: "./media/characters/shayla/hand.svg"
  11922. }
  11923. },
  11924. foot: {
  11925. height: math.unit(1.4206036745406823, "feet"),
  11926. name: "Foot",
  11927. image: {
  11928. source: "./media/characters/shayla/foot.svg"
  11929. }
  11930. },
  11931. },
  11932. [
  11933. {
  11934. name: "Micro",
  11935. height: math.unit(0.32, "feet")
  11936. },
  11937. {
  11938. name: "Normal",
  11939. height: math.unit(5.24, "feet"),
  11940. default: true
  11941. },
  11942. {
  11943. name: "Macro",
  11944. height: math.unit(492.12, "feet")
  11945. },
  11946. {
  11947. name: "Megamacro",
  11948. height: math.unit(186.41, "miles")
  11949. },
  11950. ]
  11951. ))
  11952. characterMakers.push(() => makeCharacter(
  11953. { name: "Pia Jr." },
  11954. {
  11955. front: {
  11956. height: math.unit(2.2, "m"),
  11957. weight: math.unit(120, "kg"),
  11958. name: "Front",
  11959. image: {
  11960. source: "./media/characters/pia-jr/front.svg",
  11961. extra: 1000 / 970,
  11962. bottom: 0.035
  11963. }
  11964. },
  11965. hand: {
  11966. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11967. name: "Hand",
  11968. image: {
  11969. source: "./media/characters/pia-jr/hand.svg"
  11970. }
  11971. },
  11972. paw: {
  11973. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11974. name: "Paw",
  11975. image: {
  11976. source: "./media/characters/pia-jr/paw.svg"
  11977. }
  11978. },
  11979. },
  11980. [
  11981. {
  11982. name: "Micro",
  11983. height: math.unit(1.2, "cm")
  11984. },
  11985. {
  11986. name: "Normal",
  11987. height: math.unit(2.2, "m"),
  11988. default: true
  11989. },
  11990. {
  11991. name: "Macro",
  11992. height: math.unit(180, "m")
  11993. },
  11994. {
  11995. name: "Megamacro",
  11996. height: math.unit(420, "km")
  11997. },
  11998. ]
  11999. ))
  12000. characterMakers.push(() => makeCharacter(
  12001. { name: "Pia Sr." },
  12002. {
  12003. front: {
  12004. height: math.unit(2, "m"),
  12005. weight: math.unit(115, "kg"),
  12006. name: "Front",
  12007. image: {
  12008. source: "./media/characters/pia-sr/front.svg",
  12009. extra: 760 / 730,
  12010. bottom: 0.015
  12011. }
  12012. },
  12013. back: {
  12014. height: math.unit(2, "m"),
  12015. weight: math.unit(115, "kg"),
  12016. name: "Back",
  12017. image: {
  12018. source: "./media/characters/pia-sr/back.svg",
  12019. extra: 760 / 730,
  12020. bottom: 0.01
  12021. }
  12022. },
  12023. hand: {
  12024. height: math.unit(0.89 * 6.56 / 6, "feet"),
  12025. name: "Hand",
  12026. image: {
  12027. source: "./media/characters/pia-sr/hand.svg"
  12028. }
  12029. },
  12030. foot: {
  12031. height: math.unit(1.83, "feet"),
  12032. name: "Foot",
  12033. image: {
  12034. source: "./media/characters/pia-sr/foot.svg"
  12035. }
  12036. },
  12037. },
  12038. [
  12039. {
  12040. name: "Micro",
  12041. height: math.unit(88, "mm")
  12042. },
  12043. {
  12044. name: "Normal",
  12045. height: math.unit(2, "m"),
  12046. default: true
  12047. },
  12048. {
  12049. name: "Macro",
  12050. height: math.unit(200, "m")
  12051. },
  12052. {
  12053. name: "Megamacro",
  12054. height: math.unit(420, "km")
  12055. },
  12056. ]
  12057. ))
  12058. characterMakers.push(() => makeCharacter(
  12059. { name: "KIBIBYTE" },
  12060. {
  12061. front: {
  12062. height: math.unit(8 + 2 / 12, "feet"),
  12063. weight: math.unit(300, "lb"),
  12064. name: "Front",
  12065. image: {
  12066. source: "./media/characters/kibibyte/front.svg",
  12067. extra: 2221 / 2098,
  12068. bottom: 0.04
  12069. }
  12070. },
  12071. },
  12072. [
  12073. {
  12074. name: "Normal",
  12075. height: math.unit(8 + 2 / 12, "feet"),
  12076. default: true
  12077. },
  12078. {
  12079. name: "Socialable Macro",
  12080. height: math.unit(50, "feet")
  12081. },
  12082. {
  12083. name: "Macro",
  12084. height: math.unit(300, "feet")
  12085. },
  12086. {
  12087. name: "Megamacro",
  12088. height: math.unit(500, "miles")
  12089. },
  12090. ]
  12091. ))
  12092. characterMakers.push(() => makeCharacter(
  12093. { name: "Felix" },
  12094. {
  12095. front: {
  12096. height: math.unit(6, "feet"),
  12097. weight: math.unit(150, "lb"),
  12098. name: "Front",
  12099. image: {
  12100. source: "./media/characters/felix/front.svg",
  12101. extra: 762 / 722,
  12102. bottom: 0.02
  12103. }
  12104. },
  12105. frontClothed: {
  12106. height: math.unit(6, "feet"),
  12107. weight: math.unit(150, "lb"),
  12108. name: "Front (Clothed)",
  12109. image: {
  12110. source: "./media/characters/felix/front-clothed.svg",
  12111. extra: 762 / 722,
  12112. bottom: 0.02
  12113. }
  12114. },
  12115. },
  12116. [
  12117. {
  12118. name: "Normal",
  12119. height: math.unit(6 + 8 / 12, "feet"),
  12120. default: true
  12121. },
  12122. {
  12123. name: "Macro",
  12124. height: math.unit(2600, "feet")
  12125. },
  12126. {
  12127. name: "Megamacro",
  12128. height: math.unit(450, "miles")
  12129. },
  12130. ]
  12131. ))
  12132. characterMakers.push(() => makeCharacter(
  12133. { name: "Tobo" },
  12134. {
  12135. front: {
  12136. height: math.unit(6 + 1 / 12, "feet"),
  12137. weight: math.unit(250, "lb"),
  12138. name: "Front",
  12139. image: {
  12140. source: "./media/characters/tobo/front.svg",
  12141. extra: 608 / 586,
  12142. bottom: 0.023
  12143. }
  12144. },
  12145. back: {
  12146. height: math.unit(6 + 1 / 12, "feet"),
  12147. weight: math.unit(250, "lb"),
  12148. name: "Back",
  12149. image: {
  12150. source: "./media/characters/tobo/back.svg",
  12151. extra: 608 / 586
  12152. }
  12153. },
  12154. },
  12155. [
  12156. {
  12157. name: "Nano",
  12158. height: math.unit(2, "nm")
  12159. },
  12160. {
  12161. name: "Megamicro",
  12162. height: math.unit(0.1, "mm")
  12163. },
  12164. {
  12165. name: "Micro",
  12166. height: math.unit(1, "inch"),
  12167. default: true
  12168. },
  12169. {
  12170. name: "Human-sized",
  12171. height: math.unit(6 + 1 / 12, "feet")
  12172. },
  12173. {
  12174. name: "Macro",
  12175. height: math.unit(250, "feet")
  12176. },
  12177. {
  12178. name: "Megamacro",
  12179. height: math.unit(75, "miles")
  12180. },
  12181. {
  12182. name: "Texas-sized",
  12183. height: math.unit(750, "miles")
  12184. },
  12185. {
  12186. name: "Teramacro",
  12187. height: math.unit(50000, "miles")
  12188. },
  12189. ]
  12190. ))
  12191. characterMakers.push(() => makeCharacter(
  12192. { name: "Danny Kapowsky" },
  12193. {
  12194. front: {
  12195. height: math.unit(6, "feet"),
  12196. weight: math.unit(269, "lb"),
  12197. name: "Front",
  12198. image: {
  12199. source: "./media/characters/danny-kapowsky/front.svg",
  12200. extra: 766 / 736,
  12201. bottom: 0.044
  12202. }
  12203. },
  12204. back: {
  12205. height: math.unit(6, "feet"),
  12206. weight: math.unit(269, "lb"),
  12207. name: "Back",
  12208. image: {
  12209. source: "./media/characters/danny-kapowsky/back.svg",
  12210. extra: 797 / 760,
  12211. bottom: 0.025
  12212. }
  12213. },
  12214. },
  12215. [
  12216. {
  12217. name: "Macro",
  12218. height: math.unit(150, "feet"),
  12219. default: true
  12220. },
  12221. {
  12222. name: "Macro+",
  12223. height: math.unit(200, "feet")
  12224. },
  12225. {
  12226. name: "Macro++",
  12227. height: math.unit(300, "feet")
  12228. },
  12229. {
  12230. name: "Macro+++",
  12231. height: math.unit(400, "feet")
  12232. },
  12233. ]
  12234. ))
  12235. characterMakers.push(() => makeCharacter(
  12236. { name: "Finn" },
  12237. {
  12238. side: {
  12239. height: math.unit(6, "feet"),
  12240. weight: math.unit(170, "lb"),
  12241. name: "Side",
  12242. image: {
  12243. source: "./media/characters/finn/side.svg",
  12244. extra: 1953 / 1807,
  12245. bottom: 0.057
  12246. }
  12247. },
  12248. },
  12249. [
  12250. {
  12251. name: "Megamacro",
  12252. height: math.unit(14445, "feet"),
  12253. default: true
  12254. },
  12255. ]
  12256. ))
  12257. characterMakers.push(() => makeCharacter(
  12258. { name: "Roy" },
  12259. {
  12260. front: {
  12261. height: math.unit(5 + 6 / 12, "feet"),
  12262. weight: math.unit(125, "lb"),
  12263. name: "Front",
  12264. image: {
  12265. source: "./media/characters/roy/front.svg",
  12266. extra: 1,
  12267. bottom: 0.11
  12268. }
  12269. },
  12270. },
  12271. [
  12272. {
  12273. name: "Micro",
  12274. height: math.unit(3, "inches"),
  12275. default: true
  12276. },
  12277. {
  12278. name: "Normal",
  12279. height: math.unit(5 + 6 / 12, "feet")
  12280. },
  12281. {
  12282. name: "Lesser Macro",
  12283. height: math.unit(60, "feet")
  12284. },
  12285. {
  12286. name: "Greater Macro",
  12287. height: math.unit(120, "feet")
  12288. },
  12289. ]
  12290. ))
  12291. characterMakers.push(() => makeCharacter(
  12292. { name: "Aevsivs" },
  12293. {
  12294. front: {
  12295. height: math.unit(6, "feet"),
  12296. weight: math.unit(100, "lb"),
  12297. name: "Front",
  12298. image: {
  12299. source: "./media/characters/aevsivs/front.svg",
  12300. extra: 1,
  12301. bottom: 0.03
  12302. }
  12303. },
  12304. back: {
  12305. height: math.unit(6, "feet"),
  12306. weight: math.unit(100, "lb"),
  12307. name: "Back",
  12308. image: {
  12309. source: "./media/characters/aevsivs/back.svg"
  12310. }
  12311. },
  12312. },
  12313. [
  12314. {
  12315. name: "Micro",
  12316. height: math.unit(2, "inches"),
  12317. default: true
  12318. },
  12319. {
  12320. name: "Normal",
  12321. height: math.unit(5, "feet")
  12322. },
  12323. ]
  12324. ))
  12325. characterMakers.push(() => makeCharacter(
  12326. { name: "Hildegard" },
  12327. {
  12328. front: {
  12329. height: math.unit(5 + 7 / 12, "feet"),
  12330. weight: math.unit(159, "lb"),
  12331. name: "Front",
  12332. image: {
  12333. source: "./media/characters/hildegard/front.svg",
  12334. extra: 312 / 286,
  12335. bottom: 0.005
  12336. }
  12337. },
  12338. },
  12339. [
  12340. {
  12341. name: "Normal",
  12342. height: math.unit(5 + 7 / 12, "feet"),
  12343. default: true
  12344. },
  12345. ]
  12346. ))
  12347. characterMakers.push(() => makeCharacter(
  12348. { name: "Bernard & Wilder" },
  12349. {
  12350. bernard: {
  12351. height: math.unit(2 + 7 / 12, "feet"),
  12352. weight: math.unit(66, "lb"),
  12353. name: "Bernard",
  12354. rename: true,
  12355. image: {
  12356. source: "./media/characters/bernard-wilder/bernard.svg",
  12357. extra: 192 / 128,
  12358. bottom: 0.05
  12359. }
  12360. },
  12361. wilder: {
  12362. height: math.unit(5 + 8 / 12, "feet"),
  12363. weight: math.unit(143, "lb"),
  12364. name: "Wilder",
  12365. rename: true,
  12366. image: {
  12367. source: "./media/characters/bernard-wilder/wilder.svg",
  12368. extra: 361 / 312,
  12369. bottom: 0.02
  12370. }
  12371. },
  12372. },
  12373. [
  12374. {
  12375. name: "Normal",
  12376. height: math.unit(2 + 7 / 12, "feet"),
  12377. default: true
  12378. },
  12379. ]
  12380. ))
  12381. characterMakers.push(() => makeCharacter(
  12382. { name: "Hearth" },
  12383. {
  12384. anthro: {
  12385. height: math.unit(6 + 1 / 12, "feet"),
  12386. weight: math.unit(155, "lb"),
  12387. name: "Anthro",
  12388. image: {
  12389. source: "./media/characters/hearth/anthro.svg",
  12390. extra: 260 / 250,
  12391. bottom: 0.02
  12392. }
  12393. },
  12394. feral: {
  12395. height: math.unit(3.78, "feet"),
  12396. weight: math.unit(35, "kg"),
  12397. name: "Feral",
  12398. image: {
  12399. source: "./media/characters/hearth/feral.svg",
  12400. extra: 153 / 135,
  12401. bottom: 0.03
  12402. }
  12403. },
  12404. },
  12405. [
  12406. {
  12407. name: "Normal",
  12408. height: math.unit(6 + 1 / 12, "feet"),
  12409. default: true
  12410. },
  12411. ]
  12412. ))
  12413. characterMakers.push(() => makeCharacter(
  12414. { name: "Ingrid" },
  12415. {
  12416. front: {
  12417. height: math.unit(6, "feet"),
  12418. weight: math.unit(182, "lb"),
  12419. name: "Front",
  12420. image: {
  12421. source: "./media/characters/ingrid/front.svg",
  12422. extra: 294 / 268,
  12423. bottom: 0.027
  12424. }
  12425. },
  12426. },
  12427. [
  12428. {
  12429. name: "Normal",
  12430. height: math.unit(6, "feet"),
  12431. default: true
  12432. },
  12433. ]
  12434. ))
  12435. characterMakers.push(() => makeCharacter(
  12436. { name: "Malgam" },
  12437. {
  12438. eevee: {
  12439. height: math.unit(2 + 10 / 12, "feet"),
  12440. weight: math.unit(86, "lb"),
  12441. name: "Malgam",
  12442. image: {
  12443. source: "./media/characters/malgam/eevee.svg",
  12444. extra: 218 / 180,
  12445. bottom: 0.2
  12446. }
  12447. },
  12448. sylveon: {
  12449. height: math.unit(4, "feet"),
  12450. weight: math.unit(101, "lb"),
  12451. name: "Future Malgam",
  12452. rename: true,
  12453. image: {
  12454. source: "./media/characters/malgam/sylveon.svg",
  12455. extra: 371 / 325,
  12456. bottom: 0.015
  12457. }
  12458. },
  12459. gigantamax: {
  12460. height: math.unit(50, "feet"),
  12461. name: "Gigantamax Malgam",
  12462. rename: true,
  12463. image: {
  12464. source: "./media/characters/malgam/gigantamax.svg"
  12465. }
  12466. },
  12467. },
  12468. [
  12469. {
  12470. name: "Normal",
  12471. height: math.unit(2 + 10 / 12, "feet"),
  12472. default: true
  12473. },
  12474. ]
  12475. ))
  12476. characterMakers.push(() => makeCharacter(
  12477. { name: "Fleur" },
  12478. {
  12479. front: {
  12480. height: math.unit(5 + 11 / 12, "feet"),
  12481. weight: math.unit(188, "lb"),
  12482. name: "Front",
  12483. image: {
  12484. source: "./media/characters/fleur/front.svg",
  12485. extra: 309 / 283,
  12486. bottom: 0.007
  12487. }
  12488. },
  12489. },
  12490. [
  12491. {
  12492. name: "Normal",
  12493. height: math.unit(5 + 11 / 12, "feet"),
  12494. default: true
  12495. },
  12496. ]
  12497. ))
  12498. characterMakers.push(() => makeCharacter(
  12499. { name: "Jude" },
  12500. {
  12501. front: {
  12502. height: math.unit(5 + 4 / 12, "feet"),
  12503. weight: math.unit(122, "lb"),
  12504. name: "Front",
  12505. image: {
  12506. source: "./media/characters/jude/front.svg",
  12507. extra: 288 / 273,
  12508. bottom: 0.03
  12509. }
  12510. },
  12511. },
  12512. [
  12513. {
  12514. name: "Normal",
  12515. height: math.unit(5 + 4 / 12, "feet"),
  12516. default: true
  12517. },
  12518. ]
  12519. ))
  12520. characterMakers.push(() => makeCharacter(
  12521. { name: "Seara" },
  12522. {
  12523. front: {
  12524. height: math.unit(5 + 11 / 12, "feet"),
  12525. weight: math.unit(190, "lb"),
  12526. name: "Front",
  12527. image: {
  12528. source: "./media/characters/seara/front.svg",
  12529. extra: 1,
  12530. bottom: 0.05
  12531. }
  12532. },
  12533. },
  12534. [
  12535. {
  12536. name: "Normal",
  12537. height: math.unit(5 + 11 / 12, "feet"),
  12538. default: true
  12539. },
  12540. ]
  12541. ))
  12542. characterMakers.push(() => makeCharacter(
  12543. { name: "Caspian" },
  12544. {
  12545. front: {
  12546. height: math.unit(16 + 5 / 12, "feet"),
  12547. weight: math.unit(524, "lb"),
  12548. name: "Front",
  12549. image: {
  12550. source: "./media/characters/caspian/front.svg",
  12551. extra: 1,
  12552. bottom: 0.04
  12553. }
  12554. },
  12555. },
  12556. [
  12557. {
  12558. name: "Normal",
  12559. height: math.unit(16 + 5 / 12, "feet"),
  12560. default: true
  12561. },
  12562. ]
  12563. ))
  12564. characterMakers.push(() => makeCharacter(
  12565. { name: "Mika" },
  12566. {
  12567. front: {
  12568. height: math.unit(5 + 7 / 12, "feet"),
  12569. weight: math.unit(170, "lb"),
  12570. name: "Front",
  12571. image: {
  12572. source: "./media/characters/mika/front.svg",
  12573. extra: 1,
  12574. bottom: 0.016
  12575. }
  12576. },
  12577. },
  12578. [
  12579. {
  12580. name: "Normal",
  12581. height: math.unit(5 + 7 / 12, "feet"),
  12582. default: true
  12583. },
  12584. ]
  12585. ))
  12586. characterMakers.push(() => makeCharacter(
  12587. { name: "Sol" },
  12588. {
  12589. front: {
  12590. height: math.unit(6 + 2 / 12, "feet"),
  12591. weight: math.unit(268, "lb"),
  12592. name: "Front",
  12593. image: {
  12594. source: "./media/characters/sol/front.svg",
  12595. extra: 247 / 231,
  12596. bottom: 0.05
  12597. }
  12598. },
  12599. },
  12600. [
  12601. {
  12602. name: "Normal",
  12603. height: math.unit(6 + 2 / 12, "feet"),
  12604. default: true
  12605. },
  12606. ]
  12607. ))
  12608. characterMakers.push(() => makeCharacter(
  12609. { name: "Umiko" },
  12610. {
  12611. buizel: {
  12612. height: math.unit(2 + 5 / 12, "feet"),
  12613. weight: math.unit(87, "lb"),
  12614. name: "Buizel",
  12615. image: {
  12616. source: "./media/characters/umiko/buizel.svg",
  12617. extra: 172 / 157,
  12618. bottom: 0.01
  12619. }
  12620. },
  12621. floatzel: {
  12622. height: math.unit(5 + 9 / 12, "feet"),
  12623. weight: math.unit(250, "lb"),
  12624. name: "Floatzel",
  12625. image: {
  12626. source: "./media/characters/umiko/floatzel.svg",
  12627. extra: 262 / 248
  12628. }
  12629. },
  12630. },
  12631. [
  12632. {
  12633. name: "Normal",
  12634. height: math.unit(2 + 5 / 12, "feet"),
  12635. default: true
  12636. },
  12637. ]
  12638. ))
  12639. characterMakers.push(() => makeCharacter(
  12640. { name: "Iliac" },
  12641. {
  12642. front: {
  12643. height: math.unit(6 + 2 / 12, "feet"),
  12644. weight: math.unit(146, "lb"),
  12645. name: "Front",
  12646. image: {
  12647. source: "./media/characters/iliac/front.svg",
  12648. extra: 389 / 365,
  12649. bottom: 0.035
  12650. }
  12651. },
  12652. },
  12653. [
  12654. {
  12655. name: "Normal",
  12656. height: math.unit(6 + 2 / 12, "feet"),
  12657. default: true
  12658. },
  12659. ]
  12660. ))
  12661. characterMakers.push(() => makeCharacter(
  12662. { name: "Topaz" },
  12663. {
  12664. front: {
  12665. height: math.unit(6, "feet"),
  12666. weight: math.unit(170, "lb"),
  12667. name: "Front",
  12668. image: {
  12669. source: "./media/characters/topaz/front.svg",
  12670. extra: 317 / 303,
  12671. bottom: 0.055
  12672. }
  12673. },
  12674. },
  12675. [
  12676. {
  12677. name: "Normal",
  12678. height: math.unit(6, "feet"),
  12679. default: true
  12680. },
  12681. ]
  12682. ))
  12683. characterMakers.push(() => makeCharacter(
  12684. { name: "Gabriel" },
  12685. {
  12686. front: {
  12687. height: math.unit(5 + 11 / 12, "feet"),
  12688. weight: math.unit(144, "lb"),
  12689. name: "Front",
  12690. image: {
  12691. source: "./media/characters/gabriel/front.svg",
  12692. extra: 285 / 262,
  12693. bottom: 0.004
  12694. }
  12695. },
  12696. },
  12697. [
  12698. {
  12699. name: "Normal",
  12700. height: math.unit(5 + 11 / 12, "feet"),
  12701. default: true
  12702. },
  12703. ]
  12704. ))
  12705. characterMakers.push(() => makeCharacter(
  12706. { name: "Tempest (Suicune)" },
  12707. {
  12708. side: {
  12709. height: math.unit(6 + 5 / 12, "feet"),
  12710. weight: math.unit(300, "lb"),
  12711. name: "Side",
  12712. image: {
  12713. source: "./media/characters/tempest-suicune/side.svg",
  12714. extra: 195 / 154,
  12715. bottom: 0.04
  12716. }
  12717. },
  12718. },
  12719. [
  12720. {
  12721. name: "Normal",
  12722. height: math.unit(6 + 5 / 12, "feet"),
  12723. default: true
  12724. },
  12725. ]
  12726. ))
  12727. characterMakers.push(() => makeCharacter(
  12728. { name: "Vulcan" },
  12729. {
  12730. front: {
  12731. height: math.unit(7 + 2 / 12, "feet"),
  12732. weight: math.unit(322, "lb"),
  12733. name: "Front",
  12734. image: {
  12735. source: "./media/characters/vulcan/front.svg",
  12736. extra: 154 / 147,
  12737. bottom: 0.04
  12738. }
  12739. },
  12740. },
  12741. [
  12742. {
  12743. name: "Normal",
  12744. height: math.unit(7 + 2 / 12, "feet"),
  12745. default: true
  12746. },
  12747. ]
  12748. ))
  12749. characterMakers.push(() => makeCharacter(
  12750. { name: "Gault" },
  12751. {
  12752. front: {
  12753. height: math.unit(5 + 10 / 12, "feet"),
  12754. weight: math.unit(264, "lb"),
  12755. name: "Front",
  12756. image: {
  12757. source: "./media/characters/gault/front.svg",
  12758. extra: 161 / 140,
  12759. bottom: 0.028
  12760. }
  12761. },
  12762. },
  12763. [
  12764. {
  12765. name: "Normal",
  12766. height: math.unit(5 + 10 / 12, "feet"),
  12767. default: true
  12768. },
  12769. ]
  12770. ))
  12771. characterMakers.push(() => makeCharacter(
  12772. { name: "Shard" },
  12773. {
  12774. front: {
  12775. height: math.unit(6, "feet"),
  12776. weight: math.unit(150, "lb"),
  12777. name: "Front",
  12778. image: {
  12779. source: "./media/characters/shard/front.svg",
  12780. extra: 273 / 238,
  12781. bottom: 0.02
  12782. }
  12783. },
  12784. },
  12785. [
  12786. {
  12787. name: "Normal",
  12788. height: math.unit(3 + 6 / 12, "feet"),
  12789. default: true
  12790. },
  12791. ]
  12792. ))
  12793. characterMakers.push(() => makeCharacter(
  12794. { name: "Ashe" },
  12795. {
  12796. front: {
  12797. height: math.unit(5 + 11 / 12, "feet"),
  12798. weight: math.unit(146, "lb"),
  12799. name: "Front",
  12800. image: {
  12801. source: "./media/characters/ashe/front.svg",
  12802. extra: 400 / 373,
  12803. bottom: 0.01
  12804. }
  12805. },
  12806. },
  12807. [
  12808. {
  12809. name: "Normal",
  12810. height: math.unit(5 + 11 / 12, "feet"),
  12811. default: true
  12812. },
  12813. ]
  12814. ))
  12815. characterMakers.push(() => makeCharacter(
  12816. { name: "Beatrix" },
  12817. {
  12818. front: {
  12819. height: math.unit(5 + 5 / 12, "feet"),
  12820. weight: math.unit(135, "lb"),
  12821. name: "Front",
  12822. image: {
  12823. source: "./media/characters/beatrix/front.svg",
  12824. extra: 392 / 379,
  12825. bottom: 0.01
  12826. }
  12827. },
  12828. },
  12829. [
  12830. {
  12831. name: "Normal",
  12832. height: math.unit(6, "feet"),
  12833. default: true
  12834. },
  12835. ]
  12836. ))
  12837. characterMakers.push(() => makeCharacter(
  12838. { name: "Ignatius" },
  12839. {
  12840. front: {
  12841. height: math.unit(6, "feet"),
  12842. weight: math.unit(150, "lb"),
  12843. name: "Front",
  12844. image: {
  12845. source: "./media/characters/ignatius/front.svg",
  12846. extra: 245 / 222,
  12847. bottom: 0.01
  12848. }
  12849. },
  12850. },
  12851. [
  12852. {
  12853. name: "Normal",
  12854. height: math.unit(5 + 5 / 12, "feet"),
  12855. default: true
  12856. },
  12857. ]
  12858. ))
  12859. characterMakers.push(() => makeCharacter(
  12860. { name: "Mei Li" },
  12861. {
  12862. front: {
  12863. height: math.unit(6 + 2 / 12, "feet"),
  12864. weight: math.unit(138, "lb"),
  12865. name: "Front",
  12866. image: {
  12867. source: "./media/characters/mei-li/front.svg",
  12868. extra: 237 / 229,
  12869. bottom: 0.03
  12870. }
  12871. },
  12872. },
  12873. [
  12874. {
  12875. name: "Normal",
  12876. height: math.unit(6 + 2 / 12, "feet"),
  12877. default: true
  12878. },
  12879. ]
  12880. ))
  12881. characterMakers.push(() => makeCharacter(
  12882. { name: "Puru" },
  12883. {
  12884. front: {
  12885. height: math.unit(2 + 4 / 12, "feet"),
  12886. weight: math.unit(62, "lb"),
  12887. name: "Front",
  12888. image: {
  12889. source: "./media/characters/puru/front.svg",
  12890. extra: 206 / 149,
  12891. bottom: 0.06
  12892. }
  12893. },
  12894. },
  12895. [
  12896. {
  12897. name: "Normal",
  12898. height: math.unit(2 + 4 / 12, "feet"),
  12899. default: true
  12900. },
  12901. ]
  12902. ))
  12903. characterMakers.push(() => makeCharacter(
  12904. { name: "Kee" },
  12905. {
  12906. taur: {
  12907. height: math.unit(11, "feet"),
  12908. weight: math.unit(500, "lb"),
  12909. name: "Taur",
  12910. image: {
  12911. source: "./media/characters/kee/taur.svg",
  12912. extra: 1,
  12913. bottom: 0.04
  12914. }
  12915. },
  12916. },
  12917. [
  12918. {
  12919. name: "Normal",
  12920. height: math.unit(11, "feet"),
  12921. default: true
  12922. },
  12923. ]
  12924. ))
  12925. characterMakers.push(() => makeCharacter(
  12926. { name: "Cobalt (Dracha)" },
  12927. {
  12928. anthro: {
  12929. height: math.unit(7, "feet"),
  12930. weight: math.unit(190, "lb"),
  12931. name: "Anthro",
  12932. image: {
  12933. source: "./media/characters/cobalt-dracha/anthro.svg",
  12934. extra: 231 / 225,
  12935. bottom: 0.04
  12936. }
  12937. },
  12938. feral: {
  12939. height: math.unit(9 + 7 / 12, "feet"),
  12940. weight: math.unit(294, "lb"),
  12941. name: "Feral",
  12942. image: {
  12943. source: "./media/characters/cobalt-dracha/feral.svg",
  12944. extra: 692 / 633,
  12945. bottom: 0.05
  12946. }
  12947. },
  12948. },
  12949. [
  12950. {
  12951. name: "Normal",
  12952. height: math.unit(7, "feet"),
  12953. default: true
  12954. },
  12955. ]
  12956. ))
  12957. characterMakers.push(() => makeCharacter(
  12958. { name: "Java" },
  12959. {
  12960. fallen: {
  12961. height: math.unit(11 + 8 / 12, "feet"),
  12962. weight: math.unit(485, "lb"),
  12963. name: "Java (Fallen)",
  12964. rename: true,
  12965. image: {
  12966. source: "./media/characters/java/fallen.svg",
  12967. extra: 226 / 208,
  12968. bottom: 0.005
  12969. }
  12970. },
  12971. godkin: {
  12972. height: math.unit(10 + 6 / 12, "feet"),
  12973. weight: math.unit(328, "lb"),
  12974. name: "Java (Godkin)",
  12975. rename: true,
  12976. image: {
  12977. source: "./media/characters/java/godkin.svg",
  12978. extra: 270 / 262,
  12979. bottom: 0.02
  12980. }
  12981. },
  12982. },
  12983. [
  12984. {
  12985. name: "Normal",
  12986. height: math.unit(11 + 8 / 12, "feet"),
  12987. default: true
  12988. },
  12989. ]
  12990. ))
  12991. characterMakers.push(() => makeCharacter(
  12992. { name: "Skoll" },
  12993. {
  12994. front: {
  12995. height: math.unit(7 + 8 / 12, "feet"),
  12996. weight: math.unit(320, "lb"),
  12997. name: "Front",
  12998. image: {
  12999. source: "./media/characters/skoll/front.svg",
  13000. extra: 232 / 220,
  13001. bottom: 0.02
  13002. }
  13003. },
  13004. },
  13005. [
  13006. {
  13007. name: "Normal",
  13008. height: math.unit(7 + 8 / 12, "feet"),
  13009. default: true
  13010. },
  13011. ]
  13012. ))
  13013. characterMakers.push(() => makeCharacter(
  13014. { name: "Purna" },
  13015. {
  13016. front: {
  13017. height: math.unit(5 + 9 / 12, "feet"),
  13018. weight: math.unit(170, "lb"),
  13019. name: "Front",
  13020. image: {
  13021. source: "./media/characters/purna/front.svg",
  13022. extra: 239 / 229,
  13023. bottom: 0.01
  13024. }
  13025. },
  13026. },
  13027. [
  13028. {
  13029. name: "Normal",
  13030. height: math.unit(5 + 9 / 12, "feet"),
  13031. default: true
  13032. },
  13033. ]
  13034. ))
  13035. characterMakers.push(() => makeCharacter(
  13036. { name: "Kuva" },
  13037. {
  13038. front: {
  13039. height: math.unit(5 + 9 / 12, "feet"),
  13040. weight: math.unit(142, "lb"),
  13041. name: "Front",
  13042. image: {
  13043. source: "./media/characters/kuva/front.svg",
  13044. extra: 281 / 271,
  13045. bottom: 0.006
  13046. }
  13047. },
  13048. },
  13049. [
  13050. {
  13051. name: "Normal",
  13052. height: math.unit(5 + 9 / 12, "feet"),
  13053. default: true
  13054. },
  13055. ]
  13056. ))
  13057. characterMakers.push(() => makeCharacter(
  13058. { name: "Embra" },
  13059. {
  13060. anthro: {
  13061. height: math.unit(9 + 2 / 12, "feet"),
  13062. weight: math.unit(270, "lb"),
  13063. name: "Anthro",
  13064. image: {
  13065. source: "./media/characters/embra/anthro.svg",
  13066. extra: 200 / 187,
  13067. bottom: 0.02
  13068. }
  13069. },
  13070. feral: {
  13071. height: math.unit(18 + 8 / 12, "feet"),
  13072. weight: math.unit(576, "lb"),
  13073. name: "Feral",
  13074. image: {
  13075. source: "./media/characters/embra/feral.svg",
  13076. extra: 152 / 137,
  13077. bottom: 0.037
  13078. }
  13079. },
  13080. },
  13081. [
  13082. {
  13083. name: "Normal",
  13084. height: math.unit(9 + 2 / 12, "feet"),
  13085. default: true
  13086. },
  13087. ]
  13088. ))
  13089. characterMakers.push(() => makeCharacter(
  13090. { name: "Grottos" },
  13091. {
  13092. anthro: {
  13093. height: math.unit(10 + 9 / 12, "feet"),
  13094. weight: math.unit(224, "lb"),
  13095. name: "Anthro",
  13096. image: {
  13097. source: "./media/characters/grottos/anthro.svg",
  13098. extra: 350 / 332,
  13099. bottom: 0.045
  13100. }
  13101. },
  13102. feral: {
  13103. height: math.unit(20 + 7 / 12, "feet"),
  13104. weight: math.unit(629, "lb"),
  13105. name: "Feral",
  13106. image: {
  13107. source: "./media/characters/grottos/feral.svg",
  13108. extra: 207 / 190,
  13109. bottom: 0.05
  13110. }
  13111. },
  13112. },
  13113. [
  13114. {
  13115. name: "Normal",
  13116. height: math.unit(10 + 9 / 12, "feet"),
  13117. default: true
  13118. },
  13119. ]
  13120. ))
  13121. characterMakers.push(() => makeCharacter(
  13122. { name: "Frifna" },
  13123. {
  13124. anthro: {
  13125. height: math.unit(9 + 6 / 12, "feet"),
  13126. weight: math.unit(298, "lb"),
  13127. name: "Anthro",
  13128. image: {
  13129. source: "./media/characters/frifna/anthro.svg",
  13130. extra: 282 / 269,
  13131. bottom: 0.015
  13132. }
  13133. },
  13134. feral: {
  13135. height: math.unit(16 + 2 / 12, "feet"),
  13136. weight: math.unit(624, "lb"),
  13137. name: "Feral",
  13138. image: {
  13139. source: "./media/characters/frifna/feral.svg"
  13140. }
  13141. },
  13142. },
  13143. [
  13144. {
  13145. name: "Normal",
  13146. height: math.unit(9 + 6 / 12, "feet"),
  13147. default: true
  13148. },
  13149. ]
  13150. ))
  13151. characterMakers.push(() => makeCharacter(
  13152. { name: "Elise" },
  13153. {
  13154. front: {
  13155. height: math.unit(6 + 2 / 12, "feet"),
  13156. weight: math.unit(168, "lb"),
  13157. name: "Front",
  13158. image: {
  13159. source: "./media/characters/elise/front.svg",
  13160. extra: 276 / 271
  13161. }
  13162. },
  13163. },
  13164. [
  13165. {
  13166. name: "Normal",
  13167. height: math.unit(6 + 2 / 12, "feet"),
  13168. default: true
  13169. },
  13170. ]
  13171. ))
  13172. characterMakers.push(() => makeCharacter(
  13173. { name: "Glade" },
  13174. {
  13175. front: {
  13176. height: math.unit(5 + 10 / 12, "feet"),
  13177. weight: math.unit(210, "lb"),
  13178. name: "Front",
  13179. image: {
  13180. source: "./media/characters/glade/front.svg",
  13181. extra: 258 / 247,
  13182. bottom: 0.008
  13183. }
  13184. },
  13185. },
  13186. [
  13187. {
  13188. name: "Normal",
  13189. height: math.unit(5 + 10 / 12, "feet"),
  13190. default: true
  13191. },
  13192. ]
  13193. ))
  13194. characterMakers.push(() => makeCharacter(
  13195. { name: "Rina" },
  13196. {
  13197. front: {
  13198. height: math.unit(5 + 10 / 12, "feet"),
  13199. weight: math.unit(129, "lb"),
  13200. name: "Front",
  13201. image: {
  13202. source: "./media/characters/rina/front.svg",
  13203. extra: 266 / 255,
  13204. bottom: 0.005
  13205. }
  13206. },
  13207. },
  13208. [
  13209. {
  13210. name: "Normal",
  13211. height: math.unit(5 + 10 / 12, "feet"),
  13212. default: true
  13213. },
  13214. ]
  13215. ))
  13216. characterMakers.push(() => makeCharacter(
  13217. { name: "Veronica" },
  13218. {
  13219. front: {
  13220. height: math.unit(6 + 1 / 12, "feet"),
  13221. weight: math.unit(192, "lb"),
  13222. name: "Front",
  13223. image: {
  13224. source: "./media/characters/veronica/front.svg",
  13225. extra: 319 / 309,
  13226. bottom: 0.005
  13227. }
  13228. },
  13229. },
  13230. [
  13231. {
  13232. name: "Normal",
  13233. height: math.unit(6 + 1 / 12, "feet"),
  13234. default: true
  13235. },
  13236. ]
  13237. ))
  13238. characterMakers.push(() => makeCharacter(
  13239. { name: "Braxton" },
  13240. {
  13241. front: {
  13242. height: math.unit(9 + 3 / 12, "feet"),
  13243. weight: math.unit(1100, "lb"),
  13244. name: "Front",
  13245. image: {
  13246. source: "./media/characters/braxton/front.svg",
  13247. extra: 1057 / 984,
  13248. bottom: 0.05
  13249. }
  13250. },
  13251. },
  13252. [
  13253. {
  13254. name: "Normal",
  13255. height: math.unit(9 + 3 / 12, "feet")
  13256. },
  13257. {
  13258. name: "Giant",
  13259. height: math.unit(300, "feet"),
  13260. default: true
  13261. },
  13262. {
  13263. name: "Macro",
  13264. height: math.unit(700, "feet")
  13265. },
  13266. {
  13267. name: "Megamacro",
  13268. height: math.unit(6000, "feet")
  13269. },
  13270. ]
  13271. ))
  13272. characterMakers.push(() => makeCharacter(
  13273. { name: "Blue Feyonics" },
  13274. {
  13275. front: {
  13276. height: math.unit(6 + 7 / 12, "feet"),
  13277. weight: math.unit(150, "lb"),
  13278. name: "Front",
  13279. image: {
  13280. source: "./media/characters/blue-feyonics/front.svg",
  13281. extra: 1403 / 1306,
  13282. bottom: 0.047
  13283. }
  13284. },
  13285. },
  13286. [
  13287. {
  13288. name: "Normal",
  13289. height: math.unit(6 + 7 / 12, "feet"),
  13290. default: true
  13291. },
  13292. ]
  13293. ))
  13294. characterMakers.push(() => makeCharacter(
  13295. { name: "Maxwell" },
  13296. {
  13297. front: {
  13298. height: math.unit(1.8, "meters"),
  13299. weight: math.unit(60, "kg"),
  13300. name: "Front",
  13301. image: {
  13302. source: "./media/characters/maxwell/front.svg",
  13303. extra: 2060 / 1873
  13304. }
  13305. },
  13306. },
  13307. [
  13308. {
  13309. name: "Micro",
  13310. height: math.unit(1, "mm")
  13311. },
  13312. {
  13313. name: "Normal",
  13314. height: math.unit(1.8, "meter"),
  13315. default: true
  13316. },
  13317. {
  13318. name: "Macro",
  13319. height: math.unit(30, "meters")
  13320. },
  13321. {
  13322. name: "Megamacro",
  13323. height: math.unit(10, "km")
  13324. },
  13325. ]
  13326. ))
  13327. characterMakers.push(() => makeCharacter(
  13328. { name: "Jack" },
  13329. {
  13330. front: {
  13331. height: math.unit(6, "feet"),
  13332. weight: math.unit(150, "lb"),
  13333. name: "Front",
  13334. image: {
  13335. source: "./media/characters/jack/front.svg",
  13336. extra: 1754 / 1640,
  13337. bottom: 0.01
  13338. }
  13339. },
  13340. },
  13341. [
  13342. {
  13343. name: "Normal",
  13344. height: math.unit(80000, "feet"),
  13345. default: true
  13346. },
  13347. {
  13348. name: "Max size",
  13349. height: math.unit(10, "lightyears")
  13350. },
  13351. ]
  13352. ))
  13353. characterMakers.push(() => makeCharacter(
  13354. { name: "Cafat" },
  13355. {
  13356. upright: {
  13357. height: math.unit(7, "feet"),
  13358. weight: math.unit(170, "lb"),
  13359. name: "Upright",
  13360. image: {
  13361. source: "./media/characters/cafat/upright.svg",
  13362. bottom: 0.01
  13363. }
  13364. },
  13365. uprightFull: {
  13366. height: math.unit(7, "feet"),
  13367. weight: math.unit(170, "lb"),
  13368. name: "Upright (Full)",
  13369. image: {
  13370. source: "./media/characters/cafat/upright-full.svg",
  13371. bottom: 0.01
  13372. }
  13373. },
  13374. side: {
  13375. height: math.unit(5, "feet"),
  13376. weight: math.unit(150, "lb"),
  13377. name: "Side",
  13378. image: {
  13379. source: "./media/characters/cafat/side.svg"
  13380. }
  13381. },
  13382. },
  13383. [
  13384. {
  13385. name: "Small",
  13386. height: math.unit(7, "feet"),
  13387. default: true
  13388. },
  13389. {
  13390. name: "Large",
  13391. height: math.unit(15.5, "feet")
  13392. },
  13393. ]
  13394. ))
  13395. characterMakers.push(() => makeCharacter(
  13396. { name: "Verin Raharra" },
  13397. {
  13398. front: {
  13399. height: math.unit(6, "feet"),
  13400. weight: math.unit(150, "lb"),
  13401. name: "Front",
  13402. image: {
  13403. source: "./media/characters/verin-raharra/front.svg",
  13404. extra: 5019 / 4835,
  13405. bottom: 0.023
  13406. }
  13407. },
  13408. },
  13409. [
  13410. {
  13411. name: "Normal",
  13412. height: math.unit(7 + 5 / 12, "feet"),
  13413. default: true
  13414. },
  13415. {
  13416. name: "Upsized",
  13417. height: math.unit(20, "feet")
  13418. },
  13419. ]
  13420. ))
  13421. characterMakers.push(() => makeCharacter(
  13422. { name: "Nakata" },
  13423. {
  13424. front: {
  13425. height: math.unit(7, "feet"),
  13426. weight: math.unit(230, "lb"),
  13427. name: "Front",
  13428. image: {
  13429. source: "./media/characters/nakata/front.svg",
  13430. extra: 1.005,
  13431. bottom: 0.01
  13432. }
  13433. },
  13434. },
  13435. [
  13436. {
  13437. name: "Normal",
  13438. height: math.unit(7, "feet"),
  13439. default: true
  13440. },
  13441. {
  13442. name: "Big",
  13443. height: math.unit(14, "feet")
  13444. },
  13445. {
  13446. name: "Macro",
  13447. height: math.unit(400, "feet")
  13448. },
  13449. ]
  13450. ))
  13451. characterMakers.push(() => makeCharacter(
  13452. { name: "Lily" },
  13453. {
  13454. front: {
  13455. height: math.unit(4.91, "feet"),
  13456. weight: math.unit(100, "lb"),
  13457. name: "Front",
  13458. image: {
  13459. source: "./media/characters/lily/front.svg",
  13460. extra: 1585 / 1415,
  13461. bottom: 0.02
  13462. }
  13463. },
  13464. },
  13465. [
  13466. {
  13467. name: "Normal",
  13468. height: math.unit(4.91, "feet"),
  13469. default: true
  13470. },
  13471. ]
  13472. ))
  13473. characterMakers.push(() => makeCharacter(
  13474. { name: "Sheila" },
  13475. {
  13476. laying: {
  13477. height: math.unit(4 + 4 / 12, "feet"),
  13478. weight: math.unit(600, "lb"),
  13479. name: "Laying",
  13480. image: {
  13481. source: "./media/characters/sheila/laying.svg",
  13482. extra: 1333 / 1265,
  13483. bottom: 0.16
  13484. }
  13485. },
  13486. },
  13487. [
  13488. {
  13489. name: "Normal",
  13490. height: math.unit(4 + 4 / 12, "feet"),
  13491. default: true
  13492. },
  13493. ]
  13494. ))
  13495. characterMakers.push(() => makeCharacter(
  13496. { name: "Sax" },
  13497. {
  13498. front: {
  13499. height: math.unit(6, "feet"),
  13500. weight: math.unit(190, "lb"),
  13501. name: "Front",
  13502. image: {
  13503. source: "./media/characters/sax/front.svg",
  13504. extra: 1187 / 973,
  13505. bottom: 0.042
  13506. }
  13507. },
  13508. },
  13509. [
  13510. {
  13511. name: "Micro",
  13512. height: math.unit(4, "inches"),
  13513. default: true
  13514. },
  13515. ]
  13516. ))
  13517. characterMakers.push(() => makeCharacter(
  13518. { name: "Pandora" },
  13519. {
  13520. front: {
  13521. height: math.unit(6, "feet"),
  13522. weight: math.unit(150, "lb"),
  13523. name: "Front",
  13524. image: {
  13525. source: "./media/characters/pandora/front.svg",
  13526. extra: 2720 / 2556,
  13527. bottom: 0.015
  13528. }
  13529. },
  13530. back: {
  13531. height: math.unit(6, "feet"),
  13532. weight: math.unit(150, "lb"),
  13533. name: "Back",
  13534. image: {
  13535. source: "./media/characters/pandora/back.svg",
  13536. extra: 2720 / 2556,
  13537. bottom: 0.01
  13538. }
  13539. },
  13540. beans: {
  13541. height: math.unit(6 / 8, "feet"),
  13542. name: "Beans",
  13543. image: {
  13544. source: "./media/characters/pandora/beans.svg"
  13545. }
  13546. },
  13547. skirt: {
  13548. height: math.unit(6, "feet"),
  13549. weight: math.unit(150, "lb"),
  13550. name: "Skirt",
  13551. image: {
  13552. source: "./media/characters/pandora/skirt.svg",
  13553. extra: 1622 / 1525,
  13554. bottom: 0.015
  13555. }
  13556. },
  13557. hoodie: {
  13558. height: math.unit(6, "feet"),
  13559. weight: math.unit(150, "lb"),
  13560. name: "Hoodie",
  13561. image: {
  13562. source: "./media/characters/pandora/hoodie.svg",
  13563. extra: 1622 / 1525,
  13564. bottom: 0.015
  13565. }
  13566. },
  13567. casual: {
  13568. height: math.unit(6, "feet"),
  13569. weight: math.unit(150, "lb"),
  13570. name: "Casual",
  13571. image: {
  13572. source: "./media/characters/pandora/casual.svg",
  13573. extra: 1622 / 1525,
  13574. bottom: 0.015
  13575. }
  13576. },
  13577. },
  13578. [
  13579. {
  13580. name: "Normal",
  13581. height: math.unit(6, "feet")
  13582. },
  13583. {
  13584. name: "Big Steppy",
  13585. height: math.unit(1, "km"),
  13586. default: true
  13587. },
  13588. ]
  13589. ))
  13590. characterMakers.push(() => makeCharacter(
  13591. { name: "Venio Darcony" },
  13592. {
  13593. side: {
  13594. height: math.unit(10, "feet"),
  13595. weight: math.unit(800, "kg"),
  13596. name: "Side",
  13597. image: {
  13598. source: "./media/characters/venio-darcony/side.svg",
  13599. extra: 1373 / 1003,
  13600. bottom: 0.037
  13601. }
  13602. },
  13603. front: {
  13604. height: math.unit(19, "feet"),
  13605. weight: math.unit(800, "kg"),
  13606. name: "Front",
  13607. image: {
  13608. source: "./media/characters/venio-darcony/front.svg"
  13609. }
  13610. },
  13611. back: {
  13612. height: math.unit(19, "feet"),
  13613. weight: math.unit(800, "kg"),
  13614. name: "Back",
  13615. image: {
  13616. source: "./media/characters/venio-darcony/back.svg"
  13617. }
  13618. },
  13619. sideNsfw: {
  13620. height: math.unit(10, "feet"),
  13621. weight: math.unit(800, "kg"),
  13622. name: "Side (NSFW)",
  13623. image: {
  13624. source: "./media/characters/venio-darcony/side-nsfw.svg",
  13625. extra: 1373 / 1003,
  13626. bottom: 0.037
  13627. }
  13628. },
  13629. frontNsfw: {
  13630. height: math.unit(19, "feet"),
  13631. weight: math.unit(800, "kg"),
  13632. name: "Front (NSFW)",
  13633. image: {
  13634. source: "./media/characters/venio-darcony/front-nsfw.svg"
  13635. }
  13636. },
  13637. backNsfw: {
  13638. height: math.unit(19, "feet"),
  13639. weight: math.unit(800, "kg"),
  13640. name: "Back (NSFW)",
  13641. image: {
  13642. source: "./media/characters/venio-darcony/back-nsfw.svg"
  13643. }
  13644. },
  13645. sideArmored: {
  13646. height: math.unit(10, "feet"),
  13647. weight: math.unit(800, "kg"),
  13648. name: "Side (Armored)",
  13649. image: {
  13650. source: "./media/characters/venio-darcony/side-armored.svg",
  13651. extra: 1373 / 1003,
  13652. bottom: 0.037
  13653. }
  13654. },
  13655. frontArmored: {
  13656. height: math.unit(19, "feet"),
  13657. weight: math.unit(900, "kg"),
  13658. name: "Front (Armored)",
  13659. image: {
  13660. source: "./media/characters/venio-darcony/front-armored.svg"
  13661. }
  13662. },
  13663. backArmored: {
  13664. height: math.unit(19, "feet"),
  13665. weight: math.unit(900, "kg"),
  13666. name: "Back (Armored)",
  13667. image: {
  13668. source: "./media/characters/venio-darcony/back-armored.svg"
  13669. }
  13670. },
  13671. sword: {
  13672. height: math.unit(10, "feet"),
  13673. weight: math.unit(50, "lb"),
  13674. name: "Sword",
  13675. image: {
  13676. source: "./media/characters/venio-darcony/sword.svg"
  13677. }
  13678. },
  13679. },
  13680. [
  13681. {
  13682. name: "Normal",
  13683. height: math.unit(10, "feet")
  13684. },
  13685. {
  13686. name: "Macro",
  13687. height: math.unit(130, "feet"),
  13688. default: true
  13689. },
  13690. {
  13691. name: "Macro+",
  13692. height: math.unit(240, "feet")
  13693. },
  13694. ]
  13695. ))
  13696. characterMakers.push(() => makeCharacter(
  13697. { name: "Veski" },
  13698. {
  13699. front: {
  13700. height: math.unit(6, "feet"),
  13701. weight: math.unit(150, "lb"),
  13702. name: "Front",
  13703. image: {
  13704. source: "./media/characters/veski/front.svg",
  13705. extra: 1299 / 1225,
  13706. bottom: 0.04
  13707. }
  13708. },
  13709. back: {
  13710. height: math.unit(6, "feet"),
  13711. weight: math.unit(150, "lb"),
  13712. name: "Back",
  13713. image: {
  13714. source: "./media/characters/veski/back.svg",
  13715. extra: 1299 / 1225,
  13716. bottom: 0.008
  13717. }
  13718. },
  13719. maw: {
  13720. height: math.unit(1.5 * 1.21, "feet"),
  13721. name: "Maw",
  13722. image: {
  13723. source: "./media/characters/veski/maw.svg"
  13724. }
  13725. },
  13726. },
  13727. [
  13728. {
  13729. name: "Macro",
  13730. height: math.unit(2, "km"),
  13731. default: true
  13732. },
  13733. ]
  13734. ))
  13735. characterMakers.push(() => makeCharacter(
  13736. { name: "Isabelle" },
  13737. {
  13738. front: {
  13739. height: math.unit(5 + 7 / 12, "feet"),
  13740. name: "Front",
  13741. image: {
  13742. source: "./media/characters/isabelle/front.svg",
  13743. extra: 2130 / 1976,
  13744. bottom: 0.05
  13745. }
  13746. },
  13747. },
  13748. [
  13749. {
  13750. name: "Supermicro",
  13751. height: math.unit(10, "micrometers")
  13752. },
  13753. {
  13754. name: "Micro",
  13755. height: math.unit(1, "inch")
  13756. },
  13757. {
  13758. name: "Tiny",
  13759. height: math.unit(5, "inches")
  13760. },
  13761. {
  13762. name: "Standard",
  13763. height: math.unit(5 + 7 / 12, "inches")
  13764. },
  13765. {
  13766. name: "Macro",
  13767. height: math.unit(80, "meters"),
  13768. default: true
  13769. },
  13770. {
  13771. name: "Megamacro",
  13772. height: math.unit(250, "meters")
  13773. },
  13774. {
  13775. name: "Gigamacro",
  13776. height: math.unit(5, "km")
  13777. },
  13778. {
  13779. name: "Cosmic",
  13780. height: math.unit(2.5e6, "miles")
  13781. },
  13782. ]
  13783. ))
  13784. characterMakers.push(() => makeCharacter(
  13785. { name: "Hanzo" },
  13786. {
  13787. front: {
  13788. height: math.unit(6, "feet"),
  13789. weight: math.unit(150, "lb"),
  13790. name: "Front",
  13791. image: {
  13792. source: "./media/characters/hanzo/front.svg",
  13793. extra: 374 / 344,
  13794. bottom: 0.02
  13795. }
  13796. },
  13797. },
  13798. [
  13799. {
  13800. name: "Normal",
  13801. height: math.unit(8, "feet"),
  13802. default: true
  13803. },
  13804. ]
  13805. ))
  13806. characterMakers.push(() => makeCharacter(
  13807. { name: "Anna" },
  13808. {
  13809. front: {
  13810. height: math.unit(7, "feet"),
  13811. weight: math.unit(130, "lb"),
  13812. name: "Front",
  13813. image: {
  13814. source: "./media/characters/anna/front.svg",
  13815. extra: 169 / 145,
  13816. bottom: 0.06
  13817. }
  13818. },
  13819. full: {
  13820. height: math.unit(4.96, "feet"),
  13821. weight: math.unit(220, "lb"),
  13822. name: "Full",
  13823. image: {
  13824. source: "./media/characters/anna/full.svg",
  13825. extra: 138 / 114,
  13826. bottom: 0.15
  13827. }
  13828. },
  13829. tongue: {
  13830. height: math.unit(2.53, "feet"),
  13831. name: "Tongue",
  13832. image: {
  13833. source: "./media/characters/anna/tongue.svg"
  13834. }
  13835. },
  13836. },
  13837. [
  13838. {
  13839. name: "Normal",
  13840. height: math.unit(7, "feet"),
  13841. default: true
  13842. },
  13843. ]
  13844. ))
  13845. characterMakers.push(() => makeCharacter(
  13846. { name: "Ian Corvid" },
  13847. {
  13848. front: {
  13849. height: math.unit(7, "feet"),
  13850. weight: math.unit(150, "lb"),
  13851. name: "Front",
  13852. image: {
  13853. source: "./media/characters/ian-corvid/front.svg",
  13854. extra: 150 / 142,
  13855. bottom: 0.02
  13856. }
  13857. },
  13858. back: {
  13859. height: math.unit(7, "feet"),
  13860. weight: math.unit(150, "lb"),
  13861. name: "Back",
  13862. image: {
  13863. source: "./media/characters/ian-corvid/back.svg",
  13864. extra: 150 / 143,
  13865. bottom: 0.01
  13866. }
  13867. },
  13868. stomping: {
  13869. height: math.unit(7, "feet"),
  13870. weight: math.unit(150, "lb"),
  13871. name: "Stomping",
  13872. image: {
  13873. source: "./media/characters/ian-corvid/stomping.svg",
  13874. extra: 76 / 72
  13875. }
  13876. },
  13877. sitting: {
  13878. height: math.unit(7 / 1.8, "feet"),
  13879. weight: math.unit(150, "lb"),
  13880. name: "Sitting",
  13881. image: {
  13882. source: "./media/characters/ian-corvid/sitting.svg",
  13883. extra: 1400 / 1269,
  13884. bottom: 0.15
  13885. }
  13886. },
  13887. },
  13888. [
  13889. {
  13890. name: "Tiny Microw",
  13891. height: math.unit(1, "inch")
  13892. },
  13893. {
  13894. name: "Microw",
  13895. height: math.unit(6, "inches")
  13896. },
  13897. {
  13898. name: "Crow",
  13899. height: math.unit(7 + 1 / 12, "feet"),
  13900. default: true
  13901. },
  13902. {
  13903. name: "Macrow",
  13904. height: math.unit(176, "feet")
  13905. },
  13906. ]
  13907. ))
  13908. characterMakers.push(() => makeCharacter(
  13909. { name: "Natalie Kellon" },
  13910. {
  13911. front: {
  13912. height: math.unit(5 + 7 / 12, "feet"),
  13913. weight: math.unit(147, "lb"),
  13914. name: "Front",
  13915. image: {
  13916. source: "./media/characters/natalie-kellon/front.svg",
  13917. extra: 1214 / 1141,
  13918. bottom: 0.02
  13919. }
  13920. },
  13921. },
  13922. [
  13923. {
  13924. name: "Micro",
  13925. height: math.unit(1 / 16, "inch")
  13926. },
  13927. {
  13928. name: "Tiny",
  13929. height: math.unit(4, "inches")
  13930. },
  13931. {
  13932. name: "Normal",
  13933. height: math.unit(5 + 7 / 12, "feet"),
  13934. default: true
  13935. },
  13936. {
  13937. name: "Amazon",
  13938. height: math.unit(12, "feet")
  13939. },
  13940. {
  13941. name: "Giantess",
  13942. height: math.unit(160, "meters")
  13943. },
  13944. {
  13945. name: "Titaness",
  13946. height: math.unit(800, "meters")
  13947. },
  13948. ]
  13949. ))
  13950. characterMakers.push(() => makeCharacter(
  13951. { name: "Alluria" },
  13952. {
  13953. front: {
  13954. height: math.unit(6, "feet"),
  13955. weight: math.unit(150, "lb"),
  13956. name: "Front",
  13957. image: {
  13958. source: "./media/characters/alluria/front.svg",
  13959. extra: 806 / 738,
  13960. bottom: 0.01
  13961. }
  13962. },
  13963. side: {
  13964. height: math.unit(6, "feet"),
  13965. weight: math.unit(150, "lb"),
  13966. name: "Side",
  13967. image: {
  13968. source: "./media/characters/alluria/side.svg",
  13969. extra: 800 / 750,
  13970. }
  13971. },
  13972. back: {
  13973. height: math.unit(6, "feet"),
  13974. weight: math.unit(150, "lb"),
  13975. name: "Back",
  13976. image: {
  13977. source: "./media/characters/alluria/back.svg",
  13978. extra: 806 / 738,
  13979. }
  13980. },
  13981. frontMaid: {
  13982. height: math.unit(6, "feet"),
  13983. weight: math.unit(150, "lb"),
  13984. name: "Front (Maid)",
  13985. image: {
  13986. source: "./media/characters/alluria/front-maid.svg",
  13987. extra: 806 / 738,
  13988. bottom: 0.01
  13989. }
  13990. },
  13991. sideMaid: {
  13992. height: math.unit(6, "feet"),
  13993. weight: math.unit(150, "lb"),
  13994. name: "Side (Maid)",
  13995. image: {
  13996. source: "./media/characters/alluria/side-maid.svg",
  13997. extra: 800 / 750,
  13998. bottom: 0.005
  13999. }
  14000. },
  14001. backMaid: {
  14002. height: math.unit(6, "feet"),
  14003. weight: math.unit(150, "lb"),
  14004. name: "Back (Maid)",
  14005. image: {
  14006. source: "./media/characters/alluria/back-maid.svg",
  14007. extra: 806 / 738,
  14008. }
  14009. },
  14010. },
  14011. [
  14012. {
  14013. name: "Micro",
  14014. height: math.unit(6, "inches"),
  14015. default: true
  14016. },
  14017. ]
  14018. ))
  14019. characterMakers.push(() => makeCharacter(
  14020. { name: "Kyle" },
  14021. {
  14022. front: {
  14023. height: math.unit(6, "feet"),
  14024. weight: math.unit(150, "lb"),
  14025. name: "Front",
  14026. image: {
  14027. source: "./media/characters/kyle/front.svg",
  14028. extra: 1069 / 962,
  14029. bottom: 77.228 / 1727.45
  14030. }
  14031. },
  14032. },
  14033. [
  14034. {
  14035. name: "Macro",
  14036. height: math.unit(150, "feet"),
  14037. default: true
  14038. },
  14039. ]
  14040. ))
  14041. characterMakers.push(() => makeCharacter(
  14042. { name: "Duncan" },
  14043. {
  14044. front: {
  14045. height: math.unit(6, "feet"),
  14046. weight: math.unit(300, "lb"),
  14047. name: "Front",
  14048. image: {
  14049. source: "./media/characters/duncan/front.svg",
  14050. extra: 1650 / 1482,
  14051. bottom: 0.05
  14052. }
  14053. },
  14054. },
  14055. [
  14056. {
  14057. name: "Macro",
  14058. height: math.unit(100, "feet"),
  14059. default: true
  14060. },
  14061. ]
  14062. ))
  14063. characterMakers.push(() => makeCharacter(
  14064. { name: "Memory" },
  14065. {
  14066. front: {
  14067. height: math.unit(5 + 4 / 12, "feet"),
  14068. weight: math.unit(220, "lb"),
  14069. name: "Front",
  14070. image: {
  14071. source: "./media/characters/memory/front.svg",
  14072. extra: 3641 / 3545,
  14073. bottom: 0.03
  14074. }
  14075. },
  14076. back: {
  14077. height: math.unit(5 + 4 / 12, "feet"),
  14078. weight: math.unit(220, "lb"),
  14079. name: "Back",
  14080. image: {
  14081. source: "./media/characters/memory/back.svg",
  14082. extra: 3641 / 3545,
  14083. bottom: 0.025
  14084. }
  14085. },
  14086. frontSkirt: {
  14087. height: math.unit(5 + 4 / 12, "feet"),
  14088. weight: math.unit(220, "lb"),
  14089. name: "Front (Skirt)",
  14090. image: {
  14091. source: "./media/characters/memory/front-skirt.svg",
  14092. extra: 3641 / 3545,
  14093. bottom: 0.03
  14094. }
  14095. },
  14096. frontDress: {
  14097. height: math.unit(5 + 4 / 12, "feet"),
  14098. weight: math.unit(220, "lb"),
  14099. name: "Front (Dress)",
  14100. image: {
  14101. source: "./media/characters/memory/front-dress.svg",
  14102. extra: 3641 / 3545,
  14103. bottom: 0.03
  14104. }
  14105. },
  14106. },
  14107. [
  14108. {
  14109. name: "Micro",
  14110. height: math.unit(6, "inches"),
  14111. default: true
  14112. },
  14113. {
  14114. name: "Normal",
  14115. height: math.unit(5 + 4 / 12, "feet")
  14116. },
  14117. ]
  14118. ))
  14119. characterMakers.push(() => makeCharacter(
  14120. { name: "Luno" },
  14121. {
  14122. front: {
  14123. height: math.unit(4 + 11 / 12, "feet"),
  14124. weight: math.unit(100, "lb"),
  14125. name: "Front",
  14126. image: {
  14127. source: "./media/characters/luno/front.svg",
  14128. extra: 1535 / 1487,
  14129. bottom: 0.03
  14130. }
  14131. },
  14132. },
  14133. [
  14134. {
  14135. name: "Micro",
  14136. height: math.unit(3, "inches")
  14137. },
  14138. {
  14139. name: "Normal",
  14140. height: math.unit(4 + 11 / 12, "feet"),
  14141. default: true
  14142. },
  14143. {
  14144. name: "Macro",
  14145. height: math.unit(300, "feet")
  14146. },
  14147. {
  14148. name: "Megamacro",
  14149. height: math.unit(700, "miles")
  14150. },
  14151. ]
  14152. ))
  14153. characterMakers.push(() => makeCharacter(
  14154. { name: "Jamesy" },
  14155. {
  14156. front: {
  14157. height: math.unit(6 + 2 / 12, "feet"),
  14158. weight: math.unit(170, "lb"),
  14159. name: "Front",
  14160. image: {
  14161. source: "./media/characters/jamesy/front.svg",
  14162. extra: 440 / 382,
  14163. bottom: 0.005
  14164. }
  14165. },
  14166. },
  14167. [
  14168. {
  14169. name: "Micro",
  14170. height: math.unit(3, "inches")
  14171. },
  14172. {
  14173. name: "Normal",
  14174. height: math.unit(6 + 2 / 12, "feet"),
  14175. default: true
  14176. },
  14177. {
  14178. name: "Macro",
  14179. height: math.unit(300, "feet")
  14180. },
  14181. {
  14182. name: "Megamacro",
  14183. height: math.unit(700, "miles")
  14184. },
  14185. ]
  14186. ))
  14187. characterMakers.push(() => makeCharacter(
  14188. { name: "Mark" },
  14189. {
  14190. front: {
  14191. height: math.unit(6, "feet"),
  14192. weight: math.unit(160, "lb"),
  14193. name: "Front",
  14194. image: {
  14195. source: "./media/characters/mark/front.svg",
  14196. extra: 3300 / 3100,
  14197. bottom: 136.42 / 3440.47
  14198. }
  14199. },
  14200. },
  14201. [
  14202. {
  14203. name: "Macro",
  14204. height: math.unit(120, "meters")
  14205. },
  14206. {
  14207. name: "Bigger Macro",
  14208. height: math.unit(350, "meters")
  14209. },
  14210. {
  14211. name: "Megamacro",
  14212. height: math.unit(8, "km"),
  14213. default: true
  14214. },
  14215. {
  14216. name: "Continental",
  14217. height: math.unit(4550, "km")
  14218. },
  14219. {
  14220. name: "Planetary",
  14221. height: math.unit(65000, "km")
  14222. },
  14223. ]
  14224. ))
  14225. characterMakers.push(() => makeCharacter(
  14226. { name: "Mac" },
  14227. {
  14228. front: {
  14229. height: math.unit(6, "feet"),
  14230. weight: math.unit(400, "lb"),
  14231. name: "Front",
  14232. image: {
  14233. source: "./media/characters/mac/front.svg",
  14234. extra: 1048 / 987.7,
  14235. bottom: 60 / 1107.6,
  14236. }
  14237. },
  14238. },
  14239. [
  14240. {
  14241. name: "Macro",
  14242. height: math.unit(500, "feet"),
  14243. default: true
  14244. },
  14245. ]
  14246. ))
  14247. characterMakers.push(() => makeCharacter(
  14248. { name: "Bari" },
  14249. {
  14250. front: {
  14251. height: math.unit(5 + 2 / 12, "feet"),
  14252. weight: math.unit(190, "lb"),
  14253. name: "Front",
  14254. image: {
  14255. source: "./media/characters/bari/front.svg",
  14256. extra: 3156 / 2880,
  14257. bottom: 0.03
  14258. }
  14259. },
  14260. back: {
  14261. height: math.unit(5 + 2 / 12, "feet"),
  14262. weight: math.unit(190, "lb"),
  14263. name: "Back",
  14264. image: {
  14265. source: "./media/characters/bari/back.svg",
  14266. extra: 3260 / 2834,
  14267. bottom: 0.025
  14268. }
  14269. },
  14270. frontPlush: {
  14271. height: math.unit(5 + 2 / 12, "feet"),
  14272. weight: math.unit(190, "lb"),
  14273. name: "Front (Plush)",
  14274. image: {
  14275. source: "./media/characters/bari/front-plush.svg",
  14276. extra: 1112 / 1061,
  14277. bottom: 0.002
  14278. }
  14279. },
  14280. },
  14281. [
  14282. {
  14283. name: "Micro",
  14284. height: math.unit(3, "inches")
  14285. },
  14286. {
  14287. name: "Normal",
  14288. height: math.unit(5 + 2 / 12, "feet"),
  14289. default: true
  14290. },
  14291. {
  14292. name: "Macro",
  14293. height: math.unit(20, "feet")
  14294. },
  14295. ]
  14296. ))
  14297. characterMakers.push(() => makeCharacter(
  14298. { name: "Hunter Misha Raven" },
  14299. {
  14300. front: {
  14301. height: math.unit(6 + 1 / 12, "feet"),
  14302. weight: math.unit(275, "lb"),
  14303. name: "Front",
  14304. image: {
  14305. source: "./media/characters/hunter-misha-raven/front.svg"
  14306. }
  14307. },
  14308. },
  14309. [
  14310. {
  14311. name: "Mortal",
  14312. height: math.unit(6 + 1 / 12, "feet")
  14313. },
  14314. {
  14315. name: "Divine",
  14316. height: math.unit(1.12134e34, "parsecs"),
  14317. default: true
  14318. },
  14319. ]
  14320. ))
  14321. characterMakers.push(() => makeCharacter(
  14322. { name: "Max Calore" },
  14323. {
  14324. front: {
  14325. height: math.unit(6 + 3 / 12, "feet"),
  14326. weight: math.unit(220, "lb"),
  14327. name: "Front",
  14328. image: {
  14329. source: "./media/characters/max-calore/front.svg",
  14330. extra: 1700 / 1648,
  14331. bottom: 0.01
  14332. }
  14333. },
  14334. back: {
  14335. height: math.unit(6 + 3 / 12, "feet"),
  14336. weight: math.unit(220, "lb"),
  14337. name: "Back",
  14338. image: {
  14339. source: "./media/characters/max-calore/back.svg",
  14340. extra: 1700 / 1648,
  14341. bottom: 0.01
  14342. }
  14343. },
  14344. },
  14345. [
  14346. {
  14347. name: "Normal",
  14348. height: math.unit(6 + 3 / 12, "feet"),
  14349. default: true
  14350. },
  14351. ]
  14352. ))
  14353. characterMakers.push(() => makeCharacter(
  14354. { name: "Aspen" },
  14355. {
  14356. side: {
  14357. height: math.unit(2 + 8 / 12, "feet"),
  14358. weight: math.unit(99, "lb"),
  14359. name: "Side",
  14360. image: {
  14361. source: "./media/characters/aspen/side.svg",
  14362. extra: 152 / 138,
  14363. bottom: 0.032
  14364. }
  14365. },
  14366. },
  14367. [
  14368. {
  14369. name: "Normal",
  14370. height: math.unit(2 + 8 / 12, "feet"),
  14371. default: true
  14372. },
  14373. ]
  14374. ))
  14375. characterMakers.push(() => makeCharacter(
  14376. { name: "Sheila (Feral Wolf)" },
  14377. {
  14378. side: {
  14379. height: math.unit(3 + 2 / 12, "feet"),
  14380. weight: math.unit(224, "lb"),
  14381. name: "Side",
  14382. image: {
  14383. source: "./media/characters/sheila-feral-wolf/side.svg",
  14384. extra: 179 / 166,
  14385. bottom: 0.03
  14386. }
  14387. },
  14388. },
  14389. [
  14390. {
  14391. name: "Normal",
  14392. height: math.unit(3 + 2 / 12, "feet"),
  14393. default: true
  14394. },
  14395. ]
  14396. ))
  14397. characterMakers.push(() => makeCharacter(
  14398. { name: "Michelle" },
  14399. {
  14400. side: {
  14401. height: math.unit(1 + 9 / 12, "feet"),
  14402. weight: math.unit(38, "lb"),
  14403. name: "Side",
  14404. image: {
  14405. source: "./media/characters/michelle/side.svg",
  14406. extra: 147 / 136.7,
  14407. bottom: 0.03
  14408. }
  14409. },
  14410. },
  14411. [
  14412. {
  14413. name: "Normal",
  14414. height: math.unit(1 + 9 / 12, "feet"),
  14415. default: true
  14416. },
  14417. ]
  14418. ))
  14419. characterMakers.push(() => makeCharacter(
  14420. { name: "Nino" },
  14421. {
  14422. front: {
  14423. height: math.unit(1 + 1 / 12, "feet"),
  14424. weight: math.unit(18, "lb"),
  14425. name: "Front",
  14426. image: {
  14427. source: "./media/characters/nino/front.svg"
  14428. }
  14429. },
  14430. },
  14431. [
  14432. {
  14433. name: "Normal",
  14434. height: math.unit(1 + 1 / 12, "feet"),
  14435. default: true
  14436. },
  14437. ]
  14438. ))
  14439. characterMakers.push(() => makeCharacter(
  14440. { name: "Viola" },
  14441. {
  14442. front: {
  14443. height: math.unit(1, "feet"),
  14444. weight: math.unit(16, "lb"),
  14445. name: "Front",
  14446. image: {
  14447. source: "./media/characters/viola/front.svg"
  14448. }
  14449. },
  14450. },
  14451. [
  14452. {
  14453. name: "Normal",
  14454. height: math.unit(1, "feet"),
  14455. default: true
  14456. },
  14457. ]
  14458. ))
  14459. characterMakers.push(() => makeCharacter(
  14460. { name: "Atlas" },
  14461. {
  14462. front: {
  14463. height: math.unit(6 + 5 / 12, "feet"),
  14464. weight: math.unit(580, "lb"),
  14465. name: "Front",
  14466. image: {
  14467. source: "./media/characters/atlas/front.svg",
  14468. extra: 298.5 / 290,
  14469. bottom: 0.015
  14470. }
  14471. },
  14472. },
  14473. [
  14474. {
  14475. name: "Normal",
  14476. height: math.unit(6 + 5 / 12, "feet"),
  14477. default: true
  14478. },
  14479. ]
  14480. ))
  14481. characterMakers.push(() => makeCharacter(
  14482. { name: "Davy" },
  14483. {
  14484. side: {
  14485. height: math.unit(1 + 10 / 12, "feet"),
  14486. weight: math.unit(25, "lb"),
  14487. name: "Side",
  14488. image: {
  14489. source: "./media/characters/davy/side.svg",
  14490. extra: 200 / 170,
  14491. bottom: 0.01
  14492. }
  14493. },
  14494. },
  14495. [
  14496. {
  14497. name: "Normal",
  14498. height: math.unit(1 + 10 / 12, "feet"),
  14499. default: true
  14500. },
  14501. ]
  14502. ))
  14503. characterMakers.push(() => makeCharacter(
  14504. { name: "Fiona" },
  14505. {
  14506. side: {
  14507. height: math.unit(4 + 8 / 12, "feet"),
  14508. weight: math.unit(166, "lb"),
  14509. name: "Side",
  14510. image: {
  14511. source: "./media/characters/fiona/side.svg",
  14512. extra: 232 / 220,
  14513. bottom: 0.03
  14514. }
  14515. },
  14516. },
  14517. [
  14518. {
  14519. name: "Normal",
  14520. height: math.unit(4 + 8 / 12, "feet"),
  14521. default: true
  14522. },
  14523. ]
  14524. ))
  14525. characterMakers.push(() => makeCharacter(
  14526. { name: "Lyla" },
  14527. {
  14528. front: {
  14529. height: math.unit(2, "feet"),
  14530. weight: math.unit(62, "lb"),
  14531. name: "Front",
  14532. image: {
  14533. source: "./media/characters/lyla/front.svg",
  14534. bottom: 0.1
  14535. }
  14536. },
  14537. },
  14538. [
  14539. {
  14540. name: "Normal",
  14541. height: math.unit(2, "feet"),
  14542. default: true
  14543. },
  14544. ]
  14545. ))
  14546. characterMakers.push(() => makeCharacter(
  14547. { name: "Perseus" },
  14548. {
  14549. side: {
  14550. height: math.unit(1.8, "feet"),
  14551. weight: math.unit(44, "lb"),
  14552. name: "Side",
  14553. image: {
  14554. source: "./media/characters/perseus/side.svg",
  14555. bottom: 0.21
  14556. }
  14557. },
  14558. },
  14559. [
  14560. {
  14561. name: "Normal",
  14562. height: math.unit(1.8, "feet"),
  14563. default: true
  14564. },
  14565. ]
  14566. ))
  14567. characterMakers.push(() => makeCharacter(
  14568. { name: "Remus" },
  14569. {
  14570. side: {
  14571. height: math.unit(4 + 2 / 12, "feet"),
  14572. weight: math.unit(20, "lb"),
  14573. name: "Side",
  14574. image: {
  14575. source: "./media/characters/remus/side.svg"
  14576. }
  14577. },
  14578. },
  14579. [
  14580. {
  14581. name: "Normal",
  14582. height: math.unit(4 + 2 / 12, "feet"),
  14583. default: true
  14584. },
  14585. ]
  14586. ))
  14587. characterMakers.push(() => makeCharacter(
  14588. { name: "Raf" },
  14589. {
  14590. front: {
  14591. height: math.unit(4 + 11 / 12, "feet"),
  14592. weight: math.unit(114, "lb"),
  14593. name: "Front",
  14594. image: {
  14595. source: "./media/characters/raf/front.svg",
  14596. bottom: 0.01
  14597. }
  14598. },
  14599. side: {
  14600. height: math.unit(4 + 11 / 12, "feet"),
  14601. weight: math.unit(114, "lb"),
  14602. name: "Side",
  14603. image: {
  14604. source: "./media/characters/raf/side.svg",
  14605. bottom: 0.005
  14606. }
  14607. },
  14608. },
  14609. [
  14610. {
  14611. name: "Micro",
  14612. height: math.unit(2, "inches")
  14613. },
  14614. {
  14615. name: "Normal",
  14616. height: math.unit(4 + 11 / 12, "feet"),
  14617. default: true
  14618. },
  14619. {
  14620. name: "Macro",
  14621. height: math.unit(70, "feet")
  14622. },
  14623. ]
  14624. ))
  14625. characterMakers.push(() => makeCharacter(
  14626. { name: "Liam Einarr" },
  14627. {
  14628. front: {
  14629. height: math.unit(1.5, "meters"),
  14630. weight: math.unit(68, "kg"),
  14631. name: "Front",
  14632. image: {
  14633. source: "./media/characters/liam-einarr/front.svg",
  14634. extra: 2822 / 2666
  14635. }
  14636. },
  14637. back: {
  14638. height: math.unit(1.5, "meters"),
  14639. weight: math.unit(68, "kg"),
  14640. name: "Back",
  14641. image: {
  14642. source: "./media/characters/liam-einarr/back.svg",
  14643. extra: 2822 / 2666,
  14644. bottom: 0.015
  14645. }
  14646. },
  14647. },
  14648. [
  14649. {
  14650. name: "Normal",
  14651. height: math.unit(1.5, "meters"),
  14652. default: true
  14653. },
  14654. {
  14655. name: "Macro",
  14656. height: math.unit(150, "meters")
  14657. },
  14658. {
  14659. name: "Megamacro",
  14660. height: math.unit(35, "km")
  14661. },
  14662. ]
  14663. ))
  14664. characterMakers.push(() => makeCharacter(
  14665. { name: "Linda" },
  14666. {
  14667. front: {
  14668. height: math.unit(6, "feet"),
  14669. weight: math.unit(75, "kg"),
  14670. name: "Front",
  14671. image: {
  14672. source: "./media/characters/linda/front.svg",
  14673. extra: 930 / 874,
  14674. bottom: 0.004
  14675. }
  14676. },
  14677. },
  14678. [
  14679. {
  14680. name: "Normal",
  14681. height: math.unit(6, "feet"),
  14682. default: true
  14683. },
  14684. ]
  14685. ))
  14686. characterMakers.push(() => makeCharacter(
  14687. { name: "Caylex" },
  14688. {
  14689. front: {
  14690. height: math.unit(6 + 8 / 12, "feet"),
  14691. weight: math.unit(220, "lb"),
  14692. name: "Front",
  14693. image: {
  14694. source: "./media/characters/caylex/front.svg",
  14695. extra: 821 / 772,
  14696. bottom: 0.07
  14697. }
  14698. },
  14699. back: {
  14700. height: math.unit(6 + 8 / 12, "feet"),
  14701. weight: math.unit(220, "lb"),
  14702. name: "Back",
  14703. image: {
  14704. source: "./media/characters/caylex/back.svg",
  14705. extra: 821 / 772,
  14706. bottom: 0.022
  14707. }
  14708. },
  14709. hand: {
  14710. height: math.unit(1.25, "feet"),
  14711. name: "Hand",
  14712. image: {
  14713. source: "./media/characters/caylex/hand.svg"
  14714. }
  14715. },
  14716. foot: {
  14717. height: math.unit(1.6, "feet"),
  14718. name: "Foot",
  14719. image: {
  14720. source: "./media/characters/caylex/foot.svg"
  14721. }
  14722. },
  14723. armored: {
  14724. height: math.unit(6 + 8 / 12, "feet"),
  14725. weight: math.unit(250, "lb"),
  14726. name: "Armored",
  14727. image: {
  14728. source: "./media/characters/caylex/armored.svg",
  14729. extra: 1420 / 1310,
  14730. bottom: 0.045
  14731. }
  14732. },
  14733. },
  14734. [
  14735. {
  14736. name: "Normal",
  14737. height: math.unit(6 + 8 / 12, "feet"),
  14738. default: true
  14739. },
  14740. {
  14741. name: "Normal+",
  14742. height: math.unit(12, "feet")
  14743. },
  14744. ]
  14745. ))
  14746. characterMakers.push(() => makeCharacter(
  14747. { name: "Alana" },
  14748. {
  14749. front: {
  14750. height: math.unit(7 + 6 / 12, "feet"),
  14751. weight: math.unit(288, "lb"),
  14752. name: "Front",
  14753. image: {
  14754. source: "./media/characters/alana/front.svg",
  14755. extra: 679 / 653,
  14756. bottom: 22.5 / 701
  14757. }
  14758. },
  14759. },
  14760. [
  14761. {
  14762. name: "Normal",
  14763. height: math.unit(7 + 6 / 12, "feet")
  14764. },
  14765. {
  14766. name: "Large",
  14767. height: math.unit(50, "feet")
  14768. },
  14769. {
  14770. name: "Macro",
  14771. height: math.unit(100, "feet"),
  14772. default: true
  14773. },
  14774. {
  14775. name: "Macro+",
  14776. height: math.unit(200, "feet")
  14777. },
  14778. ]
  14779. ))
  14780. characterMakers.push(() => makeCharacter(
  14781. { name: "Hasani" },
  14782. {
  14783. front: {
  14784. height: math.unit(6 + 1 / 12, "feet"),
  14785. weight: math.unit(210, "lb"),
  14786. name: "Front",
  14787. image: {
  14788. source: "./media/characters/hasani/front.svg",
  14789. extra: 244 / 232,
  14790. bottom: 0.01
  14791. }
  14792. },
  14793. back: {
  14794. height: math.unit(6 + 1 / 12, "feet"),
  14795. weight: math.unit(210, "lb"),
  14796. name: "Back",
  14797. image: {
  14798. source: "./media/characters/hasani/back.svg",
  14799. extra: 244 / 232,
  14800. bottom: 0.01
  14801. }
  14802. },
  14803. },
  14804. [
  14805. {
  14806. name: "Normal",
  14807. height: math.unit(6 + 1 / 12, "feet")
  14808. },
  14809. {
  14810. name: "Macro",
  14811. height: math.unit(175, "feet"),
  14812. default: true
  14813. },
  14814. ]
  14815. ))
  14816. characterMakers.push(() => makeCharacter(
  14817. { name: "Nita" },
  14818. {
  14819. front: {
  14820. height: math.unit(1.82, "meters"),
  14821. weight: math.unit(140, "lb"),
  14822. name: "Front",
  14823. image: {
  14824. source: "./media/characters/nita/front.svg",
  14825. extra: 2473 / 2363,
  14826. bottom: 0.01
  14827. }
  14828. },
  14829. },
  14830. [
  14831. {
  14832. name: "Normal",
  14833. height: math.unit(1.82, "m")
  14834. },
  14835. {
  14836. name: "Macro",
  14837. height: math.unit(300, "m")
  14838. },
  14839. {
  14840. name: "Mistake Canon",
  14841. height: math.unit(0.5, "miles"),
  14842. default: true
  14843. },
  14844. {
  14845. name: "Big Mistake",
  14846. height: math.unit(13, "miles")
  14847. },
  14848. {
  14849. name: "Playing God",
  14850. height: math.unit(2450, "miles")
  14851. },
  14852. ]
  14853. ))
  14854. characterMakers.push(() => makeCharacter(
  14855. { name: "Shiriko" },
  14856. {
  14857. front: {
  14858. height: math.unit(4, "feet"),
  14859. weight: math.unit(120, "lb"),
  14860. name: "Front",
  14861. image: {
  14862. source: "./media/characters/shiriko/front.svg",
  14863. extra: 195 / 188
  14864. }
  14865. },
  14866. },
  14867. [
  14868. {
  14869. name: "Normal",
  14870. height: math.unit(4, "feet"),
  14871. default: true
  14872. },
  14873. ]
  14874. ))
  14875. characterMakers.push(() => makeCharacter(
  14876. { name: "Deja" },
  14877. {
  14878. front: {
  14879. height: math.unit(6, "feet"),
  14880. name: "front",
  14881. image: {
  14882. source: "./media/characters/deja/front.svg",
  14883. extra: 926 / 840,
  14884. bottom: 0.07
  14885. }
  14886. },
  14887. },
  14888. [
  14889. {
  14890. name: "Planck Length",
  14891. height: math.unit(1.6e-35, "meters")
  14892. },
  14893. {
  14894. name: "Normal",
  14895. height: math.unit(30.48, "meters"),
  14896. default: true
  14897. },
  14898. {
  14899. name: "Universal",
  14900. height: math.unit(8.8e26, "meters")
  14901. },
  14902. ]
  14903. ))
  14904. characterMakers.push(() => makeCharacter(
  14905. { name: "Anima" },
  14906. {
  14907. side: {
  14908. height: math.unit(8, "feet"),
  14909. weight: math.unit(6300, "lb"),
  14910. name: "Side",
  14911. image: {
  14912. source: "./media/characters/anima/side.svg",
  14913. bottom: 0.035
  14914. }
  14915. },
  14916. },
  14917. [
  14918. {
  14919. name: "Normal",
  14920. height: math.unit(8, "feet"),
  14921. default: true
  14922. },
  14923. ]
  14924. ))
  14925. characterMakers.push(() => makeCharacter(
  14926. { name: "Bianca" },
  14927. {
  14928. front: {
  14929. height: math.unit(8, "feet"),
  14930. weight: math.unit(350, "lb"),
  14931. name: "Front",
  14932. image: {
  14933. source: "./media/characters/bianca/front.svg",
  14934. extra: 234 / 225,
  14935. bottom: 0.03
  14936. }
  14937. },
  14938. },
  14939. [
  14940. {
  14941. name: "Normal",
  14942. height: math.unit(8, "feet"),
  14943. default: true
  14944. },
  14945. ]
  14946. ))
  14947. characterMakers.push(() => makeCharacter(
  14948. { name: "Adinia" },
  14949. {
  14950. front: {
  14951. height: math.unit(6, "feet"),
  14952. weight: math.unit(150, "lb"),
  14953. name: "Front",
  14954. image: {
  14955. source: "./media/characters/adinia/front.svg",
  14956. extra: 1845 / 1672,
  14957. bottom: 0.02
  14958. }
  14959. },
  14960. back: {
  14961. height: math.unit(6, "feet"),
  14962. weight: math.unit(150, "lb"),
  14963. name: "Back",
  14964. image: {
  14965. source: "./media/characters/adinia/back.svg",
  14966. extra: 1845 / 1672,
  14967. bottom: 0.002
  14968. }
  14969. },
  14970. },
  14971. [
  14972. {
  14973. name: "Normal",
  14974. height: math.unit(11 + 5 / 12, "feet"),
  14975. default: true
  14976. },
  14977. ]
  14978. ))
  14979. characterMakers.push(() => makeCharacter(
  14980. { name: "Lykasa" },
  14981. {
  14982. front: {
  14983. height: math.unit(3, "meters"),
  14984. weight: math.unit(200, "kg"),
  14985. name: "Front",
  14986. image: {
  14987. source: "./media/characters/lykasa/front.svg",
  14988. extra: 1076 / 976,
  14989. bottom: 0.06
  14990. }
  14991. },
  14992. },
  14993. [
  14994. {
  14995. name: "Normal",
  14996. height: math.unit(3, "meters")
  14997. },
  14998. {
  14999. name: "Kaiju",
  15000. height: math.unit(120, "meters"),
  15001. default: true
  15002. },
  15003. {
  15004. name: "Mega Kaiju",
  15005. height: math.unit(240, "km")
  15006. },
  15007. {
  15008. name: "Giga Kaiju",
  15009. height: math.unit(400, "megameters")
  15010. },
  15011. {
  15012. name: "Tera Kaiju",
  15013. height: math.unit(800, "gigameters")
  15014. },
  15015. {
  15016. name: "Kaiju Dragon Goddess",
  15017. height: math.unit(26, "zettaparsecs")
  15018. },
  15019. ]
  15020. ))
  15021. characterMakers.push(() => makeCharacter(
  15022. { name: "Malfaren" },
  15023. {
  15024. side: {
  15025. height: math.unit(283 / 124 * 6, "feet"),
  15026. weight: math.unit(35000, "lb"),
  15027. name: "Side",
  15028. image: {
  15029. source: "./media/characters/malfaren/side.svg",
  15030. extra: 2500 / 1010,
  15031. bottom: 0.01
  15032. }
  15033. },
  15034. front: {
  15035. height: math.unit(22.36, "feet"),
  15036. weight: math.unit(35000, "lb"),
  15037. name: "Front",
  15038. image: {
  15039. source: "./media/characters/malfaren/front.svg",
  15040. extra: 1631 / 1476,
  15041. bottom: 0.01
  15042. }
  15043. },
  15044. maw: {
  15045. height: math.unit(6.9, "feet"),
  15046. name: "Maw",
  15047. image: {
  15048. source: "./media/characters/malfaren/maw.svg"
  15049. }
  15050. },
  15051. },
  15052. [
  15053. {
  15054. name: "Big",
  15055. height: math.unit(283 / 162 * 6, "feet"),
  15056. },
  15057. {
  15058. name: "Bigger",
  15059. height: math.unit(283 / 124 * 6, "feet")
  15060. },
  15061. {
  15062. name: "Massive",
  15063. height: math.unit(283 / 92 * 6, "feet"),
  15064. default: true
  15065. },
  15066. {
  15067. name: "👀💦",
  15068. height: math.unit(283 / 73 * 6, "feet"),
  15069. },
  15070. ]
  15071. ))
  15072. characterMakers.push(() => makeCharacter(
  15073. { name: "Kernel" },
  15074. {
  15075. front: {
  15076. height: math.unit(1.7, "m"),
  15077. weight: math.unit(70, "kg"),
  15078. name: "Front",
  15079. image: {
  15080. source: "./media/characters/kernel/front.svg",
  15081. extra: 222 / 210,
  15082. bottom: 0.007
  15083. }
  15084. },
  15085. },
  15086. [
  15087. {
  15088. name: "Nano",
  15089. height: math.unit(17, "micrometers")
  15090. },
  15091. {
  15092. name: "Micro",
  15093. height: math.unit(1.7, "mm")
  15094. },
  15095. {
  15096. name: "Small",
  15097. height: math.unit(1.7, "cm")
  15098. },
  15099. {
  15100. name: "Normal",
  15101. height: math.unit(1.7, "m"),
  15102. default: true
  15103. },
  15104. ]
  15105. ))
  15106. characterMakers.push(() => makeCharacter(
  15107. { name: "Jayne Folest" },
  15108. {
  15109. front: {
  15110. height: math.unit(1.75, "meters"),
  15111. weight: math.unit(65, "kg"),
  15112. name: "Front",
  15113. image: {
  15114. source: "./media/characters/jayne-folest/front.svg",
  15115. extra: 2115 / 2007,
  15116. bottom: 0.02
  15117. }
  15118. },
  15119. back: {
  15120. height: math.unit(1.75, "meters"),
  15121. weight: math.unit(65, "kg"),
  15122. name: "Back",
  15123. image: {
  15124. source: "./media/characters/jayne-folest/back.svg",
  15125. extra: 2115 / 2007,
  15126. bottom: 0.005
  15127. }
  15128. },
  15129. frontClothed: {
  15130. height: math.unit(1.75, "meters"),
  15131. weight: math.unit(65, "kg"),
  15132. name: "Front (Clothed)",
  15133. image: {
  15134. source: "./media/characters/jayne-folest/front-clothed.svg",
  15135. extra: 2115 / 2007,
  15136. bottom: 0.035
  15137. }
  15138. },
  15139. hand: {
  15140. height: math.unit(1 / 1.260, "feet"),
  15141. name: "Hand",
  15142. image: {
  15143. source: "./media/characters/jayne-folest/hand.svg"
  15144. }
  15145. },
  15146. foot: {
  15147. height: math.unit(1 / 0.918, "feet"),
  15148. name: "Foot",
  15149. image: {
  15150. source: "./media/characters/jayne-folest/foot.svg"
  15151. }
  15152. },
  15153. },
  15154. [
  15155. {
  15156. name: "Micro",
  15157. height: math.unit(4, "cm")
  15158. },
  15159. {
  15160. name: "Normal",
  15161. height: math.unit(1.75, "meters")
  15162. },
  15163. {
  15164. name: "Macro",
  15165. height: math.unit(47.5, "meters"),
  15166. default: true
  15167. },
  15168. ]
  15169. ))
  15170. characterMakers.push(() => makeCharacter(
  15171. { name: "Algier" },
  15172. {
  15173. front: {
  15174. height: math.unit(180, "cm"),
  15175. weight: math.unit(70, "kg"),
  15176. name: "Front",
  15177. image: {
  15178. source: "./media/characters/algier/front.svg",
  15179. extra: 596 / 572,
  15180. bottom: 0.04
  15181. }
  15182. },
  15183. back: {
  15184. height: math.unit(180, "cm"),
  15185. weight: math.unit(70, "kg"),
  15186. name: "Back",
  15187. image: {
  15188. source: "./media/characters/algier/back.svg",
  15189. extra: 596 / 572,
  15190. bottom: 0.025
  15191. }
  15192. },
  15193. frontdressed: {
  15194. height: math.unit(180, "cm"),
  15195. weight: math.unit(150, "kg"),
  15196. name: "Front-dressed",
  15197. image: {
  15198. source: "./media/characters/algier/front-dressed.svg",
  15199. extra: 596 / 572,
  15200. bottom: 0.038
  15201. }
  15202. },
  15203. },
  15204. [
  15205. {
  15206. name: "Micro",
  15207. height: math.unit(5, "cm")
  15208. },
  15209. {
  15210. name: "Normal",
  15211. height: math.unit(180, "cm"),
  15212. default: true
  15213. },
  15214. {
  15215. name: "Macro",
  15216. height: math.unit(64, "m")
  15217. },
  15218. ]
  15219. ))
  15220. characterMakers.push(() => makeCharacter(
  15221. { name: "Pretzel" },
  15222. {
  15223. upright: {
  15224. height: math.unit(7, "feet"),
  15225. weight: math.unit(300, "lb"),
  15226. name: "Upright",
  15227. image: {
  15228. source: "./media/characters/pretzel/upright.svg",
  15229. extra: 534 / 522,
  15230. bottom: 0.065
  15231. }
  15232. },
  15233. sprawling: {
  15234. height: math.unit(3.75, "feet"),
  15235. weight: math.unit(300, "lb"),
  15236. name: "Sprawling",
  15237. image: {
  15238. source: "./media/characters/pretzel/sprawling.svg",
  15239. extra: 314 / 281,
  15240. bottom: 0.1
  15241. }
  15242. },
  15243. tongue: {
  15244. height: math.unit(2, "feet"),
  15245. name: "Tongue",
  15246. image: {
  15247. source: "./media/characters/pretzel/tongue.svg"
  15248. }
  15249. },
  15250. },
  15251. [
  15252. {
  15253. name: "Normal",
  15254. height: math.unit(7, "feet"),
  15255. default: true
  15256. },
  15257. {
  15258. name: "Oversized",
  15259. height: math.unit(15, "feet")
  15260. },
  15261. {
  15262. name: "Huge",
  15263. height: math.unit(30, "feet")
  15264. },
  15265. {
  15266. name: "Macro",
  15267. height: math.unit(250, "feet")
  15268. },
  15269. ]
  15270. ))
  15271. characterMakers.push(() => makeCharacter(
  15272. { name: "Roxi" },
  15273. {
  15274. sideFront: {
  15275. height: math.unit(5 + 2 / 12, "feet"),
  15276. weight: math.unit(120, "lb"),
  15277. name: "Front Side",
  15278. image: {
  15279. source: "./media/characters/roxi/side-front.svg",
  15280. extra: 2924 / 2717,
  15281. bottom: 0.08
  15282. }
  15283. },
  15284. sideBack: {
  15285. height: math.unit(5 + 2 / 12, "feet"),
  15286. weight: math.unit(120, "lb"),
  15287. name: "Back Side",
  15288. image: {
  15289. source: "./media/characters/roxi/side-back.svg",
  15290. extra: 2904 / 2693,
  15291. bottom: 0.06
  15292. }
  15293. },
  15294. front: {
  15295. height: math.unit(5 + 2 / 12, "feet"),
  15296. weight: math.unit(120, "lb"),
  15297. name: "Front",
  15298. image: {
  15299. source: "./media/characters/roxi/front.svg",
  15300. extra: 2028 / 1907,
  15301. bottom: 0.01
  15302. }
  15303. },
  15304. frontAlt: {
  15305. height: math.unit(5 + 2 / 12, "feet"),
  15306. weight: math.unit(120, "lb"),
  15307. name: "Front (Alt)",
  15308. image: {
  15309. source: "./media/characters/roxi/front-alt.svg",
  15310. extra: 1828 / 1798,
  15311. bottom: 0.01
  15312. }
  15313. },
  15314. sitting: {
  15315. height: math.unit(2.8, "feet"),
  15316. weight: math.unit(120, "lb"),
  15317. name: "Sitting",
  15318. image: {
  15319. source: "./media/characters/roxi/sitting.svg",
  15320. extra: 2660 / 2462,
  15321. bottom: 0.1
  15322. }
  15323. },
  15324. },
  15325. [
  15326. {
  15327. name: "Normal",
  15328. height: math.unit(5 + 2 / 12, "feet"),
  15329. default: true
  15330. },
  15331. ]
  15332. ))
  15333. characterMakers.push(() => makeCharacter(
  15334. { name: "Shadow" },
  15335. {
  15336. side: {
  15337. height: math.unit(55, "feet"),
  15338. weight: math.unit(153, "tons"),
  15339. name: "Side",
  15340. image: {
  15341. source: "./media/characters/shadow/side.svg",
  15342. extra: 701 / 628,
  15343. bottom: 0.02
  15344. }
  15345. },
  15346. flying: {
  15347. height: math.unit(145, "feet"),
  15348. weight: math.unit(153, "tons"),
  15349. name: "Flying",
  15350. image: {
  15351. source: "./media/characters/shadow/flying.svg"
  15352. }
  15353. },
  15354. },
  15355. [
  15356. {
  15357. name: "Normal",
  15358. height: math.unit(55, "feet"),
  15359. default: true
  15360. },
  15361. ]
  15362. ))
  15363. characterMakers.push(() => makeCharacter(
  15364. { name: "Marcie" },
  15365. {
  15366. front: {
  15367. height: math.unit(6, "feet"),
  15368. weight: math.unit(200, "lb"),
  15369. name: "Front",
  15370. image: {
  15371. source: "./media/characters/marcie/front.svg",
  15372. extra: 960 / 876,
  15373. bottom: 58 / 1017.87
  15374. }
  15375. },
  15376. },
  15377. [
  15378. {
  15379. name: "Macro",
  15380. height: math.unit(1, "mile"),
  15381. default: true
  15382. },
  15383. ]
  15384. ))
  15385. characterMakers.push(() => makeCharacter(
  15386. { name: "Kachina" },
  15387. {
  15388. front: {
  15389. height: math.unit(7, "feet"),
  15390. weight: math.unit(200, "lb"),
  15391. name: "Front",
  15392. image: {
  15393. source: "./media/characters/kachina/front.svg",
  15394. extra: 1290.68 / 1119,
  15395. bottom: 36.5 / 1327.18
  15396. }
  15397. },
  15398. },
  15399. [
  15400. {
  15401. name: "Normal",
  15402. height: math.unit(7, "feet"),
  15403. default: true
  15404. },
  15405. ]
  15406. ))
  15407. characterMakers.push(() => makeCharacter(
  15408. { name: "Kash" },
  15409. {
  15410. looking: {
  15411. height: math.unit(2, "meters"),
  15412. weight: math.unit(300, "kg"),
  15413. name: "Looking",
  15414. image: {
  15415. source: "./media/characters/kash/looking.svg",
  15416. extra: 474 / 344,
  15417. bottom: 0.03
  15418. }
  15419. },
  15420. side: {
  15421. height: math.unit(2, "meters"),
  15422. weight: math.unit(300, "kg"),
  15423. name: "Side",
  15424. image: {
  15425. source: "./media/characters/kash/side.svg",
  15426. extra: 302 / 251,
  15427. bottom: 0.03
  15428. }
  15429. },
  15430. front: {
  15431. height: math.unit(2, "meters"),
  15432. weight: math.unit(300, "kg"),
  15433. name: "Front",
  15434. image: {
  15435. source: "./media/characters/kash/front.svg",
  15436. extra: 495 / 360,
  15437. bottom: 0.015
  15438. }
  15439. },
  15440. },
  15441. [
  15442. {
  15443. name: "Normal",
  15444. height: math.unit(2, "meters"),
  15445. default: true
  15446. },
  15447. {
  15448. name: "Big",
  15449. height: math.unit(3, "meters")
  15450. },
  15451. {
  15452. name: "Large",
  15453. height: math.unit(5, "meters")
  15454. },
  15455. ]
  15456. ))
  15457. characterMakers.push(() => makeCharacter(
  15458. { name: "Lalim" },
  15459. {
  15460. feeding: {
  15461. height: math.unit(6.7, "feet"),
  15462. weight: math.unit(350, "lb"),
  15463. name: "Feeding",
  15464. image: {
  15465. source: "./media/characters/lalim/feeding.svg",
  15466. }
  15467. },
  15468. },
  15469. [
  15470. {
  15471. name: "Normal",
  15472. height: math.unit(6.7, "feet"),
  15473. default: true
  15474. },
  15475. ]
  15476. ))
  15477. characterMakers.push(() => makeCharacter(
  15478. { name: "De'Vout" },
  15479. {
  15480. front: {
  15481. height: math.unit(9.5, "feet"),
  15482. weight: math.unit(600, "lb"),
  15483. name: "Front",
  15484. image: {
  15485. source: "./media/characters/de'vout/front.svg",
  15486. extra: 1443 / 1328,
  15487. bottom: 0.025
  15488. }
  15489. },
  15490. back: {
  15491. height: math.unit(9.5, "feet"),
  15492. weight: math.unit(600, "lb"),
  15493. name: "Back",
  15494. image: {
  15495. source: "./media/characters/de'vout/back.svg",
  15496. extra: 1443 / 1328
  15497. }
  15498. },
  15499. frontDressed: {
  15500. height: math.unit(9.5, "feet"),
  15501. weight: math.unit(600, "lb"),
  15502. name: "Front (Dressed",
  15503. image: {
  15504. source: "./media/characters/de'vout/front-dressed.svg",
  15505. extra: 1443 / 1328,
  15506. bottom: 0.025
  15507. }
  15508. },
  15509. backDressed: {
  15510. height: math.unit(9.5, "feet"),
  15511. weight: math.unit(600, "lb"),
  15512. name: "Back (Dressed",
  15513. image: {
  15514. source: "./media/characters/de'vout/back-dressed.svg",
  15515. extra: 1443 / 1328
  15516. }
  15517. },
  15518. },
  15519. [
  15520. {
  15521. name: "Normal",
  15522. height: math.unit(9.5, "feet"),
  15523. default: true
  15524. },
  15525. ]
  15526. ))
  15527. characterMakers.push(() => makeCharacter(
  15528. { name: "Talana" },
  15529. {
  15530. front: {
  15531. height: math.unit(8, "feet"),
  15532. weight: math.unit(225, "lb"),
  15533. name: "Front",
  15534. image: {
  15535. source: "./media/characters/talana/front.svg",
  15536. extra: 1410 / 1300,
  15537. bottom: 0.015
  15538. }
  15539. },
  15540. frontDressed: {
  15541. height: math.unit(8, "feet"),
  15542. weight: math.unit(225, "lb"),
  15543. name: "Front (Dressed",
  15544. image: {
  15545. source: "./media/characters/talana/front-dressed.svg",
  15546. extra: 1410 / 1300,
  15547. bottom: 0.015
  15548. }
  15549. },
  15550. },
  15551. [
  15552. {
  15553. name: "Normal",
  15554. height: math.unit(8, "feet"),
  15555. default: true
  15556. },
  15557. ]
  15558. ))
  15559. characterMakers.push(() => makeCharacter(
  15560. { name: "Xeauvok" },
  15561. {
  15562. side: {
  15563. height: math.unit(7.2, "feet"),
  15564. weight: math.unit(150, "lb"),
  15565. name: "Side",
  15566. image: {
  15567. source: "./media/characters/xeauvok/side.svg",
  15568. extra: 1975 / 1523,
  15569. bottom: 0.07
  15570. }
  15571. },
  15572. },
  15573. [
  15574. {
  15575. name: "Normal",
  15576. height: math.unit(7.2, "feet"),
  15577. default: true
  15578. },
  15579. ]
  15580. ))
  15581. characterMakers.push(() => makeCharacter(
  15582. { name: "Zara" },
  15583. {
  15584. side: {
  15585. height: math.unit(10, "feet"),
  15586. weight: math.unit(900, "kg"),
  15587. name: "Side",
  15588. image: {
  15589. source: "./media/characters/zara/side.svg",
  15590. extra: 504 / 498
  15591. }
  15592. },
  15593. },
  15594. [
  15595. {
  15596. name: "Normal",
  15597. height: math.unit(10, "feet"),
  15598. default: true
  15599. },
  15600. ]
  15601. ))
  15602. characterMakers.push(() => makeCharacter(
  15603. { name: "Richard (Dragon)" },
  15604. {
  15605. side: {
  15606. height: math.unit(6, "feet"),
  15607. weight: math.unit(150, "lb"),
  15608. name: "Side",
  15609. image: {
  15610. source: "./media/characters/richard-dragon/side.svg",
  15611. extra: 845 / 340,
  15612. bottom: 0.017
  15613. }
  15614. },
  15615. maw: {
  15616. height: math.unit(2.97, "feet"),
  15617. name: "Maw",
  15618. image: {
  15619. source: "./media/characters/richard-dragon/maw.svg"
  15620. }
  15621. },
  15622. },
  15623. [
  15624. ]
  15625. ))
  15626. characterMakers.push(() => makeCharacter(
  15627. { name: "Richard (Smeargle)" },
  15628. {
  15629. front: {
  15630. height: math.unit(4, "feet"),
  15631. weight: math.unit(100, "lb"),
  15632. name: "Front",
  15633. image: {
  15634. source: "./media/characters/richard-smeargle/front.svg",
  15635. extra: 2952 / 2820,
  15636. bottom: 0.028
  15637. }
  15638. },
  15639. },
  15640. [
  15641. {
  15642. name: "Normal",
  15643. height: math.unit(4, "feet"),
  15644. default: true
  15645. },
  15646. {
  15647. name: "Dynamax",
  15648. height: math.unit(20, "meters")
  15649. },
  15650. ]
  15651. ))
  15652. characterMakers.push(() => makeCharacter(
  15653. { name: "Klay" },
  15654. {
  15655. front: {
  15656. height: math.unit(6, "feet"),
  15657. weight: math.unit(110, "lb"),
  15658. name: "Front",
  15659. image: {
  15660. source: "./media/characters/klay/front.svg",
  15661. extra: 962 / 883,
  15662. bottom: 0.04
  15663. }
  15664. },
  15665. back: {
  15666. height: math.unit(6, "feet"),
  15667. weight: math.unit(110, "lb"),
  15668. name: "Back",
  15669. image: {
  15670. source: "./media/characters/klay/back.svg",
  15671. extra: 962 / 883
  15672. }
  15673. },
  15674. beans: {
  15675. height: math.unit(1.15, "feet"),
  15676. name: "Beans",
  15677. image: {
  15678. source: "./media/characters/klay/beans.svg"
  15679. }
  15680. },
  15681. },
  15682. [
  15683. {
  15684. name: "Micro",
  15685. height: math.unit(6, "inches")
  15686. },
  15687. {
  15688. name: "Mini",
  15689. height: math.unit(3, "feet")
  15690. },
  15691. {
  15692. name: "Normal",
  15693. height: math.unit(6, "feet"),
  15694. default: true
  15695. },
  15696. {
  15697. name: "Big",
  15698. height: math.unit(25, "feet")
  15699. },
  15700. {
  15701. name: "Macro",
  15702. height: math.unit(100, "feet")
  15703. },
  15704. {
  15705. name: "Megamacro",
  15706. height: math.unit(400, "feet")
  15707. },
  15708. ]
  15709. ))
  15710. characterMakers.push(() => makeCharacter(
  15711. { name: "Marcus" },
  15712. {
  15713. front: {
  15714. height: math.unit(6, "feet"),
  15715. weight: math.unit(160, "lb"),
  15716. name: "Front",
  15717. image: {
  15718. source: "./media/characters/marcus/front.svg",
  15719. extra: 734 / 676,
  15720. bottom: 0.03
  15721. }
  15722. },
  15723. },
  15724. [
  15725. {
  15726. name: "Little",
  15727. height: math.unit(6, "feet")
  15728. },
  15729. {
  15730. name: "Normal",
  15731. height: math.unit(110, "feet"),
  15732. default: true
  15733. },
  15734. {
  15735. name: "Macro",
  15736. height: math.unit(250, "feet")
  15737. },
  15738. {
  15739. name: "Megamacro",
  15740. height: math.unit(1000, "feet")
  15741. },
  15742. ]
  15743. ))
  15744. characterMakers.push(() => makeCharacter(
  15745. { name: "Claude DelRoute" },
  15746. {
  15747. front: {
  15748. height: math.unit(7, "feet"),
  15749. weight: math.unit(275, "lb"),
  15750. name: "Front",
  15751. image: {
  15752. source: "./media/characters/claude-delroute/front.svg",
  15753. extra: 230 / 214,
  15754. bottom: 0.007
  15755. }
  15756. },
  15757. side: {
  15758. height: math.unit(7, "feet"),
  15759. weight: math.unit(275, "lb"),
  15760. name: "Side",
  15761. image: {
  15762. source: "./media/characters/claude-delroute/side.svg",
  15763. extra: 222 / 214,
  15764. bottom: 0.01
  15765. }
  15766. },
  15767. back: {
  15768. height: math.unit(7, "feet"),
  15769. weight: math.unit(275, "lb"),
  15770. name: "Back",
  15771. image: {
  15772. source: "./media/characters/claude-delroute/back.svg",
  15773. extra: 230 / 214,
  15774. bottom: 0.015
  15775. }
  15776. },
  15777. maw: {
  15778. height: math.unit(0.6407, "meters"),
  15779. name: "Maw",
  15780. image: {
  15781. source: "./media/characters/claude-delroute/maw.svg"
  15782. }
  15783. },
  15784. },
  15785. [
  15786. {
  15787. name: "Normal",
  15788. height: math.unit(7, "feet"),
  15789. default: true
  15790. },
  15791. {
  15792. name: "Lorge",
  15793. height: math.unit(20, "feet")
  15794. },
  15795. ]
  15796. ))
  15797. characterMakers.push(() => makeCharacter(
  15798. { name: "Dragonien" },
  15799. {
  15800. front: {
  15801. height: math.unit(8 + 4 / 12, "feet"),
  15802. weight: math.unit(600, "lb"),
  15803. name: "Front",
  15804. image: {
  15805. source: "./media/characters/dragonien/front.svg",
  15806. extra: 100 / 94,
  15807. bottom: 3.3 / 103.3445
  15808. }
  15809. },
  15810. back: {
  15811. height: math.unit(8 + 4 / 12, "feet"),
  15812. weight: math.unit(600, "lb"),
  15813. name: "Back",
  15814. image: {
  15815. source: "./media/characters/dragonien/back.svg",
  15816. extra: 776 / 746,
  15817. bottom: 6.4 / 782.0616
  15818. }
  15819. },
  15820. foot: {
  15821. height: math.unit(1.54, "feet"),
  15822. name: "Foot",
  15823. image: {
  15824. source: "./media/characters/dragonien/foot.svg",
  15825. }
  15826. },
  15827. },
  15828. [
  15829. {
  15830. name: "Normal",
  15831. height: math.unit(8 + 4 / 12, "feet"),
  15832. default: true
  15833. },
  15834. {
  15835. name: "Macro",
  15836. height: math.unit(200, "feet")
  15837. },
  15838. {
  15839. name: "Megamacro",
  15840. height: math.unit(1, "mile")
  15841. },
  15842. {
  15843. name: "Gigamacro",
  15844. height: math.unit(1000, "miles")
  15845. },
  15846. ]
  15847. ))
  15848. characterMakers.push(() => makeCharacter(
  15849. { name: "Desta" },
  15850. {
  15851. front: {
  15852. height: math.unit(5 + 2 / 12, "feet"),
  15853. weight: math.unit(110, "lb"),
  15854. name: "Front",
  15855. image: {
  15856. source: "./media/characters/desta/front.svg",
  15857. extra: 1482 / 1417
  15858. }
  15859. },
  15860. side: {
  15861. height: math.unit(5 + 2 / 12, "feet"),
  15862. weight: math.unit(110, "lb"),
  15863. name: "Side",
  15864. image: {
  15865. source: "./media/characters/desta/side.svg",
  15866. extra: 2579 / 2491,
  15867. bottom: 0.053
  15868. }
  15869. },
  15870. },
  15871. [
  15872. {
  15873. name: "Micro",
  15874. height: math.unit(6, "inches")
  15875. },
  15876. {
  15877. name: "Normal",
  15878. height: math.unit(5 + 2 / 12, "feet"),
  15879. default: true
  15880. },
  15881. {
  15882. name: "Macro",
  15883. height: math.unit(62, "feet")
  15884. },
  15885. {
  15886. name: "Megamacro",
  15887. height: math.unit(1800, "feet")
  15888. },
  15889. ]
  15890. ))
  15891. characterMakers.push(() => makeCharacter(
  15892. { name: "Storm Alystar" },
  15893. {
  15894. front: {
  15895. height: math.unit(10, "feet"),
  15896. weight: math.unit(700, "lb"),
  15897. name: "Front",
  15898. image: {
  15899. source: "./media/characters/storm-alystar/front.svg",
  15900. extra: 2112 / 1898,
  15901. bottom: 0.034
  15902. }
  15903. },
  15904. },
  15905. [
  15906. {
  15907. name: "Micro",
  15908. height: math.unit(3.5, "inches")
  15909. },
  15910. {
  15911. name: "Normal",
  15912. height: math.unit(10, "feet"),
  15913. default: true
  15914. },
  15915. {
  15916. name: "Macro",
  15917. height: math.unit(400, "feet")
  15918. },
  15919. {
  15920. name: "Deific",
  15921. height: math.unit(60, "miles")
  15922. },
  15923. ]
  15924. ))
  15925. characterMakers.push(() => makeCharacter(
  15926. { name: "Ilia" },
  15927. {
  15928. front: {
  15929. height: math.unit(2.35, "meters"),
  15930. weight: math.unit(119, "kg"),
  15931. name: "Front",
  15932. image: {
  15933. source: "./media/characters/ilia/front.svg",
  15934. extra: 1285 / 1255,
  15935. bottom: 0.06
  15936. }
  15937. },
  15938. },
  15939. [
  15940. {
  15941. name: "Normal",
  15942. height: math.unit(2.35, "meters")
  15943. },
  15944. {
  15945. name: "Macro",
  15946. height: math.unit(140, "meters"),
  15947. default: true
  15948. },
  15949. {
  15950. name: "Megamacro",
  15951. height: math.unit(100, "miles")
  15952. },
  15953. ]
  15954. ))
  15955. characterMakers.push(() => makeCharacter(
  15956. { name: "KingDead" },
  15957. {
  15958. front: {
  15959. height: math.unit(6 + 5 / 12, "feet"),
  15960. weight: math.unit(190, "lb"),
  15961. name: "Front",
  15962. image: {
  15963. source: "./media/characters/kingdead/front.svg",
  15964. extra: 1228 / 1177
  15965. }
  15966. },
  15967. },
  15968. [
  15969. {
  15970. name: "Micro",
  15971. height: math.unit(7, "inches")
  15972. },
  15973. {
  15974. name: "Normal",
  15975. height: math.unit(6 + 5 / 12, "feet")
  15976. },
  15977. {
  15978. name: "Macro",
  15979. height: math.unit(150, "feet"),
  15980. default: true
  15981. },
  15982. {
  15983. name: "Megamacro",
  15984. height: math.unit(200, "miles")
  15985. },
  15986. ]
  15987. ))
  15988. characterMakers.push(() => makeCharacter(
  15989. { name: "Kyrehx" },
  15990. {
  15991. front: {
  15992. height: math.unit(8, "feet"),
  15993. weight: math.unit(600, "lb"),
  15994. name: "Front",
  15995. image: {
  15996. source: "./media/characters/kyrehx/front.svg",
  15997. extra: 1195 / 1095,
  15998. bottom: 0.034
  15999. }
  16000. },
  16001. },
  16002. [
  16003. {
  16004. name: "Micro",
  16005. height: math.unit(2, "inches")
  16006. },
  16007. {
  16008. name: "Normal",
  16009. height: math.unit(8, "feet"),
  16010. default: true
  16011. },
  16012. {
  16013. name: "Macro",
  16014. height: math.unit(255, "feet")
  16015. },
  16016. ]
  16017. ))
  16018. characterMakers.push(() => makeCharacter(
  16019. { name: "Xang" },
  16020. {
  16021. front: {
  16022. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  16023. weight: math.unit(184, "lb"),
  16024. name: "Front",
  16025. image: {
  16026. source: "./media/characters/xang/front.svg",
  16027. extra: 845 / 755
  16028. }
  16029. },
  16030. },
  16031. [
  16032. {
  16033. name: "Normal",
  16034. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  16035. default: true
  16036. },
  16037. {
  16038. name: "Macro",
  16039. height: math.unit(0.935 * 146, "feet")
  16040. },
  16041. {
  16042. name: "Megamacro",
  16043. height: math.unit(0.935 * 3, "miles")
  16044. },
  16045. ]
  16046. ))
  16047. characterMakers.push(() => makeCharacter(
  16048. { name: "Doc Weardno" },
  16049. {
  16050. frontDressed: {
  16051. height: math.unit(5 + 7 / 12, "feet"),
  16052. weight: math.unit(140, "lb"),
  16053. name: "Front (Dressed)",
  16054. image: {
  16055. source: "./media/characters/doc-weardno/front-dressed.svg",
  16056. extra: 263 / 234
  16057. }
  16058. },
  16059. backDressed: {
  16060. height: math.unit(5 + 7 / 12, "feet"),
  16061. weight: math.unit(140, "lb"),
  16062. name: "Back (Dressed)",
  16063. image: {
  16064. source: "./media/characters/doc-weardno/back-dressed.svg",
  16065. extra: 266 / 238
  16066. }
  16067. },
  16068. front: {
  16069. height: math.unit(5 + 7 / 12, "feet"),
  16070. weight: math.unit(140, "lb"),
  16071. name: "Front",
  16072. image: {
  16073. source: "./media/characters/doc-weardno/front.svg",
  16074. extra: 254 / 233
  16075. }
  16076. },
  16077. },
  16078. [
  16079. {
  16080. name: "Micro",
  16081. height: math.unit(3, "inches")
  16082. },
  16083. {
  16084. name: "Normal",
  16085. height: math.unit(5 + 7 / 12, "feet"),
  16086. default: true
  16087. },
  16088. {
  16089. name: "Macro",
  16090. height: math.unit(25, "feet")
  16091. },
  16092. {
  16093. name: "Megamacro",
  16094. height: math.unit(2, "miles")
  16095. },
  16096. ]
  16097. ))
  16098. characterMakers.push(() => makeCharacter(
  16099. { name: "Seth Whilst" },
  16100. {
  16101. front: {
  16102. height: math.unit(6 + 2 / 12, "feet"),
  16103. weight: math.unit(153, "lb"),
  16104. name: "Front",
  16105. image: {
  16106. source: "./media/characters/seth-whilst/front.svg",
  16107. bottom: 0.07
  16108. }
  16109. },
  16110. },
  16111. [
  16112. {
  16113. name: "Micro",
  16114. height: math.unit(5, "inches")
  16115. },
  16116. {
  16117. name: "Normal",
  16118. height: math.unit(6 + 2 / 12, "feet"),
  16119. default: true
  16120. },
  16121. ]
  16122. ))
  16123. characterMakers.push(() => makeCharacter(
  16124. { name: "Pocket Jabari" },
  16125. {
  16126. front: {
  16127. height: math.unit(3, "inches"),
  16128. weight: math.unit(8, "grams"),
  16129. name: "Front",
  16130. image: {
  16131. source: "./media/characters/pocket-jabari/front.svg",
  16132. extra: 1024 / 974,
  16133. bottom: 0.039
  16134. }
  16135. },
  16136. },
  16137. [
  16138. {
  16139. name: "Minimicro",
  16140. height: math.unit(8, "mm")
  16141. },
  16142. {
  16143. name: "Micro",
  16144. height: math.unit(3, "inches"),
  16145. default: true
  16146. },
  16147. {
  16148. name: "Normal",
  16149. height: math.unit(3, "feet")
  16150. },
  16151. ]
  16152. ))
  16153. characterMakers.push(() => makeCharacter(
  16154. { name: "Sapphy" },
  16155. {
  16156. front: {
  16157. height: math.unit(15, "feet"),
  16158. weight: math.unit(3280, "lb"),
  16159. name: "Front",
  16160. image: {
  16161. source: "./media/characters/sapphy/front.svg",
  16162. extra: 671 / 577,
  16163. bottom: 0.085
  16164. }
  16165. },
  16166. back: {
  16167. height: math.unit(15, "feet"),
  16168. weight: math.unit(3280, "lb"),
  16169. name: "Back",
  16170. image: {
  16171. source: "./media/characters/sapphy/back.svg",
  16172. extra: 631 / 607,
  16173. bottom: 0.045
  16174. }
  16175. },
  16176. },
  16177. [
  16178. {
  16179. name: "Normal",
  16180. height: math.unit(15, "feet")
  16181. },
  16182. {
  16183. name: "Casual Macro",
  16184. height: math.unit(120, "feet")
  16185. },
  16186. {
  16187. name: "Macro",
  16188. height: math.unit(2150, "feet"),
  16189. default: true
  16190. },
  16191. {
  16192. name: "Megamacro",
  16193. height: math.unit(8, "miles")
  16194. },
  16195. {
  16196. name: "Galaxy Mom",
  16197. height: math.unit(6, "megalightyears")
  16198. },
  16199. ]
  16200. ))
  16201. characterMakers.push(() => makeCharacter(
  16202. { name: "Kiro" },
  16203. {
  16204. front: {
  16205. height: math.unit(6, "feet"),
  16206. weight: math.unit(170, "lb"),
  16207. name: "Front",
  16208. image: {
  16209. source: "./media/characters/kiro/front.svg",
  16210. extra: 1064 / 1012,
  16211. bottom: 0.052
  16212. }
  16213. },
  16214. },
  16215. [
  16216. {
  16217. name: "Micro",
  16218. height: math.unit(6, "inches")
  16219. },
  16220. {
  16221. name: "Normal",
  16222. height: math.unit(6, "feet"),
  16223. default: true
  16224. },
  16225. {
  16226. name: "Macro",
  16227. height: math.unit(72, "feet")
  16228. },
  16229. ]
  16230. ))
  16231. characterMakers.push(() => makeCharacter(
  16232. { name: "Irishfox" },
  16233. {
  16234. front: {
  16235. height: math.unit(5 + 9 / 12, "feet"),
  16236. weight: math.unit(175, "lb"),
  16237. name: "Front",
  16238. image: {
  16239. source: "./media/characters/irishfox/front.svg",
  16240. extra: 1912 / 1680,
  16241. bottom: 0.02
  16242. }
  16243. },
  16244. },
  16245. [
  16246. {
  16247. name: "Nano",
  16248. height: math.unit(1, "mm")
  16249. },
  16250. {
  16251. name: "Micro",
  16252. height: math.unit(2, "inches")
  16253. },
  16254. {
  16255. name: "Normal",
  16256. height: math.unit(5 + 9 / 12, "feet"),
  16257. default: true
  16258. },
  16259. {
  16260. name: "Macro",
  16261. height: math.unit(45, "feet")
  16262. },
  16263. ]
  16264. ))
  16265. characterMakers.push(() => makeCharacter(
  16266. { name: "Aronai Sieyes" },
  16267. {
  16268. front: {
  16269. height: math.unit(6 + 1 / 12, "feet"),
  16270. weight: math.unit(150, "lb"),
  16271. name: "Front",
  16272. image: {
  16273. source: "./media/characters/aronai-sieyes/front.svg",
  16274. extra: 1556 / 1480,
  16275. bottom: 0.015
  16276. }
  16277. },
  16278. side: {
  16279. height: math.unit(6 + 1 / 12, "feet"),
  16280. weight: math.unit(150, "lb"),
  16281. name: "Side",
  16282. image: {
  16283. source: "./media/characters/aronai-sieyes/side.svg",
  16284. extra: 1433 / 1390,
  16285. bottom: 0.0393
  16286. }
  16287. },
  16288. back: {
  16289. height: math.unit(6 + 1 / 12, "feet"),
  16290. weight: math.unit(150, "lb"),
  16291. name: "Back",
  16292. image: {
  16293. source: "./media/characters/aronai-sieyes/back.svg",
  16294. extra: 1544 / 1494,
  16295. bottom: 0.02
  16296. }
  16297. },
  16298. frontClothed: {
  16299. height: math.unit(6 + 1 / 12, "feet"),
  16300. weight: math.unit(150, "lb"),
  16301. name: "Front (Clothed)",
  16302. image: {
  16303. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16304. extra: 1582 / 1527
  16305. }
  16306. },
  16307. feral: {
  16308. height: math.unit(18, "feet"),
  16309. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16310. name: "Feral",
  16311. image: {
  16312. source: "./media/characters/aronai-sieyes/feral.svg",
  16313. extra: 1530 / 1240,
  16314. bottom: 0.035
  16315. }
  16316. },
  16317. },
  16318. [
  16319. {
  16320. name: "Micro",
  16321. height: math.unit(2, "inches")
  16322. },
  16323. {
  16324. name: "Normal",
  16325. height: math.unit(6 + 1 / 12, "feet"),
  16326. default: true
  16327. }
  16328. ]
  16329. ))
  16330. characterMakers.push(() => makeCharacter(
  16331. { name: "Xuna" },
  16332. {
  16333. front: {
  16334. height: math.unit(12, "feet"),
  16335. weight: math.unit(410, "kg"),
  16336. name: "Front",
  16337. image: {
  16338. source: "./media/characters/xuna/front.svg",
  16339. extra: 2184 / 1980
  16340. }
  16341. },
  16342. side: {
  16343. height: math.unit(12, "feet"),
  16344. weight: math.unit(410, "kg"),
  16345. name: "Side",
  16346. image: {
  16347. source: "./media/characters/xuna/side.svg",
  16348. extra: 2184 / 1980
  16349. }
  16350. },
  16351. back: {
  16352. height: math.unit(12, "feet"),
  16353. weight: math.unit(410, "kg"),
  16354. name: "Back",
  16355. image: {
  16356. source: "./media/characters/xuna/back.svg",
  16357. extra: 2184 / 1980
  16358. }
  16359. },
  16360. },
  16361. [
  16362. {
  16363. name: "Nano glow",
  16364. height: math.unit(10, "nm")
  16365. },
  16366. {
  16367. name: "Micro floof",
  16368. height: math.unit(0.3, "m")
  16369. },
  16370. {
  16371. name: "Huggable softy boi",
  16372. height: math.unit(3.6576, "m"),
  16373. default: true
  16374. },
  16375. {
  16376. name: "Admirable floof",
  16377. height: math.unit(80, "meters")
  16378. },
  16379. {
  16380. name: "Gentle macro",
  16381. height: math.unit(300, "meters")
  16382. },
  16383. {
  16384. name: "Very careful floof",
  16385. height: math.unit(3200, "meters")
  16386. },
  16387. {
  16388. name: "The mega floof",
  16389. height: math.unit(36000, "meters")
  16390. },
  16391. {
  16392. name: "Giga-fur-Wicker",
  16393. height: math.unit(4800000, "meters")
  16394. },
  16395. {
  16396. name: "Licky world",
  16397. height: math.unit(20000000, "meters")
  16398. },
  16399. {
  16400. name: "Floofy cyan sun",
  16401. height: math.unit(1500000000, "meters")
  16402. },
  16403. {
  16404. name: "Milky Wicker",
  16405. height: math.unit(1000000000000000000000, "meters")
  16406. },
  16407. {
  16408. name: "The observing Wicker",
  16409. height: math.unit(999999999999999999999999999, "meters")
  16410. },
  16411. ]
  16412. ))
  16413. characterMakers.push(() => makeCharacter(
  16414. { name: "Arokha Sieyes" },
  16415. {
  16416. front: {
  16417. height: math.unit(5 + 9 / 12, "feet"),
  16418. weight: math.unit(150, "lb"),
  16419. name: "Front",
  16420. image: {
  16421. source: "./media/characters/arokha-sieyes/front.svg",
  16422. extra: 1425 / 1284,
  16423. bottom: 0.05
  16424. }
  16425. },
  16426. },
  16427. [
  16428. {
  16429. name: "Normal",
  16430. height: math.unit(5 + 9 / 12, "feet")
  16431. },
  16432. {
  16433. name: "Macro",
  16434. height: math.unit(30, "meters"),
  16435. default: true
  16436. },
  16437. ]
  16438. ))
  16439. characterMakers.push(() => makeCharacter(
  16440. { name: "Arokh Sieyes" },
  16441. {
  16442. front: {
  16443. height: math.unit(6, "feet"),
  16444. weight: math.unit(180, "lb"),
  16445. name: "Front",
  16446. image: {
  16447. source: "./media/characters/arokh-sieyes/front.svg",
  16448. extra: 1830 / 1769,
  16449. bottom: 0.01
  16450. }
  16451. },
  16452. },
  16453. [
  16454. {
  16455. name: "Normal",
  16456. height: math.unit(6, "feet")
  16457. },
  16458. {
  16459. name: "Macro",
  16460. height: math.unit(30, "meters"),
  16461. default: true
  16462. },
  16463. ]
  16464. ))
  16465. characterMakers.push(() => makeCharacter(
  16466. { name: "Goldeneye" },
  16467. {
  16468. side: {
  16469. height: math.unit(13 + 1 / 12, "feet"),
  16470. weight: math.unit(8.5, "tonnes"),
  16471. name: "Side",
  16472. image: {
  16473. source: "./media/characters/goldeneye/side.svg",
  16474. extra: 1182 / 778,
  16475. bottom: 0.067
  16476. }
  16477. },
  16478. paw: {
  16479. height: math.unit(3.4, "feet"),
  16480. name: "Paw",
  16481. image: {
  16482. source: "./media/characters/goldeneye/paw.svg"
  16483. }
  16484. },
  16485. },
  16486. [
  16487. {
  16488. name: "Normal",
  16489. height: math.unit(13 + 1 / 12, "feet"),
  16490. default: true
  16491. },
  16492. ]
  16493. ))
  16494. characterMakers.push(() => makeCharacter(
  16495. { name: "Leonardo Lycheborne" },
  16496. {
  16497. front: {
  16498. height: math.unit(6 + 1 / 12, "feet"),
  16499. weight: math.unit(210, "lb"),
  16500. name: "Front",
  16501. image: {
  16502. source: "./media/characters/leonardo-lycheborne/front.svg",
  16503. extra: 390 / 365,
  16504. bottom: 0.032
  16505. }
  16506. },
  16507. side: {
  16508. height: math.unit(6 + 1 / 12, "feet"),
  16509. weight: math.unit(210, "lb"),
  16510. name: "Side",
  16511. image: {
  16512. source: "./media/characters/leonardo-lycheborne/side.svg",
  16513. extra: 390 / 365,
  16514. bottom: 0.005
  16515. }
  16516. },
  16517. back: {
  16518. height: math.unit(6 + 1 / 12, "feet"),
  16519. weight: math.unit(210, "lb"),
  16520. name: "Back",
  16521. image: {
  16522. source: "./media/characters/leonardo-lycheborne/back.svg",
  16523. extra: 392 / 366,
  16524. bottom: 0.01
  16525. }
  16526. },
  16527. hand: {
  16528. height: math.unit(1.08, "feet"),
  16529. name: "Hand",
  16530. image: {
  16531. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16532. }
  16533. },
  16534. foot: {
  16535. height: math.unit(1.32, "feet"),
  16536. name: "Foot",
  16537. image: {
  16538. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16539. }
  16540. },
  16541. were: {
  16542. height: math.unit(20, "feet"),
  16543. weight: math.unit(7800, "lb"),
  16544. name: "Were",
  16545. image: {
  16546. source: "./media/characters/leonardo-lycheborne/were.svg",
  16547. extra: 308 / 294,
  16548. bottom: 0.048
  16549. }
  16550. },
  16551. feral: {
  16552. height: math.unit(7.5, "feet"),
  16553. weight: math.unit(600, "lb"),
  16554. name: "Feral",
  16555. image: {
  16556. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16557. extra: 210 / 186,
  16558. bottom: 0.108
  16559. }
  16560. },
  16561. taur: {
  16562. height: math.unit(11, "feet"),
  16563. weight: math.unit(3300, "lb"),
  16564. name: "Taur",
  16565. image: {
  16566. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16567. extra: 320 / 303,
  16568. bottom: 0.025
  16569. }
  16570. },
  16571. barghest: {
  16572. height: math.unit(11, "feet"),
  16573. weight: math.unit(1300, "lb"),
  16574. name: "Barghest",
  16575. image: {
  16576. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16577. extra: 323 / 302,
  16578. bottom: 0.027
  16579. }
  16580. },
  16581. dick: {
  16582. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16583. name: "Dick",
  16584. image: {
  16585. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16586. }
  16587. },
  16588. dickWere: {
  16589. height: math.unit((20) / 3.8, "feet"),
  16590. name: "Dick (Were)",
  16591. image: {
  16592. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16593. }
  16594. },
  16595. },
  16596. [
  16597. {
  16598. name: "Normal",
  16599. height: math.unit(6 + 1 / 12, "feet"),
  16600. default: true
  16601. },
  16602. ]
  16603. ))
  16604. characterMakers.push(() => makeCharacter(
  16605. { name: "Jet" },
  16606. {
  16607. front: {
  16608. height: math.unit(10, "feet"),
  16609. weight: math.unit(350, "lb"),
  16610. name: "Front",
  16611. image: {
  16612. source: "./media/characters/jet/front.svg",
  16613. extra: 2050 / 1980,
  16614. bottom: 0.013
  16615. }
  16616. },
  16617. back: {
  16618. height: math.unit(10, "feet"),
  16619. weight: math.unit(350, "lb"),
  16620. name: "Back",
  16621. image: {
  16622. source: "./media/characters/jet/back.svg",
  16623. extra: 2050 / 1980,
  16624. bottom: 0.013
  16625. }
  16626. },
  16627. },
  16628. [
  16629. {
  16630. name: "Micro",
  16631. height: math.unit(6, "inches")
  16632. },
  16633. {
  16634. name: "Normal",
  16635. height: math.unit(10, "feet"),
  16636. default: true
  16637. },
  16638. {
  16639. name: "Macro",
  16640. height: math.unit(100, "feet")
  16641. },
  16642. ]
  16643. ))
  16644. characterMakers.push(() => makeCharacter(
  16645. { name: "Tanarath" },
  16646. {
  16647. front: {
  16648. height: math.unit(15, "feet"),
  16649. weight: math.unit(2800, "lb"),
  16650. name: "Front",
  16651. image: {
  16652. source: "./media/characters/tanarath/front.svg",
  16653. extra: 2392 / 2220,
  16654. bottom: 0.03
  16655. }
  16656. },
  16657. back: {
  16658. height: math.unit(15, "feet"),
  16659. weight: math.unit(2800, "lb"),
  16660. name: "Back",
  16661. image: {
  16662. source: "./media/characters/tanarath/back.svg",
  16663. extra: 2392 / 2220,
  16664. bottom: 0.03
  16665. }
  16666. },
  16667. },
  16668. [
  16669. {
  16670. name: "Normal",
  16671. height: math.unit(15, "feet"),
  16672. default: true
  16673. },
  16674. ]
  16675. ))
  16676. characterMakers.push(() => makeCharacter(
  16677. { name: "Patty CattyBatty" },
  16678. {
  16679. front: {
  16680. height: math.unit(7 + 1 / 12, "feet"),
  16681. weight: math.unit(175, "lb"),
  16682. name: "Front",
  16683. image: {
  16684. source: "./media/characters/patty-cattybatty/front.svg",
  16685. extra: 908 / 874,
  16686. bottom: 0.025
  16687. }
  16688. },
  16689. },
  16690. [
  16691. {
  16692. name: "Micro",
  16693. height: math.unit(1, "inch")
  16694. },
  16695. {
  16696. name: "Normal",
  16697. height: math.unit(7 + 1 / 12, "feet")
  16698. },
  16699. {
  16700. name: "Mini Macro",
  16701. height: math.unit(155, "feet")
  16702. },
  16703. {
  16704. name: "Macro",
  16705. height: math.unit(1077, "feet")
  16706. },
  16707. {
  16708. name: "Mega Macro",
  16709. height: math.unit(47650, "feet"),
  16710. default: true
  16711. },
  16712. {
  16713. name: "Giga Macro",
  16714. height: math.unit(440, "miles")
  16715. },
  16716. {
  16717. name: "Tera Macro",
  16718. height: math.unit(8700, "miles")
  16719. },
  16720. {
  16721. name: "Planetary Macro",
  16722. height: math.unit(32700, "miles")
  16723. },
  16724. {
  16725. name: "Solar Macro",
  16726. height: math.unit(550000, "miles")
  16727. },
  16728. {
  16729. name: "Celestial Macro",
  16730. height: math.unit(2.5, "AU")
  16731. },
  16732. ]
  16733. ))
  16734. characterMakers.push(() => makeCharacter(
  16735. { name: "Cappu" },
  16736. {
  16737. front: {
  16738. height: math.unit(4 + 5 / 12, "feet"),
  16739. weight: math.unit(90, "lb"),
  16740. name: "Front",
  16741. image: {
  16742. source: "./media/characters/cappu/front.svg",
  16743. extra: 1247 / 1152,
  16744. bottom: 0.012
  16745. }
  16746. },
  16747. },
  16748. [
  16749. {
  16750. name: "Normal",
  16751. height: math.unit(4 + 5 / 12, "feet"),
  16752. default: true
  16753. },
  16754. ]
  16755. ))
  16756. characterMakers.push(() => makeCharacter(
  16757. { name: "Sebi" },
  16758. {
  16759. frontDressed: {
  16760. height: math.unit(70, "cm"),
  16761. weight: math.unit(6, "kg"),
  16762. name: "Front (Dressed)",
  16763. image: {
  16764. source: "./media/characters/sebi/front-dressed.svg",
  16765. extra: 713.5 / 686.5,
  16766. bottom: 0.003
  16767. }
  16768. },
  16769. front: {
  16770. height: math.unit(70, "cm"),
  16771. weight: math.unit(5, "kg"),
  16772. name: "Front",
  16773. image: {
  16774. source: "./media/characters/sebi/front.svg",
  16775. extra: 713.5 / 686.5,
  16776. bottom: 0.003
  16777. }
  16778. }
  16779. },
  16780. [
  16781. {
  16782. name: "Normal",
  16783. height: math.unit(70, "cm"),
  16784. default: true
  16785. },
  16786. {
  16787. name: "Macro",
  16788. height: math.unit(8, "meters")
  16789. },
  16790. ]
  16791. ))
  16792. characterMakers.push(() => makeCharacter(
  16793. { name: "Typhek" },
  16794. {
  16795. front: {
  16796. height: math.unit(6, "feet"),
  16797. weight: math.unit(150, "lb"),
  16798. name: "Front",
  16799. image: {
  16800. source: "./media/characters/typhek/front.svg",
  16801. extra: 1948 / 1929,
  16802. bottom: 0.025
  16803. }
  16804. },
  16805. side: {
  16806. height: math.unit(6, "feet"),
  16807. weight: math.unit(150, "lb"),
  16808. name: "Side",
  16809. image: {
  16810. source: "./media/characters/typhek/side.svg",
  16811. extra: 2034 / 2010,
  16812. bottom: 0.003
  16813. }
  16814. },
  16815. back: {
  16816. height: math.unit(6, "feet"),
  16817. weight: math.unit(150, "lb"),
  16818. name: "Back",
  16819. image: {
  16820. source: "./media/characters/typhek/back.svg",
  16821. extra: 2005 / 1978,
  16822. bottom: 0.004
  16823. }
  16824. },
  16825. palm: {
  16826. height: math.unit(1.2, "feet"),
  16827. name: "Palm",
  16828. image: {
  16829. source: "./media/characters/typhek/palm.svg"
  16830. }
  16831. },
  16832. fist: {
  16833. height: math.unit(1.1, "feet"),
  16834. name: "Fist",
  16835. image: {
  16836. source: "./media/characters/typhek/fist.svg"
  16837. }
  16838. },
  16839. foot: {
  16840. height: math.unit(1.57, "feet"),
  16841. name: "Foot",
  16842. image: {
  16843. source: "./media/characters/typhek/foot.svg"
  16844. }
  16845. },
  16846. sole: {
  16847. height: math.unit(2.05, "feet"),
  16848. name: "Sole",
  16849. image: {
  16850. source: "./media/characters/typhek/sole.svg"
  16851. }
  16852. },
  16853. },
  16854. [
  16855. {
  16856. name: "Macro",
  16857. height: math.unit(40, "stories"),
  16858. default: true
  16859. },
  16860. {
  16861. name: "Megamacro",
  16862. height: math.unit(1, "mile")
  16863. },
  16864. {
  16865. name: "Gigamacro",
  16866. height: math.unit(4000, "solarradii")
  16867. },
  16868. {
  16869. name: "Universal",
  16870. height: math.unit(1.1, "universes")
  16871. }
  16872. ]
  16873. ))
  16874. characterMakers.push(() => makeCharacter(
  16875. { name: "Kassy" },
  16876. {
  16877. side: {
  16878. height: math.unit(5 + 7 / 12, "feet"),
  16879. weight: math.unit(150, "lb"),
  16880. name: "Side",
  16881. image: {
  16882. source: "./media/characters/kassy/side.svg",
  16883. extra: 1280 / 1225,
  16884. bottom: 0.002
  16885. }
  16886. },
  16887. front: {
  16888. height: math.unit(5 + 7 / 12, "feet"),
  16889. weight: math.unit(150, "lb"),
  16890. name: "Front",
  16891. image: {
  16892. source: "./media/characters/kassy/front.svg",
  16893. extra: 1280 / 1225,
  16894. bottom: 0.025
  16895. }
  16896. },
  16897. back: {
  16898. height: math.unit(5 + 7 / 12, "feet"),
  16899. weight: math.unit(150, "lb"),
  16900. name: "Back",
  16901. image: {
  16902. source: "./media/characters/kassy/back.svg",
  16903. extra: 1280 / 1225,
  16904. bottom: 0.002
  16905. }
  16906. },
  16907. foot: {
  16908. height: math.unit(1.266, "feet"),
  16909. name: "Foot",
  16910. image: {
  16911. source: "./media/characters/kassy/foot.svg"
  16912. }
  16913. },
  16914. },
  16915. [
  16916. {
  16917. name: "Normal",
  16918. height: math.unit(5 + 7 / 12, "feet")
  16919. },
  16920. {
  16921. name: "Macro",
  16922. height: math.unit(137, "feet"),
  16923. default: true
  16924. },
  16925. {
  16926. name: "Megamacro",
  16927. height: math.unit(1, "mile")
  16928. },
  16929. ]
  16930. ))
  16931. characterMakers.push(() => makeCharacter(
  16932. { name: "Neil" },
  16933. {
  16934. front: {
  16935. height: math.unit(6 + 1 / 12, "feet"),
  16936. weight: math.unit(200, "lb"),
  16937. name: "Front",
  16938. image: {
  16939. source: "./media/characters/neil/front.svg",
  16940. extra: 1326 / 1250,
  16941. bottom: 0.023
  16942. }
  16943. },
  16944. },
  16945. [
  16946. {
  16947. name: "Normal",
  16948. height: math.unit(6 + 1 / 12, "feet"),
  16949. default: true
  16950. },
  16951. {
  16952. name: "Macro",
  16953. height: math.unit(200, "feet")
  16954. },
  16955. ]
  16956. ))
  16957. characterMakers.push(() => makeCharacter(
  16958. { name: "Atticus" },
  16959. {
  16960. front: {
  16961. height: math.unit(5 + 9 / 12, "feet"),
  16962. weight: math.unit(190, "lb"),
  16963. name: "Front",
  16964. image: {
  16965. source: "./media/characters/atticus/front.svg",
  16966. extra: 2934 / 2785,
  16967. bottom: 0.025
  16968. }
  16969. },
  16970. },
  16971. [
  16972. {
  16973. name: "Normal",
  16974. height: math.unit(5 + 9 / 12, "feet"),
  16975. default: true
  16976. },
  16977. {
  16978. name: "Macro",
  16979. height: math.unit(180, "feet")
  16980. },
  16981. ]
  16982. ))
  16983. characterMakers.push(() => makeCharacter(
  16984. { name: "Milo" },
  16985. {
  16986. side: {
  16987. height: math.unit(9, "feet"),
  16988. weight: math.unit(650, "lb"),
  16989. name: "Side",
  16990. image: {
  16991. source: "./media/characters/milo/side.svg",
  16992. extra: 2644 / 2310,
  16993. bottom: 0.032
  16994. }
  16995. },
  16996. },
  16997. [
  16998. {
  16999. name: "Normal",
  17000. height: math.unit(9, "feet"),
  17001. default: true
  17002. },
  17003. {
  17004. name: "Macro",
  17005. height: math.unit(300, "feet")
  17006. },
  17007. ]
  17008. ))
  17009. characterMakers.push(() => makeCharacter(
  17010. { name: "Ijzer" },
  17011. {
  17012. side: {
  17013. height: math.unit(8, "meters"),
  17014. weight: math.unit(90000, "kg"),
  17015. name: "Side",
  17016. image: {
  17017. source: "./media/characters/ijzer/side.svg",
  17018. extra: 2756 / 1600,
  17019. bottom: 0.01
  17020. }
  17021. },
  17022. },
  17023. [
  17024. {
  17025. name: "Small",
  17026. height: math.unit(3, "meters")
  17027. },
  17028. {
  17029. name: "Normal",
  17030. height: math.unit(8, "meters"),
  17031. default: true
  17032. },
  17033. {
  17034. name: "Normal+",
  17035. height: math.unit(10, "meters")
  17036. },
  17037. {
  17038. name: "Bigger",
  17039. height: math.unit(24, "meters")
  17040. },
  17041. {
  17042. name: "Huge",
  17043. height: math.unit(80, "meters")
  17044. },
  17045. ]
  17046. ))
  17047. characterMakers.push(() => makeCharacter(
  17048. { name: "Luca Cervicum" },
  17049. {
  17050. front: {
  17051. height: math.unit(6 + 2 / 12, "feet"),
  17052. weight: math.unit(153, "lb"),
  17053. name: "Front",
  17054. image: {
  17055. source: "./media/characters/luca-cervicum/front.svg",
  17056. extra: 370 / 327,
  17057. bottom: 0.015
  17058. }
  17059. },
  17060. back: {
  17061. height: math.unit(6 + 2 / 12, "feet"),
  17062. weight: math.unit(153, "lb"),
  17063. name: "Back",
  17064. image: {
  17065. source: "./media/characters/luca-cervicum/back.svg",
  17066. extra: 367 / 333,
  17067. bottom: 0.005
  17068. }
  17069. },
  17070. frontGear: {
  17071. height: math.unit(6 + 2 / 12, "feet"),
  17072. weight: math.unit(173, "lb"),
  17073. name: "Front (Gear)",
  17074. image: {
  17075. source: "./media/characters/luca-cervicum/front-gear.svg",
  17076. extra: 377 / 333,
  17077. bottom: 0.006
  17078. }
  17079. },
  17080. },
  17081. [
  17082. {
  17083. name: "Normal",
  17084. height: math.unit(6 + 2 / 12, "feet"),
  17085. default: true
  17086. },
  17087. ]
  17088. ))
  17089. characterMakers.push(() => makeCharacter(
  17090. { name: "Oliver" },
  17091. {
  17092. front: {
  17093. height: math.unit(6 + 1 / 12, "feet"),
  17094. weight: math.unit(304, "lb"),
  17095. name: "Front",
  17096. image: {
  17097. source: "./media/characters/oliver/front.svg",
  17098. extra: 157 / 143,
  17099. bottom: 0.08
  17100. }
  17101. },
  17102. },
  17103. [
  17104. {
  17105. name: "Normal",
  17106. height: math.unit(6 + 1 / 12, "feet"),
  17107. default: true
  17108. },
  17109. ]
  17110. ))
  17111. characterMakers.push(() => makeCharacter(
  17112. { name: "Shane" },
  17113. {
  17114. front: {
  17115. height: math.unit(5 + 7 / 12, "feet"),
  17116. weight: math.unit(140, "lb"),
  17117. name: "Front",
  17118. image: {
  17119. source: "./media/characters/shane/front.svg",
  17120. extra: 304 / 289,
  17121. bottom: 0.005
  17122. }
  17123. },
  17124. },
  17125. [
  17126. {
  17127. name: "Normal",
  17128. height: math.unit(5 + 7 / 12, "feet"),
  17129. default: true
  17130. },
  17131. ]
  17132. ))
  17133. characterMakers.push(() => makeCharacter(
  17134. { name: "Shin" },
  17135. {
  17136. front: {
  17137. height: math.unit(5 + 9 / 12, "feet"),
  17138. weight: math.unit(178, "lb"),
  17139. name: "Front",
  17140. image: {
  17141. source: "./media/characters/shin/front.svg",
  17142. extra: 159 / 151,
  17143. bottom: 0.015
  17144. }
  17145. },
  17146. },
  17147. [
  17148. {
  17149. name: "Normal",
  17150. height: math.unit(5 + 9 / 12, "feet"),
  17151. default: true
  17152. },
  17153. ]
  17154. ))
  17155. characterMakers.push(() => makeCharacter(
  17156. { name: "Xerxes" },
  17157. {
  17158. front: {
  17159. height: math.unit(5 + 10 / 12, "feet"),
  17160. weight: math.unit(168, "lb"),
  17161. name: "Front",
  17162. image: {
  17163. source: "./media/characters/xerxes/front.svg",
  17164. extra: 282 / 260,
  17165. bottom: 0.045
  17166. }
  17167. },
  17168. },
  17169. [
  17170. {
  17171. name: "Normal",
  17172. height: math.unit(5 + 10 / 12, "feet"),
  17173. default: true
  17174. },
  17175. ]
  17176. ))
  17177. characterMakers.push(() => makeCharacter(
  17178. { name: "Chaska" },
  17179. {
  17180. front: {
  17181. height: math.unit(6 + 7 / 12, "feet"),
  17182. weight: math.unit(208, "lb"),
  17183. name: "Front",
  17184. image: {
  17185. source: "./media/characters/chaska/front.svg",
  17186. extra: 332 / 319,
  17187. bottom: 0.015
  17188. }
  17189. },
  17190. },
  17191. [
  17192. {
  17193. name: "Normal",
  17194. height: math.unit(6 + 7 / 12, "feet"),
  17195. default: true
  17196. },
  17197. ]
  17198. ))
  17199. characterMakers.push(() => makeCharacter(
  17200. { name: "Enuk" },
  17201. {
  17202. front: {
  17203. height: math.unit(5 + 8 / 12, "feet"),
  17204. weight: math.unit(208, "lb"),
  17205. name: "Front",
  17206. image: {
  17207. source: "./media/characters/enuk/front.svg",
  17208. extra: 437 / 406,
  17209. bottom: 0.02
  17210. }
  17211. },
  17212. },
  17213. [
  17214. {
  17215. name: "Normal",
  17216. height: math.unit(5 + 8 / 12, "feet"),
  17217. default: true
  17218. },
  17219. ]
  17220. ))
  17221. characterMakers.push(() => makeCharacter(
  17222. { name: "Bruun" },
  17223. {
  17224. front: {
  17225. height: math.unit(5 + 10 / 12, "feet"),
  17226. weight: math.unit(252, "lb"),
  17227. name: "Front",
  17228. image: {
  17229. source: "./media/characters/bruun/front.svg",
  17230. extra: 197 / 187,
  17231. bottom: 0.012
  17232. }
  17233. },
  17234. },
  17235. [
  17236. {
  17237. name: "Normal",
  17238. height: math.unit(5 + 10 / 12, "feet"),
  17239. default: true
  17240. },
  17241. ]
  17242. ))
  17243. characterMakers.push(() => makeCharacter(
  17244. { name: "Alexeev" },
  17245. {
  17246. front: {
  17247. height: math.unit(6 + 10 / 12, "feet"),
  17248. weight: math.unit(255, "lb"),
  17249. name: "Front",
  17250. image: {
  17251. source: "./media/characters/alexeev/front.svg",
  17252. extra: 213 / 200,
  17253. bottom: 0.05
  17254. }
  17255. },
  17256. },
  17257. [
  17258. {
  17259. name: "Normal",
  17260. height: math.unit(6 + 10 / 12, "feet"),
  17261. default: true
  17262. },
  17263. ]
  17264. ))
  17265. characterMakers.push(() => makeCharacter(
  17266. { name: "Evelyn" },
  17267. {
  17268. front: {
  17269. height: math.unit(2 + 8 / 12, "feet"),
  17270. weight: math.unit(22, "lb"),
  17271. name: "Front",
  17272. image: {
  17273. source: "./media/characters/evelyn/front.svg",
  17274. extra: 208 / 180
  17275. }
  17276. },
  17277. },
  17278. [
  17279. {
  17280. name: "Normal",
  17281. height: math.unit(2 + 8 / 12, "feet"),
  17282. default: true
  17283. },
  17284. ]
  17285. ))
  17286. characterMakers.push(() => makeCharacter(
  17287. { name: "Inca" },
  17288. {
  17289. front: {
  17290. height: math.unit(5 + 9 / 12, "feet"),
  17291. weight: math.unit(139, "lb"),
  17292. name: "Front",
  17293. image: {
  17294. source: "./media/characters/inca/front.svg",
  17295. extra: 294 / 291,
  17296. bottom: 0.03
  17297. }
  17298. },
  17299. },
  17300. [
  17301. {
  17302. name: "Normal",
  17303. height: math.unit(5 + 9 / 12, "feet"),
  17304. default: true
  17305. },
  17306. ]
  17307. ))
  17308. characterMakers.push(() => makeCharacter(
  17309. { name: "Magdalene" },
  17310. {
  17311. front: {
  17312. height: math.unit(5 + 1 / 12, "feet"),
  17313. weight: math.unit(84, "lb"),
  17314. name: "Front",
  17315. image: {
  17316. source: "./media/characters/magdalene/front.svg",
  17317. extra: 293 / 273
  17318. }
  17319. },
  17320. },
  17321. [
  17322. {
  17323. name: "Normal",
  17324. height: math.unit(5 + 1 / 12, "feet"),
  17325. default: true
  17326. },
  17327. ]
  17328. ))
  17329. characterMakers.push(() => makeCharacter(
  17330. { name: "Mera" },
  17331. {
  17332. front: {
  17333. height: math.unit(6 + 3 / 12, "feet"),
  17334. weight: math.unit(185, "lb"),
  17335. name: "Front",
  17336. image: {
  17337. source: "./media/characters/mera/front.svg",
  17338. extra: 291 / 277,
  17339. bottom: 0.03
  17340. }
  17341. },
  17342. },
  17343. [
  17344. {
  17345. name: "Normal",
  17346. height: math.unit(6 + 3 / 12, "feet"),
  17347. default: true
  17348. },
  17349. ]
  17350. ))
  17351. characterMakers.push(() => makeCharacter(
  17352. { name: "Ceres" },
  17353. {
  17354. front: {
  17355. height: math.unit(6 + 7 / 12, "feet"),
  17356. weight: math.unit(160, "lb"),
  17357. name: "Front",
  17358. image: {
  17359. source: "./media/characters/ceres/front.svg",
  17360. extra: 1023 / 950,
  17361. bottom: 0.027
  17362. }
  17363. },
  17364. back: {
  17365. height: math.unit(6 + 7 / 12, "feet"),
  17366. weight: math.unit(160, "lb"),
  17367. name: "Back",
  17368. image: {
  17369. source: "./media/characters/ceres/back.svg",
  17370. extra: 1023 / 950
  17371. }
  17372. },
  17373. },
  17374. [
  17375. {
  17376. name: "Normal",
  17377. height: math.unit(6 + 7 / 12, "feet"),
  17378. default: true
  17379. },
  17380. ]
  17381. ))
  17382. characterMakers.push(() => makeCharacter(
  17383. { name: "Kris" },
  17384. {
  17385. front: {
  17386. height: math.unit(5 + 10 / 12, "feet"),
  17387. weight: math.unit(150, "lb"),
  17388. name: "Front",
  17389. image: {
  17390. source: "./media/characters/kris/front.svg",
  17391. extra: 885 / 803,
  17392. bottom: 0.03
  17393. }
  17394. },
  17395. },
  17396. [
  17397. {
  17398. name: "Normal",
  17399. height: math.unit(5 + 10 / 12, "feet"),
  17400. default: true
  17401. },
  17402. ]
  17403. ))
  17404. characterMakers.push(() => makeCharacter(
  17405. { name: "Taluthus" },
  17406. {
  17407. front: {
  17408. height: math.unit(7, "feet"),
  17409. weight: math.unit(120, "kg"),
  17410. name: "Front",
  17411. image: {
  17412. source: "./media/characters/taluthus/front.svg",
  17413. extra: 903 / 833,
  17414. bottom: 0.015
  17415. }
  17416. },
  17417. },
  17418. [
  17419. {
  17420. name: "Normal",
  17421. height: math.unit(7, "feet"),
  17422. default: true
  17423. },
  17424. {
  17425. name: "Macro",
  17426. height: math.unit(300, "feet")
  17427. },
  17428. ]
  17429. ))
  17430. characterMakers.push(() => makeCharacter(
  17431. { name: "Dawn" },
  17432. {
  17433. front: {
  17434. height: math.unit(5 + 9 / 12, "feet"),
  17435. weight: math.unit(145, "lb"),
  17436. name: "Front",
  17437. image: {
  17438. source: "./media/characters/dawn/front.svg",
  17439. extra: 2094 / 2016,
  17440. bottom: 0.025
  17441. }
  17442. },
  17443. back: {
  17444. height: math.unit(5 + 9 / 12, "feet"),
  17445. weight: math.unit(160, "lb"),
  17446. name: "Back",
  17447. image: {
  17448. source: "./media/characters/dawn/back.svg",
  17449. extra: 2112 / 2080,
  17450. bottom: 0.005
  17451. }
  17452. },
  17453. },
  17454. [
  17455. {
  17456. name: "Normal",
  17457. height: math.unit(6 + 7 / 12, "feet"),
  17458. default: true
  17459. },
  17460. ]
  17461. ))
  17462. characterMakers.push(() => makeCharacter(
  17463. { name: "Arador" },
  17464. {
  17465. anthro: {
  17466. height: math.unit(8 + 3 / 12, "feet"),
  17467. weight: math.unit(450, "lb"),
  17468. name: "Anthro",
  17469. image: {
  17470. source: "./media/characters/arador/anthro.svg",
  17471. extra: 1835 / 1718,
  17472. bottom: 0.025
  17473. }
  17474. },
  17475. feral: {
  17476. height: math.unit(4, "feet"),
  17477. weight: math.unit(200, "lb"),
  17478. name: "Feral",
  17479. image: {
  17480. source: "./media/characters/arador/feral.svg",
  17481. extra: 1683 / 1514,
  17482. bottom: 0.07
  17483. }
  17484. },
  17485. },
  17486. [
  17487. {
  17488. name: "Normal",
  17489. height: math.unit(8 + 3 / 12, "feet")
  17490. },
  17491. {
  17492. name: "Macro",
  17493. height: math.unit(82.5, "feet"),
  17494. default: true
  17495. },
  17496. ]
  17497. ))
  17498. characterMakers.push(() => makeCharacter(
  17499. { name: "Dharsi" },
  17500. {
  17501. front: {
  17502. height: math.unit(5 + 10 / 12, "feet"),
  17503. weight: math.unit(125, "lb"),
  17504. name: "Front",
  17505. image: {
  17506. source: "./media/characters/dharsi/front.svg",
  17507. extra: 716 / 630,
  17508. bottom: 0.035
  17509. }
  17510. },
  17511. },
  17512. [
  17513. {
  17514. name: "Nano",
  17515. height: math.unit(100, "nm")
  17516. },
  17517. {
  17518. name: "Micro",
  17519. height: math.unit(2, "inches")
  17520. },
  17521. {
  17522. name: "Normal",
  17523. height: math.unit(5 + 10 / 12, "feet"),
  17524. default: true
  17525. },
  17526. {
  17527. name: "Macro",
  17528. height: math.unit(1000, "feet")
  17529. },
  17530. {
  17531. name: "Megamacro",
  17532. height: math.unit(10, "miles")
  17533. },
  17534. {
  17535. name: "Gigamacro",
  17536. height: math.unit(3000, "miles")
  17537. },
  17538. {
  17539. name: "Teramacro",
  17540. height: math.unit(500000, "miles")
  17541. },
  17542. {
  17543. name: "Teramacro+",
  17544. height: math.unit(30, "galaxies")
  17545. },
  17546. ]
  17547. ))
  17548. characterMakers.push(() => makeCharacter(
  17549. { name: "Deathy" },
  17550. {
  17551. front: {
  17552. height: math.unit(6, "feet"),
  17553. weight: math.unit(150, "lb"),
  17554. name: "Front",
  17555. image: {
  17556. source: "./media/characters/deathy/front.svg",
  17557. extra: 1552 / 1463,
  17558. bottom: 0.025
  17559. }
  17560. },
  17561. side: {
  17562. height: math.unit(6, "feet"),
  17563. weight: math.unit(150, "lb"),
  17564. name: "Side",
  17565. image: {
  17566. source: "./media/characters/deathy/side.svg",
  17567. extra: 1604 / 1455,
  17568. bottom: 0.025
  17569. }
  17570. },
  17571. back: {
  17572. height: math.unit(6, "feet"),
  17573. weight: math.unit(150, "lb"),
  17574. name: "Back",
  17575. image: {
  17576. source: "./media/characters/deathy/back.svg",
  17577. extra: 1580 / 1463,
  17578. bottom: 0.005
  17579. }
  17580. },
  17581. },
  17582. [
  17583. {
  17584. name: "Micro",
  17585. height: math.unit(5, "millimeters")
  17586. },
  17587. {
  17588. name: "Normal",
  17589. height: math.unit(6 + 5 / 12, "feet"),
  17590. default: true
  17591. },
  17592. ]
  17593. ))
  17594. characterMakers.push(() => makeCharacter(
  17595. { name: "Juniper" },
  17596. {
  17597. front: {
  17598. height: math.unit(16, "feet"),
  17599. weight: math.unit(4000, "lb"),
  17600. name: "Front",
  17601. image: {
  17602. source: "./media/characters/juniper/front.svg",
  17603. bottom: 0.04
  17604. }
  17605. },
  17606. },
  17607. [
  17608. {
  17609. name: "Normal",
  17610. height: math.unit(16, "feet"),
  17611. default: true
  17612. },
  17613. ]
  17614. ))
  17615. characterMakers.push(() => makeCharacter(
  17616. { name: "Hipster" },
  17617. {
  17618. front: {
  17619. height: math.unit(6, "feet"),
  17620. weight: math.unit(150, "lb"),
  17621. name: "Front",
  17622. image: {
  17623. source: "./media/characters/hipster/front.svg",
  17624. extra: 1312 / 1209,
  17625. bottom: 0.025
  17626. }
  17627. },
  17628. back: {
  17629. height: math.unit(6, "feet"),
  17630. weight: math.unit(150, "lb"),
  17631. name: "Back",
  17632. image: {
  17633. source: "./media/characters/hipster/back.svg",
  17634. extra: 1281 / 1196,
  17635. bottom: 0.01
  17636. }
  17637. },
  17638. },
  17639. [
  17640. {
  17641. name: "Micro",
  17642. height: math.unit(1, "mm")
  17643. },
  17644. {
  17645. name: "Normal",
  17646. height: math.unit(4, "inches"),
  17647. default: true
  17648. },
  17649. {
  17650. name: "Macro",
  17651. height: math.unit(500, "feet")
  17652. },
  17653. {
  17654. name: "Megamacro",
  17655. height: math.unit(1000, "miles")
  17656. },
  17657. ]
  17658. ))
  17659. characterMakers.push(() => makeCharacter(
  17660. { name: "Tendirmuldr" },
  17661. {
  17662. front: {
  17663. height: math.unit(6, "feet"),
  17664. weight: math.unit(150, "lb"),
  17665. name: "Front",
  17666. image: {
  17667. source: "./media/characters/tendirmuldr/front.svg",
  17668. extra: 1878 / 1772,
  17669. bottom: 0.015
  17670. }
  17671. },
  17672. },
  17673. [
  17674. {
  17675. name: "Megamacro",
  17676. height: math.unit(1500, "miles"),
  17677. default: true
  17678. },
  17679. ]
  17680. ))
  17681. characterMakers.push(() => makeCharacter(
  17682. { name: "Mort" },
  17683. {
  17684. front: {
  17685. height: math.unit(14, "feet"),
  17686. weight: math.unit(12000, "lb"),
  17687. name: "Front",
  17688. image: {
  17689. source: "./media/characters/mort/front.svg",
  17690. extra: 365 / 318,
  17691. bottom: 0.01
  17692. }
  17693. },
  17694. side: {
  17695. height: math.unit(14, "feet"),
  17696. weight: math.unit(12000, "lb"),
  17697. name: "Side",
  17698. image: {
  17699. source: "./media/characters/mort/side.svg",
  17700. extra: 365 / 318,
  17701. bottom: 0.052
  17702. },
  17703. default: true
  17704. },
  17705. back: {
  17706. height: math.unit(14, "feet"),
  17707. weight: math.unit(12000, "lb"),
  17708. name: "Back",
  17709. image: {
  17710. source: "./media/characters/mort/back.svg",
  17711. extra: 371 / 332,
  17712. bottom: 0.18
  17713. }
  17714. },
  17715. },
  17716. [
  17717. {
  17718. name: "Normal",
  17719. height: math.unit(14, "feet"),
  17720. default: true
  17721. },
  17722. ]
  17723. ))
  17724. characterMakers.push(() => makeCharacter(
  17725. { name: "Lycoa" },
  17726. {
  17727. front: {
  17728. height: math.unit(8, "feet"),
  17729. weight: math.unit(1, "ton"),
  17730. name: "Front",
  17731. image: {
  17732. source: "./media/characters/lycoa/front.svg",
  17733. extra: 1875 / 1789,
  17734. bottom: 0.022
  17735. }
  17736. },
  17737. back: {
  17738. height: math.unit(8, "feet"),
  17739. weight: math.unit(1, "ton"),
  17740. name: "Back",
  17741. image: {
  17742. source: "./media/characters/lycoa/back.svg",
  17743. extra: 1835 / 1781,
  17744. bottom: 0.03
  17745. }
  17746. },
  17747. },
  17748. [
  17749. {
  17750. name: "Normal",
  17751. height: math.unit(8, "feet"),
  17752. default: true
  17753. },
  17754. {
  17755. name: "Macro",
  17756. height: math.unit(30, "feet")
  17757. },
  17758. ]
  17759. ))
  17760. characterMakers.push(() => makeCharacter(
  17761. { name: "Naldara" },
  17762. {
  17763. front: {
  17764. height: math.unit(4 + 2 / 12, "feet"),
  17765. weight: math.unit(70, "lb"),
  17766. name: "Front",
  17767. image: {
  17768. source: "./media/characters/naldara/front.svg",
  17769. extra: 841 / 720,
  17770. bottom: 0.04
  17771. }
  17772. },
  17773. },
  17774. [
  17775. {
  17776. name: "Normal",
  17777. height: math.unit(4 + 2 / 12, "feet"),
  17778. default: true
  17779. },
  17780. ]
  17781. ))
  17782. characterMakers.push(() => makeCharacter(
  17783. { name: "Briar" },
  17784. {
  17785. front: {
  17786. height: math.unit(13 + 7 / 12, "feet"),
  17787. weight: math.unit(1500, "lb"),
  17788. name: "Front",
  17789. image: {
  17790. source: "./media/characters/briar/front.svg",
  17791. extra: 626 / 596,
  17792. bottom: 0.08
  17793. }
  17794. },
  17795. },
  17796. [
  17797. {
  17798. name: "Normal",
  17799. height: math.unit(13 + 7 / 12, "feet"),
  17800. default: true
  17801. },
  17802. ]
  17803. ))
  17804. characterMakers.push(() => makeCharacter(
  17805. { name: "Vanguard" },
  17806. {
  17807. side: {
  17808. height: math.unit(10, "feet"),
  17809. weight: math.unit(500, "lb"),
  17810. name: "Side",
  17811. image: {
  17812. source: "./media/characters/vanguard/side.svg",
  17813. extra: 502 / 425,
  17814. bottom: 0.087
  17815. }
  17816. },
  17817. },
  17818. [
  17819. {
  17820. name: "Normal",
  17821. height: math.unit(10, "feet"),
  17822. default: true
  17823. },
  17824. ]
  17825. ))
  17826. characterMakers.push(() => makeCharacter(
  17827. { name: "Artemis" },
  17828. {
  17829. front: {
  17830. height: math.unit(7.5, "feet"),
  17831. weight: math.unit(2, "lb"),
  17832. name: "Front",
  17833. image: {
  17834. source: "./media/characters/artemis/front.svg",
  17835. extra: 1192 / 1075,
  17836. bottom: 0.07
  17837. }
  17838. },
  17839. },
  17840. [
  17841. {
  17842. name: "Normal",
  17843. height: math.unit(7.5, "feet"),
  17844. default: true
  17845. },
  17846. {
  17847. name: "Enlarged",
  17848. height: math.unit(12, "feet")
  17849. },
  17850. ]
  17851. ))
  17852. characterMakers.push(() => makeCharacter(
  17853. { name: "Kira" },
  17854. {
  17855. front: {
  17856. height: math.unit(5 + 3 / 12, "feet"),
  17857. weight: math.unit(160, "lb"),
  17858. name: "Front",
  17859. image: {
  17860. source: "./media/characters/kira/front.svg",
  17861. extra: 906 / 786,
  17862. bottom: 0.01
  17863. }
  17864. },
  17865. back: {
  17866. height: math.unit(5 + 3 / 12, "feet"),
  17867. weight: math.unit(160, "lb"),
  17868. name: "Back",
  17869. image: {
  17870. source: "./media/characters/kira/back.svg",
  17871. extra: 882 / 757,
  17872. bottom: 0.005
  17873. }
  17874. },
  17875. frontDressed: {
  17876. height: math.unit(5 + 3 / 12, "feet"),
  17877. weight: math.unit(160, "lb"),
  17878. name: "Front (Dressed)",
  17879. image: {
  17880. source: "./media/characters/kira/front-dressed.svg",
  17881. extra: 906 / 786,
  17882. bottom: 0.01
  17883. }
  17884. },
  17885. beans: {
  17886. height: math.unit(0.92, "feet"),
  17887. name: "Beans",
  17888. image: {
  17889. source: "./media/characters/kira/beans.svg"
  17890. }
  17891. },
  17892. },
  17893. [
  17894. {
  17895. name: "Normal",
  17896. height: math.unit(5 + 3 / 12, "feet"),
  17897. default: true
  17898. },
  17899. ]
  17900. ))
  17901. characterMakers.push(() => makeCharacter(
  17902. { name: "Scramble" },
  17903. {
  17904. front: {
  17905. height: math.unit(5 + 4 / 12, "feet"),
  17906. weight: math.unit(145, "lb"),
  17907. name: "Front",
  17908. image: {
  17909. source: "./media/characters/scramble/front.svg",
  17910. extra: 763 / 727,
  17911. bottom: 0.05
  17912. }
  17913. },
  17914. back: {
  17915. height: math.unit(5 + 4 / 12, "feet"),
  17916. weight: math.unit(145, "lb"),
  17917. name: "Back",
  17918. image: {
  17919. source: "./media/characters/scramble/back.svg",
  17920. extra: 826 / 737,
  17921. bottom: 0.002
  17922. }
  17923. },
  17924. },
  17925. [
  17926. {
  17927. name: "Normal",
  17928. height: math.unit(5 + 4 / 12, "feet"),
  17929. default: true
  17930. },
  17931. ]
  17932. ))
  17933. characterMakers.push(() => makeCharacter(
  17934. { name: "Biscuit" },
  17935. {
  17936. side: {
  17937. height: math.unit(6 + 2 / 12, "feet"),
  17938. weight: math.unit(190, "lb"),
  17939. name: "Side",
  17940. image: {
  17941. source: "./media/characters/biscuit/side.svg",
  17942. extra: 858 / 791,
  17943. bottom: 0.044
  17944. }
  17945. },
  17946. },
  17947. [
  17948. {
  17949. name: "Normal",
  17950. height: math.unit(6 + 2 / 12, "feet"),
  17951. default: true
  17952. },
  17953. ]
  17954. ))
  17955. characterMakers.push(() => makeCharacter(
  17956. { name: "Poffin" },
  17957. {
  17958. front: {
  17959. height: math.unit(5 + 2 / 12, "feet"),
  17960. weight: math.unit(120, "lb"),
  17961. name: "Front",
  17962. image: {
  17963. source: "./media/characters/poffin/front.svg",
  17964. extra: 786 / 680,
  17965. bottom: 0.005
  17966. }
  17967. },
  17968. },
  17969. [
  17970. {
  17971. name: "Normal",
  17972. height: math.unit(5 + 2 / 12, "feet"),
  17973. default: true
  17974. },
  17975. ]
  17976. ))
  17977. characterMakers.push(() => makeCharacter(
  17978. { name: "Dhari" },
  17979. {
  17980. front: {
  17981. height: math.unit(6 + 3 / 12, "feet"),
  17982. weight: math.unit(519, "lb"),
  17983. name: "Front",
  17984. image: {
  17985. source: "./media/characters/dhari/front.svg",
  17986. extra: 1048 / 946,
  17987. bottom: 0.015
  17988. }
  17989. },
  17990. back: {
  17991. height: math.unit(6 + 3 / 12, "feet"),
  17992. weight: math.unit(519, "lb"),
  17993. name: "Back",
  17994. image: {
  17995. source: "./media/characters/dhari/back.svg",
  17996. extra: 1048 / 931,
  17997. bottom: 0.005
  17998. }
  17999. },
  18000. frontDressed: {
  18001. height: math.unit(6 + 3 / 12, "feet"),
  18002. weight: math.unit(519, "lb"),
  18003. name: "Front (Dressed)",
  18004. image: {
  18005. source: "./media/characters/dhari/front-dressed.svg",
  18006. extra: 1713 / 1546,
  18007. bottom: 0.02
  18008. }
  18009. },
  18010. backDressed: {
  18011. height: math.unit(6 + 3 / 12, "feet"),
  18012. weight: math.unit(519, "lb"),
  18013. name: "Back (Dressed)",
  18014. image: {
  18015. source: "./media/characters/dhari/back-dressed.svg",
  18016. extra: 1699 / 1537,
  18017. bottom: 0.01
  18018. }
  18019. },
  18020. maw: {
  18021. height: math.unit(0.95, "feet"),
  18022. name: "Maw",
  18023. image: {
  18024. source: "./media/characters/dhari/maw.svg"
  18025. }
  18026. },
  18027. wereFront: {
  18028. height: math.unit(12 + 8 / 12, "feet"),
  18029. weight: math.unit(4000, "lb"),
  18030. name: "Front (Were)",
  18031. image: {
  18032. source: "./media/characters/dhari/were-front.svg",
  18033. extra: 1065 / 969,
  18034. bottom: 0.015
  18035. }
  18036. },
  18037. wereBack: {
  18038. height: math.unit(12 + 8 / 12, "feet"),
  18039. weight: math.unit(4000, "lb"),
  18040. name: "Back (Were)",
  18041. image: {
  18042. source: "./media/characters/dhari/were-back.svg",
  18043. extra: 1065 / 969,
  18044. bottom: 0.012
  18045. }
  18046. },
  18047. wereMaw: {
  18048. height: math.unit(0.625, "meters"),
  18049. name: "Maw (Were)",
  18050. image: {
  18051. source: "./media/characters/dhari/were-maw.svg"
  18052. }
  18053. },
  18054. },
  18055. [
  18056. {
  18057. name: "Normal",
  18058. height: math.unit(6 + 3 / 12, "feet"),
  18059. default: true
  18060. },
  18061. ]
  18062. ))
  18063. characterMakers.push(() => makeCharacter(
  18064. { name: "Rena Dyne" },
  18065. {
  18066. anthro: {
  18067. height: math.unit(5 + 7 / 12, "feet"),
  18068. weight: math.unit(175, "lb"),
  18069. name: "Anthro",
  18070. image: {
  18071. source: "./media/characters/rena-dyne/anthro.svg",
  18072. extra: 1849 / 1785,
  18073. bottom: 0.005
  18074. }
  18075. },
  18076. taur: {
  18077. height: math.unit(15 + 6 / 12, "feet"),
  18078. weight: math.unit(8000, "lb"),
  18079. name: "Taur",
  18080. image: {
  18081. source: "./media/characters/rena-dyne/taur.svg",
  18082. extra: 2315 / 2234,
  18083. bottom: 0.033
  18084. }
  18085. },
  18086. },
  18087. [
  18088. {
  18089. name: "Normal",
  18090. height: math.unit(5 + 7 / 12, "feet"),
  18091. default: true
  18092. },
  18093. ]
  18094. ))
  18095. characterMakers.push(() => makeCharacter(
  18096. { name: "Weremeep" },
  18097. {
  18098. front: {
  18099. height: math.unit(8, "feet"),
  18100. weight: math.unit(600, "lb"),
  18101. name: "Front",
  18102. image: {
  18103. source: "./media/characters/weremeep/front.svg",
  18104. extra: 967 / 862,
  18105. bottom: 0.01
  18106. }
  18107. },
  18108. },
  18109. [
  18110. {
  18111. name: "Normal",
  18112. height: math.unit(8, "feet"),
  18113. default: true
  18114. },
  18115. {
  18116. name: "Lorg",
  18117. height: math.unit(12, "feet")
  18118. },
  18119. {
  18120. name: "Oh Lawd She Comin'",
  18121. height: math.unit(20, "feet")
  18122. },
  18123. ]
  18124. ))
  18125. characterMakers.push(() => makeCharacter(
  18126. { name: "Reza" },
  18127. {
  18128. front: {
  18129. height: math.unit(4, "feet"),
  18130. weight: math.unit(90, "lb"),
  18131. name: "Front",
  18132. image: {
  18133. source: "./media/characters/reza/front.svg",
  18134. extra: 1183 / 1111,
  18135. bottom: 0.017
  18136. }
  18137. },
  18138. back: {
  18139. height: math.unit(4, "feet"),
  18140. weight: math.unit(90, "lb"),
  18141. name: "Back",
  18142. image: {
  18143. source: "./media/characters/reza/back.svg",
  18144. extra: 1183 / 1111,
  18145. bottom: 0.01
  18146. }
  18147. },
  18148. drake: {
  18149. height: math.unit(30, "feet"),
  18150. weight: math.unit(246960, "lb"),
  18151. name: "Drake",
  18152. image: {
  18153. source: "./media/characters/reza/drake.svg",
  18154. extra: 2350/2024,
  18155. bottom: 60.7/2403
  18156. }
  18157. },
  18158. },
  18159. [
  18160. {
  18161. name: "Normal",
  18162. height: math.unit(4, "feet"),
  18163. default: true
  18164. },
  18165. ]
  18166. ))
  18167. characterMakers.push(() => makeCharacter(
  18168. { name: "Athea" },
  18169. {
  18170. side: {
  18171. height: math.unit(15, "feet"),
  18172. weight: math.unit(14, "tons"),
  18173. name: "Side",
  18174. image: {
  18175. source: "./media/characters/athea/side.svg",
  18176. extra: 960 / 540,
  18177. bottom: 0.003
  18178. }
  18179. },
  18180. sitting: {
  18181. height: math.unit(6 * 2.85, "feet"),
  18182. weight: math.unit(14, "tons"),
  18183. name: "Sitting",
  18184. image: {
  18185. source: "./media/characters/athea/sitting.svg",
  18186. extra: 621 / 581,
  18187. bottom: 0.075
  18188. }
  18189. },
  18190. maw: {
  18191. height: math.unit(7.59498031496063, "feet"),
  18192. name: "Maw",
  18193. image: {
  18194. source: "./media/characters/athea/maw.svg"
  18195. }
  18196. },
  18197. },
  18198. [
  18199. {
  18200. name: "Lap Cat",
  18201. height: math.unit(2.5, "feet")
  18202. },
  18203. {
  18204. name: "Minimacro",
  18205. height: math.unit(15, "feet"),
  18206. default: true
  18207. },
  18208. {
  18209. name: "Macro",
  18210. height: math.unit(120, "feet")
  18211. },
  18212. {
  18213. name: "Macro+",
  18214. height: math.unit(640, "feet")
  18215. },
  18216. {
  18217. name: "Colossus",
  18218. height: math.unit(2.2, "miles")
  18219. },
  18220. ]
  18221. ))
  18222. characterMakers.push(() => makeCharacter(
  18223. { name: "Seroko" },
  18224. {
  18225. front: {
  18226. height: math.unit(8 + 8 / 12, "feet"),
  18227. weight: math.unit(130, "kg"),
  18228. name: "Front",
  18229. image: {
  18230. source: "./media/characters/seroko/front.svg",
  18231. extra: 1385 / 1280,
  18232. bottom: 0.025
  18233. }
  18234. },
  18235. back: {
  18236. height: math.unit(8 + 8 / 12, "feet"),
  18237. weight: math.unit(130, "kg"),
  18238. name: "Back",
  18239. image: {
  18240. source: "./media/characters/seroko/back.svg",
  18241. extra: 1369 / 1238,
  18242. bottom: 0.018
  18243. }
  18244. },
  18245. frontDressed: {
  18246. height: math.unit(8 + 8 / 12, "feet"),
  18247. weight: math.unit(130, "kg"),
  18248. name: "Front (Dressed)",
  18249. image: {
  18250. source: "./media/characters/seroko/front-dressed.svg",
  18251. extra: 1366 / 1275,
  18252. bottom: 0.03
  18253. }
  18254. },
  18255. },
  18256. [
  18257. {
  18258. name: "Normal",
  18259. height: math.unit(8 + 8 / 12, "feet"),
  18260. default: true
  18261. },
  18262. ]
  18263. ))
  18264. characterMakers.push(() => makeCharacter(
  18265. { name: "Quatzi" },
  18266. {
  18267. front: {
  18268. height: math.unit(5.5, "feet"),
  18269. weight: math.unit(160, "lb"),
  18270. name: "Front",
  18271. image: {
  18272. source: "./media/characters/quatzi/front.svg",
  18273. extra: 2346 / 2242,
  18274. bottom: 0.015
  18275. }
  18276. },
  18277. },
  18278. [
  18279. {
  18280. name: "Normal",
  18281. height: math.unit(5.5, "feet"),
  18282. default: true
  18283. },
  18284. {
  18285. name: "Big",
  18286. height: math.unit(7.7, "feet")
  18287. },
  18288. ]
  18289. ))
  18290. characterMakers.push(() => makeCharacter(
  18291. { name: "Sen" },
  18292. {
  18293. front: {
  18294. height: math.unit(5 + 11 / 12, "feet"),
  18295. weight: math.unit(180, "lb"),
  18296. name: "Front",
  18297. image: {
  18298. source: "./media/characters/sen/front.svg",
  18299. extra: 1321 / 1254,
  18300. bottom: 0.015
  18301. }
  18302. },
  18303. side: {
  18304. height: math.unit(5 + 11 / 12, "feet"),
  18305. weight: math.unit(180, "lb"),
  18306. name: "Side",
  18307. image: {
  18308. source: "./media/characters/sen/side.svg",
  18309. extra: 1321 / 1254,
  18310. bottom: 0.007
  18311. }
  18312. },
  18313. back: {
  18314. height: math.unit(5 + 11 / 12, "feet"),
  18315. weight: math.unit(180, "lb"),
  18316. name: "Back",
  18317. image: {
  18318. source: "./media/characters/sen/back.svg",
  18319. extra: 1321 / 1254
  18320. }
  18321. },
  18322. },
  18323. [
  18324. {
  18325. name: "Normal",
  18326. height: math.unit(5 + 11 / 12, "feet"),
  18327. default: true
  18328. },
  18329. ]
  18330. ))
  18331. characterMakers.push(() => makeCharacter(
  18332. { name: "Fruity" },
  18333. {
  18334. front: {
  18335. height: math.unit(166.6, "cm"),
  18336. weight: math.unit(66.6, "kg"),
  18337. name: "Front",
  18338. image: {
  18339. source: "./media/characters/fruity/front.svg",
  18340. extra: 1510 / 1386,
  18341. bottom: 0.04
  18342. }
  18343. },
  18344. back: {
  18345. height: math.unit(166.6, "cm"),
  18346. weight: math.unit(66.6, "lb"),
  18347. name: "Back",
  18348. image: {
  18349. source: "./media/characters/fruity/back.svg",
  18350. extra: 1563 / 1435,
  18351. bottom: 0.005
  18352. }
  18353. },
  18354. },
  18355. [
  18356. {
  18357. name: "Normal",
  18358. height: math.unit(166.6, "cm"),
  18359. default: true
  18360. },
  18361. {
  18362. name: "Demonic",
  18363. height: math.unit(166.6, "feet")
  18364. },
  18365. ]
  18366. ))
  18367. characterMakers.push(() => makeCharacter(
  18368. { name: "Zost" },
  18369. {
  18370. side: {
  18371. height: math.unit(10, "feet"),
  18372. weight: math.unit(500, "lb"),
  18373. name: "Side",
  18374. image: {
  18375. source: "./media/characters/zost/side.svg",
  18376. extra: 966 / 880,
  18377. bottom: 0.075
  18378. }
  18379. },
  18380. mawFront: {
  18381. height: math.unit(1.08, "meters"),
  18382. name: "Maw (Front)",
  18383. image: {
  18384. source: "./media/characters/zost/maw-front.svg"
  18385. }
  18386. },
  18387. mawSide: {
  18388. height: math.unit(2.66, "feet"),
  18389. name: "Maw (Side)",
  18390. image: {
  18391. source: "./media/characters/zost/maw-side.svg"
  18392. }
  18393. },
  18394. },
  18395. [
  18396. {
  18397. name: "Normal",
  18398. height: math.unit(10, "feet"),
  18399. default: true
  18400. },
  18401. ]
  18402. ))
  18403. characterMakers.push(() => makeCharacter(
  18404. { name: "Luci" },
  18405. {
  18406. front: {
  18407. height: math.unit(5 + 4 / 12, "feet"),
  18408. weight: math.unit(120, "lb"),
  18409. name: "Front",
  18410. image: {
  18411. source: "./media/characters/luci/front.svg",
  18412. extra: 1985 / 1884,
  18413. bottom: 0.04
  18414. }
  18415. },
  18416. back: {
  18417. height: math.unit(5 + 4 / 12, "feet"),
  18418. weight: math.unit(120, "lb"),
  18419. name: "Back",
  18420. image: {
  18421. source: "./media/characters/luci/back.svg",
  18422. extra: 1892 / 1791,
  18423. bottom: 0.002
  18424. }
  18425. },
  18426. },
  18427. [
  18428. {
  18429. name: "Normal",
  18430. height: math.unit(5 + 4 / 12, "feet"),
  18431. default: true
  18432. },
  18433. ]
  18434. ))
  18435. characterMakers.push(() => makeCharacter(
  18436. { name: "2th" },
  18437. {
  18438. front: {
  18439. height: math.unit(1500, "feet"),
  18440. weight: math.unit(3.8e6, "tons"),
  18441. name: "Front",
  18442. image: {
  18443. source: "./media/characters/2th/front.svg",
  18444. extra: 3489 / 3350,
  18445. bottom: 0.1
  18446. }
  18447. },
  18448. foot: {
  18449. height: math.unit(461, "feet"),
  18450. name: "Foot",
  18451. image: {
  18452. source: "./media/characters/2th/foot.svg"
  18453. }
  18454. },
  18455. },
  18456. [
  18457. {
  18458. name: "\"Micro\"",
  18459. height: math.unit(15 + 7 / 12, "feet")
  18460. },
  18461. {
  18462. name: "Normal",
  18463. height: math.unit(1500, "feet"),
  18464. default: true
  18465. },
  18466. {
  18467. name: "Macro",
  18468. height: math.unit(5000, "feet")
  18469. },
  18470. {
  18471. name: "Megamacro",
  18472. height: math.unit(15, "miles")
  18473. },
  18474. {
  18475. name: "Gigamacro",
  18476. height: math.unit(4000, "miles")
  18477. },
  18478. {
  18479. name: "Galactic",
  18480. height: math.unit(50, "AU")
  18481. },
  18482. ]
  18483. ))
  18484. characterMakers.push(() => makeCharacter(
  18485. { name: "Amethyst" },
  18486. {
  18487. front: {
  18488. height: math.unit(5 + 6 / 12, "feet"),
  18489. weight: math.unit(220, "lb"),
  18490. name: "Front",
  18491. image: {
  18492. source: "./media/characters/amethyst/front.svg",
  18493. extra: 2078 / 2040,
  18494. bottom: 0.045
  18495. }
  18496. },
  18497. back: {
  18498. height: math.unit(5 + 6 / 12, "feet"),
  18499. weight: math.unit(220, "lb"),
  18500. name: "Back",
  18501. image: {
  18502. source: "./media/characters/amethyst/back.svg",
  18503. extra: 2021 / 1989,
  18504. bottom: 0.02
  18505. }
  18506. },
  18507. },
  18508. [
  18509. {
  18510. name: "Normal",
  18511. height: math.unit(5 + 6 / 12, "feet"),
  18512. default: true
  18513. },
  18514. ]
  18515. ))
  18516. characterMakers.push(() => makeCharacter(
  18517. { name: "Yumi Akiyama" },
  18518. {
  18519. front: {
  18520. height: math.unit(4 + 11 / 12, "feet"),
  18521. weight: math.unit(120, "lb"),
  18522. name: "Front",
  18523. image: {
  18524. source: "./media/characters/yumi-akiyama/front.svg",
  18525. extra: 1327 / 1235,
  18526. bottom: 0.02
  18527. }
  18528. },
  18529. back: {
  18530. height: math.unit(4 + 11 / 12, "feet"),
  18531. weight: math.unit(120, "lb"),
  18532. name: "Back",
  18533. image: {
  18534. source: "./media/characters/yumi-akiyama/back.svg",
  18535. extra: 1287 / 1245,
  18536. bottom: 0.002
  18537. }
  18538. },
  18539. },
  18540. [
  18541. {
  18542. name: "Galactic",
  18543. height: math.unit(50, "galaxies"),
  18544. default: true
  18545. },
  18546. {
  18547. name: "Universal",
  18548. height: math.unit(100, "universes")
  18549. },
  18550. ]
  18551. ))
  18552. characterMakers.push(() => makeCharacter(
  18553. { name: "Rifter Yrmori" },
  18554. {
  18555. front: {
  18556. height: math.unit(8, "feet"),
  18557. weight: math.unit(500, "lb"),
  18558. name: "Front",
  18559. image: {
  18560. source: "./media/characters/rifter-yrmori/front.svg",
  18561. extra: 1180 / 1125,
  18562. bottom: 0.02
  18563. }
  18564. },
  18565. back: {
  18566. height: math.unit(8, "feet"),
  18567. weight: math.unit(500, "lb"),
  18568. name: "Back",
  18569. image: {
  18570. source: "./media/characters/rifter-yrmori/back.svg",
  18571. extra: 1190 / 1145,
  18572. bottom: 0.001
  18573. }
  18574. },
  18575. wings: {
  18576. height: math.unit(7.75, "feet"),
  18577. weight: math.unit(500, "lb"),
  18578. name: "Wings",
  18579. image: {
  18580. source: "./media/characters/rifter-yrmori/wings.svg",
  18581. extra: 1357 / 1285
  18582. }
  18583. },
  18584. maw: {
  18585. height: math.unit(0.8, "feet"),
  18586. name: "Maw",
  18587. image: {
  18588. source: "./media/characters/rifter-yrmori/maw.svg"
  18589. }
  18590. },
  18591. },
  18592. [
  18593. {
  18594. name: "Normal",
  18595. height: math.unit(8, "feet"),
  18596. default: true
  18597. },
  18598. {
  18599. name: "Macro",
  18600. height: math.unit(42, "meters")
  18601. },
  18602. ]
  18603. ))
  18604. characterMakers.push(() => makeCharacter(
  18605. { name: "Tahajin" },
  18606. {
  18607. were: {
  18608. height: math.unit(25 + 6 / 12, "feet"),
  18609. weight: math.unit(10000, "lb"),
  18610. name: "Were",
  18611. image: {
  18612. source: "./media/characters/tahajin/were.svg",
  18613. extra: 801 / 770,
  18614. bottom: 0.042
  18615. }
  18616. },
  18617. aquatic: {
  18618. height: math.unit(6 + 4 / 12, "feet"),
  18619. weight: math.unit(160, "lb"),
  18620. name: "Aquatic",
  18621. image: {
  18622. source: "./media/characters/tahajin/aquatic.svg",
  18623. extra: 572 / 542,
  18624. bottom: 0.04
  18625. }
  18626. },
  18627. chow: {
  18628. height: math.unit(8 + 11 / 12, "feet"),
  18629. weight: math.unit(450, "lb"),
  18630. name: "Chow",
  18631. image: {
  18632. source: "./media/characters/tahajin/chow.svg",
  18633. extra: 660 / 640,
  18634. bottom: 0.015
  18635. }
  18636. },
  18637. demiNaga: {
  18638. height: math.unit(6 + 8 / 12, "feet"),
  18639. weight: math.unit(300, "lb"),
  18640. name: "Demi Naga",
  18641. image: {
  18642. source: "./media/characters/tahajin/demi-naga.svg",
  18643. extra: 643 / 615,
  18644. bottom: 0.1
  18645. }
  18646. },
  18647. data: {
  18648. height: math.unit(5, "inches"),
  18649. weight: math.unit(0.1, "lb"),
  18650. name: "Data",
  18651. image: {
  18652. source: "./media/characters/tahajin/data.svg"
  18653. }
  18654. },
  18655. fluu: {
  18656. height: math.unit(5 + 7 / 12, "feet"),
  18657. weight: math.unit(140, "lb"),
  18658. name: "Fluu",
  18659. image: {
  18660. source: "./media/characters/tahajin/fluu.svg",
  18661. extra: 628 / 592,
  18662. bottom: 0.02
  18663. }
  18664. },
  18665. starWarrior: {
  18666. height: math.unit(4 + 5 / 12, "feet"),
  18667. weight: math.unit(50, "lb"),
  18668. name: "Star Warrior",
  18669. image: {
  18670. source: "./media/characters/tahajin/star-warrior.svg"
  18671. }
  18672. },
  18673. },
  18674. [
  18675. {
  18676. name: "Normal",
  18677. height: math.unit(25 + 6 / 12, "feet"),
  18678. default: true
  18679. },
  18680. ]
  18681. ))
  18682. characterMakers.push(() => makeCharacter(
  18683. { name: "Gabira" },
  18684. {
  18685. front: {
  18686. height: math.unit(8, "feet"),
  18687. weight: math.unit(350, "lb"),
  18688. name: "Front",
  18689. image: {
  18690. source: "./media/characters/gabira/front.svg",
  18691. extra: 608 / 580,
  18692. bottom: 0.03
  18693. }
  18694. },
  18695. back: {
  18696. height: math.unit(8, "feet"),
  18697. weight: math.unit(350, "lb"),
  18698. name: "Back",
  18699. image: {
  18700. source: "./media/characters/gabira/back.svg",
  18701. extra: 608 / 580,
  18702. bottom: 0.03
  18703. }
  18704. },
  18705. },
  18706. [
  18707. {
  18708. name: "Normal",
  18709. height: math.unit(8, "feet"),
  18710. default: true
  18711. },
  18712. ]
  18713. ))
  18714. characterMakers.push(() => makeCharacter(
  18715. { name: "Sasha Katraine" },
  18716. {
  18717. front: {
  18718. height: math.unit(5 + 3 / 12, "feet"),
  18719. weight: math.unit(137, "lb"),
  18720. name: "Front",
  18721. image: {
  18722. source: "./media/characters/sasha-katraine/front.svg",
  18723. bottom: 0.045
  18724. }
  18725. },
  18726. },
  18727. [
  18728. {
  18729. name: "Micro",
  18730. height: math.unit(5, "inches")
  18731. },
  18732. {
  18733. name: "Normal",
  18734. height: math.unit(5 + 3 / 12, "feet"),
  18735. default: true
  18736. },
  18737. ]
  18738. ))
  18739. characterMakers.push(() => makeCharacter(
  18740. { name: "Der" },
  18741. {
  18742. side: {
  18743. height: math.unit(4, "inches"),
  18744. weight: math.unit(200, "grams"),
  18745. name: "Side",
  18746. image: {
  18747. source: "./media/characters/der/side.svg",
  18748. extra: 719 / 400,
  18749. bottom: 30.6 / 749.9187
  18750. }
  18751. },
  18752. },
  18753. [
  18754. {
  18755. name: "Micro",
  18756. height: math.unit(4, "inches"),
  18757. default: true
  18758. },
  18759. ]
  18760. ))
  18761. characterMakers.push(() => makeCharacter(
  18762. { name: "Fixerdragon" },
  18763. {
  18764. side: {
  18765. height: math.unit(30, "meters"),
  18766. weight: math.unit(700, "tonnes"),
  18767. name: "Side",
  18768. image: {
  18769. source: "./media/characters/fixerdragon/side.svg",
  18770. extra: (1293.0514 - 116.03) / 1106.86,
  18771. bottom: 116.03 / 1293.0514
  18772. }
  18773. },
  18774. },
  18775. [
  18776. {
  18777. name: "Planck",
  18778. height: math.unit(1.6e-35, "meters")
  18779. },
  18780. {
  18781. name: "Micro",
  18782. height: math.unit(0.4, "meters")
  18783. },
  18784. {
  18785. name: "Normal",
  18786. height: math.unit(30, "meters"),
  18787. default: true
  18788. },
  18789. {
  18790. name: "Megamacro",
  18791. height: math.unit(1.2, "megameters")
  18792. },
  18793. {
  18794. name: "Teramacro",
  18795. height: math.unit(130, "terameters")
  18796. },
  18797. {
  18798. name: "Yottamacro",
  18799. height: math.unit(6200, "yottameters")
  18800. },
  18801. ]
  18802. ));
  18803. characterMakers.push(() => makeCharacter(
  18804. { name: "Kite" },
  18805. {
  18806. front: {
  18807. height: math.unit(8, "feet"),
  18808. weight: math.unit(250, "lb"),
  18809. name: "Front",
  18810. image: {
  18811. source: "./media/characters/kite/front.svg",
  18812. extra: 2796 / 2659,
  18813. bottom: 0.002
  18814. }
  18815. },
  18816. },
  18817. [
  18818. {
  18819. name: "Normal",
  18820. height: math.unit(8, "feet"),
  18821. default: true
  18822. },
  18823. {
  18824. name: "Macro",
  18825. height: math.unit(360, "feet")
  18826. },
  18827. {
  18828. name: "Megamacro",
  18829. height: math.unit(1500, "feet")
  18830. },
  18831. ]
  18832. ))
  18833. characterMakers.push(() => makeCharacter(
  18834. { name: "Poojawa Vynar" },
  18835. {
  18836. front: {
  18837. height: math.unit(5 + 10 / 12, "feet"),
  18838. weight: math.unit(150, "lb"),
  18839. name: "Front",
  18840. image: {
  18841. source: "./media/characters/poojawa-vynar/front.svg",
  18842. extra: (1506.1547 - 55) / 1356.6,
  18843. bottom: 55 / 1506.1547
  18844. }
  18845. },
  18846. frontTailless: {
  18847. height: math.unit(5 + 10 / 12, "feet"),
  18848. weight: math.unit(150, "lb"),
  18849. name: "Front (Tailless)",
  18850. image: {
  18851. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18852. extra: (1506.1547 - 55) / 1356.6,
  18853. bottom: 55 / 1506.1547
  18854. }
  18855. },
  18856. },
  18857. [
  18858. {
  18859. name: "Normal",
  18860. height: math.unit(5 + 10 / 12, "feet"),
  18861. default: true
  18862. },
  18863. ]
  18864. ))
  18865. characterMakers.push(() => makeCharacter(
  18866. { name: "Violette" },
  18867. {
  18868. front: {
  18869. height: math.unit(293, "meters"),
  18870. weight: math.unit(70400, "tons"),
  18871. name: "Front",
  18872. image: {
  18873. source: "./media/characters/violette/front.svg",
  18874. extra: 1227 / 1180,
  18875. bottom: 0.005
  18876. }
  18877. },
  18878. back: {
  18879. height: math.unit(293, "meters"),
  18880. weight: math.unit(70400, "tons"),
  18881. name: "Back",
  18882. image: {
  18883. source: "./media/characters/violette/back.svg",
  18884. extra: 1227 / 1180,
  18885. bottom: 0.005
  18886. }
  18887. },
  18888. },
  18889. [
  18890. {
  18891. name: "Macro",
  18892. height: math.unit(293, "meters"),
  18893. default: true
  18894. },
  18895. ]
  18896. ))
  18897. characterMakers.push(() => makeCharacter(
  18898. { name: "Alessandra" },
  18899. {
  18900. front: {
  18901. height: math.unit(1050, "feet"),
  18902. weight: math.unit(200000, "tons"),
  18903. name: "Front",
  18904. image: {
  18905. source: "./media/characters/alessandra/front.svg",
  18906. extra: 960 / 912,
  18907. bottom: 0.06
  18908. }
  18909. },
  18910. },
  18911. [
  18912. {
  18913. name: "Macro",
  18914. height: math.unit(1050, "feet")
  18915. },
  18916. {
  18917. name: "Macro+",
  18918. height: math.unit(900, "meters"),
  18919. default: true
  18920. },
  18921. ]
  18922. ))
  18923. characterMakers.push(() => makeCharacter(
  18924. { name: "Person", species: "Catdragon" },
  18925. {
  18926. front: {
  18927. height: math.unit(5, "feet"),
  18928. weight: math.unit(187, "lb"),
  18929. name: "Front",
  18930. image: {
  18931. source: "./media/characters/person/front.svg",
  18932. extra: 3087 / 2945,
  18933. bottom: 91 / 3181
  18934. }
  18935. },
  18936. },
  18937. [
  18938. {
  18939. name: "Micro",
  18940. height: math.unit(3, "inches")
  18941. },
  18942. {
  18943. name: "Normal",
  18944. height: math.unit(5, "feet"),
  18945. default: true
  18946. },
  18947. {
  18948. name: "Macro",
  18949. height: math.unit(90, "feet")
  18950. },
  18951. {
  18952. name: "Max Size",
  18953. height: math.unit(280, "feet")
  18954. },
  18955. ]
  18956. ))
  18957. characterMakers.push(() => makeCharacter(
  18958. { name: "Ty" },
  18959. {
  18960. front: {
  18961. height: math.unit(4.5, "meters"),
  18962. weight: math.unit(3200, "lb"),
  18963. name: "Front",
  18964. image: {
  18965. source: "./media/characters/ty/front.svg",
  18966. extra: 1038 / 960,
  18967. bottom: 31.156 / 1068
  18968. }
  18969. },
  18970. back: {
  18971. height: math.unit(4.5, "meters"),
  18972. weight: math.unit(3200, "lb"),
  18973. name: "Back",
  18974. image: {
  18975. source: "./media/characters/ty/back.svg",
  18976. extra: 1044 / 966,
  18977. bottom: 7.48 / 1049
  18978. }
  18979. },
  18980. },
  18981. [
  18982. {
  18983. name: "Normal",
  18984. height: math.unit(4.5, "meters"),
  18985. default: true
  18986. },
  18987. ]
  18988. ))
  18989. characterMakers.push(() => makeCharacter(
  18990. { name: "Rocky" },
  18991. {
  18992. front: {
  18993. height: math.unit(5 + 4 / 12, "feet"),
  18994. weight: math.unit(115, "lb"),
  18995. name: "Front",
  18996. image: {
  18997. source: "./media/characters/rocky/front.svg",
  18998. extra: 1012 / 975,
  18999. bottom: 54 / 1066
  19000. }
  19001. },
  19002. },
  19003. [
  19004. {
  19005. name: "Normal",
  19006. height: math.unit(5 + 4 / 12, "feet"),
  19007. default: true
  19008. },
  19009. ]
  19010. ))
  19011. characterMakers.push(() => makeCharacter(
  19012. { name: "Ruin" },
  19013. {
  19014. upright: {
  19015. height: math.unit(6, "meters"),
  19016. weight: math.unit(4000, "kg"),
  19017. name: "Upright",
  19018. image: {
  19019. source: "./media/characters/ruin/upright.svg",
  19020. extra: 668 / 661,
  19021. bottom: 42 / 799.8396
  19022. }
  19023. },
  19024. },
  19025. [
  19026. {
  19027. name: "Normal",
  19028. height: math.unit(6, "meters"),
  19029. default: true
  19030. },
  19031. ]
  19032. ))
  19033. characterMakers.push(() => makeCharacter(
  19034. { name: "Robin" },
  19035. {
  19036. front: {
  19037. height: math.unit(5, "feet"),
  19038. weight: math.unit(106, "lb"),
  19039. name: "Front",
  19040. image: {
  19041. source: "./media/characters/robin/front.svg",
  19042. extra: 862 / 799,
  19043. bottom: 42.4 / 914.8856
  19044. }
  19045. },
  19046. },
  19047. [
  19048. {
  19049. name: "Normal",
  19050. height: math.unit(5, "feet"),
  19051. default: true
  19052. },
  19053. ]
  19054. ))
  19055. characterMakers.push(() => makeCharacter(
  19056. { name: "Saian" },
  19057. {
  19058. side: {
  19059. height: math.unit(3, "feet"),
  19060. weight: math.unit(225, "lb"),
  19061. name: "Side",
  19062. image: {
  19063. source: "./media/characters/saian/side.svg",
  19064. extra: 566 / 356,
  19065. bottom: 79.7 / 643
  19066. }
  19067. },
  19068. maw: {
  19069. height: math.unit(2.85, "feet"),
  19070. name: "Maw",
  19071. image: {
  19072. source: "./media/characters/saian/maw.svg"
  19073. }
  19074. },
  19075. },
  19076. [
  19077. {
  19078. name: "Normal",
  19079. height: math.unit(3, "feet"),
  19080. default: true
  19081. },
  19082. ]
  19083. ))
  19084. characterMakers.push(() => makeCharacter(
  19085. { name: "Equus Silvermane" },
  19086. {
  19087. side: {
  19088. height: math.unit(8, "feet"),
  19089. weight: math.unit(300, "lb"),
  19090. name: "Side",
  19091. image: {
  19092. source: "./media/characters/equus-silvermane/side.svg",
  19093. extra: 2176 / 2050,
  19094. bottom: 65.7 / 2245
  19095. }
  19096. },
  19097. front: {
  19098. height: math.unit(8, "feet"),
  19099. weight: math.unit(300, "lb"),
  19100. name: "Front",
  19101. image: {
  19102. source: "./media/characters/equus-silvermane/front.svg",
  19103. extra: 4633 / 4400,
  19104. bottom: 71.3 / 4706.915
  19105. }
  19106. },
  19107. sideStepping: {
  19108. height: math.unit(8, "feet"),
  19109. weight: math.unit(300, "lb"),
  19110. name: "Side (Stepping)",
  19111. image: {
  19112. source: "./media/characters/equus-silvermane/side-stepping.svg",
  19113. extra: 1968 / 1860,
  19114. bottom: 16.4 / 1989
  19115. }
  19116. },
  19117. },
  19118. [
  19119. {
  19120. name: "Normal",
  19121. height: math.unit(8, "feet")
  19122. },
  19123. {
  19124. name: "Minimacro",
  19125. height: math.unit(75, "feet"),
  19126. default: true
  19127. },
  19128. {
  19129. name: "Macro",
  19130. height: math.unit(150, "feet")
  19131. },
  19132. {
  19133. name: "Macro+",
  19134. height: math.unit(1000, "feet")
  19135. },
  19136. {
  19137. name: "Megamacro",
  19138. height: math.unit(1, "mile")
  19139. },
  19140. ]
  19141. ))
  19142. characterMakers.push(() => makeCharacter(
  19143. { name: "Windar" },
  19144. {
  19145. side: {
  19146. height: math.unit(20, "feet"),
  19147. weight: math.unit(30000, "kg"),
  19148. name: "Side",
  19149. image: {
  19150. source: "./media/characters/windar/side.svg",
  19151. extra: 1491 / 1248,
  19152. bottom: 82.56 / 1568
  19153. }
  19154. },
  19155. },
  19156. [
  19157. {
  19158. name: "Normal",
  19159. height: math.unit(20, "feet"),
  19160. default: true
  19161. },
  19162. ]
  19163. ))
  19164. characterMakers.push(() => makeCharacter(
  19165. { name: "Melody" },
  19166. {
  19167. side: {
  19168. height: math.unit(15.66, "feet"),
  19169. weight: math.unit(150, "lb"),
  19170. name: "Side",
  19171. image: {
  19172. source: "./media/characters/melody/side.svg",
  19173. extra: 1097 / 944,
  19174. bottom: 11.8 / 1109
  19175. }
  19176. },
  19177. sideOutfit: {
  19178. height: math.unit(15.66, "feet"),
  19179. weight: math.unit(150, "lb"),
  19180. name: "Side (Outfit)",
  19181. image: {
  19182. source: "./media/characters/melody/side-outfit.svg",
  19183. extra: 1097 / 944,
  19184. bottom: 11.8 / 1109
  19185. }
  19186. },
  19187. },
  19188. [
  19189. {
  19190. name: "Normal",
  19191. height: math.unit(15.66, "feet"),
  19192. default: true
  19193. },
  19194. ]
  19195. ))
  19196. characterMakers.push(() => makeCharacter(
  19197. { name: "Windera" },
  19198. {
  19199. front: {
  19200. height: math.unit(8, "feet"),
  19201. weight: math.unit(325, "lb"),
  19202. name: "Front",
  19203. image: {
  19204. source: "./media/characters/windera/front.svg",
  19205. extra: 3180 / 2845,
  19206. bottom: 178 / 3365
  19207. }
  19208. },
  19209. },
  19210. [
  19211. {
  19212. name: "Normal",
  19213. height: math.unit(8, "feet"),
  19214. default: true
  19215. },
  19216. ]
  19217. ))
  19218. characterMakers.push(() => makeCharacter(
  19219. { name: "Sonear" },
  19220. {
  19221. front: {
  19222. height: math.unit(28.75, "feet"),
  19223. weight: math.unit(2000, "kg"),
  19224. name: "Front",
  19225. image: {
  19226. source: "./media/characters/sonear/front.svg",
  19227. extra: 1041.1 / 964.9,
  19228. bottom: 53.7 / 1096.6
  19229. }
  19230. },
  19231. },
  19232. [
  19233. {
  19234. name: "Normal",
  19235. height: math.unit(28.75, "feet"),
  19236. default: true
  19237. },
  19238. ]
  19239. ))
  19240. characterMakers.push(() => makeCharacter(
  19241. { name: "Kanara" },
  19242. {
  19243. side: {
  19244. height: math.unit(25.5, "feet"),
  19245. weight: math.unit(23000, "kg"),
  19246. name: "Side",
  19247. image: {
  19248. source: "./media/characters/kanara/side.svg"
  19249. }
  19250. },
  19251. },
  19252. [
  19253. {
  19254. name: "Normal",
  19255. height: math.unit(25.5, "feet"),
  19256. default: true
  19257. },
  19258. ]
  19259. ))
  19260. characterMakers.push(() => makeCharacter(
  19261. { name: "Ereus" },
  19262. {
  19263. side: {
  19264. height: math.unit(10, "feet"),
  19265. weight: math.unit(1000, "kg"),
  19266. name: "Side",
  19267. image: {
  19268. source: "./media/characters/ereus/side.svg",
  19269. extra: 1157 / 959,
  19270. bottom: 153 / 1312.5
  19271. }
  19272. },
  19273. },
  19274. [
  19275. {
  19276. name: "Normal",
  19277. height: math.unit(10, "feet"),
  19278. default: true
  19279. },
  19280. ]
  19281. ))
  19282. characterMakers.push(() => makeCharacter(
  19283. { name: "E-ter" },
  19284. {
  19285. side: {
  19286. height: math.unit(4.5, "feet"),
  19287. weight: math.unit(500, "lb"),
  19288. name: "Side",
  19289. image: {
  19290. source: "./media/characters/e-ter/side.svg",
  19291. extra: 1550 / 1248,
  19292. bottom: 146 / 1694
  19293. }
  19294. },
  19295. },
  19296. [
  19297. {
  19298. name: "Normal",
  19299. height: math.unit(4.5, "feet"),
  19300. default: true
  19301. },
  19302. ]
  19303. ))
  19304. characterMakers.push(() => makeCharacter(
  19305. { name: "Yamie" },
  19306. {
  19307. side: {
  19308. height: math.unit(9.7, "feet"),
  19309. weight: math.unit(4000, "kg"),
  19310. name: "Side",
  19311. image: {
  19312. source: "./media/characters/yamie/side.svg"
  19313. }
  19314. },
  19315. },
  19316. [
  19317. {
  19318. name: "Normal",
  19319. height: math.unit(9.7, "feet"),
  19320. default: true
  19321. },
  19322. ]
  19323. ))
  19324. characterMakers.push(() => makeCharacter(
  19325. { name: "Anders" },
  19326. {
  19327. front: {
  19328. height: math.unit(50, "feet"),
  19329. weight: math.unit(50000, "kg"),
  19330. name: "Front",
  19331. image: {
  19332. source: "./media/characters/anders/front.svg",
  19333. extra: 570 / 539,
  19334. bottom: 14.7 / 586.7
  19335. }
  19336. },
  19337. },
  19338. [
  19339. {
  19340. name: "Large",
  19341. height: math.unit(50, "feet")
  19342. },
  19343. {
  19344. name: "Macro",
  19345. height: math.unit(2000, "feet"),
  19346. default: true
  19347. },
  19348. {
  19349. name: "Megamacro",
  19350. height: math.unit(12, "miles")
  19351. },
  19352. ]
  19353. ))
  19354. characterMakers.push(() => makeCharacter(
  19355. { name: "Reban" },
  19356. {
  19357. front: {
  19358. height: math.unit(7 + 2 / 12, "feet"),
  19359. weight: math.unit(300, "lb"),
  19360. name: "Front",
  19361. image: {
  19362. source: "./media/characters/reban/front.svg",
  19363. extra: 516 / 487,
  19364. bottom: 42.82 / 558.356
  19365. }
  19366. },
  19367. dick: {
  19368. height: math.unit(7 / 5, "feet"),
  19369. name: "Dick",
  19370. image: {
  19371. source: "./media/characters/reban/dick.svg"
  19372. }
  19373. },
  19374. },
  19375. [
  19376. {
  19377. name: "Natural Height",
  19378. height: math.unit(7 + 2 / 12, "feet")
  19379. },
  19380. {
  19381. name: "Macro",
  19382. height: math.unit(500, "feet"),
  19383. default: true
  19384. },
  19385. {
  19386. name: "Canon Height",
  19387. height: math.unit(50, "AU")
  19388. },
  19389. ]
  19390. ))
  19391. characterMakers.push(() => makeCharacter(
  19392. { name: "Terrance Keayes" },
  19393. {
  19394. front: {
  19395. height: math.unit(6, "feet"),
  19396. weight: math.unit(150, "lb"),
  19397. name: "Front",
  19398. image: {
  19399. source: "./media/characters/terrance-keayes/front.svg",
  19400. extra: 1.005,
  19401. bottom: 151 / 1615
  19402. }
  19403. },
  19404. side: {
  19405. height: math.unit(6, "feet"),
  19406. weight: math.unit(150, "lb"),
  19407. name: "Side",
  19408. image: {
  19409. source: "./media/characters/terrance-keayes/side.svg",
  19410. extra: 1.005,
  19411. bottom: 129.4 / 1544
  19412. }
  19413. },
  19414. back: {
  19415. height: math.unit(6, "feet"),
  19416. weight: math.unit(150, "lb"),
  19417. name: "Back",
  19418. image: {
  19419. source: "./media/characters/terrance-keayes/back.svg",
  19420. extra: 1.005,
  19421. bottom: 58.4 / 1557.3
  19422. }
  19423. },
  19424. dick: {
  19425. height: math.unit(6 * 0.208, "feet"),
  19426. name: "Dick",
  19427. image: {
  19428. source: "./media/characters/terrance-keayes/dick.svg"
  19429. }
  19430. },
  19431. },
  19432. [
  19433. {
  19434. name: "Canon Height",
  19435. height: math.unit(35, "miles"),
  19436. default: true
  19437. },
  19438. ]
  19439. ))
  19440. characterMakers.push(() => makeCharacter(
  19441. { name: "Ofelia" },
  19442. {
  19443. front: {
  19444. height: math.unit(6, "feet"),
  19445. weight: math.unit(150, "lb"),
  19446. name: "Front",
  19447. image: {
  19448. source: "./media/characters/ofelia/front.svg",
  19449. extra: 546 / 541,
  19450. bottom: 39 / 583
  19451. }
  19452. },
  19453. back: {
  19454. height: math.unit(6, "feet"),
  19455. weight: math.unit(150, "lb"),
  19456. name: "Back",
  19457. image: {
  19458. source: "./media/characters/ofelia/back.svg",
  19459. extra: 564 / 559.5,
  19460. bottom: 8.69 / 573.02
  19461. }
  19462. },
  19463. maw: {
  19464. height: math.unit(1, "feet"),
  19465. name: "Maw",
  19466. image: {
  19467. source: "./media/characters/ofelia/maw.svg"
  19468. }
  19469. },
  19470. foot: {
  19471. height: math.unit(1.949, "feet"),
  19472. name: "Foot",
  19473. image: {
  19474. source: "./media/characters/ofelia/foot.svg"
  19475. }
  19476. },
  19477. },
  19478. [
  19479. {
  19480. name: "Canon Height",
  19481. height: math.unit(2000, "miles"),
  19482. default: true
  19483. },
  19484. ]
  19485. ))
  19486. characterMakers.push(() => makeCharacter(
  19487. { name: "Samuel" },
  19488. {
  19489. front: {
  19490. height: math.unit(6, "feet"),
  19491. weight: math.unit(150, "lb"),
  19492. name: "Front",
  19493. image: {
  19494. source: "./media/characters/samuel/front.svg",
  19495. extra: 265 / 258,
  19496. bottom: 2 / 266.1566
  19497. }
  19498. },
  19499. },
  19500. [
  19501. {
  19502. name: "Macro",
  19503. height: math.unit(100, "feet"),
  19504. default: true
  19505. },
  19506. {
  19507. name: "Full Size",
  19508. height: math.unit(1000, "miles")
  19509. },
  19510. ]
  19511. ))
  19512. characterMakers.push(() => makeCharacter(
  19513. { name: "Beishir Kiel" },
  19514. {
  19515. front: {
  19516. height: math.unit(6, "feet"),
  19517. weight: math.unit(300, "lb"),
  19518. name: "Front",
  19519. image: {
  19520. source: "./media/characters/beishir-kiel/front.svg",
  19521. extra: 569 / 547,
  19522. bottom: 41.9 / 609
  19523. }
  19524. },
  19525. maw: {
  19526. height: math.unit(6 * 0.202, "feet"),
  19527. name: "Maw",
  19528. image: {
  19529. source: "./media/characters/beishir-kiel/maw.svg"
  19530. }
  19531. },
  19532. },
  19533. [
  19534. {
  19535. name: "Macro",
  19536. height: math.unit(300, "feet"),
  19537. default: true
  19538. },
  19539. ]
  19540. ))
  19541. characterMakers.push(() => makeCharacter(
  19542. { name: "Logan Grey" },
  19543. {
  19544. front: {
  19545. height: math.unit(5 + 8 / 12, "feet"),
  19546. weight: math.unit(120, "lb"),
  19547. name: "Front",
  19548. image: {
  19549. source: "./media/characters/logan-grey/front.svg",
  19550. extra: 2539 / 2393,
  19551. bottom: 97.6 / 2636.37
  19552. }
  19553. },
  19554. frontAlt: {
  19555. height: math.unit(5 + 8 / 12, "feet"),
  19556. weight: math.unit(120, "lb"),
  19557. name: "Front (Alt)",
  19558. image: {
  19559. source: "./media/characters/logan-grey/front-alt.svg",
  19560. extra: 958 / 893,
  19561. bottom: 15 / 970.768
  19562. }
  19563. },
  19564. back: {
  19565. height: math.unit(5 + 8 / 12, "feet"),
  19566. weight: math.unit(120, "lb"),
  19567. name: "Back",
  19568. image: {
  19569. source: "./media/characters/logan-grey/back.svg",
  19570. extra: 958 / 893,
  19571. bottom: 2.1881 / 970.9788
  19572. }
  19573. },
  19574. dick: {
  19575. height: math.unit(1.437, "feet"),
  19576. name: "Dick",
  19577. image: {
  19578. source: "./media/characters/logan-grey/dick.svg"
  19579. }
  19580. },
  19581. },
  19582. [
  19583. {
  19584. name: "Normal",
  19585. height: math.unit(5 + 8 / 12, "feet")
  19586. },
  19587. {
  19588. name: "The 500 Foot Femboy",
  19589. height: math.unit(500, "feet"),
  19590. default: true
  19591. },
  19592. {
  19593. name: "Megmacro",
  19594. height: math.unit(20, "miles")
  19595. },
  19596. ]
  19597. ))
  19598. characterMakers.push(() => makeCharacter(
  19599. { name: "Draganta" },
  19600. {
  19601. front: {
  19602. height: math.unit(8 + 2 / 12, "feet"),
  19603. weight: math.unit(275, "lb"),
  19604. name: "Front",
  19605. image: {
  19606. source: "./media/characters/draganta/front.svg",
  19607. extra: 1177 / 1135,
  19608. bottom: 33.46 / 1212.1
  19609. }
  19610. },
  19611. },
  19612. [
  19613. {
  19614. name: "Normal",
  19615. height: math.unit(8 + 6 / 12, "feet"),
  19616. default: true
  19617. },
  19618. {
  19619. name: "Macro",
  19620. height: math.unit(150, "feet")
  19621. },
  19622. {
  19623. name: "Megamacro",
  19624. height: math.unit(1000, "miles")
  19625. },
  19626. ]
  19627. ))
  19628. characterMakers.push(() => makeCharacter(
  19629. { name: "Voski", species: "Corvid" },
  19630. {
  19631. front: {
  19632. height: math.unit(1.72, "m"),
  19633. weight: math.unit(80, "lb"),
  19634. name: "Front",
  19635. image: {
  19636. source: "./media/characters/voski/front.svg",
  19637. extra: 2076.22 / 2022.4,
  19638. bottom: 102.7 / 2177.3866
  19639. }
  19640. },
  19641. frontNsfw: {
  19642. height: math.unit(1.72, "m"),
  19643. weight: math.unit(80, "lb"),
  19644. name: "Front (NSFW)",
  19645. image: {
  19646. source: "./media/characters/voski/front-nsfw.svg",
  19647. extra: 2076.22 / 2022.4,
  19648. bottom: 102.7 / 2177.3866
  19649. }
  19650. },
  19651. back: {
  19652. height: math.unit(1.72, "m"),
  19653. weight: math.unit(80, "lb"),
  19654. name: "Back",
  19655. image: {
  19656. source: "./media/characters/voski/back.svg",
  19657. extra: 2104 / 2051,
  19658. bottom: 10.45 / 2113.63
  19659. }
  19660. },
  19661. },
  19662. [
  19663. {
  19664. name: "Normal",
  19665. height: math.unit(1.72, "m")
  19666. },
  19667. {
  19668. name: "Macro",
  19669. height: math.unit(55, "m"),
  19670. default: true
  19671. },
  19672. {
  19673. name: "Macro+",
  19674. height: math.unit(300, "m")
  19675. },
  19676. {
  19677. name: "Macro++",
  19678. height: math.unit(700, "m")
  19679. },
  19680. {
  19681. name: "Macro+++",
  19682. height: math.unit(4500, "m")
  19683. },
  19684. {
  19685. name: "Macro++++",
  19686. height: math.unit(45, "km")
  19687. },
  19688. {
  19689. name: "Macro+++++",
  19690. height: math.unit(1220, "km")
  19691. },
  19692. ]
  19693. ))
  19694. characterMakers.push(() => makeCharacter(
  19695. { name: "Icowom Lee" },
  19696. {
  19697. front: {
  19698. height: math.unit(2.3, "m"),
  19699. weight: math.unit(304, "kg"),
  19700. name: "Front",
  19701. image: {
  19702. source: "./media/characters/icowom-lee/front.svg",
  19703. extra: 3076 / 2933,
  19704. bottom: 51.4 / 3125.1889
  19705. }
  19706. },
  19707. },
  19708. [
  19709. {
  19710. name: "Normal",
  19711. height: math.unit(2.3, "meters"),
  19712. default: true
  19713. },
  19714. {
  19715. name: "Macro",
  19716. height: math.unit(94, "meters"),
  19717. default: true
  19718. },
  19719. ]
  19720. ))
  19721. characterMakers.push(() => makeCharacter(
  19722. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19723. {
  19724. front: {
  19725. height: math.unit(22, "meters"),
  19726. weight: math.unit(21000, "kg"),
  19727. name: "Front",
  19728. image: {
  19729. source: "./media/characters/shock-diamond/front.svg",
  19730. extra: 2204 / 2053,
  19731. bottom: 65 / 2239.47
  19732. }
  19733. },
  19734. frontNude: {
  19735. height: math.unit(22, "meters"),
  19736. weight: math.unit(21000, "kg"),
  19737. name: "Front (Nude)",
  19738. image: {
  19739. source: "./media/characters/shock-diamond/front-nude.svg",
  19740. extra: 2514 / 2285,
  19741. bottom: 13 / 2527.56
  19742. }
  19743. },
  19744. },
  19745. [
  19746. {
  19747. name: "Normal",
  19748. height: math.unit(3, "meters")
  19749. },
  19750. {
  19751. name: "Macro",
  19752. height: math.unit(22, "meters"),
  19753. default: true
  19754. },
  19755. ]
  19756. ))
  19757. characterMakers.push(() => makeCharacter(
  19758. { name: "Rory" },
  19759. {
  19760. front: {
  19761. height: math.unit(5 + 4 / 12, "feet"),
  19762. weight: math.unit(120, "lb"),
  19763. name: "Front",
  19764. image: {
  19765. source: "./media/characters/rory/front.svg",
  19766. extra: 589 / 556,
  19767. bottom: 45.7 / 635.76
  19768. }
  19769. },
  19770. frontNude: {
  19771. height: math.unit(5 + 4 / 12, "feet"),
  19772. weight: math.unit(120, "lb"),
  19773. name: "Front (Nude)",
  19774. image: {
  19775. source: "./media/characters/rory/front-nude.svg",
  19776. extra: 589 / 556,
  19777. bottom: 45.7 / 635.76
  19778. }
  19779. },
  19780. side: {
  19781. height: math.unit(5 + 4 / 12, "feet"),
  19782. weight: math.unit(120, "lb"),
  19783. name: "Side",
  19784. image: {
  19785. source: "./media/characters/rory/side.svg",
  19786. extra: 597 / 564,
  19787. bottom: 55 / 653
  19788. }
  19789. },
  19790. back: {
  19791. height: math.unit(5 + 4 / 12, "feet"),
  19792. weight: math.unit(120, "lb"),
  19793. name: "Back",
  19794. image: {
  19795. source: "./media/characters/rory/back.svg",
  19796. extra: 620 / 585,
  19797. bottom: 8.86 / 630.43
  19798. }
  19799. },
  19800. dick: {
  19801. height: math.unit(0.86, "feet"),
  19802. name: "Dick",
  19803. image: {
  19804. source: "./media/characters/rory/dick.svg"
  19805. }
  19806. },
  19807. },
  19808. [
  19809. {
  19810. name: "Normal",
  19811. height: math.unit(5 + 4 / 12, "feet"),
  19812. default: true
  19813. },
  19814. {
  19815. name: "Macro",
  19816. height: math.unit(100, "feet")
  19817. },
  19818. {
  19819. name: "Macro+",
  19820. height: math.unit(140, "feet")
  19821. },
  19822. {
  19823. name: "Macro++",
  19824. height: math.unit(300, "feet")
  19825. },
  19826. ]
  19827. ))
  19828. characterMakers.push(() => makeCharacter(
  19829. { name: "Sprisk" },
  19830. {
  19831. front: {
  19832. height: math.unit(5 + 9 / 12, "feet"),
  19833. weight: math.unit(190, "lb"),
  19834. name: "Front",
  19835. image: {
  19836. source: "./media/characters/sprisk/front.svg",
  19837. extra: 1225 / 1180,
  19838. bottom: 42.7 / 1266.4
  19839. }
  19840. },
  19841. frontNsfw: {
  19842. height: math.unit(5 + 9 / 12, "feet"),
  19843. weight: math.unit(190, "lb"),
  19844. name: "Front (NSFW)",
  19845. image: {
  19846. source: "./media/characters/sprisk/front-nsfw.svg",
  19847. extra: 1225 / 1180,
  19848. bottom: 42.7 / 1266.4
  19849. }
  19850. },
  19851. back: {
  19852. height: math.unit(5 + 9 / 12, "feet"),
  19853. weight: math.unit(190, "lb"),
  19854. name: "Back",
  19855. image: {
  19856. source: "./media/characters/sprisk/back.svg",
  19857. extra: 1247 / 1200,
  19858. bottom: 5.6 / 1253.04
  19859. }
  19860. },
  19861. },
  19862. [
  19863. {
  19864. name: "Tiny",
  19865. height: math.unit(2, "inches")
  19866. },
  19867. {
  19868. name: "Normal",
  19869. height: math.unit(5 + 9 / 12, "feet"),
  19870. default: true
  19871. },
  19872. {
  19873. name: "Mini Macro",
  19874. height: math.unit(18, "feet")
  19875. },
  19876. {
  19877. name: "Macro",
  19878. height: math.unit(100, "feet")
  19879. },
  19880. {
  19881. name: "MACRO",
  19882. height: math.unit(50, "miles")
  19883. },
  19884. {
  19885. name: "M A C R O",
  19886. height: math.unit(300, "miles")
  19887. },
  19888. ]
  19889. ))
  19890. characterMakers.push(() => makeCharacter(
  19891. { name: "Bunsen" },
  19892. {
  19893. side: {
  19894. height: math.unit(15.6, "meters"),
  19895. weight: math.unit(700000, "kg"),
  19896. name: "Side",
  19897. image: {
  19898. source: "./media/characters/bunsen/side.svg",
  19899. extra: 1644 / 358
  19900. }
  19901. },
  19902. foot: {
  19903. height: math.unit(1.611 * 1644 / 358, "meter"),
  19904. name: "Foot",
  19905. image: {
  19906. source: "./media/characters/bunsen/foot.svg"
  19907. }
  19908. },
  19909. },
  19910. [
  19911. {
  19912. name: "Small",
  19913. height: math.unit(10, "feet")
  19914. },
  19915. {
  19916. name: "Normal",
  19917. height: math.unit(15.6, "meters"),
  19918. default: true
  19919. },
  19920. ]
  19921. ))
  19922. characterMakers.push(() => makeCharacter(
  19923. { name: "Sesh" },
  19924. {
  19925. front: {
  19926. height: math.unit(4 + 11 / 12, "feet"),
  19927. weight: math.unit(140, "lb"),
  19928. name: "Front",
  19929. image: {
  19930. source: "./media/characters/sesh/front.svg",
  19931. extra: 3420 / 3231,
  19932. bottom: 72 / 3949.5
  19933. }
  19934. },
  19935. },
  19936. [
  19937. {
  19938. name: "Normal",
  19939. height: math.unit(4 + 11 / 12, "feet")
  19940. },
  19941. {
  19942. name: "Grown",
  19943. height: math.unit(15, "feet"),
  19944. default: true
  19945. },
  19946. {
  19947. name: "Macro",
  19948. height: math.unit(1500, "feet")
  19949. },
  19950. {
  19951. name: "Megamacro",
  19952. height: math.unit(30, "miles")
  19953. },
  19954. {
  19955. name: "Continental",
  19956. height: math.unit(3000, "miles")
  19957. },
  19958. {
  19959. name: "Gravity Mass",
  19960. height: math.unit(300000, "miles")
  19961. },
  19962. {
  19963. name: "Planet Buster",
  19964. height: math.unit(30000000, "miles")
  19965. },
  19966. {
  19967. name: "Big",
  19968. height: math.unit(3000000000, "miles")
  19969. },
  19970. ]
  19971. ))
  19972. characterMakers.push(() => makeCharacter(
  19973. { name: "Pepper" },
  19974. {
  19975. front: {
  19976. height: math.unit(9, "feet"),
  19977. weight: math.unit(350, "lb"),
  19978. name: "Front",
  19979. image: {
  19980. source: "./media/characters/pepper/front.svg",
  19981. extra: 1448/1312,
  19982. bottom: 9.4/1457.88
  19983. }
  19984. },
  19985. back: {
  19986. height: math.unit(9, "feet"),
  19987. weight: math.unit(350, "lb"),
  19988. name: "Back",
  19989. image: {
  19990. source: "./media/characters/pepper/back.svg",
  19991. extra: 1423/1300,
  19992. bottom: 4.6/1429
  19993. }
  19994. },
  19995. maw: {
  19996. height: math.unit(0.932, "feet"),
  19997. name: "Maw",
  19998. image: {
  19999. source: "./media/characters/pepper/maw.svg"
  20000. }
  20001. },
  20002. },
  20003. [
  20004. {
  20005. name: "Normal",
  20006. height: math.unit(9, "feet"),
  20007. default: true
  20008. },
  20009. ]
  20010. ))
  20011. characterMakers.push(() => makeCharacter(
  20012. { name: "Maelstrom" },
  20013. {
  20014. front: {
  20015. height: math.unit(6, "feet"),
  20016. weight: math.unit(150, "lb"),
  20017. name: "Front",
  20018. image: {
  20019. source: "./media/characters/maelstrom/front.svg",
  20020. extra: 2100/1883,
  20021. bottom: 94/2196.7
  20022. }
  20023. },
  20024. },
  20025. [
  20026. {
  20027. name: "Less Kaiju",
  20028. height: math.unit(200, "feet")
  20029. },
  20030. {
  20031. name: "Kaiju",
  20032. height: math.unit(400, "feet"),
  20033. default: true
  20034. },
  20035. {
  20036. name: "Kaiju-er",
  20037. height: math.unit(600, "feet")
  20038. },
  20039. ]
  20040. ))
  20041. characterMakers.push(() => makeCharacter(
  20042. { name: "Lexir" },
  20043. {
  20044. front: {
  20045. height: math.unit(6 + 5/12, "feet"),
  20046. weight: math.unit(180, "lb"),
  20047. name: "Front",
  20048. image: {
  20049. source: "./media/characters/lexir/front.svg",
  20050. extra: 180/172,
  20051. bottom: 12/192
  20052. }
  20053. },
  20054. back: {
  20055. height: math.unit(6 + 5/12, "feet"),
  20056. weight: math.unit(180, "lb"),
  20057. name: "Back",
  20058. image: {
  20059. source: "./media/characters/lexir/back.svg",
  20060. extra: 183.84/175.5,
  20061. bottom: 3.1/187
  20062. }
  20063. },
  20064. },
  20065. [
  20066. {
  20067. name: "Very Smal",
  20068. height: math.unit(1, "nm")
  20069. },
  20070. {
  20071. name: "Normal",
  20072. height: math.unit(6 + 5/12, "feet"),
  20073. default: true
  20074. },
  20075. {
  20076. name: "Macro",
  20077. height: math.unit(1, "mile")
  20078. },
  20079. {
  20080. name: "Megamacro",
  20081. height: math.unit(50, "miles")
  20082. },
  20083. ]
  20084. ))
  20085. characterMakers.push(() => makeCharacter(
  20086. { name: "Maksio" },
  20087. {
  20088. front: {
  20089. height: math.unit(1.5, "meters"),
  20090. weight: math.unit(100, "lb"),
  20091. name: "Front",
  20092. image: {
  20093. source: "./media/characters/maksio/front.svg",
  20094. extra: 1549/1531,
  20095. bottom: 123.7/1674.5429
  20096. }
  20097. },
  20098. back: {
  20099. height: math.unit(1.5, "meters"),
  20100. weight: math.unit(100, "lb"),
  20101. name: "Back",
  20102. image: {
  20103. source: "./media/characters/maksio/back.svg",
  20104. extra: 1541/1509,
  20105. bottom: 97/1639
  20106. }
  20107. },
  20108. hand: {
  20109. height: math.unit(0.621, "feet"),
  20110. name: "Hand",
  20111. image: {
  20112. source: "./media/characters/maksio/hand.svg"
  20113. }
  20114. },
  20115. foot: {
  20116. height: math.unit(1.611, "feet"),
  20117. name: "Foot",
  20118. image: {
  20119. source: "./media/characters/maksio/foot.svg"
  20120. }
  20121. },
  20122. },
  20123. [
  20124. {
  20125. name: "Shrunken",
  20126. height: math.unit(10, "cm")
  20127. },
  20128. {
  20129. name: "Normal",
  20130. height: math.unit(150, "cm"),
  20131. default: true
  20132. },
  20133. ]
  20134. ))
  20135. characterMakers.push(() => makeCharacter(
  20136. { name: "Erza Bear" },
  20137. {
  20138. front: {
  20139. height: math.unit(100, "feet"),
  20140. name: "Front",
  20141. image: {
  20142. source: "./media/characters/erza-bear/front.svg",
  20143. extra: 2449/2390,
  20144. bottom: 46/2494
  20145. }
  20146. },
  20147. back: {
  20148. height: math.unit(100, "feet"),
  20149. name: "Back",
  20150. image: {
  20151. source: "./media/characters/erza-bear/back.svg",
  20152. extra: 2489/2430,
  20153. bottom: 85.4/2480
  20154. }
  20155. },
  20156. tail: {
  20157. height: math.unit(42, "feet"),
  20158. name: "Tail",
  20159. image: {
  20160. source: "./media/characters/erza-bear/tail.svg"
  20161. }
  20162. },
  20163. tongue: {
  20164. height: math.unit(8, "feet"),
  20165. name: "Tongue",
  20166. image: {
  20167. source: "./media/characters/erza-bear/tongue.svg"
  20168. }
  20169. },
  20170. dick: {
  20171. height: math.unit(10.5, "feet"),
  20172. name: "Dick",
  20173. image: {
  20174. source: "./media/characters/erza-bear/dick.svg"
  20175. }
  20176. },
  20177. dickVertical: {
  20178. height: math.unit(16.9, "feet"),
  20179. name: "Dick (Vertical)",
  20180. image: {
  20181. source: "./media/characters/erza-bear/dick-vertical.svg"
  20182. }
  20183. },
  20184. },
  20185. [
  20186. {
  20187. name: "Macro",
  20188. height: math.unit(100, "feet"),
  20189. default: true
  20190. },
  20191. ]
  20192. ))
  20193. characterMakers.push(() => makeCharacter(
  20194. { name: "Violet Flor", species: "Skunk" },
  20195. {
  20196. front: {
  20197. height: math.unit(172, "cm"),
  20198. weight: math.unit(73, "kg"),
  20199. name: "Front",
  20200. image: {
  20201. source: "./media/characters/violet-flor/front.svg",
  20202. extra: 1530/1442,
  20203. bottom: 61.9/1588.8
  20204. }
  20205. },
  20206. back: {
  20207. height: math.unit(180, "cm"),
  20208. weight: math.unit(73, "kg"),
  20209. name: "Back",
  20210. image: {
  20211. source: "./media/characters/violet-flor/back.svg",
  20212. extra: 1692/1630,
  20213. bottom: 20/1712
  20214. }
  20215. },
  20216. },
  20217. [
  20218. {
  20219. name: "Normal",
  20220. height: math.unit(172, "cm"),
  20221. default: true
  20222. },
  20223. ]
  20224. ))
  20225. characterMakers.push(() => makeCharacter(
  20226. { name: "Lynn Rhea", species: "Shark" },
  20227. {
  20228. front: {
  20229. height: math.unit(6, "feet"),
  20230. weight: math.unit(220, "lb"),
  20231. name: "Front",
  20232. image: {
  20233. source: "./media/characters/lynn-rhea/front.svg",
  20234. extra: 310/273
  20235. }
  20236. },
  20237. back: {
  20238. height: math.unit(6, "feet"),
  20239. weight: math.unit(220, "lb"),
  20240. name: "Back",
  20241. image: {
  20242. source: "./media/characters/lynn-rhea/back.svg",
  20243. extra: 310/273
  20244. }
  20245. },
  20246. dicks: {
  20247. height: math.unit(0.9, "feet"),
  20248. name: "Dicks",
  20249. image: {
  20250. source: "./media/characters/lynn-rhea/dicks.svg"
  20251. }
  20252. },
  20253. slit: {
  20254. height: math.unit(0.4, "feet"),
  20255. name: "Slit",
  20256. image: {
  20257. source: "./media/characters/lynn-rhea/slit.svg"
  20258. }
  20259. },
  20260. },
  20261. [
  20262. {
  20263. name: "Micro",
  20264. height: math.unit(1, "inch")
  20265. },
  20266. {
  20267. name: "Macro",
  20268. height: math.unit(60, "feet"),
  20269. default: true
  20270. },
  20271. {
  20272. name: "Megamacro",
  20273. height: math.unit(2, "miles")
  20274. },
  20275. {
  20276. name: "Gigamacro",
  20277. height: math.unit(3, "earths")
  20278. },
  20279. {
  20280. name: "Galactic",
  20281. height: math.unit(0.8, "galaxies")
  20282. },
  20283. ]
  20284. ))
  20285. characterMakers.push(() => makeCharacter(
  20286. { name: "Valathos" },
  20287. {
  20288. front: {
  20289. height: math.unit(1600, "feet"),
  20290. weight: math.unit(85758785169, "kg"),
  20291. name: "Front",
  20292. image: {
  20293. source: "./media/characters/valathos/front.svg",
  20294. extra: 1451/1339
  20295. }
  20296. },
  20297. },
  20298. [
  20299. {
  20300. name: "Macro",
  20301. height: math.unit(1600, "feet"),
  20302. default: true
  20303. },
  20304. ]
  20305. ))
  20306. characterMakers.push(() => makeCharacter(
  20307. { name: "Azula" },
  20308. {
  20309. front: {
  20310. height: math.unit(7 + 5/12, "feet"),
  20311. weight: math.unit(300, "lb"),
  20312. name: "Front",
  20313. image: {
  20314. source: "./media/characters/azula/front.svg",
  20315. extra: 3208/2880,
  20316. bottom: 80.2/3277
  20317. }
  20318. },
  20319. back: {
  20320. height: math.unit(7 + 5/12, "feet"),
  20321. weight: math.unit(300, "lb"),
  20322. name: "Back",
  20323. image: {
  20324. source: "./media/characters/azula/back.svg",
  20325. extra: 3169/2822,
  20326. bottom: 150.6/3321
  20327. }
  20328. },
  20329. },
  20330. [
  20331. {
  20332. name: "Normal",
  20333. height: math.unit(7 + 5/12, "feet"),
  20334. default: true
  20335. },
  20336. {
  20337. name: "Big",
  20338. height: math.unit(20, "feet")
  20339. },
  20340. ]
  20341. ))
  20342. characterMakers.push(() => makeCharacter(
  20343. { name: "Rupert" },
  20344. {
  20345. front: {
  20346. height: math.unit(5 + 1/12, "feet"),
  20347. weight: math.unit(110, "lb"),
  20348. name: "Front",
  20349. image: {
  20350. source: "./media/characters/rupert/front.svg",
  20351. extra: 1549/1495,
  20352. bottom: 54.2/1604.4
  20353. }
  20354. },
  20355. },
  20356. [
  20357. {
  20358. name: "Normal",
  20359. height: math.unit(5 + 1/12, "feet"),
  20360. default: true
  20361. },
  20362. ]
  20363. ))
  20364. characterMakers.push(() => makeCharacter(
  20365. { name: "Sheera Castellar" },
  20366. {
  20367. front: {
  20368. height: math.unit(8 + 4/12, "feet"),
  20369. weight: math.unit(350, "lb"),
  20370. name: "Front",
  20371. image: {
  20372. source: "./media/characters/sheera-castellar/front.svg",
  20373. extra: 1957/1894,
  20374. bottom: 26.97/1975.017
  20375. }
  20376. },
  20377. side: {
  20378. height: math.unit(8 + 4/12, "feet"),
  20379. weight: math.unit(350, "lb"),
  20380. name: "Side",
  20381. image: {
  20382. source: "./media/characters/sheera-castellar/side.svg",
  20383. extra: 1957/1894
  20384. }
  20385. },
  20386. back: {
  20387. height: math.unit(8 + 4/12, "feet"),
  20388. weight: math.unit(350, "lb"),
  20389. name: "Back",
  20390. image: {
  20391. source: "./media/characters/sheera-castellar/back.svg",
  20392. extra: 1957/1894
  20393. }
  20394. },
  20395. angled: {
  20396. height: math.unit((8 + 4/12) * (1 - 68/1875), "feet"),
  20397. weight: math.unit(350, "lb"),
  20398. name: "Angled",
  20399. image: {
  20400. source: "./media/characters/sheera-castellar/angled.svg",
  20401. extra: 1807/1707,
  20402. bottom: 68/1875
  20403. }
  20404. },
  20405. genitals: {
  20406. height: math.unit(2.2, "feet"),
  20407. name: "Genitals",
  20408. image: {
  20409. source: "./media/characters/sheera-castellar/genitals.svg"
  20410. }
  20411. },
  20412. },
  20413. [
  20414. {
  20415. name: "Normal",
  20416. height: math.unit(8 + 4/12, "feet")
  20417. },
  20418. {
  20419. name: "Macro",
  20420. height: math.unit(150, "feet"),
  20421. default: true
  20422. },
  20423. {
  20424. name: "Macro+",
  20425. height: math.unit(800, "feet")
  20426. },
  20427. ]
  20428. ))
  20429. characterMakers.push(() => makeCharacter(
  20430. { name: "Jaipur", species: "Black Panther" },
  20431. {
  20432. front: {
  20433. height: math.unit(6, "feet"),
  20434. weight: math.unit(150, "lb"),
  20435. name: "Front",
  20436. image: {
  20437. source: "./media/characters/jaipur/front.svg",
  20438. extra: 3860/3731,
  20439. bottom: 287/4140
  20440. }
  20441. },
  20442. back: {
  20443. height: math.unit(6, "feet"),
  20444. weight: math.unit(150, "lb"),
  20445. name: "Back",
  20446. image: {
  20447. source: "./media/characters/jaipur/back.svg",
  20448. extra: 4060/3930,
  20449. bottom: 151/4200
  20450. }
  20451. },
  20452. },
  20453. [
  20454. {
  20455. name: "Normal",
  20456. height: math.unit(1.85, "meters"),
  20457. default: true
  20458. },
  20459. {
  20460. name: "Macro",
  20461. height: math.unit(150, "meters")
  20462. },
  20463. {
  20464. name: "Macro+",
  20465. height: math.unit(0.5, "miles")
  20466. },
  20467. {
  20468. name: "Macro++",
  20469. height: math.unit(2.5, "miles")
  20470. },
  20471. {
  20472. name: "Macro+++",
  20473. height: math.unit(12, "miles")
  20474. },
  20475. {
  20476. name: "Macro++++",
  20477. height: math.unit(120, "miles")
  20478. },
  20479. {
  20480. name: "Macro+++++",
  20481. height: math.unit(1200, "miles")
  20482. },
  20483. ]
  20484. ))
  20485. characterMakers.push(() => makeCharacter(
  20486. { name: "Sheila (Wolf)" },
  20487. {
  20488. front: {
  20489. height: math.unit(6, "feet"),
  20490. weight: math.unit(150, "lb"),
  20491. name: "Front",
  20492. image: {
  20493. source: "./media/characters/sheila-wolf/front.svg",
  20494. extra: 1931/1808,
  20495. bottom: 29.5/1960
  20496. }
  20497. },
  20498. dick: {
  20499. height: math.unit(1.464, "feet"),
  20500. name: "Dick",
  20501. image: {
  20502. source: "./media/characters/sheila-wolf/dick.svg"
  20503. }
  20504. },
  20505. muzzle: {
  20506. height: math.unit(0.513, "feet"),
  20507. name: "Muzzle",
  20508. image: {
  20509. source: "./media/characters/sheila-wolf/muzzle.svg"
  20510. }
  20511. },
  20512. },
  20513. [
  20514. {
  20515. name: "Macro",
  20516. height: math.unit(70, "feet"),
  20517. default: true
  20518. },
  20519. ]
  20520. ))
  20521. characterMakers.push(() => makeCharacter(
  20522. { name: "Almor", species: "Dragon" },
  20523. {
  20524. front: {
  20525. height: math.unit(32, "meters"),
  20526. weight: math.unit(300000, "kg"),
  20527. name: "Front",
  20528. image: {
  20529. source: "./media/characters/almor/front.svg",
  20530. extra: 1408/1322,
  20531. bottom: 94.6/1506.5
  20532. }
  20533. },
  20534. },
  20535. [
  20536. {
  20537. name: "Macro",
  20538. height: math.unit(32, "meters"),
  20539. default: true
  20540. },
  20541. ]
  20542. ))
  20543. characterMakers.push(() => makeCharacter(
  20544. { name: "Silver" },
  20545. {
  20546. front: {
  20547. height: math.unit(7, "feet"),
  20548. weight: math.unit(200, "lb"),
  20549. name: "Front",
  20550. image: {
  20551. source: "./media/characters/silver/front.svg",
  20552. extra: 472.1/450.5,
  20553. bottom: 26.5/499.424
  20554. }
  20555. },
  20556. },
  20557. [
  20558. {
  20559. name: "Normal",
  20560. height: math.unit(7, "feet"),
  20561. default: true
  20562. },
  20563. {
  20564. name: "Macro",
  20565. height: math.unit(800, "feet")
  20566. },
  20567. {
  20568. name: "Megamacro",
  20569. height: math.unit(250, "miles")
  20570. },
  20571. ]
  20572. ))
  20573. characterMakers.push(() => makeCharacter(
  20574. { name: "Pliskin" },
  20575. {
  20576. front: {
  20577. height: math.unit(6, "feet"),
  20578. weight: math.unit(150, "lb"),
  20579. name: "Front",
  20580. image: {
  20581. source: "./media/characters/pliskin/front.svg",
  20582. extra: 1469/1359,
  20583. bottom: 70/1540
  20584. }
  20585. },
  20586. },
  20587. [
  20588. {
  20589. name: "Micro",
  20590. height: math.unit(3, "inches")
  20591. },
  20592. {
  20593. name: "Normal",
  20594. height: math.unit(5 + 11/12, "feet"),
  20595. default: true
  20596. },
  20597. {
  20598. name: "Macro",
  20599. height: math.unit(120, "feet")
  20600. },
  20601. ]
  20602. ))
  20603. characterMakers.push(() => makeCharacter(
  20604. { name: "Sammy" },
  20605. {
  20606. front: {
  20607. height: math.unit(6, "feet"),
  20608. weight: math.unit(150, "lb"),
  20609. name: "Front",
  20610. image: {
  20611. source: "./media/characters/sammy/front.svg",
  20612. extra: 1193/1089,
  20613. bottom: 30.5/1226
  20614. }
  20615. },
  20616. },
  20617. [
  20618. {
  20619. name: "Macro",
  20620. height: math.unit(1700, "feet"),
  20621. default: true
  20622. },
  20623. {
  20624. name: "Examacro",
  20625. height: math.unit(2.5e9, "lightyears")
  20626. },
  20627. ]
  20628. ))
  20629. characterMakers.push(() => makeCharacter(
  20630. { name: "Kuru", species: "Umbra" },
  20631. {
  20632. front: {
  20633. height: math.unit(21, "meters"),
  20634. weight: math.unit(12, "tonnes"),
  20635. name: "Front",
  20636. image: {
  20637. source: "./media/characters/kuru/front.svg",
  20638. extra: 4301/3785,
  20639. bottom: 371.3/4691
  20640. }
  20641. },
  20642. },
  20643. [
  20644. {
  20645. name: "Macro",
  20646. height: math.unit(21, "meters"),
  20647. default: true
  20648. },
  20649. ]
  20650. ))
  20651. characterMakers.push(() => makeCharacter(
  20652. { name: "Rakka", species: "Umbra" },
  20653. {
  20654. front: {
  20655. height: math.unit(23, "meters"),
  20656. weight: math.unit(12.2, "tonnes"),
  20657. name: "Front",
  20658. image: {
  20659. source: "./media/characters/rakka/front.svg",
  20660. extra: 4670/4169,
  20661. bottom: 301/4968.7
  20662. }
  20663. },
  20664. },
  20665. [
  20666. {
  20667. name: "Macro",
  20668. height: math.unit(23, "meters"),
  20669. default: true
  20670. },
  20671. ]
  20672. ))
  20673. characterMakers.push(() => makeCharacter(
  20674. { name: "Rhys (Feline)" },
  20675. {
  20676. front: {
  20677. height: math.unit(6, "feet"),
  20678. weight: math.unit(150, "lb"),
  20679. name: "Front",
  20680. image: {
  20681. source: "./media/characters/rhys-feline/front.svg",
  20682. extra: 2488/2308,
  20683. bottom: 35.67/2519.19
  20684. }
  20685. },
  20686. },
  20687. [
  20688. {
  20689. name: "Really Small",
  20690. height: math.unit(1, "nm")
  20691. },
  20692. {
  20693. name: "Micro",
  20694. height: math.unit(4, "inches")
  20695. },
  20696. {
  20697. name: "Normal",
  20698. height: math.unit(4 + 10/12, "feet"),
  20699. default: true
  20700. },
  20701. {
  20702. name: "Macro",
  20703. height: math.unit(100, "feet")
  20704. },
  20705. {
  20706. name: "Megamacto",
  20707. height: math.unit(50, "miles")
  20708. },
  20709. ]
  20710. ))
  20711. characterMakers.push(() => makeCharacter(
  20712. { name: "Alydar", species: "Raven/Snow Leopard" },
  20713. {
  20714. side: {
  20715. height: math.unit(30, "feet"),
  20716. weight: math.unit(35000, "kg"),
  20717. name: "Side",
  20718. image: {
  20719. source: "./media/characters/alydar/side.svg",
  20720. extra: 234/222,
  20721. bottom: 6.5/241
  20722. }
  20723. },
  20724. front: {
  20725. height: math.unit(30, "feet"),
  20726. weight: math.unit(35000, "kg"),
  20727. name: "Front",
  20728. image: {
  20729. source: "./media/characters/alydar/front.svg",
  20730. extra: 223.37/210.2,
  20731. bottom: 22.3/246.76
  20732. }
  20733. },
  20734. top: {
  20735. height: math.unit(64.54, "feet"),
  20736. weight: math.unit(35000, "kg"),
  20737. name: "Top",
  20738. image: {
  20739. source: "./media/characters/alydar/top.svg"
  20740. }
  20741. },
  20742. anthro: {
  20743. height: math.unit(30, "feet"),
  20744. weight: math.unit(9000, "kg"),
  20745. name: "Anthro",
  20746. image: {
  20747. source: "./media/characters/alydar/anthro.svg",
  20748. extra: 432/421,
  20749. bottom: 7.18/440
  20750. }
  20751. },
  20752. maw: {
  20753. height: math.unit(11.693, "feet"),
  20754. name: "Maw",
  20755. image: {
  20756. source: "./media/characters/alydar/maw.svg"
  20757. }
  20758. },
  20759. head: {
  20760. height: math.unit(11.693, "feet"),
  20761. name: "Head",
  20762. image: {
  20763. source: "./media/characters/alydar/head.svg"
  20764. }
  20765. },
  20766. headAlt: {
  20767. height: math.unit(12.861, "feet"),
  20768. name: "Head (Alt)",
  20769. image: {
  20770. source: "./media/characters/alydar/head-alt.svg"
  20771. }
  20772. },
  20773. wing: {
  20774. height: math.unit(20.712, "feet"),
  20775. name: "Wing",
  20776. image: {
  20777. source: "./media/characters/alydar/wing.svg"
  20778. }
  20779. },
  20780. wingFeather: {
  20781. height: math.unit(9.662, "feet"),
  20782. name: "Wing Feather",
  20783. image: {
  20784. source: "./media/characters/alydar/wing-feather.svg"
  20785. }
  20786. },
  20787. countourFeather: {
  20788. height: math.unit(4.154, "feet"),
  20789. name: "Contour Feather",
  20790. image: {
  20791. source: "./media/characters/alydar/contour-feather.svg"
  20792. }
  20793. },
  20794. },
  20795. [
  20796. {
  20797. name: "Diplomatic",
  20798. height: math.unit(13, "feet"),
  20799. default: true
  20800. },
  20801. {
  20802. name: "Small",
  20803. height: math.unit(30, "feet")
  20804. },
  20805. {
  20806. name: "Normal",
  20807. height: math.unit(95, "feet"),
  20808. default: true
  20809. },
  20810. {
  20811. name: "Large",
  20812. height: math.unit(285, "feet")
  20813. },
  20814. {
  20815. name: "Incomprehensible",
  20816. height: math.unit(450, "megameters")
  20817. },
  20818. ]
  20819. ))
  20820. characterMakers.push(() => makeCharacter(
  20821. { name: "Selicia" },
  20822. {
  20823. side: {
  20824. height: math.unit(11, "feet"),
  20825. weight: math.unit(1750, "kg"),
  20826. name: "Side",
  20827. image: {
  20828. source: "./media/characters/selicia/side.svg",
  20829. extra: 440/396,
  20830. bottom: 24.8/465.979
  20831. }
  20832. },
  20833. maw: {
  20834. height: math.unit(4.665, "feet"),
  20835. name: "Maw",
  20836. image: {
  20837. source: "./media/characters/selicia/maw.svg"
  20838. }
  20839. },
  20840. },
  20841. [
  20842. {
  20843. name: "Normal",
  20844. height: math.unit(11, "feet"),
  20845. default: true
  20846. },
  20847. ]
  20848. ))
  20849. characterMakers.push(() => makeCharacter(
  20850. { name: "Layla" },
  20851. {
  20852. side: {
  20853. height: math.unit(2 + 6 /12, "feet"),
  20854. weight: math.unit(30, "lb"),
  20855. name: "Side",
  20856. image: {
  20857. source: "./media/characters/layla/side.svg",
  20858. extra: 244/188,
  20859. bottom: 18.2/262.1
  20860. }
  20861. },
  20862. back: {
  20863. height: math.unit(2 + 6 /12, "feet"),
  20864. weight: math.unit(30, "lb"),
  20865. name: "Back",
  20866. image: {
  20867. source: "./media/characters/layla/back.svg",
  20868. extra: 308/241.5,
  20869. bottom: 8.9/316.8
  20870. }
  20871. },
  20872. cumming: {
  20873. height: math.unit(2 + 6 /12, "feet"),
  20874. weight: math.unit(30, "lb"),
  20875. name: "Cumming",
  20876. image: {
  20877. source: "./media/characters/layla/cumming.svg",
  20878. extra: 342/279,
  20879. bottom: 595/938
  20880. }
  20881. },
  20882. dickFlaccid: {
  20883. height: math.unit(2.595, "feet"),
  20884. name: "Flaccid Genitals",
  20885. image: {
  20886. source: "./media/characters/layla/dick-flaccid.svg"
  20887. }
  20888. },
  20889. dickErect: {
  20890. height: math.unit(2.359, "feet"),
  20891. name: "Erect Genitals",
  20892. image: {
  20893. source: "./media/characters/layla/dick-erect.svg"
  20894. }
  20895. },
  20896. },
  20897. [
  20898. {
  20899. name: "Micro",
  20900. height: math.unit(1, "inch")
  20901. },
  20902. {
  20903. name: "Small",
  20904. height: math.unit(1, "foot")
  20905. },
  20906. {
  20907. name: "Normal",
  20908. height: math.unit(2 + 6/12, "feet"),
  20909. default: true
  20910. },
  20911. {
  20912. name: "Macro",
  20913. height: math.unit(200, "feet")
  20914. },
  20915. {
  20916. name: "Megamacro",
  20917. height: math.unit(1000, "miles")
  20918. },
  20919. {
  20920. name: "Planetary",
  20921. height: math.unit(8000, "miles")
  20922. },
  20923. {
  20924. name: "True Layla",
  20925. height: math.unit(200000*7, "multiverses")
  20926. },
  20927. ]
  20928. ))
  20929. characterMakers.push(() => makeCharacter(
  20930. { name: "Knox" },
  20931. {
  20932. back: {
  20933. height: math.unit(10.5, "feet"),
  20934. weight: math.unit(800, "lb"),
  20935. name: "Back",
  20936. image: {
  20937. source: "./media/characters/knox/back.svg",
  20938. extra: 1486/1089,
  20939. bottom: 107/1601.4
  20940. }
  20941. },
  20942. side: {
  20943. height: math.unit(10.5, "feet"),
  20944. weight: math.unit(800, "lb"),
  20945. name: "Side",
  20946. image: {
  20947. source: "./media/characters/knox/side.svg",
  20948. extra: 244/218,
  20949. bottom: 14/260
  20950. }
  20951. },
  20952. },
  20953. [
  20954. {
  20955. name: "Compact",
  20956. height: math.unit(10.5, "feet"),
  20957. default: true
  20958. },
  20959. {
  20960. name: "Dynamax",
  20961. height: math.unit(210, "feet")
  20962. },
  20963. {
  20964. name: "Full Macro",
  20965. height: math.unit(850, "feet")
  20966. },
  20967. ]
  20968. ))
  20969. characterMakers.push(() => makeCharacter(
  20970. { name: "Shin (Pikachu)" },
  20971. {
  20972. front: {
  20973. height: math.unit(6, "feet"),
  20974. weight: math.unit(152, "lb"),
  20975. name: "Front",
  20976. image: {
  20977. source: "./media/characters/shin-pikachu/front.svg",
  20978. extra: 1574/1480,
  20979. bottom: 53.3/1626
  20980. }
  20981. },
  20982. hand: {
  20983. height: math.unit(1.055, "feet"),
  20984. name: "Hand",
  20985. image: {
  20986. source: "./media/characters/shin-pikachu/hand.svg"
  20987. }
  20988. },
  20989. foot: {
  20990. height: math.unit(1.1, "feet"),
  20991. name: "Foot",
  20992. image: {
  20993. source: "./media/characters/shin-pikachu/foot.svg"
  20994. }
  20995. },
  20996. collar: {
  20997. height: math.unit(0.386, "feet"),
  20998. name: "Collar",
  20999. image: {
  21000. source: "./media/characters/shin-pikachu/collar.svg"
  21001. }
  21002. },
  21003. },
  21004. [
  21005. {
  21006. name: "Smallest",
  21007. height: math.unit(0.5, "inches")
  21008. },
  21009. {
  21010. name: "Micro",
  21011. height: math.unit(6, "inches")
  21012. },
  21013. {
  21014. name: "Normal",
  21015. height: math.unit(6, "feet"),
  21016. default: true
  21017. },
  21018. {
  21019. name: "Macro",
  21020. height: math.unit(150, "feet")
  21021. },
  21022. ]
  21023. ))
  21024. characterMakers.push(() => makeCharacter(
  21025. { name: "Kayda" },
  21026. {
  21027. front: {
  21028. height: math.unit(28, "feet"),
  21029. weight: math.unit(10500, "lb"),
  21030. name: "Front",
  21031. image: {
  21032. source: "./media/characters/kayda/front.svg",
  21033. extra: 1536/1428,
  21034. bottom: 68.7/1603
  21035. }
  21036. },
  21037. back: {
  21038. height: math.unit(28, "feet"),
  21039. weight: math.unit(10500, "lb"),
  21040. name: "Back",
  21041. image: {
  21042. source: "./media/characters/kayda/back.svg",
  21043. extra: 1557/1464,
  21044. bottom: 39.5/1597.49
  21045. }
  21046. },
  21047. dick: {
  21048. height: math.unit(3.858, "feet"),
  21049. name: "Dick",
  21050. image: {
  21051. source: "./media/characters/kayda/dick.svg"
  21052. }
  21053. },
  21054. },
  21055. [
  21056. {
  21057. name: "Macro",
  21058. height: math.unit(28, "feet"),
  21059. default: true
  21060. },
  21061. ]
  21062. ))
  21063. characterMakers.push(() => makeCharacter(
  21064. { name: "Brian", species: "Barbary Lion" },
  21065. {
  21066. front: {
  21067. height: math.unit(10 + 11/12, "feet"),
  21068. weight: math.unit(1400, "lb"),
  21069. name: "Front",
  21070. image: {
  21071. source: "./media/characters/brian/front.svg",
  21072. extra: 737/692,
  21073. bottom: 55.4/785
  21074. }
  21075. },
  21076. },
  21077. [
  21078. {
  21079. name: "Normal",
  21080. height: math.unit(10 + 11/12, "feet"),
  21081. default: true
  21082. },
  21083. ]
  21084. ))
  21085. characterMakers.push(() => makeCharacter(
  21086. { name: "Khemri", species: "Jackal" },
  21087. {
  21088. front: {
  21089. height: math.unit(5 + 8/12, "feet"),
  21090. weight: math.unit(140, "lb"),
  21091. name: "Front",
  21092. image: {
  21093. source: "./media/characters/khemri/front.svg",
  21094. extra: 4780/4059,
  21095. bottom: 80.1/4859.25
  21096. }
  21097. },
  21098. },
  21099. [
  21100. {
  21101. name: "Micro",
  21102. height: math.unit(6, "inches")
  21103. },
  21104. {
  21105. name: "Normal",
  21106. height: math.unit(5 + 8/12, "feet"),
  21107. default: true
  21108. },
  21109. ]
  21110. ))
  21111. characterMakers.push(() => makeCharacter(
  21112. { name: "Felix Braveheart" },
  21113. {
  21114. front: {
  21115. height: math.unit(13, "feet"),
  21116. weight: math.unit(1700, "lb"),
  21117. name: "Front",
  21118. image: {
  21119. source: "./media/characters/felix-braveheart/front.svg",
  21120. extra: 1222/1157,
  21121. bottom: 53.2/1280
  21122. }
  21123. },
  21124. back: {
  21125. height: math.unit(13, "feet"),
  21126. weight: math.unit(1700, "lb"),
  21127. name: "Back",
  21128. image: {
  21129. source: "./media/characters/felix-braveheart/back.svg",
  21130. extra: 1277/1203,
  21131. bottom: 50.2/1327
  21132. }
  21133. },
  21134. feral: {
  21135. height: math.unit(6, "feet"),
  21136. weight: math.unit(400, "lb"),
  21137. name: "Feral",
  21138. image: {
  21139. source: "./media/characters/felix-braveheart/feral.svg",
  21140. extra: 682/625,
  21141. bottom: 6.9/688
  21142. }
  21143. },
  21144. },
  21145. [
  21146. {
  21147. name: "Normal",
  21148. height: math.unit(13, "feet"),
  21149. default: true
  21150. },
  21151. ]
  21152. ))
  21153. characterMakers.push(() => makeCharacter(
  21154. { name: "Shadow Blade" },
  21155. {
  21156. side: {
  21157. height: math.unit(5 + 11/12, "feet"),
  21158. weight: math.unit(1400, "lb"),
  21159. name: "Side",
  21160. image: {
  21161. source: "./media/characters/shadow-blade/side.svg",
  21162. extra: 1726/1267,
  21163. bottom: 58.4/1785
  21164. }
  21165. },
  21166. },
  21167. [
  21168. {
  21169. name: "Normal",
  21170. height: math.unit(5 + 11/12, "feet"),
  21171. default: true
  21172. },
  21173. ]
  21174. ))
  21175. characterMakers.push(() => makeCharacter(
  21176. { name: "Karla Halldor" },
  21177. {
  21178. front: {
  21179. height: math.unit(1 + 6/12, "feet"),
  21180. weight: math.unit(25, "lb"),
  21181. name: "Front",
  21182. image: {
  21183. source: "./media/characters/karla-halldor/front.svg",
  21184. extra: 1459/1383,
  21185. bottom: 12/1472
  21186. }
  21187. },
  21188. },
  21189. [
  21190. {
  21191. name: "Normal",
  21192. height: math.unit(1 + 6/12, "feet"),
  21193. default: true
  21194. },
  21195. ]
  21196. ))
  21197. characterMakers.push(() => makeCharacter(
  21198. { name: "Ariam" },
  21199. {
  21200. front: {
  21201. height: math.unit(6 + 2/12, "feet"),
  21202. weight: math.unit(160, "lb"),
  21203. name: "Front",
  21204. image: {
  21205. source: "./media/characters/ariam/front.svg",
  21206. extra: 714/617,
  21207. bottom: 23.4/737,
  21208. }
  21209. },
  21210. squatting: {
  21211. height: math.unit(4.1, "feet"),
  21212. weight: math.unit(160, "lb"),
  21213. name: "Squatting",
  21214. image: {
  21215. source: "./media/characters/ariam/squatting.svg",
  21216. extra: 2617/2112,
  21217. bottom: 61.2/2681,
  21218. }
  21219. },
  21220. },
  21221. [
  21222. {
  21223. name: "Normal",
  21224. height: math.unit(6 + 2/12, "feet"),
  21225. default: true
  21226. },
  21227. {
  21228. name: "Normal+",
  21229. height: math.unit(4, "meters")
  21230. },
  21231. {
  21232. name: "Macro",
  21233. height: math.unit(50, "meters")
  21234. },
  21235. {
  21236. name: "Macro+",
  21237. height: math.unit(100, "meters")
  21238. },
  21239. {
  21240. name: "Megamacro",
  21241. height: math.unit(20, "km")
  21242. },
  21243. ]
  21244. ))
  21245. characterMakers.push(() => makeCharacter(
  21246. { name: "Qodri Class-of-'Fortwelve-Six" },
  21247. {
  21248. front: {
  21249. height: math.unit(1.67, "meters"),
  21250. weight: math.unit(140, "lb"),
  21251. name: "Front",
  21252. image: {
  21253. source: "./media/characters/qodri-class-of-'fortwelve-six/front.svg",
  21254. extra: 438/410,
  21255. bottom: 0.75/439
  21256. }
  21257. },
  21258. },
  21259. [
  21260. {
  21261. name: "Shrunken",
  21262. height: math.unit(7.6, "cm")
  21263. },
  21264. {
  21265. name: "Human Scale",
  21266. height: math.unit(1.67, "meters")
  21267. },
  21268. {
  21269. name: "Wolxi Scale",
  21270. height: math.unit(36.7, "meters"),
  21271. default: true
  21272. },
  21273. ]
  21274. ))
  21275. characterMakers.push(() => makeCharacter(
  21276. { name: "Izue Two-Mothers" },
  21277. {
  21278. front: {
  21279. height: math.unit(1.73, "meters"),
  21280. weight: math.unit(240, "lb"),
  21281. name: "Front",
  21282. image: {
  21283. source: "./media/characters/izue-two-mothers/front.svg",
  21284. extra: 469/437,
  21285. bottom: 1.24/470.6
  21286. }
  21287. },
  21288. },
  21289. [
  21290. {
  21291. name: "Shrunken",
  21292. height: math.unit(7.86, "cm")
  21293. },
  21294. {
  21295. name: "Human Scale",
  21296. height: math.unit(1.73, "meters")
  21297. },
  21298. {
  21299. name: "Wolxi Scale",
  21300. height: math.unit(38, "meters"),
  21301. default: true
  21302. },
  21303. ]
  21304. ))
  21305. characterMakers.push(() => makeCharacter(
  21306. { name: "Teeku Love-Shack" },
  21307. {
  21308. front: {
  21309. height: math.unit(1.55, "meters"),
  21310. weight: math.unit(120, "lb"),
  21311. name: "Front",
  21312. image: {
  21313. source: "./media/characters/teeku-love-shack/front.svg",
  21314. extra: 387/362,
  21315. bottom: 1.51/388
  21316. }
  21317. },
  21318. },
  21319. [
  21320. {
  21321. name: "Shrunken",
  21322. height: math.unit(7, "cm")
  21323. },
  21324. {
  21325. name: "Human Scale",
  21326. height: math.unit(1.55, "meters")
  21327. },
  21328. {
  21329. name: "Wolxi Scale",
  21330. height: math.unit(34.1, "meters"),
  21331. default: true
  21332. },
  21333. ]
  21334. ))
  21335. characterMakers.push(() => makeCharacter(
  21336. { name: "Dejma the Red" },
  21337. {
  21338. front: {
  21339. height: math.unit(1.83, "meters"),
  21340. weight: math.unit(135, "lb"),
  21341. name: "Front",
  21342. image: {
  21343. source: "./media/characters/dejma-the-red/front.svg",
  21344. extra: 480/458,
  21345. bottom: 1.8/482
  21346. }
  21347. },
  21348. },
  21349. [
  21350. {
  21351. name: "Shrunken",
  21352. height: math.unit(8.3, "cm")
  21353. },
  21354. {
  21355. name: "Human Scale",
  21356. height: math.unit(1.83, "meters")
  21357. },
  21358. {
  21359. name: "Wolxi Scale",
  21360. height: math.unit(40, "meters"),
  21361. default: true
  21362. },
  21363. ]
  21364. ))
  21365. characterMakers.push(() => makeCharacter(
  21366. { name: "Aki" },
  21367. {
  21368. front: {
  21369. height: math.unit(1.78, "meters"),
  21370. weight: math.unit(65, "kg"),
  21371. name: "Front",
  21372. image: {
  21373. source: "./media/characters/aki/front.svg",
  21374. extra: 452/415
  21375. }
  21376. },
  21377. frontNsfw: {
  21378. height: math.unit(1.78, "meters"),
  21379. weight: math.unit(65, "kg"),
  21380. name: "Front (NSFW)",
  21381. image: {
  21382. source: "./media/characters/aki/front-nsfw.svg",
  21383. extra: 452/415
  21384. }
  21385. },
  21386. back: {
  21387. height: math.unit(1.78, "meters"),
  21388. weight: math.unit(65, "kg"),
  21389. name: "Back",
  21390. image: {
  21391. source: "./media/characters/aki/back.svg",
  21392. extra: 452/415
  21393. }
  21394. },
  21395. rump: {
  21396. height: math.unit(2.05, "feet"),
  21397. name: "Rump",
  21398. image: {
  21399. source: "./media/characters/aki/rump.svg"
  21400. }
  21401. },
  21402. dick: {
  21403. height: math.unit(0.95, "feet"),
  21404. name: "Dick",
  21405. image: {
  21406. source: "./media/characters/aki/dick.svg"
  21407. }
  21408. },
  21409. },
  21410. [
  21411. {
  21412. name: "Micro",
  21413. height: math.unit(15, "cm")
  21414. },
  21415. {
  21416. name: "Normal",
  21417. height: math.unit(178, "cm"),
  21418. default: true
  21419. },
  21420. {
  21421. name: "Macro",
  21422. height: math.unit(214, "m")
  21423. },
  21424. {
  21425. name: "Macro+",
  21426. height: math.unit(534, "m")
  21427. },
  21428. ]
  21429. ))
  21430. characterMakers.push(() => makeCharacter(
  21431. { name: "Ari" },
  21432. {
  21433. front: {
  21434. height: math.unit(5 + 5/12, "feet"),
  21435. weight: math.unit(120, "lb"),
  21436. name: "Front",
  21437. image: {
  21438. source: "./media/characters/ari/front.svg",
  21439. extra: 714.5/682,
  21440. bottom: 8/722.5
  21441. }
  21442. },
  21443. },
  21444. [
  21445. {
  21446. name: "Normal",
  21447. height: math.unit(5 + 5/12, "feet")
  21448. },
  21449. {
  21450. name: "Macro",
  21451. height: math.unit(100, "feet"),
  21452. default: true
  21453. },
  21454. {
  21455. name: "Megamacro",
  21456. height: math.unit(100, "miles")
  21457. },
  21458. {
  21459. name: "Gigamacro",
  21460. height: math.unit(80000, "miles")
  21461. },
  21462. ]
  21463. ))
  21464. characterMakers.push(() => makeCharacter(
  21465. { name: "Bolt" },
  21466. {
  21467. side: {
  21468. height: math.unit(9, "feet"),
  21469. weight: math.unit(400, "kg"),
  21470. name: "Side",
  21471. image: {
  21472. source: "./media/characters/bolt/side.svg",
  21473. extra: 1126/896,
  21474. bottom: 60/1187.3,
  21475. }
  21476. },
  21477. },
  21478. [
  21479. {
  21480. name: "Micro",
  21481. height: math.unit(5, "inches")
  21482. },
  21483. {
  21484. name: "Normal",
  21485. height: math.unit(9, "feet"),
  21486. default: true
  21487. },
  21488. {
  21489. name: "Macro",
  21490. height: math.unit(700, "feet")
  21491. },
  21492. {
  21493. name: "Max Size",
  21494. height: math.unit(1.52e22, "yottameters")
  21495. },
  21496. ]
  21497. ))
  21498. characterMakers.push(() => makeCharacter(
  21499. { name: "Draekon Sylviar", species: "Dra'gal" },
  21500. {
  21501. front: {
  21502. height: math.unit(4.53, "meters"),
  21503. weight: math.unit(3, "tons"),
  21504. name: "Front",
  21505. image: {
  21506. source: "./media/characters/draekon-sylviar/front.svg",
  21507. extra: 1228/1068,
  21508. bottom: 41/1270
  21509. }
  21510. },
  21511. tail: {
  21512. height: math.unit(1.772, "meter"),
  21513. name: "Tail",
  21514. image: {
  21515. source: "./media/characters/draekon-sylviar/tail.svg"
  21516. }
  21517. },
  21518. head: {
  21519. height: math.unit(1.331, "meter"),
  21520. name: "Head",
  21521. image: {
  21522. source: "./media/characters/draekon-sylviar/head.svg"
  21523. }
  21524. },
  21525. hand: {
  21526. height: math.unit(0.564, "meter"),
  21527. name: "Hand",
  21528. image: {
  21529. source: "./media/characters/draekon-sylviar/hand.svg"
  21530. }
  21531. },
  21532. foot: {
  21533. height: math.unit(0.621, "meter"),
  21534. name: "Foot",
  21535. image: {
  21536. source: "./media/characters/draekon-sylviar/foot.svg",
  21537. bottom: 32/324
  21538. }
  21539. },
  21540. dick: {
  21541. height: math.unit(61, "cm"),
  21542. name: "Dick",
  21543. image: {
  21544. source: "./media/characters/draekon-sylviar/dick.svg"
  21545. }
  21546. },
  21547. dickseparated: {
  21548. height: math.unit(61, "cm"),
  21549. name: "Dick-separated",
  21550. image: {
  21551. source: "./media/characters/draekon-sylviar/dick-separated.svg"
  21552. }
  21553. },
  21554. },
  21555. [
  21556. {
  21557. name: "Small",
  21558. height: math.unit(4.53/2, "meters"),
  21559. default: true
  21560. },
  21561. {
  21562. name: "Normal",
  21563. height: math.unit(4.53, "meters"),
  21564. default: true
  21565. },
  21566. {
  21567. name: "Large",
  21568. height: math.unit(4.53*2, "meters"),
  21569. },
  21570. ]
  21571. ))
  21572. characterMakers.push(() => makeCharacter(
  21573. { name: "Brawler", species: "German Shepherd" },
  21574. {
  21575. front: {
  21576. height: math.unit(6 + 2/12, "feet"),
  21577. weight: math.unit(180, "lb"),
  21578. name: "Front",
  21579. image: {
  21580. source: "./media/characters/brawler/front.svg",
  21581. extra: 3301/3027,
  21582. bottom: 138/3439
  21583. }
  21584. },
  21585. },
  21586. [
  21587. {
  21588. name: "Normal",
  21589. height: math.unit(6 + 2/12, "feet"),
  21590. default: true
  21591. },
  21592. ]
  21593. ))
  21594. characterMakers.push(() => makeCharacter(
  21595. { name: "Alex", species: "Bayleef" },
  21596. {
  21597. front: {
  21598. height: math.unit(11, "feet"),
  21599. weight: math.unit(1000, "lb"),
  21600. name: "Front",
  21601. image: {
  21602. source: "./media/characters/alex/front.svg",
  21603. bottom: 44.5/620
  21604. }
  21605. },
  21606. },
  21607. [
  21608. {
  21609. name: "Micro",
  21610. height: math.unit(5, "inches")
  21611. },
  21612. {
  21613. name: "Normal",
  21614. height: math.unit(11, "feet"),
  21615. default: true
  21616. },
  21617. {
  21618. name: "Macro",
  21619. height: math.unit(9.5e9, "feet")
  21620. },
  21621. {
  21622. name: "Max Size",
  21623. height: math.unit(1.4e283, "yottameters")
  21624. },
  21625. ]
  21626. ))
  21627. characterMakers.push(() => makeCharacter(
  21628. { name: "Zenari" },
  21629. {
  21630. female: {
  21631. height: math.unit(29.9, "m"),
  21632. weight: math.unit(Math.pow((29.9/2), 3) * 80, "kg"),
  21633. name: "Female",
  21634. image: {
  21635. source: "./media/characters/zenari/female.svg",
  21636. extra: 3281.6/3217,
  21637. bottom: 72.2/3353
  21638. }
  21639. },
  21640. male: {
  21641. height: math.unit(27.7, "m"),
  21642. weight: math.unit(Math.pow((27.7/2), 3) * 80, "kg"),
  21643. name: "Male",
  21644. image: {
  21645. source: "./media/characters/zenari/male.svg",
  21646. extra: 3008/2991,
  21647. bottom: 54.6/3069
  21648. }
  21649. },
  21650. },
  21651. [
  21652. {
  21653. name: "Macro",
  21654. height: math.unit(29.7, "meters"),
  21655. default: true
  21656. },
  21657. ]
  21658. ))
  21659. characterMakers.push(() => makeCharacter(
  21660. { name: "Mactarian" },
  21661. {
  21662. female: {
  21663. height: math.unit(23.8, "m"),
  21664. weight: math.unit(Math.pow((23.8/2), 3) * 80, "kg"),
  21665. name: "Female",
  21666. image: {
  21667. source: "./media/characters/mactarian/female.svg",
  21668. extra: 2662/2569,
  21669. bottom: 73/2736
  21670. }
  21671. },
  21672. male: {
  21673. height: math.unit(23.8, "m"),
  21674. weight: math.unit(Math.pow((23.8/2), 3) * 80, "kg"),
  21675. name: "Male",
  21676. image: {
  21677. source: "./media/characters/mactarian/male.svg",
  21678. extra: 2673/2600,
  21679. bottom: 76/2750
  21680. }
  21681. },
  21682. },
  21683. [
  21684. {
  21685. name: "Macro",
  21686. height: math.unit(23.8, "meters"),
  21687. default: true
  21688. },
  21689. ]
  21690. ))
  21691. characterMakers.push(() => makeCharacter(
  21692. { name: "Umok" },
  21693. {
  21694. female: {
  21695. height: math.unit(19.3, "m"),
  21696. weight: math.unit(Math.pow((19.3/2), 3) * 60, "kg"),
  21697. name: "Female",
  21698. image: {
  21699. source: "./media/characters/umok/female.svg",
  21700. extra: 2186/2078,
  21701. bottom: 87/2277
  21702. }
  21703. },
  21704. male: {
  21705. height: math.unit(19.5, "m"),
  21706. weight: math.unit(Math.pow((19.5/2), 3) * 60, "kg"),
  21707. name: "Male",
  21708. image: {
  21709. source: "./media/characters/umok/male.svg",
  21710. extra: 2233/2140,
  21711. bottom: 24.4/2258
  21712. }
  21713. },
  21714. },
  21715. [
  21716. {
  21717. name: "Macro",
  21718. height: math.unit(19.3, "meters"),
  21719. default: true
  21720. },
  21721. ]
  21722. ))
  21723. characterMakers.push(() => makeCharacter(
  21724. { name: "Joraxian" },
  21725. {
  21726. female: {
  21727. height: math.unit(26.15, "m"),
  21728. weight: math.unit(Math.pow((26.15/2), 3) * 85, "kg"),
  21729. name: "Female",
  21730. image: {
  21731. source: "./media/characters/joraxian/female.svg",
  21732. extra: 2943/2831,
  21733. bottom: 27/2972
  21734. }
  21735. },
  21736. male: {
  21737. height: math.unit(25.4, "m"),
  21738. weight: math.unit(Math.pow((25.4/2), 3) * 85, "kg"),
  21739. name: "Male",
  21740. image: {
  21741. source: "./media/characters/joraxian/male.svg",
  21742. extra: 2835/2741,
  21743. bottom: 27/2862
  21744. }
  21745. },
  21746. },
  21747. [
  21748. {
  21749. name: "Macro",
  21750. height: math.unit(26.15, "meters"),
  21751. default: true
  21752. },
  21753. ]
  21754. ))
  21755. characterMakers.push(() => makeCharacter(
  21756. { name: "Sthara" },
  21757. {
  21758. female: {
  21759. height: math.unit(21.6, "m"),
  21760. weight: math.unit(Math.pow((21.6/2), 3) * 80, "kg"),
  21761. name: "Female",
  21762. image: {
  21763. source: "./media/characters/sthara/female.svg",
  21764. extra: 2516/2347,
  21765. bottom: 21.5/2537
  21766. }
  21767. },
  21768. male: {
  21769. height: math.unit(24, "m"),
  21770. weight: math.unit(Math.pow((24/2), 3) * 80, "kg"),
  21771. name: "Male",
  21772. image: {
  21773. source: "./media/characters/sthara/male.svg",
  21774. extra: 2732/2607,
  21775. bottom: 23/2732
  21776. }
  21777. },
  21778. },
  21779. [
  21780. {
  21781. name: "Macro",
  21782. height: math.unit(21.6, "meters"),
  21783. default: true
  21784. },
  21785. ]
  21786. ))
  21787. characterMakers.push(() => makeCharacter(
  21788. { name: "Luka Bryzant" },
  21789. {
  21790. front: {
  21791. height: math.unit(6 + 4/12, "feet"),
  21792. weight: math.unit(175, "lb"),
  21793. name: "Front",
  21794. image: {
  21795. source: "./media/characters/luka-bryzant/front.svg",
  21796. extra: 311/289,
  21797. bottom: 4/315
  21798. }
  21799. },
  21800. back: {
  21801. height: math.unit(6 + 4/12, "feet"),
  21802. weight: math.unit(175, "lb"),
  21803. name: "Back",
  21804. image: {
  21805. source: "./media/characters/luka-bryzant/back.svg",
  21806. extra: 311/289,
  21807. bottom: 3.8/313.7
  21808. }
  21809. },
  21810. },
  21811. [
  21812. {
  21813. name: "Micro",
  21814. height: math.unit(10, "inches")
  21815. },
  21816. {
  21817. name: "Normal",
  21818. height: math.unit(6 + 4/12, "feet"),
  21819. default: true
  21820. },
  21821. {
  21822. name: "Large",
  21823. height: math.unit(12, "feet")
  21824. },
  21825. ]
  21826. ))
  21827. characterMakers.push(() => makeCharacter(
  21828. { name: "Aman Aquila" },
  21829. {
  21830. front: {
  21831. height: math.unit(5 + 7/12, "feet"),
  21832. weight: math.unit(185, "lb"),
  21833. name: "Front",
  21834. image: {
  21835. source: "./media/characters/aman-aquila/front.svg",
  21836. extra: 1013/976,
  21837. bottom: 45.6/1057
  21838. }
  21839. },
  21840. side: {
  21841. height: math.unit(5 + 7/12, "feet"),
  21842. weight: math.unit(185, "lb"),
  21843. name: "Side",
  21844. image: {
  21845. source: "./media/characters/aman-aquila/side.svg",
  21846. extra: 1054/1011,
  21847. bottom: 15/1070
  21848. }
  21849. },
  21850. back: {
  21851. height: math.unit(5 + 7/12, "feet"),
  21852. weight: math.unit(185, "lb"),
  21853. name: "Back",
  21854. image: {
  21855. source: "./media/characters/aman-aquila/back.svg",
  21856. extra: 1026/970,
  21857. bottom: 12/1039
  21858. }
  21859. },
  21860. head: {
  21861. height: math.unit(1.211, "feet"),
  21862. name: "Head",
  21863. image: {
  21864. source: "./media/characters/aman-aquila/head.svg",
  21865. }
  21866. },
  21867. },
  21868. [
  21869. {
  21870. name: "Minimicro",
  21871. height: math.unit(0.057, "inches")
  21872. },
  21873. {
  21874. name: "Micro",
  21875. height: math.unit(7, "inches")
  21876. },
  21877. {
  21878. name: "Mini",
  21879. height: math.unit(3 + 7/12, "feet")
  21880. },
  21881. {
  21882. name: "Normal",
  21883. height: math.unit(5 + 7/12, "feet"),
  21884. default: true
  21885. },
  21886. {
  21887. name: "Macro",
  21888. height: math.unit(157 + 7/12, "feet")
  21889. },
  21890. {
  21891. name: "Megamacro",
  21892. height: math.unit(1557 + 7/12, "feet")
  21893. },
  21894. {
  21895. name: "Gigamacro",
  21896. height: math.unit(15557 + 7/12, "feet")
  21897. },
  21898. ]
  21899. ))
  21900. characterMakers.push(() => makeCharacter(
  21901. { name: "Hiphae", species: "Mouse" },
  21902. {
  21903. front: {
  21904. height: math.unit(3 + 2/12, "inches"),
  21905. weight: math.unit(0.3, "ounces"),
  21906. name: "Front",
  21907. image: {
  21908. source: "./media/characters/hiphae/front.svg",
  21909. extra: 1931/1683,
  21910. bottom: 24/1955
  21911. }
  21912. },
  21913. },
  21914. [
  21915. {
  21916. name: "Normal",
  21917. height: math.unit(3 + 1/2, "inches"),
  21918. default: true
  21919. },
  21920. ]
  21921. ))
  21922. characterMakers.push(() => makeCharacter(
  21923. { name: "Nicky", species: "Shark" },
  21924. {
  21925. front: {
  21926. height: math.unit(5 + 10/12, "feet"),
  21927. weight: math.unit(165, "lb"),
  21928. name: "Front",
  21929. image: {
  21930. source: "./media/characters/nicky/front.svg",
  21931. extra: 3144/2886,
  21932. bottom: 45.6/3192
  21933. }
  21934. },
  21935. back: {
  21936. height: math.unit(5 + 10/12, "feet"),
  21937. weight: math.unit(165, "lb"),
  21938. name: "Back",
  21939. image: {
  21940. source: "./media/characters/nicky/back.svg",
  21941. extra: 3055/2804,
  21942. bottom: 28.4/3087
  21943. }
  21944. },
  21945. frontclothed: {
  21946. height: math.unit(5 + 10/12, "feet"),
  21947. weight: math.unit(165, "lb"),
  21948. name: "Front-clothed",
  21949. image: {
  21950. source: "./media/characters/nicky/front-clothed.svg",
  21951. extra: 3184.9/2926.9,
  21952. bottom: 86.5/3239.9
  21953. }
  21954. },
  21955. foot: {
  21956. height: math.unit(1.16, "feet"),
  21957. name: "Foot",
  21958. image: {
  21959. source: "./media/characters/nicky/foot.svg"
  21960. }
  21961. },
  21962. feet: {
  21963. height: math.unit(1.34, "feet"),
  21964. name: "Feet",
  21965. image: {
  21966. source: "./media/characters/nicky/feet.svg"
  21967. }
  21968. },
  21969. maw: {
  21970. height: math.unit(0.9, "feet"),
  21971. name: "Maw",
  21972. image: {
  21973. source: "./media/characters/nicky/maw.svg"
  21974. }
  21975. },
  21976. },
  21977. [
  21978. {
  21979. name: "Normal",
  21980. height: math.unit(5 + 10/12, "feet"),
  21981. default: true
  21982. },
  21983. {
  21984. name: "Macro",
  21985. height: math.unit(60, "feet")
  21986. },
  21987. {
  21988. name: "Megamacro",
  21989. height: math.unit(1, "mile")
  21990. },
  21991. ]
  21992. ))
  21993. characterMakers.push(() => makeCharacter(
  21994. { name: "Blair" },
  21995. {
  21996. side: {
  21997. height: math.unit(10, "feet"),
  21998. weight: math.unit(600, "lb"),
  21999. name: "Side",
  22000. image: {
  22001. source: "./media/characters/blair/side.svg",
  22002. bottom: 16.6/475,
  22003. extra: 458/431
  22004. }
  22005. },
  22006. },
  22007. [
  22008. {
  22009. name: "Micro",
  22010. height: math.unit(8, "inches")
  22011. },
  22012. {
  22013. name: "Normal",
  22014. height: math.unit(10, "feet"),
  22015. default: true
  22016. },
  22017. {
  22018. name: "Macro",
  22019. height: math.unit(180, "feet")
  22020. },
  22021. ]
  22022. ))
  22023. characterMakers.push(() => makeCharacter(
  22024. { name: "Fisher" },
  22025. {
  22026. front: {
  22027. height: math.unit(5 + 4/12, "feet"),
  22028. weight: math.unit(125, "lb"),
  22029. name: "Front",
  22030. image: {
  22031. source: "./media/characters/fisher/front.svg",
  22032. extra: 444/390,
  22033. bottom: 2/444.8
  22034. }
  22035. },
  22036. },
  22037. [
  22038. {
  22039. name: "Micro",
  22040. height: math.unit(4, "inches")
  22041. },
  22042. {
  22043. name: "Normal",
  22044. height: math.unit(5 + 4/12, "feet"),
  22045. default: true
  22046. },
  22047. {
  22048. name: "Macro",
  22049. height: math.unit(100, "feet")
  22050. },
  22051. ]
  22052. ))
  22053. characterMakers.push(() => makeCharacter(
  22054. { name: "Gliss" },
  22055. {
  22056. front: {
  22057. height: math.unit(6.71, "feet"),
  22058. weight: math.unit(200, "lb"),
  22059. capacity: math.unit(1000000, "people"),
  22060. name: "Front",
  22061. image: {
  22062. source: "./media/characters/gliss/front.svg",
  22063. extra: 2347/2231,
  22064. bottom: 113/2462
  22065. }
  22066. },
  22067. hammerspaceSize: {
  22068. height: math.unit(6.71*717, "feet"),
  22069. weight: math.unit(200, "lb"),
  22070. capacity: math.unit(1000000, "people"),
  22071. name: "Hammerspace Size",
  22072. image: {
  22073. source: "./media/characters/gliss/front.svg",
  22074. extra: 2347/2231,
  22075. bottom: 113/2462
  22076. }
  22077. },
  22078. },
  22079. [
  22080. {
  22081. name: "Normal",
  22082. height: math.unit(6.71, "feet"),
  22083. default: true
  22084. },
  22085. ]
  22086. ))
  22087. characterMakers.push(() => makeCharacter(
  22088. { name: "Dune Anderson" },
  22089. {
  22090. side: {
  22091. height: math.unit(1.44, "m"),
  22092. weight: math.unit(80, "kg"),
  22093. name: "Side",
  22094. image: {
  22095. source: "./media/characters/dune-anderson/side.svg",
  22096. bottom: 49/1426
  22097. }
  22098. },
  22099. },
  22100. [
  22101. {
  22102. name: "Wolf-sized",
  22103. height: math.unit(1.44, "meters")
  22104. },
  22105. {
  22106. name: "Normal",
  22107. height: math.unit(5.05, "meters"),
  22108. default: true
  22109. },
  22110. {
  22111. name: "Big",
  22112. height: math.unit(14.4, "meters")
  22113. },
  22114. {
  22115. name: "Huge",
  22116. height: math.unit(144, "meters")
  22117. },
  22118. ]
  22119. ))
  22120. characterMakers.push(() => makeCharacter(
  22121. { name: "Hind" },
  22122. {
  22123. front: {
  22124. height: math.unit(7, "feet"),
  22125. weight: math.unit(425, "lb"),
  22126. name: "Front",
  22127. image: {
  22128. source: "./media/characters/hind/front.svg",
  22129. extra: 2091/1860,
  22130. bottom: 129/2220
  22131. }
  22132. },
  22133. back: {
  22134. height: math.unit(7, "feet"),
  22135. weight: math.unit(425, "lb"),
  22136. name: "Back",
  22137. image: {
  22138. source: "./media/characters/hind/back.svg",
  22139. extra: 2091/1860,
  22140. bottom: 24.6/2309
  22141. }
  22142. },
  22143. tail: {
  22144. height: math.unit(2.8, "feet"),
  22145. name: "Tail",
  22146. image: {
  22147. source: "./media/characters/hind/tail.svg"
  22148. }
  22149. },
  22150. head: {
  22151. height: math.unit(2.55, "feet"),
  22152. name: "Head",
  22153. image: {
  22154. source: "./media/characters/hind/head.svg"
  22155. }
  22156. },
  22157. },
  22158. [
  22159. {
  22160. name: "XS",
  22161. height: math.unit(0.7, "feet")
  22162. },
  22163. {
  22164. name: "Normal",
  22165. height: math.unit(7, "feet"),
  22166. default: true
  22167. },
  22168. {
  22169. name: "XL",
  22170. height: math.unit(70, "feet")
  22171. },
  22172. ]
  22173. ))
  22174. characterMakers.push(() => makeCharacter(
  22175. { name: "Dylan (Skaven)" },
  22176. {
  22177. front: {
  22178. height: math.unit(6, "feet"),
  22179. weight: math.unit(150, "lb"),
  22180. name: "Front",
  22181. image: {
  22182. source: "./media/characters/dylan-skaven/front.svg",
  22183. extra: 2318/2063,
  22184. bottom: 93.4/2410
  22185. }
  22186. },
  22187. },
  22188. [
  22189. {
  22190. name: "Nano",
  22191. height: math.unit(1, "mm")
  22192. },
  22193. {
  22194. name: "Micro",
  22195. height: math.unit(1, "cm")
  22196. },
  22197. {
  22198. name: "Normal",
  22199. height: math.unit(2.1, "meters"),
  22200. default: true
  22201. },
  22202. ]
  22203. ))
  22204. characterMakers.push(() => makeCharacter(
  22205. { name: "Solex Draconov", species: "Drasune" },
  22206. {
  22207. front: {
  22208. height: math.unit(7 + 5/12, "feet"),
  22209. weight: math.unit(357, "lb"),
  22210. name: "Front",
  22211. image: {
  22212. source: "./media/characters/solex-draconov/front.svg",
  22213. extra: 1993/1865,
  22214. bottom: 117/2111
  22215. }
  22216. },
  22217. },
  22218. [
  22219. {
  22220. name: "Natural Height",
  22221. height: math.unit(7 + 5/12, "feet"),
  22222. default: true
  22223. },
  22224. {
  22225. name: "Macro",
  22226. height: math.unit(350, "feet")
  22227. },
  22228. {
  22229. name: "Macro+",
  22230. height: math.unit(1000, "feet")
  22231. },
  22232. {
  22233. name: "Megamacro",
  22234. height: math.unit(20, "km")
  22235. },
  22236. {
  22237. name: "Megamacro+",
  22238. height: math.unit(1000, "km")
  22239. },
  22240. {
  22241. name: "Gigamacro",
  22242. height: math.unit(2.5, "Gm")
  22243. },
  22244. {
  22245. name: "Teramacro",
  22246. height: math.unit(15, "Tm")
  22247. },
  22248. {
  22249. name: "Galactic",
  22250. height: math.unit(30, "Zm")
  22251. },
  22252. {
  22253. name: "Universal",
  22254. height: math.unit(21000, "Ym")
  22255. },
  22256. {
  22257. name: "Omniversal",
  22258. height: math.unit(9.861e50, "Ym")
  22259. },
  22260. {
  22261. name: "Existential",
  22262. height: math.unit(1e300, "meters")
  22263. },
  22264. ]
  22265. ))
  22266. characterMakers.push(() => makeCharacter(
  22267. { name: "Mandarax" },
  22268. {
  22269. side: {
  22270. height: math.unit(25, "feet"),
  22271. weight: math.unit(90000, "lb"),
  22272. name: "Side",
  22273. image: {
  22274. source: "./media/characters/mandarax/side.svg",
  22275. extra: 614/332,
  22276. bottom: 55/630
  22277. }
  22278. },
  22279. head: {
  22280. height: math.unit(11.4, "feet"),
  22281. name: "Head",
  22282. image: {
  22283. source: "./media/characters/mandarax/head.svg"
  22284. }
  22285. },
  22286. belly: {
  22287. height: math.unit(33, "feet"),
  22288. name: "Belly",
  22289. image: {
  22290. source: "./media/characters/mandarax/belly.svg"
  22291. }
  22292. },
  22293. dick: {
  22294. height: math.unit(8.46, "feet"),
  22295. name: "Dick",
  22296. image: {
  22297. source: "./media/characters/mandarax/dick.svg"
  22298. }
  22299. },
  22300. top: {
  22301. height: math.unit(28, "meters"),
  22302. name: "Top",
  22303. image: {
  22304. source: "./media/characters/mandarax/top.svg"
  22305. }
  22306. },
  22307. },
  22308. [
  22309. {
  22310. name: "Normal",
  22311. height: math.unit(25, "feet"),
  22312. default: true
  22313. },
  22314. ]
  22315. ))
  22316. //characters
  22317. function makeCharacters() {
  22318. const results = [];
  22319. characterMakers.forEach(character => {
  22320. results.push(character());
  22321. });
  22322. return results;
  22323. }