less copy protection, more size visualization
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20732 lines
494 KiB

  1. const characterMakers = [];
  2. function makeCharacter(info, viewInfo, defaultSizes) {
  3. views = {};
  4. Object.entries(viewInfo).forEach(([key, value]) => {
  5. views[key] = {
  6. attributes: {
  7. height: {
  8. name: "Height",
  9. power: 1,
  10. type: "length",
  11. base: value.height
  12. }
  13. },
  14. image: value.image,
  15. name: value.name,
  16. info: value.info,
  17. rename: value.rename
  18. }
  19. if (value.weight) {
  20. views[key].attributes.weight = {
  21. name: "Mass",
  22. power: 3,
  23. type: "mass",
  24. base: value.weight
  25. };
  26. }
  27. });
  28. return createEntityMaker(info, views, defaultSizes);
  29. }
  30. characterMakers.push(() => makeCharacter(
  31. {
  32. name: "Fen",
  33. species: "Crux",
  34. description: {
  35. title: "Bio",
  36. text: "Very furry. Sheds on everything."
  37. }
  38. },
  39. {
  40. back: {
  41. height: math.unit(2.2428, "meter"),
  42. weight: math.unit(124.738, "kg"),
  43. name: "Back",
  44. image: {
  45. source: "./media/characters/fen/back.svg",
  46. extra: 1025 / 935,
  47. bottom: 0.01
  48. },
  49. info: {
  50. description: {
  51. mode: "append",
  52. text: "\n\nHe is not currently looking at you."
  53. }
  54. }
  55. },
  56. full: {
  57. height: math.unit(1.34, "meter"),
  58. weight: math.unit(225, "kg"),
  59. name: "Full",
  60. image: {
  61. source: "./media/characters/fen/full.svg"
  62. },
  63. info: {
  64. description: {
  65. mode: "append",
  66. text: "\n\nMunch."
  67. }
  68. }
  69. },
  70. kneeling: {
  71. height: math.unit(5.4, "feet"),
  72. weight: math.unit(124.738, "kg"),
  73. name: "Kneeling",
  74. image: {
  75. source: "./media/characters/fen/kneeling.svg",
  76. extra: 563 / 507
  77. }
  78. },
  79. },
  80. [
  81. {
  82. name: "Normal",
  83. height: math.unit(2.2428, "meter")
  84. },
  85. {
  86. name: "Big",
  87. height: math.unit(12, "feet")
  88. },
  89. {
  90. name: "Minimacro",
  91. height: math.unit(30, "meter"),
  92. default: true,
  93. info: {
  94. description: {
  95. mode: "append",
  96. text: "\n\nTOO DAMN BIG"
  97. }
  98. }
  99. },
  100. {
  101. name: "Macro",
  102. height: math.unit(100, "meter"),
  103. info: {
  104. description: {
  105. mode: "append",
  106. text: "\n\nTOO DAMN BIG"
  107. }
  108. }
  109. },
  110. {
  111. name: "Macro+",
  112. height: math.unit(1000, "meter")
  113. },
  114. {
  115. name: "Megamacro",
  116. height: math.unit(10, "miles")
  117. }
  118. ]
  119. ))
  120. characterMakers.push(() => makeCharacter(
  121. { name: "Sofia Fluttertail" },
  122. {
  123. front: {
  124. height: math.unit(183, "cm"),
  125. weight: math.unit(80, "kg"),
  126. name: "Front",
  127. image: {
  128. source: "./media/characters/sofia-fluttertail/front.svg",
  129. bottom: 0.01,
  130. extra: 2154 / 2081
  131. }
  132. },
  133. frontAlt: {
  134. height: math.unit(183, "cm"),
  135. weight: math.unit(80, "kg"),
  136. name: "Front (alt)",
  137. image: {
  138. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  139. }
  140. },
  141. back: {
  142. height: math.unit(183, "cm"),
  143. weight: math.unit(80, "kg"),
  144. name: "Back",
  145. image: {
  146. source: "./media/characters/sofia-fluttertail/back.svg"
  147. }
  148. },
  149. kneeling: {
  150. height: math.unit(125, "cm"),
  151. weight: math.unit(80, "kg"),
  152. name: "Kneeling",
  153. image: {
  154. source: "./media/characters/sofia-fluttertail/kneeling.svg",
  155. extra: 1033/977,
  156. bottom: 23.7/1057
  157. }
  158. },
  159. maw: {
  160. height: math.unit(183 / 5, "cm"),
  161. name: "Maw",
  162. image: {
  163. source: "./media/characters/sofia-fluttertail/maw.svg"
  164. }
  165. },
  166. mawcloseup: {
  167. height: math.unit(183 / 5 * 0.41, "cm"),
  168. name: "Maw (Closeup)",
  169. image: {
  170. source: "./media/characters/sofia-fluttertail/maw-closeup.svg"
  171. }
  172. },
  173. },
  174. [
  175. {
  176. name: "Normal",
  177. height: math.unit(1.83, "meter")
  178. },
  179. {
  180. name: "50 Foot Collie",
  181. height: math.unit(50, "feet")
  182. },
  183. {
  184. name: "Macro",
  185. height: math.unit(96, "feet"),
  186. default: true
  187. },
  188. {
  189. name: "Megamerger",
  190. height: math.unit(650, "feet")
  191. },
  192. ]
  193. ))
  194. characterMakers.push(() => makeCharacter(
  195. { name: "March" },
  196. {
  197. front: {
  198. height: math.unit(7, "feet"),
  199. weight: math.unit(100, "kg"),
  200. name: "Front",
  201. image: {
  202. source: "./media/characters/march/front.svg",
  203. extra: 1,
  204. bottom: 0.015
  205. }
  206. },
  207. foot: {
  208. height: math.unit(0.9, "feet"),
  209. name: "Foot",
  210. image: {
  211. source: "./media/characters/march/foot.svg"
  212. }
  213. },
  214. },
  215. [
  216. {
  217. name: "Normal",
  218. height: math.unit(7.9, "feet")
  219. },
  220. {
  221. name: "Macro",
  222. height: math.unit(220, "meters")
  223. },
  224. {
  225. name: "Megamacro",
  226. height: math.unit(2.98, "km"),
  227. default: true
  228. },
  229. {
  230. name: "Gigamacro",
  231. height: math.unit(15963, "km")
  232. },
  233. {
  234. name: "Teramacro",
  235. height: math.unit(2980000000, "km")
  236. },
  237. {
  238. name: "Examacro",
  239. height: math.unit(250, "parsecs")
  240. },
  241. ]
  242. ))
  243. characterMakers.push(() => makeCharacter(
  244. { name: "Noir" },
  245. {
  246. front: {
  247. height: math.unit(6, "feet"),
  248. weight: math.unit(60, "kg"),
  249. name: "Front",
  250. image: {
  251. source: "./media/characters/noir/front.svg",
  252. extra: 1,
  253. bottom: 0.032
  254. }
  255. },
  256. },
  257. [
  258. {
  259. name: "Normal",
  260. height: math.unit(6.6, "feet")
  261. },
  262. {
  263. name: "Macro",
  264. height: math.unit(500, "feet")
  265. },
  266. {
  267. name: "Megamacro",
  268. height: math.unit(2.5, "km"),
  269. default: true
  270. },
  271. {
  272. name: "Gigamacro",
  273. height: math.unit(22500, "km")
  274. },
  275. {
  276. name: "Teramacro",
  277. height: math.unit(2500000000, "km")
  278. },
  279. {
  280. name: "Examacro",
  281. height: math.unit(200, "parsecs")
  282. },
  283. ]
  284. ))
  285. characterMakers.push(() => makeCharacter(
  286. { name: "Okuri" },
  287. {
  288. front: {
  289. height: math.unit(7, "feet"),
  290. weight: math.unit(100, "kg"),
  291. name: "Front",
  292. image: {
  293. source: "./media/characters/okuri/front.svg",
  294. extra: 1,
  295. bottom: 0.037
  296. }
  297. },
  298. back: {
  299. height: math.unit(7, "feet"),
  300. weight: math.unit(100, "kg"),
  301. name: "Back",
  302. image: {
  303. source: "./media/characters/okuri/back.svg",
  304. extra: 1,
  305. bottom: 0.007
  306. }
  307. },
  308. },
  309. [
  310. {
  311. name: "Megamacro",
  312. height: math.unit(100, "miles"),
  313. default: true
  314. },
  315. ]
  316. ))
  317. characterMakers.push(() => makeCharacter(
  318. { name: "Manny" },
  319. {
  320. front: {
  321. height: math.unit(7, "feet"),
  322. weight: math.unit(100, "kg"),
  323. name: "Front",
  324. image: {
  325. source: "./media/characters/manny/front.svg",
  326. extra: 1,
  327. bottom: 0.06
  328. }
  329. },
  330. back: {
  331. height: math.unit(7, "feet"),
  332. weight: math.unit(100, "kg"),
  333. name: "Back",
  334. image: {
  335. source: "./media/characters/manny/back.svg",
  336. extra: 1,
  337. bottom: 0.014
  338. }
  339. },
  340. },
  341. [
  342. {
  343. name: "Normal",
  344. height: math.unit(7, "feet"),
  345. },
  346. {
  347. name: "Macro",
  348. height: math.unit(78, "feet"),
  349. default: true
  350. },
  351. {
  352. name: "Macro+",
  353. height: math.unit(300, "meters")
  354. },
  355. {
  356. name: "Macro++",
  357. height: math.unit(2400, "meters")
  358. },
  359. {
  360. name: "Megamacro",
  361. height: math.unit(5167, "meters")
  362. },
  363. {
  364. name: "Gigamacro",
  365. height: math.unit(41769, "miles")
  366. },
  367. ]
  368. ))
  369. characterMakers.push(() => makeCharacter(
  370. { name: "Adake" },
  371. {
  372. front: {
  373. height: math.unit(7, "feet"),
  374. weight: math.unit(100, "kg"),
  375. name: "Front",
  376. image: {
  377. source: "./media/characters/adake/front-1.svg"
  378. }
  379. },
  380. frontAlt: {
  381. height: math.unit(7, "feet"),
  382. weight: math.unit(100, "kg"),
  383. name: "Front (Alt)",
  384. image: {
  385. source: "./media/characters/adake/front-2.svg",
  386. extra: 1,
  387. bottom: 0.01
  388. }
  389. },
  390. back: {
  391. height: math.unit(7, "feet"),
  392. weight: math.unit(100, "kg"),
  393. name: "Back",
  394. image: {
  395. source: "./media/characters/adake/back.svg",
  396. }
  397. },
  398. kneel: {
  399. height: math.unit(5.385, "feet"),
  400. weight: math.unit(100, "kg"),
  401. name: "Kneeling",
  402. image: {
  403. source: "./media/characters/adake/kneel.svg",
  404. bottom: 0.052
  405. }
  406. },
  407. },
  408. [
  409. {
  410. name: "Normal",
  411. height: math.unit(7, "feet"),
  412. },
  413. {
  414. name: "Macro",
  415. height: math.unit(78, "feet"),
  416. default: true
  417. },
  418. {
  419. name: "Macro+",
  420. height: math.unit(300, "meters")
  421. },
  422. {
  423. name: "Macro++",
  424. height: math.unit(2400, "meters")
  425. },
  426. {
  427. name: "Megamacro",
  428. height: math.unit(5167, "meters")
  429. },
  430. {
  431. name: "Gigamacro",
  432. height: math.unit(41769, "miles")
  433. },
  434. ]
  435. ))
  436. characterMakers.push(() => makeCharacter(
  437. { name: "Elijah" },
  438. {
  439. front: {
  440. height: math.unit(1.65, "meters"),
  441. weight: math.unit(50, "kg"),
  442. name: "Front",
  443. image: {
  444. source: "./media/characters/elijah/front.svg",
  445. extra: 639 / 626,
  446. bottom: 58.7 / 697.8
  447. }
  448. },
  449. side: {
  450. height: math.unit(1.65, "meters"),
  451. weight: math.unit(50, "kg"),
  452. name: "Side",
  453. image: {
  454. source: "./media/characters/elijah/side.svg",
  455. extra: 1840 / 1795,
  456. bottom: 106 / 1943
  457. }
  458. },
  459. back: {
  460. height: math.unit(1.65, "meters"),
  461. weight: math.unit(50, "kg"),
  462. name: "Back",
  463. image: {
  464. source: "./media/characters/elijah/back.svg",
  465. extra: 661.2 / 639.5,
  466. bottom: 21.2 / 682.5
  467. }
  468. },
  469. foot: {
  470. height: math.unit(1.4, "feet"),
  471. name: "Foot",
  472. image: {
  473. source: "./media/characters/elijah/foot.svg"
  474. }
  475. },
  476. footFlexing: {
  477. height: math.unit(1.243, "feet"),
  478. name: "Foot (Flexing)",
  479. image: {
  480. source: "./media/characters/elijah/foot-flexing.svg"
  481. }
  482. },
  483. footStepping: {
  484. height: math.unit(1.3, "feet"),
  485. name: "Foot (Stepping)",
  486. image: {
  487. source: "./media/characters/elijah/foot-stepping.svg"
  488. }
  489. },
  490. beak: {
  491. height: math.unit(0.666, "feet"),
  492. name: "Beak",
  493. image: {
  494. source: "./media/characters/elijah/beak.svg"
  495. }
  496. },
  497. dick: {
  498. height: math.unit(0.85, "feet"),
  499. name: "Dick",
  500. image: {
  501. source: "./media/characters/elijah/dick.svg"
  502. }
  503. },
  504. },
  505. [
  506. {
  507. name: "Normal",
  508. height: math.unit(1.65, "meters")
  509. },
  510. {
  511. name: "Macro",
  512. height: math.unit(55, "meters"),
  513. default: true
  514. },
  515. {
  516. name: "Macro+",
  517. height: math.unit(105, "meters")
  518. },
  519. ]
  520. ))
  521. characterMakers.push(() => makeCharacter(
  522. { name: "Rai" },
  523. {
  524. front: {
  525. height: math.unit(11, "feet"),
  526. weight: math.unit(80, "kg"),
  527. name: "Front",
  528. image: {
  529. source: "./media/characters/rai/front.svg",
  530. extra: 1,
  531. bottom: 0.03
  532. }
  533. },
  534. side: {
  535. height: math.unit(11, "feet"),
  536. weight: math.unit(80, "kg"),
  537. name: "Side",
  538. image: {
  539. source: "./media/characters/rai/side.svg"
  540. }
  541. },
  542. back: {
  543. height: math.unit(11, "feet"),
  544. weight: math.unit(80, "lb"),
  545. name: "Back",
  546. image: {
  547. source: "./media/characters/rai/back.svg",
  548. extra: 1,
  549. bottom: 0.01
  550. }
  551. },
  552. feral: {
  553. height: math.unit(11, "feet"),
  554. weight: math.unit(800, "lb"),
  555. name: "Feral",
  556. image: {
  557. source: "./media/characters/rai/feral.svg",
  558. extra: 1050 / 659,
  559. bottom: 0.07
  560. }
  561. },
  562. maw: {
  563. height: math.unit(6 / 3.81416, "feet"),
  564. name: "Maw",
  565. image: {
  566. source: "./media/characters/rai/maw.svg"
  567. }
  568. },
  569. },
  570. [
  571. {
  572. name: "Normal",
  573. height: math.unit(11, "feet")
  574. },
  575. {
  576. name: "Macro",
  577. height: math.unit(302, "feet"),
  578. default: true
  579. },
  580. ]
  581. ))
  582. characterMakers.push(() => makeCharacter(
  583. { name: "Jazzy" },
  584. {
  585. front: {
  586. height: math.unit(7, "feet"),
  587. weight: math.unit(80, "kg"),
  588. name: "Front",
  589. image: {
  590. source: "./media/characters/jazzy/front.svg",
  591. extra: 1,
  592. bottom: 0.01
  593. }
  594. },
  595. back: {
  596. height: math.unit(7, "feet"),
  597. weight: math.unit(80, "kg"),
  598. name: "Back",
  599. image: {
  600. source: "./media/characters/jazzy/back.svg",
  601. extra: 1,
  602. bottom: 0.01
  603. }
  604. },
  605. },
  606. [
  607. {
  608. name: "Macro",
  609. height: math.unit(216, "feet"),
  610. default: true
  611. },
  612. ]
  613. ))
  614. characterMakers.push(() => makeCharacter(
  615. { name: "Flamm" },
  616. {
  617. front: {
  618. height: math.unit(7, "feet"),
  619. weight: math.unit(80, "kg"),
  620. name: "Front",
  621. image: {
  622. source: "./media/characters/flamm/front.svg",
  623. extra: 1794 / 1677,
  624. bottom: 31.7 / 1828.5
  625. }
  626. },
  627. },
  628. [
  629. {
  630. name: "Normal",
  631. height: math.unit(9.5, "feet")
  632. },
  633. {
  634. name: "Macro",
  635. height: math.unit(200, "feet"),
  636. default: true
  637. },
  638. ]
  639. ))
  640. characterMakers.push(() => makeCharacter(
  641. { name: "Zephiro" },
  642. {
  643. front: {
  644. height: math.unit(7, "feet"),
  645. weight: math.unit(80, "kg"),
  646. name: "Front",
  647. image: {
  648. source: "./media/characters/zephiro/front.svg",
  649. extra: 2309 / 2162,
  650. bottom: 0.069
  651. }
  652. },
  653. side: {
  654. height: math.unit(7, "feet"),
  655. weight: math.unit(80, "kg"),
  656. name: "Side",
  657. image: {
  658. source: "./media/characters/zephiro/side.svg",
  659. extra: 2403 / 2279,
  660. bottom: 0.015
  661. }
  662. },
  663. back: {
  664. height: math.unit(7, "feet"),
  665. weight: math.unit(80, "kg"),
  666. name: "Back",
  667. image: {
  668. source: "./media/characters/zephiro/back.svg",
  669. extra: 2373 / 2244,
  670. bottom: 0.013
  671. }
  672. },
  673. },
  674. [
  675. {
  676. name: "Micro",
  677. height: math.unit(3, "inches")
  678. },
  679. {
  680. name: "Normal",
  681. height: math.unit(5 + 3 / 12, "feet"),
  682. default: true
  683. },
  684. {
  685. name: "Macro",
  686. height: math.unit(118, "feet")
  687. },
  688. ]
  689. ))
  690. characterMakers.push(() => makeCharacter(
  691. { name: "Fory" },
  692. {
  693. front: {
  694. height: math.unit(5, "feet"),
  695. weight: math.unit(90, "kg"),
  696. name: "Front",
  697. image: {
  698. source: "./media/characters/fory/front.svg",
  699. extra: 2862 / 2674,
  700. bottom: 180 / 3043.8
  701. }
  702. },
  703. back: {
  704. height: math.unit(5, "feet"),
  705. weight: math.unit(90, "kg"),
  706. name: "Back",
  707. image: {
  708. source: "./media/characters/fory/back.svg",
  709. extra: 2962 / 2791,
  710. bottom: 106 / 3071.8
  711. }
  712. },
  713. foot: {
  714. height: math.unit(2.14, "feet"),
  715. name: "Foot",
  716. image: {
  717. source: "./media/characters/fory/foot.svg"
  718. }
  719. },
  720. },
  721. [
  722. {
  723. name: "Normal",
  724. height: math.unit(5, "feet")
  725. },
  726. {
  727. name: "Macro",
  728. height: math.unit(50, "feet"),
  729. default: true
  730. },
  731. {
  732. name: "Megamacro",
  733. height: math.unit(10, "miles")
  734. },
  735. {
  736. name: "Gigamacro",
  737. height: math.unit(5, "earths")
  738. },
  739. ]
  740. ))
  741. characterMakers.push(() => makeCharacter(
  742. { name: "Kurrikage" },
  743. {
  744. front: {
  745. height: math.unit(7, "feet"),
  746. weight: math.unit(90, "kg"),
  747. name: "Front",
  748. image: {
  749. source: "./media/characters/kurrikage/front.svg",
  750. extra: 1,
  751. bottom: 0.035
  752. }
  753. },
  754. back: {
  755. height: math.unit(7, "feet"),
  756. weight: math.unit(90, "lb"),
  757. name: "Back",
  758. image: {
  759. source: "./media/characters/kurrikage/back.svg"
  760. }
  761. },
  762. paw: {
  763. height: math.unit(1.5, "feet"),
  764. name: "Paw",
  765. image: {
  766. source: "./media/characters/kurrikage/paw.svg"
  767. }
  768. },
  769. staff: {
  770. height: math.unit(6.7, "feet"),
  771. name: "Staff",
  772. image: {
  773. source: "./media/characters/kurrikage/staff.svg"
  774. }
  775. },
  776. peek: {
  777. height: math.unit(1.05, "feet"),
  778. name: "Peeking",
  779. image: {
  780. source: "./media/characters/kurrikage/peek.svg",
  781. bottom: 0.08
  782. }
  783. },
  784. },
  785. [
  786. {
  787. name: "Normal",
  788. height: math.unit(12, "feet"),
  789. default: true
  790. },
  791. {
  792. name: "Big",
  793. height: math.unit(20, "feet")
  794. },
  795. {
  796. name: "Macro",
  797. height: math.unit(500, "feet")
  798. },
  799. {
  800. name: "Megamacro",
  801. height: math.unit(20, "miles")
  802. },
  803. ]
  804. ))
  805. characterMakers.push(() => makeCharacter(
  806. { name: "Shingo" },
  807. {
  808. front: {
  809. height: math.unit(6, "feet"),
  810. weight: math.unit(75, "kg"),
  811. name: "Front",
  812. image: {
  813. source: "./media/characters/shingo/front.svg",
  814. extra: 3511 / 3338,
  815. bottom: 0.005
  816. }
  817. },
  818. },
  819. [
  820. {
  821. name: "Micro",
  822. height: math.unit(4, "inches")
  823. },
  824. {
  825. name: "Normal",
  826. height: math.unit(6, "feet"),
  827. default: true
  828. },
  829. {
  830. name: "Macro",
  831. height: math.unit(108, "feet")
  832. }
  833. ]
  834. ))
  835. characterMakers.push(() => makeCharacter(
  836. { name: "Aigey" },
  837. {
  838. side: {
  839. height: math.unit(6, "feet"),
  840. weight: math.unit(75, "kg"),
  841. name: "Side",
  842. image: {
  843. source: "./media/characters/aigey/side.svg"
  844. }
  845. },
  846. },
  847. [
  848. {
  849. name: "Macro",
  850. height: math.unit(200, "feet"),
  851. default: true
  852. },
  853. {
  854. name: "Megamacro",
  855. height: math.unit(100, "miles")
  856. },
  857. ]
  858. )
  859. )
  860. characterMakers.push(() => makeCharacter(
  861. { name: "Natasha" },
  862. {
  863. front: {
  864. height: math.unit(5 + 5 / 12, "feet"),
  865. weight: math.unit(75, "kg"),
  866. name: "Front",
  867. image: {
  868. source: "./media/characters/natasha/front.svg",
  869. extra: 859/824,
  870. bottom: 23/879.6
  871. }
  872. },
  873. frontNsfw: {
  874. height: math.unit(5 + 5 / 12, "feet"),
  875. weight: math.unit(75, "kg"),
  876. name: "Front (NSFW)",
  877. image: {
  878. source: "./media/characters/natasha/front-nsfw.svg",
  879. extra: 859/824,
  880. bottom: 23/879.6
  881. }
  882. },
  883. frontErect: {
  884. height: math.unit(5 + 5 / 12, "feet"),
  885. weight: math.unit(75, "kg"),
  886. name: "Front (Erect)",
  887. image: {
  888. source: "./media/characters/natasha/front-erect.svg",
  889. extra: 859/824,
  890. bottom: 23/879.6
  891. }
  892. },
  893. back: {
  894. height: math.unit(5 + 5 / 12, "feet"),
  895. weight: math.unit(75, "kg"),
  896. name: "Back",
  897. image: {
  898. source: "./media/characters/natasha/back.svg",
  899. extra: 887.9/852.6,
  900. bottom: 9.7/896.4
  901. }
  902. },
  903. backAlt: {
  904. height: math.unit(5 + 5 / 12, "feet"),
  905. weight: math.unit(75, "kg"),
  906. name: "Back (Alt)",
  907. image: {
  908. source: "./media/characters/natasha/back-alt.svg",
  909. extra: 1236.7/1192,
  910. bottom: 22.3/1258.2
  911. }
  912. },
  913. dick: {
  914. height: math.unit(1.772, "feet"),
  915. name: "Dick",
  916. image: {
  917. source: "./media/characters/natasha/dick.svg"
  918. }
  919. },
  920. },
  921. [
  922. {
  923. name: "Normal",
  924. height: math.unit(5 + 5 / 12, "feet")
  925. },
  926. {
  927. name: "Large",
  928. height: math.unit(12, "feet")
  929. },
  930. {
  931. name: "Macro",
  932. height: math.unit(100, "feet"),
  933. default: true
  934. },
  935. {
  936. name: "Macro+",
  937. height: math.unit(260, "feet")
  938. },
  939. {
  940. name: "Macro++",
  941. height: math.unit(1, "mile")
  942. },
  943. ]
  944. ))
  945. characterMakers.push(() => makeCharacter(
  946. { name: "Malik" },
  947. {
  948. front: {
  949. height: math.unit(6, "feet"),
  950. weight: math.unit(75, "kg"),
  951. name: "Front",
  952. image: {
  953. source: "./media/characters/malik/front.svg"
  954. }
  955. },
  956. side: {
  957. height: math.unit(6, "feet"),
  958. weight: math.unit(75, "kg"),
  959. name: "Side",
  960. image: {
  961. source: "./media/characters/malik/side.svg",
  962. extra: 1.1539
  963. }
  964. },
  965. back: {
  966. height: math.unit(6, "feet"),
  967. weight: math.unit(75, "kg"),
  968. name: "Back",
  969. image: {
  970. source: "./media/characters/malik/back.svg"
  971. }
  972. },
  973. },
  974. [
  975. {
  976. name: "Macro",
  977. height: math.unit(156, "feet"),
  978. default: true
  979. },
  980. {
  981. name: "Macro+",
  982. height: math.unit(1188, "feet")
  983. },
  984. ]
  985. ))
  986. characterMakers.push(() => makeCharacter(
  987. { name: "Sefer" },
  988. {
  989. front: {
  990. height: math.unit(6, "feet"),
  991. weight: math.unit(75, "kg"),
  992. name: "Front",
  993. image: {
  994. source: "./media/characters/sefer/front.svg"
  995. }
  996. },
  997. back: {
  998. height: math.unit(6, "feet"),
  999. weight: math.unit(75, "kg"),
  1000. name: "Back",
  1001. image: {
  1002. source: "./media/characters/sefer/back.svg"
  1003. }
  1004. },
  1005. },
  1006. [
  1007. {
  1008. name: "Normal",
  1009. height: math.unit(6, "feet"),
  1010. default: true
  1011. },
  1012. ]
  1013. ))
  1014. characterMakers.push(() => makeCharacter(
  1015. { name: "North" },
  1016. {
  1017. body: {
  1018. height: math.unit(2.2428, "meter"),
  1019. weight: math.unit(124.738, "kg"),
  1020. name: "Body",
  1021. image: {
  1022. extra: 1225 / 1050,
  1023. source: "./media/characters/north/front.svg"
  1024. }
  1025. }
  1026. },
  1027. [
  1028. {
  1029. name: "Micro",
  1030. height: math.unit(4, "inches")
  1031. },
  1032. {
  1033. name: "Macro",
  1034. height: math.unit(63, "meters")
  1035. },
  1036. {
  1037. name: "Megamacro",
  1038. height: math.unit(101, "miles"),
  1039. default: true
  1040. }
  1041. ]
  1042. ))
  1043. characterMakers.push(() => makeCharacter(
  1044. { name: "Talan" },
  1045. {
  1046. angled: {
  1047. height: math.unit(4, "meter"),
  1048. weight: math.unit(150, "kg"),
  1049. name: "Angled",
  1050. image: {
  1051. source: "./media/characters/talan/angled-sfw.svg",
  1052. bottom: 29 / 3734
  1053. }
  1054. },
  1055. angledNsfw: {
  1056. height: math.unit(4, "meter"),
  1057. weight: math.unit(150, "kg"),
  1058. name: "Angled (NSFW)",
  1059. image: {
  1060. source: "./media/characters/talan/angled-nsfw.svg",
  1061. bottom: 29 / 3734
  1062. }
  1063. },
  1064. frontNsfw: {
  1065. height: math.unit(4, "meter"),
  1066. weight: math.unit(150, "kg"),
  1067. name: "Front (NSFW)",
  1068. image: {
  1069. source: "./media/characters/talan/front-nsfw.svg",
  1070. bottom: 29 / 3734
  1071. }
  1072. },
  1073. sideNsfw: {
  1074. height: math.unit(4, "meter"),
  1075. weight: math.unit(150, "kg"),
  1076. name: "Side (NSFW)",
  1077. image: {
  1078. source: "./media/characters/talan/side-nsfw.svg",
  1079. bottom: 29 / 3734
  1080. }
  1081. },
  1082. back: {
  1083. height: math.unit(4, "meter"),
  1084. weight: math.unit(150, "kg"),
  1085. name: "Back",
  1086. image: {
  1087. source: "./media/characters/talan/back.svg"
  1088. }
  1089. },
  1090. dickBottom: {
  1091. height: math.unit(0.621, "meter"),
  1092. name: "Dick (Bottom)",
  1093. image: {
  1094. source: "./media/characters/talan/dick-bottom.svg"
  1095. }
  1096. },
  1097. dickTop: {
  1098. height: math.unit(0.621, "meter"),
  1099. name: "Dick (Top)",
  1100. image: {
  1101. source: "./media/characters/talan/dick-top.svg"
  1102. }
  1103. },
  1104. dickSide: {
  1105. height: math.unit(0.305, "meter"),
  1106. name: "Dick (Side)",
  1107. image: {
  1108. source: "./media/characters/talan/dick-side.svg"
  1109. }
  1110. },
  1111. dickFront: {
  1112. height: math.unit(0.305, "meter"),
  1113. name: "Dick (Front)",
  1114. image: {
  1115. source: "./media/characters/talan/dick-front.svg"
  1116. }
  1117. },
  1118. },
  1119. [
  1120. {
  1121. name: "Normal",
  1122. height: math.unit(4, "meters")
  1123. },
  1124. {
  1125. name: "Macro",
  1126. height: math.unit(100, "meters")
  1127. },
  1128. {
  1129. name: "Megamacro",
  1130. height: math.unit(2, "miles"),
  1131. default: true
  1132. },
  1133. {
  1134. name: "Gigamacro",
  1135. height: math.unit(5000, "miles")
  1136. },
  1137. {
  1138. name: "Teramacro",
  1139. height: math.unit(100, "parsecs")
  1140. }
  1141. ]
  1142. ))
  1143. characterMakers.push(() => makeCharacter(
  1144. { name: "Gael'Rathus" },
  1145. {
  1146. front: {
  1147. height: math.unit(2, "meter"),
  1148. weight: math.unit(90, "kg"),
  1149. name: "Front",
  1150. image: {
  1151. source: "./media/characters/gael'rathus/front.svg"
  1152. }
  1153. },
  1154. frontAlt: {
  1155. height: math.unit(2, "meter"),
  1156. weight: math.unit(90, "kg"),
  1157. name: "Front (alt)",
  1158. image: {
  1159. source: "./media/characters/gael'rathus/front-alt.svg"
  1160. }
  1161. },
  1162. frontAlt2: {
  1163. height: math.unit(2, "meter"),
  1164. weight: math.unit(90, "kg"),
  1165. name: "Front (alt 2)",
  1166. image: {
  1167. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1168. }
  1169. }
  1170. },
  1171. [
  1172. {
  1173. name: "Normal",
  1174. height: math.unit(9, "feet"),
  1175. default: true
  1176. },
  1177. {
  1178. name: "Large",
  1179. height: math.unit(25, "feet")
  1180. },
  1181. {
  1182. name: "Macro",
  1183. height: math.unit(0.25, "miles")
  1184. },
  1185. {
  1186. name: "Megamacro",
  1187. height: math.unit(10, "miles")
  1188. }
  1189. ]
  1190. ))
  1191. characterMakers.push(() => makeCharacter(
  1192. { name: "Sosha" },
  1193. {
  1194. side: {
  1195. height: math.unit(2, "meter"),
  1196. weight: math.unit(140, "kg"),
  1197. name: "Side",
  1198. image: {
  1199. source: "./media/characters/sosha/side.svg",
  1200. bottom: 0.042
  1201. }
  1202. },
  1203. },
  1204. [
  1205. {
  1206. name: "Normal",
  1207. height: math.unit(12, "feet"),
  1208. default: true
  1209. }
  1210. ]
  1211. ))
  1212. characterMakers.push(() => makeCharacter(
  1213. { name: "RuNNoLa" },
  1214. {
  1215. side: {
  1216. height: math.unit(5 + 5 / 12, "feet"),
  1217. weight: math.unit(170, "kg"),
  1218. name: "Side",
  1219. image: {
  1220. source: "./media/characters/runnola/side.svg",
  1221. extra: 741 / 448,
  1222. bottom: 0.05
  1223. }
  1224. },
  1225. },
  1226. [
  1227. {
  1228. name: "Small",
  1229. height: math.unit(3, "feet")
  1230. },
  1231. {
  1232. name: "Normal",
  1233. height: math.unit(5 + 5 / 12, "feet"),
  1234. default: true
  1235. },
  1236. {
  1237. name: "Big",
  1238. height: math.unit(10, "feet")
  1239. },
  1240. ]
  1241. ))
  1242. characterMakers.push(() => makeCharacter(
  1243. { name: "Kurribird" },
  1244. {
  1245. front: {
  1246. height: math.unit(2, "meter"),
  1247. weight: math.unit(50, "kg"),
  1248. name: "Front",
  1249. image: {
  1250. source: "./media/characters/kurribird/front.svg",
  1251. bottom: 0.015
  1252. }
  1253. },
  1254. frontAlt: {
  1255. height: math.unit(1.5, "meter"),
  1256. weight: math.unit(50, "kg"),
  1257. name: "Front (Alt)",
  1258. image: {
  1259. source: "./media/characters/kurribird/front-alt.svg",
  1260. extra: 1.45
  1261. }
  1262. },
  1263. },
  1264. [
  1265. {
  1266. name: "Normal",
  1267. height: math.unit(7, "feet")
  1268. },
  1269. {
  1270. name: "Big",
  1271. height: math.unit(12, "feet"),
  1272. default: true
  1273. },
  1274. {
  1275. name: "Macro",
  1276. height: math.unit(1500, "feet")
  1277. },
  1278. {
  1279. name: "Megamacro",
  1280. height: math.unit(2, "miles")
  1281. }
  1282. ]
  1283. ))
  1284. characterMakers.push(() => makeCharacter(
  1285. { name: "Elbial" },
  1286. {
  1287. front: {
  1288. height: math.unit(2, "meter"),
  1289. weight: math.unit(80, "kg"),
  1290. name: "Front",
  1291. image: {
  1292. source: "./media/characters/elbial/front.svg",
  1293. extra: 1643 / 1556,
  1294. bottom: 60.2 / 1696
  1295. }
  1296. },
  1297. side: {
  1298. height: math.unit(2, "meter"),
  1299. weight: math.unit(80, "kg"),
  1300. name: "Side",
  1301. image: {
  1302. source: "./media/characters/elbial/side.svg",
  1303. extra: 1630 / 1565,
  1304. bottom: 71.5 / 1697
  1305. }
  1306. },
  1307. back: {
  1308. height: math.unit(2, "meter"),
  1309. weight: math.unit(80, "kg"),
  1310. name: "Back",
  1311. image: {
  1312. source: "./media/characters/elbial/back.svg",
  1313. extra: 1668 / 1595,
  1314. bottom: 5.6 / 1672
  1315. }
  1316. },
  1317. frontDressed: {
  1318. height: math.unit(2, "meter"),
  1319. weight: math.unit(80, "kg"),
  1320. name: "Front (Dressed)",
  1321. image: {
  1322. source: "./media/characters/elbial/front-dressed.svg",
  1323. extra: 1653 / 1584,
  1324. bottom: 57 / 1708
  1325. }
  1326. },
  1327. genitals: {
  1328. height: math.unit(2 / 3.367, "meter"),
  1329. name: "Genitals",
  1330. image: {
  1331. source: "./media/characters/elbial/genitals.svg"
  1332. }
  1333. },
  1334. },
  1335. [
  1336. {
  1337. name: "Large",
  1338. height: math.unit(100, "feet")
  1339. },
  1340. {
  1341. name: "Macro",
  1342. height: math.unit(500, "feet"),
  1343. default: true
  1344. },
  1345. {
  1346. name: "Megamacro",
  1347. height: math.unit(10, "miles")
  1348. },
  1349. {
  1350. name: "Gigamacro",
  1351. height: math.unit(25000, "miles")
  1352. },
  1353. {
  1354. name: "Full-Size",
  1355. height: math.unit(8000000, "gigaparsecs")
  1356. }
  1357. ]
  1358. ))
  1359. characterMakers.push(() => makeCharacter(
  1360. { name: "Noah" },
  1361. {
  1362. front: {
  1363. height: math.unit(2, "meter"),
  1364. weight: math.unit(60, "kg"),
  1365. name: "Front",
  1366. image: {
  1367. source: "./media/characters/noah/front.svg"
  1368. }
  1369. },
  1370. talons: {
  1371. height: math.unit(0.315, "meter"),
  1372. name: "Talons",
  1373. image: {
  1374. source: "./media/characters/noah/talons.svg"
  1375. }
  1376. }
  1377. },
  1378. [
  1379. {
  1380. name: "Large",
  1381. height: math.unit(50, "feet")
  1382. },
  1383. {
  1384. name: "Macro",
  1385. height: math.unit(750, "feet"),
  1386. default: true
  1387. },
  1388. {
  1389. name: "Megamacro",
  1390. height: math.unit(50, "miles")
  1391. },
  1392. {
  1393. name: "Gigamacro",
  1394. height: math.unit(100000, "miles")
  1395. },
  1396. {
  1397. name: "Full-Size",
  1398. height: math.unit(3000000000, "miles")
  1399. }
  1400. ]
  1401. ))
  1402. characterMakers.push(() => makeCharacter(
  1403. { name: "Natalya" },
  1404. {
  1405. front: {
  1406. height: math.unit(2, "meter"),
  1407. weight: math.unit(80, "kg"),
  1408. name: "Front",
  1409. image: {
  1410. source: "./media/characters/natalya/front.svg"
  1411. }
  1412. },
  1413. back: {
  1414. height: math.unit(2, "meter"),
  1415. weight: math.unit(80, "kg"),
  1416. name: "Back",
  1417. image: {
  1418. source: "./media/characters/natalya/back.svg"
  1419. }
  1420. }
  1421. },
  1422. [
  1423. {
  1424. name: "Normal",
  1425. height: math.unit(150, "feet"),
  1426. default: true
  1427. },
  1428. {
  1429. name: "Megamacro",
  1430. height: math.unit(5, "miles")
  1431. },
  1432. {
  1433. name: "Full-Size",
  1434. height: math.unit(600, "kiloparsecs")
  1435. }
  1436. ]
  1437. ))
  1438. characterMakers.push(() => makeCharacter(
  1439. { name: "Erestrebah" },
  1440. {
  1441. front: {
  1442. height: math.unit(2, "meter"),
  1443. weight: math.unit(50, "kg"),
  1444. name: "Front",
  1445. image: {
  1446. source: "./media/characters/erestrebah/front.svg",
  1447. extra: 208 / 193,
  1448. bottom: 0.055
  1449. }
  1450. },
  1451. back: {
  1452. height: math.unit(2, "meter"),
  1453. weight: math.unit(50, "kg"),
  1454. name: "Back",
  1455. image: {
  1456. source: "./media/characters/erestrebah/back.svg",
  1457. extra: 1.3
  1458. }
  1459. }
  1460. },
  1461. [
  1462. {
  1463. name: "Normal",
  1464. height: math.unit(10, "feet")
  1465. },
  1466. {
  1467. name: "Large",
  1468. height: math.unit(50, "feet"),
  1469. default: true
  1470. },
  1471. {
  1472. name: "Macro",
  1473. height: math.unit(300, "feet")
  1474. },
  1475. {
  1476. name: "Macro+",
  1477. height: math.unit(750, "feet")
  1478. },
  1479. {
  1480. name: "Megamacro",
  1481. height: math.unit(3, "miles")
  1482. }
  1483. ]
  1484. ))
  1485. characterMakers.push(() => makeCharacter(
  1486. { name: "Jennifer" },
  1487. {
  1488. front: {
  1489. height: math.unit(2, "meter"),
  1490. weight: math.unit(80, "kg"),
  1491. name: "Front",
  1492. image: {
  1493. source: "./media/characters/jennifer/front.svg",
  1494. bottom: 0.11,
  1495. extra: 1.16
  1496. }
  1497. },
  1498. frontAlt: {
  1499. height: math.unit(2, "meter"),
  1500. weight: math.unit(80, "kg"),
  1501. name: "Front (Alt)",
  1502. image: {
  1503. source: "./media/characters/jennifer/front-alt.svg"
  1504. }
  1505. }
  1506. },
  1507. [
  1508. {
  1509. name: "Canon Height",
  1510. height: math.unit(120, "feet"),
  1511. default: true
  1512. },
  1513. {
  1514. name: "Macro+",
  1515. height: math.unit(300, "feet")
  1516. },
  1517. {
  1518. name: "Megamacro",
  1519. height: math.unit(20000, "feet")
  1520. }
  1521. ]
  1522. ))
  1523. characterMakers.push(() => makeCharacter(
  1524. { name: "Kalista" },
  1525. {
  1526. front: {
  1527. height: math.unit(2, "meter"),
  1528. weight: math.unit(50, "kg"),
  1529. name: "Front",
  1530. image: {
  1531. source: "./media/characters/kalista/front.svg",
  1532. extra: 1947 / 1700
  1533. }
  1534. },
  1535. back: {
  1536. height: math.unit(2, "meter"),
  1537. weight: math.unit(50, "kg"),
  1538. name: "Back",
  1539. image: {
  1540. source: "./media/characters/kalista/back.svg",
  1541. extra: 1366 / 1156
  1542. }
  1543. }
  1544. },
  1545. [
  1546. {
  1547. name: "Uncomfortably Small",
  1548. height: math.unit(10, "feet")
  1549. },
  1550. {
  1551. name: "Small",
  1552. height: math.unit(30, "feet")
  1553. },
  1554. {
  1555. name: "Macro",
  1556. height: math.unit(100, "feet"),
  1557. default: true
  1558. },
  1559. {
  1560. name: "Macro+",
  1561. height: math.unit(2000, "feet")
  1562. },
  1563. {
  1564. name: "True Form",
  1565. height: math.unit(8924, "miles")
  1566. }
  1567. ]
  1568. ))
  1569. characterMakers.push(() => makeCharacter(
  1570. { name: "GiantGrowingVixen" },
  1571. {
  1572. front: {
  1573. height: math.unit(2, "meter"),
  1574. weight: math.unit(120, "kg"),
  1575. name: "Front",
  1576. image: {
  1577. source: "./media/characters/ggv/front.svg"
  1578. }
  1579. },
  1580. side: {
  1581. height: math.unit(2, "meter"),
  1582. weight: math.unit(120, "kg"),
  1583. name: "Side",
  1584. image: {
  1585. source: "./media/characters/ggv/side.svg"
  1586. }
  1587. }
  1588. },
  1589. [
  1590. {
  1591. name: "Extremely Puny",
  1592. height: math.unit(9 + 5 / 12, "feet")
  1593. },
  1594. {
  1595. name: "Horribly Small",
  1596. height: math.unit(47.7, "miles"),
  1597. default: true
  1598. },
  1599. {
  1600. name: "Reasonably Sized",
  1601. height: math.unit(25000, "parsecs")
  1602. },
  1603. {
  1604. name: "Slightly Uncompressed",
  1605. height: math.unit(7.77e31, "parsecs")
  1606. },
  1607. {
  1608. name: "Omniversal",
  1609. height: math.unit(1e300, "meters")
  1610. },
  1611. ]
  1612. ))
  1613. characterMakers.push(() => makeCharacter(
  1614. { name: "Napalm" },
  1615. {
  1616. front: {
  1617. height: math.unit(2, "meter"),
  1618. weight: math.unit(75, "lb"),
  1619. name: "Front",
  1620. image: {
  1621. source: "./media/characters/napalm/front.svg"
  1622. }
  1623. },
  1624. back: {
  1625. height: math.unit(2, "meter"),
  1626. weight: math.unit(75, "lb"),
  1627. name: "Back",
  1628. image: {
  1629. source: "./media/characters/napalm/back.svg"
  1630. }
  1631. }
  1632. },
  1633. [
  1634. {
  1635. name: "Standard",
  1636. height: math.unit(55, "feet"),
  1637. default: true
  1638. }
  1639. ]
  1640. ))
  1641. characterMakers.push(() => makeCharacter(
  1642. { name: "Asana" },
  1643. {
  1644. front: {
  1645. height: math.unit(7 + 5 / 6, "feet"),
  1646. weight: math.unit(325, "lb"),
  1647. name: "Front",
  1648. image: {
  1649. source: "./media/characters/asana/front.svg",
  1650. extra: 1128 / 1068
  1651. }
  1652. },
  1653. back: {
  1654. height: math.unit(7 + 5 / 6, "feet"),
  1655. weight: math.unit(325, "lb"),
  1656. name: "Back",
  1657. image: {
  1658. source: "./media/characters/asana/back.svg",
  1659. extra: 1128 / 1068
  1660. }
  1661. },
  1662. },
  1663. [
  1664. {
  1665. name: "Standard",
  1666. height: math.unit(7 + 5 / 6, "feet"),
  1667. default: true
  1668. },
  1669. {
  1670. name: "Large",
  1671. height: math.unit(10, "meters")
  1672. },
  1673. {
  1674. name: "Macro",
  1675. height: math.unit(2500, "meters")
  1676. },
  1677. {
  1678. name: "Megamacro",
  1679. height: math.unit(5e6, "meters")
  1680. },
  1681. {
  1682. name: "Examacro",
  1683. height: math.unit(5e12, "lightyears")
  1684. },
  1685. {
  1686. name: "Max Size",
  1687. height: math.unit(1e31, "lightyears")
  1688. }
  1689. ]
  1690. ))
  1691. characterMakers.push(() => makeCharacter(
  1692. { name: "Ebony" },
  1693. {
  1694. front: {
  1695. height: math.unit(2, "meter"),
  1696. weight: math.unit(60, "kg"),
  1697. name: "Front",
  1698. image: {
  1699. source: "./media/characters/ebony/front.svg",
  1700. bottom: 0.03,
  1701. extra: 1045 / 810 + 0.03
  1702. }
  1703. },
  1704. side: {
  1705. height: math.unit(2, "meter"),
  1706. weight: math.unit(60, "kg"),
  1707. name: "Side",
  1708. image: {
  1709. source: "./media/characters/ebony/side.svg",
  1710. bottom: 0.03,
  1711. extra: 1045 / 810 + 0.03
  1712. }
  1713. },
  1714. back: {
  1715. height: math.unit(2, "meter"),
  1716. weight: math.unit(60, "kg"),
  1717. name: "Back",
  1718. image: {
  1719. source: "./media/characters/ebony/back.svg",
  1720. bottom: 0.01,
  1721. extra: 1045 / 810 + 0.01
  1722. }
  1723. },
  1724. },
  1725. [
  1726. // TODO check why I did this lol
  1727. {
  1728. name: "Standard",
  1729. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1730. default: true
  1731. },
  1732. {
  1733. name: "Macro",
  1734. height: math.unit(200, "feet")
  1735. },
  1736. {
  1737. name: "Gigamacro",
  1738. height: math.unit(13000, "km")
  1739. }
  1740. ]
  1741. ))
  1742. characterMakers.push(() => makeCharacter(
  1743. { name: "Mountain" },
  1744. {
  1745. front: {
  1746. height: math.unit(6, "feet"),
  1747. weight: math.unit(175, "lb"),
  1748. name: "Front",
  1749. image: {
  1750. source: "./media/characters/mountain/front.svg"
  1751. }
  1752. },
  1753. back: {
  1754. height: math.unit(6, "feet"),
  1755. weight: math.unit(175, "lb"),
  1756. name: "Back",
  1757. image: {
  1758. source: "./media/characters/mountain/back.svg"
  1759. }
  1760. },
  1761. },
  1762. [
  1763. {
  1764. name: "Large",
  1765. height: math.unit(20, "meters")
  1766. },
  1767. {
  1768. name: "Macro",
  1769. height: math.unit(300, "meters")
  1770. },
  1771. {
  1772. name: "Gigamacro",
  1773. height: math.unit(10000, "km"),
  1774. default: true
  1775. },
  1776. {
  1777. name: "Examacro",
  1778. height: math.unit(10e9, "lightyears")
  1779. }
  1780. ]
  1781. ))
  1782. characterMakers.push(() => makeCharacter(
  1783. { name: "Rick" },
  1784. {
  1785. front: {
  1786. height: math.unit(8, "feet"),
  1787. weight: math.unit(500, "lb"),
  1788. name: "Front",
  1789. image: {
  1790. source: "./media/characters/rick/front.svg"
  1791. }
  1792. }
  1793. },
  1794. [
  1795. {
  1796. name: "Normal",
  1797. height: math.unit(8, "feet"),
  1798. default: true
  1799. },
  1800. {
  1801. name: "Macro",
  1802. height: math.unit(5, "km")
  1803. }
  1804. ]
  1805. ))
  1806. characterMakers.push(() => makeCharacter(
  1807. { name: "Ona" },
  1808. {
  1809. front: {
  1810. height: math.unit(8, "feet"),
  1811. weight: math.unit(120, "lb"),
  1812. name: "Front",
  1813. image: {
  1814. source: "./media/characters/ona/front.svg"
  1815. }
  1816. },
  1817. frontAlt: {
  1818. height: math.unit(8, "feet"),
  1819. weight: math.unit(120, "lb"),
  1820. name: "Front (Alt)",
  1821. image: {
  1822. source: "./media/characters/ona/front-alt.svg"
  1823. }
  1824. },
  1825. back: {
  1826. height: math.unit(8, "feet"),
  1827. weight: math.unit(120, "lb"),
  1828. name: "Back",
  1829. image: {
  1830. source: "./media/characters/ona/back.svg"
  1831. }
  1832. },
  1833. foot: {
  1834. height: math.unit(1.1, "feet"),
  1835. name: "Foot",
  1836. image: {
  1837. source: "./media/characters/ona/foot.svg"
  1838. }
  1839. }
  1840. },
  1841. [
  1842. {
  1843. name: "Megamacro",
  1844. height: math.unit(70, "km"),
  1845. default: true
  1846. },
  1847. {
  1848. name: "Gigamacro",
  1849. height: math.unit(681818, "miles")
  1850. },
  1851. {
  1852. name: "Examacro",
  1853. height: math.unit(3800000, "lightyears")
  1854. },
  1855. ]
  1856. ))
  1857. characterMakers.push(() => makeCharacter(
  1858. { name: "Mech" },
  1859. {
  1860. front: {
  1861. height: math.unit(12, "feet"),
  1862. weight: math.unit(3000, "lb"),
  1863. name: "Front",
  1864. image: {
  1865. source: "./media/characters/mech/front.svg",
  1866. bottom: 0.025,
  1867. }
  1868. },
  1869. back: {
  1870. height: math.unit(12, "feet"),
  1871. weight: math.unit(3000, "lb"),
  1872. name: "Back",
  1873. image: {
  1874. source: "./media/characters/mech/back.svg",
  1875. bottom: 0.03,
  1876. }
  1877. }
  1878. },
  1879. [
  1880. {
  1881. name: "Normal",
  1882. height: math.unit(12, "feet")
  1883. },
  1884. {
  1885. name: "Macro",
  1886. height: math.unit(300, "feet"),
  1887. default: true
  1888. },
  1889. {
  1890. name: "Macro+",
  1891. height: math.unit(1500, "feet")
  1892. },
  1893. ]
  1894. ))
  1895. characterMakers.push(() => makeCharacter(
  1896. { name: "Gregory" },
  1897. {
  1898. front: {
  1899. height: math.unit(1.3, "meter"),
  1900. weight: math.unit(30, "kg"),
  1901. name: "Front",
  1902. image: {
  1903. source: "./media/characters/gregory/front.svg",
  1904. }
  1905. }
  1906. },
  1907. [
  1908. {
  1909. name: "Normal",
  1910. height: math.unit(1.3, "meter"),
  1911. default: true
  1912. },
  1913. {
  1914. name: "Macro",
  1915. height: math.unit(20, "meter")
  1916. }
  1917. ]
  1918. ))
  1919. characterMakers.push(() => makeCharacter(
  1920. { name: "Elory" },
  1921. {
  1922. front: {
  1923. height: math.unit(2.8, "meter"),
  1924. weight: math.unit(200, "kg"),
  1925. name: "Front",
  1926. image: {
  1927. source: "./media/characters/elory/front.svg",
  1928. }
  1929. }
  1930. },
  1931. [
  1932. {
  1933. name: "Normal",
  1934. height: math.unit(2.8, "meter"),
  1935. default: true
  1936. },
  1937. {
  1938. name: "Macro",
  1939. height: math.unit(38, "meter")
  1940. }
  1941. ]
  1942. ))
  1943. characterMakers.push(() => makeCharacter(
  1944. { name: "Angelpatamon" },
  1945. {
  1946. front: {
  1947. height: math.unit(470, "feet"),
  1948. weight: math.unit(924, "tons"),
  1949. name: "Front",
  1950. image: {
  1951. source: "./media/characters/angelpatamon/front.svg",
  1952. }
  1953. }
  1954. },
  1955. [
  1956. {
  1957. name: "Normal",
  1958. height: math.unit(470, "feet"),
  1959. default: true
  1960. },
  1961. {
  1962. name: "Deity Size I",
  1963. height: math.unit(28651.2, "km")
  1964. },
  1965. {
  1966. name: "Deity Size II",
  1967. height: math.unit(171907.2, "km")
  1968. }
  1969. ]
  1970. ))
  1971. characterMakers.push(() => makeCharacter(
  1972. { name: "Cryae" },
  1973. {
  1974. side: {
  1975. height: math.unit(7.2, "meter"),
  1976. weight: math.unit(8.2, "tons"),
  1977. name: "Side",
  1978. image: {
  1979. source: "./media/characters/cryae/side.svg",
  1980. extra: 3500 / 1500
  1981. }
  1982. }
  1983. },
  1984. [
  1985. {
  1986. name: "Normal",
  1987. height: math.unit(7.2, "meter"),
  1988. default: true
  1989. }
  1990. ]
  1991. ))
  1992. characterMakers.push(() => makeCharacter(
  1993. { name: "Xera" },
  1994. {
  1995. front: {
  1996. height: math.unit(6, "feet"),
  1997. weight: math.unit(175, "lb"),
  1998. name: "Front",
  1999. image: {
  2000. source: "./media/characters/xera/front.svg",
  2001. extra: 2300 / 2061
  2002. }
  2003. },
  2004. side: {
  2005. height: math.unit(6, "feet"),
  2006. weight: math.unit(175, "lb"),
  2007. name: "Side",
  2008. image: {
  2009. source: "./media/characters/xera/side.svg",
  2010. extra: 2300 / 2061
  2011. }
  2012. },
  2013. back: {
  2014. height: math.unit(6, "feet"),
  2015. weight: math.unit(175, "lb"),
  2016. name: "Back",
  2017. image: {
  2018. source: "./media/characters/xera/back.svg"
  2019. }
  2020. },
  2021. },
  2022. [
  2023. {
  2024. name: "Small",
  2025. height: math.unit(10, "feet")
  2026. },
  2027. {
  2028. name: "Macro",
  2029. height: math.unit(500, "meters"),
  2030. default: true
  2031. },
  2032. {
  2033. name: "Macro+",
  2034. height: math.unit(10, "km")
  2035. },
  2036. {
  2037. name: "Gigamacro",
  2038. height: math.unit(25000, "km")
  2039. },
  2040. {
  2041. name: "Teramacro",
  2042. height: math.unit(3e6, "km")
  2043. }
  2044. ]
  2045. ))
  2046. characterMakers.push(() => makeCharacter(
  2047. { name: "Nebula" },
  2048. {
  2049. front: {
  2050. height: math.unit(6, "feet"),
  2051. weight: math.unit(175, "lb"),
  2052. name: "Front",
  2053. image: {
  2054. source: "./media/characters/nebula/front.svg",
  2055. extra: 2600 / 2450
  2056. }
  2057. }
  2058. },
  2059. [
  2060. {
  2061. name: "Small",
  2062. height: math.unit(4.5, "meters")
  2063. },
  2064. {
  2065. name: "Macro",
  2066. height: math.unit(1500, "meters"),
  2067. default: true
  2068. },
  2069. {
  2070. name: "Megamacro",
  2071. height: math.unit(150, "km")
  2072. },
  2073. {
  2074. name: "Gigamacro",
  2075. height: math.unit(27000, "km")
  2076. }
  2077. ]
  2078. ))
  2079. characterMakers.push(() => makeCharacter(
  2080. { name: "Abysgar" },
  2081. {
  2082. front: {
  2083. height: math.unit(6, "feet"),
  2084. weight: math.unit(225, "lb"),
  2085. name: "Front",
  2086. image: {
  2087. source: "./media/characters/abysgar/front.svg"
  2088. }
  2089. }
  2090. },
  2091. [
  2092. {
  2093. name: "Small",
  2094. height: math.unit(4.5, "meters")
  2095. },
  2096. {
  2097. name: "Macro",
  2098. height: math.unit(1250, "meters"),
  2099. default: true
  2100. },
  2101. {
  2102. name: "Megamacro",
  2103. height: math.unit(125, "km")
  2104. },
  2105. {
  2106. name: "Gigamacro",
  2107. height: math.unit(26000, "km")
  2108. }
  2109. ]
  2110. ))
  2111. characterMakers.push(() => makeCharacter(
  2112. { name: "Yakuz" },
  2113. {
  2114. front: {
  2115. height: math.unit(6, "feet"),
  2116. weight: math.unit(180, "lb"),
  2117. name: "Front",
  2118. image: {
  2119. source: "./media/characters/yakuz/front.svg"
  2120. }
  2121. }
  2122. },
  2123. [
  2124. {
  2125. name: "Small",
  2126. height: math.unit(5, "meters")
  2127. },
  2128. {
  2129. name: "Macro",
  2130. height: math.unit(1500, "meters"),
  2131. default: true
  2132. },
  2133. {
  2134. name: "Megamacro",
  2135. height: math.unit(200, "km")
  2136. },
  2137. {
  2138. name: "Gigamacro",
  2139. height: math.unit(100000, "km")
  2140. }
  2141. ]
  2142. ))
  2143. characterMakers.push(() => makeCharacter(
  2144. { name: "Mirova" },
  2145. {
  2146. front: {
  2147. height: math.unit(6, "feet"),
  2148. weight: math.unit(175, "lb"),
  2149. name: "Front",
  2150. image: {
  2151. source: "./media/characters/mirova/front.svg"
  2152. }
  2153. }
  2154. },
  2155. [
  2156. {
  2157. name: "Small",
  2158. height: math.unit(5, "meters")
  2159. },
  2160. {
  2161. name: "Macro",
  2162. height: math.unit(900, "meters"),
  2163. default: true
  2164. },
  2165. {
  2166. name: "Megamacro",
  2167. height: math.unit(135, "km")
  2168. },
  2169. {
  2170. name: "Gigamacro",
  2171. height: math.unit(20000, "km")
  2172. }
  2173. ]
  2174. ))
  2175. characterMakers.push(() => makeCharacter(
  2176. { name: "Asana (Mech)" },
  2177. {
  2178. side: {
  2179. height: math.unit(28.35, "feet"),
  2180. weight: math.unit(99.75, "tons"),
  2181. name: "Side",
  2182. image: {
  2183. source: "./media/characters/asana-mech/side.svg"
  2184. }
  2185. }
  2186. },
  2187. [
  2188. {
  2189. name: "Normal",
  2190. height: math.unit(28.35, "feet"),
  2191. default: true
  2192. },
  2193. {
  2194. name: "Macro",
  2195. height: math.unit(2500, "feet")
  2196. },
  2197. {
  2198. name: "Megamacro",
  2199. height: math.unit(25, "miles")
  2200. },
  2201. {
  2202. name: "Examacro",
  2203. height: math.unit(6e8, "lightyears")
  2204. },
  2205. ]
  2206. ))
  2207. characterMakers.push(() => makeCharacter(
  2208. { name: "Ashtrek" },
  2209. {
  2210. front: {
  2211. height: math.unit(2, "meters"),
  2212. weight: math.unit(70, "kg"),
  2213. name: "Front",
  2214. image: {
  2215. source: "./media/characters/ashtrek/front.svg",
  2216. extra: 560 / 524,
  2217. bottom: 0.01
  2218. }
  2219. },
  2220. frontArmor: {
  2221. height: math.unit(2, "meters"),
  2222. weight: math.unit(76, "kg"),
  2223. name: "Front (Armor)",
  2224. image: {
  2225. source: "./media/characters/ashtrek/front-armor.svg",
  2226. extra: 561 / 527,
  2227. bottom: 0.01
  2228. }
  2229. },
  2230. side: {
  2231. height: math.unit(2, "meters"),
  2232. weight: math.unit(70, "kg"),
  2233. name: "Side",
  2234. image: {
  2235. source: "./media/characters/ashtrek/side.svg",
  2236. extra: 1717 / 1609,
  2237. bottom: 0.005
  2238. }
  2239. },
  2240. back: {
  2241. height: math.unit(2, "meters"),
  2242. weight: math.unit(70, "kg"),
  2243. name: "Back",
  2244. image: {
  2245. source: "./media/characters/ashtrek/back.svg",
  2246. extra: 1570 / 1501
  2247. }
  2248. },
  2249. },
  2250. [
  2251. {
  2252. name: "DEFCON 5",
  2253. height: math.unit(5, "meters")
  2254. },
  2255. {
  2256. name: "DEFCON 4",
  2257. height: math.unit(500, "meters"),
  2258. default: true
  2259. },
  2260. {
  2261. name: "DEFCON 3",
  2262. height: math.unit(5, "km")
  2263. },
  2264. {
  2265. name: "DEFCON 2",
  2266. height: math.unit(500, "km")
  2267. },
  2268. {
  2269. name: "DEFCON 1",
  2270. height: math.unit(500000, "km")
  2271. },
  2272. {
  2273. name: "DEFCON 0",
  2274. height: math.unit(3, "gigaparsecs")
  2275. },
  2276. ]
  2277. ))
  2278. characterMakers.push(() => makeCharacter(
  2279. { name: "Gale" },
  2280. {
  2281. front: {
  2282. height: math.unit(2, "meters"),
  2283. weight: math.unit(76, "kg"),
  2284. name: "Front",
  2285. image: {
  2286. source: "./media/characters/gale/front.svg"
  2287. }
  2288. },
  2289. frontAlt1: {
  2290. height: math.unit(2, "meters"),
  2291. weight: math.unit(76, "kg"),
  2292. name: "Front (Alt 1)",
  2293. image: {
  2294. source: "./media/characters/gale/front-alt-1.svg"
  2295. }
  2296. },
  2297. frontAlt2: {
  2298. height: math.unit(2, "meters"),
  2299. weight: math.unit(76, "kg"),
  2300. name: "Front (Alt 2)",
  2301. image: {
  2302. source: "./media/characters/gale/front-alt-2.svg"
  2303. }
  2304. },
  2305. },
  2306. [
  2307. {
  2308. name: "Normal",
  2309. height: math.unit(7, "feet")
  2310. },
  2311. {
  2312. name: "Macro",
  2313. height: math.unit(150, "feet"),
  2314. default: true
  2315. },
  2316. {
  2317. name: "Macro+",
  2318. height: math.unit(300, "feet")
  2319. },
  2320. ]
  2321. ))
  2322. characterMakers.push(() => makeCharacter(
  2323. { name: "Draylen" },
  2324. {
  2325. front: {
  2326. height: math.unit(2, "meters"),
  2327. weight: math.unit(76, "kg"),
  2328. name: "Front",
  2329. image: {
  2330. source: "./media/characters/draylen/front.svg"
  2331. }
  2332. }
  2333. },
  2334. [
  2335. {
  2336. name: "Macro",
  2337. height: math.unit(150, "feet"),
  2338. default: true
  2339. }
  2340. ]
  2341. ))
  2342. characterMakers.push(() => makeCharacter(
  2343. { name: "Chez" },
  2344. {
  2345. front: {
  2346. height: math.unit(7 + 9 / 12, "feet"),
  2347. weight: math.unit(379, "lbs"),
  2348. name: "Front",
  2349. image: {
  2350. source: "./media/characters/chez/front.svg"
  2351. }
  2352. },
  2353. side: {
  2354. height: math.unit(7 + 9 / 12, "feet"),
  2355. weight: math.unit(379, "lbs"),
  2356. name: "Side",
  2357. image: {
  2358. source: "./media/characters/chez/side.svg"
  2359. }
  2360. }
  2361. },
  2362. [
  2363. {
  2364. name: "Normal",
  2365. height: math.unit(7 + 9 / 12, "feet"),
  2366. default: true
  2367. },
  2368. {
  2369. name: "God King",
  2370. height: math.unit(9750000, "meters")
  2371. }
  2372. ]
  2373. ))
  2374. characterMakers.push(() => makeCharacter(
  2375. { name: "Kaylum" },
  2376. {
  2377. front: {
  2378. height: math.unit(6, "feet"),
  2379. weight: math.unit(275, "lbs"),
  2380. name: "Front",
  2381. image: {
  2382. source: "./media/characters/kaylum/front.svg",
  2383. bottom: 0.01,
  2384. extra: 1166 / 1031
  2385. }
  2386. },
  2387. frontWingless: {
  2388. height: math.unit(6, "feet"),
  2389. weight: math.unit(275, "lbs"),
  2390. name: "Front (Wingless)",
  2391. image: {
  2392. source: "./media/characters/kaylum/front-wingless.svg",
  2393. bottom: 0.01,
  2394. extra: 1117 / 1031
  2395. }
  2396. }
  2397. },
  2398. [
  2399. {
  2400. name: "Normal",
  2401. height: math.unit(3.05, "meters")
  2402. },
  2403. {
  2404. name: "Master",
  2405. height: math.unit(5.5, "meters")
  2406. },
  2407. {
  2408. name: "Rampage",
  2409. height: math.unit(19, "meters")
  2410. },
  2411. {
  2412. name: "Macro Lite",
  2413. height: math.unit(37, "meters")
  2414. },
  2415. {
  2416. name: "Hyper Predator",
  2417. height: math.unit(61, "meters")
  2418. },
  2419. {
  2420. name: "Macro",
  2421. height: math.unit(138, "meters"),
  2422. default: true
  2423. }
  2424. ]
  2425. ))
  2426. characterMakers.push(() => makeCharacter(
  2427. { name: "Geta" },
  2428. {
  2429. front: {
  2430. height: math.unit(6, "feet"),
  2431. weight: math.unit(150, "lbs"),
  2432. name: "Front",
  2433. image: {
  2434. source: "./media/characters/geta/front.svg"
  2435. }
  2436. }
  2437. },
  2438. [
  2439. {
  2440. name: "Micro",
  2441. height: math.unit(3, "inches"),
  2442. default: true
  2443. },
  2444. {
  2445. name: "Normal",
  2446. height: math.unit(5 + 5 / 12, "feet")
  2447. }
  2448. ]
  2449. ))
  2450. characterMakers.push(() => makeCharacter(
  2451. { name: "Tyrnn" },
  2452. {
  2453. front: {
  2454. height: math.unit(6, "feet"),
  2455. weight: math.unit(300, "lbs"),
  2456. name: "Front",
  2457. image: {
  2458. source: "./media/characters/tyrnn/front.svg"
  2459. }
  2460. }
  2461. },
  2462. [
  2463. {
  2464. name: "Main Height",
  2465. height: math.unit(355, "feet"),
  2466. default: true
  2467. },
  2468. {
  2469. name: "Fave. Height",
  2470. height: math.unit(2400, "feet")
  2471. }
  2472. ]
  2473. ))
  2474. characterMakers.push(() => makeCharacter(
  2475. { name: "Apple" },
  2476. {
  2477. front: {
  2478. height: math.unit(6, "feet"),
  2479. weight: math.unit(300, "lbs"),
  2480. name: "Front",
  2481. image: {
  2482. source: "./media/characters/appledectomy/front.svg"
  2483. }
  2484. }
  2485. },
  2486. [
  2487. {
  2488. name: "Macro",
  2489. height: math.unit(2500, "feet")
  2490. },
  2491. {
  2492. name: "Megamacro",
  2493. height: math.unit(50, "miles"),
  2494. default: true
  2495. },
  2496. {
  2497. name: "Gigamacro",
  2498. height: math.unit(5000, "miles")
  2499. },
  2500. {
  2501. name: "Teramacro",
  2502. height: math.unit(250000, "miles")
  2503. },
  2504. ]
  2505. ))
  2506. characterMakers.push(() => makeCharacter(
  2507. { name: "Vulpes" },
  2508. {
  2509. front: {
  2510. height: math.unit(6, "feet"),
  2511. weight: math.unit(200, "lbs"),
  2512. name: "Front",
  2513. image: {
  2514. source: "./media/characters/vulpes/front.svg",
  2515. extra: 573 / 543,
  2516. bottom: 0.033
  2517. }
  2518. },
  2519. side: {
  2520. height: math.unit(6, "feet"),
  2521. weight: math.unit(200, "lbs"),
  2522. name: "Side",
  2523. image: {
  2524. source: "./media/characters/vulpes/side.svg",
  2525. extra: 573 / 543,
  2526. bottom: 0.01
  2527. }
  2528. },
  2529. back: {
  2530. height: math.unit(6, "feet"),
  2531. weight: math.unit(200, "lbs"),
  2532. name: "Back",
  2533. image: {
  2534. source: "./media/characters/vulpes/back.svg",
  2535. extra: 573 / 543,
  2536. }
  2537. },
  2538. feet: {
  2539. height: math.unit(1.276, "feet"),
  2540. name: "Feet",
  2541. image: {
  2542. source: "./media/characters/vulpes/feet.svg"
  2543. }
  2544. },
  2545. maw: {
  2546. height: math.unit(1.18, "feet"),
  2547. name: "Maw",
  2548. image: {
  2549. source: "./media/characters/vulpes/maw.svg"
  2550. }
  2551. },
  2552. },
  2553. [
  2554. {
  2555. name: "Micro",
  2556. height: math.unit(2, "inches")
  2557. },
  2558. {
  2559. name: "Normal",
  2560. height: math.unit(6.3, "feet")
  2561. },
  2562. {
  2563. name: "Macro",
  2564. height: math.unit(850, "feet")
  2565. },
  2566. {
  2567. name: "Megamacro",
  2568. height: math.unit(7500, "feet"),
  2569. default: true
  2570. },
  2571. {
  2572. name: "Gigamacro",
  2573. height: math.unit(570000, "miles")
  2574. }
  2575. ]
  2576. ))
  2577. characterMakers.push(() => makeCharacter(
  2578. { name: "Rain Fallen" },
  2579. {
  2580. front: {
  2581. height: math.unit(6, "feet"),
  2582. weight: math.unit(210, "lbs"),
  2583. name: "Front",
  2584. image: {
  2585. source: "./media/characters/rain-fallen/front.svg"
  2586. }
  2587. },
  2588. side: {
  2589. height: math.unit(6, "feet"),
  2590. weight: math.unit(210, "lbs"),
  2591. name: "Side",
  2592. image: {
  2593. source: "./media/characters/rain-fallen/side.svg"
  2594. }
  2595. },
  2596. back: {
  2597. height: math.unit(6, "feet"),
  2598. weight: math.unit(210, "lbs"),
  2599. name: "Back",
  2600. image: {
  2601. source: "./media/characters/rain-fallen/back.svg"
  2602. }
  2603. },
  2604. feral: {
  2605. height: math.unit(9, "feet"),
  2606. weight: math.unit(700, "lbs"),
  2607. name: "Feral",
  2608. image: {
  2609. source: "./media/characters/rain-fallen/feral.svg"
  2610. }
  2611. },
  2612. },
  2613. [
  2614. {
  2615. name: "Normal",
  2616. height: math.unit(5, "meter")
  2617. },
  2618. {
  2619. name: "Macro",
  2620. height: math.unit(150, "meter"),
  2621. default: true
  2622. },
  2623. {
  2624. name: "Megamacro",
  2625. height: math.unit(278e6, "meter")
  2626. },
  2627. {
  2628. name: "Gigamacro",
  2629. height: math.unit(2e9, "meter")
  2630. },
  2631. {
  2632. name: "Teramacro",
  2633. height: math.unit(8e12, "meter")
  2634. },
  2635. {
  2636. name: "Devourer",
  2637. height: math.unit(14, "zettameters")
  2638. },
  2639. {
  2640. name: "Scarlet King",
  2641. height: math.unit(18, "yottameters")
  2642. },
  2643. {
  2644. name: "Void",
  2645. height: math.unit(6.66e66, "yottameters")
  2646. }
  2647. ]
  2648. ))
  2649. characterMakers.push(() => makeCharacter(
  2650. { name: "Zaakira" },
  2651. {
  2652. standing: {
  2653. height: math.unit(6, "feet"),
  2654. weight: math.unit(180, "lbs"),
  2655. name: "Standing",
  2656. image: {
  2657. source: "./media/characters/zaakira/standing.svg"
  2658. }
  2659. },
  2660. laying: {
  2661. height: math.unit(3, "feet"),
  2662. weight: math.unit(180, "lbs"),
  2663. name: "Laying",
  2664. image: {
  2665. source: "./media/characters/zaakira/laying.svg"
  2666. }
  2667. },
  2668. },
  2669. [
  2670. {
  2671. name: "Normal",
  2672. height: math.unit(12, "feet")
  2673. },
  2674. {
  2675. name: "Macro",
  2676. height: math.unit(279, "feet"),
  2677. default: true
  2678. }
  2679. ]
  2680. ))
  2681. characterMakers.push(() => makeCharacter(
  2682. { name: "Sigvald" },
  2683. {
  2684. front: {
  2685. height: math.unit(6, "feet"),
  2686. weight: math.unit(250, "lbs"),
  2687. name: "Front",
  2688. image: {
  2689. source: "./media/characters/sigvald/front.svg",
  2690. extra: 1000 / 850
  2691. }
  2692. },
  2693. back: {
  2694. height: math.unit(6, "feet"),
  2695. weight: math.unit(250, "lbs"),
  2696. name: "Back",
  2697. image: {
  2698. source: "./media/characters/sigvald/back.svg"
  2699. }
  2700. },
  2701. },
  2702. [
  2703. {
  2704. name: "Normal",
  2705. height: math.unit(8, "feet")
  2706. },
  2707. {
  2708. name: "Large",
  2709. height: math.unit(12, "feet")
  2710. },
  2711. {
  2712. name: "Larger",
  2713. height: math.unit(20, "feet")
  2714. },
  2715. {
  2716. name: "Macro",
  2717. height: math.unit(150, "feet")
  2718. },
  2719. {
  2720. name: "Macro+",
  2721. height: math.unit(200, "feet"),
  2722. default: true
  2723. },
  2724. ]
  2725. ))
  2726. characterMakers.push(() => makeCharacter(
  2727. { name: "Scott" },
  2728. {
  2729. side: {
  2730. height: math.unit(12, "feet"),
  2731. weight: math.unit(3000, "lbs"),
  2732. name: "Side",
  2733. image: {
  2734. source: "./media/characters/scott/side.svg",
  2735. extra: 1,
  2736. bottom: 0.069
  2737. }
  2738. },
  2739. upright: {
  2740. height: math.unit(12, "feet"),
  2741. weight: math.unit(3000, "lbs"),
  2742. name: "Upright",
  2743. image: {
  2744. source: "./media/characters/scott/upright.svg",
  2745. extra: 1,
  2746. bottom: 0.05
  2747. }
  2748. },
  2749. },
  2750. [
  2751. {
  2752. name: "Normal",
  2753. height: math.unit(12, "feet"),
  2754. default: true
  2755. },
  2756. ]
  2757. ))
  2758. characterMakers.push(() => makeCharacter(
  2759. { name: "Tobias" },
  2760. {
  2761. side: {
  2762. height: math.unit(8, "meters"),
  2763. weight: math.unit(84755, "lbs"),
  2764. name: "Side",
  2765. image: {
  2766. source: "./media/characters/tobias/side.svg",
  2767. extra: 1474 / 1096,
  2768. bottom: 38.9 / 1513.1235
  2769. }
  2770. },
  2771. },
  2772. [
  2773. {
  2774. name: "Normal",
  2775. height: math.unit(8, "meters"),
  2776. default: true
  2777. },
  2778. ]
  2779. ))
  2780. characterMakers.push(() => makeCharacter(
  2781. { name: "Kieran" },
  2782. {
  2783. front: {
  2784. height: math.unit(5.5, "feet"),
  2785. weight: math.unit(400, "lbs"),
  2786. name: "Front",
  2787. image: {
  2788. source: "./media/characters/kieran/front.svg",
  2789. extra: 2694/2364,
  2790. bottom: 217/2908
  2791. }
  2792. },
  2793. side: {
  2794. height: math.unit(5.5, "feet"),
  2795. weight: math.unit(400, "lbs"),
  2796. name: "Side",
  2797. image: {
  2798. source: "./media/characters/kieran/side.svg",
  2799. extra: 875/777,
  2800. bottom: 84.6/959
  2801. }
  2802. },
  2803. },
  2804. [
  2805. {
  2806. name: "Normal",
  2807. height: math.unit(5.5, "feet"),
  2808. default: true
  2809. },
  2810. ]
  2811. ))
  2812. characterMakers.push(() => makeCharacter(
  2813. { name: "Sanya" },
  2814. {
  2815. side: {
  2816. height: math.unit(2, "meters"),
  2817. weight: math.unit(70, "kg"),
  2818. name: "Side",
  2819. image: {
  2820. source: "./media/characters/sanya/side.svg",
  2821. bottom: 0.02,
  2822. extra: 1.02
  2823. }
  2824. },
  2825. },
  2826. [
  2827. {
  2828. name: "Small",
  2829. height: math.unit(2, "meters")
  2830. },
  2831. {
  2832. name: "Normal",
  2833. height: math.unit(3, "meters")
  2834. },
  2835. {
  2836. name: "Macro",
  2837. height: math.unit(16, "meters"),
  2838. default: true
  2839. },
  2840. ]
  2841. ))
  2842. characterMakers.push(() => makeCharacter(
  2843. { name: "Miranda" },
  2844. {
  2845. side: {
  2846. height: math.unit(2, "meters"),
  2847. weight: math.unit(120, "kg"),
  2848. name: "Front",
  2849. image: {
  2850. source: "./media/characters/miranda/front.svg",
  2851. extra: 10.6 / 10
  2852. }
  2853. },
  2854. },
  2855. [
  2856. {
  2857. name: "Normal",
  2858. height: math.unit(10, "feet"),
  2859. default: true
  2860. }
  2861. ]
  2862. ))
  2863. characterMakers.push(() => makeCharacter(
  2864. { name: "James" },
  2865. {
  2866. side: {
  2867. height: math.unit(2, "meters"),
  2868. weight: math.unit(100, "kg"),
  2869. name: "Front",
  2870. image: {
  2871. source: "./media/characters/james/front.svg",
  2872. extra: 10 / 8.5
  2873. }
  2874. },
  2875. },
  2876. [
  2877. {
  2878. name: "Normal",
  2879. height: math.unit(8.5, "feet"),
  2880. default: true
  2881. }
  2882. ]
  2883. ))
  2884. characterMakers.push(() => makeCharacter(
  2885. { name: "Heather" },
  2886. {
  2887. side: {
  2888. height: math.unit(9.5, "feet"),
  2889. weight: math.unit(2500, "lbs"),
  2890. name: "Side",
  2891. image: {
  2892. source: "./media/characters/heather/side.svg"
  2893. }
  2894. },
  2895. },
  2896. [
  2897. {
  2898. name: "Normal",
  2899. height: math.unit(9.5, "feet"),
  2900. default: true
  2901. }
  2902. ]
  2903. ))
  2904. characterMakers.push(() => makeCharacter(
  2905. { name: "Lukas" },
  2906. {
  2907. side: {
  2908. height: math.unit(6.5, "feet"),
  2909. weight: math.unit(400, "lbs"),
  2910. name: "Side",
  2911. image: {
  2912. source: "./media/characters/lukas/side.svg",
  2913. extra: 7.25 / 6.5
  2914. }
  2915. },
  2916. },
  2917. [
  2918. {
  2919. name: "Normal",
  2920. height: math.unit(6.5, "feet"),
  2921. default: true
  2922. }
  2923. ]
  2924. ))
  2925. characterMakers.push(() => makeCharacter(
  2926. { name: "Louise" },
  2927. {
  2928. side: {
  2929. height: math.unit(5, "feet"),
  2930. weight: math.unit(3000, "lbs"),
  2931. name: "Side",
  2932. image: {
  2933. source: "./media/characters/louise/side.svg"
  2934. }
  2935. },
  2936. },
  2937. [
  2938. {
  2939. name: "Normal",
  2940. height: math.unit(5, "feet"),
  2941. default: true
  2942. }
  2943. ]
  2944. ))
  2945. characterMakers.push(() => makeCharacter(
  2946. { name: "Ramona" },
  2947. {
  2948. side: {
  2949. height: math.unit(6, "feet"),
  2950. weight: math.unit(150, "lbs"),
  2951. name: "Side",
  2952. image: {
  2953. source: "./media/characters/ramona/side.svg"
  2954. }
  2955. },
  2956. },
  2957. [
  2958. {
  2959. name: "Normal",
  2960. height: math.unit(5.3, "meters"),
  2961. default: true
  2962. },
  2963. {
  2964. name: "Macro",
  2965. height: math.unit(20, "stories")
  2966. },
  2967. {
  2968. name: "Macro+",
  2969. height: math.unit(50, "stories")
  2970. },
  2971. ]
  2972. ))
  2973. characterMakers.push(() => makeCharacter(
  2974. { name: "Deerpuff" },
  2975. {
  2976. standing: {
  2977. height: math.unit(5.75, "feet"),
  2978. weight: math.unit(160, "lbs"),
  2979. name: "Standing",
  2980. image: {
  2981. source: "./media/characters/deerpuff/standing.svg",
  2982. extra: 682 / 624
  2983. }
  2984. },
  2985. sitting: {
  2986. height: math.unit(5.75 / 1.79, "feet"),
  2987. weight: math.unit(160, "lbs"),
  2988. name: "Sitting",
  2989. image: {
  2990. source: "./media/characters/deerpuff/sitting.svg",
  2991. bottom: 44 / 400,
  2992. extra: 1
  2993. }
  2994. },
  2995. taurLaying: {
  2996. height: math.unit(6, "feet"),
  2997. weight: math.unit(400, "lbs"),
  2998. name: "Taur (Laying)",
  2999. image: {
  3000. source: "./media/characters/deerpuff/taur-laying.svg"
  3001. }
  3002. },
  3003. },
  3004. [
  3005. {
  3006. name: "Puffball",
  3007. height: math.unit(6, "inches")
  3008. },
  3009. {
  3010. name: "Normalpuff",
  3011. height: math.unit(5.75, "feet")
  3012. },
  3013. {
  3014. name: "Macropuff",
  3015. height: math.unit(1500, "feet"),
  3016. default: true
  3017. },
  3018. {
  3019. name: "Megapuff",
  3020. height: math.unit(500, "miles")
  3021. },
  3022. {
  3023. name: "Gigapuff",
  3024. height: math.unit(250000, "miles")
  3025. },
  3026. {
  3027. name: "Omegapuff",
  3028. height: math.unit(1000, "lightyears")
  3029. },
  3030. ]
  3031. ))
  3032. characterMakers.push(() => makeCharacter(
  3033. { name: "Vivian" },
  3034. {
  3035. stomping: {
  3036. height: math.unit(6, "feet"),
  3037. weight: math.unit(170, "lbs"),
  3038. name: "Stomping",
  3039. image: {
  3040. source: "./media/characters/vivian/stomping.svg"
  3041. }
  3042. },
  3043. sitting: {
  3044. height: math.unit(6 / 1.75, "feet"),
  3045. weight: math.unit(170, "lbs"),
  3046. name: "Sitting",
  3047. image: {
  3048. source: "./media/characters/vivian/sitting.svg",
  3049. bottom: 1 / 6.4,
  3050. extra: 1,
  3051. }
  3052. },
  3053. },
  3054. [
  3055. {
  3056. name: "Normal",
  3057. height: math.unit(7, "feet"),
  3058. default: true
  3059. },
  3060. {
  3061. name: "Macro",
  3062. height: math.unit(10, "stories")
  3063. },
  3064. {
  3065. name: "Macro+",
  3066. height: math.unit(30, "stories")
  3067. },
  3068. {
  3069. name: "Megamacro",
  3070. height: math.unit(10, "miles")
  3071. },
  3072. {
  3073. name: "Megamacro+",
  3074. height: math.unit(2750000, "meters")
  3075. },
  3076. ]
  3077. ))
  3078. characterMakers.push(() => makeCharacter(
  3079. { name: "Prince" },
  3080. {
  3081. front: {
  3082. height: math.unit(6, "feet"),
  3083. weight: math.unit(160, "lbs"),
  3084. name: "Front",
  3085. image: {
  3086. source: "./media/characters/prince/front.svg",
  3087. extra: 3400 / 3000
  3088. }
  3089. },
  3090. jumping: {
  3091. height: math.unit(6, "feet"),
  3092. weight: math.unit(160, "lbs"),
  3093. name: "Jumping",
  3094. image: {
  3095. source: "./media/characters/prince/jump.svg",
  3096. extra: 2555 / 2134
  3097. }
  3098. },
  3099. },
  3100. [
  3101. {
  3102. name: "Normal",
  3103. height: math.unit(7.75, "feet"),
  3104. default: true
  3105. },
  3106. {
  3107. name: "Not cute",
  3108. height: math.unit(17, "feet")
  3109. },
  3110. {
  3111. name: "I said NOT",
  3112. height: math.unit(91, "feet")
  3113. },
  3114. {
  3115. name: "Please stop",
  3116. height: math.unit(560, "feet")
  3117. },
  3118. {
  3119. name: "What have you done",
  3120. height: math.unit(2200, "feet")
  3121. },
  3122. {
  3123. name: "Deer God",
  3124. height: math.unit(3.6, "miles")
  3125. },
  3126. ]
  3127. ))
  3128. characterMakers.push(() => makeCharacter(
  3129. { name: "Psymon" },
  3130. {
  3131. standing: {
  3132. height: math.unit(6, "feet"),
  3133. weight: math.unit(300, "lbs"),
  3134. name: "Standing",
  3135. image: {
  3136. source: "./media/characters/psymon/standing.svg",
  3137. extra: 1888 / 1810,
  3138. bottom: 0.05
  3139. }
  3140. },
  3141. slithering: {
  3142. height: math.unit(6, "feet"),
  3143. weight: math.unit(300, "lbs"),
  3144. name: "Slithering",
  3145. image: {
  3146. source: "./media/characters/psymon/slithering.svg",
  3147. extra: 1330 / 1224
  3148. }
  3149. },
  3150. slitheringAlt: {
  3151. height: math.unit(6, "feet"),
  3152. weight: math.unit(300, "lbs"),
  3153. name: "Slithering (Alt)",
  3154. image: {
  3155. source: "./media/characters/psymon/slithering-alt.svg",
  3156. extra: 1330 / 1224
  3157. }
  3158. },
  3159. },
  3160. [
  3161. {
  3162. name: "Normal",
  3163. height: math.unit(11.25, "feet"),
  3164. default: true
  3165. },
  3166. {
  3167. name: "Large",
  3168. height: math.unit(27, "feet")
  3169. },
  3170. {
  3171. name: "Giant",
  3172. height: math.unit(87, "feet")
  3173. },
  3174. {
  3175. name: "Macro",
  3176. height: math.unit(365, "feet")
  3177. },
  3178. {
  3179. name: "Megamacro",
  3180. height: math.unit(3, "miles")
  3181. },
  3182. {
  3183. name: "World Serpent",
  3184. height: math.unit(8000, "miles")
  3185. },
  3186. ]
  3187. ))
  3188. characterMakers.push(() => makeCharacter(
  3189. { name: "Daimos" },
  3190. {
  3191. front: {
  3192. height: math.unit(6, "feet"),
  3193. weight: math.unit(180, "lbs"),
  3194. name: "Front",
  3195. image: {
  3196. source: "./media/characters/daimos/front.svg",
  3197. extra: 4160 / 3897,
  3198. bottom: 0.021
  3199. }
  3200. }
  3201. },
  3202. [
  3203. {
  3204. name: "Normal",
  3205. height: math.unit(8, "feet"),
  3206. default: true
  3207. },
  3208. {
  3209. name: "Big Dog",
  3210. height: math.unit(22, "feet")
  3211. },
  3212. {
  3213. name: "Macro",
  3214. height: math.unit(127, "feet")
  3215. },
  3216. {
  3217. name: "Megamacro",
  3218. height: math.unit(3600, "feet")
  3219. },
  3220. ]
  3221. ))
  3222. characterMakers.push(() => makeCharacter(
  3223. { name: "Blake" },
  3224. {
  3225. side: {
  3226. height: math.unit(6, "feet"),
  3227. weight: math.unit(180, "lbs"),
  3228. name: "Side",
  3229. image: {
  3230. source: "./media/characters/blake/side.svg",
  3231. extra: 1212 / 1120,
  3232. bottom: 0.05
  3233. }
  3234. },
  3235. crouched: {
  3236. height: math.unit(6 * 0.57, "feet"),
  3237. weight: math.unit(180, "lbs"),
  3238. name: "Crouched",
  3239. image: {
  3240. source: "./media/characters/blake/crouched.svg",
  3241. extra: 840 / 587,
  3242. bottom: 0.04
  3243. }
  3244. },
  3245. bent: {
  3246. height: math.unit(6 * 0.75, "feet"),
  3247. weight: math.unit(180, "lbs"),
  3248. name: "Bent",
  3249. image: {
  3250. source: "./media/characters/blake/bent.svg",
  3251. extra: 592 / 544,
  3252. bottom: 0.035
  3253. }
  3254. },
  3255. },
  3256. [
  3257. {
  3258. name: "Normal",
  3259. height: math.unit(8 + 1 / 6, "feet"),
  3260. default: true
  3261. },
  3262. {
  3263. name: "Big Backside",
  3264. height: math.unit(37, "feet")
  3265. },
  3266. {
  3267. name: "Subway Shredder",
  3268. height: math.unit(72, "feet")
  3269. },
  3270. {
  3271. name: "City Carver",
  3272. height: math.unit(1675, "feet")
  3273. },
  3274. {
  3275. name: "Tectonic Tweaker",
  3276. height: math.unit(2300, "miles")
  3277. },
  3278. ]
  3279. ))
  3280. characterMakers.push(() => makeCharacter(
  3281. { name: "Guisetto" },
  3282. {
  3283. front: {
  3284. height: math.unit(6, "feet"),
  3285. weight: math.unit(180, "lbs"),
  3286. name: "Front",
  3287. image: {
  3288. source: "./media/characters/guisetto/front.svg",
  3289. extra: 856 / 817,
  3290. bottom: 0.06
  3291. }
  3292. },
  3293. airborne: {
  3294. height: math.unit(6, "feet"),
  3295. weight: math.unit(180, "lbs"),
  3296. name: "Airborne",
  3297. image: {
  3298. source: "./media/characters/guisetto/airborne.svg",
  3299. extra: 584 / 525
  3300. }
  3301. },
  3302. },
  3303. [
  3304. {
  3305. name: "Normal",
  3306. height: math.unit(10 + 11 / 12, "feet"),
  3307. default: true
  3308. },
  3309. {
  3310. name: "Large",
  3311. height: math.unit(35, "feet")
  3312. },
  3313. {
  3314. name: "Macro",
  3315. height: math.unit(475, "feet")
  3316. },
  3317. ]
  3318. ))
  3319. characterMakers.push(() => makeCharacter(
  3320. { name: "Luxor" },
  3321. {
  3322. front: {
  3323. height: math.unit(6, "feet"),
  3324. weight: math.unit(180, "lbs"),
  3325. name: "Front",
  3326. image: {
  3327. source: "./media/characters/luxor/front.svg",
  3328. extra: 2940 / 2152
  3329. }
  3330. },
  3331. back: {
  3332. height: math.unit(6, "feet"),
  3333. weight: math.unit(180, "lbs"),
  3334. name: "Back",
  3335. image: {
  3336. source: "./media/characters/luxor/back.svg",
  3337. extra: 1083 / 960
  3338. }
  3339. },
  3340. },
  3341. [
  3342. {
  3343. name: "Normal",
  3344. height: math.unit(5 + 5 / 6, "feet"),
  3345. default: true
  3346. },
  3347. {
  3348. name: "Lamp",
  3349. height: math.unit(50, "feet")
  3350. },
  3351. {
  3352. name: "Lämp",
  3353. height: math.unit(300, "feet")
  3354. },
  3355. {
  3356. name: "The sun is a lamp",
  3357. height: math.unit(250000, "miles")
  3358. },
  3359. ]
  3360. ))
  3361. characterMakers.push(() => makeCharacter(
  3362. { name: "Huoyan" },
  3363. {
  3364. front: {
  3365. height: math.unit(6, "feet"),
  3366. weight: math.unit(50, "lbs"),
  3367. name: "Front",
  3368. image: {
  3369. source: "./media/characters/huoyan/front.svg"
  3370. }
  3371. },
  3372. side: {
  3373. height: math.unit(6, "feet"),
  3374. weight: math.unit(180, "lbs"),
  3375. name: "Side",
  3376. image: {
  3377. source: "./media/characters/huoyan/side.svg"
  3378. }
  3379. },
  3380. },
  3381. [
  3382. {
  3383. name: "Chef",
  3384. height: math.unit(9, "feet")
  3385. },
  3386. {
  3387. name: "Normal",
  3388. height: math.unit(65, "feet"),
  3389. default: true
  3390. },
  3391. {
  3392. name: "Macro",
  3393. height: math.unit(780, "feet")
  3394. },
  3395. {
  3396. name: "Flaming Mountain",
  3397. height: math.unit(4.8, "miles")
  3398. },
  3399. {
  3400. name: "Celestial",
  3401. height: math.unit(765000, "miles")
  3402. },
  3403. ]
  3404. ))
  3405. characterMakers.push(() => makeCharacter(
  3406. { name: "Tails" },
  3407. {
  3408. front: {
  3409. height: math.unit(5 + 3 / 4, "feet"),
  3410. weight: math.unit(120, "lbs"),
  3411. name: "Front",
  3412. image: {
  3413. source: "./media/characters/tails/front.svg"
  3414. }
  3415. }
  3416. },
  3417. [
  3418. {
  3419. name: "Normal",
  3420. height: math.unit(5 + 3 / 4, "feet"),
  3421. default: true
  3422. }
  3423. ]
  3424. ))
  3425. characterMakers.push(() => makeCharacter(
  3426. { name: "Rainy" },
  3427. {
  3428. front: {
  3429. height: math.unit(4, "feet"),
  3430. weight: math.unit(50, "lbs"),
  3431. name: "Front",
  3432. image: {
  3433. source: "./media/characters/rainy/front.svg"
  3434. }
  3435. }
  3436. },
  3437. [
  3438. {
  3439. name: "Macro",
  3440. height: math.unit(800, "feet"),
  3441. default: true
  3442. }
  3443. ]
  3444. ))
  3445. characterMakers.push(() => makeCharacter(
  3446. { name: "Rainier" },
  3447. {
  3448. front: {
  3449. height: math.unit(6, "feet"),
  3450. weight: math.unit(150, "lbs"),
  3451. name: "Front",
  3452. image: {
  3453. source: "./media/characters/rainier/front.svg"
  3454. }
  3455. }
  3456. },
  3457. [
  3458. {
  3459. name: "Micro",
  3460. height: math.unit(2, "mm"),
  3461. default: true
  3462. }
  3463. ]
  3464. ))
  3465. characterMakers.push(() => makeCharacter(
  3466. { name: "Andy" },
  3467. {
  3468. front: {
  3469. height: math.unit(6, "feet"),
  3470. weight: math.unit(180, "lbs"),
  3471. name: "Front",
  3472. image: {
  3473. source: "./media/characters/andy/front.svg"
  3474. }
  3475. }
  3476. },
  3477. [
  3478. {
  3479. name: "Normal",
  3480. height: math.unit(8, "feet"),
  3481. default: true
  3482. },
  3483. {
  3484. name: "Macro",
  3485. height: math.unit(1000, "feet")
  3486. },
  3487. {
  3488. name: "Megamacro",
  3489. height: math.unit(5, "miles")
  3490. },
  3491. {
  3492. name: "Gigamacro",
  3493. height: math.unit(5000, "miles")
  3494. },
  3495. ]
  3496. ))
  3497. characterMakers.push(() => makeCharacter(
  3498. { name: "Cimmaron" },
  3499. {
  3500. front: {
  3501. height: math.unit(6, "feet"),
  3502. weight: math.unit(210, "lbs"),
  3503. name: "Front",
  3504. image: {
  3505. source: "./media/characters/cimmaron/front-sfw.svg",
  3506. extra: 701 / 676,
  3507. bottom: 0.046
  3508. }
  3509. },
  3510. back: {
  3511. height: math.unit(6, "feet"),
  3512. weight: math.unit(210, "lbs"),
  3513. name: "Back",
  3514. image: {
  3515. source: "./media/characters/cimmaron/back-sfw.svg",
  3516. extra: 701 / 676,
  3517. bottom: 0.046
  3518. }
  3519. },
  3520. frontNsfw: {
  3521. height: math.unit(6, "feet"),
  3522. weight: math.unit(210, "lbs"),
  3523. name: "Front (NSFW)",
  3524. image: {
  3525. source: "./media/characters/cimmaron/front-nsfw.svg",
  3526. extra: 701 / 676,
  3527. bottom: 0.046
  3528. }
  3529. },
  3530. backNsfw: {
  3531. height: math.unit(6, "feet"),
  3532. weight: math.unit(210, "lbs"),
  3533. name: "Back (NSFW)",
  3534. image: {
  3535. source: "./media/characters/cimmaron/back-nsfw.svg",
  3536. extra: 701 / 676,
  3537. bottom: 0.046
  3538. }
  3539. },
  3540. dick: {
  3541. height: math.unit(1.714, "feet"),
  3542. name: "Dick",
  3543. image: {
  3544. source: "./media/characters/cimmaron/dick.svg"
  3545. }
  3546. },
  3547. },
  3548. [
  3549. {
  3550. name: "Normal",
  3551. height: math.unit(6, "feet"),
  3552. default: true
  3553. },
  3554. {
  3555. name: "Macro Mayor",
  3556. height: math.unit(350, "meters")
  3557. },
  3558. ]
  3559. ))
  3560. characterMakers.push(() => makeCharacter(
  3561. { name: "Akari Kaen" },
  3562. {
  3563. front: {
  3564. height: math.unit(6, "feet"),
  3565. weight: math.unit(200, "lbs"),
  3566. name: "Front",
  3567. image: {
  3568. source: "./media/characters/akari/front.svg",
  3569. extra: 962 / 901,
  3570. bottom: 0.04
  3571. }
  3572. }
  3573. },
  3574. [
  3575. {
  3576. name: "Micro",
  3577. height: math.unit(5, "inches"),
  3578. default: true
  3579. },
  3580. {
  3581. name: "Normal",
  3582. height: math.unit(7, "feet")
  3583. },
  3584. ]
  3585. ))
  3586. characterMakers.push(() => makeCharacter(
  3587. { name: "Cynosura" },
  3588. {
  3589. front: {
  3590. height: math.unit(6, "feet"),
  3591. weight: math.unit(140, "lbs"),
  3592. name: "Front",
  3593. image: {
  3594. source: "./media/characters/cynosura/front.svg",
  3595. extra: 896 / 847
  3596. }
  3597. },
  3598. back: {
  3599. height: math.unit(6, "feet"),
  3600. weight: math.unit(140, "lbs"),
  3601. name: "Back",
  3602. image: {
  3603. source: "./media/characters/cynosura/back.svg",
  3604. extra: 1365 / 1250
  3605. }
  3606. },
  3607. },
  3608. [
  3609. {
  3610. name: "Micro",
  3611. height: math.unit(4, "inches")
  3612. },
  3613. {
  3614. name: "Normal",
  3615. height: math.unit(5.75, "feet"),
  3616. default: true
  3617. },
  3618. {
  3619. name: "Tall",
  3620. height: math.unit(10, "feet")
  3621. },
  3622. {
  3623. name: "Big",
  3624. height: math.unit(20, "feet")
  3625. },
  3626. {
  3627. name: "Macro",
  3628. height: math.unit(50, "feet")
  3629. },
  3630. ]
  3631. ))
  3632. characterMakers.push(() => makeCharacter(
  3633. { name: "Gin" },
  3634. {
  3635. front: {
  3636. height: math.unit(6, "feet"),
  3637. weight: math.unit(170, "lbs"),
  3638. name: "Front",
  3639. image: {
  3640. source: "./media/characters/gin/front.svg",
  3641. extra: 1.053,
  3642. bottom: 0.025
  3643. }
  3644. },
  3645. foot: {
  3646. height: math.unit(6 / 4.25, "feet"),
  3647. name: "Foot",
  3648. image: {
  3649. source: "./media/characters/gin/foot.svg"
  3650. }
  3651. },
  3652. sole: {
  3653. height: math.unit(6 / 4.40, "feet"),
  3654. name: "Sole",
  3655. image: {
  3656. source: "./media/characters/gin/sole.svg"
  3657. }
  3658. },
  3659. },
  3660. [
  3661. {
  3662. name: "Normal",
  3663. height: math.unit(9 + 4 / 12, "feet")
  3664. },
  3665. {
  3666. name: "Macro",
  3667. height: math.unit(1500, "feet")
  3668. },
  3669. {
  3670. name: "Megamacro",
  3671. height: math.unit(200, "miles"),
  3672. default: true
  3673. },
  3674. {
  3675. name: "Gigamacro",
  3676. height: math.unit(500, "megameters")
  3677. },
  3678. {
  3679. name: "Teramacro",
  3680. height: math.unit(15, "lightyears")
  3681. }
  3682. ]
  3683. ))
  3684. characterMakers.push(() => makeCharacter(
  3685. { name: "Guy" },
  3686. {
  3687. front: {
  3688. height: math.unit(6 + 1 / 6, "feet"),
  3689. weight: math.unit(178, "lbs"),
  3690. name: "Front",
  3691. image: {
  3692. source: "./media/characters/guy/front.svg"
  3693. }
  3694. }
  3695. },
  3696. [
  3697. {
  3698. name: "Normal",
  3699. height: math.unit(6 + 1 / 6, "feet"),
  3700. default: true
  3701. },
  3702. {
  3703. name: "Large",
  3704. height: math.unit(25 + 7 / 12, "feet")
  3705. },
  3706. {
  3707. name: "Macro",
  3708. height: math.unit(60 + 9 / 12, "feet")
  3709. },
  3710. {
  3711. name: "Macro+",
  3712. height: math.unit(246, "feet")
  3713. },
  3714. {
  3715. name: "Macro++",
  3716. height: math.unit(878, "feet")
  3717. }
  3718. ]
  3719. ))
  3720. characterMakers.push(() => makeCharacter(
  3721. { name: "Tiberius" },
  3722. {
  3723. front: {
  3724. height: math.unit(9, "feet"),
  3725. weight: math.unit(800, "lbs"),
  3726. name: "Front",
  3727. image: {
  3728. source: "./media/characters/tiberius/front.svg",
  3729. extra: 2295 / 2071
  3730. }
  3731. },
  3732. back: {
  3733. height: math.unit(9, "feet"),
  3734. weight: math.unit(800, "lbs"),
  3735. name: "Back",
  3736. image: {
  3737. source: "./media/characters/tiberius/back.svg",
  3738. extra: 2373 / 2160
  3739. }
  3740. },
  3741. },
  3742. [
  3743. {
  3744. name: "Normal",
  3745. height: math.unit(9, "feet"),
  3746. default: true
  3747. }
  3748. ]
  3749. ))
  3750. characterMakers.push(() => makeCharacter(
  3751. { name: "Surgo" },
  3752. {
  3753. front: {
  3754. height: math.unit(6, "feet"),
  3755. weight: math.unit(600, "lbs"),
  3756. name: "Front",
  3757. image: {
  3758. source: "./media/characters/surgo/front.svg",
  3759. extra: 3591 / 2227
  3760. }
  3761. },
  3762. back: {
  3763. height: math.unit(6, "feet"),
  3764. weight: math.unit(600, "lbs"),
  3765. name: "Back",
  3766. image: {
  3767. source: "./media/characters/surgo/back.svg",
  3768. extra: 3557 / 2228
  3769. }
  3770. },
  3771. laying: {
  3772. height: math.unit(6 * 0.85, "feet"),
  3773. weight: math.unit(600, "lbs"),
  3774. name: "Laying",
  3775. image: {
  3776. source: "./media/characters/surgo/laying.svg"
  3777. }
  3778. },
  3779. },
  3780. [
  3781. {
  3782. name: "Normal",
  3783. height: math.unit(6, "feet"),
  3784. default: true
  3785. }
  3786. ]
  3787. ))
  3788. characterMakers.push(() => makeCharacter(
  3789. { name: "Cibus" },
  3790. {
  3791. side: {
  3792. height: math.unit(6, "feet"),
  3793. weight: math.unit(150, "lbs"),
  3794. name: "Side",
  3795. image: {
  3796. source: "./media/characters/cibus/side.svg",
  3797. extra: 800 / 400
  3798. }
  3799. },
  3800. },
  3801. [
  3802. {
  3803. name: "Normal",
  3804. height: math.unit(6, "feet"),
  3805. default: true
  3806. }
  3807. ]
  3808. ))
  3809. characterMakers.push(() => makeCharacter(
  3810. { name: "Nibbles" },
  3811. {
  3812. front: {
  3813. height: math.unit(6, "feet"),
  3814. weight: math.unit(240, "lbs"),
  3815. name: "Front",
  3816. image: {
  3817. source: "./media/characters/nibbles/front.svg"
  3818. }
  3819. },
  3820. side: {
  3821. height: math.unit(6, "feet"),
  3822. weight: math.unit(240, "lbs"),
  3823. name: "Side",
  3824. image: {
  3825. source: "./media/characters/nibbles/side.svg"
  3826. }
  3827. },
  3828. },
  3829. [
  3830. {
  3831. name: "Normal",
  3832. height: math.unit(9, "feet"),
  3833. default: true
  3834. }
  3835. ]
  3836. ))
  3837. characterMakers.push(() => makeCharacter(
  3838. { name: "Rikky" },
  3839. {
  3840. side: {
  3841. height: math.unit(5 + 1 / 6, "feet"),
  3842. weight: math.unit(130, "lbs"),
  3843. name: "Side",
  3844. image: {
  3845. source: "./media/characters/rikky/side.svg"
  3846. }
  3847. },
  3848. },
  3849. [
  3850. {
  3851. name: "Normal",
  3852. height: math.unit(5 + 1 / 6, "feet")
  3853. },
  3854. {
  3855. name: "Macro",
  3856. height: math.unit(152, "feet"),
  3857. default: true
  3858. },
  3859. {
  3860. name: "Megamacro",
  3861. height: math.unit(7, "miles")
  3862. }
  3863. ]
  3864. ))
  3865. characterMakers.push(() => makeCharacter(
  3866. { name: "Malfressa" },
  3867. {
  3868. side: {
  3869. height: math.unit(370, "cm"),
  3870. weight: math.unit(350, "lbs"),
  3871. name: "Side",
  3872. image: {
  3873. source: "./media/characters/malfressa/side.svg"
  3874. }
  3875. },
  3876. walking: {
  3877. height: math.unit(370, "cm"),
  3878. weight: math.unit(350, "lbs"),
  3879. name: "Walking",
  3880. image: {
  3881. source: "./media/characters/malfressa/walking.svg"
  3882. }
  3883. },
  3884. feral: {
  3885. height: math.unit(2500, "cm"),
  3886. weight: math.unit(100000, "lbs"),
  3887. name: "Feral",
  3888. image: {
  3889. source: "./media/characters/malfressa/feral.svg",
  3890. extra: 2108 / 837,
  3891. bottom: 0.02
  3892. }
  3893. },
  3894. },
  3895. [
  3896. {
  3897. name: "Normal",
  3898. height: math.unit(370, "cm")
  3899. },
  3900. {
  3901. name: "Macro",
  3902. height: math.unit(300, "meters"),
  3903. default: true
  3904. }
  3905. ]
  3906. ))
  3907. characterMakers.push(() => makeCharacter(
  3908. { name: "Jaro" },
  3909. {
  3910. front: {
  3911. height: math.unit(6, "feet"),
  3912. weight: math.unit(60, "kg"),
  3913. name: "Front",
  3914. image: {
  3915. source: "./media/characters/jaro/front.svg"
  3916. }
  3917. },
  3918. back: {
  3919. height: math.unit(6, "feet"),
  3920. weight: math.unit(60, "kg"),
  3921. name: "Back",
  3922. image: {
  3923. source: "./media/characters/jaro/back.svg"
  3924. }
  3925. },
  3926. },
  3927. [
  3928. {
  3929. name: "Micro",
  3930. height: math.unit(7, "inches")
  3931. },
  3932. {
  3933. name: "Normal",
  3934. height: math.unit(5.5, "feet"),
  3935. default: true
  3936. },
  3937. {
  3938. name: "Minimacro",
  3939. height: math.unit(20, "feet")
  3940. },
  3941. {
  3942. name: "Macro",
  3943. height: math.unit(200, "meters")
  3944. }
  3945. ]
  3946. ))
  3947. characterMakers.push(() => makeCharacter(
  3948. { name: "Rogue" },
  3949. {
  3950. front: {
  3951. height: math.unit(6, "feet"),
  3952. weight: math.unit(195, "lb"),
  3953. name: "Front",
  3954. image: {
  3955. source: "./media/characters/rogue/front.svg"
  3956. }
  3957. },
  3958. },
  3959. [
  3960. {
  3961. name: "Macro",
  3962. height: math.unit(90, "feet"),
  3963. default: true
  3964. },
  3965. ]
  3966. ))
  3967. characterMakers.push(() => makeCharacter(
  3968. { name: "Piper" },
  3969. {
  3970. front: {
  3971. height: math.unit(5 + 8 / 12, "feet"),
  3972. weight: math.unit(140, "lb"),
  3973. name: "Front",
  3974. image: {
  3975. source: "./media/characters/piper/front.svg",
  3976. extra: 3928 / 3681
  3977. }
  3978. },
  3979. },
  3980. [
  3981. {
  3982. name: "Micro",
  3983. height: math.unit(2, "inches")
  3984. },
  3985. {
  3986. name: "Normal",
  3987. height: math.unit(5 + 8 / 12, "feet")
  3988. },
  3989. {
  3990. name: "Macro",
  3991. height: math.unit(250, "feet"),
  3992. default: true
  3993. },
  3994. {
  3995. name: "Megamacro",
  3996. height: math.unit(7, "miles")
  3997. },
  3998. ]
  3999. ))
  4000. characterMakers.push(() => makeCharacter(
  4001. { name: "Gemini" },
  4002. {
  4003. front: {
  4004. height: math.unit(6, "feet"),
  4005. weight: math.unit(220, "lb"),
  4006. name: "Front",
  4007. image: {
  4008. source: "./media/characters/gemini/front.svg"
  4009. }
  4010. },
  4011. back: {
  4012. height: math.unit(6, "feet"),
  4013. weight: math.unit(220, "lb"),
  4014. name: "Back",
  4015. image: {
  4016. source: "./media/characters/gemini/back.svg"
  4017. }
  4018. },
  4019. kneeling: {
  4020. height: math.unit(6 / 1.5, "feet"),
  4021. weight: math.unit(220, "lb"),
  4022. name: "Kneeling",
  4023. image: {
  4024. source: "./media/characters/gemini/kneeling.svg",
  4025. bottom: 0.02
  4026. }
  4027. },
  4028. },
  4029. [
  4030. {
  4031. name: "Macro",
  4032. height: math.unit(300, "meters"),
  4033. default: true
  4034. },
  4035. {
  4036. name: "Megamacro",
  4037. height: math.unit(6900, "meters")
  4038. },
  4039. ]
  4040. ))
  4041. characterMakers.push(() => makeCharacter(
  4042. { name: "Alicia" },
  4043. {
  4044. anthro: {
  4045. height: math.unit(2.35, "meters"),
  4046. weight: math.unit(73, "kg"),
  4047. name: "Anthro",
  4048. image: {
  4049. source: "./media/characters/alicia/anthro.svg"
  4050. }
  4051. },
  4052. feral: {
  4053. height: math.unit(1.69, "meters"),
  4054. weight: math.unit(73, "kg"),
  4055. name: "Feral",
  4056. image: {
  4057. source: "./media/characters/alicia/feral.svg"
  4058. }
  4059. },
  4060. },
  4061. [
  4062. {
  4063. name: "Normal",
  4064. height: math.unit(2.35, "meters")
  4065. },
  4066. {
  4067. name: "Macro",
  4068. height: math.unit(60, "meters"),
  4069. default: true
  4070. },
  4071. {
  4072. name: "Megamacro",
  4073. height: math.unit(10000, "kilometers")
  4074. },
  4075. ]
  4076. ))
  4077. characterMakers.push(() => makeCharacter(
  4078. { name: "Archy" },
  4079. {
  4080. front: {
  4081. height: math.unit(7, "feet"),
  4082. weight: math.unit(250, "lbs"),
  4083. name: "Front",
  4084. image: {
  4085. source: "./media/characters/archy/front.svg"
  4086. }
  4087. }
  4088. },
  4089. [
  4090. {
  4091. name: "Micro",
  4092. height: math.unit(1, "inch")
  4093. },
  4094. {
  4095. name: "Shorty",
  4096. height: math.unit(5, "feet")
  4097. },
  4098. {
  4099. name: "Normal",
  4100. height: math.unit(7, "feet")
  4101. },
  4102. {
  4103. name: "Macro",
  4104. height: math.unit(600, "meters"),
  4105. default: true
  4106. },
  4107. {
  4108. name: "Megamacro",
  4109. height: math.unit(1, "mile")
  4110. },
  4111. ]
  4112. ))
  4113. characterMakers.push(() => makeCharacter(
  4114. { name: "Berri" },
  4115. {
  4116. front: {
  4117. height: math.unit(1.65, "meters"),
  4118. weight: math.unit(74, "kg"),
  4119. name: "Front",
  4120. image: {
  4121. source: "./media/characters/berri/front.svg"
  4122. }
  4123. }
  4124. },
  4125. [
  4126. {
  4127. name: "Normal",
  4128. height: math.unit(1.65, "meters")
  4129. },
  4130. {
  4131. name: "Macro",
  4132. height: math.unit(60, "m"),
  4133. default: true
  4134. },
  4135. {
  4136. name: "Megamacro",
  4137. height: math.unit(9.213, "km")
  4138. },
  4139. {
  4140. name: "Planet Eater",
  4141. height: math.unit(489, "megameters")
  4142. },
  4143. {
  4144. name: "Teramacro",
  4145. height: math.unit(2471635000000, "meters")
  4146. },
  4147. {
  4148. name: "Examacro",
  4149. height: math.unit(8.0624e+26, "meters")
  4150. }
  4151. ]
  4152. ))
  4153. characterMakers.push(() => makeCharacter(
  4154. { name: "Lexi" },
  4155. {
  4156. front: {
  4157. height: math.unit(1.72, "meters"),
  4158. weight: math.unit(68, "kg"),
  4159. name: "Front",
  4160. image: {
  4161. source: "./media/characters/lexi/front.svg"
  4162. }
  4163. }
  4164. },
  4165. [
  4166. {
  4167. name: "Very Smol",
  4168. height: math.unit(10, "mm")
  4169. },
  4170. {
  4171. name: "Micro",
  4172. height: math.unit(6.8, "cm"),
  4173. default: true
  4174. },
  4175. {
  4176. name: "Normal",
  4177. height: math.unit(1.72, "m")
  4178. }
  4179. ]
  4180. ))
  4181. characterMakers.push(() => makeCharacter(
  4182. { name: "Martin" },
  4183. {
  4184. front: {
  4185. height: math.unit(1.69, "meters"),
  4186. weight: math.unit(68, "kg"),
  4187. name: "Front",
  4188. image: {
  4189. source: "./media/characters/martin/front.svg",
  4190. extra: 596 / 581
  4191. }
  4192. }
  4193. },
  4194. [
  4195. {
  4196. name: "Micro",
  4197. height: math.unit(6.85, "cm"),
  4198. default: true
  4199. },
  4200. {
  4201. name: "Normal",
  4202. height: math.unit(1.69, "m")
  4203. }
  4204. ]
  4205. ))
  4206. characterMakers.push(() => makeCharacter(
  4207. { name: "Juno" },
  4208. {
  4209. front: {
  4210. height: math.unit(1.69, "meters"),
  4211. weight: math.unit(68, "kg"),
  4212. name: "Front",
  4213. image: {
  4214. source: "./media/characters/juno/front.svg"
  4215. }
  4216. }
  4217. },
  4218. [
  4219. {
  4220. name: "Micro",
  4221. height: math.unit(7, "cm")
  4222. },
  4223. {
  4224. name: "Normal",
  4225. height: math.unit(1.89, "m")
  4226. },
  4227. {
  4228. name: "Macro",
  4229. height: math.unit(353, "meters"),
  4230. default: true
  4231. }
  4232. ]
  4233. ))
  4234. characterMakers.push(() => makeCharacter(
  4235. { name: "Samantha" },
  4236. {
  4237. front: {
  4238. height: math.unit(1.93, "meters"),
  4239. weight: math.unit(83, "kg"),
  4240. name: "Front",
  4241. image: {
  4242. source: "./media/characters/samantha/front.svg"
  4243. }
  4244. },
  4245. frontClothed: {
  4246. height: math.unit(1.93, "meters"),
  4247. weight: math.unit(83, "kg"),
  4248. name: "Front (Clothed)",
  4249. image: {
  4250. source: "./media/characters/samantha/front-clothed.svg"
  4251. }
  4252. },
  4253. back: {
  4254. height: math.unit(1.93, "meters"),
  4255. weight: math.unit(83, "kg"),
  4256. name: "Back",
  4257. image: {
  4258. source: "./media/characters/samantha/back.svg"
  4259. }
  4260. },
  4261. },
  4262. [
  4263. {
  4264. name: "Normal",
  4265. height: math.unit(1.93, "m")
  4266. },
  4267. {
  4268. name: "Macro",
  4269. height: math.unit(74, "meters"),
  4270. default: true
  4271. },
  4272. {
  4273. name: "Macro+",
  4274. height: math.unit(223, "meters"),
  4275. },
  4276. {
  4277. name: "Megamacro",
  4278. height: math.unit(8381, "meters"),
  4279. },
  4280. {
  4281. name: "Megamacro+",
  4282. height: math.unit(12000, "kilometers")
  4283. },
  4284. ]
  4285. ))
  4286. characterMakers.push(() => makeCharacter(
  4287. { name: "Dr. Clay" },
  4288. {
  4289. front: {
  4290. height: math.unit(1.92, "meters"),
  4291. weight: math.unit(80, "kg"),
  4292. name: "Front",
  4293. image: {
  4294. source: "./media/characters/dr-clay/front.svg"
  4295. }
  4296. },
  4297. frontClothed: {
  4298. height: math.unit(1.92, "meters"),
  4299. weight: math.unit(80, "kg"),
  4300. name: "Front (Clothed)",
  4301. image: {
  4302. source: "./media/characters/dr-clay/front-clothed.svg"
  4303. }
  4304. }
  4305. },
  4306. [
  4307. {
  4308. name: "Normal",
  4309. height: math.unit(1.92, "m")
  4310. },
  4311. {
  4312. name: "Macro",
  4313. height: math.unit(214, "meters"),
  4314. default: true
  4315. },
  4316. {
  4317. name: "Macro+",
  4318. height: math.unit(12.237, "meters"),
  4319. },
  4320. {
  4321. name: "Megamacro",
  4322. height: math.unit(557, "megameters"),
  4323. },
  4324. {
  4325. name: "Unimaginable",
  4326. height: math.unit(120e9, "lightyears")
  4327. },
  4328. ]
  4329. ))
  4330. characterMakers.push(() => makeCharacter(
  4331. { name: "Wyvrn Ripsnarl" },
  4332. {
  4333. front: {
  4334. height: math.unit(2, "meters"),
  4335. weight: math.unit(80, "kg"),
  4336. name: "Front",
  4337. image: {
  4338. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4339. }
  4340. }
  4341. },
  4342. [
  4343. {
  4344. name: "Teramacro",
  4345. height: math.unit(500000, "lightyears"),
  4346. default: true
  4347. },
  4348. ]
  4349. ))
  4350. characterMakers.push(() => makeCharacter(
  4351. { name: "Vemus" },
  4352. {
  4353. front: {
  4354. height: math.unit(2, "meters"),
  4355. weight: math.unit(150, "kg"),
  4356. name: "Front",
  4357. image: {
  4358. source: "./media/characters/vemus/front.svg",
  4359. extra: 2384 / 2084,
  4360. bottom: 0.0123
  4361. }
  4362. }
  4363. },
  4364. [
  4365. {
  4366. name: "Normal",
  4367. height: math.unit(3.75, "meters"),
  4368. default: true
  4369. },
  4370. {
  4371. name: "Big",
  4372. height: math.unit(8, "meters")
  4373. },
  4374. {
  4375. name: "Macro",
  4376. height: math.unit(100, "meters")
  4377. },
  4378. {
  4379. name: "Macro+",
  4380. height: math.unit(1500, "meters")
  4381. },
  4382. {
  4383. name: "Stellar",
  4384. height: math.unit(14e8, "meters")
  4385. },
  4386. ]
  4387. ))
  4388. characterMakers.push(() => makeCharacter(
  4389. { name: "Beherit" },
  4390. {
  4391. front: {
  4392. height: math.unit(2, "meters"),
  4393. weight: math.unit(70, "kg"),
  4394. name: "Front",
  4395. image: {
  4396. source: "./media/characters/beherit/front.svg",
  4397. extra: 1408 / 1242
  4398. }
  4399. }
  4400. },
  4401. [
  4402. {
  4403. name: "Normal",
  4404. height: math.unit(6, "feet")
  4405. },
  4406. {
  4407. name: "Lorg",
  4408. height: math.unit(25, "feet"),
  4409. default: true
  4410. },
  4411. {
  4412. name: "Lorger",
  4413. height: math.unit(75, "feet")
  4414. },
  4415. {
  4416. name: "Macro",
  4417. height: math.unit(200, "meters")
  4418. },
  4419. ]
  4420. ))
  4421. characterMakers.push(() => makeCharacter(
  4422. { name: "Everett" },
  4423. {
  4424. front: {
  4425. height: math.unit(2, "meters"),
  4426. weight: math.unit(150, "kg"),
  4427. name: "Front",
  4428. image: {
  4429. source: "./media/characters/everett/front.svg",
  4430. extra: 2038 / 1737,
  4431. bottom: 0.03
  4432. }
  4433. },
  4434. paw: {
  4435. height: math.unit(2 / 3.6, "meters"),
  4436. name: "Paw",
  4437. image: {
  4438. source: "./media/characters/everett/paw.svg"
  4439. }
  4440. },
  4441. },
  4442. [
  4443. {
  4444. name: "Normal",
  4445. height: math.unit(15, "feet"),
  4446. default: true
  4447. },
  4448. {
  4449. name: "Lorg",
  4450. height: math.unit(70, "feet"),
  4451. default: true
  4452. },
  4453. {
  4454. name: "Lorger",
  4455. height: math.unit(250, "feet")
  4456. },
  4457. {
  4458. name: "Macro",
  4459. height: math.unit(500, "meters")
  4460. },
  4461. ]
  4462. ))
  4463. characterMakers.push(() => makeCharacter(
  4464. { name: "Rose Lion" },
  4465. {
  4466. front: {
  4467. height: math.unit(2, "meters"),
  4468. weight: math.unit(86, "kg"),
  4469. name: "Front",
  4470. image: {
  4471. source: "./media/characters/rose-lion/front.svg"
  4472. }
  4473. },
  4474. bent: {
  4475. height: math.unit(2 / 1.4288, "meters"),
  4476. weight: math.unit(86, "kg"),
  4477. name: "Bent",
  4478. image: {
  4479. source: "./media/characters/rose-lion/bent.svg"
  4480. }
  4481. }
  4482. },
  4483. [
  4484. {
  4485. name: "Mini-Micro",
  4486. height: math.unit(1, "cm")
  4487. },
  4488. {
  4489. name: "Micro",
  4490. height: math.unit(3.5, "inches"),
  4491. default: true
  4492. },
  4493. {
  4494. name: "Normal",
  4495. height: math.unit(6 + 1 / 6, "feet")
  4496. },
  4497. {
  4498. name: "Mini-Macro",
  4499. height: math.unit(9 + 10 / 12, "feet")
  4500. },
  4501. ]
  4502. ))
  4503. characterMakers.push(() => makeCharacter(
  4504. { name: "Regal" },
  4505. {
  4506. front: {
  4507. height: math.unit(2, "meters"),
  4508. weight: math.unit(350, "lbs"),
  4509. name: "Front",
  4510. image: {
  4511. source: "./media/characters/regal/front.svg"
  4512. }
  4513. },
  4514. back: {
  4515. height: math.unit(2, "meters"),
  4516. weight: math.unit(350, "lbs"),
  4517. name: "Back",
  4518. image: {
  4519. source: "./media/characters/regal/back.svg"
  4520. }
  4521. },
  4522. },
  4523. [
  4524. {
  4525. name: "Macro",
  4526. height: math.unit(350, "feet"),
  4527. default: true
  4528. }
  4529. ]
  4530. ))
  4531. characterMakers.push(() => makeCharacter(
  4532. { name: "Opal" },
  4533. {
  4534. front: {
  4535. height: math.unit(4 + 11 / 12, "feet"),
  4536. weight: math.unit(100, "lbs"),
  4537. name: "Front",
  4538. image: {
  4539. source: "./media/characters/opal/front.svg"
  4540. }
  4541. },
  4542. frontAlt: {
  4543. height: math.unit(4 + 11 / 12, "feet"),
  4544. weight: math.unit(100, "lbs"),
  4545. name: "Front (Alt)",
  4546. image: {
  4547. source: "./media/characters/opal/front-alt.svg"
  4548. }
  4549. },
  4550. },
  4551. [
  4552. {
  4553. name: "Small",
  4554. height: math.unit(4 + 11 / 12, "feet")
  4555. },
  4556. {
  4557. name: "Normal",
  4558. height: math.unit(20, "feet"),
  4559. default: true
  4560. },
  4561. {
  4562. name: "Macro",
  4563. height: math.unit(120, "feet")
  4564. },
  4565. {
  4566. name: "Megamacro",
  4567. height: math.unit(80, "miles")
  4568. },
  4569. {
  4570. name: "True Size",
  4571. height: math.unit(100000, "lightyears")
  4572. },
  4573. ]
  4574. ))
  4575. characterMakers.push(() => makeCharacter(
  4576. { name: "Vector Wuff" },
  4577. {
  4578. front: {
  4579. height: math.unit(6, "feet"),
  4580. weight: math.unit(200, "lbs"),
  4581. name: "Front",
  4582. image: {
  4583. source: "./media/characters/vector-wuff/front.svg"
  4584. }
  4585. }
  4586. },
  4587. [
  4588. {
  4589. name: "Normal",
  4590. height: math.unit(2.8, "meters")
  4591. },
  4592. {
  4593. name: "Macro",
  4594. height: math.unit(450, "meters"),
  4595. default: true
  4596. },
  4597. {
  4598. name: "Megamacro",
  4599. height: math.unit(15, "kilometers")
  4600. }
  4601. ]
  4602. ))
  4603. characterMakers.push(() => makeCharacter(
  4604. { name: "Dannik" },
  4605. {
  4606. front: {
  4607. height: math.unit(6, "feet"),
  4608. weight: math.unit(256, "lbs"),
  4609. name: "Front",
  4610. image: {
  4611. source: "./media/characters/dannik/front.svg"
  4612. }
  4613. }
  4614. },
  4615. [
  4616. {
  4617. name: "Macro",
  4618. height: math.unit(69.57, "meters"),
  4619. default: true
  4620. },
  4621. ]
  4622. ))
  4623. characterMakers.push(() => makeCharacter(
  4624. { name: "Azura Saharah" },
  4625. {
  4626. front: {
  4627. height: math.unit(6, "feet"),
  4628. weight: math.unit(120, "lbs"),
  4629. name: "Front",
  4630. image: {
  4631. source: "./media/characters/azura-saharah/front.svg"
  4632. }
  4633. },
  4634. back: {
  4635. height: math.unit(6, "feet"),
  4636. weight: math.unit(120, "lbs"),
  4637. name: "Back",
  4638. image: {
  4639. source: "./media/characters/azura-saharah/back.svg"
  4640. }
  4641. },
  4642. },
  4643. [
  4644. {
  4645. name: "Macro",
  4646. height: math.unit(100, "feet"),
  4647. default: true
  4648. },
  4649. ]
  4650. ))
  4651. characterMakers.push(() => makeCharacter(
  4652. { name: "Kennedy" },
  4653. {
  4654. side: {
  4655. height: math.unit(5 + 4 / 12, "feet"),
  4656. weight: math.unit(163, "lbs"),
  4657. name: "Side",
  4658. image: {
  4659. source: "./media/characters/kennedy/side.svg"
  4660. }
  4661. }
  4662. },
  4663. [
  4664. {
  4665. name: "Standard Doggo",
  4666. height: math.unit(5 + 4 / 12, "feet")
  4667. },
  4668. {
  4669. name: "Big Doggo",
  4670. height: math.unit(25 + 3 / 12, "feet"),
  4671. default: true
  4672. },
  4673. ]
  4674. ))
  4675. characterMakers.push(() => makeCharacter(
  4676. { name: "Odi Lunar" },
  4677. {
  4678. front: {
  4679. height: math.unit(6, "feet"),
  4680. weight: math.unit(90, "lbs"),
  4681. name: "Front",
  4682. image: {
  4683. source: "./media/characters/odi-lunar/front.svg"
  4684. }
  4685. }
  4686. },
  4687. [
  4688. {
  4689. name: "Micro",
  4690. height: math.unit(3, "inches"),
  4691. default: true
  4692. },
  4693. {
  4694. name: "Normal",
  4695. height: math.unit(5.5, "feet")
  4696. }
  4697. ]
  4698. ))
  4699. characterMakers.push(() => makeCharacter(
  4700. { name: "Mandake" },
  4701. {
  4702. back: {
  4703. height: math.unit(6, "feet"),
  4704. weight: math.unit(220, "lbs"),
  4705. name: "Back",
  4706. image: {
  4707. source: "./media/characters/mandake/back.svg"
  4708. }
  4709. }
  4710. },
  4711. [
  4712. {
  4713. name: "Normal",
  4714. height: math.unit(7, "feet"),
  4715. default: true
  4716. },
  4717. {
  4718. name: "Macro",
  4719. height: math.unit(78, "feet")
  4720. },
  4721. {
  4722. name: "Macro+",
  4723. height: math.unit(300, "meters")
  4724. },
  4725. {
  4726. name: "Macro++",
  4727. height: math.unit(2400, "feet")
  4728. },
  4729. {
  4730. name: "Megamacro",
  4731. height: math.unit(5167, "meters")
  4732. },
  4733. {
  4734. name: "Gigamacro",
  4735. height: math.unit(41769, "miles")
  4736. },
  4737. ]
  4738. ))
  4739. characterMakers.push(() => makeCharacter(
  4740. { name: "Yozey" },
  4741. {
  4742. front: {
  4743. height: math.unit(6, "feet"),
  4744. weight: math.unit(120, "lbs"),
  4745. name: "Front",
  4746. image: {
  4747. source: "./media/characters/yozey/front.svg"
  4748. }
  4749. },
  4750. frontAlt: {
  4751. height: math.unit(6, "feet"),
  4752. weight: math.unit(120, "lbs"),
  4753. name: "Front (Alt)",
  4754. image: {
  4755. source: "./media/characters/yozey/front-alt.svg"
  4756. }
  4757. },
  4758. side: {
  4759. height: math.unit(6, "feet"),
  4760. weight: math.unit(120, "lbs"),
  4761. name: "Side",
  4762. image: {
  4763. source: "./media/characters/yozey/side.svg"
  4764. }
  4765. },
  4766. },
  4767. [
  4768. {
  4769. name: "Micro",
  4770. height: math.unit(3, "inches"),
  4771. default: true
  4772. },
  4773. {
  4774. name: "Normal",
  4775. height: math.unit(6, "feet")
  4776. }
  4777. ]
  4778. ))
  4779. characterMakers.push(() => makeCharacter(
  4780. { name: "Valeska Voss" },
  4781. {
  4782. front: {
  4783. height: math.unit(6, "feet"),
  4784. weight: math.unit(103, "lbs"),
  4785. name: "Front",
  4786. image: {
  4787. source: "./media/characters/valeska-voss/front.svg"
  4788. }
  4789. }
  4790. },
  4791. [
  4792. {
  4793. name: "Mini-Sized Sub",
  4794. height: math.unit(3.1, "inches")
  4795. },
  4796. {
  4797. name: "Mid-Sized Sub",
  4798. height: math.unit(6.2, "inches")
  4799. },
  4800. {
  4801. name: "Full-Sized Sub",
  4802. height: math.unit(9.3, "inches")
  4803. },
  4804. {
  4805. name: "Normal",
  4806. height: math.unit(5 + 2 / 12, "foot"),
  4807. default: true
  4808. },
  4809. ]
  4810. ))
  4811. characterMakers.push(() => makeCharacter(
  4812. { name: "Gene Zeta" },
  4813. {
  4814. front: {
  4815. height: math.unit(6, "feet"),
  4816. weight: math.unit(160, "lbs"),
  4817. name: "Front",
  4818. image: {
  4819. source: "./media/characters/gene-zeta/front.svg",
  4820. bottom: 0.03,
  4821. extra: 1
  4822. }
  4823. }
  4824. },
  4825. [
  4826. {
  4827. name: "Normal",
  4828. height: math.unit(6.25, "foot"),
  4829. default: true
  4830. },
  4831. ]
  4832. ))
  4833. characterMakers.push(() => makeCharacter(
  4834. { name: "Razinox" },
  4835. {
  4836. front: {
  4837. height: math.unit(6, "feet"),
  4838. weight: math.unit(350, "lbs"),
  4839. name: "Front",
  4840. image: {
  4841. source: "./media/characters/razinox/front.svg",
  4842. extra: 1686 / 1548
  4843. }
  4844. },
  4845. back: {
  4846. height: math.unit(6, "feet"),
  4847. weight: math.unit(350, "lbs"),
  4848. name: "Back",
  4849. image: {
  4850. source: "./media/characters/razinox/back.svg",
  4851. extra: 1660 / 1590
  4852. }
  4853. },
  4854. },
  4855. [
  4856. {
  4857. name: "Normal",
  4858. height: math.unit(10 + 8 / 12, "foot")
  4859. },
  4860. {
  4861. name: "Minimacro",
  4862. height: math.unit(15, "foot")
  4863. },
  4864. {
  4865. name: "Macro",
  4866. height: math.unit(60, "foot"),
  4867. default: true
  4868. },
  4869. {
  4870. name: "Megamacro",
  4871. height: math.unit(5, "miles")
  4872. },
  4873. {
  4874. name: "Gigamacro",
  4875. height: math.unit(6000, "miles")
  4876. },
  4877. ]
  4878. ))
  4879. characterMakers.push(() => makeCharacter(
  4880. { name: "Cobalt" },
  4881. {
  4882. front: {
  4883. height: math.unit(6, "feet"),
  4884. weight: math.unit(150, "lbs"),
  4885. name: "Front",
  4886. image: {
  4887. source: "./media/characters/cobalt/front.svg"
  4888. }
  4889. }
  4890. },
  4891. [
  4892. {
  4893. name: "Normal",
  4894. height: math.unit(8 + 1 / 12, "foot")
  4895. },
  4896. {
  4897. name: "Macro",
  4898. height: math.unit(111, "foot"),
  4899. default: true
  4900. },
  4901. {
  4902. name: "Supracosmic",
  4903. height: math.unit(1e42, "feet")
  4904. },
  4905. ]
  4906. ))
  4907. characterMakers.push(() => makeCharacter(
  4908. { name: "Amanda" },
  4909. {
  4910. front: {
  4911. height: math.unit(6, "feet"),
  4912. weight: math.unit(140, "lbs"),
  4913. name: "Front",
  4914. image: {
  4915. source: "./media/characters/amanda/front.svg"
  4916. }
  4917. }
  4918. },
  4919. [
  4920. {
  4921. name: "Micro",
  4922. height: math.unit(5, "inches"),
  4923. default: true
  4924. },
  4925. ]
  4926. ))
  4927. characterMakers.push(() => makeCharacter(
  4928. { name: "Teal" },
  4929. {
  4930. front: {
  4931. height: math.unit(5.59, "feet"),
  4932. weight: math.unit(250, "lbs"),
  4933. name: "Front",
  4934. image: {
  4935. source: "./media/characters/teal/front.svg"
  4936. }
  4937. },
  4938. frontAlt: {
  4939. height: math.unit(6, "feet"),
  4940. weight: math.unit(250, "lbs"),
  4941. name: "Front (Alt)",
  4942. image: {
  4943. source: "./media/characters/teal/front-alt.svg",
  4944. bottom: 0.04,
  4945. extra: 1
  4946. }
  4947. },
  4948. },
  4949. [
  4950. {
  4951. name: "Normal",
  4952. height: math.unit(12, "feet"),
  4953. default: true
  4954. },
  4955. {
  4956. name: "Macro",
  4957. height: math.unit(300, "feet")
  4958. },
  4959. ]
  4960. ))
  4961. characterMakers.push(() => makeCharacter(
  4962. { name: "Ravin Amulet" },
  4963. {
  4964. frontCat: {
  4965. height: math.unit(6, "feet"),
  4966. weight: math.unit(180, "lbs"),
  4967. name: "Front (Cat)",
  4968. image: {
  4969. source: "./media/characters/ravin-amulet/front-cat.svg"
  4970. }
  4971. },
  4972. frontCatAlt: {
  4973. height: math.unit(6, "feet"),
  4974. weight: math.unit(180, "lbs"),
  4975. name: "Front (Alt, Cat)",
  4976. image: {
  4977. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4978. }
  4979. },
  4980. frontWerewolf: {
  4981. height: math.unit(6 * 1.2, "feet"),
  4982. weight: math.unit(225, "lbs"),
  4983. name: "Front (Werewolf)",
  4984. image: {
  4985. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4986. }
  4987. },
  4988. backWerewolf: {
  4989. height: math.unit(6 * 1.2, "feet"),
  4990. weight: math.unit(225, "lbs"),
  4991. name: "Back (Werewolf)",
  4992. image: {
  4993. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4994. }
  4995. },
  4996. },
  4997. [
  4998. {
  4999. name: "Nano",
  5000. height: math.unit(1, "micrometer")
  5001. },
  5002. {
  5003. name: "Micro",
  5004. height: math.unit(1, "inch")
  5005. },
  5006. {
  5007. name: "Normal",
  5008. height: math.unit(6, "feet"),
  5009. default: true
  5010. },
  5011. {
  5012. name: "Macro",
  5013. height: math.unit(60, "feet")
  5014. }
  5015. ]
  5016. ))
  5017. characterMakers.push(() => makeCharacter(
  5018. { name: "Fluoresce" },
  5019. {
  5020. front: {
  5021. height: math.unit(6, "feet"),
  5022. weight: math.unit(165, "lbs"),
  5023. name: "Front",
  5024. image: {
  5025. source: "./media/characters/fluoresce/front.svg"
  5026. }
  5027. }
  5028. },
  5029. [
  5030. {
  5031. name: "Micro",
  5032. height: math.unit(6, "cm")
  5033. },
  5034. {
  5035. name: "Normal",
  5036. height: math.unit(5 + 7 / 12, "feet"),
  5037. default: true
  5038. },
  5039. {
  5040. name: "Macro",
  5041. height: math.unit(56, "feet")
  5042. },
  5043. {
  5044. name: "Megamacro",
  5045. height: math.unit(1.9, "miles")
  5046. },
  5047. ]
  5048. ))
  5049. characterMakers.push(() => makeCharacter(
  5050. { name: "Aurora" },
  5051. {
  5052. front: {
  5053. height: math.unit(9 + 6 / 12, "feet"),
  5054. weight: math.unit(523, "lbs"),
  5055. name: "Side",
  5056. image: {
  5057. source: "./media/characters/aurora/side.svg"
  5058. }
  5059. }
  5060. },
  5061. [
  5062. {
  5063. name: "Normal",
  5064. height: math.unit(9 + 6 / 12, "feet")
  5065. },
  5066. {
  5067. name: "Macro",
  5068. height: math.unit(96, "feet"),
  5069. default: true
  5070. },
  5071. {
  5072. name: "Macro+",
  5073. height: math.unit(243, "feet")
  5074. },
  5075. ]
  5076. ))
  5077. characterMakers.push(() => makeCharacter(
  5078. { name: "Ranek" },
  5079. {
  5080. front: {
  5081. height: math.unit(194, "cm"),
  5082. weight: math.unit(90, "kg"),
  5083. name: "Front",
  5084. image: {
  5085. source: "./media/characters/ranek/front.svg"
  5086. }
  5087. },
  5088. side: {
  5089. height: math.unit(194, "cm"),
  5090. weight: math.unit(90, "kg"),
  5091. name: "Side",
  5092. image: {
  5093. source: "./media/characters/ranek/side.svg"
  5094. }
  5095. },
  5096. back: {
  5097. height: math.unit(194, "cm"),
  5098. weight: math.unit(90, "kg"),
  5099. name: "Back",
  5100. image: {
  5101. source: "./media/characters/ranek/back.svg"
  5102. }
  5103. },
  5104. feral: {
  5105. height: math.unit(30, "cm"),
  5106. weight: math.unit(1.6, "lbs"),
  5107. name: "Feral",
  5108. image: {
  5109. source: "./media/characters/ranek/feral.svg"
  5110. }
  5111. },
  5112. },
  5113. [
  5114. {
  5115. name: "Normal",
  5116. height: math.unit(194, "cm"),
  5117. default: true
  5118. },
  5119. {
  5120. name: "Macro",
  5121. height: math.unit(100, "meters")
  5122. },
  5123. ]
  5124. ))
  5125. characterMakers.push(() => makeCharacter(
  5126. { name: "Andrew Cooper" },
  5127. {
  5128. front: {
  5129. height: math.unit(5 + 6 / 12, "feet"),
  5130. weight: math.unit(153, "lbs"),
  5131. name: "Front",
  5132. image: {
  5133. source: "./media/characters/andrew-cooper/front.svg"
  5134. }
  5135. },
  5136. },
  5137. [
  5138. {
  5139. name: "Nano",
  5140. height: math.unit(1, "mm")
  5141. },
  5142. {
  5143. name: "Micro",
  5144. height: math.unit(2, "inches")
  5145. },
  5146. {
  5147. name: "Normal",
  5148. height: math.unit(5 + 6 / 12, "feet"),
  5149. default: true
  5150. }
  5151. ]
  5152. ))
  5153. characterMakers.push(() => makeCharacter(
  5154. { name: "Akane Sato" },
  5155. {
  5156. front: {
  5157. height: math.unit(6, "feet"),
  5158. weight: math.unit(180, "lbs"),
  5159. name: "Front",
  5160. image: {
  5161. source: "./media/characters/akane-sato/front.svg",
  5162. extra: 1219 / 1140
  5163. }
  5164. },
  5165. back: {
  5166. height: math.unit(6, "feet"),
  5167. weight: math.unit(180, "lbs"),
  5168. name: "Back",
  5169. image: {
  5170. source: "./media/characters/akane-sato/back.svg",
  5171. extra: 1219 / 1170
  5172. }
  5173. },
  5174. },
  5175. [
  5176. {
  5177. name: "Normal",
  5178. height: math.unit(2.5, "meters")
  5179. },
  5180. {
  5181. name: "Macro",
  5182. height: math.unit(250, "meters"),
  5183. default: true
  5184. },
  5185. {
  5186. name: "Megamacro",
  5187. height: math.unit(25, "km")
  5188. },
  5189. ]
  5190. ))
  5191. characterMakers.push(() => makeCharacter(
  5192. { name: "Rook" },
  5193. {
  5194. front: {
  5195. height: math.unit(6, "feet"),
  5196. weight: math.unit(65, "kg"),
  5197. name: "Front",
  5198. image: {
  5199. source: "./media/characters/rook/front.svg",
  5200. extra: 960/950
  5201. }
  5202. }
  5203. },
  5204. [
  5205. {
  5206. name: "Normal",
  5207. height: math.unit(8.8, "feet")
  5208. },
  5209. {
  5210. name: "Macro",
  5211. height: math.unit(88, "feet"),
  5212. default: true
  5213. },
  5214. {
  5215. name: "Megamacro",
  5216. height: math.unit(8, "miles")
  5217. },
  5218. ]
  5219. ))
  5220. characterMakers.push(() => makeCharacter(
  5221. { name: "Prodigy" },
  5222. {
  5223. front: {
  5224. height: math.unit(12 + 2 / 12, "feet"),
  5225. weight: math.unit(808, "lbs"),
  5226. name: "Front",
  5227. image: {
  5228. source: "./media/characters/prodigy/front.svg"
  5229. }
  5230. }
  5231. },
  5232. [
  5233. {
  5234. name: "Normal",
  5235. height: math.unit(12 + 2 / 12, "feet"),
  5236. default: true
  5237. },
  5238. {
  5239. name: "Macro",
  5240. height: math.unit(143, "feet")
  5241. },
  5242. {
  5243. name: "Macro+",
  5244. height: math.unit(400, "feet")
  5245. },
  5246. ]
  5247. ))
  5248. characterMakers.push(() => makeCharacter(
  5249. { name: "Daniel" },
  5250. {
  5251. front: {
  5252. height: math.unit(6, "feet"),
  5253. weight: math.unit(225, "lbs"),
  5254. name: "Front",
  5255. image: {
  5256. source: "./media/characters/daniel/front.svg"
  5257. }
  5258. },
  5259. leaning: {
  5260. height: math.unit(6, "feet"),
  5261. weight: math.unit(225, "lbs"),
  5262. name: "Leaning",
  5263. image: {
  5264. source: "./media/characters/daniel/leaning.svg"
  5265. }
  5266. },
  5267. },
  5268. [
  5269. {
  5270. name: "Macro",
  5271. height: math.unit(1000, "feet"),
  5272. default: true
  5273. },
  5274. ]
  5275. ))
  5276. characterMakers.push(() => makeCharacter(
  5277. { name: "Chiros" },
  5278. {
  5279. front: {
  5280. height: math.unit(6, "feet"),
  5281. weight: math.unit(88, "lbs"),
  5282. name: "Front",
  5283. image: {
  5284. source: "./media/characters/chiros/front.svg",
  5285. extra: 306 / 226
  5286. }
  5287. },
  5288. side: {
  5289. height: math.unit(6, "feet"),
  5290. weight: math.unit(88, "lbs"),
  5291. name: "Side",
  5292. image: {
  5293. source: "./media/characters/chiros/side.svg",
  5294. extra: 306 / 226
  5295. }
  5296. },
  5297. },
  5298. [
  5299. {
  5300. name: "Normal",
  5301. height: math.unit(6, "cm"),
  5302. default: true
  5303. },
  5304. ]
  5305. ))
  5306. characterMakers.push(() => makeCharacter(
  5307. { name: "Selka" },
  5308. {
  5309. front: {
  5310. height: math.unit(6, "feet"),
  5311. weight: math.unit(100, "lbs"),
  5312. name: "Front",
  5313. image: {
  5314. source: "./media/characters/selka/front.svg",
  5315. extra: 947 / 887
  5316. }
  5317. }
  5318. },
  5319. [
  5320. {
  5321. name: "Normal",
  5322. height: math.unit(5, "cm"),
  5323. default: true
  5324. },
  5325. ]
  5326. ))
  5327. characterMakers.push(() => makeCharacter(
  5328. { name: "Verin" },
  5329. {
  5330. front: {
  5331. height: math.unit(8 + 3 / 12, "feet"),
  5332. weight: math.unit(424, "lbs"),
  5333. name: "Front",
  5334. image: {
  5335. source: "./media/characters/verin/front.svg",
  5336. extra: 1845 / 1550
  5337. }
  5338. },
  5339. frontArmored: {
  5340. height: math.unit(8 + 3 / 12, "feet"),
  5341. weight: math.unit(424, "lbs"),
  5342. name: "Front (Armored)",
  5343. image: {
  5344. source: "./media/characters/verin/front-armor.svg",
  5345. extra: 1845 / 1550,
  5346. bottom: 0.01
  5347. }
  5348. },
  5349. back: {
  5350. height: math.unit(8 + 3 / 12, "feet"),
  5351. weight: math.unit(424, "lbs"),
  5352. name: "Back",
  5353. image: {
  5354. source: "./media/characters/verin/back.svg",
  5355. bottom: 0.1,
  5356. extra: 1
  5357. }
  5358. },
  5359. foot: {
  5360. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5361. name: "Foot",
  5362. image: {
  5363. source: "./media/characters/verin/foot.svg"
  5364. }
  5365. },
  5366. },
  5367. [
  5368. {
  5369. name: "Normal",
  5370. height: math.unit(8 + 3 / 12, "feet")
  5371. },
  5372. {
  5373. name: "Minimacro",
  5374. height: math.unit(21, "feet"),
  5375. default: true
  5376. },
  5377. {
  5378. name: "Macro",
  5379. height: math.unit(626, "feet")
  5380. },
  5381. ]
  5382. ))
  5383. characterMakers.push(() => makeCharacter(
  5384. { name: "Sovrim Terraquian" },
  5385. {
  5386. front: {
  5387. height: math.unit(2.718, "meters"),
  5388. weight: math.unit(150, "lbs"),
  5389. name: "Front",
  5390. image: {
  5391. source: "./media/characters/sovrim-terraquian/front.svg"
  5392. }
  5393. },
  5394. back: {
  5395. height: math.unit(2.718, "meters"),
  5396. weight: math.unit(150, "lbs"),
  5397. name: "Back",
  5398. image: {
  5399. source: "./media/characters/sovrim-terraquian/back.svg"
  5400. }
  5401. }
  5402. },
  5403. [
  5404. {
  5405. name: "Micro",
  5406. height: math.unit(2, "inches")
  5407. },
  5408. {
  5409. name: "Small",
  5410. height: math.unit(1, "meter")
  5411. },
  5412. {
  5413. name: "Normal",
  5414. height: math.unit(Math.E, "meters"),
  5415. default: true
  5416. },
  5417. {
  5418. name: "Macro",
  5419. height: math.unit(20, "meters")
  5420. },
  5421. {
  5422. name: "Macro+",
  5423. height: math.unit(400, "meters")
  5424. },
  5425. ]
  5426. ))
  5427. characterMakers.push(() => makeCharacter(
  5428. { name: "Reece Silvermane" },
  5429. {
  5430. front: {
  5431. height: math.unit(7, "feet"),
  5432. weight: math.unit(489, "lbs"),
  5433. name: "Front",
  5434. image: {
  5435. source: "./media/characters/reece-silvermane/front.svg",
  5436. bottom: 0.02,
  5437. extra: 1
  5438. }
  5439. },
  5440. },
  5441. [
  5442. {
  5443. name: "Macro",
  5444. height: math.unit(1.5, "miles"),
  5445. default: true
  5446. },
  5447. ]
  5448. ))
  5449. characterMakers.push(() => makeCharacter(
  5450. { name: "Kane" },
  5451. {
  5452. front: {
  5453. height: math.unit(6, "feet"),
  5454. weight: math.unit(78, "kg"),
  5455. name: "Front",
  5456. image: {
  5457. source: "./media/characters/kane/front.svg",
  5458. extra: 978 / 899
  5459. }
  5460. },
  5461. },
  5462. [
  5463. {
  5464. name: "Normal",
  5465. height: math.unit(2.1, "m"),
  5466. },
  5467. {
  5468. name: "Macro",
  5469. height: math.unit(1, "km"),
  5470. default: true
  5471. },
  5472. ]
  5473. ))
  5474. characterMakers.push(() => makeCharacter(
  5475. { name: "Tegon" },
  5476. {
  5477. front: {
  5478. height: math.unit(6, "feet"),
  5479. weight: math.unit(200, "kg"),
  5480. name: "Front",
  5481. image: {
  5482. source: "./media/characters/tegon/front.svg",
  5483. bottom: 0.01,
  5484. extra: 1
  5485. }
  5486. },
  5487. },
  5488. [
  5489. {
  5490. name: "Micro",
  5491. height: math.unit(1, "inch")
  5492. },
  5493. {
  5494. name: "Normal",
  5495. height: math.unit(6 + 3 / 12, "feet"),
  5496. default: true
  5497. },
  5498. {
  5499. name: "Macro",
  5500. height: math.unit(300, "feet")
  5501. },
  5502. {
  5503. name: "Megamacro",
  5504. height: math.unit(69, "miles")
  5505. },
  5506. ]
  5507. ))
  5508. characterMakers.push(() => makeCharacter(
  5509. { name: "Arcturax" },
  5510. {
  5511. side: {
  5512. height: math.unit(6, "feet"),
  5513. weight: math.unit(2304, "lbs"),
  5514. name: "Side",
  5515. image: {
  5516. source: "./media/characters/arcturax/side.svg",
  5517. extra: 790 / 376,
  5518. bottom: 0.01
  5519. }
  5520. },
  5521. },
  5522. [
  5523. {
  5524. name: "Micro",
  5525. height: math.unit(2, "inch")
  5526. },
  5527. {
  5528. name: "Normal",
  5529. height: math.unit(6, "feet")
  5530. },
  5531. {
  5532. name: "Macro",
  5533. height: math.unit(39, "feet"),
  5534. default: true
  5535. },
  5536. {
  5537. name: "Megamacro",
  5538. height: math.unit(7, "miles")
  5539. },
  5540. ]
  5541. ))
  5542. characterMakers.push(() => makeCharacter(
  5543. { name: "Sentri" },
  5544. {
  5545. front: {
  5546. height: math.unit(6, "feet"),
  5547. weight: math.unit(50, "lbs"),
  5548. name: "Front",
  5549. image: {
  5550. source: "./media/characters/sentri/front.svg",
  5551. extra: 1750 / 1570,
  5552. bottom: 0.025
  5553. }
  5554. },
  5555. frontAlt: {
  5556. height: math.unit(6, "feet"),
  5557. weight: math.unit(50, "lbs"),
  5558. name: "Front (Alt)",
  5559. image: {
  5560. source: "./media/characters/sentri/front-alt.svg",
  5561. extra: 1750 / 1570,
  5562. bottom: 0.025
  5563. }
  5564. },
  5565. },
  5566. [
  5567. {
  5568. name: "Normal",
  5569. height: math.unit(15, "feet"),
  5570. default: true
  5571. },
  5572. {
  5573. name: "Macro",
  5574. height: math.unit(2500, "feet")
  5575. }
  5576. ]
  5577. ))
  5578. characterMakers.push(() => makeCharacter(
  5579. { name: "Corvin" },
  5580. {
  5581. front: {
  5582. height: math.unit(5 + 8 / 12, "feet"),
  5583. weight: math.unit(130, "lbs"),
  5584. name: "Front",
  5585. image: {
  5586. source: "./media/characters/corvin/front.svg",
  5587. extra: 1803 / 1629
  5588. }
  5589. },
  5590. frontShirt: {
  5591. height: math.unit(5 + 8 / 12, "feet"),
  5592. weight: math.unit(130, "lbs"),
  5593. name: "Front (Shirt)",
  5594. image: {
  5595. source: "./media/characters/corvin/front-shirt.svg",
  5596. extra: 1803 / 1629
  5597. }
  5598. },
  5599. frontPoncho: {
  5600. height: math.unit(5 + 8 / 12, "feet"),
  5601. weight: math.unit(130, "lbs"),
  5602. name: "Front (Poncho)",
  5603. image: {
  5604. source: "./media/characters/corvin/front-poncho.svg",
  5605. extra: 1803 / 1629
  5606. }
  5607. },
  5608. side: {
  5609. height: math.unit(5 + 8 / 12, "feet"),
  5610. weight: math.unit(130, "lbs"),
  5611. name: "Side",
  5612. image: {
  5613. source: "./media/characters/corvin/side.svg",
  5614. extra: 1012 / 945
  5615. }
  5616. },
  5617. back: {
  5618. height: math.unit(5 + 8 / 12, "feet"),
  5619. weight: math.unit(130, "lbs"),
  5620. name: "Back",
  5621. image: {
  5622. source: "./media/characters/corvin/back.svg",
  5623. extra: 1803 / 1629
  5624. }
  5625. },
  5626. },
  5627. [
  5628. {
  5629. name: "Micro",
  5630. height: math.unit(3, "inches")
  5631. },
  5632. {
  5633. name: "Normal",
  5634. height: math.unit(5 + 8 / 12, "feet")
  5635. },
  5636. {
  5637. name: "Macro",
  5638. height: math.unit(300, "feet"),
  5639. default: true
  5640. },
  5641. {
  5642. name: "Megamacro",
  5643. height: math.unit(500, "miles")
  5644. }
  5645. ]
  5646. ))
  5647. characterMakers.push(() => makeCharacter(
  5648. { name: "Q" },
  5649. {
  5650. front: {
  5651. height: math.unit(6, "feet"),
  5652. weight: math.unit(135, "lbs"),
  5653. name: "Front",
  5654. image: {
  5655. source: "./media/characters/q/front.svg",
  5656. extra: 854 / 752,
  5657. bottom: 0.005
  5658. }
  5659. },
  5660. back: {
  5661. height: math.unit(6, "feet"),
  5662. weight: math.unit(130, "lbs"),
  5663. name: "Back",
  5664. image: {
  5665. source: "./media/characters/q/back.svg",
  5666. extra: 854 / 752
  5667. }
  5668. },
  5669. },
  5670. [
  5671. {
  5672. name: "Macro",
  5673. height: math.unit(90, "feet"),
  5674. default: true
  5675. },
  5676. {
  5677. name: "Extra Macro",
  5678. height: math.unit(300, "feet"),
  5679. },
  5680. {
  5681. name: "BIG WALF",
  5682. height: math.unit(750, "feet"),
  5683. },
  5684. ]
  5685. ))
  5686. characterMakers.push(() => makeCharacter(
  5687. { name: "Carley" },
  5688. {
  5689. front: {
  5690. height: math.unit(6, "feet"),
  5691. weight: math.unit(150, "lbs"),
  5692. name: "Front",
  5693. image: {
  5694. source: "./media/characters/carley/front.svg",
  5695. extra: 3927 / 3540,
  5696. bottom: 0.03
  5697. }
  5698. }
  5699. },
  5700. [
  5701. {
  5702. name: "Normal",
  5703. height: math.unit(6 + 3 / 12, "feet")
  5704. },
  5705. {
  5706. name: "Macro",
  5707. height: math.unit(185, "feet"),
  5708. default: true
  5709. },
  5710. {
  5711. name: "Megamacro",
  5712. height: math.unit(8, "miles"),
  5713. },
  5714. ]
  5715. ))
  5716. characterMakers.push(() => makeCharacter(
  5717. { name: "Citrine" },
  5718. {
  5719. front: {
  5720. height: math.unit(3, "feet"),
  5721. weight: math.unit(28, "lbs"),
  5722. name: "Front",
  5723. image: {
  5724. source: "./media/characters/citrine/front.svg"
  5725. }
  5726. }
  5727. },
  5728. [
  5729. {
  5730. name: "Normal",
  5731. height: math.unit(3, "feet"),
  5732. default: true
  5733. }
  5734. ]
  5735. ))
  5736. characterMakers.push(() => makeCharacter(
  5737. { name: "Aura Starwind" },
  5738. {
  5739. front: {
  5740. height: math.unit(14, "feet"),
  5741. weight: math.unit(1450, "kg"),
  5742. name: "Front",
  5743. image: {
  5744. source: "./media/characters/aura-starwind/front.svg",
  5745. extra: 1455 / 1335
  5746. }
  5747. },
  5748. side: {
  5749. height: math.unit(14, "feet"),
  5750. weight: math.unit(1450, "kg"),
  5751. name: "Side",
  5752. image: {
  5753. source: "./media/characters/aura-starwind/side.svg",
  5754. extra: 1654 / 1497
  5755. }
  5756. },
  5757. taur: {
  5758. height: math.unit(18, "feet"),
  5759. weight: math.unit(5500, "kg"),
  5760. name: "Taur",
  5761. image: {
  5762. source: "./media/characters/aura-starwind/taur.svg",
  5763. extra: 1760 / 1650
  5764. }
  5765. },
  5766. feral: {
  5767. height: math.unit(46, "feet"),
  5768. weight: math.unit(25000, "kg"),
  5769. name: "Feral",
  5770. image: {
  5771. source: "./media/characters/aura-starwind/feral.svg"
  5772. }
  5773. },
  5774. },
  5775. [
  5776. {
  5777. name: "Normal",
  5778. height: math.unit(14, "feet"),
  5779. default: true
  5780. },
  5781. {
  5782. name: "Macro",
  5783. height: math.unit(50, "meters")
  5784. },
  5785. {
  5786. name: "Megamacro",
  5787. height: math.unit(5000, "meters")
  5788. },
  5789. {
  5790. name: "Gigamacro",
  5791. height: math.unit(100000, "kilometers")
  5792. },
  5793. ]
  5794. ))
  5795. characterMakers.push(() => makeCharacter(
  5796. { name: "Rivet" },
  5797. {
  5798. front: {
  5799. height: math.unit(2 + 7 / 12, "feet"),
  5800. weight: math.unit(32, "lbs"),
  5801. name: "Front",
  5802. image: {
  5803. source: "./media/characters/rivet/front.svg",
  5804. extra: 1716 / 1658,
  5805. bottom: 0.03
  5806. }
  5807. },
  5808. foot: {
  5809. height: math.unit(0.551, "feet"),
  5810. name: "Rivet's Foot",
  5811. image: {
  5812. source: "./media/characters/rivet/foot.svg"
  5813. },
  5814. rename: true
  5815. }
  5816. },
  5817. [
  5818. {
  5819. name: "Micro",
  5820. height: math.unit(1.5, "inches"),
  5821. },
  5822. {
  5823. name: "Normal",
  5824. height: math.unit(2 + 7 / 12, "feet"),
  5825. default: true
  5826. },
  5827. {
  5828. name: "Macro",
  5829. height: math.unit(85, "feet")
  5830. },
  5831. {
  5832. name: "Megamacro",
  5833. height: math.unit(2.2, "km")
  5834. }
  5835. ]
  5836. ))
  5837. characterMakers.push(() => makeCharacter(
  5838. { name: "Coffee" },
  5839. {
  5840. front: {
  5841. height: math.unit(5 + 9 / 12, "feet"),
  5842. weight: math.unit(150, "lbs"),
  5843. name: "Front",
  5844. image: {
  5845. source: "./media/characters/coffee/front.svg",
  5846. extra: 3666 / 3032,
  5847. bottom: 0.04
  5848. }
  5849. },
  5850. foot: {
  5851. height: math.unit(1.29, "feet"),
  5852. name: "Foot",
  5853. image: {
  5854. source: "./media/characters/coffee/foot.svg"
  5855. }
  5856. },
  5857. },
  5858. [
  5859. {
  5860. name: "Micro",
  5861. height: math.unit(2, "inches"),
  5862. },
  5863. {
  5864. name: "Normal",
  5865. height: math.unit(5 + 9 / 12, "feet"),
  5866. default: true
  5867. },
  5868. {
  5869. name: "Macro",
  5870. height: math.unit(800, "feet")
  5871. },
  5872. {
  5873. name: "Megamacro",
  5874. height: math.unit(25, "miles")
  5875. }
  5876. ]
  5877. ))
  5878. characterMakers.push(() => makeCharacter(
  5879. { name: "Chari-Gal" },
  5880. {
  5881. front: {
  5882. height: math.unit(6, "feet"),
  5883. weight: math.unit(200, "lbs"),
  5884. name: "Front",
  5885. image: {
  5886. source: "./media/characters/chari-gal/front.svg",
  5887. extra: 1568 / 1385,
  5888. bottom: 0.047
  5889. }
  5890. },
  5891. gigantamax: {
  5892. height: math.unit(6 * 16, "feet"),
  5893. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5894. name: "Gigantamax",
  5895. image: {
  5896. source: "./media/characters/chari-gal/gigantamax.svg",
  5897. extra: 1124 / 888,
  5898. bottom: 0.03
  5899. }
  5900. },
  5901. },
  5902. [
  5903. {
  5904. name: "Normal",
  5905. height: math.unit(5 + 7 / 12, "feet")
  5906. },
  5907. {
  5908. name: "Macro",
  5909. height: math.unit(200, "feet"),
  5910. default: true
  5911. }
  5912. ]
  5913. ))
  5914. characterMakers.push(() => makeCharacter(
  5915. { name: "Nova" },
  5916. {
  5917. front: {
  5918. height: math.unit(6, "feet"),
  5919. weight: math.unit(150, "lbs"),
  5920. name: "Front",
  5921. image: {
  5922. source: "./media/characters/nova/front.svg",
  5923. extra: 5000 / 4722,
  5924. bottom: 0.02
  5925. }
  5926. }
  5927. },
  5928. [
  5929. {
  5930. name: "Micro-",
  5931. height: math.unit(0.8, "inches")
  5932. },
  5933. {
  5934. name: "Micro",
  5935. height: math.unit(2, "inches"),
  5936. default: true
  5937. },
  5938. ]
  5939. ))
  5940. characterMakers.push(() => makeCharacter(
  5941. { name: "Argent" },
  5942. {
  5943. front: {
  5944. height: math.unit(3 + 1 / 12, "feet"),
  5945. weight: math.unit(21.7, "lbs"),
  5946. name: "Front",
  5947. image: {
  5948. source: "./media/characters/argent/front.svg",
  5949. extra: 1565 / 1416,
  5950. bottom: 0.01
  5951. }
  5952. }
  5953. },
  5954. [
  5955. {
  5956. name: "Micro",
  5957. height: math.unit(2, "inches")
  5958. },
  5959. {
  5960. name: "Normal",
  5961. height: math.unit(3 + 1 / 12, "feet"),
  5962. default: true
  5963. },
  5964. {
  5965. name: "Macro",
  5966. height: math.unit(120, "feet")
  5967. },
  5968. ]
  5969. ))
  5970. characterMakers.push(() => makeCharacter(
  5971. { name: "Mira al-Cul" },
  5972. {
  5973. lamp: {
  5974. height: math.unit(7 * 1559 / 989, "feet"),
  5975. name: "Magic Lamp",
  5976. image: {
  5977. source: "./media/characters/mira-al-cul/lamp.svg",
  5978. extra: 1617 / 1559
  5979. }
  5980. },
  5981. front: {
  5982. height: math.unit(7, "feet"),
  5983. name: "Front",
  5984. image: {
  5985. source: "./media/characters/mira-al-cul/front.svg",
  5986. extra: 1044 / 990
  5987. }
  5988. },
  5989. },
  5990. [
  5991. {
  5992. name: "Heavily Restricted",
  5993. height: math.unit(7 * 1559 / 989, "feet")
  5994. },
  5995. {
  5996. name: "Freshly Freed",
  5997. height: math.unit(50 * 1559 / 989, "feet")
  5998. },
  5999. {
  6000. name: "World Encompassing",
  6001. height: math.unit(10000 * 1559 / 989, "miles")
  6002. },
  6003. {
  6004. name: "Galactic",
  6005. height: math.unit(1.433 * 1559 / 989, "zettameters")
  6006. },
  6007. {
  6008. name: "Palmed Universe",
  6009. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6010. default: true
  6011. },
  6012. {
  6013. name: "Multiversal Matriarch",
  6014. height: math.unit(8.87e10, "yottameters")
  6015. },
  6016. {
  6017. name: "Void Mother",
  6018. height: math.unit(3.14e110, "yottaparsecs")
  6019. },
  6020. ]
  6021. ))
  6022. characterMakers.push(() => makeCharacter(
  6023. { name: "Kuro-shi Uchū" },
  6024. {
  6025. front: {
  6026. height: math.unit(17 + 1 / 12, "feet"),
  6027. weight: math.unit(476.2 * 5, "lbs"),
  6028. name: "Front",
  6029. image: {
  6030. source: "./media/characters/kuro-shi-uchū/front.svg",
  6031. extra: 2329 / 1835,
  6032. bottom: 0.02
  6033. }
  6034. },
  6035. },
  6036. [
  6037. {
  6038. name: "Micro",
  6039. height: math.unit(2, "inches")
  6040. },
  6041. {
  6042. name: "Normal",
  6043. height: math.unit(12, "meters")
  6044. },
  6045. {
  6046. name: "Planetary",
  6047. height: math.unit(0.00929, "AU"),
  6048. default: true
  6049. },
  6050. {
  6051. name: "Universal",
  6052. height: math.unit(20, "gigaparsecs")
  6053. },
  6054. ]
  6055. ))
  6056. characterMakers.push(() => makeCharacter(
  6057. { name: "Katherine" },
  6058. {
  6059. front: {
  6060. height: math.unit(5 + 2 / 12, "feet"),
  6061. weight: math.unit(120, "lbs"),
  6062. name: "Front",
  6063. image: {
  6064. source: "./media/characters/katherine/front.svg",
  6065. extra: 2075 / 1969
  6066. }
  6067. },
  6068. dress: {
  6069. height: math.unit(5 + 2 / 12, "feet"),
  6070. weight: math.unit(120, "lbs"),
  6071. name: "Dress",
  6072. image: {
  6073. source: "./media/characters/katherine/dress.svg",
  6074. extra: 2258 / 2064
  6075. }
  6076. },
  6077. },
  6078. [
  6079. {
  6080. name: "Micro",
  6081. height: math.unit(1, "inches"),
  6082. default: true
  6083. },
  6084. {
  6085. name: "Normal",
  6086. height: math.unit(5 + 2 / 12, "feet")
  6087. },
  6088. {
  6089. name: "Macro",
  6090. height: math.unit(100, "meters")
  6091. },
  6092. {
  6093. name: "Megamacro",
  6094. height: math.unit(80, "miles")
  6095. },
  6096. ]
  6097. ))
  6098. characterMakers.push(() => makeCharacter(
  6099. { name: "Yevis" },
  6100. {
  6101. front: {
  6102. height: math.unit(7 + 8 / 12, "feet"),
  6103. weight: math.unit(250, "lbs"),
  6104. name: "Front",
  6105. image: {
  6106. source: "./media/characters/yevis/front.svg",
  6107. extra: 1938 / 1755
  6108. }
  6109. }
  6110. },
  6111. [
  6112. {
  6113. name: "Mortal",
  6114. height: math.unit(7 + 8 / 12, "feet")
  6115. },
  6116. {
  6117. name: "Battle",
  6118. height: math.unit(25 + 11 / 12, "feet")
  6119. },
  6120. {
  6121. name: "Wrath",
  6122. height: math.unit(1654 + 11 / 12, "feet")
  6123. },
  6124. {
  6125. name: "Planet Destroyer",
  6126. height: math.unit(12000, "miles")
  6127. },
  6128. {
  6129. name: "Galaxy Conqueror",
  6130. height: math.unit(1.45, "zettameters"),
  6131. default: true
  6132. },
  6133. {
  6134. name: "Universal War",
  6135. height: math.unit(184, "gigaparsecs")
  6136. },
  6137. {
  6138. name: "Eternity War",
  6139. height: math.unit(1.98e55, "yottaparsecs")
  6140. },
  6141. ]
  6142. ))
  6143. characterMakers.push(() => makeCharacter(
  6144. { name: "Xavier" },
  6145. {
  6146. front: {
  6147. height: math.unit(5 + 8 / 12, "feet"),
  6148. weight: math.unit(63, "kg"),
  6149. name: "Front",
  6150. image: {
  6151. source: "./media/characters/xavier/front.svg",
  6152. extra: 944 / 883
  6153. }
  6154. },
  6155. frontStretch: {
  6156. height: math.unit(5 + 8 / 12, "feet"),
  6157. weight: math.unit(63, "kg"),
  6158. name: "Stretching",
  6159. image: {
  6160. source: "./media/characters/xavier/front-stretch.svg",
  6161. extra: 962 / 820
  6162. }
  6163. },
  6164. },
  6165. [
  6166. {
  6167. name: "Normal",
  6168. height: math.unit(5 + 8 / 12, "feet")
  6169. },
  6170. {
  6171. name: "Macro",
  6172. height: math.unit(100, "meters"),
  6173. default: true
  6174. },
  6175. {
  6176. name: "McLargeHuge",
  6177. height: math.unit(10, "miles")
  6178. },
  6179. ]
  6180. ))
  6181. characterMakers.push(() => makeCharacter(
  6182. { name: "Joshii" },
  6183. {
  6184. front: {
  6185. height: math.unit(5 + 5 / 12, "feet"),
  6186. weight: math.unit(150, "lb"),
  6187. name: "Front",
  6188. image: {
  6189. source: "./media/characters/joshii/front.svg"
  6190. }
  6191. },
  6192. foot: {
  6193. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6194. name: "Foot",
  6195. image: {
  6196. source: "./media/characters/joshii/foot.svg"
  6197. }
  6198. },
  6199. },
  6200. [
  6201. {
  6202. name: "Micro",
  6203. height: math.unit(2, "inches")
  6204. },
  6205. {
  6206. name: "Normal",
  6207. height: math.unit(5 + 5 / 12, "feet"),
  6208. default: true
  6209. },
  6210. {
  6211. name: "Macro",
  6212. height: math.unit(785, "feet")
  6213. },
  6214. {
  6215. name: "Megamacro",
  6216. height: math.unit(24.5, "miles")
  6217. },
  6218. ]
  6219. ))
  6220. characterMakers.push(() => makeCharacter(
  6221. { name: "Goddess Elizabeth" },
  6222. {
  6223. front: {
  6224. height: math.unit(6, "feet"),
  6225. weight: math.unit(150, "lb"),
  6226. name: "Front",
  6227. image: {
  6228. source: "./media/characters/goddess-elizabeth/front.svg",
  6229. extra: 1800 / 1525,
  6230. bottom: 0.005
  6231. }
  6232. },
  6233. foot: {
  6234. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6235. name: "Foot",
  6236. image: {
  6237. source: "./media/characters/goddess-elizabeth/foot.svg"
  6238. }
  6239. },
  6240. mouth: {
  6241. height: math.unit(6, "feet"),
  6242. name: "Mouth",
  6243. image: {
  6244. source: "./media/characters/goddess-elizabeth/mouth.svg"
  6245. }
  6246. },
  6247. },
  6248. [
  6249. {
  6250. name: "Micro",
  6251. height: math.unit(12, "feet")
  6252. },
  6253. {
  6254. name: "Normal",
  6255. height: math.unit(80, "miles"),
  6256. default: true
  6257. },
  6258. {
  6259. name: "Macro",
  6260. height: math.unit(15000, "parsecs")
  6261. },
  6262. ]
  6263. ))
  6264. characterMakers.push(() => makeCharacter(
  6265. { name: "Kara" },
  6266. {
  6267. front: {
  6268. height: math.unit(5 + 9 / 12, "feet"),
  6269. weight: math.unit(144, "lb"),
  6270. name: "Front",
  6271. image: {
  6272. source: "./media/characters/kara/front.svg"
  6273. }
  6274. },
  6275. feet: {
  6276. height: math.unit(6 / 6.765, "feet"),
  6277. name: "Kara's Feet",
  6278. rename: true,
  6279. image: {
  6280. source: "./media/characters/kara/feet.svg"
  6281. }
  6282. },
  6283. },
  6284. [
  6285. {
  6286. name: "Normal",
  6287. height: math.unit(5 + 9 / 12, "feet")
  6288. },
  6289. {
  6290. name: "Macro",
  6291. height: math.unit(174, "feet"),
  6292. default: true
  6293. },
  6294. ]
  6295. ))
  6296. characterMakers.push(() => makeCharacter(
  6297. { name: "Tyrone" },
  6298. {
  6299. front: {
  6300. height: math.unit(18, "feet"),
  6301. weight: math.unit(4050, "lb"),
  6302. name: "Front",
  6303. image: {
  6304. source: "./media/characters/tyrone/front.svg",
  6305. extra: 2520 / 2402,
  6306. bottom: 0.025
  6307. }
  6308. },
  6309. },
  6310. [
  6311. {
  6312. name: "Normal",
  6313. height: math.unit(18, "feet"),
  6314. default: true
  6315. },
  6316. {
  6317. name: "Macro",
  6318. height: math.unit(300, "feet")
  6319. },
  6320. ]
  6321. ))
  6322. characterMakers.push(() => makeCharacter(
  6323. { name: "Danny" },
  6324. {
  6325. front: {
  6326. height: math.unit(7 + 8 / 12, "feet"),
  6327. weight: math.unit(120, "lb"),
  6328. name: "Front",
  6329. image: {
  6330. source: "./media/characters/danny/front.svg",
  6331. extra: 1490 / 1350
  6332. }
  6333. },
  6334. back: {
  6335. height: math.unit(7 + 8 / 12, "feet"),
  6336. weight: math.unit(120, "lb"),
  6337. name: "Back",
  6338. image: {
  6339. source: "./media/characters/danny/back.svg",
  6340. extra: 1490 / 1350
  6341. }
  6342. },
  6343. },
  6344. [
  6345. {
  6346. name: "Normal",
  6347. height: math.unit(7 + 8 / 12, "feet"),
  6348. default: true
  6349. },
  6350. ]
  6351. ))
  6352. characterMakers.push(() => makeCharacter(
  6353. { name: "Mallow" },
  6354. {
  6355. front: {
  6356. height: math.unit(3.5, "inches"),
  6357. weight: math.unit(19, "grams"),
  6358. name: "Front",
  6359. image: {
  6360. source: "./media/characters/mallow/front.svg",
  6361. extra: 471 / 431
  6362. }
  6363. },
  6364. back: {
  6365. height: math.unit(3.5, "inches"),
  6366. weight: math.unit(19, "grams"),
  6367. name: "Back",
  6368. image: {
  6369. source: "./media/characters/mallow/back.svg",
  6370. extra: 471 / 431
  6371. }
  6372. },
  6373. },
  6374. [
  6375. {
  6376. name: "Normal",
  6377. height: math.unit(3.5, "inches"),
  6378. default: true
  6379. },
  6380. ]
  6381. ))
  6382. characterMakers.push(() => makeCharacter(
  6383. { name: "Starry Aqua" },
  6384. {
  6385. front: {
  6386. height: math.unit(9, "feet"),
  6387. weight: math.unit(230, "kg"),
  6388. name: "Front",
  6389. image: {
  6390. source: "./media/characters/starry-aqua/front.svg"
  6391. }
  6392. },
  6393. back: {
  6394. height: math.unit(9, "feet"),
  6395. weight: math.unit(230, "kg"),
  6396. name: "Back",
  6397. image: {
  6398. source: "./media/characters/starry-aqua/back.svg"
  6399. }
  6400. },
  6401. hand: {
  6402. height: math.unit(9 * 0.1168, "feet"),
  6403. name: "Hand",
  6404. image: {
  6405. source: "./media/characters/starry-aqua/hand.svg"
  6406. }
  6407. },
  6408. foot: {
  6409. height: math.unit(9 * 0.18, "feet"),
  6410. name: "Foot",
  6411. image: {
  6412. source: "./media/characters/starry-aqua/foot.svg"
  6413. }
  6414. }
  6415. },
  6416. [
  6417. {
  6418. name: "Micro",
  6419. height: math.unit(3, "inches")
  6420. },
  6421. {
  6422. name: "Normal",
  6423. height: math.unit(9, "feet")
  6424. },
  6425. {
  6426. name: "Macro",
  6427. height: math.unit(300, "feet"),
  6428. default: true
  6429. },
  6430. {
  6431. name: "Megamacro",
  6432. height: math.unit(3200, "feet")
  6433. }
  6434. ]
  6435. ))
  6436. characterMakers.push(() => makeCharacter(
  6437. { name: "Luka" },
  6438. {
  6439. front: {
  6440. height: math.unit(6, "feet"),
  6441. weight: math.unit(230, "lb"),
  6442. name: "Front",
  6443. image: {
  6444. source: "./media/characters/luka/front.svg",
  6445. extra: 1,
  6446. bottom: 0.025
  6447. }
  6448. },
  6449. },
  6450. [
  6451. {
  6452. name: "Normal",
  6453. height: math.unit(12 + 8 / 12, "feet"),
  6454. default: true
  6455. },
  6456. {
  6457. name: "Minimacro",
  6458. height: math.unit(20, "feet")
  6459. },
  6460. {
  6461. name: "Macro",
  6462. height: math.unit(250, "feet")
  6463. },
  6464. {
  6465. name: "Megamacro",
  6466. height: math.unit(5, "miles")
  6467. },
  6468. {
  6469. name: "Gigamacro",
  6470. height: math.unit(8000, "miles")
  6471. },
  6472. ]
  6473. ))
  6474. characterMakers.push(() => makeCharacter(
  6475. { name: "Natalie Nightring" },
  6476. {
  6477. front: {
  6478. height: math.unit(6, "feet"),
  6479. weight: math.unit(150, "lb"),
  6480. name: "Front",
  6481. image: {
  6482. source: "./media/characters/natalie-nightring/front.svg",
  6483. extra: 1,
  6484. bottom: 0.06
  6485. }
  6486. },
  6487. },
  6488. [
  6489. {
  6490. name: "Uh Oh",
  6491. height: math.unit(0.1, "mm")
  6492. },
  6493. {
  6494. name: "Small",
  6495. height: math.unit(3, "inches")
  6496. },
  6497. {
  6498. name: "Human Scale",
  6499. height: math.unit(6, "feet")
  6500. },
  6501. {
  6502. name: "Librarian",
  6503. height: math.unit(50, "feet"),
  6504. default: true
  6505. },
  6506. {
  6507. name: "Immense",
  6508. height: math.unit(200, "miles")
  6509. },
  6510. ]
  6511. ))
  6512. characterMakers.push(() => makeCharacter(
  6513. { name: "Danni Rosie" },
  6514. {
  6515. front: {
  6516. height: math.unit(6, "feet"),
  6517. weight: math.unit(180, "lbs"),
  6518. name: "Front",
  6519. image: {
  6520. source: "./media/characters/danni-rosie/front.svg",
  6521. extra: 1260 / 1128,
  6522. bottom: 0.022
  6523. }
  6524. },
  6525. },
  6526. [
  6527. {
  6528. name: "Micro",
  6529. height: math.unit(2, "inches"),
  6530. default: true
  6531. },
  6532. ]
  6533. ))
  6534. characterMakers.push(() => makeCharacter(
  6535. { name: "Samantha Kruse" },
  6536. {
  6537. front: {
  6538. height: math.unit(5 + 9 / 12, "feet"),
  6539. weight: math.unit(220, "lb"),
  6540. name: "Front",
  6541. image: {
  6542. source: "./media/characters/samantha-kruse/front.svg",
  6543. extra: (985 / 935),
  6544. bottom: 0.03
  6545. }
  6546. },
  6547. frontUndressed: {
  6548. height: math.unit(5 + 9 / 12, "feet"),
  6549. weight: math.unit(220, "lb"),
  6550. name: "Front (Undressed)",
  6551. image: {
  6552. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6553. extra: (973 / 923),
  6554. bottom: 0.025
  6555. }
  6556. },
  6557. fat: {
  6558. height: math.unit(5 + 9 / 12, "feet"),
  6559. weight: math.unit(900, "lb"),
  6560. name: "Front (Fat)",
  6561. image: {
  6562. source: "./media/characters/samantha-kruse/fat.svg",
  6563. extra: 2688 / 2561
  6564. }
  6565. },
  6566. },
  6567. [
  6568. {
  6569. name: "Normal",
  6570. height: math.unit(5 + 9 / 12, "feet"),
  6571. default: true
  6572. }
  6573. ]
  6574. ))
  6575. characterMakers.push(() => makeCharacter(
  6576. { name: "Amelia Rosie" },
  6577. {
  6578. back: {
  6579. height: math.unit(5 + 4 / 12, "feet"),
  6580. weight: math.unit(4963, "lb"),
  6581. name: "Back",
  6582. image: {
  6583. source: "./media/characters/amelia-rosie/back.svg",
  6584. extra: 1113 / 963,
  6585. bottom: 0.01
  6586. }
  6587. },
  6588. },
  6589. [
  6590. {
  6591. name: "Level 0",
  6592. height: math.unit(5 + 4 / 12, "feet")
  6593. },
  6594. {
  6595. name: "Level 1",
  6596. height: math.unit(164597, "feet"),
  6597. default: true
  6598. },
  6599. {
  6600. name: "Level 2",
  6601. height: math.unit(956243, "miles")
  6602. },
  6603. {
  6604. name: "Level 3",
  6605. height: math.unit(29421709423, "miles")
  6606. },
  6607. {
  6608. name: "Level 4",
  6609. height: math.unit(154, "lightyears")
  6610. },
  6611. {
  6612. name: "Level 5",
  6613. height: math.unit(4738272, "lightyears")
  6614. },
  6615. {
  6616. name: "Level 6",
  6617. height: math.unit(145787152896, "lightyears")
  6618. },
  6619. ]
  6620. ))
  6621. characterMakers.push(() => makeCharacter(
  6622. { name: "Rook Kitara" },
  6623. {
  6624. front: {
  6625. height: math.unit(5 + 11 / 12, "feet"),
  6626. weight: math.unit(65, "kg"),
  6627. name: "Front",
  6628. image: {
  6629. source: "./media/characters/rook-kitara/front.svg",
  6630. extra: 1347 / 1274,
  6631. bottom: 0.005
  6632. }
  6633. },
  6634. },
  6635. [
  6636. {
  6637. name: "Totally Unfair",
  6638. height: math.unit(1.8, "mm")
  6639. },
  6640. {
  6641. name: "Lap Rookie",
  6642. height: math.unit(1.4, "feet")
  6643. },
  6644. {
  6645. name: "Normal",
  6646. height: math.unit(5 + 11 / 12, "feet"),
  6647. default: true
  6648. },
  6649. {
  6650. name: "How Did This Happen",
  6651. height: math.unit(80, "miles")
  6652. }
  6653. ]
  6654. ))
  6655. characterMakers.push(() => makeCharacter(
  6656. { name: "Pisces" },
  6657. {
  6658. front: {
  6659. height: math.unit(7, "feet"),
  6660. weight: math.unit(300, "lb"),
  6661. name: "Front",
  6662. image: {
  6663. source: "./media/characters/pisces/front.svg",
  6664. extra: 2255 / 2115,
  6665. bottom: 0.03
  6666. }
  6667. },
  6668. back: {
  6669. height: math.unit(7, "feet"),
  6670. weight: math.unit(300, "lb"),
  6671. name: "Back",
  6672. image: {
  6673. source: "./media/characters/pisces/back.svg",
  6674. extra: 2146 / 2055,
  6675. bottom: 0.04
  6676. }
  6677. },
  6678. },
  6679. [
  6680. {
  6681. name: "Normal",
  6682. height: math.unit(7, "feet"),
  6683. default: true
  6684. },
  6685. {
  6686. name: "Swimming Pool",
  6687. height: math.unit(12.2, "meters")
  6688. },
  6689. {
  6690. name: "Olympic Swimming Pool",
  6691. height: math.unit(56.3, "meters")
  6692. },
  6693. {
  6694. name: "Lake Superior",
  6695. height: math.unit(93900, "meters")
  6696. },
  6697. {
  6698. name: "Mediterranean Sea",
  6699. height: math.unit(644457, "meters")
  6700. },
  6701. {
  6702. name: "World's Oceans",
  6703. height: math.unit(4567491, "meters")
  6704. },
  6705. ]
  6706. ))
  6707. characterMakers.push(() => makeCharacter(
  6708. { name: "Zelas" },
  6709. {
  6710. front: {
  6711. height: math.unit(2.3, "meters"),
  6712. weight: math.unit(120, "kg"),
  6713. name: "Front",
  6714. image: {
  6715. source: "./media/characters/zelas/front.svg"
  6716. }
  6717. },
  6718. side: {
  6719. height: math.unit(2.3, "meters"),
  6720. weight: math.unit(120, "kg"),
  6721. name: "Side",
  6722. image: {
  6723. source: "./media/characters/zelas/side.svg"
  6724. }
  6725. },
  6726. back: {
  6727. height: math.unit(2.3, "meters"),
  6728. weight: math.unit(120, "kg"),
  6729. name: "Back",
  6730. image: {
  6731. source: "./media/characters/zelas/back.svg"
  6732. }
  6733. },
  6734. foot: {
  6735. height: math.unit(1.116, "feet"),
  6736. name: "Foot",
  6737. image: {
  6738. source: "./media/characters/zelas/foot.svg"
  6739. }
  6740. },
  6741. },
  6742. [
  6743. {
  6744. name: "Normal",
  6745. height: math.unit(2.3, "meters")
  6746. },
  6747. {
  6748. name: "Macro",
  6749. height: math.unit(30, "meters"),
  6750. default: true
  6751. },
  6752. ]
  6753. ))
  6754. characterMakers.push(() => makeCharacter(
  6755. { name: "Talbot" },
  6756. {
  6757. front: {
  6758. height: math.unit(1, "inch"),
  6759. weight: math.unit(0.21, "grams"),
  6760. name: "Front",
  6761. image: {
  6762. source: "./media/characters/talbot/front.svg",
  6763. extra: 594 / 544
  6764. }
  6765. },
  6766. },
  6767. [
  6768. {
  6769. name: "Micro",
  6770. height: math.unit(1, "inch"),
  6771. default: true
  6772. },
  6773. ]
  6774. ))
  6775. characterMakers.push(() => makeCharacter(
  6776. { name: "Fliss" },
  6777. {
  6778. front: {
  6779. height: math.unit(3 + 3 / 12, "feet"),
  6780. weight: math.unit(51.8, "lb"),
  6781. name: "Front",
  6782. image: {
  6783. source: "./media/characters/fliss/front.svg",
  6784. extra: 840 / 640
  6785. }
  6786. },
  6787. },
  6788. [
  6789. {
  6790. name: "Teeny Tiny",
  6791. height: math.unit(1, "mm")
  6792. },
  6793. {
  6794. name: "Small",
  6795. height: math.unit(1, "inch"),
  6796. default: true
  6797. },
  6798. {
  6799. name: "Standard Sylveon",
  6800. height: math.unit(3 + 3 / 12, "feet")
  6801. },
  6802. {
  6803. name: "Large Nuisance",
  6804. height: math.unit(33, "feet")
  6805. },
  6806. {
  6807. name: "City Filler",
  6808. height: math.unit(3000, "feet")
  6809. },
  6810. {
  6811. name: "New Horizon",
  6812. height: math.unit(6000, "miles")
  6813. },
  6814. ]
  6815. ))
  6816. characterMakers.push(() => makeCharacter(
  6817. { name: "Fleta" },
  6818. {
  6819. front: {
  6820. height: math.unit(5, "cm"),
  6821. weight: math.unit(1.94, "g"),
  6822. name: "Front",
  6823. image: {
  6824. source: "./media/characters/fleta/front.svg",
  6825. extra: 835 / 803
  6826. }
  6827. },
  6828. back: {
  6829. height: math.unit(5, "cm"),
  6830. weight: math.unit(1.94, "g"),
  6831. name: "Back",
  6832. image: {
  6833. source: "./media/characters/fleta/back.svg",
  6834. extra: 835 / 803
  6835. }
  6836. },
  6837. },
  6838. [
  6839. {
  6840. name: "Micro",
  6841. height: math.unit(5, "cm"),
  6842. default: true
  6843. },
  6844. ]
  6845. ))
  6846. characterMakers.push(() => makeCharacter(
  6847. { name: "Dominic" },
  6848. {
  6849. front: {
  6850. height: math.unit(6, "feet"),
  6851. weight: math.unit(225, "lb"),
  6852. name: "Front",
  6853. image: {
  6854. source: "./media/characters/dominic/front.svg",
  6855. extra: 1770 / 1620,
  6856. bottom: 0.025
  6857. }
  6858. },
  6859. back: {
  6860. height: math.unit(6, "feet"),
  6861. weight: math.unit(225, "lb"),
  6862. name: "Back",
  6863. image: {
  6864. source: "./media/characters/dominic/back.svg",
  6865. extra: 1745 / 1620,
  6866. bottom: 0.065
  6867. }
  6868. },
  6869. },
  6870. [
  6871. {
  6872. name: "Nano",
  6873. height: math.unit(0.1, "mm")
  6874. },
  6875. {
  6876. name: "Micro-",
  6877. height: math.unit(1, "mm")
  6878. },
  6879. {
  6880. name: "Micro",
  6881. height: math.unit(4, "inches")
  6882. },
  6883. {
  6884. name: "Normal",
  6885. height: math.unit(6 + 4 / 12, "feet"),
  6886. default: true
  6887. },
  6888. {
  6889. name: "Macro",
  6890. height: math.unit(115, "feet")
  6891. },
  6892. {
  6893. name: "Macro+",
  6894. height: math.unit(955, "feet")
  6895. },
  6896. {
  6897. name: "Megamacro",
  6898. height: math.unit(8990, "feet")
  6899. },
  6900. {
  6901. name: "Gigmacro",
  6902. height: math.unit(9310, "miles")
  6903. },
  6904. {
  6905. name: "Teramacro",
  6906. height: math.unit(1567005010, "miles")
  6907. },
  6908. {
  6909. name: "Examacro",
  6910. height: math.unit(1425, "parsecs")
  6911. },
  6912. ]
  6913. ))
  6914. characterMakers.push(() => makeCharacter(
  6915. { name: "Major Colonel" },
  6916. {
  6917. front: {
  6918. height: math.unit(400, "feet"),
  6919. weight: math.unit(44444444, "lb"),
  6920. name: "Front",
  6921. image: {
  6922. source: "./media/characters/major-colonel/front.svg"
  6923. }
  6924. },
  6925. back: {
  6926. height: math.unit(400, "feet"),
  6927. weight: math.unit(44444444, "lb"),
  6928. name: "Back",
  6929. image: {
  6930. source: "./media/characters/major-colonel/back.svg"
  6931. }
  6932. },
  6933. },
  6934. [
  6935. {
  6936. name: "Macro",
  6937. height: math.unit(400, "feet"),
  6938. default: true
  6939. },
  6940. ]
  6941. ))
  6942. characterMakers.push(() => makeCharacter(
  6943. { name: "Axel Lycan" },
  6944. {
  6945. front: {
  6946. height: math.unit(6, "feet"),
  6947. weight: math.unit(120, "lb"),
  6948. name: "Front",
  6949. image: {
  6950. source: "./media/characters/axel-lycan/front.svg",
  6951. extra: 1,
  6952. bottom: 0.08
  6953. }
  6954. },
  6955. },
  6956. [
  6957. {
  6958. name: "Macro",
  6959. height: math.unit(1, "km"),
  6960. default: true
  6961. },
  6962. ]
  6963. ))
  6964. characterMakers.push(() => makeCharacter(
  6965. { name: "Vanrel (Hyena)" },
  6966. {
  6967. front: {
  6968. height: math.unit(5 + 9 / 12, "feet"),
  6969. weight: math.unit(175, "lb"),
  6970. name: "Front",
  6971. image: {
  6972. source: "./media/characters/vanrel-hyena/front.svg",
  6973. extra: 1086 / 1010,
  6974. bottom: 0.04
  6975. }
  6976. },
  6977. },
  6978. [
  6979. {
  6980. name: "Normal",
  6981. height: math.unit(5 + 9 / 12, "feet"),
  6982. default: true
  6983. },
  6984. ]
  6985. ))
  6986. characterMakers.push(() => makeCharacter(
  6987. { name: "Abbott Absol" },
  6988. {
  6989. front: {
  6990. height: math.unit(6, "feet"),
  6991. weight: math.unit(103, "lb"),
  6992. name: "Front",
  6993. image: {
  6994. source: "./media/characters/abbott-absol/front.svg",
  6995. extra: 2010 / 1842
  6996. }
  6997. },
  6998. },
  6999. [
  7000. {
  7001. name: "Megamicro",
  7002. height: math.unit(0.1, "mm")
  7003. },
  7004. {
  7005. name: "Micro",
  7006. height: math.unit(1, "inch")
  7007. },
  7008. {
  7009. name: "Normal",
  7010. height: math.unit(6, "feet"),
  7011. default: true
  7012. },
  7013. ]
  7014. ))
  7015. characterMakers.push(() => makeCharacter(
  7016. { name: "Hector" },
  7017. {
  7018. front: {
  7019. height: math.unit(6, "feet"),
  7020. weight: math.unit(264, "lb"),
  7021. name: "Front",
  7022. image: {
  7023. source: "./media/characters/hector/front.svg",
  7024. extra: 2280 / 2130,
  7025. bottom: 0.07
  7026. }
  7027. },
  7028. },
  7029. [
  7030. {
  7031. name: "Normal",
  7032. height: math.unit(12.25, "foot"),
  7033. default: true
  7034. },
  7035. {
  7036. name: "Macro",
  7037. height: math.unit(160, "feet")
  7038. },
  7039. ]
  7040. ))
  7041. characterMakers.push(() => makeCharacter(
  7042. { name: "Sal" },
  7043. {
  7044. front: {
  7045. height: math.unit(6, "feet"),
  7046. weight: math.unit(150, "lb"),
  7047. name: "Front",
  7048. image: {
  7049. source: "./media/characters/sal/front.svg",
  7050. extra: 1846 / 1699,
  7051. bottom: 0.04
  7052. }
  7053. },
  7054. },
  7055. [
  7056. {
  7057. name: "Megamacro",
  7058. height: math.unit(10, "miles"),
  7059. default: true
  7060. },
  7061. ]
  7062. ))
  7063. characterMakers.push(() => makeCharacter(
  7064. { name: "Ranger" },
  7065. {
  7066. front: {
  7067. height: math.unit(3, "meters"),
  7068. weight: math.unit(450, "kg"),
  7069. name: "front",
  7070. image: {
  7071. source: "./media/characters/ranger/front.svg",
  7072. extra: 2401 / 2243,
  7073. bottom: 0.05
  7074. }
  7075. },
  7076. },
  7077. [
  7078. {
  7079. name: "Normal",
  7080. height: math.unit(3, "meters"),
  7081. default: true
  7082. },
  7083. ]
  7084. ))
  7085. characterMakers.push(() => makeCharacter(
  7086. { name: "Theresa" },
  7087. {
  7088. front: {
  7089. height: math.unit(14, "feet"),
  7090. weight: math.unit(800, "kg"),
  7091. name: "Front",
  7092. image: {
  7093. source: "./media/characters/theresa/front.svg",
  7094. extra: 3575 / 3346,
  7095. bottom: 0.03
  7096. }
  7097. },
  7098. },
  7099. [
  7100. {
  7101. name: "Normal",
  7102. height: math.unit(14, "feet"),
  7103. default: true
  7104. },
  7105. ]
  7106. ))
  7107. characterMakers.push(() => makeCharacter(
  7108. { name: "Ine" },
  7109. {
  7110. front: {
  7111. height: math.unit(6, "feet"),
  7112. weight: math.unit(3, "kg"),
  7113. name: "Front",
  7114. image: {
  7115. source: "./media/characters/ine/front.svg",
  7116. extra: 678 / 539,
  7117. bottom: 0.023
  7118. }
  7119. },
  7120. },
  7121. [
  7122. {
  7123. name: "Normal",
  7124. height: math.unit(2.265, "feet"),
  7125. default: true
  7126. },
  7127. ]
  7128. ))
  7129. characterMakers.push(() => makeCharacter(
  7130. { name: "Vial" },
  7131. {
  7132. front: {
  7133. height: math.unit(5, "feet"),
  7134. weight: math.unit(30, "kg"),
  7135. name: "Front",
  7136. image: {
  7137. source: "./media/characters/vial/front.svg",
  7138. extra: 1365 / 1277,
  7139. bottom: 0.04
  7140. }
  7141. },
  7142. },
  7143. [
  7144. {
  7145. name: "Normal",
  7146. height: math.unit(5, "feet"),
  7147. default: true
  7148. },
  7149. ]
  7150. ))
  7151. characterMakers.push(() => makeCharacter(
  7152. { name: "Rovoska" },
  7153. {
  7154. side: {
  7155. height: math.unit(3.4, "meters"),
  7156. weight: math.unit(1000, "lb"),
  7157. name: "Side",
  7158. image: {
  7159. source: "./media/characters/rovoska/side.svg",
  7160. extra: 4403 / 1515
  7161. }
  7162. },
  7163. },
  7164. [
  7165. {
  7166. name: "Normal",
  7167. height: math.unit(3.4, "meters"),
  7168. default: true
  7169. },
  7170. ]
  7171. ))
  7172. characterMakers.push(() => makeCharacter(
  7173. { name: "Gunner Rotthbauer" },
  7174. {
  7175. front: {
  7176. height: math.unit(8, "feet"),
  7177. weight: math.unit(315, "lb"),
  7178. name: "Front",
  7179. image: {
  7180. source: "./media/characters/gunner-rotthbauer/front.svg"
  7181. }
  7182. },
  7183. back: {
  7184. height: math.unit(8, "feet"),
  7185. weight: math.unit(315, "lb"),
  7186. name: "Back",
  7187. image: {
  7188. source: "./media/characters/gunner-rotthbauer/back.svg"
  7189. }
  7190. },
  7191. },
  7192. [
  7193. {
  7194. name: "Micro",
  7195. height: math.unit(3.5, "inches")
  7196. },
  7197. {
  7198. name: "Normal",
  7199. height: math.unit(8, "feet"),
  7200. default: true
  7201. },
  7202. {
  7203. name: "Macro",
  7204. height: math.unit(250, "feet")
  7205. },
  7206. {
  7207. name: "Megamacro",
  7208. height: math.unit(1, "AU")
  7209. },
  7210. ]
  7211. ))
  7212. characterMakers.push(() => makeCharacter(
  7213. { name: "Allatia" },
  7214. {
  7215. front: {
  7216. height: math.unit(5 + 5 / 12, "feet"),
  7217. weight: math.unit(140, "lb"),
  7218. name: "Front",
  7219. image: {
  7220. source: "./media/characters/allatia/front.svg",
  7221. extra: 1227 / 1180,
  7222. bottom: 0.027
  7223. }
  7224. },
  7225. },
  7226. [
  7227. {
  7228. name: "Normal",
  7229. height: math.unit(5 + 5 / 12, "feet")
  7230. },
  7231. {
  7232. name: "Macro",
  7233. height: math.unit(250, "feet"),
  7234. default: true
  7235. },
  7236. {
  7237. name: "Megamacro",
  7238. height: math.unit(8, "miles")
  7239. }
  7240. ]
  7241. ))
  7242. characterMakers.push(() => makeCharacter(
  7243. { name: "Tene" },
  7244. {
  7245. front: {
  7246. height: math.unit(6, "feet"),
  7247. weight: math.unit(120, "lb"),
  7248. name: "Front",
  7249. image: {
  7250. source: "./media/characters/tene/front.svg",
  7251. extra: 1728 / 1578,
  7252. bottom: 0.022
  7253. }
  7254. },
  7255. stomping: {
  7256. height: math.unit(2.025, "meters"),
  7257. weight: math.unit(120, "lb"),
  7258. name: "Stomping",
  7259. image: {
  7260. source: "./media/characters/tene/stomping.svg",
  7261. extra: 938 / 873,
  7262. bottom: 0.01
  7263. }
  7264. },
  7265. sitting: {
  7266. height: math.unit(1, "meter"),
  7267. weight: math.unit(120, "lb"),
  7268. name: "Sitting",
  7269. image: {
  7270. source: "./media/characters/tene/sitting.svg",
  7271. extra: 437 / 415,
  7272. bottom: 0.1
  7273. }
  7274. },
  7275. feral: {
  7276. height: math.unit(3.9, "feet"),
  7277. weight: math.unit(250, "lb"),
  7278. name: "Feral",
  7279. image: {
  7280. source: "./media/characters/tene/feral.svg",
  7281. extra: 717 / 458,
  7282. bottom: 0.179
  7283. }
  7284. },
  7285. },
  7286. [
  7287. {
  7288. name: "Normal",
  7289. height: math.unit(6, "feet")
  7290. },
  7291. {
  7292. name: "Macro",
  7293. height: math.unit(300, "feet"),
  7294. default: true
  7295. },
  7296. {
  7297. name: "Megamacro",
  7298. height: math.unit(5, "miles")
  7299. },
  7300. ]
  7301. ))
  7302. characterMakers.push(() => makeCharacter(
  7303. { name: "Evander" },
  7304. {
  7305. side: {
  7306. height: math.unit(6, "feet"),
  7307. name: "Side",
  7308. image: {
  7309. source: "./media/characters/evander/side.svg",
  7310. extra: 877 / 477
  7311. }
  7312. },
  7313. },
  7314. [
  7315. {
  7316. name: "Normal",
  7317. height: math.unit(0.83, "meters"),
  7318. default: true
  7319. },
  7320. ]
  7321. ))
  7322. characterMakers.push(() => makeCharacter(
  7323. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7324. {
  7325. front: {
  7326. height: math.unit(12, "feet"),
  7327. weight: math.unit(1000, "lb"),
  7328. name: "Front",
  7329. image: {
  7330. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7331. extra: 1762 / 1611
  7332. }
  7333. },
  7334. back: {
  7335. height: math.unit(12, "feet"),
  7336. weight: math.unit(1000, "lb"),
  7337. name: "Back",
  7338. image: {
  7339. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7340. extra: 1762 / 1611
  7341. }
  7342. },
  7343. },
  7344. [
  7345. {
  7346. name: "Normal",
  7347. height: math.unit(12, "feet"),
  7348. default: true
  7349. },
  7350. {
  7351. name: "Kaiju",
  7352. height: math.unit(150, "feet")
  7353. },
  7354. ]
  7355. ))
  7356. characterMakers.push(() => makeCharacter(
  7357. { name: "Zero Alurus" },
  7358. {
  7359. front: {
  7360. height: math.unit(6, "feet"),
  7361. weight: math.unit(150, "lb"),
  7362. name: "Front",
  7363. image: {
  7364. source: "./media/characters/zero-alurus/front.svg"
  7365. }
  7366. },
  7367. back: {
  7368. height: math.unit(6, "feet"),
  7369. weight: math.unit(150, "lb"),
  7370. name: "Back",
  7371. image: {
  7372. source: "./media/characters/zero-alurus/back.svg"
  7373. }
  7374. },
  7375. },
  7376. [
  7377. {
  7378. name: "Normal",
  7379. height: math.unit(5 + 10 / 12, "feet")
  7380. },
  7381. {
  7382. name: "Macro",
  7383. height: math.unit(60, "feet"),
  7384. default: true
  7385. },
  7386. {
  7387. name: "Macro+",
  7388. height: math.unit(450, "feet")
  7389. },
  7390. ]
  7391. ))
  7392. characterMakers.push(() => makeCharacter(
  7393. { name: "Mega Shi" },
  7394. {
  7395. front: {
  7396. height: math.unit(6, "feet"),
  7397. weight: math.unit(200, "lb"),
  7398. name: "Front",
  7399. image: {
  7400. source: "./media/characters/mega-shi/front.svg",
  7401. extra: 1279 / 1250,
  7402. bottom: 0.02
  7403. }
  7404. },
  7405. back: {
  7406. height: math.unit(6, "feet"),
  7407. weight: math.unit(200, "lb"),
  7408. name: "Back",
  7409. image: {
  7410. source: "./media/characters/mega-shi/back.svg",
  7411. extra: 1279 / 1250,
  7412. bottom: 0.02
  7413. }
  7414. },
  7415. },
  7416. [
  7417. {
  7418. name: "Micro",
  7419. height: math.unit(16 + 6 / 12, "feet")
  7420. },
  7421. {
  7422. name: "Normal",
  7423. height: math.unit(660, "feet"),
  7424. default: true
  7425. },
  7426. {
  7427. name: "Megamacro",
  7428. height: math.unit(10, "miles")
  7429. },
  7430. {
  7431. name: "Planetary Launch",
  7432. height: math.unit(500, "miles")
  7433. },
  7434. {
  7435. name: "Interstellar",
  7436. height: math.unit(1e9, "miles")
  7437. },
  7438. {
  7439. name: "Leaving the Universe",
  7440. height: math.unit(1, "gigaparsec")
  7441. },
  7442. {
  7443. name: "Travelling Universes",
  7444. height: math.unit(30e15, "parsecs")
  7445. },
  7446. ]
  7447. ))
  7448. characterMakers.push(() => makeCharacter(
  7449. { name: "Odyssey" },
  7450. {
  7451. front: {
  7452. height: math.unit(6, "feet"),
  7453. weight: math.unit(150, "lb"),
  7454. name: "Front",
  7455. image: {
  7456. source: "./media/characters/odyssey/front.svg",
  7457. extra: 1782 / 1582,
  7458. bottom: 0.01
  7459. }
  7460. },
  7461. side: {
  7462. height: math.unit(5.7, "feet"),
  7463. weight: math.unit(140, "lb"),
  7464. name: "Side",
  7465. image: {
  7466. source: "./media/characters/odyssey/side.svg",
  7467. extra: 6462 / 5700
  7468. }
  7469. },
  7470. },
  7471. [
  7472. {
  7473. name: "Normal",
  7474. height: math.unit(5 + 4 / 12, "feet")
  7475. },
  7476. {
  7477. name: "Macro",
  7478. height: math.unit(1, "km")
  7479. },
  7480. {
  7481. name: "Megamacro",
  7482. height: math.unit(3000, "km")
  7483. },
  7484. {
  7485. name: "Gigamacro",
  7486. height: math.unit(1, "AU"),
  7487. default: true
  7488. },
  7489. {
  7490. name: "Omniversal",
  7491. height: math.unit(100e14, "lightyears")
  7492. },
  7493. ]
  7494. ))
  7495. characterMakers.push(() => makeCharacter(
  7496. { name: "Mekuto" },
  7497. {
  7498. front: {
  7499. height: math.unit(6, "feet"),
  7500. weight: math.unit(300, "lb"),
  7501. name: "Front",
  7502. image: {
  7503. source: "./media/characters/mekuto/front.svg",
  7504. extra: 921 / 832,
  7505. bottom: 0.03
  7506. }
  7507. },
  7508. hand: {
  7509. height: math.unit(6 / 10.24, "feet"),
  7510. name: "Hand",
  7511. image: {
  7512. source: "./media/characters/mekuto/hand.svg"
  7513. }
  7514. },
  7515. foot: {
  7516. height: math.unit(6 / 5.05, "feet"),
  7517. name: "Foot",
  7518. image: {
  7519. source: "./media/characters/mekuto/foot.svg"
  7520. }
  7521. },
  7522. },
  7523. [
  7524. {
  7525. name: "Minimicro",
  7526. height: math.unit(0.2, "inches")
  7527. },
  7528. {
  7529. name: "Micro",
  7530. height: math.unit(1.5, "inches")
  7531. },
  7532. {
  7533. name: "Normal",
  7534. height: math.unit(5 + 11 / 12, "feet"),
  7535. default: true
  7536. },
  7537. {
  7538. name: "Minimacro",
  7539. height: math.unit(17 + 9 / 12, "feet")
  7540. },
  7541. {
  7542. name: "Macro",
  7543. height: math.unit(177.5, "feet")
  7544. },
  7545. {
  7546. name: "Megamacro",
  7547. height: math.unit(152, "miles")
  7548. },
  7549. ]
  7550. ))
  7551. characterMakers.push(() => makeCharacter(
  7552. { name: "Dafydd Tomos" },
  7553. {
  7554. front: {
  7555. height: math.unit(6.5, "inches"),
  7556. weight: math.unit(13, "oz"),
  7557. name: "Front",
  7558. image: {
  7559. source: "./media/characters/dafydd-tomos/front.svg",
  7560. extra: 2990 / 2603,
  7561. bottom: 0.03
  7562. }
  7563. },
  7564. },
  7565. [
  7566. {
  7567. name: "Micro",
  7568. height: math.unit(6.5, "inches"),
  7569. default: true
  7570. },
  7571. ]
  7572. ))
  7573. characterMakers.push(() => makeCharacter(
  7574. { name: "Splinter" },
  7575. {
  7576. front: {
  7577. height: math.unit(6, "feet"),
  7578. weight: math.unit(150, "lb"),
  7579. name: "Front",
  7580. image: {
  7581. source: "./media/characters/splinter/front.svg",
  7582. extra: 2990 / 2882,
  7583. bottom: 0.04
  7584. }
  7585. },
  7586. back: {
  7587. height: math.unit(6, "feet"),
  7588. weight: math.unit(150, "lb"),
  7589. name: "Back",
  7590. image: {
  7591. source: "./media/characters/splinter/back.svg",
  7592. extra: 2990 / 2882,
  7593. bottom: 0.04
  7594. }
  7595. },
  7596. },
  7597. [
  7598. {
  7599. name: "Normal",
  7600. height: math.unit(6, "feet")
  7601. },
  7602. {
  7603. name: "Macro",
  7604. height: math.unit(230, "meters"),
  7605. default: true
  7606. },
  7607. ]
  7608. ))
  7609. characterMakers.push(() => makeCharacter(
  7610. { name: "SnowGabumon" },
  7611. {
  7612. front: {
  7613. height: math.unit(4 + 10 / 12, "feet"),
  7614. weight: math.unit(480, "lb"),
  7615. name: "Front",
  7616. image: {
  7617. source: "./media/characters/snow-gabumon/front.svg",
  7618. extra: 1140 / 963,
  7619. bottom: 0.058
  7620. }
  7621. },
  7622. back: {
  7623. height: math.unit(4 + 10 / 12, "feet"),
  7624. weight: math.unit(480, "lb"),
  7625. name: "Back",
  7626. image: {
  7627. source: "./media/characters/snow-gabumon/back.svg",
  7628. extra: 1115 / 962,
  7629. bottom: 0.041
  7630. }
  7631. },
  7632. frontUndresed: {
  7633. height: math.unit(4 + 10 / 12, "feet"),
  7634. weight: math.unit(480, "lb"),
  7635. name: "Front (Undressed)",
  7636. image: {
  7637. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7638. extra: 1061 / 960,
  7639. bottom: 0.045
  7640. }
  7641. },
  7642. },
  7643. [
  7644. {
  7645. name: "Micro",
  7646. height: math.unit(1, "inch")
  7647. },
  7648. {
  7649. name: "Normal",
  7650. height: math.unit(4 + 10 / 12, "feet"),
  7651. default: true
  7652. },
  7653. {
  7654. name: "Macro",
  7655. height: math.unit(200, "feet")
  7656. },
  7657. {
  7658. name: "Megamacro",
  7659. height: math.unit(120, "miles")
  7660. },
  7661. {
  7662. name: "Gigamacro",
  7663. height: math.unit(9800, "miles")
  7664. },
  7665. ]
  7666. ))
  7667. characterMakers.push(() => makeCharacter(
  7668. { name: "Moody" },
  7669. {
  7670. front: {
  7671. height: math.unit(1.7, "meters"),
  7672. weight: math.unit(140, "lb"),
  7673. name: "Front",
  7674. image: {
  7675. source: "./media/characters/moody/front.svg",
  7676. extra: 3226 / 3007,
  7677. bottom: 0.087
  7678. }
  7679. },
  7680. },
  7681. [
  7682. {
  7683. name: "Micro",
  7684. height: math.unit(1, "mm")
  7685. },
  7686. {
  7687. name: "Normal",
  7688. height: math.unit(1.7, "meters"),
  7689. default: true
  7690. },
  7691. {
  7692. name: "Macro",
  7693. height: math.unit(80, "meters")
  7694. },
  7695. {
  7696. name: "Macro+",
  7697. height: math.unit(500, "meters")
  7698. },
  7699. ]
  7700. ))
  7701. characterMakers.push(() => makeCharacter(
  7702. { name: "Zyas" },
  7703. {
  7704. front: {
  7705. height: math.unit(6, "feet"),
  7706. weight: math.unit(150, "lb"),
  7707. name: "Front",
  7708. image: {
  7709. source: "./media/characters/zyas/front.svg",
  7710. extra: 1180 / 1120,
  7711. bottom: 0.045
  7712. }
  7713. },
  7714. },
  7715. [
  7716. {
  7717. name: "Normal",
  7718. height: math.unit(10, "feet"),
  7719. default: true
  7720. },
  7721. {
  7722. name: "Macro",
  7723. height: math.unit(500, "feet")
  7724. },
  7725. {
  7726. name: "Megamacro",
  7727. height: math.unit(5, "miles")
  7728. },
  7729. {
  7730. name: "Teramacro",
  7731. height: math.unit(150000, "miles")
  7732. },
  7733. ]
  7734. ))
  7735. characterMakers.push(() => makeCharacter(
  7736. { name: "Cuon" },
  7737. {
  7738. front: {
  7739. height: math.unit(6, "feet"),
  7740. weight: math.unit(150, "lb"),
  7741. name: "Front",
  7742. image: {
  7743. source: "./media/characters/cuon/front.svg",
  7744. extra: 1390 / 1320,
  7745. bottom: 0.008
  7746. }
  7747. },
  7748. },
  7749. [
  7750. {
  7751. name: "Micro",
  7752. height: math.unit(3, "inches")
  7753. },
  7754. {
  7755. name: "Normal",
  7756. height: math.unit(18 + 9 / 12, "feet"),
  7757. default: true
  7758. },
  7759. {
  7760. name: "Macro",
  7761. height: math.unit(360, "feet")
  7762. },
  7763. {
  7764. name: "Megamacro",
  7765. height: math.unit(360, "miles")
  7766. },
  7767. ]
  7768. ))
  7769. characterMakers.push(() => makeCharacter(
  7770. { name: "Nyanuxk" },
  7771. {
  7772. front: {
  7773. height: math.unit(2.4, "meters"),
  7774. weight: math.unit(70, "kg"),
  7775. name: "Front",
  7776. image: {
  7777. source: "./media/characters/nyanuxk/front.svg",
  7778. extra: 1172 / 1084,
  7779. bottom: 0.065
  7780. }
  7781. },
  7782. side: {
  7783. height: math.unit(2.4, "meters"),
  7784. weight: math.unit(70, "kg"),
  7785. name: "Side",
  7786. image: {
  7787. source: "./media/characters/nyanuxk/side.svg",
  7788. extra: 1190 / 1132,
  7789. bottom: 0.007
  7790. }
  7791. },
  7792. back: {
  7793. height: math.unit(2.4, "meters"),
  7794. weight: math.unit(70, "kg"),
  7795. name: "Back",
  7796. image: {
  7797. source: "./media/characters/nyanuxk/back.svg",
  7798. extra: 1200 / 1141,
  7799. bottom: 0.015
  7800. }
  7801. },
  7802. foot: {
  7803. height: math.unit(0.52, "meters"),
  7804. name: "Foot",
  7805. image: {
  7806. source: "./media/characters/nyanuxk/foot.svg"
  7807. }
  7808. },
  7809. },
  7810. [
  7811. {
  7812. name: "Micro",
  7813. height: math.unit(2, "cm")
  7814. },
  7815. {
  7816. name: "Normal",
  7817. height: math.unit(2.4, "meters"),
  7818. default: true
  7819. },
  7820. {
  7821. name: "Smaller Macro",
  7822. height: math.unit(120, "meters")
  7823. },
  7824. {
  7825. name: "Bigger Macro",
  7826. height: math.unit(1.2, "km")
  7827. },
  7828. {
  7829. name: "Megamacro",
  7830. height: math.unit(15, "kilometers")
  7831. },
  7832. {
  7833. name: "Gigamacro",
  7834. height: math.unit(2000, "km")
  7835. },
  7836. {
  7837. name: "Teramacro",
  7838. height: math.unit(500000, "km")
  7839. },
  7840. ]
  7841. ))
  7842. characterMakers.push(() => makeCharacter(
  7843. { name: "Ailbhe" },
  7844. {
  7845. side: {
  7846. height: math.unit(6, "feet"),
  7847. name: "Side",
  7848. image: {
  7849. source: "./media/characters/ailbhe/side.svg",
  7850. extra: 757 / 464,
  7851. bottom: 0.041
  7852. }
  7853. },
  7854. },
  7855. [
  7856. {
  7857. name: "Normal",
  7858. height: math.unit(1.07, "meters"),
  7859. default: true
  7860. },
  7861. ]
  7862. ))
  7863. characterMakers.push(() => makeCharacter(
  7864. { name: "Zevulfius" },
  7865. {
  7866. front: {
  7867. height: math.unit(6, "feet"),
  7868. weight: math.unit(120, "kg"),
  7869. name: "Front",
  7870. image: {
  7871. source: "./media/characters/zevulfius/front.svg",
  7872. extra: 965 / 903
  7873. }
  7874. },
  7875. side: {
  7876. height: math.unit(6, "feet"),
  7877. weight: math.unit(120, "kg"),
  7878. name: "Side",
  7879. image: {
  7880. source: "./media/characters/zevulfius/side.svg",
  7881. extra: 939 / 900
  7882. }
  7883. },
  7884. back: {
  7885. height: math.unit(6, "feet"),
  7886. weight: math.unit(120, "kg"),
  7887. name: "Back",
  7888. image: {
  7889. source: "./media/characters/zevulfius/back.svg",
  7890. extra: 918 / 854,
  7891. bottom: 0.005
  7892. }
  7893. },
  7894. foot: {
  7895. height: math.unit(6 / 3.72, "feet"),
  7896. name: "Foot",
  7897. image: {
  7898. source: "./media/characters/zevulfius/foot.svg"
  7899. }
  7900. },
  7901. },
  7902. [
  7903. {
  7904. name: "Macro",
  7905. height: math.unit(750, "meters")
  7906. },
  7907. {
  7908. name: "Megamacro",
  7909. height: math.unit(20, "km"),
  7910. default: true
  7911. },
  7912. {
  7913. name: "Gigamacro",
  7914. height: math.unit(2000, "km")
  7915. },
  7916. {
  7917. name: "Teramacro",
  7918. height: math.unit(250000, "km")
  7919. },
  7920. ]
  7921. ))
  7922. characterMakers.push(() => makeCharacter(
  7923. { name: "Rikes" },
  7924. {
  7925. front: {
  7926. height: math.unit(100, "feet"),
  7927. weight: math.unit(350, "kg"),
  7928. name: "Front",
  7929. image: {
  7930. source: "./media/characters/rikes/front.svg",
  7931. extra: 1565 / 1483,
  7932. bottom: 0.017
  7933. }
  7934. },
  7935. },
  7936. [
  7937. {
  7938. name: "Macro",
  7939. height: math.unit(100, "feet"),
  7940. default: true
  7941. },
  7942. ]
  7943. ))
  7944. characterMakers.push(() => makeCharacter(
  7945. { name: "Adam Silver-Mane" },
  7946. {
  7947. anthro: {
  7948. height: math.unit(8, "feet"),
  7949. weight: math.unit(120, "kg"),
  7950. name: "Anthro",
  7951. image: {
  7952. source: "./media/characters/adam-silver-mane/anthro.svg",
  7953. extra: 5743 / 5339,
  7954. bottom: 0.07
  7955. }
  7956. },
  7957. taur: {
  7958. height: math.unit(16, "feet"),
  7959. weight: math.unit(1500, "kg"),
  7960. name: "Taur",
  7961. image: {
  7962. source: "./media/characters/adam-silver-mane/taur.svg",
  7963. extra: 1713 / 1571,
  7964. bottom: 0.01
  7965. }
  7966. },
  7967. },
  7968. [
  7969. {
  7970. name: "Normal",
  7971. height: math.unit(8, "feet")
  7972. },
  7973. {
  7974. name: "Minimacro",
  7975. height: math.unit(80, "feet")
  7976. },
  7977. {
  7978. name: "Macro",
  7979. height: math.unit(800, "feet"),
  7980. default: true
  7981. },
  7982. {
  7983. name: "Megamacro",
  7984. height: math.unit(8000, "feet")
  7985. },
  7986. {
  7987. name: "Gigamacro",
  7988. height: math.unit(800, "miles")
  7989. },
  7990. {
  7991. name: "Teramacro",
  7992. height: math.unit(80000, "miles")
  7993. },
  7994. {
  7995. name: "Celestial",
  7996. height: math.unit(8e6, "miles")
  7997. },
  7998. {
  7999. name: "Star Dragon",
  8000. height: math.unit(800000, "parsecs")
  8001. },
  8002. {
  8003. name: "Godly",
  8004. height: math.unit(800, "teraparsecs")
  8005. },
  8006. ]
  8007. ))
  8008. characterMakers.push(() => makeCharacter(
  8009. { name: "Ky'owin" },
  8010. {
  8011. front: {
  8012. height: math.unit(6, "feet"),
  8013. weight: math.unit(150, "lb"),
  8014. name: "Front",
  8015. image: {
  8016. source: "./media/characters/ky'owin/front.svg",
  8017. extra: 3888 / 3068,
  8018. bottom: 0.015
  8019. }
  8020. },
  8021. },
  8022. [
  8023. {
  8024. name: "Normal",
  8025. height: math.unit(6 + 8 / 12, "feet")
  8026. },
  8027. {
  8028. name: "Large",
  8029. height: math.unit(68, "feet")
  8030. },
  8031. {
  8032. name: "Macro",
  8033. height: math.unit(132, "feet")
  8034. },
  8035. {
  8036. name: "Macro+",
  8037. height: math.unit(340, "feet")
  8038. },
  8039. {
  8040. name: "Macro++",
  8041. height: math.unit(680, "feet"),
  8042. default: true
  8043. },
  8044. {
  8045. name: "Megamacro",
  8046. height: math.unit(1, "mile")
  8047. },
  8048. {
  8049. name: "Megamacro+",
  8050. height: math.unit(10, "miles")
  8051. },
  8052. ]
  8053. ))
  8054. characterMakers.push(() => makeCharacter(
  8055. { name: "Mal" },
  8056. {
  8057. front: {
  8058. height: math.unit(4, "feet"),
  8059. weight: math.unit(50, "lb"),
  8060. name: "Front",
  8061. image: {
  8062. source: "./media/characters/mal/front.svg",
  8063. extra: 785 / 724,
  8064. bottom: 0.07
  8065. }
  8066. },
  8067. },
  8068. [
  8069. {
  8070. name: "Micro",
  8071. height: math.unit(4, "inches")
  8072. },
  8073. {
  8074. name: "Normal",
  8075. height: math.unit(4, "feet"),
  8076. default: true
  8077. },
  8078. {
  8079. name: "Macro",
  8080. height: math.unit(200, "feet")
  8081. },
  8082. ]
  8083. ))
  8084. characterMakers.push(() => makeCharacter(
  8085. { name: "Jordan Deware" },
  8086. {
  8087. front: {
  8088. height: math.unit(6, "feet"),
  8089. weight: math.unit(150, "lb"),
  8090. name: "Front",
  8091. image: {
  8092. source: "./media/characters/jordan-deware/front.svg",
  8093. extra: 1191 / 1012
  8094. }
  8095. },
  8096. },
  8097. [
  8098. {
  8099. name: "Nano",
  8100. height: math.unit(0.01, "mm")
  8101. },
  8102. {
  8103. name: "Minimicro",
  8104. height: math.unit(1, "mm")
  8105. },
  8106. {
  8107. name: "Micro",
  8108. height: math.unit(0.5, "inches")
  8109. },
  8110. {
  8111. name: "Normal",
  8112. height: math.unit(4, "feet"),
  8113. default: true
  8114. },
  8115. {
  8116. name: "Minimacro",
  8117. height: math.unit(40, "meters")
  8118. },
  8119. {
  8120. name: "Small Macro",
  8121. height: math.unit(400, "meters")
  8122. },
  8123. {
  8124. name: "Macro",
  8125. height: math.unit(4, "miles")
  8126. },
  8127. {
  8128. name: "Megamacro",
  8129. height: math.unit(40, "miles")
  8130. },
  8131. {
  8132. name: "Megamacro+",
  8133. height: math.unit(400, "miles")
  8134. },
  8135. {
  8136. name: "Gigamacro",
  8137. height: math.unit(400000, "miles")
  8138. },
  8139. ]
  8140. ))
  8141. characterMakers.push(() => makeCharacter(
  8142. { name: "Kimiko" },
  8143. {
  8144. side: {
  8145. height: math.unit(6, "feet"),
  8146. weight: math.unit(150, "lb"),
  8147. name: "Side",
  8148. image: {
  8149. source: "./media/characters/kimiko/side.svg",
  8150. extra: 600 / 358
  8151. }
  8152. },
  8153. },
  8154. [
  8155. {
  8156. name: "Normal",
  8157. height: math.unit(15, "feet"),
  8158. default: true
  8159. },
  8160. {
  8161. name: "Macro",
  8162. height: math.unit(220, "feet")
  8163. },
  8164. {
  8165. name: "Macro+",
  8166. height: math.unit(1450, "feet")
  8167. },
  8168. {
  8169. name: "Megamacro",
  8170. height: math.unit(11500, "feet")
  8171. },
  8172. {
  8173. name: "Gigamacro",
  8174. height: math.unit(9500, "miles")
  8175. },
  8176. {
  8177. name: "Teramacro",
  8178. height: math.unit(2208005005, "miles")
  8179. },
  8180. {
  8181. name: "Examacro",
  8182. height: math.unit(2750, "parsecs")
  8183. },
  8184. {
  8185. name: "Zettamacro",
  8186. height: math.unit(101500, "parsecs")
  8187. },
  8188. ]
  8189. ))
  8190. characterMakers.push(() => makeCharacter(
  8191. { name: "Andrew Sleepy" },
  8192. {
  8193. front: {
  8194. height: math.unit(6, "feet"),
  8195. weight: math.unit(70, "kg"),
  8196. name: "Front",
  8197. image: {
  8198. source: "./media/characters/andrew-sleepy/front.svg"
  8199. }
  8200. },
  8201. side: {
  8202. height: math.unit(6, "feet"),
  8203. weight: math.unit(70, "kg"),
  8204. name: "Side",
  8205. image: {
  8206. source: "./media/characters/andrew-sleepy/side.svg"
  8207. }
  8208. },
  8209. },
  8210. [
  8211. {
  8212. name: "Micro",
  8213. height: math.unit(1, "mm"),
  8214. default: true
  8215. },
  8216. ]
  8217. ))
  8218. characterMakers.push(() => makeCharacter(
  8219. { name: "Judio" },
  8220. {
  8221. front: {
  8222. height: math.unit(6, "feet"),
  8223. weight: math.unit(150, "lb"),
  8224. name: "Front",
  8225. image: {
  8226. source: "./media/characters/judio/front.svg",
  8227. extra: 1258 / 1110
  8228. }
  8229. },
  8230. },
  8231. [
  8232. {
  8233. name: "Normal",
  8234. height: math.unit(5 + 6 / 12, "feet")
  8235. },
  8236. {
  8237. name: "Macro",
  8238. height: math.unit(1000, "feet"),
  8239. default: true
  8240. },
  8241. {
  8242. name: "Megamacro",
  8243. height: math.unit(10, "miles")
  8244. },
  8245. ]
  8246. ))
  8247. characterMakers.push(() => makeCharacter(
  8248. { name: "Nomaxice" },
  8249. {
  8250. front: {
  8251. height: math.unit(6, "feet"),
  8252. weight: math.unit(68, "kg"),
  8253. name: "Front",
  8254. image: {
  8255. source: "./media/characters/nomaxice/front.svg",
  8256. extra: 1498 / 1073,
  8257. bottom: 0.075
  8258. }
  8259. },
  8260. foot: {
  8261. height: math.unit(1.1, "feet"),
  8262. name: "Foot",
  8263. image: {
  8264. source: "./media/characters/nomaxice/foot.svg"
  8265. }
  8266. },
  8267. },
  8268. [
  8269. {
  8270. name: "Micro",
  8271. height: math.unit(8, "cm")
  8272. },
  8273. {
  8274. name: "Norm",
  8275. height: math.unit(1.82, "m")
  8276. },
  8277. {
  8278. name: "Norm+",
  8279. height: math.unit(8.8, "feet")
  8280. },
  8281. {
  8282. name: "Big",
  8283. height: math.unit(8, "meters"),
  8284. default: true
  8285. },
  8286. {
  8287. name: "Macro",
  8288. height: math.unit(18, "meters")
  8289. },
  8290. {
  8291. name: "Macro+",
  8292. height: math.unit(88, "meters")
  8293. },
  8294. ]
  8295. ))
  8296. characterMakers.push(() => makeCharacter(
  8297. { name: "Dydros" },
  8298. {
  8299. front: {
  8300. height: math.unit(12, "feet"),
  8301. weight: math.unit(1.5, "tons"),
  8302. name: "Front",
  8303. image: {
  8304. source: "./media/characters/dydros/front.svg",
  8305. extra: 863 / 800,
  8306. bottom: 0.015
  8307. }
  8308. },
  8309. back: {
  8310. height: math.unit(12, "feet"),
  8311. weight: math.unit(1.5, "tons"),
  8312. name: "Back",
  8313. image: {
  8314. source: "./media/characters/dydros/back.svg",
  8315. extra: 900 / 843,
  8316. bottom: 0.005
  8317. }
  8318. },
  8319. },
  8320. [
  8321. {
  8322. name: "Normal",
  8323. height: math.unit(12, "feet"),
  8324. default: true
  8325. },
  8326. ]
  8327. ))
  8328. characterMakers.push(() => makeCharacter(
  8329. { name: "Riggi" },
  8330. {
  8331. front: {
  8332. height: math.unit(6, "feet"),
  8333. weight: math.unit(100, "kg"),
  8334. name: "Front",
  8335. image: {
  8336. source: "./media/characters/riggi/front.svg",
  8337. extra: 5787 / 5303
  8338. }
  8339. },
  8340. hyper: {
  8341. height: math.unit(6 * 5 / 3, "feet"),
  8342. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8343. name: "Hyper",
  8344. image: {
  8345. source: "./media/characters/riggi/hyper.svg",
  8346. extra: 3595 / 3485
  8347. }
  8348. },
  8349. },
  8350. [
  8351. {
  8352. name: "Small Macro",
  8353. height: math.unit(50, "feet")
  8354. },
  8355. {
  8356. name: "Default",
  8357. height: math.unit(200, "feet"),
  8358. default: true
  8359. },
  8360. {
  8361. name: "Loom",
  8362. height: math.unit(10000, "feet")
  8363. },
  8364. {
  8365. name: "Cruising Altitude",
  8366. height: math.unit(30000, "feet")
  8367. },
  8368. {
  8369. name: "Megamacro",
  8370. height: math.unit(100, "miles")
  8371. },
  8372. {
  8373. name: "Continent Sized",
  8374. height: math.unit(2800, "miles")
  8375. },
  8376. {
  8377. name: "Earth Sized",
  8378. height: math.unit(8000, "miles")
  8379. },
  8380. ]
  8381. ))
  8382. characterMakers.push(() => makeCharacter(
  8383. { name: "Alexi" },
  8384. {
  8385. front: {
  8386. height: math.unit(6, "feet"),
  8387. weight: math.unit(250, "lb"),
  8388. name: "Front",
  8389. image: {
  8390. source: "./media/characters/alexi/front.svg",
  8391. extra: 3483 / 3291,
  8392. bottom: 0.04
  8393. }
  8394. },
  8395. back: {
  8396. height: math.unit(6, "feet"),
  8397. weight: math.unit(250, "lb"),
  8398. name: "Back",
  8399. image: {
  8400. source: "./media/characters/alexi/back.svg",
  8401. extra: 3533 / 3356,
  8402. bottom: 0.021
  8403. }
  8404. },
  8405. frontTransformed: {
  8406. height: math.unit(12.5, "feet"),
  8407. weight: math.unit(4000, "lb"),
  8408. name: "Front (Transformed)",
  8409. image: {
  8410. source: "./media/characters/alexi/front-transformed.svg",
  8411. extra: 5345 / 5100,
  8412. bottom: 0.03
  8413. }
  8414. },
  8415. },
  8416. [
  8417. {
  8418. name: "Normal",
  8419. height: math.unit(3, "meters"),
  8420. default: true
  8421. },
  8422. {
  8423. name: "Minimacro",
  8424. height: math.unit(30, "meters")
  8425. },
  8426. {
  8427. name: "Macro",
  8428. height: math.unit(500, "meters")
  8429. },
  8430. {
  8431. name: "Megamacro",
  8432. height: math.unit(9000, "km")
  8433. },
  8434. {
  8435. name: "Teramacro",
  8436. height: math.unit(384000, "km")
  8437. },
  8438. ]
  8439. ))
  8440. characterMakers.push(() => makeCharacter(
  8441. { name: "Kayroo" },
  8442. {
  8443. front: {
  8444. height: math.unit(6, "feet"),
  8445. weight: math.unit(150, "lb"),
  8446. name: "Front",
  8447. image: {
  8448. source: "./media/characters/kayroo/front.svg",
  8449. extra: 1153 / 1038,
  8450. bottom: 0.06
  8451. }
  8452. },
  8453. foot: {
  8454. height: math.unit(6, "feet"),
  8455. weight: math.unit(150, "lb"),
  8456. name: "Foot",
  8457. image: {
  8458. source: "./media/characters/kayroo/foot.svg"
  8459. }
  8460. },
  8461. },
  8462. [
  8463. {
  8464. name: "Normal",
  8465. height: math.unit(8, "feet"),
  8466. default: true
  8467. },
  8468. {
  8469. name: "Minimacro",
  8470. height: math.unit(250, "feet")
  8471. },
  8472. {
  8473. name: "Macro",
  8474. height: math.unit(2800, "feet")
  8475. },
  8476. {
  8477. name: "Megamacro",
  8478. height: math.unit(5200, "feet")
  8479. },
  8480. {
  8481. name: "Gigamacro",
  8482. height: math.unit(27000, "feet")
  8483. },
  8484. {
  8485. name: "Omega",
  8486. height: math.unit(45000, "feet")
  8487. },
  8488. ]
  8489. ))
  8490. characterMakers.push(() => makeCharacter(
  8491. { name: "Rhys" },
  8492. {
  8493. front: {
  8494. height: math.unit(18, "feet"),
  8495. weight: math.unit(5800, "lb"),
  8496. name: "Front",
  8497. image: {
  8498. source: "./media/characters/rhys/front.svg",
  8499. extra: 3386 / 3090,
  8500. bottom: 0.07
  8501. }
  8502. },
  8503. },
  8504. [
  8505. {
  8506. name: "Normal",
  8507. height: math.unit(18, "feet"),
  8508. default: true
  8509. },
  8510. {
  8511. name: "Working Size",
  8512. height: math.unit(200, "feet")
  8513. },
  8514. {
  8515. name: "Demolition Size",
  8516. height: math.unit(2000, "feet")
  8517. },
  8518. {
  8519. name: "Maximum Licensed Size",
  8520. height: math.unit(5, "miles")
  8521. },
  8522. {
  8523. name: "Maximum Observed Size",
  8524. height: math.unit(10, "yottameters")
  8525. },
  8526. ]
  8527. ))
  8528. characterMakers.push(() => makeCharacter(
  8529. { name: "Toto" },
  8530. {
  8531. front: {
  8532. height: math.unit(6, "feet"),
  8533. weight: math.unit(250, "lb"),
  8534. name: "Front",
  8535. image: {
  8536. source: "./media/characters/toto/front.svg",
  8537. extra: 527 / 479,
  8538. bottom: 0.05
  8539. }
  8540. },
  8541. },
  8542. [
  8543. {
  8544. name: "Micro",
  8545. height: math.unit(3, "feet")
  8546. },
  8547. {
  8548. name: "Normal",
  8549. height: math.unit(10, "feet")
  8550. },
  8551. {
  8552. name: "Macro",
  8553. height: math.unit(150, "feet"),
  8554. default: true
  8555. },
  8556. {
  8557. name: "Megamacro",
  8558. height: math.unit(1200, "feet")
  8559. },
  8560. ]
  8561. ))
  8562. characterMakers.push(() => makeCharacter(
  8563. { name: "King" },
  8564. {
  8565. back: {
  8566. height: math.unit(6, "feet"),
  8567. weight: math.unit(150, "lb"),
  8568. name: "Back",
  8569. image: {
  8570. source: "./media/characters/king/back.svg"
  8571. }
  8572. },
  8573. },
  8574. [
  8575. {
  8576. name: "Micro",
  8577. height: math.unit(2, "inches")
  8578. },
  8579. {
  8580. name: "Normal",
  8581. height: math.unit(8, "feet")
  8582. },
  8583. {
  8584. name: "Macro",
  8585. height: math.unit(200, "feet"),
  8586. default: true
  8587. },
  8588. {
  8589. name: "Megamacro",
  8590. height: math.unit(50, "miles")
  8591. },
  8592. ]
  8593. ))
  8594. characterMakers.push(() => makeCharacter(
  8595. { name: "Cordite" },
  8596. {
  8597. anthro: {
  8598. height: math.unit(6 + 5 / 12, "feet"),
  8599. weight: math.unit(280, "lb"),
  8600. name: "Anthro",
  8601. image: {
  8602. source: "./media/characters/cordite/anthro.svg",
  8603. extra: 1986 / 1905,
  8604. bottom: 0.025
  8605. }
  8606. },
  8607. feral: {
  8608. height: math.unit(2, "feet"),
  8609. weight: math.unit(90, "lb"),
  8610. name: "Feral",
  8611. image: {
  8612. source: "./media/characters/cordite/feral.svg",
  8613. extra: 1260 / 755,
  8614. bottom: 0.05
  8615. }
  8616. },
  8617. },
  8618. [
  8619. {
  8620. name: "Normal",
  8621. height: math.unit(6 + 5 / 12, "feet"),
  8622. default: true
  8623. },
  8624. ]
  8625. ))
  8626. characterMakers.push(() => makeCharacter(
  8627. { name: "Pianostrong" },
  8628. {
  8629. front: {
  8630. height: math.unit(6, "feet"),
  8631. weight: math.unit(150, "lb"),
  8632. name: "Front",
  8633. image: {
  8634. source: "./media/characters/pianostrong/front.svg",
  8635. extra: 6577 / 6254,
  8636. bottom: 0.02
  8637. }
  8638. },
  8639. side: {
  8640. height: math.unit(6, "feet"),
  8641. weight: math.unit(150, "lb"),
  8642. name: "Side",
  8643. image: {
  8644. source: "./media/characters/pianostrong/side.svg",
  8645. extra: 6106 / 5730
  8646. }
  8647. },
  8648. back: {
  8649. height: math.unit(6, "feet"),
  8650. weight: math.unit(150, "lb"),
  8651. name: "Back",
  8652. image: {
  8653. source: "./media/characters/pianostrong/back.svg",
  8654. extra: 6085 / 5733,
  8655. bottom: 0.01
  8656. }
  8657. },
  8658. },
  8659. [
  8660. {
  8661. name: "Macro",
  8662. height: math.unit(100, "feet")
  8663. },
  8664. {
  8665. name: "Macro+",
  8666. height: math.unit(300, "feet"),
  8667. default: true
  8668. },
  8669. {
  8670. name: "Macro++",
  8671. height: math.unit(1000, "feet")
  8672. },
  8673. ]
  8674. ))
  8675. characterMakers.push(() => makeCharacter(
  8676. { name: "Kona" },
  8677. {
  8678. front: {
  8679. height: math.unit(6, "feet"),
  8680. weight: math.unit(150, "lb"),
  8681. name: "Front",
  8682. image: {
  8683. source: "./media/characters/kona/front.svg",
  8684. extra: 2960 / 2629,
  8685. bottom: 0.005
  8686. }
  8687. },
  8688. },
  8689. [
  8690. {
  8691. name: "Normal",
  8692. height: math.unit(11 + 8 / 12, "feet")
  8693. },
  8694. {
  8695. name: "Macro",
  8696. height: math.unit(850, "feet"),
  8697. default: true
  8698. },
  8699. {
  8700. name: "Macro+",
  8701. height: math.unit(1.5, "km"),
  8702. default: true
  8703. },
  8704. {
  8705. name: "Megamacro",
  8706. height: math.unit(80, "miles")
  8707. },
  8708. {
  8709. name: "Gigamacro",
  8710. height: math.unit(3500, "miles")
  8711. },
  8712. ]
  8713. ))
  8714. characterMakers.push(() => makeCharacter(
  8715. { name: "Levi" },
  8716. {
  8717. side: {
  8718. height: math.unit(1.9, "meters"),
  8719. weight: math.unit(326, "kg"),
  8720. name: "Side",
  8721. image: {
  8722. source: "./media/characters/levi/side.svg",
  8723. extra: 1704 / 1334,
  8724. bottom: 0.02
  8725. }
  8726. },
  8727. },
  8728. [
  8729. {
  8730. name: "Normal",
  8731. height: math.unit(1.9, "meters"),
  8732. default: true
  8733. },
  8734. {
  8735. name: "Macro",
  8736. height: math.unit(20, "meters")
  8737. },
  8738. {
  8739. name: "Macro+",
  8740. height: math.unit(200, "meters")
  8741. },
  8742. {
  8743. name: "Megamacro",
  8744. height: math.unit(2, "km")
  8745. },
  8746. {
  8747. name: "Megamacro+",
  8748. height: math.unit(20, "km")
  8749. },
  8750. {
  8751. name: "Gigamacro",
  8752. height: math.unit(2500, "km")
  8753. },
  8754. {
  8755. name: "Gigamacro+",
  8756. height: math.unit(120000, "km")
  8757. },
  8758. {
  8759. name: "Teramacro",
  8760. height: math.unit(7.77e6, "km")
  8761. },
  8762. ]
  8763. ))
  8764. characterMakers.push(() => makeCharacter(
  8765. { name: "BMC" },
  8766. {
  8767. front: {
  8768. height: math.unit(6 + 4 / 12, "feet"),
  8769. weight: math.unit(188, "lb"),
  8770. name: "Front",
  8771. image: {
  8772. source: "./media/characters/bmc/front.svg",
  8773. extra: 1067 / 1022,
  8774. bottom: 0.047
  8775. }
  8776. },
  8777. },
  8778. [
  8779. {
  8780. name: "Human-sized",
  8781. height: math.unit(6 + 4 / 12, "feet")
  8782. },
  8783. {
  8784. name: "Small",
  8785. height: math.unit(250, "feet")
  8786. },
  8787. {
  8788. name: "Normal",
  8789. height: math.unit(1250, "feet"),
  8790. default: true
  8791. },
  8792. {
  8793. name: "Good Day",
  8794. height: math.unit(88, "miles")
  8795. },
  8796. {
  8797. name: "Largest Measured Size",
  8798. height: math.unit(11.2e6, "lightyears")
  8799. },
  8800. ]
  8801. ))
  8802. characterMakers.push(() => makeCharacter(
  8803. { name: "Sven the Kaiju" },
  8804. {
  8805. front: {
  8806. height: math.unit(20, "feet"),
  8807. weight: math.unit(2016, "kg"),
  8808. name: "Front",
  8809. image: {
  8810. source: "./media/characters/sven-the-kaiju/front.svg",
  8811. extra: 1479 / 1449,
  8812. bottom: 0.05
  8813. }
  8814. },
  8815. },
  8816. [
  8817. {
  8818. name: "Fairy",
  8819. height: math.unit(6, "inches")
  8820. },
  8821. {
  8822. name: "Normal",
  8823. height: math.unit(20, "feet"),
  8824. default: true
  8825. },
  8826. {
  8827. name: "Rampage",
  8828. height: math.unit(200, "feet")
  8829. },
  8830. {
  8831. name: "Archfey Forest Guardian",
  8832. height: math.unit(1, "mile")
  8833. },
  8834. ]
  8835. ))
  8836. characterMakers.push(() => makeCharacter(
  8837. { name: "Marik" },
  8838. {
  8839. front: {
  8840. height: math.unit(4, "meters"),
  8841. weight: math.unit(2, "tons"),
  8842. name: "Front",
  8843. image: {
  8844. source: "./media/characters/marik/front.svg",
  8845. extra: 1057 / 1003,
  8846. bottom: 0.08
  8847. }
  8848. },
  8849. },
  8850. [
  8851. {
  8852. name: "Normal",
  8853. height: math.unit(4, "meters"),
  8854. default: true
  8855. },
  8856. {
  8857. name: "Macro",
  8858. height: math.unit(20, "meters")
  8859. },
  8860. {
  8861. name: "Megamacro",
  8862. height: math.unit(50, "km")
  8863. },
  8864. {
  8865. name: "Gigamacro",
  8866. height: math.unit(100, "km")
  8867. },
  8868. {
  8869. name: "Alpha Macro",
  8870. height: math.unit(7.88e7, "yottameters")
  8871. },
  8872. ]
  8873. ))
  8874. characterMakers.push(() => makeCharacter(
  8875. { name: "Mel" },
  8876. {
  8877. front: {
  8878. height: math.unit(6, "feet"),
  8879. weight: math.unit(110, "lb"),
  8880. name: "Front",
  8881. image: {
  8882. source: "./media/characters/mel/front.svg",
  8883. extra: 736 / 617,
  8884. bottom: 0.017
  8885. }
  8886. },
  8887. },
  8888. [
  8889. {
  8890. name: "Pico",
  8891. height: math.unit(3, "pm")
  8892. },
  8893. {
  8894. name: "Nano",
  8895. height: math.unit(3, "nm")
  8896. },
  8897. {
  8898. name: "Micro",
  8899. height: math.unit(0.3, "mm"),
  8900. default: true
  8901. },
  8902. {
  8903. name: "Micro+",
  8904. height: math.unit(3, "mm")
  8905. },
  8906. {
  8907. name: "Normal",
  8908. height: math.unit(5 + 10.5 / 12, "feet")
  8909. },
  8910. ]
  8911. ))
  8912. characterMakers.push(() => makeCharacter(
  8913. { name: "Lykonous" },
  8914. {
  8915. kaiju: {
  8916. height: math.unit(1.75, "meters"),
  8917. weight: math.unit(55, "kg"),
  8918. name: "Kaiju",
  8919. image: {
  8920. source: "./media/characters/lykonous/kaiju.svg",
  8921. extra: 1055 / 946,
  8922. bottom: 0.135
  8923. }
  8924. },
  8925. },
  8926. [
  8927. {
  8928. name: "Normal",
  8929. height: math.unit(2.5, "meters"),
  8930. default: true
  8931. },
  8932. {
  8933. name: "Kaiju Dragon",
  8934. height: math.unit(60, "meters")
  8935. },
  8936. {
  8937. name: "Mega Kaiju",
  8938. height: math.unit(120, "km")
  8939. },
  8940. {
  8941. name: "Giga Kaiju",
  8942. height: math.unit(200, "megameters")
  8943. },
  8944. {
  8945. name: "Terra Kaiju",
  8946. height: math.unit(400, "gigameters")
  8947. },
  8948. {
  8949. name: "Kaiju Dragon God",
  8950. height: math.unit(13000, "exaparsecs")
  8951. },
  8952. ]
  8953. ))
  8954. characterMakers.push(() => makeCharacter(
  8955. { name: "Blü" },
  8956. {
  8957. front: {
  8958. height: math.unit(6, "feet"),
  8959. weight: math.unit(150, "lb"),
  8960. name: "Front",
  8961. image: {
  8962. source: "./media/characters/blü/front.svg",
  8963. extra: 1883 / 1564,
  8964. bottom: 0.031
  8965. }
  8966. },
  8967. },
  8968. [
  8969. {
  8970. name: "Normal",
  8971. height: math.unit(13, "feet"),
  8972. default: true
  8973. },
  8974. {
  8975. name: "Big Boi",
  8976. height: math.unit(150, "meters")
  8977. },
  8978. {
  8979. name: "Mini Stomper",
  8980. height: math.unit(300, "meters")
  8981. },
  8982. {
  8983. name: "Macro",
  8984. height: math.unit(1000, "meters")
  8985. },
  8986. {
  8987. name: "Megamacro",
  8988. height: math.unit(11000, "meters")
  8989. },
  8990. {
  8991. name: "Gigamacro",
  8992. height: math.unit(11000, "km")
  8993. },
  8994. {
  8995. name: "Teramacro",
  8996. height: math.unit(420000, "km")
  8997. },
  8998. {
  8999. name: "Examacro",
  9000. height: math.unit(120, "parsecs")
  9001. },
  9002. {
  9003. name: "God Tho",
  9004. height: math.unit(98000000000, "parsecs")
  9005. },
  9006. ]
  9007. ))
  9008. characterMakers.push(() => makeCharacter(
  9009. { name: "Scales" },
  9010. {
  9011. taurFront: {
  9012. height: math.unit(6, "feet"),
  9013. weight: math.unit(200, "lb"),
  9014. name: "Taur (Front)",
  9015. image: {
  9016. source: "./media/characters/scales/taur-front.svg",
  9017. extra: 1,
  9018. bottom: 0.05
  9019. }
  9020. },
  9021. taurBack: {
  9022. height: math.unit(6, "feet"),
  9023. weight: math.unit(200, "lb"),
  9024. name: "Taur (Back)",
  9025. image: {
  9026. source: "./media/characters/scales/taur-back.svg",
  9027. extra: 1,
  9028. bottom: 0.08
  9029. }
  9030. },
  9031. anthro: {
  9032. height: math.unit(6 * 7 / 12, "feet"),
  9033. weight: math.unit(100, "lb"),
  9034. name: "Anthro",
  9035. image: {
  9036. source: "./media/characters/scales/anthro.svg",
  9037. extra: 1,
  9038. bottom: 0.06
  9039. }
  9040. },
  9041. },
  9042. [
  9043. {
  9044. name: "Normal",
  9045. height: math.unit(12, "feet"),
  9046. default: true
  9047. },
  9048. ]
  9049. ))
  9050. characterMakers.push(() => makeCharacter(
  9051. { name: "Koragos" },
  9052. {
  9053. front: {
  9054. height: math.unit(6, "feet"),
  9055. weight: math.unit(150, "lb"),
  9056. name: "Front",
  9057. image: {
  9058. source: "./media/characters/koragos/front.svg",
  9059. extra: 841 / 794,
  9060. bottom: 0.035
  9061. }
  9062. },
  9063. back: {
  9064. height: math.unit(6, "feet"),
  9065. weight: math.unit(150, "lb"),
  9066. name: "Back",
  9067. image: {
  9068. source: "./media/characters/koragos/back.svg",
  9069. extra: 841 / 810,
  9070. bottom: 0.022
  9071. }
  9072. },
  9073. },
  9074. [
  9075. {
  9076. name: "Normal",
  9077. height: math.unit(6 + 11 / 12, "feet"),
  9078. default: true
  9079. },
  9080. {
  9081. name: "Macro",
  9082. height: math.unit(490, "feet")
  9083. },
  9084. {
  9085. name: "Megamacro",
  9086. height: math.unit(10, "miles")
  9087. },
  9088. {
  9089. name: "Gigamacro",
  9090. height: math.unit(50, "miles")
  9091. },
  9092. ]
  9093. ))
  9094. characterMakers.push(() => makeCharacter(
  9095. { name: "Xylrem" },
  9096. {
  9097. front: {
  9098. height: math.unit(6, "feet"),
  9099. weight: math.unit(250, "lb"),
  9100. name: "Front",
  9101. image: {
  9102. source: "./media/characters/xylrem/front.svg",
  9103. extra: 3323 / 3050,
  9104. bottom: 0.065
  9105. }
  9106. },
  9107. },
  9108. [
  9109. {
  9110. name: "Micro",
  9111. height: math.unit(4, "feet")
  9112. },
  9113. {
  9114. name: "Normal",
  9115. height: math.unit(16, "feet"),
  9116. default: true
  9117. },
  9118. {
  9119. name: "Macro",
  9120. height: math.unit(2720, "feet")
  9121. },
  9122. {
  9123. name: "Megamacro",
  9124. height: math.unit(25000, "miles")
  9125. },
  9126. ]
  9127. ))
  9128. characterMakers.push(() => makeCharacter(
  9129. { name: "Ikideru" },
  9130. {
  9131. front: {
  9132. height: math.unit(8, "feet"),
  9133. weight: math.unit(250, "kg"),
  9134. name: "Front",
  9135. image: {
  9136. source: "./media/characters/ikideru/front.svg",
  9137. extra: 930 / 870,
  9138. bottom: 0.087
  9139. }
  9140. },
  9141. back: {
  9142. height: math.unit(8, "feet"),
  9143. weight: math.unit(250, "kg"),
  9144. name: "Back",
  9145. image: {
  9146. source: "./media/characters/ikideru/back.svg",
  9147. extra: 919 / 852,
  9148. bottom: 0.055
  9149. }
  9150. },
  9151. },
  9152. [
  9153. {
  9154. name: "Rare",
  9155. height: math.unit(8, "feet"),
  9156. default: true
  9157. },
  9158. {
  9159. name: "Playful Loom",
  9160. height: math.unit(80, "feet")
  9161. },
  9162. {
  9163. name: "City Leaner",
  9164. height: math.unit(230, "feet")
  9165. },
  9166. {
  9167. name: "Megamacro",
  9168. height: math.unit(2500, "feet")
  9169. },
  9170. {
  9171. name: "Gigamacro",
  9172. height: math.unit(26400, "feet")
  9173. },
  9174. {
  9175. name: "Tectonic Shifter",
  9176. height: math.unit(1.7, "megameters")
  9177. },
  9178. {
  9179. name: "Planet Carer",
  9180. height: math.unit(21, "megameters")
  9181. },
  9182. {
  9183. name: "God",
  9184. height: math.unit(11157.22, "parsecs")
  9185. },
  9186. ]
  9187. ))
  9188. characterMakers.push(() => makeCharacter(
  9189. { name: "Neo" },
  9190. {
  9191. front: {
  9192. height: math.unit(6, "feet"),
  9193. weight: math.unit(120, "lb"),
  9194. name: "Front",
  9195. image: {
  9196. source: "./media/characters/neo/front.svg"
  9197. }
  9198. },
  9199. },
  9200. [
  9201. {
  9202. name: "Micro",
  9203. height: math.unit(2, "inches"),
  9204. default: true
  9205. },
  9206. {
  9207. name: "Human Size",
  9208. height: math.unit(5 + 8 / 12, "feet")
  9209. },
  9210. ]
  9211. ))
  9212. characterMakers.push(() => makeCharacter(
  9213. { name: "Chauncey (Chantz)" },
  9214. {
  9215. front: {
  9216. height: math.unit(13 + 10 / 12, "feet"),
  9217. weight: math.unit(5320, "lb"),
  9218. name: "Front",
  9219. image: {
  9220. source: "./media/characters/chauncey-chantz/front.svg",
  9221. extra: 1587 / 1435,
  9222. bottom: 0.02
  9223. }
  9224. },
  9225. },
  9226. [
  9227. {
  9228. name: "Normal",
  9229. height: math.unit(13 + 10 / 12, "feet"),
  9230. default: true
  9231. },
  9232. {
  9233. name: "Macro",
  9234. height: math.unit(45, "feet")
  9235. },
  9236. {
  9237. name: "Megamacro",
  9238. height: math.unit(250, "miles")
  9239. },
  9240. {
  9241. name: "Planetary",
  9242. height: math.unit(10000, "miles")
  9243. },
  9244. {
  9245. name: "Galactic",
  9246. height: math.unit(40000, "parsecs")
  9247. },
  9248. {
  9249. name: "Universal",
  9250. height: math.unit(1, "yottameter")
  9251. },
  9252. ]
  9253. ))
  9254. characterMakers.push(() => makeCharacter(
  9255. { name: "Epifox" },
  9256. {
  9257. front: {
  9258. height: math.unit(6, "feet"),
  9259. weight: math.unit(150, "lb"),
  9260. name: "Front",
  9261. image: {
  9262. source: "./media/characters/epifox/front.svg",
  9263. extra: 1,
  9264. bottom: 0.075
  9265. }
  9266. },
  9267. },
  9268. [
  9269. {
  9270. name: "Micro",
  9271. height: math.unit(6, "inches")
  9272. },
  9273. {
  9274. name: "Normal",
  9275. height: math.unit(12, "feet"),
  9276. default: true
  9277. },
  9278. {
  9279. name: "Macro",
  9280. height: math.unit(3810, "feet")
  9281. },
  9282. {
  9283. name: "Megamacro",
  9284. height: math.unit(500, "miles")
  9285. },
  9286. ]
  9287. ))
  9288. characterMakers.push(() => makeCharacter(
  9289. { name: "Colin T." },
  9290. {
  9291. front: {
  9292. height: math.unit(1.8796, "m"),
  9293. weight: math.unit(230, "lb"),
  9294. name: "Front",
  9295. image: {
  9296. source: "./media/characters/colin-t/front.svg",
  9297. extra: 1272 / 1193,
  9298. bottom: 0.07
  9299. }
  9300. },
  9301. },
  9302. [
  9303. {
  9304. name: "Micro",
  9305. height: math.unit(0.571, "meters")
  9306. },
  9307. {
  9308. name: "Normal",
  9309. height: math.unit(1.8796, "meters"),
  9310. default: true
  9311. },
  9312. {
  9313. name: "Tall",
  9314. height: math.unit(4, "meters")
  9315. },
  9316. {
  9317. name: "Macro",
  9318. height: math.unit(67.241, "meters")
  9319. },
  9320. {
  9321. name: "Megamacro",
  9322. height: math.unit(371.856, "meters")
  9323. },
  9324. {
  9325. name: "Planetary",
  9326. height: math.unit(12631.5689, "km")
  9327. },
  9328. ]
  9329. ))
  9330. characterMakers.push(() => makeCharacter(
  9331. { name: "Matvei" },
  9332. {
  9333. front: {
  9334. height: math.unit(1.85, "meters"),
  9335. weight: math.unit(80, "kg"),
  9336. name: "Front",
  9337. image: {
  9338. source: "./media/characters/matvei/front.svg",
  9339. extra: 614 / 594,
  9340. bottom: 0.01
  9341. }
  9342. },
  9343. },
  9344. [
  9345. {
  9346. name: "Normal",
  9347. height: math.unit(1.85, "meters"),
  9348. default: true
  9349. },
  9350. ]
  9351. ))
  9352. characterMakers.push(() => makeCharacter(
  9353. { name: "Quincy" },
  9354. {
  9355. front: {
  9356. height: math.unit(5 + 9 / 12, "feet"),
  9357. weight: math.unit(70, "lb"),
  9358. name: "Front",
  9359. image: {
  9360. source: "./media/characters/quincy/front.svg",
  9361. extra: 3041 / 2751
  9362. }
  9363. },
  9364. back: {
  9365. height: math.unit(5 + 9 / 12, "feet"),
  9366. weight: math.unit(70, "lb"),
  9367. name: "Back",
  9368. image: {
  9369. source: "./media/characters/quincy/back.svg",
  9370. extra: 3041 / 2751
  9371. }
  9372. },
  9373. flying: {
  9374. height: math.unit(5 + 4 / 12, "feet"),
  9375. weight: math.unit(70, "lb"),
  9376. name: "Flying",
  9377. image: {
  9378. source: "./media/characters/quincy/flying.svg",
  9379. extra: 1044 / 930
  9380. }
  9381. },
  9382. },
  9383. [
  9384. {
  9385. name: "Micro",
  9386. height: math.unit(3, "cm")
  9387. },
  9388. {
  9389. name: "Normal",
  9390. height: math.unit(5 + 9 / 12, "feet")
  9391. },
  9392. {
  9393. name: "Macro",
  9394. height: math.unit(200, "meters"),
  9395. default: true
  9396. },
  9397. {
  9398. name: "Megamacro",
  9399. height: math.unit(1000, "meters")
  9400. },
  9401. ]
  9402. ))
  9403. characterMakers.push(() => makeCharacter(
  9404. { name: "Vanrel" },
  9405. {
  9406. front: {
  9407. height: math.unit(4 + 7 / 12, "feet"),
  9408. weight: math.unit(150, "lb"),
  9409. name: "Front",
  9410. image: {
  9411. source: "./media/characters/vanrel/front.svg",
  9412. extra: 1,
  9413. bottom: 0.02
  9414. }
  9415. },
  9416. elemental: {
  9417. height: math.unit(4 + 2 / 12, "feet"),
  9418. weight: math.unit(150, "lb"),
  9419. name: "Elemental",
  9420. image: {
  9421. source: "./media/characters/vanrel/elemental.svg"
  9422. }
  9423. },
  9424. side: {
  9425. height: math.unit(4 + 7 / 12, "feet"),
  9426. weight: math.unit(150, "lb"),
  9427. name: "Side",
  9428. image: {
  9429. source: "./media/characters/vanrel/side.svg",
  9430. extra: 1,
  9431. bottom: 0.025
  9432. }
  9433. },
  9434. tome: {
  9435. height: math.unit(1.35, "feet"),
  9436. weight: math.unit(10, "lb"),
  9437. name: "Vanrel's Tome",
  9438. rename: true,
  9439. image: {
  9440. source: "./media/characters/vanrel/tome.svg"
  9441. }
  9442. },
  9443. beans: {
  9444. height: math.unit(0.89, "feet"),
  9445. name: "Beans",
  9446. image: {
  9447. source: "./media/characters/vanrel/beans.svg"
  9448. }
  9449. },
  9450. },
  9451. [
  9452. {
  9453. name: "Normal",
  9454. height: math.unit(4 + 7 / 12, "feet"),
  9455. default: true
  9456. },
  9457. ]
  9458. ))
  9459. characterMakers.push(() => makeCharacter(
  9460. { name: "Kuiper Vanrel" },
  9461. {
  9462. front: {
  9463. height: math.unit(7 + 5 / 12, "feet"),
  9464. weight: math.unit(150, "lb"),
  9465. name: "Front",
  9466. image: {
  9467. source: "./media/characters/kuiper-vanrel/front.svg",
  9468. extra: 1118 / 1068,
  9469. bottom: 0.09
  9470. }
  9471. },
  9472. foot: {
  9473. height: math.unit(0.55, "meters"),
  9474. name: "Foot",
  9475. image: {
  9476. source: "./media/characters/kuiper-vanrel/foot.svg",
  9477. }
  9478. },
  9479. },
  9480. [
  9481. {
  9482. name: "Normal",
  9483. height: math.unit(7 + 5 / 12, "feet"),
  9484. default: true
  9485. },
  9486. ]
  9487. ))
  9488. characterMakers.push(() => makeCharacter(
  9489. { name: "Keset Vanrel" },
  9490. {
  9491. front: {
  9492. height: math.unit(8 + 5 / 12, "feet"),
  9493. weight: math.unit(150, "lb"),
  9494. name: "Front",
  9495. image: {
  9496. source: "./media/characters/keset-vanrel/front.svg",
  9497. extra: 1150 / 1084,
  9498. bottom: 0.05
  9499. }
  9500. },
  9501. hand: {
  9502. height: math.unit(0.6, "meters"),
  9503. name: "Hand",
  9504. image: {
  9505. source: "./media/characters/keset-vanrel/hand.svg"
  9506. }
  9507. },
  9508. foot: {
  9509. height: math.unit(0.94978, "meters"),
  9510. name: "Foot",
  9511. image: {
  9512. source: "./media/characters/keset-vanrel/foot.svg"
  9513. }
  9514. },
  9515. },
  9516. [
  9517. {
  9518. name: "Normal",
  9519. height: math.unit(8 + 5 / 12, "feet"),
  9520. default: true
  9521. },
  9522. ]
  9523. ))
  9524. characterMakers.push(() => makeCharacter(
  9525. { name: "Neos" },
  9526. {
  9527. front: {
  9528. height: math.unit(6, "feet"),
  9529. weight: math.unit(150, "lb"),
  9530. name: "Front",
  9531. image: {
  9532. source: "./media/characters/neos/front.svg",
  9533. extra: 1696 / 992,
  9534. bottom: 0.14
  9535. }
  9536. },
  9537. },
  9538. [
  9539. {
  9540. name: "Normal",
  9541. height: math.unit(54, "cm"),
  9542. default: true
  9543. },
  9544. {
  9545. name: "Macro",
  9546. height: math.unit(100, "m")
  9547. },
  9548. {
  9549. name: "Megamacro",
  9550. height: math.unit(10, "km")
  9551. },
  9552. {
  9553. name: "Megamacro+",
  9554. height: math.unit(100, "km")
  9555. },
  9556. {
  9557. name: "Gigamacro",
  9558. height: math.unit(100, "Mm")
  9559. },
  9560. {
  9561. name: "Teramacro",
  9562. height: math.unit(100, "Gm")
  9563. },
  9564. {
  9565. name: "Examacro",
  9566. height: math.unit(100, "Em")
  9567. },
  9568. {
  9569. name: "Godly",
  9570. height: math.unit(10000, "Ym")
  9571. },
  9572. {
  9573. name: "Beyond Godly",
  9574. height: math.unit(10000000, "Ym")
  9575. },
  9576. ]
  9577. ))
  9578. characterMakers.push(() => makeCharacter(
  9579. { name: "Sammy Mouse" },
  9580. {
  9581. feminine: {
  9582. height: math.unit(5, "feet"),
  9583. weight: math.unit(100, "lb"),
  9584. name: "Feminine",
  9585. image: {
  9586. source: "./media/characters/sammy-mouse/feminine.svg",
  9587. extra: 2526 / 2425,
  9588. bottom: 0.123
  9589. }
  9590. },
  9591. masculine: {
  9592. height: math.unit(5, "feet"),
  9593. weight: math.unit(100, "lb"),
  9594. name: "Masculine",
  9595. image: {
  9596. source: "./media/characters/sammy-mouse/masculine.svg",
  9597. extra: 2526 / 2425,
  9598. bottom: 0.123
  9599. }
  9600. },
  9601. },
  9602. [
  9603. {
  9604. name: "Micro",
  9605. height: math.unit(5, "inches")
  9606. },
  9607. {
  9608. name: "Normal",
  9609. height: math.unit(5, "feet"),
  9610. default: true
  9611. },
  9612. {
  9613. name: "Macro",
  9614. height: math.unit(60, "feet")
  9615. },
  9616. ]
  9617. ))
  9618. characterMakers.push(() => makeCharacter(
  9619. { name: "Kole" },
  9620. {
  9621. front: {
  9622. height: math.unit(4, "feet"),
  9623. weight: math.unit(50, "lb"),
  9624. name: "Front",
  9625. image: {
  9626. source: "./media/characters/kole/front.svg",
  9627. extra: 1423 / 1303,
  9628. bottom: 0.025
  9629. }
  9630. },
  9631. back: {
  9632. height: math.unit(4, "feet"),
  9633. weight: math.unit(50, "lb"),
  9634. name: "Back",
  9635. image: {
  9636. source: "./media/characters/kole/back.svg",
  9637. extra: 1426 / 1280,
  9638. bottom: 0.02
  9639. }
  9640. },
  9641. },
  9642. [
  9643. {
  9644. name: "Normal",
  9645. height: math.unit(4, "feet"),
  9646. default: true
  9647. },
  9648. ]
  9649. ))
  9650. characterMakers.push(() => makeCharacter(
  9651. { name: "Rufran" },
  9652. {
  9653. front: {
  9654. height: math.unit(2 + 6 / 12, "feet"),
  9655. weight: math.unit(20, "lb"),
  9656. name: "Front",
  9657. image: {
  9658. source: "./media/characters/rufran/front.svg",
  9659. extra: 2041 / 1839,
  9660. bottom: 0.055
  9661. }
  9662. },
  9663. back: {
  9664. height: math.unit(2 + 6 / 12, "feet"),
  9665. weight: math.unit(20, "lb"),
  9666. name: "Back",
  9667. image: {
  9668. source: "./media/characters/rufran/back.svg",
  9669. extra: 2054 / 1839,
  9670. bottom: 0.01
  9671. }
  9672. },
  9673. hand: {
  9674. height: math.unit(0.2166, "meters"),
  9675. name: "Hand",
  9676. image: {
  9677. source: "./media/characters/rufran/hand.svg"
  9678. }
  9679. },
  9680. foot: {
  9681. height: math.unit(0.185, "meters"),
  9682. name: "Foot",
  9683. image: {
  9684. source: "./media/characters/rufran/foot.svg"
  9685. }
  9686. },
  9687. },
  9688. [
  9689. {
  9690. name: "Micro",
  9691. height: math.unit(1, "inch")
  9692. },
  9693. {
  9694. name: "Normal",
  9695. height: math.unit(2 + 6 / 12, "feet"),
  9696. default: true
  9697. },
  9698. {
  9699. name: "Big",
  9700. height: math.unit(60, "feet")
  9701. },
  9702. {
  9703. name: "Macro",
  9704. height: math.unit(325, "feet")
  9705. },
  9706. ]
  9707. ))
  9708. characterMakers.push(() => makeCharacter(
  9709. { name: "Chip" },
  9710. {
  9711. front: {
  9712. height: math.unit(0.3, "meters"),
  9713. weight: math.unit(3.5, "kg"),
  9714. name: "Front",
  9715. image: {
  9716. source: "./media/characters/chip/front.svg",
  9717. extra: 748 / 674
  9718. }
  9719. },
  9720. },
  9721. [
  9722. {
  9723. name: "Micro",
  9724. height: math.unit(1, "inch"),
  9725. default: true
  9726. },
  9727. ]
  9728. ))
  9729. characterMakers.push(() => makeCharacter(
  9730. { name: "Torvid" },
  9731. {
  9732. side: {
  9733. height: math.unit(2.3, "meters"),
  9734. weight: math.unit(3500, "lb"),
  9735. name: "Side",
  9736. image: {
  9737. source: "./media/characters/torvid/side.svg",
  9738. extra: 1972 / 722,
  9739. bottom: 0.035
  9740. }
  9741. },
  9742. },
  9743. [
  9744. {
  9745. name: "Normal",
  9746. height: math.unit(2.3, "meters"),
  9747. default: true
  9748. },
  9749. ]
  9750. ))
  9751. characterMakers.push(() => makeCharacter(
  9752. { name: "Susan" },
  9753. {
  9754. front: {
  9755. height: math.unit(2, "meters"),
  9756. weight: math.unit(150.5, "kg"),
  9757. name: "Front",
  9758. image: {
  9759. source: "./media/characters/susan/front.svg",
  9760. extra: 693 / 635,
  9761. bottom: 0.05
  9762. }
  9763. },
  9764. },
  9765. [
  9766. {
  9767. name: "Megamacro",
  9768. height: math.unit(505, "miles"),
  9769. default: true
  9770. },
  9771. ]
  9772. ))
  9773. characterMakers.push(() => makeCharacter(
  9774. { name: "Raindrops" },
  9775. {
  9776. front: {
  9777. height: math.unit(6, "feet"),
  9778. weight: math.unit(150, "lb"),
  9779. name: "Front",
  9780. image: {
  9781. source: "./media/characters/raindrops/front.svg",
  9782. extra: 2655 / 2461,
  9783. bottom: 0.02
  9784. }
  9785. },
  9786. back: {
  9787. height: math.unit(6, "feet"),
  9788. weight: math.unit(150, "lb"),
  9789. name: "Back",
  9790. image: {
  9791. source: "./media/characters/raindrops/back.svg",
  9792. extra: 2574 / 2400,
  9793. bottom: 0.03
  9794. }
  9795. },
  9796. },
  9797. [
  9798. {
  9799. name: "Micro",
  9800. height: math.unit(6, "inches")
  9801. },
  9802. {
  9803. name: "Normal",
  9804. height: math.unit(6 + 2 / 12, "feet")
  9805. },
  9806. {
  9807. name: "Macro",
  9808. height: math.unit(131, "feet"),
  9809. default: true
  9810. },
  9811. {
  9812. name: "Megamacro",
  9813. height: math.unit(15, "miles")
  9814. },
  9815. {
  9816. name: "Gigamacro",
  9817. height: math.unit(4000, "miles")
  9818. },
  9819. {
  9820. name: "Teramacro",
  9821. height: math.unit(315000, "miles")
  9822. },
  9823. ]
  9824. ))
  9825. characterMakers.push(() => makeCharacter(
  9826. { name: "Tezwa" },
  9827. {
  9828. front: {
  9829. height: math.unit(2.794, "meters"),
  9830. weight: math.unit(325, "kg"),
  9831. name: "Front",
  9832. image: {
  9833. source: "./media/characters/tezwa/front.svg",
  9834. extra: 2083 / 1906,
  9835. bottom: 0.031
  9836. }
  9837. },
  9838. foot: {
  9839. height: math.unit(0.687, "meters"),
  9840. name: "Foot",
  9841. image: {
  9842. source: "./media/characters/tezwa/foot.svg"
  9843. }
  9844. },
  9845. },
  9846. [
  9847. {
  9848. name: "Normal",
  9849. height: math.unit(9 + 2 / 12, "feet"),
  9850. default: true
  9851. },
  9852. ]
  9853. ))
  9854. characterMakers.push(() => makeCharacter(
  9855. { name: "Typhus" },
  9856. {
  9857. front: {
  9858. height: math.unit(58, "feet"),
  9859. weight: math.unit(89000, "lb"),
  9860. name: "Front",
  9861. image: {
  9862. source: "./media/characters/typhus/front.svg",
  9863. extra: 816 / 800,
  9864. bottom: 0.065
  9865. }
  9866. },
  9867. },
  9868. [
  9869. {
  9870. name: "Macro",
  9871. height: math.unit(58, "feet"),
  9872. default: true
  9873. },
  9874. ]
  9875. ))
  9876. characterMakers.push(() => makeCharacter(
  9877. { name: "Lyra Von Wulf" },
  9878. {
  9879. front: {
  9880. height: math.unit(12, "feet"),
  9881. weight: math.unit(6, "tonnes"),
  9882. name: "Front",
  9883. image: {
  9884. source: "./media/characters/lyra-von-wulf/front.svg",
  9885. extra: 1,
  9886. bottom: 0.10
  9887. }
  9888. },
  9889. frontMecha: {
  9890. height: math.unit(12, "feet"),
  9891. weight: math.unit(12, "tonnes"),
  9892. name: "Front (Mecha)",
  9893. image: {
  9894. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9895. extra: 1,
  9896. bottom: 0.042
  9897. }
  9898. },
  9899. maw: {
  9900. height: math.unit(2.2, "feet"),
  9901. name: "Maw",
  9902. image: {
  9903. source: "./media/characters/lyra-von-wulf/maw.svg"
  9904. }
  9905. },
  9906. },
  9907. [
  9908. {
  9909. name: "Normal",
  9910. height: math.unit(12, "feet"),
  9911. default: true
  9912. },
  9913. {
  9914. name: "Classic",
  9915. height: math.unit(50, "feet")
  9916. },
  9917. {
  9918. name: "Macro",
  9919. height: math.unit(500, "feet")
  9920. },
  9921. {
  9922. name: "Megamacro",
  9923. height: math.unit(1, "mile")
  9924. },
  9925. {
  9926. name: "Gigamacro",
  9927. height: math.unit(400, "miles")
  9928. },
  9929. {
  9930. name: "Teramacro",
  9931. height: math.unit(22000, "miles")
  9932. },
  9933. {
  9934. name: "Solarmacro",
  9935. height: math.unit(8600000, "miles")
  9936. },
  9937. {
  9938. name: "Galactic",
  9939. height: math.unit(1057000, "lightyears")
  9940. },
  9941. ]
  9942. ))
  9943. characterMakers.push(() => makeCharacter(
  9944. { name: "Dixon" },
  9945. {
  9946. front: {
  9947. height: math.unit(6 + 10 / 12, "feet"),
  9948. weight: math.unit(150, "lb"),
  9949. name: "Front",
  9950. image: {
  9951. source: "./media/characters/dixon/front.svg",
  9952. extra: 3361 / 3209,
  9953. bottom: 0.01
  9954. }
  9955. },
  9956. },
  9957. [
  9958. {
  9959. name: "Normal",
  9960. height: math.unit(6 + 10 / 12, "feet"),
  9961. default: true
  9962. },
  9963. {
  9964. name: "Big",
  9965. height: math.unit(12, "meters")
  9966. },
  9967. {
  9968. name: "Macro",
  9969. height: math.unit(500, "meters")
  9970. },
  9971. {
  9972. name: "Megamacro",
  9973. height: math.unit(2, "km")
  9974. },
  9975. ]
  9976. ))
  9977. characterMakers.push(() => makeCharacter(
  9978. { name: "Kauko" },
  9979. {
  9980. front: {
  9981. height: math.unit(185, "cm"),
  9982. weight: math.unit(68, "kg"),
  9983. name: "Front",
  9984. image: {
  9985. source: "./media/characters/kauko/front.svg",
  9986. extra: 1455 / 1421,
  9987. bottom: 0.03
  9988. }
  9989. },
  9990. back: {
  9991. height: math.unit(185, "cm"),
  9992. weight: math.unit(68, "kg"),
  9993. name: "Back",
  9994. image: {
  9995. source: "./media/characters/kauko/back.svg",
  9996. extra: 1455 / 1421,
  9997. bottom: 0.004
  9998. }
  9999. },
  10000. },
  10001. [
  10002. {
  10003. name: "Normal",
  10004. height: math.unit(185, "cm"),
  10005. default: true
  10006. },
  10007. ]
  10008. ))
  10009. characterMakers.push(() => makeCharacter(
  10010. { name: "Varg" },
  10011. {
  10012. front: {
  10013. height: math.unit(6, "feet"),
  10014. weight: math.unit(150, "kg"),
  10015. name: "Front",
  10016. image: {
  10017. source: "./media/characters/varg/front.svg",
  10018. extra: 1108 / 1018,
  10019. bottom: 0.0375
  10020. }
  10021. },
  10022. },
  10023. [
  10024. {
  10025. name: "Normal",
  10026. height: math.unit(5, "meters")
  10027. },
  10028. {
  10029. name: "Macro",
  10030. height: math.unit(200, "meters")
  10031. },
  10032. {
  10033. name: "Megamacro",
  10034. height: math.unit(20, "kilometers")
  10035. },
  10036. {
  10037. name: "True Size",
  10038. height: math.unit(211, "km"),
  10039. default: true
  10040. },
  10041. {
  10042. name: "Gigamacro",
  10043. height: math.unit(1000, "km")
  10044. },
  10045. {
  10046. name: "Gigamacro+",
  10047. height: math.unit(8000, "km")
  10048. },
  10049. {
  10050. name: "Teramacro",
  10051. height: math.unit(1000000, "km")
  10052. },
  10053. ]
  10054. ))
  10055. characterMakers.push(() => makeCharacter(
  10056. { name: "Dayza" },
  10057. {
  10058. front: {
  10059. height: math.unit(7 + 7 / 12, "feet"),
  10060. weight: math.unit(267, "lb"),
  10061. name: "Front",
  10062. image: {
  10063. source: "./media/characters/dayza/front.svg",
  10064. extra: 1262 / 1200,
  10065. bottom: 0.035
  10066. }
  10067. },
  10068. side: {
  10069. height: math.unit(7 + 7 / 12, "feet"),
  10070. weight: math.unit(267, "lb"),
  10071. name: "Side",
  10072. image: {
  10073. source: "./media/characters/dayza/side.svg",
  10074. extra: 1295 / 1245,
  10075. bottom: 0.05
  10076. }
  10077. },
  10078. back: {
  10079. height: math.unit(7 + 7 / 12, "feet"),
  10080. weight: math.unit(267, "lb"),
  10081. name: "Back",
  10082. image: {
  10083. source: "./media/characters/dayza/back.svg",
  10084. extra: 1241 / 1170
  10085. }
  10086. },
  10087. },
  10088. [
  10089. {
  10090. name: "Normal",
  10091. height: math.unit(7 + 7 / 12, "feet"),
  10092. default: true
  10093. },
  10094. {
  10095. name: "Macro",
  10096. height: math.unit(155, "feet")
  10097. },
  10098. ]
  10099. ))
  10100. characterMakers.push(() => makeCharacter(
  10101. { name: "Xanthos" },
  10102. {
  10103. front: {
  10104. height: math.unit(6 + 5 / 12, "feet"),
  10105. weight: math.unit(160, "lb"),
  10106. name: "Front",
  10107. image: {
  10108. source: "./media/characters/xanthos/front.svg",
  10109. extra: 1,
  10110. bottom: 0.04
  10111. }
  10112. },
  10113. back: {
  10114. height: math.unit(6 + 5 / 12, "feet"),
  10115. weight: math.unit(160, "lb"),
  10116. name: "Back",
  10117. image: {
  10118. source: "./media/characters/xanthos/back.svg",
  10119. extra: 1,
  10120. bottom: 0.03
  10121. }
  10122. },
  10123. hand: {
  10124. height: math.unit(0.928, "feet"),
  10125. name: "Hand",
  10126. image: {
  10127. source: "./media/characters/xanthos/hand.svg"
  10128. }
  10129. },
  10130. foot: {
  10131. height: math.unit(1.286, "feet"),
  10132. name: "Foot",
  10133. image: {
  10134. source: "./media/characters/xanthos/foot.svg"
  10135. }
  10136. },
  10137. },
  10138. [
  10139. {
  10140. name: "Normal",
  10141. height: math.unit(6 + 5 / 12, "feet"),
  10142. default: true
  10143. },
  10144. {
  10145. name: "Normal+",
  10146. height: math.unit(6, "meters")
  10147. },
  10148. {
  10149. name: "Macro",
  10150. height: math.unit(40, "feet")
  10151. },
  10152. {
  10153. name: "Macro+",
  10154. height: math.unit(200, "meters")
  10155. },
  10156. {
  10157. name: "Megamacro",
  10158. height: math.unit(20, "km")
  10159. },
  10160. {
  10161. name: "Megamacro+",
  10162. height: math.unit(100, "km")
  10163. },
  10164. ]
  10165. ))
  10166. characterMakers.push(() => makeCharacter(
  10167. { name: "Grynn" },
  10168. {
  10169. front: {
  10170. height: math.unit(6 + 3 / 12, "feet"),
  10171. weight: math.unit(215, "lb"),
  10172. name: "Front",
  10173. image: {
  10174. source: "./media/characters/grynn/front.svg",
  10175. extra: 4627 / 4209,
  10176. bottom: 0.047
  10177. }
  10178. },
  10179. },
  10180. [
  10181. {
  10182. name: "Micro",
  10183. height: math.unit(6, "inches")
  10184. },
  10185. {
  10186. name: "Normal",
  10187. height: math.unit(6 + 3 / 12, "feet"),
  10188. default: true
  10189. },
  10190. {
  10191. name: "Big",
  10192. height: math.unit(104, "feet")
  10193. },
  10194. {
  10195. name: "Macro",
  10196. height: math.unit(944, "feet")
  10197. },
  10198. {
  10199. name: "Macro+",
  10200. height: math.unit(9480, "feet")
  10201. },
  10202. {
  10203. name: "Megamacro",
  10204. height: math.unit(78752, "feet")
  10205. },
  10206. {
  10207. name: "Megamacro+",
  10208. height: math.unit(630128, "feet")
  10209. },
  10210. {
  10211. name: "Megamacro++",
  10212. height: math.unit(3150695, "feet")
  10213. },
  10214. ]
  10215. ))
  10216. characterMakers.push(() => makeCharacter(
  10217. { name: "Mocha Aura" },
  10218. {
  10219. front: {
  10220. height: math.unit(7 + 5 / 12, "feet"),
  10221. weight: math.unit(450, "lb"),
  10222. name: "Front",
  10223. image: {
  10224. source: "./media/characters/mocha-aura/front.svg",
  10225. extra: 1907 / 1817,
  10226. bottom: 0.04
  10227. }
  10228. },
  10229. back: {
  10230. height: math.unit(7 + 5 / 12, "feet"),
  10231. weight: math.unit(450, "lb"),
  10232. name: "Back",
  10233. image: {
  10234. source: "./media/characters/mocha-aura/back.svg",
  10235. extra: 1900 / 1825,
  10236. bottom: 0.045
  10237. }
  10238. },
  10239. },
  10240. [
  10241. {
  10242. name: "Nano",
  10243. height: math.unit(1, "nm")
  10244. },
  10245. {
  10246. name: "Megamicro",
  10247. height: math.unit(1, "mm")
  10248. },
  10249. {
  10250. name: "Micro",
  10251. height: math.unit(3, "inches")
  10252. },
  10253. {
  10254. name: "Normal",
  10255. height: math.unit(7 + 5 / 12, "feet"),
  10256. default: true
  10257. },
  10258. {
  10259. name: "Macro",
  10260. height: math.unit(30, "feet")
  10261. },
  10262. {
  10263. name: "Megamacro",
  10264. height: math.unit(3500, "feet")
  10265. },
  10266. {
  10267. name: "Teramacro",
  10268. height: math.unit(500000, "miles")
  10269. },
  10270. {
  10271. name: "Petamacro",
  10272. height: math.unit(50000000000000000, "parsecs")
  10273. },
  10274. ]
  10275. ))
  10276. characterMakers.push(() => makeCharacter(
  10277. { name: "Ilisha Devya" },
  10278. {
  10279. front: {
  10280. height: math.unit(6, "feet"),
  10281. weight: math.unit(150, "lb"),
  10282. name: "Front",
  10283. image: {
  10284. source: "./media/characters/ilisha-devya/front.svg",
  10285. extra: 1,
  10286. bottom: 0.175
  10287. }
  10288. },
  10289. back: {
  10290. height: math.unit(6, "feet"),
  10291. weight: math.unit(150, "lb"),
  10292. name: "Back",
  10293. image: {
  10294. source: "./media/characters/ilisha-devya/back.svg",
  10295. extra: 1,
  10296. bottom: 0.015
  10297. }
  10298. },
  10299. },
  10300. [
  10301. {
  10302. name: "Macro",
  10303. height: math.unit(500, "feet"),
  10304. default: true
  10305. },
  10306. {
  10307. name: "Megamacro",
  10308. height: math.unit(10, "miles")
  10309. },
  10310. {
  10311. name: "Gigamacro",
  10312. height: math.unit(100000, "miles")
  10313. },
  10314. {
  10315. name: "Examacro",
  10316. height: math.unit(1e9, "lightyears")
  10317. },
  10318. {
  10319. name: "Omniversal",
  10320. height: math.unit(1e33, "lightyears")
  10321. },
  10322. {
  10323. name: "Beyond Infinite",
  10324. height: math.unit(1e100, "lightyears")
  10325. },
  10326. ]
  10327. ))
  10328. characterMakers.push(() => makeCharacter(
  10329. { name: "Mira" },
  10330. {
  10331. Side: {
  10332. height: math.unit(6, "feet"),
  10333. weight: math.unit(150, "lb"),
  10334. name: "Side",
  10335. image: {
  10336. source: "./media/characters/mira/side.svg",
  10337. extra: 900 / 799,
  10338. bottom: 0.02
  10339. }
  10340. },
  10341. },
  10342. [
  10343. {
  10344. name: "Human Size",
  10345. height: math.unit(6, "feet")
  10346. },
  10347. {
  10348. name: "Macro",
  10349. height: math.unit(100, "feet"),
  10350. default: true
  10351. },
  10352. {
  10353. name: "Megamacro",
  10354. height: math.unit(10, "miles")
  10355. },
  10356. {
  10357. name: "Gigamacro",
  10358. height: math.unit(25000, "miles")
  10359. },
  10360. {
  10361. name: "Teramacro",
  10362. height: math.unit(300, "AU")
  10363. },
  10364. {
  10365. name: "Full Size",
  10366. height: math.unit(4.5e10, "lightyears")
  10367. },
  10368. ]
  10369. ))
  10370. characterMakers.push(() => makeCharacter(
  10371. { name: "Holly" },
  10372. {
  10373. front: {
  10374. height: math.unit(6, "feet"),
  10375. weight: math.unit(150, "lb"),
  10376. name: "Front",
  10377. image: {
  10378. source: "./media/characters/holly/front.svg",
  10379. extra: 639 / 606
  10380. }
  10381. },
  10382. back: {
  10383. height: math.unit(6, "feet"),
  10384. weight: math.unit(150, "lb"),
  10385. name: "Back",
  10386. image: {
  10387. source: "./media/characters/holly/back.svg",
  10388. extra: 623 / 598
  10389. }
  10390. },
  10391. frontWorking: {
  10392. height: math.unit(6, "feet"),
  10393. weight: math.unit(150, "lb"),
  10394. name: "Front (Working)",
  10395. image: {
  10396. source: "./media/characters/holly/front-working.svg",
  10397. extra: 607 / 577,
  10398. bottom: 0.048
  10399. }
  10400. },
  10401. },
  10402. [
  10403. {
  10404. name: "Normal",
  10405. height: math.unit(12 + 3 / 12, "feet"),
  10406. default: true
  10407. },
  10408. ]
  10409. ))
  10410. characterMakers.push(() => makeCharacter(
  10411. { name: "Porter" },
  10412. {
  10413. front: {
  10414. height: math.unit(6, "feet"),
  10415. weight: math.unit(150, "lb"),
  10416. name: "Front",
  10417. image: {
  10418. source: "./media/characters/porter/front.svg",
  10419. extra: 1,
  10420. bottom: 0.01
  10421. }
  10422. },
  10423. frontRobes: {
  10424. height: math.unit(6, "feet"),
  10425. weight: math.unit(150, "lb"),
  10426. name: "Front (Robes)",
  10427. image: {
  10428. source: "./media/characters/porter/front-robes.svg",
  10429. extra: 1.01,
  10430. bottom: 0.01
  10431. }
  10432. },
  10433. },
  10434. [
  10435. {
  10436. name: "Normal",
  10437. height: math.unit(11 + 9 / 12, "feet"),
  10438. default: true
  10439. },
  10440. ]
  10441. ))
  10442. characterMakers.push(() => makeCharacter(
  10443. { name: "Lucy" },
  10444. {
  10445. legendary: {
  10446. height: math.unit(6, "feet"),
  10447. weight: math.unit(150, "lb"),
  10448. name: "Legendary",
  10449. image: {
  10450. source: "./media/characters/lucy/legendary.svg",
  10451. extra: 1355 / 1100,
  10452. bottom: 0.045
  10453. }
  10454. },
  10455. },
  10456. [
  10457. {
  10458. name: "Legendary",
  10459. height: math.unit(86882 * 2, "miles"),
  10460. default: true
  10461. },
  10462. ]
  10463. ))
  10464. characterMakers.push(() => makeCharacter(
  10465. { name: "Drusilla" },
  10466. {
  10467. front: {
  10468. height: math.unit(6, "feet"),
  10469. weight: math.unit(150, "lb"),
  10470. name: "Front",
  10471. image: {
  10472. source: "./media/characters/drusilla/front.svg",
  10473. extra: 678 / 635,
  10474. bottom: 0.03
  10475. }
  10476. },
  10477. back: {
  10478. height: math.unit(6, "feet"),
  10479. weight: math.unit(150, "lb"),
  10480. name: "Back",
  10481. image: {
  10482. source: "./media/characters/drusilla/back.svg",
  10483. extra: 678 / 635,
  10484. bottom: 0.005
  10485. }
  10486. },
  10487. },
  10488. [
  10489. {
  10490. name: "Macro",
  10491. height: math.unit(100, "feet")
  10492. },
  10493. {
  10494. name: "Canon Height",
  10495. height: math.unit(2000, "feet"),
  10496. default: true
  10497. },
  10498. ]
  10499. ))
  10500. characterMakers.push(() => makeCharacter(
  10501. { name: "Renard Thatch" },
  10502. {
  10503. front: {
  10504. height: math.unit(6, "feet"),
  10505. weight: math.unit(180, "lb"),
  10506. name: "Front",
  10507. image: {
  10508. source: "./media/characters/renard-thatch/front.svg",
  10509. extra: 2411 / 2275,
  10510. bottom: 0.01
  10511. }
  10512. },
  10513. frontPosing: {
  10514. height: math.unit(6, "feet"),
  10515. weight: math.unit(180, "lb"),
  10516. name: "Front (Posing)",
  10517. image: {
  10518. source: "./media/characters/renard-thatch/front-posing.svg",
  10519. extra: 2381 / 2261,
  10520. bottom: 0.01
  10521. }
  10522. },
  10523. back: {
  10524. height: math.unit(6, "feet"),
  10525. weight: math.unit(180, "lb"),
  10526. name: "Back",
  10527. image: {
  10528. source: "./media/characters/renard-thatch/back.svg",
  10529. extra: 2428 / 2288
  10530. }
  10531. },
  10532. },
  10533. [
  10534. {
  10535. name: "Micro",
  10536. height: math.unit(3, "inches")
  10537. },
  10538. {
  10539. name: "Default",
  10540. height: math.unit(6, "feet"),
  10541. default: true
  10542. },
  10543. {
  10544. name: "Macro",
  10545. height: math.unit(75, "feet")
  10546. },
  10547. ]
  10548. ))
  10549. characterMakers.push(() => makeCharacter(
  10550. { name: "Sekvra" },
  10551. {
  10552. front: {
  10553. height: math.unit(1450, "feet"),
  10554. weight: math.unit(1.21e6, "tons"),
  10555. name: "Front",
  10556. image: {
  10557. source: "./media/characters/sekvra/front.svg",
  10558. extra: 1,
  10559. bottom: 0.03
  10560. }
  10561. },
  10562. frontClothed: {
  10563. height: math.unit(1450, "feet"),
  10564. weight: math.unit(1.21e6, "tons"),
  10565. name: "Front (Clothed)",
  10566. image: {
  10567. source: "./media/characters/sekvra/front-clothed.svg",
  10568. extra: 1,
  10569. bottom: 0.03
  10570. }
  10571. },
  10572. side: {
  10573. height: math.unit(1450, "feet"),
  10574. weight: math.unit(1.21e6, "tons"),
  10575. name: "Side",
  10576. image: {
  10577. source: "./media/characters/sekvra/side.svg",
  10578. extra: 1,
  10579. bottom: 0.025
  10580. }
  10581. },
  10582. back: {
  10583. height: math.unit(1450, "feet"),
  10584. weight: math.unit(1.21e6, "tons"),
  10585. name: "Back",
  10586. image: {
  10587. source: "./media/characters/sekvra/back.svg",
  10588. extra: 1,
  10589. bottom: 0.005
  10590. }
  10591. },
  10592. },
  10593. [
  10594. {
  10595. name: "Macro",
  10596. height: math.unit(1450, "feet"),
  10597. default: true
  10598. },
  10599. {
  10600. name: "Megamacro",
  10601. height: math.unit(15000, "feet")
  10602. },
  10603. ]
  10604. ))
  10605. characterMakers.push(() => makeCharacter(
  10606. { name: "Carmine" },
  10607. {
  10608. front: {
  10609. height: math.unit(6, "feet"),
  10610. weight: math.unit(150, "lb"),
  10611. name: "Front",
  10612. image: {
  10613. source: "./media/characters/carmine/front.svg",
  10614. extra: 1,
  10615. bottom: 0.035
  10616. }
  10617. },
  10618. frontArmor: {
  10619. height: math.unit(6, "feet"),
  10620. weight: math.unit(150, "lb"),
  10621. name: "Front (Armor)",
  10622. image: {
  10623. source: "./media/characters/carmine/front-armor.svg",
  10624. extra: 1,
  10625. bottom: 0.035
  10626. }
  10627. },
  10628. },
  10629. [
  10630. {
  10631. name: "Large",
  10632. height: math.unit(1, "mile")
  10633. },
  10634. {
  10635. name: "Huge",
  10636. height: math.unit(40, "miles"),
  10637. default: true
  10638. },
  10639. {
  10640. name: "Colossal",
  10641. height: math.unit(2500, "miles")
  10642. },
  10643. ]
  10644. ))
  10645. characterMakers.push(() => makeCharacter(
  10646. { name: "Elyssia" },
  10647. {
  10648. front: {
  10649. height: math.unit(6, "feet"),
  10650. weight: math.unit(150, "lb"),
  10651. name: "Front",
  10652. image: {
  10653. source: "./media/characters/elyssia/front.svg",
  10654. extra: 2201 / 2035,
  10655. bottom: 0.05
  10656. }
  10657. },
  10658. frontClothed: {
  10659. height: math.unit(6, "feet"),
  10660. weight: math.unit(150, "lb"),
  10661. name: "Front (Clothed)",
  10662. image: {
  10663. source: "./media/characters/elyssia/front-clothed.svg",
  10664. extra: 2201 / 2035,
  10665. bottom: 0.05
  10666. }
  10667. },
  10668. back: {
  10669. height: math.unit(6, "feet"),
  10670. weight: math.unit(150, "lb"),
  10671. name: "Back",
  10672. image: {
  10673. source: "./media/characters/elyssia/back.svg",
  10674. extra: 2201 / 2035,
  10675. bottom: 0.013
  10676. }
  10677. },
  10678. },
  10679. [
  10680. {
  10681. name: "Smaller",
  10682. height: math.unit(150, "feet")
  10683. },
  10684. {
  10685. name: "Standard",
  10686. height: math.unit(1400, "feet"),
  10687. default: true
  10688. },
  10689. {
  10690. name: "Distracted",
  10691. height: math.unit(15000, "feet")
  10692. },
  10693. ]
  10694. ))
  10695. characterMakers.push(() => makeCharacter(
  10696. { name: "Geno Maxwell" },
  10697. {
  10698. front: {
  10699. height: math.unit(7 + 4 / 12, "feet"),
  10700. weight: math.unit(500, "lb"),
  10701. name: "Front",
  10702. image: {
  10703. source: "./media/characters/geno-maxwell/front.svg",
  10704. extra: 2207 / 2040,
  10705. bottom: 0.015
  10706. }
  10707. },
  10708. },
  10709. [
  10710. {
  10711. name: "Micro",
  10712. height: math.unit(3, "inches")
  10713. },
  10714. {
  10715. name: "Normal",
  10716. height: math.unit(7 + 4 / 12, "feet"),
  10717. default: true
  10718. },
  10719. {
  10720. name: "Macro",
  10721. height: math.unit(220, "feet")
  10722. },
  10723. {
  10724. name: "Megamacro",
  10725. height: math.unit(11, "miles")
  10726. },
  10727. ]
  10728. ))
  10729. characterMakers.push(() => makeCharacter(
  10730. { name: "Regena Maxwell" },
  10731. {
  10732. front: {
  10733. height: math.unit(7 + 4 / 12, "feet"),
  10734. weight: math.unit(500, "lb"),
  10735. name: "Front",
  10736. image: {
  10737. source: "./media/characters/regena-maxwell/front.svg",
  10738. extra: 3115 / 2770,
  10739. bottom: 0.02
  10740. }
  10741. },
  10742. },
  10743. [
  10744. {
  10745. name: "Normal",
  10746. height: math.unit(7 + 4 / 12, "feet"),
  10747. default: true
  10748. },
  10749. {
  10750. name: "Macro",
  10751. height: math.unit(220, "feet")
  10752. },
  10753. {
  10754. name: "Megamacro",
  10755. height: math.unit(11, "miles")
  10756. },
  10757. ]
  10758. ))
  10759. characterMakers.push(() => makeCharacter(
  10760. { name: "XGlidingDragonX" },
  10761. {
  10762. front: {
  10763. height: math.unit(6, "feet"),
  10764. weight: math.unit(150, "lb"),
  10765. name: "Front",
  10766. image: {
  10767. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10768. extra: 860 / 690,
  10769. bottom: 0.03
  10770. }
  10771. },
  10772. },
  10773. [
  10774. {
  10775. name: "Normal",
  10776. height: math.unit(1.7, "meters"),
  10777. default: true
  10778. },
  10779. ]
  10780. ))
  10781. characterMakers.push(() => makeCharacter(
  10782. { name: "Quilly" },
  10783. {
  10784. front: {
  10785. height: math.unit(6, "feet"),
  10786. weight: math.unit(150, "lb"),
  10787. name: "Front",
  10788. image: {
  10789. source: "./media/characters/quilly/front.svg",
  10790. extra: 890 / 776
  10791. }
  10792. },
  10793. },
  10794. [
  10795. {
  10796. name: "Gigamacro",
  10797. height: math.unit(404090, "miles"),
  10798. default: true
  10799. },
  10800. ]
  10801. ))
  10802. characterMakers.push(() => makeCharacter(
  10803. { name: "Tempest" },
  10804. {
  10805. front: {
  10806. height: math.unit(7 + 8 / 12, "feet"),
  10807. weight: math.unit(350, "lb"),
  10808. name: "Front",
  10809. image: {
  10810. source: "./media/characters/tempest/front.svg",
  10811. extra: 1175 / 1086,
  10812. bottom: 0.02
  10813. }
  10814. },
  10815. },
  10816. [
  10817. {
  10818. name: "Normal",
  10819. height: math.unit(7 + 8 / 12, "feet"),
  10820. default: true
  10821. },
  10822. ]
  10823. ))
  10824. characterMakers.push(() => makeCharacter(
  10825. { name: "Rodger" },
  10826. {
  10827. side: {
  10828. height: math.unit(4 + 5 / 12, "feet"),
  10829. weight: math.unit(80, "lb"),
  10830. name: "Side",
  10831. image: {
  10832. source: "./media/characters/rodger/side.svg",
  10833. extra: 1235 / 1118
  10834. }
  10835. },
  10836. },
  10837. [
  10838. {
  10839. name: "Micro",
  10840. height: math.unit(1, "inch")
  10841. },
  10842. {
  10843. name: "Normal",
  10844. height: math.unit(4 + 5 / 12, "feet"),
  10845. default: true
  10846. },
  10847. {
  10848. name: "Macro",
  10849. height: math.unit(120, "feet")
  10850. },
  10851. ]
  10852. ))
  10853. characterMakers.push(() => makeCharacter(
  10854. { name: "Danyel" },
  10855. {
  10856. front: {
  10857. height: math.unit(6, "feet"),
  10858. weight: math.unit(150, "lb"),
  10859. name: "Front",
  10860. image: {
  10861. source: "./media/characters/danyel/front.svg",
  10862. extra: 1185 / 1123,
  10863. bottom: 0.05
  10864. }
  10865. },
  10866. },
  10867. [
  10868. {
  10869. name: "Shrunken",
  10870. height: math.unit(0.5, "mm")
  10871. },
  10872. {
  10873. name: "Micro",
  10874. height: math.unit(1, "mm"),
  10875. default: true
  10876. },
  10877. {
  10878. name: "Upsized",
  10879. height: math.unit(5 + 5 / 12, "feet")
  10880. },
  10881. ]
  10882. ))
  10883. characterMakers.push(() => makeCharacter(
  10884. { name: "Vivian Bijoux" },
  10885. {
  10886. front: {
  10887. height: math.unit(5 + 6 / 12, "feet"),
  10888. weight: math.unit(200, "lb"),
  10889. name: "Front",
  10890. image: {
  10891. source: "./media/characters/vivian-bijoux/front.svg",
  10892. extra: 1,
  10893. bottom: 0.072
  10894. }
  10895. },
  10896. },
  10897. [
  10898. {
  10899. name: "Normal",
  10900. height: math.unit(5 + 6 / 12, "feet"),
  10901. default: true
  10902. },
  10903. {
  10904. name: "Bad Dream",
  10905. height: math.unit(500, "feet")
  10906. },
  10907. {
  10908. name: "Nightmare",
  10909. height: math.unit(500, "miles")
  10910. },
  10911. ]
  10912. ))
  10913. characterMakers.push(() => makeCharacter(
  10914. { name: "Zeta" },
  10915. {
  10916. front: {
  10917. height: math.unit(6 + 1 / 12, "feet"),
  10918. weight: math.unit(260, "lb"),
  10919. name: "Front",
  10920. image: {
  10921. source: "./media/characters/zeta/front.svg",
  10922. extra: 1968 / 1889,
  10923. bottom: 0.06
  10924. }
  10925. },
  10926. back: {
  10927. height: math.unit(6 + 1 / 12, "feet"),
  10928. weight: math.unit(260, "lb"),
  10929. name: "Back",
  10930. image: {
  10931. source: "./media/characters/zeta/back.svg",
  10932. extra: 1944 / 1858,
  10933. bottom: 0.03
  10934. }
  10935. },
  10936. hand: {
  10937. height: math.unit(1.112, "feet"),
  10938. name: "Hand",
  10939. image: {
  10940. source: "./media/characters/zeta/hand.svg"
  10941. }
  10942. },
  10943. foot: {
  10944. height: math.unit(1.48, "feet"),
  10945. name: "Foot",
  10946. image: {
  10947. source: "./media/characters/zeta/foot.svg"
  10948. }
  10949. },
  10950. },
  10951. [
  10952. {
  10953. name: "Micro",
  10954. height: math.unit(6, "inches")
  10955. },
  10956. {
  10957. name: "Normal",
  10958. height: math.unit(6 + 1 / 12, "feet"),
  10959. default: true
  10960. },
  10961. {
  10962. name: "Macro",
  10963. height: math.unit(20, "feet")
  10964. },
  10965. ]
  10966. ))
  10967. characterMakers.push(() => makeCharacter(
  10968. { name: "Jamie Larsen" },
  10969. {
  10970. front: {
  10971. height: math.unit(6, "feet"),
  10972. weight: math.unit(150, "lb"),
  10973. name: "Front",
  10974. image: {
  10975. source: "./media/characters/jamie-larsen/front.svg",
  10976. extra: 962 / 933,
  10977. bottom: 0.02
  10978. }
  10979. },
  10980. back: {
  10981. height: math.unit(6, "feet"),
  10982. weight: math.unit(150, "lb"),
  10983. name: "Back",
  10984. image: {
  10985. source: "./media/characters/jamie-larsen/back.svg",
  10986. extra: 997 / 946
  10987. }
  10988. },
  10989. },
  10990. [
  10991. {
  10992. name: "Macro",
  10993. height: math.unit(28 + 7 / 12, "feet"),
  10994. default: true
  10995. },
  10996. {
  10997. name: "Macro+",
  10998. height: math.unit(180, "feet")
  10999. },
  11000. {
  11001. name: "Megamacro",
  11002. height: math.unit(10, "miles")
  11003. },
  11004. {
  11005. name: "Gigamacro",
  11006. height: math.unit(200000, "miles")
  11007. },
  11008. ]
  11009. ))
  11010. characterMakers.push(() => makeCharacter(
  11011. { name: "Vance" },
  11012. {
  11013. front: {
  11014. height: math.unit(6, "feet"),
  11015. weight: math.unit(120, "lb"),
  11016. name: "Front",
  11017. image: {
  11018. source: "./media/characters/vance/front.svg",
  11019. extra: 1980 / 1890,
  11020. bottom: 0.09
  11021. }
  11022. },
  11023. back: {
  11024. height: math.unit(6, "feet"),
  11025. weight: math.unit(120, "lb"),
  11026. name: "Back",
  11027. image: {
  11028. source: "./media/characters/vance/back.svg",
  11029. extra: 2081 / 1994,
  11030. bottom: 0.014
  11031. }
  11032. },
  11033. hand: {
  11034. height: math.unit(0.88, "feet"),
  11035. name: "Hand",
  11036. image: {
  11037. source: "./media/characters/vance/hand.svg"
  11038. }
  11039. },
  11040. foot: {
  11041. height: math.unit(0.64, "feet"),
  11042. name: "Foot",
  11043. image: {
  11044. source: "./media/characters/vance/foot.svg"
  11045. }
  11046. },
  11047. },
  11048. [
  11049. {
  11050. name: "Small",
  11051. height: math.unit(90, "feet"),
  11052. default: true
  11053. },
  11054. {
  11055. name: "Macro",
  11056. height: math.unit(100, "meters")
  11057. },
  11058. {
  11059. name: "Megamacro",
  11060. height: math.unit(15, "miles")
  11061. },
  11062. ]
  11063. ))
  11064. characterMakers.push(() => makeCharacter(
  11065. { name: "Xochitl" },
  11066. {
  11067. front: {
  11068. height: math.unit(6, "feet"),
  11069. weight: math.unit(180, "lb"),
  11070. name: "Front",
  11071. image: {
  11072. source: "./media/characters/xochitl/front.svg",
  11073. extra: 2297 / 2261,
  11074. bottom: 0.065
  11075. }
  11076. },
  11077. back: {
  11078. height: math.unit(6, "feet"),
  11079. weight: math.unit(180, "lb"),
  11080. name: "Back",
  11081. image: {
  11082. source: "./media/characters/xochitl/back.svg",
  11083. extra: 2386 / 2354,
  11084. bottom: 0.01
  11085. }
  11086. },
  11087. foot: {
  11088. height: math.unit(6 / 5 * 1.15, "feet"),
  11089. weight: math.unit(150, "lb"),
  11090. name: "Foot",
  11091. image: {
  11092. source: "./media/characters/xochitl/foot.svg"
  11093. }
  11094. },
  11095. },
  11096. [
  11097. {
  11098. name: "Macro",
  11099. height: math.unit(80, "feet")
  11100. },
  11101. {
  11102. name: "Macro+",
  11103. height: math.unit(400, "feet"),
  11104. default: true
  11105. },
  11106. {
  11107. name: "Gigamacro",
  11108. height: math.unit(80000, "miles")
  11109. },
  11110. {
  11111. name: "Gigamacro+",
  11112. height: math.unit(400000, "miles")
  11113. },
  11114. {
  11115. name: "Teramacro",
  11116. height: math.unit(300, "AU")
  11117. },
  11118. ]
  11119. ))
  11120. characterMakers.push(() => makeCharacter(
  11121. { name: "Vincent" },
  11122. {
  11123. front: {
  11124. height: math.unit(6, "feet"),
  11125. weight: math.unit(150, "lb"),
  11126. name: "Front",
  11127. image: {
  11128. source: "./media/characters/vincent/front.svg",
  11129. extra: 1130 / 1080,
  11130. bottom: 0.055
  11131. }
  11132. },
  11133. beak: {
  11134. height: math.unit(6 * 0.1, "feet"),
  11135. name: "Beak",
  11136. image: {
  11137. source: "./media/characters/vincent/beak.svg"
  11138. }
  11139. },
  11140. hand: {
  11141. height: math.unit(6 * 0.85, "feet"),
  11142. weight: math.unit(150, "lb"),
  11143. name: "Hand",
  11144. image: {
  11145. source: "./media/characters/vincent/hand.svg"
  11146. }
  11147. },
  11148. foot: {
  11149. height: math.unit(6 * 0.19, "feet"),
  11150. weight: math.unit(150, "lb"),
  11151. name: "Foot",
  11152. image: {
  11153. source: "./media/characters/vincent/foot.svg"
  11154. }
  11155. },
  11156. },
  11157. [
  11158. {
  11159. name: "Base",
  11160. height: math.unit(6 + 5 / 12, "feet"),
  11161. default: true
  11162. },
  11163. {
  11164. name: "Macro",
  11165. height: math.unit(300, "feet")
  11166. },
  11167. {
  11168. name: "Megamacro",
  11169. height: math.unit(2, "miles")
  11170. },
  11171. {
  11172. name: "Gigamacro",
  11173. height: math.unit(1000, "miles")
  11174. },
  11175. ]
  11176. ))
  11177. characterMakers.push(() => makeCharacter(
  11178. { name: "Jay" },
  11179. {
  11180. front: {
  11181. height: math.unit(6 + 2 / 12, "feet"),
  11182. weight: math.unit(65, "lb"),
  11183. name: "Front",
  11184. image: {
  11185. source: "./media/characters/jay/front.svg",
  11186. extra: 1510 / 1430,
  11187. bottom: 0.042
  11188. }
  11189. },
  11190. back: {
  11191. height: math.unit(6 + 2 / 12, "feet"),
  11192. weight: math.unit(65, "lb"),
  11193. name: "Back",
  11194. image: {
  11195. source: "./media/characters/jay/back.svg",
  11196. extra: 1510 / 1430,
  11197. bottom: 0.025
  11198. }
  11199. },
  11200. clothed: {
  11201. height: math.unit(6 + 2 / 12, "feet"),
  11202. weight: math.unit(65, "lb"),
  11203. name: "Front (Clothed)",
  11204. image: {
  11205. source: "./media/characters/jay/clothed.svg",
  11206. extra: 744 / 699,
  11207. bottom: 0.043
  11208. }
  11209. },
  11210. },
  11211. [
  11212. {
  11213. name: "Micro",
  11214. height: math.unit(1, "inch")
  11215. },
  11216. {
  11217. name: "Normal",
  11218. height: math.unit(6 + 2 / 12, "feet"),
  11219. default: true
  11220. },
  11221. {
  11222. name: "Macro",
  11223. height: math.unit(1, "mile")
  11224. },
  11225. {
  11226. name: "Megamacro",
  11227. height: math.unit(100, "miles")
  11228. },
  11229. ]
  11230. ))
  11231. characterMakers.push(() => makeCharacter(
  11232. { name: "Coatl" },
  11233. {
  11234. front: {
  11235. height: math.unit(2, "meters"),
  11236. weight: math.unit(500, "kg"),
  11237. name: "Front",
  11238. image: {
  11239. source: "./media/characters/coatl/front.svg",
  11240. extra: 3948 / 3500,
  11241. bottom: 0.082
  11242. }
  11243. },
  11244. },
  11245. [
  11246. {
  11247. name: "Normal",
  11248. height: math.unit(4, "meters")
  11249. },
  11250. {
  11251. name: "Macro",
  11252. height: math.unit(100, "meters"),
  11253. default: true
  11254. },
  11255. {
  11256. name: "Macro+",
  11257. height: math.unit(300, "meters")
  11258. },
  11259. {
  11260. name: "Megamacro",
  11261. height: math.unit(3, "gigameters")
  11262. },
  11263. {
  11264. name: "Megamacro+",
  11265. height: math.unit(300, "terameters")
  11266. },
  11267. {
  11268. name: "Megamacro++",
  11269. height: math.unit(3, "lightyears")
  11270. },
  11271. ]
  11272. ))
  11273. characterMakers.push(() => makeCharacter(
  11274. { name: "Shiroryu" },
  11275. {
  11276. front: {
  11277. height: math.unit(6, "feet"),
  11278. weight: math.unit(50, "kg"),
  11279. name: "front",
  11280. image: {
  11281. source: "./media/characters/shiroryu/front.svg",
  11282. extra: 1990 / 1935
  11283. }
  11284. },
  11285. },
  11286. [
  11287. {
  11288. name: "Mortal Mingling",
  11289. height: math.unit(3, "meters")
  11290. },
  11291. {
  11292. name: "Kaiju-ish",
  11293. height: math.unit(250, "meters")
  11294. },
  11295. {
  11296. name: "Somewhat Godly",
  11297. height: math.unit(400, "km"),
  11298. default: true
  11299. },
  11300. {
  11301. name: "Planetary",
  11302. height: math.unit(300, "megameters")
  11303. },
  11304. {
  11305. name: "Galaxy-dwarfing",
  11306. height: math.unit(450, "kiloparsecs")
  11307. },
  11308. {
  11309. name: "Universe Eater",
  11310. height: math.unit(150, "gigaparsecs")
  11311. },
  11312. {
  11313. name: "Almost Immeasurable",
  11314. height: math.unit(1.3e266, "yottaparsecs")
  11315. },
  11316. ]
  11317. ))
  11318. characterMakers.push(() => makeCharacter(
  11319. { name: "Umeko" },
  11320. {
  11321. front: {
  11322. height: math.unit(6, "feet"),
  11323. weight: math.unit(150, "lb"),
  11324. name: "Front",
  11325. image: {
  11326. source: "./media/characters/umeko/front.svg",
  11327. extra: 1,
  11328. bottom: 0.019
  11329. }
  11330. },
  11331. frontArmored: {
  11332. height: math.unit(6, "feet"),
  11333. weight: math.unit(150, "lb"),
  11334. name: "Front (Armored)",
  11335. image: {
  11336. source: "./media/characters/umeko/front-armored.svg",
  11337. extra: 1,
  11338. bottom: 0.021
  11339. }
  11340. },
  11341. },
  11342. [
  11343. {
  11344. name: "Macro",
  11345. height: math.unit(220, "feet"),
  11346. default: true
  11347. },
  11348. {
  11349. name: "Guardian Dragon",
  11350. height: math.unit(50, "miles")
  11351. },
  11352. {
  11353. name: "Cosmic",
  11354. height: math.unit(800000, "miles")
  11355. },
  11356. ]
  11357. ))
  11358. characterMakers.push(() => makeCharacter(
  11359. { name: "Cassidy" },
  11360. {
  11361. front: {
  11362. height: math.unit(6, "feet"),
  11363. weight: math.unit(150, "lb"),
  11364. name: "Front",
  11365. image: {
  11366. source: "./media/characters/cassidy/front.svg",
  11367. extra: 1,
  11368. bottom: 0.043
  11369. }
  11370. },
  11371. },
  11372. [
  11373. {
  11374. name: "Canon Height",
  11375. height: math.unit(120, "feet"),
  11376. default: true
  11377. },
  11378. {
  11379. name: "Macro+",
  11380. height: math.unit(400, "feet")
  11381. },
  11382. {
  11383. name: "Macro++",
  11384. height: math.unit(4000, "feet")
  11385. },
  11386. {
  11387. name: "Megamacro",
  11388. height: math.unit(3, "miles")
  11389. },
  11390. ]
  11391. ))
  11392. characterMakers.push(() => makeCharacter(
  11393. { name: "Isaac" },
  11394. {
  11395. front: {
  11396. height: math.unit(6, "feet"),
  11397. weight: math.unit(150, "lb"),
  11398. name: "Front",
  11399. image: {
  11400. source: "./media/characters/isaac/front.svg",
  11401. extra: 896 / 815,
  11402. bottom: 0.11
  11403. }
  11404. },
  11405. },
  11406. [
  11407. {
  11408. name: "Human Size",
  11409. height: math.unit(8, "feet"),
  11410. default: true
  11411. },
  11412. {
  11413. name: "Macro",
  11414. height: math.unit(400, "feet")
  11415. },
  11416. {
  11417. name: "Megamacro",
  11418. height: math.unit(50, "miles")
  11419. },
  11420. {
  11421. name: "Canon Height",
  11422. height: math.unit(200, "AU")
  11423. },
  11424. ]
  11425. ))
  11426. characterMakers.push(() => makeCharacter(
  11427. { name: "Sleekit" },
  11428. {
  11429. front: {
  11430. height: math.unit(6, "feet"),
  11431. weight: math.unit(72, "kg"),
  11432. name: "Front",
  11433. image: {
  11434. source: "./media/characters/sleekit/front.svg",
  11435. extra: 4693 / 4487,
  11436. bottom: 0.012
  11437. }
  11438. },
  11439. },
  11440. [
  11441. {
  11442. name: "Minimum Height",
  11443. height: math.unit(10, "meters")
  11444. },
  11445. {
  11446. name: "Smaller",
  11447. height: math.unit(25, "meters")
  11448. },
  11449. {
  11450. name: "Larger",
  11451. height: math.unit(38, "meters"),
  11452. default: true
  11453. },
  11454. {
  11455. name: "Maximum height",
  11456. height: math.unit(100, "meters")
  11457. },
  11458. ]
  11459. ))
  11460. characterMakers.push(() => makeCharacter(
  11461. { name: "Nillia" },
  11462. {
  11463. front: {
  11464. height: math.unit(6, "feet"),
  11465. weight: math.unit(150, "lb"),
  11466. name: "Front",
  11467. image: {
  11468. source: "./media/characters/nillia/front.svg",
  11469. extra: 2195 / 2037,
  11470. bottom: 0.005
  11471. }
  11472. },
  11473. back: {
  11474. height: math.unit(6, "feet"),
  11475. weight: math.unit(150, "lb"),
  11476. name: "Back",
  11477. image: {
  11478. source: "./media/characters/nillia/back.svg",
  11479. extra: 2195 / 2037,
  11480. bottom: 0.005
  11481. }
  11482. },
  11483. },
  11484. [
  11485. {
  11486. name: "Canon Height",
  11487. height: math.unit(489, "feet"),
  11488. default: true
  11489. }
  11490. ]
  11491. ))
  11492. characterMakers.push(() => makeCharacter(
  11493. { name: "Mesmyriza" },
  11494. {
  11495. front: {
  11496. height: math.unit(6, "feet"),
  11497. weight: math.unit(150, "lb"),
  11498. name: "Front",
  11499. image: {
  11500. source: "./media/characters/mesmyriza/front.svg",
  11501. extra: 2067 / 1784,
  11502. bottom: 0.035
  11503. }
  11504. },
  11505. foot: {
  11506. height: math.unit(6 / (250 / 35), "feet"),
  11507. name: "Foot",
  11508. image: {
  11509. source: "./media/characters/mesmyriza/foot.svg"
  11510. }
  11511. },
  11512. },
  11513. [
  11514. {
  11515. name: "Macro",
  11516. height: math.unit(457, "meters"),
  11517. default: true
  11518. },
  11519. {
  11520. name: "Megamacro",
  11521. height: math.unit(8, "megameters")
  11522. },
  11523. ]
  11524. ))
  11525. characterMakers.push(() => makeCharacter(
  11526. { name: "Saudade" },
  11527. {
  11528. front: {
  11529. height: math.unit(6, "feet"),
  11530. weight: math.unit(250, "lb"),
  11531. name: "Front",
  11532. image: {
  11533. source: "./media/characters/saudade/front.svg",
  11534. extra: 1172 / 1139,
  11535. bottom: 0.035
  11536. }
  11537. },
  11538. },
  11539. [
  11540. {
  11541. name: "Micro",
  11542. height: math.unit(3, "inches")
  11543. },
  11544. {
  11545. name: "Normal",
  11546. height: math.unit(6, "feet"),
  11547. default: true
  11548. },
  11549. {
  11550. name: "Macro",
  11551. height: math.unit(50, "feet")
  11552. },
  11553. {
  11554. name: "Megamacro",
  11555. height: math.unit(2800, "feet")
  11556. },
  11557. ]
  11558. ))
  11559. characterMakers.push(() => makeCharacter(
  11560. { name: "Keireer" },
  11561. {
  11562. front: {
  11563. height: math.unit(5 + 4 / 12, "feet"),
  11564. weight: math.unit(100, "lb"),
  11565. name: "Front",
  11566. image: {
  11567. source: "./media/characters/keireer/front.svg",
  11568. extra: 716 / 666,
  11569. bottom: 0.05
  11570. }
  11571. },
  11572. },
  11573. [
  11574. {
  11575. name: "Normal",
  11576. height: math.unit(5 + 4 / 12, "feet"),
  11577. default: true
  11578. },
  11579. ]
  11580. ))
  11581. characterMakers.push(() => makeCharacter(
  11582. { name: "Mirja" },
  11583. {
  11584. front: {
  11585. height: math.unit(6, "feet"),
  11586. weight: math.unit(90, "kg"),
  11587. name: "Front",
  11588. image: {
  11589. source: "./media/characters/mirja/front.svg",
  11590. extra: 1789 / 1683,
  11591. bottom: 0.05
  11592. }
  11593. },
  11594. frontDressed: {
  11595. height: math.unit(6, "feet"),
  11596. weight: math.unit(90, "lb"),
  11597. name: "Front (Dressed)",
  11598. image: {
  11599. source: "./media/characters/mirja/front-dressed.svg",
  11600. extra: 1789 / 1683,
  11601. bottom: 0.05
  11602. }
  11603. },
  11604. back: {
  11605. height: math.unit(6, "feet"),
  11606. weight: math.unit(90, "lb"),
  11607. name: "Back",
  11608. image: {
  11609. source: "./media/characters/mirja/back.svg",
  11610. extra: 953 / 917,
  11611. bottom: 0.017
  11612. }
  11613. },
  11614. },
  11615. [
  11616. {
  11617. name: "\"Incognito\"",
  11618. height: math.unit(3, "meters")
  11619. },
  11620. {
  11621. name: "Strolling Size",
  11622. height: math.unit(15, "km")
  11623. },
  11624. {
  11625. name: "Larger Strolling Size",
  11626. height: math.unit(400, "km")
  11627. },
  11628. {
  11629. name: "Preferred Size",
  11630. height: math.unit(5000, "km")
  11631. },
  11632. {
  11633. name: "True Size",
  11634. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11635. default: true
  11636. },
  11637. ]
  11638. ))
  11639. characterMakers.push(() => makeCharacter(
  11640. { name: "Nightraver" },
  11641. {
  11642. front: {
  11643. height: math.unit(15, "feet"),
  11644. weight: math.unit(880, "kg"),
  11645. name: "Front",
  11646. image: {
  11647. source: "./media/characters/nightraver/front.svg",
  11648. extra: 2444 / 2160,
  11649. bottom: 0.027
  11650. }
  11651. },
  11652. back: {
  11653. height: math.unit(15, "feet"),
  11654. weight: math.unit(880, "kg"),
  11655. name: "Back",
  11656. image: {
  11657. source: "./media/characters/nightraver/back.svg",
  11658. extra: 2309 / 2180,
  11659. bottom: 0.005
  11660. }
  11661. },
  11662. sole: {
  11663. height: math.unit(2.878, "feet"),
  11664. name: "Sole",
  11665. image: {
  11666. source: "./media/characters/nightraver/sole.svg"
  11667. }
  11668. },
  11669. foot: {
  11670. height: math.unit(2.285, "feet"),
  11671. name: "Foot",
  11672. image: {
  11673. source: "./media/characters/nightraver/foot.svg"
  11674. }
  11675. },
  11676. maw: {
  11677. height: math.unit(2.67, "feet"),
  11678. name: "Maw",
  11679. image: {
  11680. source: "./media/characters/nightraver/maw.svg"
  11681. }
  11682. },
  11683. },
  11684. [
  11685. {
  11686. name: "Micro",
  11687. height: math.unit(1, "cm")
  11688. },
  11689. {
  11690. name: "Normal",
  11691. height: math.unit(15, "feet"),
  11692. default: true
  11693. },
  11694. {
  11695. name: "Macro",
  11696. height: math.unit(300, "feet")
  11697. },
  11698. {
  11699. name: "Megamacro",
  11700. height: math.unit(300, "miles")
  11701. },
  11702. {
  11703. name: "Gigamacro",
  11704. height: math.unit(10000, "miles")
  11705. },
  11706. ]
  11707. ))
  11708. characterMakers.push(() => makeCharacter(
  11709. { name: "Arc" },
  11710. {
  11711. side: {
  11712. height: math.unit(2, "inches"),
  11713. weight: math.unit(5, "grams"),
  11714. name: "Side",
  11715. image: {
  11716. source: "./media/characters/arc/side.svg"
  11717. }
  11718. },
  11719. },
  11720. [
  11721. {
  11722. name: "Micro",
  11723. height: math.unit(2, "inches"),
  11724. default: true
  11725. },
  11726. ]
  11727. ))
  11728. characterMakers.push(() => makeCharacter(
  11729. { name: "Nebula Shahar" },
  11730. {
  11731. front: {
  11732. height: math.unit(1.1938, "meters"),
  11733. weight: math.unit(54, "kg"),
  11734. name: "Front",
  11735. image: {
  11736. source: "./media/characters/nebula-shahar/front.svg",
  11737. extra: 1642 / 1436,
  11738. bottom: 0.06
  11739. }
  11740. },
  11741. },
  11742. [
  11743. {
  11744. name: "Megamicro",
  11745. height: math.unit(0.3, "mm")
  11746. },
  11747. {
  11748. name: "Micro",
  11749. height: math.unit(3, "cm")
  11750. },
  11751. {
  11752. name: "Normal",
  11753. height: math.unit(138, "cm"),
  11754. default: true
  11755. },
  11756. {
  11757. name: "Macro",
  11758. height: math.unit(30, "m")
  11759. },
  11760. ]
  11761. ))
  11762. characterMakers.push(() => makeCharacter(
  11763. { name: "Shayla" },
  11764. {
  11765. front: {
  11766. height: math.unit(5.24, "feet"),
  11767. weight: math.unit(150, "lb"),
  11768. name: "Front",
  11769. image: {
  11770. source: "./media/characters/shayla/front.svg",
  11771. extra: 1512 / 1414,
  11772. bottom: 0.01
  11773. }
  11774. },
  11775. back: {
  11776. height: math.unit(5.24, "feet"),
  11777. weight: math.unit(150, "lb"),
  11778. name: "Back",
  11779. image: {
  11780. source: "./media/characters/shayla/back.svg",
  11781. extra: 1512 / 1414
  11782. }
  11783. },
  11784. hand: {
  11785. height: math.unit(0.7781496062992126, "feet"),
  11786. name: "Hand",
  11787. image: {
  11788. source: "./media/characters/shayla/hand.svg"
  11789. }
  11790. },
  11791. foot: {
  11792. height: math.unit(1.4206036745406823, "feet"),
  11793. name: "Foot",
  11794. image: {
  11795. source: "./media/characters/shayla/foot.svg"
  11796. }
  11797. },
  11798. },
  11799. [
  11800. {
  11801. name: "Micro",
  11802. height: math.unit(0.32, "feet")
  11803. },
  11804. {
  11805. name: "Normal",
  11806. height: math.unit(5.24, "feet"),
  11807. default: true
  11808. },
  11809. {
  11810. name: "Macro",
  11811. height: math.unit(492.12, "feet")
  11812. },
  11813. {
  11814. name: "Megamacro",
  11815. height: math.unit(186.41, "miles")
  11816. },
  11817. ]
  11818. ))
  11819. characterMakers.push(() => makeCharacter(
  11820. { name: "Pia Jr." },
  11821. {
  11822. front: {
  11823. height: math.unit(2.2, "m"),
  11824. weight: math.unit(120, "kg"),
  11825. name: "Front",
  11826. image: {
  11827. source: "./media/characters/pia-jr/front.svg",
  11828. extra: 1000 / 970,
  11829. bottom: 0.035
  11830. }
  11831. },
  11832. hand: {
  11833. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11834. name: "Hand",
  11835. image: {
  11836. source: "./media/characters/pia-jr/hand.svg"
  11837. }
  11838. },
  11839. paw: {
  11840. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11841. name: "Paw",
  11842. image: {
  11843. source: "./media/characters/pia-jr/paw.svg"
  11844. }
  11845. },
  11846. },
  11847. [
  11848. {
  11849. name: "Micro",
  11850. height: math.unit(1.2, "cm")
  11851. },
  11852. {
  11853. name: "Normal",
  11854. height: math.unit(2.2, "m"),
  11855. default: true
  11856. },
  11857. {
  11858. name: "Macro",
  11859. height: math.unit(180, "m")
  11860. },
  11861. {
  11862. name: "Megamacro",
  11863. height: math.unit(420, "km")
  11864. },
  11865. ]
  11866. ))
  11867. characterMakers.push(() => makeCharacter(
  11868. { name: "Pia Sr." },
  11869. {
  11870. front: {
  11871. height: math.unit(2, "m"),
  11872. weight: math.unit(115, "kg"),
  11873. name: "Front",
  11874. image: {
  11875. source: "./media/characters/pia-sr/front.svg",
  11876. extra: 760 / 730,
  11877. bottom: 0.015
  11878. }
  11879. },
  11880. back: {
  11881. height: math.unit(2, "m"),
  11882. weight: math.unit(115, "kg"),
  11883. name: "Back",
  11884. image: {
  11885. source: "./media/characters/pia-sr/back.svg",
  11886. extra: 760 / 730,
  11887. bottom: 0.01
  11888. }
  11889. },
  11890. hand: {
  11891. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11892. name: "Hand",
  11893. image: {
  11894. source: "./media/characters/pia-sr/hand.svg"
  11895. }
  11896. },
  11897. foot: {
  11898. height: math.unit(1.83, "feet"),
  11899. name: "Foot",
  11900. image: {
  11901. source: "./media/characters/pia-sr/foot.svg"
  11902. }
  11903. },
  11904. },
  11905. [
  11906. {
  11907. name: "Micro",
  11908. height: math.unit(88, "mm")
  11909. },
  11910. {
  11911. name: "Normal",
  11912. height: math.unit(2, "m"),
  11913. default: true
  11914. },
  11915. {
  11916. name: "Macro",
  11917. height: math.unit(200, "m")
  11918. },
  11919. {
  11920. name: "Megamacro",
  11921. height: math.unit(420, "km")
  11922. },
  11923. ]
  11924. ))
  11925. characterMakers.push(() => makeCharacter(
  11926. { name: "KIBIBYTE" },
  11927. {
  11928. front: {
  11929. height: math.unit(8 + 2 / 12, "feet"),
  11930. weight: math.unit(300, "lb"),
  11931. name: "Front",
  11932. image: {
  11933. source: "./media/characters/kibibyte/front.svg",
  11934. extra: 2221 / 2098,
  11935. bottom: 0.04
  11936. }
  11937. },
  11938. },
  11939. [
  11940. {
  11941. name: "Normal",
  11942. height: math.unit(8 + 2 / 12, "feet"),
  11943. default: true
  11944. },
  11945. {
  11946. name: "Socialable Macro",
  11947. height: math.unit(50, "feet")
  11948. },
  11949. {
  11950. name: "Macro",
  11951. height: math.unit(300, "feet")
  11952. },
  11953. {
  11954. name: "Megamacro",
  11955. height: math.unit(500, "miles")
  11956. },
  11957. ]
  11958. ))
  11959. characterMakers.push(() => makeCharacter(
  11960. { name: "Felix" },
  11961. {
  11962. front: {
  11963. height: math.unit(6, "feet"),
  11964. weight: math.unit(150, "lb"),
  11965. name: "Front",
  11966. image: {
  11967. source: "./media/characters/felix/front.svg",
  11968. extra: 762 / 722,
  11969. bottom: 0.02
  11970. }
  11971. },
  11972. frontClothed: {
  11973. height: math.unit(6, "feet"),
  11974. weight: math.unit(150, "lb"),
  11975. name: "Front (Clothed)",
  11976. image: {
  11977. source: "./media/characters/felix/front-clothed.svg",
  11978. extra: 762 / 722,
  11979. bottom: 0.02
  11980. }
  11981. },
  11982. },
  11983. [
  11984. {
  11985. name: "Normal",
  11986. height: math.unit(6 + 8 / 12, "feet"),
  11987. default: true
  11988. },
  11989. {
  11990. name: "Macro",
  11991. height: math.unit(2600, "feet")
  11992. },
  11993. {
  11994. name: "Megamacro",
  11995. height: math.unit(450, "miles")
  11996. },
  11997. ]
  11998. ))
  11999. characterMakers.push(() => makeCharacter(
  12000. { name: "Tobo" },
  12001. {
  12002. front: {
  12003. height: math.unit(6 + 1 / 12, "feet"),
  12004. weight: math.unit(250, "lb"),
  12005. name: "Front",
  12006. image: {
  12007. source: "./media/characters/tobo/front.svg",
  12008. extra: 608 / 586,
  12009. bottom: 0.023
  12010. }
  12011. },
  12012. back: {
  12013. height: math.unit(6 + 1 / 12, "feet"),
  12014. weight: math.unit(250, "lb"),
  12015. name: "Back",
  12016. image: {
  12017. source: "./media/characters/tobo/back.svg",
  12018. extra: 608 / 586
  12019. }
  12020. },
  12021. },
  12022. [
  12023. {
  12024. name: "Nano",
  12025. height: math.unit(2, "nm")
  12026. },
  12027. {
  12028. name: "Megamicro",
  12029. height: math.unit(0.1, "mm")
  12030. },
  12031. {
  12032. name: "Micro",
  12033. height: math.unit(1, "inch"),
  12034. default: true
  12035. },
  12036. {
  12037. name: "Human-sized",
  12038. height: math.unit(6 + 1 / 12, "feet")
  12039. },
  12040. {
  12041. name: "Macro",
  12042. height: math.unit(250, "feet")
  12043. },
  12044. {
  12045. name: "Megamacro",
  12046. height: math.unit(75, "miles")
  12047. },
  12048. {
  12049. name: "Texas-sized",
  12050. height: math.unit(750, "miles")
  12051. },
  12052. {
  12053. name: "Teramacro",
  12054. height: math.unit(50000, "miles")
  12055. },
  12056. ]
  12057. ))
  12058. characterMakers.push(() => makeCharacter(
  12059. { name: "Danny Kapowsky" },
  12060. {
  12061. front: {
  12062. height: math.unit(6, "feet"),
  12063. weight: math.unit(269, "lb"),
  12064. name: "Front",
  12065. image: {
  12066. source: "./media/characters/danny-kapowsky/front.svg",
  12067. extra: 766 / 736,
  12068. bottom: 0.044
  12069. }
  12070. },
  12071. back: {
  12072. height: math.unit(6, "feet"),
  12073. weight: math.unit(269, "lb"),
  12074. name: "Back",
  12075. image: {
  12076. source: "./media/characters/danny-kapowsky/back.svg",
  12077. extra: 797 / 760,
  12078. bottom: 0.025
  12079. }
  12080. },
  12081. },
  12082. [
  12083. {
  12084. name: "Macro",
  12085. height: math.unit(150, "feet"),
  12086. default: true
  12087. },
  12088. {
  12089. name: "Macro+",
  12090. height: math.unit(200, "feet")
  12091. },
  12092. {
  12093. name: "Macro++",
  12094. height: math.unit(300, "feet")
  12095. },
  12096. {
  12097. name: "Macro+++",
  12098. height: math.unit(400, "feet")
  12099. },
  12100. ]
  12101. ))
  12102. characterMakers.push(() => makeCharacter(
  12103. { name: "Finn" },
  12104. {
  12105. side: {
  12106. height: math.unit(6, "feet"),
  12107. weight: math.unit(170, "lb"),
  12108. name: "Side",
  12109. image: {
  12110. source: "./media/characters/finn/side.svg",
  12111. extra: 1953 / 1807,
  12112. bottom: 0.057
  12113. }
  12114. },
  12115. },
  12116. [
  12117. {
  12118. name: "Megamacro",
  12119. height: math.unit(14445, "feet"),
  12120. default: true
  12121. },
  12122. ]
  12123. ))
  12124. characterMakers.push(() => makeCharacter(
  12125. { name: "Roy" },
  12126. {
  12127. front: {
  12128. height: math.unit(5 + 6 / 12, "feet"),
  12129. weight: math.unit(125, "lb"),
  12130. name: "Front",
  12131. image: {
  12132. source: "./media/characters/roy/front.svg",
  12133. extra: 1,
  12134. bottom: 0.11
  12135. }
  12136. },
  12137. },
  12138. [
  12139. {
  12140. name: "Micro",
  12141. height: math.unit(3, "inches"),
  12142. default: true
  12143. },
  12144. {
  12145. name: "Normal",
  12146. height: math.unit(5 + 6 / 12, "feet")
  12147. },
  12148. {
  12149. name: "Lesser Macro",
  12150. height: math.unit(60, "feet")
  12151. },
  12152. {
  12153. name: "Greater Macro",
  12154. height: math.unit(120, "feet")
  12155. },
  12156. ]
  12157. ))
  12158. characterMakers.push(() => makeCharacter(
  12159. { name: "Aevsivs" },
  12160. {
  12161. front: {
  12162. height: math.unit(6, "feet"),
  12163. weight: math.unit(100, "lb"),
  12164. name: "Front",
  12165. image: {
  12166. source: "./media/characters/aevsivs/front.svg",
  12167. extra: 1,
  12168. bottom: 0.03
  12169. }
  12170. },
  12171. back: {
  12172. height: math.unit(6, "feet"),
  12173. weight: math.unit(100, "lb"),
  12174. name: "Back",
  12175. image: {
  12176. source: "./media/characters/aevsivs/back.svg"
  12177. }
  12178. },
  12179. },
  12180. [
  12181. {
  12182. name: "Micro",
  12183. height: math.unit(2, "inches"),
  12184. default: true
  12185. },
  12186. {
  12187. name: "Normal",
  12188. height: math.unit(5, "feet")
  12189. },
  12190. ]
  12191. ))
  12192. characterMakers.push(() => makeCharacter(
  12193. { name: "Hildegard" },
  12194. {
  12195. front: {
  12196. height: math.unit(5 + 7 / 12, "feet"),
  12197. weight: math.unit(159, "lb"),
  12198. name: "Front",
  12199. image: {
  12200. source: "./media/characters/hildegard/front.svg",
  12201. extra: 312 / 286,
  12202. bottom: 0.005
  12203. }
  12204. },
  12205. },
  12206. [
  12207. {
  12208. name: "Normal",
  12209. height: math.unit(5 + 7 / 12, "feet"),
  12210. default: true
  12211. },
  12212. ]
  12213. ))
  12214. characterMakers.push(() => makeCharacter(
  12215. { name: "Bernard & Wilder" },
  12216. {
  12217. bernard: {
  12218. height: math.unit(2 + 7 / 12, "feet"),
  12219. weight: math.unit(66, "lb"),
  12220. name: "Bernard",
  12221. rename: true,
  12222. image: {
  12223. source: "./media/characters/bernard-wilder/bernard.svg",
  12224. extra: 192 / 128,
  12225. bottom: 0.05
  12226. }
  12227. },
  12228. wilder: {
  12229. height: math.unit(5 + 8 / 12, "feet"),
  12230. weight: math.unit(143, "lb"),
  12231. name: "Wilder",
  12232. rename: true,
  12233. image: {
  12234. source: "./media/characters/bernard-wilder/wilder.svg",
  12235. extra: 361 / 312,
  12236. bottom: 0.02
  12237. }
  12238. },
  12239. },
  12240. [
  12241. {
  12242. name: "Normal",
  12243. height: math.unit(2 + 7 / 12, "feet"),
  12244. default: true
  12245. },
  12246. ]
  12247. ))
  12248. characterMakers.push(() => makeCharacter(
  12249. { name: "Hearth" },
  12250. {
  12251. anthro: {
  12252. height: math.unit(6 + 1 / 12, "feet"),
  12253. weight: math.unit(155, "lb"),
  12254. name: "Anthro",
  12255. image: {
  12256. source: "./media/characters/hearth/anthro.svg",
  12257. extra: 260 / 250,
  12258. bottom: 0.02
  12259. }
  12260. },
  12261. feral: {
  12262. height: math.unit(3.78, "feet"),
  12263. weight: math.unit(35, "kg"),
  12264. name: "Feral",
  12265. image: {
  12266. source: "./media/characters/hearth/feral.svg",
  12267. extra: 153 / 135,
  12268. bottom: 0.03
  12269. }
  12270. },
  12271. },
  12272. [
  12273. {
  12274. name: "Normal",
  12275. height: math.unit(6 + 1 / 12, "feet"),
  12276. default: true
  12277. },
  12278. ]
  12279. ))
  12280. characterMakers.push(() => makeCharacter(
  12281. { name: "Ingrid" },
  12282. {
  12283. front: {
  12284. height: math.unit(6, "feet"),
  12285. weight: math.unit(182, "lb"),
  12286. name: "Front",
  12287. image: {
  12288. source: "./media/characters/ingrid/front.svg",
  12289. extra: 294 / 268,
  12290. bottom: 0.027
  12291. }
  12292. },
  12293. },
  12294. [
  12295. {
  12296. name: "Normal",
  12297. height: math.unit(6, "feet"),
  12298. default: true
  12299. },
  12300. ]
  12301. ))
  12302. characterMakers.push(() => makeCharacter(
  12303. { name: "Malgam" },
  12304. {
  12305. eevee: {
  12306. height: math.unit(2 + 10 / 12, "feet"),
  12307. weight: math.unit(86, "lb"),
  12308. name: "Malgam",
  12309. image: {
  12310. source: "./media/characters/malgam/eevee.svg",
  12311. extra: 218 / 180,
  12312. bottom: 0.2
  12313. }
  12314. },
  12315. sylveon: {
  12316. height: math.unit(4, "feet"),
  12317. weight: math.unit(101, "lb"),
  12318. name: "Future Malgam",
  12319. rename: true,
  12320. image: {
  12321. source: "./media/characters/malgam/sylveon.svg",
  12322. extra: 371 / 325,
  12323. bottom: 0.015
  12324. }
  12325. },
  12326. gigantamax: {
  12327. height: math.unit(50, "feet"),
  12328. name: "Gigantamax Malgam",
  12329. rename: true,
  12330. image: {
  12331. source: "./media/characters/malgam/gigantamax.svg"
  12332. }
  12333. },
  12334. },
  12335. [
  12336. {
  12337. name: "Normal",
  12338. height: math.unit(2 + 10 / 12, "feet"),
  12339. default: true
  12340. },
  12341. ]
  12342. ))
  12343. characterMakers.push(() => makeCharacter(
  12344. { name: "Fleur" },
  12345. {
  12346. front: {
  12347. height: math.unit(5 + 11 / 12, "feet"),
  12348. weight: math.unit(188, "lb"),
  12349. name: "Front",
  12350. image: {
  12351. source: "./media/characters/fleur/front.svg",
  12352. extra: 309 / 283,
  12353. bottom: 0.007
  12354. }
  12355. },
  12356. },
  12357. [
  12358. {
  12359. name: "Normal",
  12360. height: math.unit(5 + 11 / 12, "feet"),
  12361. default: true
  12362. },
  12363. ]
  12364. ))
  12365. characterMakers.push(() => makeCharacter(
  12366. { name: "Jude" },
  12367. {
  12368. front: {
  12369. height: math.unit(5 + 4 / 12, "feet"),
  12370. weight: math.unit(122, "lb"),
  12371. name: "Front",
  12372. image: {
  12373. source: "./media/characters/jude/front.svg",
  12374. extra: 288 / 273,
  12375. bottom: 0.03
  12376. }
  12377. },
  12378. },
  12379. [
  12380. {
  12381. name: "Normal",
  12382. height: math.unit(5 + 4 / 12, "feet"),
  12383. default: true
  12384. },
  12385. ]
  12386. ))
  12387. characterMakers.push(() => makeCharacter(
  12388. { name: "Seara" },
  12389. {
  12390. front: {
  12391. height: math.unit(5 + 11 / 12, "feet"),
  12392. weight: math.unit(190, "lb"),
  12393. name: "Front",
  12394. image: {
  12395. source: "./media/characters/seara/front.svg",
  12396. extra: 1,
  12397. bottom: 0.05
  12398. }
  12399. },
  12400. },
  12401. [
  12402. {
  12403. name: "Normal",
  12404. height: math.unit(5 + 11 / 12, "feet"),
  12405. default: true
  12406. },
  12407. ]
  12408. ))
  12409. characterMakers.push(() => makeCharacter(
  12410. { name: "Caspian" },
  12411. {
  12412. front: {
  12413. height: math.unit(16 + 5 / 12, "feet"),
  12414. weight: math.unit(524, "lb"),
  12415. name: "Front",
  12416. image: {
  12417. source: "./media/characters/caspian/front.svg",
  12418. extra: 1,
  12419. bottom: 0.04
  12420. }
  12421. },
  12422. },
  12423. [
  12424. {
  12425. name: "Normal",
  12426. height: math.unit(16 + 5 / 12, "feet"),
  12427. default: true
  12428. },
  12429. ]
  12430. ))
  12431. characterMakers.push(() => makeCharacter(
  12432. { name: "Mika" },
  12433. {
  12434. front: {
  12435. height: math.unit(5 + 7 / 12, "feet"),
  12436. weight: math.unit(170, "lb"),
  12437. name: "Front",
  12438. image: {
  12439. source: "./media/characters/mika/front.svg",
  12440. extra: 1,
  12441. bottom: 0.016
  12442. }
  12443. },
  12444. },
  12445. [
  12446. {
  12447. name: "Normal",
  12448. height: math.unit(5 + 7 / 12, "feet"),
  12449. default: true
  12450. },
  12451. ]
  12452. ))
  12453. characterMakers.push(() => makeCharacter(
  12454. { name: "Sol" },
  12455. {
  12456. front: {
  12457. height: math.unit(6 + 2 / 12, "feet"),
  12458. weight: math.unit(268, "lb"),
  12459. name: "Front",
  12460. image: {
  12461. source: "./media/characters/sol/front.svg",
  12462. extra: 247 / 231,
  12463. bottom: 0.05
  12464. }
  12465. },
  12466. },
  12467. [
  12468. {
  12469. name: "Normal",
  12470. height: math.unit(6 + 2 / 12, "feet"),
  12471. default: true
  12472. },
  12473. ]
  12474. ))
  12475. characterMakers.push(() => makeCharacter(
  12476. { name: "Umiko" },
  12477. {
  12478. buizel: {
  12479. height: math.unit(2 + 5 / 12, "feet"),
  12480. weight: math.unit(87, "lb"),
  12481. name: "Buizel",
  12482. image: {
  12483. source: "./media/characters/umiko/buizel.svg",
  12484. extra: 172 / 157,
  12485. bottom: 0.01
  12486. }
  12487. },
  12488. floatzel: {
  12489. height: math.unit(5 + 9 / 12, "feet"),
  12490. weight: math.unit(250, "lb"),
  12491. name: "Floatzel",
  12492. image: {
  12493. source: "./media/characters/umiko/floatzel.svg",
  12494. extra: 262 / 248
  12495. }
  12496. },
  12497. },
  12498. [
  12499. {
  12500. name: "Normal",
  12501. height: math.unit(2 + 5 / 12, "feet"),
  12502. default: true
  12503. },
  12504. ]
  12505. ))
  12506. characterMakers.push(() => makeCharacter(
  12507. { name: "Iliac" },
  12508. {
  12509. front: {
  12510. height: math.unit(6 + 2 / 12, "feet"),
  12511. weight: math.unit(146, "lb"),
  12512. name: "Front",
  12513. image: {
  12514. source: "./media/characters/iliac/front.svg",
  12515. extra: 389 / 365,
  12516. bottom: 0.035
  12517. }
  12518. },
  12519. },
  12520. [
  12521. {
  12522. name: "Normal",
  12523. height: math.unit(6 + 2 / 12, "feet"),
  12524. default: true
  12525. },
  12526. ]
  12527. ))
  12528. characterMakers.push(() => makeCharacter(
  12529. { name: "Topaz" },
  12530. {
  12531. front: {
  12532. height: math.unit(6, "feet"),
  12533. weight: math.unit(170, "lb"),
  12534. name: "Front",
  12535. image: {
  12536. source: "./media/characters/topaz/front.svg",
  12537. extra: 317 / 303,
  12538. bottom: 0.055
  12539. }
  12540. },
  12541. },
  12542. [
  12543. {
  12544. name: "Normal",
  12545. height: math.unit(6, "feet"),
  12546. default: true
  12547. },
  12548. ]
  12549. ))
  12550. characterMakers.push(() => makeCharacter(
  12551. { name: "Gabriel" },
  12552. {
  12553. front: {
  12554. height: math.unit(5 + 11 / 12, "feet"),
  12555. weight: math.unit(144, "lb"),
  12556. name: "Front",
  12557. image: {
  12558. source: "./media/characters/gabriel/front.svg",
  12559. extra: 285 / 262,
  12560. bottom: 0.004
  12561. }
  12562. },
  12563. },
  12564. [
  12565. {
  12566. name: "Normal",
  12567. height: math.unit(5 + 11 / 12, "feet"),
  12568. default: true
  12569. },
  12570. ]
  12571. ))
  12572. characterMakers.push(() => makeCharacter(
  12573. { name: "Tempest (Suicune)" },
  12574. {
  12575. side: {
  12576. height: math.unit(6 + 5 / 12, "feet"),
  12577. weight: math.unit(300, "lb"),
  12578. name: "Side",
  12579. image: {
  12580. source: "./media/characters/tempest-suicune/side.svg",
  12581. extra: 195 / 154,
  12582. bottom: 0.04
  12583. }
  12584. },
  12585. },
  12586. [
  12587. {
  12588. name: "Normal",
  12589. height: math.unit(6 + 5 / 12, "feet"),
  12590. default: true
  12591. },
  12592. ]
  12593. ))
  12594. characterMakers.push(() => makeCharacter(
  12595. { name: "Vulcan" },
  12596. {
  12597. front: {
  12598. height: math.unit(7 + 2 / 12, "feet"),
  12599. weight: math.unit(322, "lb"),
  12600. name: "Front",
  12601. image: {
  12602. source: "./media/characters/vulcan/front.svg",
  12603. extra: 154 / 147,
  12604. bottom: 0.04
  12605. }
  12606. },
  12607. },
  12608. [
  12609. {
  12610. name: "Normal",
  12611. height: math.unit(7 + 2 / 12, "feet"),
  12612. default: true
  12613. },
  12614. ]
  12615. ))
  12616. characterMakers.push(() => makeCharacter(
  12617. { name: "Gault" },
  12618. {
  12619. front: {
  12620. height: math.unit(5 + 10 / 12, "feet"),
  12621. weight: math.unit(264, "lb"),
  12622. name: "Front",
  12623. image: {
  12624. source: "./media/characters/gault/front.svg",
  12625. extra: 161 / 140,
  12626. bottom: 0.028
  12627. }
  12628. },
  12629. },
  12630. [
  12631. {
  12632. name: "Normal",
  12633. height: math.unit(5 + 10 / 12, "feet"),
  12634. default: true
  12635. },
  12636. ]
  12637. ))
  12638. characterMakers.push(() => makeCharacter(
  12639. { name: "Shard" },
  12640. {
  12641. front: {
  12642. height: math.unit(6, "feet"),
  12643. weight: math.unit(150, "lb"),
  12644. name: "Front",
  12645. image: {
  12646. source: "./media/characters/shard/front.svg",
  12647. extra: 273 / 238,
  12648. bottom: 0.02
  12649. }
  12650. },
  12651. },
  12652. [
  12653. {
  12654. name: "Normal",
  12655. height: math.unit(3 + 6 / 12, "feet"),
  12656. default: true
  12657. },
  12658. ]
  12659. ))
  12660. characterMakers.push(() => makeCharacter(
  12661. { name: "Ashe" },
  12662. {
  12663. front: {
  12664. height: math.unit(5 + 11 / 12, "feet"),
  12665. weight: math.unit(146, "lb"),
  12666. name: "Front",
  12667. image: {
  12668. source: "./media/characters/ashe/front.svg",
  12669. extra: 400 / 373,
  12670. bottom: 0.01
  12671. }
  12672. },
  12673. },
  12674. [
  12675. {
  12676. name: "Normal",
  12677. height: math.unit(5 + 11 / 12, "feet"),
  12678. default: true
  12679. },
  12680. ]
  12681. ))
  12682. characterMakers.push(() => makeCharacter(
  12683. { name: "Beatrix" },
  12684. {
  12685. front: {
  12686. height: math.unit(5 + 5 / 12, "feet"),
  12687. weight: math.unit(135, "lb"),
  12688. name: "Front",
  12689. image: {
  12690. source: "./media/characters/beatrix/front.svg",
  12691. extra: 392 / 379,
  12692. bottom: 0.01
  12693. }
  12694. },
  12695. },
  12696. [
  12697. {
  12698. name: "Normal",
  12699. height: math.unit(6, "feet"),
  12700. default: true
  12701. },
  12702. ]
  12703. ))
  12704. characterMakers.push(() => makeCharacter(
  12705. { name: "Ignatius" },
  12706. {
  12707. front: {
  12708. height: math.unit(6, "feet"),
  12709. weight: math.unit(150, "lb"),
  12710. name: "Front",
  12711. image: {
  12712. source: "./media/characters/ignatius/front.svg",
  12713. extra: 245 / 222,
  12714. bottom: 0.01
  12715. }
  12716. },
  12717. },
  12718. [
  12719. {
  12720. name: "Normal",
  12721. height: math.unit(5 + 5 / 12, "feet"),
  12722. default: true
  12723. },
  12724. ]
  12725. ))
  12726. characterMakers.push(() => makeCharacter(
  12727. { name: "Mei Li" },
  12728. {
  12729. front: {
  12730. height: math.unit(6 + 2 / 12, "feet"),
  12731. weight: math.unit(138, "lb"),
  12732. name: "Front",
  12733. image: {
  12734. source: "./media/characters/mei-li/front.svg",
  12735. extra: 237 / 229,
  12736. bottom: 0.03
  12737. }
  12738. },
  12739. },
  12740. [
  12741. {
  12742. name: "Normal",
  12743. height: math.unit(6 + 2 / 12, "feet"),
  12744. default: true
  12745. },
  12746. ]
  12747. ))
  12748. characterMakers.push(() => makeCharacter(
  12749. { name: "Puru" },
  12750. {
  12751. front: {
  12752. height: math.unit(2 + 4 / 12, "feet"),
  12753. weight: math.unit(62, "lb"),
  12754. name: "Front",
  12755. image: {
  12756. source: "./media/characters/puru/front.svg",
  12757. extra: 206 / 149,
  12758. bottom: 0.06
  12759. }
  12760. },
  12761. },
  12762. [
  12763. {
  12764. name: "Normal",
  12765. height: math.unit(2 + 4 / 12, "feet"),
  12766. default: true
  12767. },
  12768. ]
  12769. ))
  12770. characterMakers.push(() => makeCharacter(
  12771. { name: "Kee" },
  12772. {
  12773. taur: {
  12774. height: math.unit(11, "feet"),
  12775. weight: math.unit(500, "lb"),
  12776. name: "Taur",
  12777. image: {
  12778. source: "./media/characters/kee/taur.svg",
  12779. extra: 1,
  12780. bottom: 0.04
  12781. }
  12782. },
  12783. },
  12784. [
  12785. {
  12786. name: "Normal",
  12787. height: math.unit(11, "feet"),
  12788. default: true
  12789. },
  12790. ]
  12791. ))
  12792. characterMakers.push(() => makeCharacter(
  12793. { name: "Cobalt (Dracha)" },
  12794. {
  12795. anthro: {
  12796. height: math.unit(7, "feet"),
  12797. weight: math.unit(190, "lb"),
  12798. name: "Anthro",
  12799. image: {
  12800. source: "./media/characters/cobalt-dracha/anthro.svg",
  12801. extra: 231 / 225,
  12802. bottom: 0.04
  12803. }
  12804. },
  12805. feral: {
  12806. height: math.unit(9 + 7 / 12, "feet"),
  12807. weight: math.unit(294, "lb"),
  12808. name: "Feral",
  12809. image: {
  12810. source: "./media/characters/cobalt-dracha/feral.svg",
  12811. extra: 692 / 633,
  12812. bottom: 0.05
  12813. }
  12814. },
  12815. },
  12816. [
  12817. {
  12818. name: "Normal",
  12819. height: math.unit(7, "feet"),
  12820. default: true
  12821. },
  12822. ]
  12823. ))
  12824. characterMakers.push(() => makeCharacter(
  12825. { name: "Java" },
  12826. {
  12827. fallen: {
  12828. height: math.unit(11 + 8 / 12, "feet"),
  12829. weight: math.unit(485, "lb"),
  12830. name: "Java (Fallen)",
  12831. rename: true,
  12832. image: {
  12833. source: "./media/characters/java/fallen.svg",
  12834. extra: 226 / 208,
  12835. bottom: 0.005
  12836. }
  12837. },
  12838. godkin: {
  12839. height: math.unit(10 + 6 / 12, "feet"),
  12840. weight: math.unit(328, "lb"),
  12841. name: "Java (Godkin)",
  12842. rename: true,
  12843. image: {
  12844. source: "./media/characters/java/godkin.svg",
  12845. extra: 270 / 262,
  12846. bottom: 0.02
  12847. }
  12848. },
  12849. },
  12850. [
  12851. {
  12852. name: "Normal",
  12853. height: math.unit(11 + 8 / 12, "feet"),
  12854. default: true
  12855. },
  12856. ]
  12857. ))
  12858. characterMakers.push(() => makeCharacter(
  12859. { name: "Skoll" },
  12860. {
  12861. front: {
  12862. height: math.unit(7 + 8 / 12, "feet"),
  12863. weight: math.unit(320, "lb"),
  12864. name: "Front",
  12865. image: {
  12866. source: "./media/characters/skoll/front.svg",
  12867. extra: 232 / 220,
  12868. bottom: 0.02
  12869. }
  12870. },
  12871. },
  12872. [
  12873. {
  12874. name: "Normal",
  12875. height: math.unit(7 + 8 / 12, "feet"),
  12876. default: true
  12877. },
  12878. ]
  12879. ))
  12880. characterMakers.push(() => makeCharacter(
  12881. { name: "Purna" },
  12882. {
  12883. front: {
  12884. height: math.unit(5 + 9 / 12, "feet"),
  12885. weight: math.unit(170, "lb"),
  12886. name: "Front",
  12887. image: {
  12888. source: "./media/characters/purna/front.svg",
  12889. extra: 239 / 229,
  12890. bottom: 0.01
  12891. }
  12892. },
  12893. },
  12894. [
  12895. {
  12896. name: "Normal",
  12897. height: math.unit(5 + 9 / 12, "feet"),
  12898. default: true
  12899. },
  12900. ]
  12901. ))
  12902. characterMakers.push(() => makeCharacter(
  12903. { name: "Kuva" },
  12904. {
  12905. front: {
  12906. height: math.unit(5 + 9 / 12, "feet"),
  12907. weight: math.unit(142, "lb"),
  12908. name: "Front",
  12909. image: {
  12910. source: "./media/characters/kuva/front.svg",
  12911. extra: 281 / 271,
  12912. bottom: 0.006
  12913. }
  12914. },
  12915. },
  12916. [
  12917. {
  12918. name: "Normal",
  12919. height: math.unit(5 + 9 / 12, "feet"),
  12920. default: true
  12921. },
  12922. ]
  12923. ))
  12924. characterMakers.push(() => makeCharacter(
  12925. { name: "Embra" },
  12926. {
  12927. anthro: {
  12928. height: math.unit(9 + 2 / 12, "feet"),
  12929. weight: math.unit(270, "lb"),
  12930. name: "Anthro",
  12931. image: {
  12932. source: "./media/characters/embra/anthro.svg",
  12933. extra: 200 / 187,
  12934. bottom: 0.02
  12935. }
  12936. },
  12937. feral: {
  12938. height: math.unit(18 + 8 / 12, "feet"),
  12939. weight: math.unit(576, "lb"),
  12940. name: "Feral",
  12941. image: {
  12942. source: "./media/characters/embra/feral.svg",
  12943. extra: 152 / 137,
  12944. bottom: 0.037
  12945. }
  12946. },
  12947. },
  12948. [
  12949. {
  12950. name: "Normal",
  12951. height: math.unit(9 + 2 / 12, "feet"),
  12952. default: true
  12953. },
  12954. ]
  12955. ))
  12956. characterMakers.push(() => makeCharacter(
  12957. { name: "Grottos" },
  12958. {
  12959. anthro: {
  12960. height: math.unit(10 + 9 / 12, "feet"),
  12961. weight: math.unit(224, "lb"),
  12962. name: "Anthro",
  12963. image: {
  12964. source: "./media/characters/grottos/anthro.svg",
  12965. extra: 350 / 332,
  12966. bottom: 0.045
  12967. }
  12968. },
  12969. feral: {
  12970. height: math.unit(20 + 7 / 12, "feet"),
  12971. weight: math.unit(629, "lb"),
  12972. name: "Feral",
  12973. image: {
  12974. source: "./media/characters/grottos/feral.svg",
  12975. extra: 207 / 190,
  12976. bottom: 0.05
  12977. }
  12978. },
  12979. },
  12980. [
  12981. {
  12982. name: "Normal",
  12983. height: math.unit(10 + 9 / 12, "feet"),
  12984. default: true
  12985. },
  12986. ]
  12987. ))
  12988. characterMakers.push(() => makeCharacter(
  12989. { name: "Frifna" },
  12990. {
  12991. anthro: {
  12992. height: math.unit(9 + 6 / 12, "feet"),
  12993. weight: math.unit(298, "lb"),
  12994. name: "Anthro",
  12995. image: {
  12996. source: "./media/characters/frifna/anthro.svg",
  12997. extra: 282 / 269,
  12998. bottom: 0.015
  12999. }
  13000. },
  13001. feral: {
  13002. height: math.unit(16 + 2 / 12, "feet"),
  13003. weight: math.unit(624, "lb"),
  13004. name: "Feral",
  13005. image: {
  13006. source: "./media/characters/frifna/feral.svg"
  13007. }
  13008. },
  13009. },
  13010. [
  13011. {
  13012. name: "Normal",
  13013. height: math.unit(9 + 6 / 12, "feet"),
  13014. default: true
  13015. },
  13016. ]
  13017. ))
  13018. characterMakers.push(() => makeCharacter(
  13019. { name: "Elise" },
  13020. {
  13021. front: {
  13022. height: math.unit(6 + 2 / 12, "feet"),
  13023. weight: math.unit(168, "lb"),
  13024. name: "Front",
  13025. image: {
  13026. source: "./media/characters/elise/front.svg",
  13027. extra: 276 / 271
  13028. }
  13029. },
  13030. },
  13031. [
  13032. {
  13033. name: "Normal",
  13034. height: math.unit(6 + 2 / 12, "feet"),
  13035. default: true
  13036. },
  13037. ]
  13038. ))
  13039. characterMakers.push(() => makeCharacter(
  13040. { name: "Glade" },
  13041. {
  13042. front: {
  13043. height: math.unit(5 + 10 / 12, "feet"),
  13044. weight: math.unit(210, "lb"),
  13045. name: "Front",
  13046. image: {
  13047. source: "./media/characters/glade/front.svg",
  13048. extra: 258 / 247,
  13049. bottom: 0.008
  13050. }
  13051. },
  13052. },
  13053. [
  13054. {
  13055. name: "Normal",
  13056. height: math.unit(5 + 10 / 12, "feet"),
  13057. default: true
  13058. },
  13059. ]
  13060. ))
  13061. characterMakers.push(() => makeCharacter(
  13062. { name: "Rina" },
  13063. {
  13064. front: {
  13065. height: math.unit(5 + 10 / 12, "feet"),
  13066. weight: math.unit(129, "lb"),
  13067. name: "Front",
  13068. image: {
  13069. source: "./media/characters/rina/front.svg",
  13070. extra: 266 / 255,
  13071. bottom: 0.005
  13072. }
  13073. },
  13074. },
  13075. [
  13076. {
  13077. name: "Normal",
  13078. height: math.unit(5 + 10 / 12, "feet"),
  13079. default: true
  13080. },
  13081. ]
  13082. ))
  13083. characterMakers.push(() => makeCharacter(
  13084. { name: "Veronica" },
  13085. {
  13086. front: {
  13087. height: math.unit(6 + 1 / 12, "feet"),
  13088. weight: math.unit(192, "lb"),
  13089. name: "Front",
  13090. image: {
  13091. source: "./media/characters/veronica/front.svg",
  13092. extra: 319 / 309,
  13093. bottom: 0.005
  13094. }
  13095. },
  13096. },
  13097. [
  13098. {
  13099. name: "Normal",
  13100. height: math.unit(6 + 1 / 12, "feet"),
  13101. default: true
  13102. },
  13103. ]
  13104. ))
  13105. characterMakers.push(() => makeCharacter(
  13106. { name: "Braxton" },
  13107. {
  13108. front: {
  13109. height: math.unit(9 + 3 / 12, "feet"),
  13110. weight: math.unit(1100, "lb"),
  13111. name: "Front",
  13112. image: {
  13113. source: "./media/characters/braxton/front.svg",
  13114. extra: 1057 / 984,
  13115. bottom: 0.05
  13116. }
  13117. },
  13118. },
  13119. [
  13120. {
  13121. name: "Normal",
  13122. height: math.unit(9 + 3 / 12, "feet")
  13123. },
  13124. {
  13125. name: "Giant",
  13126. height: math.unit(300, "feet"),
  13127. default: true
  13128. },
  13129. {
  13130. name: "Macro",
  13131. height: math.unit(700, "feet")
  13132. },
  13133. {
  13134. name: "Megamacro",
  13135. height: math.unit(6000, "feet")
  13136. },
  13137. ]
  13138. ))
  13139. characterMakers.push(() => makeCharacter(
  13140. { name: "Blue Feyonics" },
  13141. {
  13142. front: {
  13143. height: math.unit(6 + 7 / 12, "feet"),
  13144. weight: math.unit(150, "lb"),
  13145. name: "Front",
  13146. image: {
  13147. source: "./media/characters/blue-feyonics/front.svg",
  13148. extra: 1403 / 1306,
  13149. bottom: 0.047
  13150. }
  13151. },
  13152. },
  13153. [
  13154. {
  13155. name: "Normal",
  13156. height: math.unit(6 + 7 / 12, "feet"),
  13157. default: true
  13158. },
  13159. ]
  13160. ))
  13161. characterMakers.push(() => makeCharacter(
  13162. { name: "Maxwell" },
  13163. {
  13164. front: {
  13165. height: math.unit(1.8, "meters"),
  13166. weight: math.unit(60, "kg"),
  13167. name: "Front",
  13168. image: {
  13169. source: "./media/characters/maxwell/front.svg",
  13170. extra: 2060 / 1873
  13171. }
  13172. },
  13173. },
  13174. [
  13175. {
  13176. name: "Micro",
  13177. height: math.unit(1, "mm")
  13178. },
  13179. {
  13180. name: "Normal",
  13181. height: math.unit(1.8, "meter"),
  13182. default: true
  13183. },
  13184. {
  13185. name: "Macro",
  13186. height: math.unit(30, "meters")
  13187. },
  13188. {
  13189. name: "Megamacro",
  13190. height: math.unit(10, "km")
  13191. },
  13192. ]
  13193. ))
  13194. characterMakers.push(() => makeCharacter(
  13195. { name: "Jack" },
  13196. {
  13197. front: {
  13198. height: math.unit(6, "feet"),
  13199. weight: math.unit(150, "lb"),
  13200. name: "Front",
  13201. image: {
  13202. source: "./media/characters/jack/front.svg",
  13203. extra: 1754 / 1640,
  13204. bottom: 0.01
  13205. }
  13206. },
  13207. },
  13208. [
  13209. {
  13210. name: "Normal",
  13211. height: math.unit(80000, "feet"),
  13212. default: true
  13213. },
  13214. {
  13215. name: "Max size",
  13216. height: math.unit(10, "lightyears")
  13217. },
  13218. ]
  13219. ))
  13220. characterMakers.push(() => makeCharacter(
  13221. { name: "Cafat" },
  13222. {
  13223. upright: {
  13224. height: math.unit(7, "feet"),
  13225. weight: math.unit(170, "lb"),
  13226. name: "Upright",
  13227. image: {
  13228. source: "./media/characters/cafat/upright.svg",
  13229. bottom: 0.01
  13230. }
  13231. },
  13232. uprightFull: {
  13233. height: math.unit(7, "feet"),
  13234. weight: math.unit(170, "lb"),
  13235. name: "Upright (Full)",
  13236. image: {
  13237. source: "./media/characters/cafat/upright-full.svg",
  13238. bottom: 0.01
  13239. }
  13240. },
  13241. side: {
  13242. height: math.unit(5, "feet"),
  13243. weight: math.unit(150, "lb"),
  13244. name: "Side",
  13245. image: {
  13246. source: "./media/characters/cafat/side.svg"
  13247. }
  13248. },
  13249. },
  13250. [
  13251. {
  13252. name: "Small",
  13253. height: math.unit(7, "feet"),
  13254. default: true
  13255. },
  13256. {
  13257. name: "Large",
  13258. height: math.unit(15.5, "feet")
  13259. },
  13260. ]
  13261. ))
  13262. characterMakers.push(() => makeCharacter(
  13263. { name: "Verin Raharra" },
  13264. {
  13265. front: {
  13266. height: math.unit(6, "feet"),
  13267. weight: math.unit(150, "lb"),
  13268. name: "Front",
  13269. image: {
  13270. source: "./media/characters/verin-raharra/front.svg",
  13271. extra: 5019 / 4835,
  13272. bottom: 0.023
  13273. }
  13274. },
  13275. },
  13276. [
  13277. {
  13278. name: "Normal",
  13279. height: math.unit(7 + 5 / 12, "feet"),
  13280. default: true
  13281. },
  13282. {
  13283. name: "Upsized",
  13284. height: math.unit(20, "feet")
  13285. },
  13286. ]
  13287. ))
  13288. characterMakers.push(() => makeCharacter(
  13289. { name: "Nakata" },
  13290. {
  13291. front: {
  13292. height: math.unit(7, "feet"),
  13293. weight: math.unit(230, "lb"),
  13294. name: "Front",
  13295. image: {
  13296. source: "./media/characters/nakata/front.svg",
  13297. extra: 1.005,
  13298. bottom: 0.01
  13299. }
  13300. },
  13301. },
  13302. [
  13303. {
  13304. name: "Normal",
  13305. height: math.unit(7, "feet"),
  13306. default: true
  13307. },
  13308. {
  13309. name: "Big",
  13310. height: math.unit(14, "feet")
  13311. },
  13312. {
  13313. name: "Macro",
  13314. height: math.unit(400, "feet")
  13315. },
  13316. ]
  13317. ))
  13318. characterMakers.push(() => makeCharacter(
  13319. { name: "Lily" },
  13320. {
  13321. front: {
  13322. height: math.unit(4.91, "feet"),
  13323. weight: math.unit(100, "lb"),
  13324. name: "Front",
  13325. image: {
  13326. source: "./media/characters/lily/front.svg",
  13327. extra: 1585 / 1415,
  13328. bottom: 0.02
  13329. }
  13330. },
  13331. },
  13332. [
  13333. {
  13334. name: "Normal",
  13335. height: math.unit(4.91, "feet"),
  13336. default: true
  13337. },
  13338. ]
  13339. ))
  13340. characterMakers.push(() => makeCharacter(
  13341. { name: "Sheila" },
  13342. {
  13343. laying: {
  13344. height: math.unit(4 + 4 / 12, "feet"),
  13345. weight: math.unit(600, "lb"),
  13346. name: "Laying",
  13347. image: {
  13348. source: "./media/characters/sheila/laying.svg",
  13349. extra: 1333 / 1265,
  13350. bottom: 0.16
  13351. }
  13352. },
  13353. },
  13354. [
  13355. {
  13356. name: "Normal",
  13357. height: math.unit(4 + 4 / 12, "feet"),
  13358. default: true
  13359. },
  13360. ]
  13361. ))
  13362. characterMakers.push(() => makeCharacter(
  13363. { name: "Sax" },
  13364. {
  13365. front: {
  13366. height: math.unit(6, "feet"),
  13367. weight: math.unit(190, "lb"),
  13368. name: "Front",
  13369. image: {
  13370. source: "./media/characters/sax/front.svg",
  13371. extra: 1187 / 973,
  13372. bottom: 0.042
  13373. }
  13374. },
  13375. },
  13376. [
  13377. {
  13378. name: "Micro",
  13379. height: math.unit(4, "inches"),
  13380. default: true
  13381. },
  13382. ]
  13383. ))
  13384. characterMakers.push(() => makeCharacter(
  13385. { name: "Pandora" },
  13386. {
  13387. front: {
  13388. height: math.unit(6, "feet"),
  13389. weight: math.unit(150, "lb"),
  13390. name: "Front",
  13391. image: {
  13392. source: "./media/characters/pandora/front.svg",
  13393. extra: 2720 / 2556,
  13394. bottom: 0.015
  13395. }
  13396. },
  13397. back: {
  13398. height: math.unit(6, "feet"),
  13399. weight: math.unit(150, "lb"),
  13400. name: "Back",
  13401. image: {
  13402. source: "./media/characters/pandora/back.svg",
  13403. extra: 2720 / 2556,
  13404. bottom: 0.01
  13405. }
  13406. },
  13407. beans: {
  13408. height: math.unit(6 / 8, "feet"),
  13409. name: "Beans",
  13410. image: {
  13411. source: "./media/characters/pandora/beans.svg"
  13412. }
  13413. },
  13414. skirt: {
  13415. height: math.unit(6, "feet"),
  13416. weight: math.unit(150, "lb"),
  13417. name: "Skirt",
  13418. image: {
  13419. source: "./media/characters/pandora/skirt.svg",
  13420. extra: 1622 / 1525,
  13421. bottom: 0.015
  13422. }
  13423. },
  13424. hoodie: {
  13425. height: math.unit(6, "feet"),
  13426. weight: math.unit(150, "lb"),
  13427. name: "Hoodie",
  13428. image: {
  13429. source: "./media/characters/pandora/hoodie.svg",
  13430. extra: 1622 / 1525,
  13431. bottom: 0.015
  13432. }
  13433. },
  13434. casual: {
  13435. height: math.unit(6, "feet"),
  13436. weight: math.unit(150, "lb"),
  13437. name: "Casual",
  13438. image: {
  13439. source: "./media/characters/pandora/casual.svg",
  13440. extra: 1622 / 1525,
  13441. bottom: 0.015
  13442. }
  13443. },
  13444. },
  13445. [
  13446. {
  13447. name: "Normal",
  13448. height: math.unit(6, "feet")
  13449. },
  13450. {
  13451. name: "Big Steppy",
  13452. height: math.unit(1, "km"),
  13453. default: true
  13454. },
  13455. ]
  13456. ))
  13457. characterMakers.push(() => makeCharacter(
  13458. { name: "Venio Darcony" },
  13459. {
  13460. side: {
  13461. height: math.unit(10, "feet"),
  13462. weight: math.unit(800, "kg"),
  13463. name: "Side",
  13464. image: {
  13465. source: "./media/characters/venio-darcony/side.svg",
  13466. extra: 1373 / 1003,
  13467. bottom: 0.037
  13468. }
  13469. },
  13470. front: {
  13471. height: math.unit(19, "feet"),
  13472. weight: math.unit(800, "kg"),
  13473. name: "Front",
  13474. image: {
  13475. source: "./media/characters/venio-darcony/front.svg"
  13476. }
  13477. },
  13478. back: {
  13479. height: math.unit(19, "feet"),
  13480. weight: math.unit(800, "kg"),
  13481. name: "Back",
  13482. image: {
  13483. source: "./media/characters/venio-darcony/back.svg"
  13484. }
  13485. },
  13486. },
  13487. [
  13488. {
  13489. name: "Normal",
  13490. height: math.unit(10, "feet")
  13491. },
  13492. {
  13493. name: "Macro",
  13494. height: math.unit(130, "feet"),
  13495. default: true
  13496. },
  13497. {
  13498. name: "Macro+",
  13499. height: math.unit(240, "feet")
  13500. },
  13501. ]
  13502. ))
  13503. characterMakers.push(() => makeCharacter(
  13504. { name: "Veski" },
  13505. {
  13506. front: {
  13507. height: math.unit(6, "feet"),
  13508. weight: math.unit(150, "lb"),
  13509. name: "Front",
  13510. image: {
  13511. source: "./media/characters/veski/front.svg",
  13512. extra: 1299 / 1225,
  13513. bottom: 0.04
  13514. }
  13515. },
  13516. back: {
  13517. height: math.unit(6, "feet"),
  13518. weight: math.unit(150, "lb"),
  13519. name: "Back",
  13520. image: {
  13521. source: "./media/characters/veski/back.svg",
  13522. extra: 1299 / 1225,
  13523. bottom: 0.008
  13524. }
  13525. },
  13526. maw: {
  13527. height: math.unit(1.5 * 1.21, "feet"),
  13528. name: "Maw",
  13529. image: {
  13530. source: "./media/characters/veski/maw.svg"
  13531. }
  13532. },
  13533. },
  13534. [
  13535. {
  13536. name: "Macro",
  13537. height: math.unit(2, "km"),
  13538. default: true
  13539. },
  13540. ]
  13541. ))
  13542. characterMakers.push(() => makeCharacter(
  13543. { name: "Isabelle" },
  13544. {
  13545. front: {
  13546. height: math.unit(5 + 7 / 12, "feet"),
  13547. name: "Front",
  13548. image: {
  13549. source: "./media/characters/isabelle/front.svg",
  13550. extra: 2130 / 1976,
  13551. bottom: 0.05
  13552. }
  13553. },
  13554. },
  13555. [
  13556. {
  13557. name: "Supermicro",
  13558. height: math.unit(10, "micrometers")
  13559. },
  13560. {
  13561. name: "Micro",
  13562. height: math.unit(1, "inch")
  13563. },
  13564. {
  13565. name: "Tiny",
  13566. height: math.unit(5, "inches")
  13567. },
  13568. {
  13569. name: "Standard",
  13570. height: math.unit(5 + 7 / 12, "inches")
  13571. },
  13572. {
  13573. name: "Macro",
  13574. height: math.unit(80, "meters"),
  13575. default: true
  13576. },
  13577. {
  13578. name: "Megamacro",
  13579. height: math.unit(250, "meters")
  13580. },
  13581. {
  13582. name: "Gigamacro",
  13583. height: math.unit(5, "km")
  13584. },
  13585. {
  13586. name: "Cosmic",
  13587. height: math.unit(2.5e6, "miles")
  13588. },
  13589. ]
  13590. ))
  13591. characterMakers.push(() => makeCharacter(
  13592. { name: "Hanzo" },
  13593. {
  13594. front: {
  13595. height: math.unit(6, "feet"),
  13596. weight: math.unit(150, "lb"),
  13597. name: "Front",
  13598. image: {
  13599. source: "./media/characters/hanzo/front.svg",
  13600. extra: 374 / 344,
  13601. bottom: 0.02
  13602. }
  13603. },
  13604. },
  13605. [
  13606. {
  13607. name: "Normal",
  13608. height: math.unit(8, "feet"),
  13609. default: true
  13610. },
  13611. ]
  13612. ))
  13613. characterMakers.push(() => makeCharacter(
  13614. { name: "Anna" },
  13615. {
  13616. front: {
  13617. height: math.unit(7, "feet"),
  13618. weight: math.unit(130, "lb"),
  13619. name: "Front",
  13620. image: {
  13621. source: "./media/characters/anna/front.svg",
  13622. extra: 169 / 145,
  13623. bottom: 0.06
  13624. }
  13625. },
  13626. full: {
  13627. height: math.unit(4.96, "feet"),
  13628. weight: math.unit(220, "lb"),
  13629. name: "Full",
  13630. image: {
  13631. source: "./media/characters/anna/full.svg",
  13632. extra: 138 / 114,
  13633. bottom: 0.15
  13634. }
  13635. },
  13636. tongue: {
  13637. height: math.unit(2.53, "feet"),
  13638. name: "Tongue",
  13639. image: {
  13640. source: "./media/characters/anna/tongue.svg"
  13641. }
  13642. },
  13643. },
  13644. [
  13645. {
  13646. name: "Normal",
  13647. height: math.unit(7, "feet"),
  13648. default: true
  13649. },
  13650. ]
  13651. ))
  13652. characterMakers.push(() => makeCharacter(
  13653. { name: "Ian Corvid" },
  13654. {
  13655. front: {
  13656. height: math.unit(7, "feet"),
  13657. weight: math.unit(150, "lb"),
  13658. name: "Front",
  13659. image: {
  13660. source: "./media/characters/ian-corvid/front.svg",
  13661. extra: 150 / 142,
  13662. bottom: 0.02
  13663. }
  13664. },
  13665. back: {
  13666. height: math.unit(7, "feet"),
  13667. weight: math.unit(150, "lb"),
  13668. name: "Back",
  13669. image: {
  13670. source: "./media/characters/ian-corvid/back.svg",
  13671. extra: 150 / 143,
  13672. bottom: 0.01
  13673. }
  13674. },
  13675. stomping: {
  13676. height: math.unit(7, "feet"),
  13677. weight: math.unit(150, "lb"),
  13678. name: "Stomping",
  13679. image: {
  13680. source: "./media/characters/ian-corvid/stomping.svg",
  13681. extra: 76 / 72
  13682. }
  13683. },
  13684. sitting: {
  13685. height: math.unit(7 / 1.8, "feet"),
  13686. weight: math.unit(150, "lb"),
  13687. name: "Sitting",
  13688. image: {
  13689. source: "./media/characters/ian-corvid/sitting.svg",
  13690. extra: 1400 / 1269,
  13691. bottom: 0.15
  13692. }
  13693. },
  13694. },
  13695. [
  13696. {
  13697. name: "Tiny Microw",
  13698. height: math.unit(1, "inch")
  13699. },
  13700. {
  13701. name: "Microw",
  13702. height: math.unit(6, "inches")
  13703. },
  13704. {
  13705. name: "Crow",
  13706. height: math.unit(7 + 1 / 12, "feet"),
  13707. default: true
  13708. },
  13709. {
  13710. name: "Macrow",
  13711. height: math.unit(176, "feet")
  13712. },
  13713. ]
  13714. ))
  13715. characterMakers.push(() => makeCharacter(
  13716. { name: "Natalie Kellon" },
  13717. {
  13718. front: {
  13719. height: math.unit(5 + 7 / 12, "feet"),
  13720. weight: math.unit(147, "lb"),
  13721. name: "Front",
  13722. image: {
  13723. source: "./media/characters/natalie-kellon/front.svg",
  13724. extra: 1214 / 1141,
  13725. bottom: 0.02
  13726. }
  13727. },
  13728. },
  13729. [
  13730. {
  13731. name: "Micro",
  13732. height: math.unit(1 / 16, "inch")
  13733. },
  13734. {
  13735. name: "Tiny",
  13736. height: math.unit(4, "inches")
  13737. },
  13738. {
  13739. name: "Normal",
  13740. height: math.unit(5 + 7 / 12, "feet"),
  13741. default: true
  13742. },
  13743. {
  13744. name: "Amazon",
  13745. height: math.unit(12, "feet")
  13746. },
  13747. {
  13748. name: "Giantess",
  13749. height: math.unit(160, "meters")
  13750. },
  13751. {
  13752. name: "Titaness",
  13753. height: math.unit(800, "meters")
  13754. },
  13755. ]
  13756. ))
  13757. characterMakers.push(() => makeCharacter(
  13758. { name: "Alluria" },
  13759. {
  13760. front: {
  13761. height: math.unit(6, "feet"),
  13762. weight: math.unit(150, "lb"),
  13763. name: "Front",
  13764. image: {
  13765. source: "./media/characters/alluria/front.svg",
  13766. extra: 806 / 738,
  13767. bottom: 0.01
  13768. }
  13769. },
  13770. side: {
  13771. height: math.unit(6, "feet"),
  13772. weight: math.unit(150, "lb"),
  13773. name: "Side",
  13774. image: {
  13775. source: "./media/characters/alluria/side.svg",
  13776. extra: 800 / 750,
  13777. }
  13778. },
  13779. back: {
  13780. height: math.unit(6, "feet"),
  13781. weight: math.unit(150, "lb"),
  13782. name: "Back",
  13783. image: {
  13784. source: "./media/characters/alluria/back.svg",
  13785. extra: 806 / 738,
  13786. }
  13787. },
  13788. frontMaid: {
  13789. height: math.unit(6, "feet"),
  13790. weight: math.unit(150, "lb"),
  13791. name: "Front (Maid)",
  13792. image: {
  13793. source: "./media/characters/alluria/front-maid.svg",
  13794. extra: 806 / 738,
  13795. bottom: 0.01
  13796. }
  13797. },
  13798. sideMaid: {
  13799. height: math.unit(6, "feet"),
  13800. weight: math.unit(150, "lb"),
  13801. name: "Side (Maid)",
  13802. image: {
  13803. source: "./media/characters/alluria/side-maid.svg",
  13804. extra: 800 / 750,
  13805. bottom: 0.005
  13806. }
  13807. },
  13808. backMaid: {
  13809. height: math.unit(6, "feet"),
  13810. weight: math.unit(150, "lb"),
  13811. name: "Back (Maid)",
  13812. image: {
  13813. source: "./media/characters/alluria/back-maid.svg",
  13814. extra: 806 / 738,
  13815. }
  13816. },
  13817. },
  13818. [
  13819. {
  13820. name: "Micro",
  13821. height: math.unit(6, "inches"),
  13822. default: true
  13823. },
  13824. ]
  13825. ))
  13826. characterMakers.push(() => makeCharacter(
  13827. { name: "Kyle" },
  13828. {
  13829. front: {
  13830. height: math.unit(6, "feet"),
  13831. weight: math.unit(150, "lb"),
  13832. name: "Front",
  13833. image: {
  13834. source: "./media/characters/kyle/front.svg",
  13835. extra: 1069 / 962,
  13836. bottom: 77.228 / 1727.45
  13837. }
  13838. },
  13839. },
  13840. [
  13841. {
  13842. name: "Macro",
  13843. height: math.unit(150, "feet"),
  13844. default: true
  13845. },
  13846. ]
  13847. ))
  13848. characterMakers.push(() => makeCharacter(
  13849. { name: "Duncan" },
  13850. {
  13851. front: {
  13852. height: math.unit(6, "feet"),
  13853. weight: math.unit(300, "lb"),
  13854. name: "Front",
  13855. image: {
  13856. source: "./media/characters/duncan/front.svg",
  13857. extra: 1650 / 1482,
  13858. bottom: 0.05
  13859. }
  13860. },
  13861. },
  13862. [
  13863. {
  13864. name: "Macro",
  13865. height: math.unit(100, "feet"),
  13866. default: true
  13867. },
  13868. ]
  13869. ))
  13870. characterMakers.push(() => makeCharacter(
  13871. { name: "Memory" },
  13872. {
  13873. front: {
  13874. height: math.unit(5 + 4 / 12, "feet"),
  13875. weight: math.unit(220, "lb"),
  13876. name: "Front",
  13877. image: {
  13878. source: "./media/characters/memory/front.svg",
  13879. extra: 3641 / 3545,
  13880. bottom: 0.03
  13881. }
  13882. },
  13883. back: {
  13884. height: math.unit(5 + 4 / 12, "feet"),
  13885. weight: math.unit(220, "lb"),
  13886. name: "Back",
  13887. image: {
  13888. source: "./media/characters/memory/back.svg",
  13889. extra: 3641 / 3545,
  13890. bottom: 0.025
  13891. }
  13892. },
  13893. frontSkirt: {
  13894. height: math.unit(5 + 4 / 12, "feet"),
  13895. weight: math.unit(220, "lb"),
  13896. name: "Front (Skirt)",
  13897. image: {
  13898. source: "./media/characters/memory/front-skirt.svg",
  13899. extra: 3641 / 3545,
  13900. bottom: 0.03
  13901. }
  13902. },
  13903. frontDress: {
  13904. height: math.unit(5 + 4 / 12, "feet"),
  13905. weight: math.unit(220, "lb"),
  13906. name: "Front (Dress)",
  13907. image: {
  13908. source: "./media/characters/memory/front-dress.svg",
  13909. extra: 3641 / 3545,
  13910. bottom: 0.03
  13911. }
  13912. },
  13913. },
  13914. [
  13915. {
  13916. name: "Micro",
  13917. height: math.unit(6, "inches"),
  13918. default: true
  13919. },
  13920. {
  13921. name: "Normal",
  13922. height: math.unit(5 + 4 / 12, "feet")
  13923. },
  13924. ]
  13925. ))
  13926. characterMakers.push(() => makeCharacter(
  13927. { name: "Luno" },
  13928. {
  13929. front: {
  13930. height: math.unit(4 + 11 / 12, "feet"),
  13931. weight: math.unit(100, "lb"),
  13932. name: "Front",
  13933. image: {
  13934. source: "./media/characters/luno/front.svg",
  13935. extra: 1535 / 1487,
  13936. bottom: 0.03
  13937. }
  13938. },
  13939. },
  13940. [
  13941. {
  13942. name: "Micro",
  13943. height: math.unit(3, "inches")
  13944. },
  13945. {
  13946. name: "Normal",
  13947. height: math.unit(4 + 11 / 12, "feet"),
  13948. default: true
  13949. },
  13950. {
  13951. name: "Macro",
  13952. height: math.unit(300, "feet")
  13953. },
  13954. {
  13955. name: "Megamacro",
  13956. height: math.unit(700, "miles")
  13957. },
  13958. ]
  13959. ))
  13960. characterMakers.push(() => makeCharacter(
  13961. { name: "Jamesy" },
  13962. {
  13963. front: {
  13964. height: math.unit(6 + 2 / 12, "feet"),
  13965. weight: math.unit(170, "lb"),
  13966. name: "Front",
  13967. image: {
  13968. source: "./media/characters/jamesy/front.svg",
  13969. extra: 440 / 382,
  13970. bottom: 0.005
  13971. }
  13972. },
  13973. },
  13974. [
  13975. {
  13976. name: "Micro",
  13977. height: math.unit(3, "inches")
  13978. },
  13979. {
  13980. name: "Normal",
  13981. height: math.unit(6 + 2 / 12, "feet"),
  13982. default: true
  13983. },
  13984. {
  13985. name: "Macro",
  13986. height: math.unit(300, "feet")
  13987. },
  13988. {
  13989. name: "Megamacro",
  13990. height: math.unit(700, "miles")
  13991. },
  13992. ]
  13993. ))
  13994. characterMakers.push(() => makeCharacter(
  13995. { name: "Mark" },
  13996. {
  13997. front: {
  13998. height: math.unit(6, "feet"),
  13999. weight: math.unit(160, "lb"),
  14000. name: "Front",
  14001. image: {
  14002. source: "./media/characters/mark/front.svg",
  14003. extra: 3300 / 3100,
  14004. bottom: 136.42 / 3440.47
  14005. }
  14006. },
  14007. },
  14008. [
  14009. {
  14010. name: "Macro",
  14011. height: math.unit(120, "meters")
  14012. },
  14013. {
  14014. name: "Bigger Macro",
  14015. height: math.unit(350, "meters")
  14016. },
  14017. {
  14018. name: "Megamacro",
  14019. height: math.unit(8, "km"),
  14020. default: true
  14021. },
  14022. {
  14023. name: "Continental",
  14024. height: math.unit(4550, "km")
  14025. },
  14026. {
  14027. name: "Planetary",
  14028. height: math.unit(65000, "km")
  14029. },
  14030. ]
  14031. ))
  14032. characterMakers.push(() => makeCharacter(
  14033. { name: "Mac" },
  14034. {
  14035. front: {
  14036. height: math.unit(6, "feet"),
  14037. weight: math.unit(400, "lb"),
  14038. name: "Front",
  14039. image: {
  14040. source: "./media/characters/mac/front.svg",
  14041. extra: 1048 / 987.7,
  14042. bottom: 60 / 1107.6,
  14043. }
  14044. },
  14045. },
  14046. [
  14047. {
  14048. name: "Macro",
  14049. height: math.unit(500, "feet"),
  14050. default: true
  14051. },
  14052. ]
  14053. ))
  14054. characterMakers.push(() => makeCharacter(
  14055. { name: "Bari" },
  14056. {
  14057. front: {
  14058. height: math.unit(5 + 2 / 12, "feet"),
  14059. weight: math.unit(190, "lb"),
  14060. name: "Front",
  14061. image: {
  14062. source: "./media/characters/bari/front.svg",
  14063. extra: 3156 / 2880,
  14064. bottom: 0.03
  14065. }
  14066. },
  14067. back: {
  14068. height: math.unit(5 + 2 / 12, "feet"),
  14069. weight: math.unit(190, "lb"),
  14070. name: "Back",
  14071. image: {
  14072. source: "./media/characters/bari/back.svg",
  14073. extra: 3260 / 2834,
  14074. bottom: 0.025
  14075. }
  14076. },
  14077. frontPlush: {
  14078. height: math.unit(5 + 2 / 12, "feet"),
  14079. weight: math.unit(190, "lb"),
  14080. name: "Front (Plush)",
  14081. image: {
  14082. source: "./media/characters/bari/front-plush.svg",
  14083. extra: 1112 / 1061,
  14084. bottom: 0.002
  14085. }
  14086. },
  14087. },
  14088. [
  14089. {
  14090. name: "Micro",
  14091. height: math.unit(3, "inches")
  14092. },
  14093. {
  14094. name: "Normal",
  14095. height: math.unit(5 + 2 / 12, "feet"),
  14096. default: true
  14097. },
  14098. {
  14099. name: "Macro",
  14100. height: math.unit(20, "feet")
  14101. },
  14102. ]
  14103. ))
  14104. characterMakers.push(() => makeCharacter(
  14105. { name: "Hunter Misha Raven" },
  14106. {
  14107. front: {
  14108. height: math.unit(6 + 1 / 12, "feet"),
  14109. weight: math.unit(275, "lb"),
  14110. name: "Front",
  14111. image: {
  14112. source: "./media/characters/hunter-misha-raven/front.svg"
  14113. }
  14114. },
  14115. },
  14116. [
  14117. {
  14118. name: "Mortal",
  14119. height: math.unit(6 + 1 / 12, "feet")
  14120. },
  14121. {
  14122. name: "Divine",
  14123. height: math.unit(1.12134e34, "parsecs"),
  14124. default: true
  14125. },
  14126. ]
  14127. ))
  14128. characterMakers.push(() => makeCharacter(
  14129. { name: "Max Calore" },
  14130. {
  14131. front: {
  14132. height: math.unit(6 + 3 / 12, "feet"),
  14133. weight: math.unit(220, "lb"),
  14134. name: "Front",
  14135. image: {
  14136. source: "./media/characters/max-calore/front.svg",
  14137. extra: 1700 / 1648,
  14138. bottom: 0.01
  14139. }
  14140. },
  14141. back: {
  14142. height: math.unit(6 + 3 / 12, "feet"),
  14143. weight: math.unit(220, "lb"),
  14144. name: "Back",
  14145. image: {
  14146. source: "./media/characters/max-calore/back.svg",
  14147. extra: 1700 / 1648,
  14148. bottom: 0.01
  14149. }
  14150. },
  14151. },
  14152. [
  14153. {
  14154. name: "Normal",
  14155. height: math.unit(6 + 3 / 12, "feet"),
  14156. default: true
  14157. },
  14158. ]
  14159. ))
  14160. characterMakers.push(() => makeCharacter(
  14161. { name: "Aspen" },
  14162. {
  14163. side: {
  14164. height: math.unit(2 + 8 / 12, "feet"),
  14165. weight: math.unit(99, "lb"),
  14166. name: "Side",
  14167. image: {
  14168. source: "./media/characters/aspen/side.svg",
  14169. extra: 152 / 138,
  14170. bottom: 0.032
  14171. }
  14172. },
  14173. },
  14174. [
  14175. {
  14176. name: "Normal",
  14177. height: math.unit(2 + 8 / 12, "feet"),
  14178. default: true
  14179. },
  14180. ]
  14181. ))
  14182. characterMakers.push(() => makeCharacter(
  14183. { name: "Sheila (Wolf)" },
  14184. {
  14185. side: {
  14186. height: math.unit(3 + 2 / 12, "feet"),
  14187. weight: math.unit(224, "lb"),
  14188. name: "Side",
  14189. image: {
  14190. source: "./media/characters/sheila-wolf/side.svg",
  14191. extra: 179 / 166,
  14192. bottom: 0.03
  14193. }
  14194. },
  14195. },
  14196. [
  14197. {
  14198. name: "Normal",
  14199. height: math.unit(3 + 2 / 12, "feet"),
  14200. default: true
  14201. },
  14202. ]
  14203. ))
  14204. characterMakers.push(() => makeCharacter(
  14205. { name: "Michelle" },
  14206. {
  14207. side: {
  14208. height: math.unit(1 + 9 / 12, "feet"),
  14209. weight: math.unit(38, "lb"),
  14210. name: "Side",
  14211. image: {
  14212. source: "./media/characters/michelle/side.svg",
  14213. extra: 147 / 136.7,
  14214. bottom: 0.03
  14215. }
  14216. },
  14217. },
  14218. [
  14219. {
  14220. name: "Normal",
  14221. height: math.unit(1 + 9 / 12, "feet"),
  14222. default: true
  14223. },
  14224. ]
  14225. ))
  14226. characterMakers.push(() => makeCharacter(
  14227. { name: "Nino" },
  14228. {
  14229. front: {
  14230. height: math.unit(1 + 1 / 12, "feet"),
  14231. weight: math.unit(18, "lb"),
  14232. name: "Front",
  14233. image: {
  14234. source: "./media/characters/nino/front.svg"
  14235. }
  14236. },
  14237. },
  14238. [
  14239. {
  14240. name: "Normal",
  14241. height: math.unit(1 + 1 / 12, "feet"),
  14242. default: true
  14243. },
  14244. ]
  14245. ))
  14246. characterMakers.push(() => makeCharacter(
  14247. { name: "Viola" },
  14248. {
  14249. front: {
  14250. height: math.unit(1, "feet"),
  14251. weight: math.unit(16, "lb"),
  14252. name: "Front",
  14253. image: {
  14254. source: "./media/characters/viola/front.svg"
  14255. }
  14256. },
  14257. },
  14258. [
  14259. {
  14260. name: "Normal",
  14261. height: math.unit(1, "feet"),
  14262. default: true
  14263. },
  14264. ]
  14265. ))
  14266. characterMakers.push(() => makeCharacter(
  14267. { name: "Atlas" },
  14268. {
  14269. front: {
  14270. height: math.unit(6 + 5 / 12, "feet"),
  14271. weight: math.unit(580, "lb"),
  14272. name: "Front",
  14273. image: {
  14274. source: "./media/characters/atlas/front.svg",
  14275. extra: 298.5 / 290,
  14276. bottom: 0.015
  14277. }
  14278. },
  14279. },
  14280. [
  14281. {
  14282. name: "Normal",
  14283. height: math.unit(6 + 5 / 12, "feet"),
  14284. default: true
  14285. },
  14286. ]
  14287. ))
  14288. characterMakers.push(() => makeCharacter(
  14289. { name: "Davy" },
  14290. {
  14291. side: {
  14292. height: math.unit(1 + 10 / 12, "feet"),
  14293. weight: math.unit(25, "lb"),
  14294. name: "Side",
  14295. image: {
  14296. source: "./media/characters/davy/side.svg",
  14297. extra: 200 / 170,
  14298. bottom: 0.01
  14299. }
  14300. },
  14301. },
  14302. [
  14303. {
  14304. name: "Normal",
  14305. height: math.unit(1 + 10 / 12, "feet"),
  14306. default: true
  14307. },
  14308. ]
  14309. ))
  14310. characterMakers.push(() => makeCharacter(
  14311. { name: "Fiona" },
  14312. {
  14313. side: {
  14314. height: math.unit(4 + 8 / 12, "feet"),
  14315. weight: math.unit(166, "lb"),
  14316. name: "Side",
  14317. image: {
  14318. source: "./media/characters/fiona/side.svg",
  14319. extra: 232 / 220,
  14320. bottom: 0.03
  14321. }
  14322. },
  14323. },
  14324. [
  14325. {
  14326. name: "Normal",
  14327. height: math.unit(4 + 8 / 12, "feet"),
  14328. default: true
  14329. },
  14330. ]
  14331. ))
  14332. characterMakers.push(() => makeCharacter(
  14333. { name: "Lyla" },
  14334. {
  14335. front: {
  14336. height: math.unit(2, "feet"),
  14337. weight: math.unit(62, "lb"),
  14338. name: "Front",
  14339. image: {
  14340. source: "./media/characters/lyla/front.svg",
  14341. bottom: 0.1
  14342. }
  14343. },
  14344. },
  14345. [
  14346. {
  14347. name: "Normal",
  14348. height: math.unit(2, "feet"),
  14349. default: true
  14350. },
  14351. ]
  14352. ))
  14353. characterMakers.push(() => makeCharacter(
  14354. { name: "Perseus" },
  14355. {
  14356. side: {
  14357. height: math.unit(1.8, "feet"),
  14358. weight: math.unit(44, "lb"),
  14359. name: "Side",
  14360. image: {
  14361. source: "./media/characters/perseus/side.svg",
  14362. bottom: 0.21
  14363. }
  14364. },
  14365. },
  14366. [
  14367. {
  14368. name: "Normal",
  14369. height: math.unit(1.8, "feet"),
  14370. default: true
  14371. },
  14372. ]
  14373. ))
  14374. characterMakers.push(() => makeCharacter(
  14375. { name: "Remus" },
  14376. {
  14377. side: {
  14378. height: math.unit(4 + 2 / 12, "feet"),
  14379. weight: math.unit(20, "lb"),
  14380. name: "Side",
  14381. image: {
  14382. source: "./media/characters/remus/side.svg"
  14383. }
  14384. },
  14385. },
  14386. [
  14387. {
  14388. name: "Normal",
  14389. height: math.unit(4 + 2 / 12, "feet"),
  14390. default: true
  14391. },
  14392. ]
  14393. ))
  14394. characterMakers.push(() => makeCharacter(
  14395. { name: "Raf" },
  14396. {
  14397. front: {
  14398. height: math.unit(4 + 11 / 12, "feet"),
  14399. weight: math.unit(114, "lb"),
  14400. name: "Front",
  14401. image: {
  14402. source: "./media/characters/raf/front.svg",
  14403. bottom: 0.01
  14404. }
  14405. },
  14406. side: {
  14407. height: math.unit(4 + 11 / 12, "feet"),
  14408. weight: math.unit(114, "lb"),
  14409. name: "Side",
  14410. image: {
  14411. source: "./media/characters/raf/side.svg",
  14412. bottom: 0.005
  14413. }
  14414. },
  14415. },
  14416. [
  14417. {
  14418. name: "Micro",
  14419. height: math.unit(2, "inches")
  14420. },
  14421. {
  14422. name: "Normal",
  14423. height: math.unit(4 + 11 / 12, "feet"),
  14424. default: true
  14425. },
  14426. {
  14427. name: "Macro",
  14428. height: math.unit(70, "feet")
  14429. },
  14430. ]
  14431. ))
  14432. characterMakers.push(() => makeCharacter(
  14433. { name: "Liam Einarr" },
  14434. {
  14435. front: {
  14436. height: math.unit(1.5, "meters"),
  14437. weight: math.unit(68, "kg"),
  14438. name: "Front",
  14439. image: {
  14440. source: "./media/characters/liam-einarr/front.svg",
  14441. extra: 2822 / 2666
  14442. }
  14443. },
  14444. back: {
  14445. height: math.unit(1.5, "meters"),
  14446. weight: math.unit(68, "kg"),
  14447. name: "Back",
  14448. image: {
  14449. source: "./media/characters/liam-einarr/back.svg",
  14450. extra: 2822 / 2666,
  14451. bottom: 0.015
  14452. }
  14453. },
  14454. },
  14455. [
  14456. {
  14457. name: "Normal",
  14458. height: math.unit(1.5, "meters"),
  14459. default: true
  14460. },
  14461. {
  14462. name: "Macro",
  14463. height: math.unit(150, "meters")
  14464. },
  14465. {
  14466. name: "Megamacro",
  14467. height: math.unit(35, "km")
  14468. },
  14469. ]
  14470. ))
  14471. characterMakers.push(() => makeCharacter(
  14472. { name: "Linda" },
  14473. {
  14474. front: {
  14475. height: math.unit(6, "feet"),
  14476. weight: math.unit(75, "kg"),
  14477. name: "Front",
  14478. image: {
  14479. source: "./media/characters/linda/front.svg",
  14480. extra: 930 / 874,
  14481. bottom: 0.004
  14482. }
  14483. },
  14484. },
  14485. [
  14486. {
  14487. name: "Normal",
  14488. height: math.unit(6, "feet"),
  14489. default: true
  14490. },
  14491. ]
  14492. ))
  14493. characterMakers.push(() => makeCharacter(
  14494. { name: "Caylex" },
  14495. {
  14496. front: {
  14497. height: math.unit(6 + 8 / 12, "feet"),
  14498. weight: math.unit(220, "lb"),
  14499. name: "Front",
  14500. image: {
  14501. source: "./media/characters/caylex/front.svg",
  14502. extra: 821 / 772,
  14503. bottom: 0.07
  14504. }
  14505. },
  14506. back: {
  14507. height: math.unit(6 + 8 / 12, "feet"),
  14508. weight: math.unit(220, "lb"),
  14509. name: "Back",
  14510. image: {
  14511. source: "./media/characters/caylex/back.svg",
  14512. extra: 821 / 772,
  14513. bottom: 0.022
  14514. }
  14515. },
  14516. hand: {
  14517. height: math.unit(1.25, "feet"),
  14518. name: "Hand",
  14519. image: {
  14520. source: "./media/characters/caylex/hand.svg"
  14521. }
  14522. },
  14523. foot: {
  14524. height: math.unit(1.6, "feet"),
  14525. name: "Foot",
  14526. image: {
  14527. source: "./media/characters/caylex/foot.svg"
  14528. }
  14529. },
  14530. armored: {
  14531. height: math.unit(6 + 8 / 12, "feet"),
  14532. weight: math.unit(250, "lb"),
  14533. name: "Armored",
  14534. image: {
  14535. source: "./media/characters/caylex/armored.svg",
  14536. extra: 1420 / 1310,
  14537. bottom: 0.045
  14538. }
  14539. },
  14540. },
  14541. [
  14542. {
  14543. name: "Normal",
  14544. height: math.unit(6 + 8 / 12, "feet"),
  14545. default: true
  14546. },
  14547. {
  14548. name: "Normal+",
  14549. height: math.unit(12, "feet")
  14550. },
  14551. ]
  14552. ))
  14553. characterMakers.push(() => makeCharacter(
  14554. { name: "Alana" },
  14555. {
  14556. front: {
  14557. height: math.unit(7 + 6 / 12, "feet"),
  14558. weight: math.unit(288, "lb"),
  14559. name: "Front",
  14560. image: {
  14561. source: "./media/characters/alana/front.svg",
  14562. extra: 679 / 653,
  14563. bottom: 22.5 / 701
  14564. }
  14565. },
  14566. },
  14567. [
  14568. {
  14569. name: "Normal",
  14570. height: math.unit(7 + 6 / 12, "feet")
  14571. },
  14572. {
  14573. name: "Large",
  14574. height: math.unit(50, "feet")
  14575. },
  14576. {
  14577. name: "Macro",
  14578. height: math.unit(100, "feet"),
  14579. default: true
  14580. },
  14581. {
  14582. name: "Macro+",
  14583. height: math.unit(200, "feet")
  14584. },
  14585. ]
  14586. ))
  14587. characterMakers.push(() => makeCharacter(
  14588. { name: "Hasani" },
  14589. {
  14590. front: {
  14591. height: math.unit(6 + 1 / 12, "feet"),
  14592. weight: math.unit(210, "lb"),
  14593. name: "Front",
  14594. image: {
  14595. source: "./media/characters/hasani/front.svg",
  14596. extra: 244 / 232,
  14597. bottom: 0.01
  14598. }
  14599. },
  14600. back: {
  14601. height: math.unit(6 + 1 / 12, "feet"),
  14602. weight: math.unit(210, "lb"),
  14603. name: "Back",
  14604. image: {
  14605. source: "./media/characters/hasani/back.svg",
  14606. extra: 244 / 232,
  14607. bottom: 0.01
  14608. }
  14609. },
  14610. },
  14611. [
  14612. {
  14613. name: "Normal",
  14614. height: math.unit(6 + 1 / 12, "feet")
  14615. },
  14616. {
  14617. name: "Macro",
  14618. height: math.unit(175, "feet"),
  14619. default: true
  14620. },
  14621. ]
  14622. ))
  14623. characterMakers.push(() => makeCharacter(
  14624. { name: "Nita" },
  14625. {
  14626. front: {
  14627. height: math.unit(1.82, "meters"),
  14628. weight: math.unit(140, "lb"),
  14629. name: "Front",
  14630. image: {
  14631. source: "./media/characters/nita/front.svg",
  14632. extra: 2473 / 2363,
  14633. bottom: 0.01
  14634. }
  14635. },
  14636. },
  14637. [
  14638. {
  14639. name: "Normal",
  14640. height: math.unit(1.82, "m")
  14641. },
  14642. {
  14643. name: "Macro",
  14644. height: math.unit(300, "m")
  14645. },
  14646. {
  14647. name: "Mistake Canon",
  14648. height: math.unit(0.5, "miles"),
  14649. default: true
  14650. },
  14651. {
  14652. name: "Big Mistake",
  14653. height: math.unit(13, "miles")
  14654. },
  14655. {
  14656. name: "Playing God",
  14657. height: math.unit(2450, "miles")
  14658. },
  14659. ]
  14660. ))
  14661. characterMakers.push(() => makeCharacter(
  14662. { name: "Shiriko" },
  14663. {
  14664. front: {
  14665. height: math.unit(4, "feet"),
  14666. weight: math.unit(120, "lb"),
  14667. name: "Front",
  14668. image: {
  14669. source: "./media/characters/shiriko/front.svg",
  14670. extra: 195 / 188
  14671. }
  14672. },
  14673. },
  14674. [
  14675. {
  14676. name: "Normal",
  14677. height: math.unit(4, "feet"),
  14678. default: true
  14679. },
  14680. ]
  14681. ))
  14682. characterMakers.push(() => makeCharacter(
  14683. { name: "Deja" },
  14684. {
  14685. front: {
  14686. height: math.unit(6, "feet"),
  14687. name: "front",
  14688. image: {
  14689. source: "./media/characters/deja/front.svg",
  14690. extra: 926 / 840,
  14691. bottom: 0.07
  14692. }
  14693. },
  14694. },
  14695. [
  14696. {
  14697. name: "Planck Length",
  14698. height: math.unit(1.6e-35, "meters")
  14699. },
  14700. {
  14701. name: "Normal",
  14702. height: math.unit(30.48, "meters"),
  14703. default: true
  14704. },
  14705. {
  14706. name: "Universal",
  14707. height: math.unit(8.8e26, "meters")
  14708. },
  14709. ]
  14710. ))
  14711. characterMakers.push(() => makeCharacter(
  14712. { name: "Anima" },
  14713. {
  14714. side: {
  14715. height: math.unit(8, "feet"),
  14716. weight: math.unit(6300, "lb"),
  14717. name: "Side",
  14718. image: {
  14719. source: "./media/characters/anima/side.svg",
  14720. bottom: 0.035
  14721. }
  14722. },
  14723. },
  14724. [
  14725. {
  14726. name: "Normal",
  14727. height: math.unit(8, "feet"),
  14728. default: true
  14729. },
  14730. ]
  14731. ))
  14732. characterMakers.push(() => makeCharacter(
  14733. { name: "Bianca" },
  14734. {
  14735. front: {
  14736. height: math.unit(8, "feet"),
  14737. weight: math.unit(350, "lb"),
  14738. name: "Front",
  14739. image: {
  14740. source: "./media/characters/bianca/front.svg",
  14741. extra: 234 / 225,
  14742. bottom: 0.03
  14743. }
  14744. },
  14745. },
  14746. [
  14747. {
  14748. name: "Normal",
  14749. height: math.unit(8, "feet"),
  14750. default: true
  14751. },
  14752. ]
  14753. ))
  14754. characterMakers.push(() => makeCharacter(
  14755. { name: "Adinia" },
  14756. {
  14757. front: {
  14758. height: math.unit(6, "feet"),
  14759. weight: math.unit(150, "lb"),
  14760. name: "Front",
  14761. image: {
  14762. source: "./media/characters/adinia/front.svg",
  14763. extra: 1845 / 1672,
  14764. bottom: 0.02
  14765. }
  14766. },
  14767. back: {
  14768. height: math.unit(6, "feet"),
  14769. weight: math.unit(150, "lb"),
  14770. name: "Back",
  14771. image: {
  14772. source: "./media/characters/adinia/back.svg",
  14773. extra: 1845 / 1672,
  14774. bottom: 0.002
  14775. }
  14776. },
  14777. },
  14778. [
  14779. {
  14780. name: "Normal",
  14781. height: math.unit(11 + 5 / 12, "feet"),
  14782. default: true
  14783. },
  14784. ]
  14785. ))
  14786. characterMakers.push(() => makeCharacter(
  14787. { name: "Lykasa" },
  14788. {
  14789. front: {
  14790. height: math.unit(3, "meters"),
  14791. weight: math.unit(200, "kg"),
  14792. name: "Front",
  14793. image: {
  14794. source: "./media/characters/lykasa/front.svg",
  14795. extra: 1076 / 976,
  14796. bottom: 0.06
  14797. }
  14798. },
  14799. },
  14800. [
  14801. {
  14802. name: "Normal",
  14803. height: math.unit(3, "meters")
  14804. },
  14805. {
  14806. name: "Kaiku",
  14807. height: math.unit(120, "meters"),
  14808. default: true
  14809. },
  14810. {
  14811. name: "Mega Kaiju",
  14812. height: math.unit(240, "km")
  14813. },
  14814. {
  14815. name: "Giga Kaiju",
  14816. height: math.unit(400, "megameters")
  14817. },
  14818. {
  14819. name: "Tera Kaiju",
  14820. height: math.unit(800, "gigameters")
  14821. },
  14822. {
  14823. name: "Kaiju Dragon Goddess",
  14824. height: math.unit(26, "zettaparsecs")
  14825. },
  14826. ]
  14827. ))
  14828. characterMakers.push(() => makeCharacter(
  14829. { name: "Malfaren" },
  14830. {
  14831. side: {
  14832. height: math.unit(283 / 124 * 6, "feet"),
  14833. weight: math.unit(35000, "lb"),
  14834. name: "Side",
  14835. image: {
  14836. source: "./media/characters/malfaren/side.svg",
  14837. extra: 2500 / 1010,
  14838. bottom: 0.01
  14839. }
  14840. },
  14841. front: {
  14842. height: math.unit(22.36, "feet"),
  14843. weight: math.unit(35000, "lb"),
  14844. name: "Front",
  14845. image: {
  14846. source: "./media/characters/malfaren/front.svg",
  14847. extra: 1631 / 1476,
  14848. bottom: 0.01
  14849. }
  14850. },
  14851. maw: {
  14852. height: math.unit(6.9, "feet"),
  14853. name: "Maw",
  14854. image: {
  14855. source: "./media/characters/malfaren/maw.svg"
  14856. }
  14857. },
  14858. },
  14859. [
  14860. {
  14861. name: "Big",
  14862. height: math.unit(283 / 162 * 6, "feet"),
  14863. },
  14864. {
  14865. name: "Bigger",
  14866. height: math.unit(283 / 124 * 6, "feet")
  14867. },
  14868. {
  14869. name: "Massive",
  14870. height: math.unit(283 / 92 * 6, "feet"),
  14871. default: true
  14872. },
  14873. {
  14874. name: "👀💦",
  14875. height: math.unit(283 / 73 * 6, "feet"),
  14876. },
  14877. ]
  14878. ))
  14879. characterMakers.push(() => makeCharacter(
  14880. { name: "Kernel" },
  14881. {
  14882. front: {
  14883. height: math.unit(1.7, "m"),
  14884. weight: math.unit(70, "kg"),
  14885. name: "Front",
  14886. image: {
  14887. source: "./media/characters/kernel/front.svg",
  14888. extra: 222 / 210,
  14889. bottom: 0.007
  14890. }
  14891. },
  14892. },
  14893. [
  14894. {
  14895. name: "Nano",
  14896. height: math.unit(17, "micrometers")
  14897. },
  14898. {
  14899. name: "Micro",
  14900. height: math.unit(1.7, "mm")
  14901. },
  14902. {
  14903. name: "Small",
  14904. height: math.unit(1.7, "cm")
  14905. },
  14906. {
  14907. name: "Normal",
  14908. height: math.unit(1.7, "m"),
  14909. default: true
  14910. },
  14911. ]
  14912. ))
  14913. characterMakers.push(() => makeCharacter(
  14914. { name: "Jayne Folest" },
  14915. {
  14916. front: {
  14917. height: math.unit(1.75, "meters"),
  14918. weight: math.unit(65, "kg"),
  14919. name: "Front",
  14920. image: {
  14921. source: "./media/characters/jayne-folest/front.svg",
  14922. extra: 2115 / 2007,
  14923. bottom: 0.02
  14924. }
  14925. },
  14926. back: {
  14927. height: math.unit(1.75, "meters"),
  14928. weight: math.unit(65, "kg"),
  14929. name: "Back",
  14930. image: {
  14931. source: "./media/characters/jayne-folest/back.svg",
  14932. extra: 2115 / 2007,
  14933. bottom: 0.005
  14934. }
  14935. },
  14936. frontClothed: {
  14937. height: math.unit(1.75, "meters"),
  14938. weight: math.unit(65, "kg"),
  14939. name: "Front (Clothed)",
  14940. image: {
  14941. source: "./media/characters/jayne-folest/front-clothed.svg",
  14942. extra: 2115 / 2007,
  14943. bottom: 0.035
  14944. }
  14945. },
  14946. hand: {
  14947. height: math.unit(1 / 1.260, "feet"),
  14948. name: "Hand",
  14949. image: {
  14950. source: "./media/characters/jayne-folest/hand.svg"
  14951. }
  14952. },
  14953. foot: {
  14954. height: math.unit(1 / 0.918, "feet"),
  14955. name: "Foot",
  14956. image: {
  14957. source: "./media/characters/jayne-folest/foot.svg"
  14958. }
  14959. },
  14960. },
  14961. [
  14962. {
  14963. name: "Micro",
  14964. height: math.unit(4, "cm")
  14965. },
  14966. {
  14967. name: "Normal",
  14968. height: math.unit(1.75, "meters")
  14969. },
  14970. {
  14971. name: "Macro",
  14972. height: math.unit(47.5, "meters"),
  14973. default: true
  14974. },
  14975. ]
  14976. ))
  14977. characterMakers.push(() => makeCharacter(
  14978. { name: "Algier" },
  14979. {
  14980. front: {
  14981. height: math.unit(180, "cm"),
  14982. weight: math.unit(70, "kg"),
  14983. name: "Front",
  14984. image: {
  14985. source: "./media/characters/algier/front.svg",
  14986. extra: 596 / 572,
  14987. bottom: 0.04
  14988. }
  14989. },
  14990. back: {
  14991. height: math.unit(180, "cm"),
  14992. weight: math.unit(70, "kg"),
  14993. name: "Back",
  14994. image: {
  14995. source: "./media/characters/algier/back.svg",
  14996. extra: 596 / 572,
  14997. bottom: 0.025
  14998. }
  14999. },
  15000. frontdressed: {
  15001. height: math.unit(180, "cm"),
  15002. weight: math.unit(150, "kg"),
  15003. name: "Front-dressed",
  15004. image: {
  15005. source: "./media/characters/algier/front-dressed.svg",
  15006. extra: 596 / 572,
  15007. bottom: 0.038
  15008. }
  15009. },
  15010. },
  15011. [
  15012. {
  15013. name: "Micro",
  15014. height: math.unit(5, "cm")
  15015. },
  15016. {
  15017. name: "Normal",
  15018. height: math.unit(180, "cm"),
  15019. default: true
  15020. },
  15021. {
  15022. name: "Macro",
  15023. height: math.unit(64, "m")
  15024. },
  15025. ]
  15026. ))
  15027. characterMakers.push(() => makeCharacter(
  15028. { name: "Pretzel" },
  15029. {
  15030. upright: {
  15031. height: math.unit(7, "feet"),
  15032. weight: math.unit(300, "lb"),
  15033. name: "Upright",
  15034. image: {
  15035. source: "./media/characters/pretzel/upright.svg",
  15036. extra: 534 / 522,
  15037. bottom: 0.065
  15038. }
  15039. },
  15040. sprawling: {
  15041. height: math.unit(3.75, "feet"),
  15042. weight: math.unit(300, "lb"),
  15043. name: "Sprawling",
  15044. image: {
  15045. source: "./media/characters/pretzel/sprawling.svg",
  15046. extra: 314 / 281,
  15047. bottom: 0.1
  15048. }
  15049. },
  15050. tongue: {
  15051. height: math.unit(2, "feet"),
  15052. name: "Tongue",
  15053. image: {
  15054. source: "./media/characters/pretzel/tongue.svg"
  15055. }
  15056. },
  15057. },
  15058. [
  15059. {
  15060. name: "Normal",
  15061. height: math.unit(7, "feet"),
  15062. default: true
  15063. },
  15064. {
  15065. name: "Oversized",
  15066. height: math.unit(15, "feet")
  15067. },
  15068. {
  15069. name: "Huge",
  15070. height: math.unit(30, "feet")
  15071. },
  15072. {
  15073. name: "Macro",
  15074. height: math.unit(250, "feet")
  15075. },
  15076. ]
  15077. ))
  15078. characterMakers.push(() => makeCharacter(
  15079. { name: "Roxi" },
  15080. {
  15081. sideFront: {
  15082. height: math.unit(5 + 2 / 12, "feet"),
  15083. weight: math.unit(120, "lb"),
  15084. name: "Front Side",
  15085. image: {
  15086. source: "./media/characters/roxi/side-front.svg",
  15087. extra: 2924 / 2717,
  15088. bottom: 0.08
  15089. }
  15090. },
  15091. sideBack: {
  15092. height: math.unit(5 + 2 / 12, "feet"),
  15093. weight: math.unit(120, "lb"),
  15094. name: "Back Side",
  15095. image: {
  15096. source: "./media/characters/roxi/side-back.svg",
  15097. extra: 2904 / 2693,
  15098. bottom: 0.06
  15099. }
  15100. },
  15101. front: {
  15102. height: math.unit(5 + 2 / 12, "feet"),
  15103. weight: math.unit(120, "lb"),
  15104. name: "Front",
  15105. image: {
  15106. source: "./media/characters/roxi/front.svg",
  15107. extra: 2028 / 1907,
  15108. bottom: 0.01
  15109. }
  15110. },
  15111. frontAlt: {
  15112. height: math.unit(5 + 2 / 12, "feet"),
  15113. weight: math.unit(120, "lb"),
  15114. name: "Front (Alt)",
  15115. image: {
  15116. source: "./media/characters/roxi/front-alt.svg",
  15117. extra: 1828 / 1798,
  15118. bottom: 0.01
  15119. }
  15120. },
  15121. sitting: {
  15122. height: math.unit(2.8, "feet"),
  15123. weight: math.unit(120, "lb"),
  15124. name: "Sitting",
  15125. image: {
  15126. source: "./media/characters/roxi/sitting.svg",
  15127. extra: 2660 / 2462,
  15128. bottom: 0.1
  15129. }
  15130. },
  15131. },
  15132. [
  15133. {
  15134. name: "Normal",
  15135. height: math.unit(5 + 2 / 12, "feet"),
  15136. default: true
  15137. },
  15138. ]
  15139. ))
  15140. characterMakers.push(() => makeCharacter(
  15141. { name: "Shadow" },
  15142. {
  15143. side: {
  15144. height: math.unit(55, "feet"),
  15145. weight: math.unit(153, "tons"),
  15146. name: "Side",
  15147. image: {
  15148. source: "./media/characters/shadow/side.svg",
  15149. extra: 701 / 628,
  15150. bottom: 0.02
  15151. }
  15152. },
  15153. flying: {
  15154. height: math.unit(145, "feet"),
  15155. weight: math.unit(153, "tons"),
  15156. name: "Flying",
  15157. image: {
  15158. source: "./media/characters/shadow/flying.svg"
  15159. }
  15160. },
  15161. },
  15162. [
  15163. {
  15164. name: "Normal",
  15165. height: math.unit(55, "feet"),
  15166. default: true
  15167. },
  15168. ]
  15169. ))
  15170. characterMakers.push(() => makeCharacter(
  15171. { name: "Marcie" },
  15172. {
  15173. front: {
  15174. height: math.unit(6, "feet"),
  15175. weight: math.unit(200, "lb"),
  15176. name: "Front",
  15177. image: {
  15178. source: "./media/characters/marcie/front.svg",
  15179. extra: 960 / 876,
  15180. bottom: 58 / 1017.87
  15181. }
  15182. },
  15183. },
  15184. [
  15185. {
  15186. name: "Macro",
  15187. height: math.unit(1, "mile"),
  15188. default: true
  15189. },
  15190. ]
  15191. ))
  15192. characterMakers.push(() => makeCharacter(
  15193. { name: "Kachina" },
  15194. {
  15195. front: {
  15196. height: math.unit(7, "feet"),
  15197. weight: math.unit(200, "lb"),
  15198. name: "Front",
  15199. image: {
  15200. source: "./media/characters/kachina/front.svg",
  15201. extra: 1290.68 / 1119,
  15202. bottom: 36.5 / 1327.18
  15203. }
  15204. },
  15205. },
  15206. [
  15207. {
  15208. name: "Normal",
  15209. height: math.unit(7, "feet"),
  15210. default: true
  15211. },
  15212. ]
  15213. ))
  15214. characterMakers.push(() => makeCharacter(
  15215. { name: "Kash" },
  15216. {
  15217. looking: {
  15218. height: math.unit(2, "meters"),
  15219. weight: math.unit(300, "kg"),
  15220. name: "Looking",
  15221. image: {
  15222. source: "./media/characters/kash/looking.svg",
  15223. extra: 474 / 344,
  15224. bottom: 0.03
  15225. }
  15226. },
  15227. side: {
  15228. height: math.unit(2, "meters"),
  15229. weight: math.unit(300, "kg"),
  15230. name: "Side",
  15231. image: {
  15232. source: "./media/characters/kash/side.svg",
  15233. extra: 302 / 251,
  15234. bottom: 0.03
  15235. }
  15236. },
  15237. front: {
  15238. height: math.unit(2, "meters"),
  15239. weight: math.unit(300, "kg"),
  15240. name: "Front",
  15241. image: {
  15242. source: "./media/characters/kash/front.svg",
  15243. extra: 495 / 360,
  15244. bottom: 0.015
  15245. }
  15246. },
  15247. },
  15248. [
  15249. {
  15250. name: "Normal",
  15251. height: math.unit(2, "meters"),
  15252. default: true
  15253. },
  15254. {
  15255. name: "Big",
  15256. height: math.unit(3, "meters")
  15257. },
  15258. {
  15259. name: "Large",
  15260. height: math.unit(5, "meters")
  15261. },
  15262. ]
  15263. ))
  15264. characterMakers.push(() => makeCharacter(
  15265. { name: "Lalim" },
  15266. {
  15267. feeding: {
  15268. height: math.unit(6.7, "feet"),
  15269. weight: math.unit(350, "lb"),
  15270. name: "Feeding",
  15271. image: {
  15272. source: "./media/characters/lalim/feeding.svg",
  15273. }
  15274. },
  15275. },
  15276. [
  15277. {
  15278. name: "Normal",
  15279. height: math.unit(6.7, "feet"),
  15280. default: true
  15281. },
  15282. ]
  15283. ))
  15284. characterMakers.push(() => makeCharacter(
  15285. { name: "De'Vout" },
  15286. {
  15287. front: {
  15288. height: math.unit(9.5, "feet"),
  15289. weight: math.unit(600, "lb"),
  15290. name: "Front",
  15291. image: {
  15292. source: "./media/characters/de'vout/front.svg",
  15293. extra: 1443 / 1328,
  15294. bottom: 0.025
  15295. }
  15296. },
  15297. back: {
  15298. height: math.unit(9.5, "feet"),
  15299. weight: math.unit(600, "lb"),
  15300. name: "Back",
  15301. image: {
  15302. source: "./media/characters/de'vout/back.svg",
  15303. extra: 1443 / 1328
  15304. }
  15305. },
  15306. frontDressed: {
  15307. height: math.unit(9.5, "feet"),
  15308. weight: math.unit(600, "lb"),
  15309. name: "Front (Dressed",
  15310. image: {
  15311. source: "./media/characters/de'vout/front-dressed.svg",
  15312. extra: 1443 / 1328,
  15313. bottom: 0.025
  15314. }
  15315. },
  15316. backDressed: {
  15317. height: math.unit(9.5, "feet"),
  15318. weight: math.unit(600, "lb"),
  15319. name: "Back (Dressed",
  15320. image: {
  15321. source: "./media/characters/de'vout/back-dressed.svg",
  15322. extra: 1443 / 1328
  15323. }
  15324. },
  15325. },
  15326. [
  15327. {
  15328. name: "Normal",
  15329. height: math.unit(9.5, "feet"),
  15330. default: true
  15331. },
  15332. ]
  15333. ))
  15334. characterMakers.push(() => makeCharacter(
  15335. { name: "Talana" },
  15336. {
  15337. front: {
  15338. height: math.unit(8, "feet"),
  15339. weight: math.unit(225, "lb"),
  15340. name: "Front",
  15341. image: {
  15342. source: "./media/characters/talana/front.svg",
  15343. extra: 1410 / 1300,
  15344. bottom: 0.015
  15345. }
  15346. },
  15347. frontDressed: {
  15348. height: math.unit(8, "feet"),
  15349. weight: math.unit(225, "lb"),
  15350. name: "Front (Dressed",
  15351. image: {
  15352. source: "./media/characters/talana/front-dressed.svg",
  15353. extra: 1410 / 1300,
  15354. bottom: 0.015
  15355. }
  15356. },
  15357. },
  15358. [
  15359. {
  15360. name: "Normal",
  15361. height: math.unit(8, "feet"),
  15362. default: true
  15363. },
  15364. ]
  15365. ))
  15366. characterMakers.push(() => makeCharacter(
  15367. { name: "Xeauvok" },
  15368. {
  15369. side: {
  15370. height: math.unit(7.2, "feet"),
  15371. weight: math.unit(150, "lb"),
  15372. name: "Side",
  15373. image: {
  15374. source: "./media/characters/xeauvok/side.svg",
  15375. extra: 1975 / 1523,
  15376. bottom: 0.07
  15377. }
  15378. },
  15379. },
  15380. [
  15381. {
  15382. name: "Normal",
  15383. height: math.unit(7.2, "feet"),
  15384. default: true
  15385. },
  15386. ]
  15387. ))
  15388. characterMakers.push(() => makeCharacter(
  15389. { name: "Zara" },
  15390. {
  15391. side: {
  15392. height: math.unit(10, "feet"),
  15393. weight: math.unit(900, "kg"),
  15394. name: "Side",
  15395. image: {
  15396. source: "./media/characters/zara/side.svg",
  15397. extra: 504 / 498
  15398. }
  15399. },
  15400. },
  15401. [
  15402. {
  15403. name: "Normal",
  15404. height: math.unit(10, "feet"),
  15405. default: true
  15406. },
  15407. ]
  15408. ))
  15409. characterMakers.push(() => makeCharacter(
  15410. { name: "Richard (Dragon)" },
  15411. {
  15412. side: {
  15413. height: math.unit(6, "feet"),
  15414. weight: math.unit(150, "lb"),
  15415. name: "Side",
  15416. image: {
  15417. source: "./media/characters/richard-dragon/side.svg",
  15418. extra: 845 / 340,
  15419. bottom: 0.017
  15420. }
  15421. },
  15422. maw: {
  15423. height: math.unit(2.97, "feet"),
  15424. name: "Maw",
  15425. image: {
  15426. source: "./media/characters/richard-dragon/maw.svg"
  15427. }
  15428. },
  15429. },
  15430. [
  15431. ]
  15432. ))
  15433. characterMakers.push(() => makeCharacter(
  15434. { name: "Richard (Smeargle)" },
  15435. {
  15436. front: {
  15437. height: math.unit(4, "feet"),
  15438. weight: math.unit(100, "lb"),
  15439. name: "Front",
  15440. image: {
  15441. source: "./media/characters/richard-smeargle/front.svg",
  15442. extra: 2952 / 2820,
  15443. bottom: 0.028
  15444. }
  15445. },
  15446. },
  15447. [
  15448. {
  15449. name: "Normal",
  15450. height: math.unit(4, "feet"),
  15451. default: true
  15452. },
  15453. {
  15454. name: "Dynamax",
  15455. height: math.unit(20, "meters")
  15456. },
  15457. ]
  15458. ))
  15459. characterMakers.push(() => makeCharacter(
  15460. { name: "Klay" },
  15461. {
  15462. front: {
  15463. height: math.unit(6, "feet"),
  15464. weight: math.unit(110, "lb"),
  15465. name: "Front",
  15466. image: {
  15467. source: "./media/characters/klay/front.svg",
  15468. extra: 962 / 883,
  15469. bottom: 0.04
  15470. }
  15471. },
  15472. back: {
  15473. height: math.unit(6, "feet"),
  15474. weight: math.unit(110, "lb"),
  15475. name: "Back",
  15476. image: {
  15477. source: "./media/characters/klay/back.svg",
  15478. extra: 962 / 883
  15479. }
  15480. },
  15481. beans: {
  15482. height: math.unit(1.15, "feet"),
  15483. name: "Beans",
  15484. image: {
  15485. source: "./media/characters/klay/beans.svg"
  15486. }
  15487. },
  15488. },
  15489. [
  15490. {
  15491. name: "Micro",
  15492. height: math.unit(6, "inches")
  15493. },
  15494. {
  15495. name: "Mini",
  15496. height: math.unit(3, "feet")
  15497. },
  15498. {
  15499. name: "Normal",
  15500. height: math.unit(6, "feet"),
  15501. default: true
  15502. },
  15503. {
  15504. name: "Big",
  15505. height: math.unit(25, "feet")
  15506. },
  15507. {
  15508. name: "Macro",
  15509. height: math.unit(100, "feet")
  15510. },
  15511. {
  15512. name: "Megamacro",
  15513. height: math.unit(400, "feet")
  15514. },
  15515. ]
  15516. ))
  15517. characterMakers.push(() => makeCharacter(
  15518. { name: "Marcus" },
  15519. {
  15520. front: {
  15521. height: math.unit(6, "feet"),
  15522. weight: math.unit(160, "lb"),
  15523. name: "Front",
  15524. image: {
  15525. source: "./media/characters/marcus/front.svg",
  15526. extra: 734 / 676,
  15527. bottom: 0.03
  15528. }
  15529. },
  15530. },
  15531. [
  15532. {
  15533. name: "Little",
  15534. height: math.unit(6, "feet")
  15535. },
  15536. {
  15537. name: "Normal",
  15538. height: math.unit(110, "feet"),
  15539. default: true
  15540. },
  15541. {
  15542. name: "Macro",
  15543. height: math.unit(250, "feet")
  15544. },
  15545. {
  15546. name: "Megamacro",
  15547. height: math.unit(1000, "feet")
  15548. },
  15549. ]
  15550. ))
  15551. characterMakers.push(() => makeCharacter(
  15552. { name: "Claude DelRoute" },
  15553. {
  15554. front: {
  15555. height: math.unit(7, "feet"),
  15556. weight: math.unit(275, "lb"),
  15557. name: "Front",
  15558. image: {
  15559. source: "./media/characters/claude-delroute/front.svg",
  15560. extra: 230 / 214,
  15561. bottom: 0.007
  15562. }
  15563. },
  15564. side: {
  15565. height: math.unit(7, "feet"),
  15566. weight: math.unit(275, "lb"),
  15567. name: "Side",
  15568. image: {
  15569. source: "./media/characters/claude-delroute/side.svg",
  15570. extra: 222 / 214,
  15571. bottom: 0.01
  15572. }
  15573. },
  15574. back: {
  15575. height: math.unit(7, "feet"),
  15576. weight: math.unit(275, "lb"),
  15577. name: "Back",
  15578. image: {
  15579. source: "./media/characters/claude-delroute/back.svg",
  15580. extra: 230 / 214,
  15581. bottom: 0.015
  15582. }
  15583. },
  15584. maw: {
  15585. height: math.unit(0.6407, "meters"),
  15586. name: "Maw",
  15587. image: {
  15588. source: "./media/characters/claude-delroute/maw.svg"
  15589. }
  15590. },
  15591. },
  15592. [
  15593. {
  15594. name: "Normal",
  15595. height: math.unit(7, "feet"),
  15596. default: true
  15597. },
  15598. {
  15599. name: "Lorge",
  15600. height: math.unit(20, "feet")
  15601. },
  15602. ]
  15603. ))
  15604. characterMakers.push(() => makeCharacter(
  15605. { name: "Dragonien" },
  15606. {
  15607. front: {
  15608. height: math.unit(8 + 4 / 12, "feet"),
  15609. weight: math.unit(600, "lb"),
  15610. name: "Front",
  15611. image: {
  15612. source: "./media/characters/dragonien/front.svg",
  15613. extra: 100 / 94,
  15614. bottom: 3.3 / 103.3445
  15615. }
  15616. },
  15617. back: {
  15618. height: math.unit(8 + 4 / 12, "feet"),
  15619. weight: math.unit(600, "lb"),
  15620. name: "Back",
  15621. image: {
  15622. source: "./media/characters/dragonien/back.svg",
  15623. extra: 776 / 746,
  15624. bottom: 6.4 / 782.0616
  15625. }
  15626. },
  15627. foot: {
  15628. height: math.unit(1.54, "feet"),
  15629. name: "Foot",
  15630. image: {
  15631. source: "./media/characters/dragonien/foot.svg",
  15632. }
  15633. },
  15634. },
  15635. [
  15636. {
  15637. name: "Normal",
  15638. height: math.unit(8 + 4 / 12, "feet"),
  15639. default: true
  15640. },
  15641. {
  15642. name: "Macro",
  15643. height: math.unit(200, "feet")
  15644. },
  15645. {
  15646. name: "Megamacro",
  15647. height: math.unit(1, "mile")
  15648. },
  15649. {
  15650. name: "Gigamacro",
  15651. height: math.unit(1000, "miles")
  15652. },
  15653. ]
  15654. ))
  15655. characterMakers.push(() => makeCharacter(
  15656. { name: "Desta" },
  15657. {
  15658. front: {
  15659. height: math.unit(5 + 2 / 12, "feet"),
  15660. weight: math.unit(110, "lb"),
  15661. name: "Front",
  15662. image: {
  15663. source: "./media/characters/desta/front.svg",
  15664. extra: 1482 / 1417
  15665. }
  15666. },
  15667. side: {
  15668. height: math.unit(5 + 2 / 12, "feet"),
  15669. weight: math.unit(110, "lb"),
  15670. name: "Side",
  15671. image: {
  15672. source: "./media/characters/desta/side.svg",
  15673. extra: 2579 / 2491,
  15674. bottom: 0.053
  15675. }
  15676. },
  15677. },
  15678. [
  15679. {
  15680. name: "Micro",
  15681. height: math.unit(6, "inches")
  15682. },
  15683. {
  15684. name: "Normal",
  15685. height: math.unit(5 + 2 / 12, "feet"),
  15686. default: true
  15687. },
  15688. {
  15689. name: "Macro",
  15690. height: math.unit(62, "feet")
  15691. },
  15692. {
  15693. name: "Megamacro",
  15694. height: math.unit(1800, "feet")
  15695. },
  15696. ]
  15697. ))
  15698. characterMakers.push(() => makeCharacter(
  15699. { name: "Storm Alystar" },
  15700. {
  15701. front: {
  15702. height: math.unit(10, "feet"),
  15703. weight: math.unit(700, "lb"),
  15704. name: "Front",
  15705. image: {
  15706. source: "./media/characters/storm-alystar/front.svg",
  15707. extra: 2112 / 1898,
  15708. bottom: 0.034
  15709. }
  15710. },
  15711. },
  15712. [
  15713. {
  15714. name: "Micro",
  15715. height: math.unit(3.5, "inches")
  15716. },
  15717. {
  15718. name: "Normal",
  15719. height: math.unit(10, "feet"),
  15720. default: true
  15721. },
  15722. {
  15723. name: "Macro",
  15724. height: math.unit(400, "feet")
  15725. },
  15726. {
  15727. name: "Deific",
  15728. height: math.unit(60, "miles")
  15729. },
  15730. ]
  15731. ))
  15732. characterMakers.push(() => makeCharacter(
  15733. { name: "Ilia" },
  15734. {
  15735. front: {
  15736. height: math.unit(2.35, "meters"),
  15737. weight: math.unit(119, "kg"),
  15738. name: "Front",
  15739. image: {
  15740. source: "./media/characters/ilia/front.svg",
  15741. extra: 1285 / 1255,
  15742. bottom: 0.06
  15743. }
  15744. },
  15745. },
  15746. [
  15747. {
  15748. name: "Normal",
  15749. height: math.unit(2.35, "meters")
  15750. },
  15751. {
  15752. name: "Macro",
  15753. height: math.unit(140, "meters"),
  15754. default: true
  15755. },
  15756. {
  15757. name: "Megamacro",
  15758. height: math.unit(100, "miles")
  15759. },
  15760. ]
  15761. ))
  15762. characterMakers.push(() => makeCharacter(
  15763. { name: "KingDead" },
  15764. {
  15765. front: {
  15766. height: math.unit(6 + 5 / 12, "feet"),
  15767. weight: math.unit(190, "lb"),
  15768. name: "Front",
  15769. image: {
  15770. source: "./media/characters/kingdead/front.svg",
  15771. extra: 1228 / 1177
  15772. }
  15773. },
  15774. },
  15775. [
  15776. {
  15777. name: "Micro",
  15778. height: math.unit(7, "inches")
  15779. },
  15780. {
  15781. name: "Normal",
  15782. height: math.unit(6 + 5 / 12, "feet")
  15783. },
  15784. {
  15785. name: "Macro",
  15786. height: math.unit(150, "feet"),
  15787. default: true
  15788. },
  15789. {
  15790. name: "Megamacro",
  15791. height: math.unit(200, "miles")
  15792. },
  15793. ]
  15794. ))
  15795. characterMakers.push(() => makeCharacter(
  15796. { name: "Kyrehx" },
  15797. {
  15798. front: {
  15799. height: math.unit(8, "feet"),
  15800. weight: math.unit(600, "lb"),
  15801. name: "Front",
  15802. image: {
  15803. source: "./media/characters/kyrehx/front.svg",
  15804. extra: 1195 / 1095,
  15805. bottom: 0.034
  15806. }
  15807. },
  15808. },
  15809. [
  15810. {
  15811. name: "Micro",
  15812. height: math.unit(2, "inches")
  15813. },
  15814. {
  15815. name: "Normal",
  15816. height: math.unit(8, "feet"),
  15817. default: true
  15818. },
  15819. {
  15820. name: "Macro",
  15821. height: math.unit(255, "feet")
  15822. },
  15823. ]
  15824. ))
  15825. characterMakers.push(() => makeCharacter(
  15826. { name: "Xang" },
  15827. {
  15828. front: {
  15829. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15830. weight: math.unit(184, "lb"),
  15831. name: "Front",
  15832. image: {
  15833. source: "./media/characters/xang/front.svg",
  15834. extra: 845 / 755
  15835. }
  15836. },
  15837. },
  15838. [
  15839. {
  15840. name: "Normal",
  15841. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15842. default: true
  15843. },
  15844. {
  15845. name: "Macro",
  15846. height: math.unit(0.935 * 146, "feet")
  15847. },
  15848. {
  15849. name: "Megamacro",
  15850. height: math.unit(0.935 * 3, "miles")
  15851. },
  15852. ]
  15853. ))
  15854. characterMakers.push(() => makeCharacter(
  15855. { name: "Doc Weardno" },
  15856. {
  15857. frontDressed: {
  15858. height: math.unit(5 + 7 / 12, "feet"),
  15859. weight: math.unit(140, "lb"),
  15860. name: "Front (Dressed)",
  15861. image: {
  15862. source: "./media/characters/doc-weardno/front-dressed.svg",
  15863. extra: 263 / 234
  15864. }
  15865. },
  15866. backDressed: {
  15867. height: math.unit(5 + 7 / 12, "feet"),
  15868. weight: math.unit(140, "lb"),
  15869. name: "Back (Dressed)",
  15870. image: {
  15871. source: "./media/characters/doc-weardno/back-dressed.svg",
  15872. extra: 266 / 238
  15873. }
  15874. },
  15875. front: {
  15876. height: math.unit(5 + 7 / 12, "feet"),
  15877. weight: math.unit(140, "lb"),
  15878. name: "Front",
  15879. image: {
  15880. source: "./media/characters/doc-weardno/front.svg",
  15881. extra: 254 / 233
  15882. }
  15883. },
  15884. },
  15885. [
  15886. {
  15887. name: "Micro",
  15888. height: math.unit(3, "inches")
  15889. },
  15890. {
  15891. name: "Normal",
  15892. height: math.unit(5 + 7 / 12, "feet"),
  15893. default: true
  15894. },
  15895. {
  15896. name: "Macro",
  15897. height: math.unit(25, "feet")
  15898. },
  15899. {
  15900. name: "Megamacro",
  15901. height: math.unit(2, "miles")
  15902. },
  15903. ]
  15904. ))
  15905. characterMakers.push(() => makeCharacter(
  15906. { name: "Seth Whilst" },
  15907. {
  15908. front: {
  15909. height: math.unit(6 + 2 / 12, "feet"),
  15910. weight: math.unit(153, "lb"),
  15911. name: "Front",
  15912. image: {
  15913. source: "./media/characters/seth-whilst/front.svg",
  15914. bottom: 0.07
  15915. }
  15916. },
  15917. },
  15918. [
  15919. {
  15920. name: "Micro",
  15921. height: math.unit(5, "inches")
  15922. },
  15923. {
  15924. name: "Normal",
  15925. height: math.unit(6 + 2 / 12, "feet"),
  15926. default: true
  15927. },
  15928. ]
  15929. ))
  15930. characterMakers.push(() => makeCharacter(
  15931. { name: "Pocket Jabari" },
  15932. {
  15933. front: {
  15934. height: math.unit(3, "inches"),
  15935. weight: math.unit(8, "grams"),
  15936. name: "Front",
  15937. image: {
  15938. source: "./media/characters/pocket-jabari/front.svg",
  15939. extra: 1024 / 974,
  15940. bottom: 0.039
  15941. }
  15942. },
  15943. },
  15944. [
  15945. {
  15946. name: "Minimicro",
  15947. height: math.unit(8, "mm")
  15948. },
  15949. {
  15950. name: "Micro",
  15951. height: math.unit(3, "inches"),
  15952. default: true
  15953. },
  15954. {
  15955. name: "Normal",
  15956. height: math.unit(3, "feet")
  15957. },
  15958. ]
  15959. ))
  15960. characterMakers.push(() => makeCharacter(
  15961. { name: "Sapphy" },
  15962. {
  15963. front: {
  15964. height: math.unit(15, "feet"),
  15965. weight: math.unit(3280, "lb"),
  15966. name: "Front",
  15967. image: {
  15968. source: "./media/characters/sapphy/front.svg",
  15969. extra: 671 / 577,
  15970. bottom: 0.085
  15971. }
  15972. },
  15973. back: {
  15974. height: math.unit(15, "feet"),
  15975. weight: math.unit(3280, "lb"),
  15976. name: "Back",
  15977. image: {
  15978. source: "./media/characters/sapphy/back.svg",
  15979. extra: 631 / 607,
  15980. bottom: 0.045
  15981. }
  15982. },
  15983. },
  15984. [
  15985. {
  15986. name: "Normal",
  15987. height: math.unit(15, "feet")
  15988. },
  15989. {
  15990. name: "Casual Macro",
  15991. height: math.unit(120, "feet")
  15992. },
  15993. {
  15994. name: "Macro",
  15995. height: math.unit(2150, "feet"),
  15996. default: true
  15997. },
  15998. {
  15999. name: "Megamacro",
  16000. height: math.unit(8, "miles")
  16001. },
  16002. {
  16003. name: "Galaxy Mom",
  16004. height: math.unit(6, "megalightyears")
  16005. },
  16006. ]
  16007. ))
  16008. characterMakers.push(() => makeCharacter(
  16009. { name: "Kiro" },
  16010. {
  16011. front: {
  16012. height: math.unit(6, "feet"),
  16013. weight: math.unit(170, "lb"),
  16014. name: "Front",
  16015. image: {
  16016. source: "./media/characters/kiro/front.svg",
  16017. extra: 1064 / 1012,
  16018. bottom: 0.052
  16019. }
  16020. },
  16021. },
  16022. [
  16023. {
  16024. name: "Micro",
  16025. height: math.unit(6, "inches")
  16026. },
  16027. {
  16028. name: "Normal",
  16029. height: math.unit(6, "feet"),
  16030. default: true
  16031. },
  16032. {
  16033. name: "Macro",
  16034. height: math.unit(72, "feet")
  16035. },
  16036. ]
  16037. ))
  16038. characterMakers.push(() => makeCharacter(
  16039. { name: "Irishfox" },
  16040. {
  16041. front: {
  16042. height: math.unit(5 + 9 / 12, "feet"),
  16043. weight: math.unit(175, "lb"),
  16044. name: "Front",
  16045. image: {
  16046. source: "./media/characters/irishfox/front.svg",
  16047. extra: 1912 / 1680,
  16048. bottom: 0.02
  16049. }
  16050. },
  16051. },
  16052. [
  16053. {
  16054. name: "Nano",
  16055. height: math.unit(1, "mm")
  16056. },
  16057. {
  16058. name: "Micro",
  16059. height: math.unit(2, "inches")
  16060. },
  16061. {
  16062. name: "Normal",
  16063. height: math.unit(5 + 9 / 12, "feet"),
  16064. default: true
  16065. },
  16066. {
  16067. name: "Macro",
  16068. height: math.unit(45, "feet")
  16069. },
  16070. ]
  16071. ))
  16072. characterMakers.push(() => makeCharacter(
  16073. { name: "Aronai Sieyes" },
  16074. {
  16075. front: {
  16076. height: math.unit(6 + 1 / 12, "feet"),
  16077. weight: math.unit(150, "lb"),
  16078. name: "Front",
  16079. image: {
  16080. source: "./media/characters/aronai-sieyes/front.svg",
  16081. extra: 1556 / 1480,
  16082. bottom: 0.015
  16083. }
  16084. },
  16085. side: {
  16086. height: math.unit(6 + 1 / 12, "feet"),
  16087. weight: math.unit(150, "lb"),
  16088. name: "Side",
  16089. image: {
  16090. source: "./media/characters/aronai-sieyes/side.svg",
  16091. extra: 1433 / 1390,
  16092. bottom: 0.0393
  16093. }
  16094. },
  16095. back: {
  16096. height: math.unit(6 + 1 / 12, "feet"),
  16097. weight: math.unit(150, "lb"),
  16098. name: "Back",
  16099. image: {
  16100. source: "./media/characters/aronai-sieyes/back.svg",
  16101. extra: 1544 / 1494,
  16102. bottom: 0.02
  16103. }
  16104. },
  16105. frontClothed: {
  16106. height: math.unit(6 + 1 / 12, "feet"),
  16107. weight: math.unit(150, "lb"),
  16108. name: "Front (Clothed)",
  16109. image: {
  16110. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16111. extra: 1582 / 1527
  16112. }
  16113. },
  16114. feral: {
  16115. height: math.unit(18, "feet"),
  16116. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16117. name: "Feral",
  16118. image: {
  16119. source: "./media/characters/aronai-sieyes/feral.svg",
  16120. extra: 1530 / 1240,
  16121. bottom: 0.035
  16122. }
  16123. },
  16124. },
  16125. [
  16126. {
  16127. name: "Micro",
  16128. height: math.unit(2, "inches")
  16129. },
  16130. {
  16131. name: "Normal",
  16132. height: math.unit(6 + 1 / 12, "feet"),
  16133. default: true
  16134. }
  16135. ]
  16136. ))
  16137. characterMakers.push(() => makeCharacter(
  16138. { name: "Xuna" },
  16139. {
  16140. front: {
  16141. height: math.unit(12, "feet"),
  16142. weight: math.unit(410, "kg"),
  16143. name: "Front",
  16144. image: {
  16145. source: "./media/characters/xuna/front.svg",
  16146. extra: 2184 / 1980
  16147. }
  16148. },
  16149. side: {
  16150. height: math.unit(12, "feet"),
  16151. weight: math.unit(410, "kg"),
  16152. name: "Side",
  16153. image: {
  16154. source: "./media/characters/xuna/side.svg",
  16155. extra: 2184 / 1980
  16156. }
  16157. },
  16158. back: {
  16159. height: math.unit(12, "feet"),
  16160. weight: math.unit(410, "kg"),
  16161. name: "Back",
  16162. image: {
  16163. source: "./media/characters/xuna/back.svg",
  16164. extra: 2184 / 1980
  16165. }
  16166. },
  16167. },
  16168. [
  16169. {
  16170. name: "Nano glow",
  16171. height: math.unit(10, "nm")
  16172. },
  16173. {
  16174. name: "Micro floof",
  16175. height: math.unit(0.3, "m")
  16176. },
  16177. {
  16178. name: "Huggable softy boi",
  16179. height: math.unit(3.6576, "m"),
  16180. default: true
  16181. },
  16182. {
  16183. name: "Admirable floof",
  16184. height: math.unit(80, "meters")
  16185. },
  16186. {
  16187. name: "Gentle macro",
  16188. height: math.unit(300, "meters")
  16189. },
  16190. {
  16191. name: "Very careful floof",
  16192. height: math.unit(3200, "meters")
  16193. },
  16194. {
  16195. name: "The mega floof",
  16196. height: math.unit(36000, "meters")
  16197. },
  16198. {
  16199. name: "Giga-fur-Wicker",
  16200. height: math.unit(4800000, "meters")
  16201. },
  16202. {
  16203. name: "Licky world",
  16204. height: math.unit(20000000, "meters")
  16205. },
  16206. {
  16207. name: "Floofy cyan sun",
  16208. height: math.unit(1500000000, "meters")
  16209. },
  16210. {
  16211. name: "Milky Wicker",
  16212. height: math.unit(1000000000000000000000, "meters")
  16213. },
  16214. {
  16215. name: "The observing Wicker",
  16216. height: math.unit(999999999999999999999999999, "meters")
  16217. },
  16218. ]
  16219. ))
  16220. characterMakers.push(() => makeCharacter(
  16221. { name: "Arokha Sieyes" },
  16222. {
  16223. front: {
  16224. height: math.unit(5 + 9 / 12, "feet"),
  16225. weight: math.unit(150, "lb"),
  16226. name: "Front",
  16227. image: {
  16228. source: "./media/characters/arokha-sieyes/front.svg",
  16229. extra: 1425 / 1284,
  16230. bottom: 0.05
  16231. }
  16232. },
  16233. },
  16234. [
  16235. {
  16236. name: "Normal",
  16237. height: math.unit(5 + 9 / 12, "feet")
  16238. },
  16239. {
  16240. name: "Macro",
  16241. height: math.unit(30, "meters"),
  16242. default: true
  16243. },
  16244. ]
  16245. ))
  16246. characterMakers.push(() => makeCharacter(
  16247. { name: "Arokh Sieyes" },
  16248. {
  16249. front: {
  16250. height: math.unit(6, "feet"),
  16251. weight: math.unit(180, "lb"),
  16252. name: "Front",
  16253. image: {
  16254. source: "./media/characters/arokh-sieyes/front.svg",
  16255. extra: 1830 / 1769,
  16256. bottom: 0.01
  16257. }
  16258. },
  16259. },
  16260. [
  16261. {
  16262. name: "Normal",
  16263. height: math.unit(6, "feet")
  16264. },
  16265. {
  16266. name: "Macro",
  16267. height: math.unit(30, "meters"),
  16268. default: true
  16269. },
  16270. ]
  16271. ))
  16272. characterMakers.push(() => makeCharacter(
  16273. { name: "Goldeneye" },
  16274. {
  16275. side: {
  16276. height: math.unit(13 + 1 / 12, "feet"),
  16277. weight: math.unit(8.5, "tonnes"),
  16278. name: "Side",
  16279. image: {
  16280. source: "./media/characters/goldeneye/side.svg",
  16281. extra: 1182 / 778,
  16282. bottom: 0.067
  16283. }
  16284. },
  16285. paw: {
  16286. height: math.unit(3.4, "feet"),
  16287. name: "Paw",
  16288. image: {
  16289. source: "./media/characters/goldeneye/paw.svg"
  16290. }
  16291. },
  16292. },
  16293. [
  16294. {
  16295. name: "Normal",
  16296. height: math.unit(13 + 1 / 12, "feet"),
  16297. default: true
  16298. },
  16299. ]
  16300. ))
  16301. characterMakers.push(() => makeCharacter(
  16302. { name: "Leonardo Lycheborne" },
  16303. {
  16304. front: {
  16305. height: math.unit(6 + 1 / 12, "feet"),
  16306. weight: math.unit(210, "lb"),
  16307. name: "Front",
  16308. image: {
  16309. source: "./media/characters/leonardo-lycheborne/front.svg",
  16310. extra: 390 / 365,
  16311. bottom: 0.032
  16312. }
  16313. },
  16314. side: {
  16315. height: math.unit(6 + 1 / 12, "feet"),
  16316. weight: math.unit(210, "lb"),
  16317. name: "Side",
  16318. image: {
  16319. source: "./media/characters/leonardo-lycheborne/side.svg",
  16320. extra: 390 / 365,
  16321. bottom: 0.005
  16322. }
  16323. },
  16324. back: {
  16325. height: math.unit(6 + 1 / 12, "feet"),
  16326. weight: math.unit(210, "lb"),
  16327. name: "Back",
  16328. image: {
  16329. source: "./media/characters/leonardo-lycheborne/back.svg",
  16330. extra: 392 / 366,
  16331. bottom: 0.01
  16332. }
  16333. },
  16334. hand: {
  16335. height: math.unit(1.08, "feet"),
  16336. name: "Hand",
  16337. image: {
  16338. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16339. }
  16340. },
  16341. foot: {
  16342. height: math.unit(1.32, "feet"),
  16343. name: "Foot",
  16344. image: {
  16345. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16346. }
  16347. },
  16348. were: {
  16349. height: math.unit(20, "feet"),
  16350. weight: math.unit(7800, "lb"),
  16351. name: "Were",
  16352. image: {
  16353. source: "./media/characters/leonardo-lycheborne/were.svg",
  16354. extra: 308 / 294,
  16355. bottom: 0.048
  16356. }
  16357. },
  16358. feral: {
  16359. height: math.unit(7.5, "feet"),
  16360. weight: math.unit(600, "lb"),
  16361. name: "Feral",
  16362. image: {
  16363. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16364. extra: 210 / 186,
  16365. bottom: 0.108
  16366. }
  16367. },
  16368. taur: {
  16369. height: math.unit(11, "feet"),
  16370. weight: math.unit(3300, "lb"),
  16371. name: "Taur",
  16372. image: {
  16373. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16374. extra: 320 / 303,
  16375. bottom: 0.025
  16376. }
  16377. },
  16378. barghest: {
  16379. height: math.unit(11, "feet"),
  16380. weight: math.unit(1300, "lb"),
  16381. name: "Barghest",
  16382. image: {
  16383. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16384. extra: 323 / 302,
  16385. bottom: 0.027
  16386. }
  16387. },
  16388. dick: {
  16389. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16390. name: "Dick",
  16391. image: {
  16392. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16393. }
  16394. },
  16395. dickWere: {
  16396. height: math.unit((20) / 3.8, "feet"),
  16397. name: "Dick (Were)",
  16398. image: {
  16399. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16400. }
  16401. },
  16402. },
  16403. [
  16404. {
  16405. name: "Normal",
  16406. height: math.unit(6 + 1 / 12, "feet"),
  16407. default: true
  16408. },
  16409. ]
  16410. ))
  16411. characterMakers.push(() => makeCharacter(
  16412. { name: "Jet" },
  16413. {
  16414. front: {
  16415. height: math.unit(10, "feet"),
  16416. weight: math.unit(350, "lb"),
  16417. name: "Front",
  16418. image: {
  16419. source: "./media/characters/jet/front.svg",
  16420. extra: 2050 / 1980,
  16421. bottom: 0.013
  16422. }
  16423. },
  16424. back: {
  16425. height: math.unit(10, "feet"),
  16426. weight: math.unit(350, "lb"),
  16427. name: "Back",
  16428. image: {
  16429. source: "./media/characters/jet/back.svg",
  16430. extra: 2050 / 1980,
  16431. bottom: 0.013
  16432. }
  16433. },
  16434. },
  16435. [
  16436. {
  16437. name: "Micro",
  16438. height: math.unit(6, "inches")
  16439. },
  16440. {
  16441. name: "Normal",
  16442. height: math.unit(10, "feet"),
  16443. default: true
  16444. },
  16445. {
  16446. name: "Macro",
  16447. height: math.unit(100, "feet")
  16448. },
  16449. ]
  16450. ))
  16451. characterMakers.push(() => makeCharacter(
  16452. { name: "Tanarath" },
  16453. {
  16454. front: {
  16455. height: math.unit(15, "feet"),
  16456. weight: math.unit(2800, "lb"),
  16457. name: "Front",
  16458. image: {
  16459. source: "./media/characters/tanarath/front.svg",
  16460. extra: 2392 / 2220,
  16461. bottom: 0.03
  16462. }
  16463. },
  16464. back: {
  16465. height: math.unit(15, "feet"),
  16466. weight: math.unit(2800, "lb"),
  16467. name: "Back",
  16468. image: {
  16469. source: "./media/characters/tanarath/back.svg",
  16470. extra: 2392 / 2220,
  16471. bottom: 0.03
  16472. }
  16473. },
  16474. },
  16475. [
  16476. {
  16477. name: "Normal",
  16478. height: math.unit(15, "feet"),
  16479. default: true
  16480. },
  16481. ]
  16482. ))
  16483. characterMakers.push(() => makeCharacter(
  16484. { name: "Patty CattyBatty" },
  16485. {
  16486. front: {
  16487. height: math.unit(7 + 1 / 12, "feet"),
  16488. weight: math.unit(175, "lb"),
  16489. name: "Front",
  16490. image: {
  16491. source: "./media/characters/patty-cattybatty/front.svg",
  16492. extra: 908 / 874,
  16493. bottom: 0.025
  16494. }
  16495. },
  16496. },
  16497. [
  16498. {
  16499. name: "Micro",
  16500. height: math.unit(1, "inch")
  16501. },
  16502. {
  16503. name: "Normal",
  16504. height: math.unit(7 + 1 / 12, "feet")
  16505. },
  16506. {
  16507. name: "Mini Macro",
  16508. height: math.unit(155, "feet")
  16509. },
  16510. {
  16511. name: "Macro",
  16512. height: math.unit(1077, "feet")
  16513. },
  16514. {
  16515. name: "Mega Macro",
  16516. height: math.unit(47650, "feet"),
  16517. default: true
  16518. },
  16519. {
  16520. name: "Giga Macro",
  16521. height: math.unit(440, "miles")
  16522. },
  16523. {
  16524. name: "Tera Macro",
  16525. height: math.unit(8700, "miles")
  16526. },
  16527. {
  16528. name: "Planetary Macro",
  16529. height: math.unit(32700, "miles")
  16530. },
  16531. {
  16532. name: "Solar Macro",
  16533. height: math.unit(550000, "miles")
  16534. },
  16535. {
  16536. name: "Celestial Macro",
  16537. height: math.unit(2.5, "AU")
  16538. },
  16539. ]
  16540. ))
  16541. characterMakers.push(() => makeCharacter(
  16542. { name: "Cappu" },
  16543. {
  16544. front: {
  16545. height: math.unit(4 + 5 / 12, "feet"),
  16546. weight: math.unit(90, "lb"),
  16547. name: "Front",
  16548. image: {
  16549. source: "./media/characters/cappu/front.svg",
  16550. extra: 1247 / 1152,
  16551. bottom: 0.012
  16552. }
  16553. },
  16554. },
  16555. [
  16556. {
  16557. name: "Normal",
  16558. height: math.unit(4 + 5 / 12, "feet"),
  16559. default: true
  16560. },
  16561. ]
  16562. ))
  16563. characterMakers.push(() => makeCharacter(
  16564. { name: "Sebi" },
  16565. {
  16566. frontDressed: {
  16567. height: math.unit(70, "cm"),
  16568. weight: math.unit(6, "kg"),
  16569. name: "Front (Dressed)",
  16570. image: {
  16571. source: "./media/characters/sebi/front-dressed.svg",
  16572. extra: 713.5 / 686.5,
  16573. bottom: 0.003
  16574. }
  16575. },
  16576. front: {
  16577. height: math.unit(70, "cm"),
  16578. weight: math.unit(5, "kg"),
  16579. name: "Front",
  16580. image: {
  16581. source: "./media/characters/sebi/front.svg",
  16582. extra: 713.5 / 686.5,
  16583. bottom: 0.003
  16584. }
  16585. }
  16586. },
  16587. [
  16588. {
  16589. name: "Normal",
  16590. height: math.unit(70, "cm"),
  16591. default: true
  16592. },
  16593. {
  16594. name: "Macro",
  16595. height: math.unit(8, "meters")
  16596. },
  16597. ]
  16598. ))
  16599. characterMakers.push(() => makeCharacter(
  16600. { name: "Typhek" },
  16601. {
  16602. front: {
  16603. height: math.unit(6, "feet"),
  16604. weight: math.unit(150, "lb"),
  16605. name: "Front",
  16606. image: {
  16607. source: "./media/characters/typhek/front.svg",
  16608. extra: 1948 / 1929,
  16609. bottom: 0.025
  16610. }
  16611. },
  16612. side: {
  16613. height: math.unit(6, "feet"),
  16614. weight: math.unit(150, "lb"),
  16615. name: "Side",
  16616. image: {
  16617. source: "./media/characters/typhek/side.svg",
  16618. extra: 2034 / 2010,
  16619. bottom: 0.003
  16620. }
  16621. },
  16622. back: {
  16623. height: math.unit(6, "feet"),
  16624. weight: math.unit(150, "lb"),
  16625. name: "Back",
  16626. image: {
  16627. source: "./media/characters/typhek/back.svg",
  16628. extra: 2005 / 1978,
  16629. bottom: 0.004
  16630. }
  16631. },
  16632. palm: {
  16633. height: math.unit(1.2, "feet"),
  16634. name: "Palm",
  16635. image: {
  16636. source: "./media/characters/typhek/palm.svg"
  16637. }
  16638. },
  16639. fist: {
  16640. height: math.unit(1.1, "feet"),
  16641. name: "Fist",
  16642. image: {
  16643. source: "./media/characters/typhek/fist.svg"
  16644. }
  16645. },
  16646. foot: {
  16647. height: math.unit(1.57, "feet"),
  16648. name: "Foot",
  16649. image: {
  16650. source: "./media/characters/typhek/foot.svg"
  16651. }
  16652. },
  16653. sole: {
  16654. height: math.unit(2.05, "feet"),
  16655. name: "Sole",
  16656. image: {
  16657. source: "./media/characters/typhek/sole.svg"
  16658. }
  16659. },
  16660. },
  16661. [
  16662. {
  16663. name: "Macro",
  16664. height: math.unit(40, "stories"),
  16665. default: true
  16666. },
  16667. {
  16668. name: "Megamacro",
  16669. height: math.unit(1, "mile")
  16670. },
  16671. {
  16672. name: "Gigamacro",
  16673. height: math.unit(4000, "solarradii")
  16674. },
  16675. {
  16676. name: "Universal",
  16677. height: math.unit(1.1, "universes")
  16678. }
  16679. ]
  16680. ))
  16681. characterMakers.push(() => makeCharacter(
  16682. { name: "Kassy" },
  16683. {
  16684. side: {
  16685. height: math.unit(5 + 7 / 12, "feet"),
  16686. weight: math.unit(150, "lb"),
  16687. name: "Side",
  16688. image: {
  16689. source: "./media/characters/kassy/side.svg",
  16690. extra: 1280 / 1225,
  16691. bottom: 0.002
  16692. }
  16693. },
  16694. front: {
  16695. height: math.unit(5 + 7 / 12, "feet"),
  16696. weight: math.unit(150, "lb"),
  16697. name: "Front",
  16698. image: {
  16699. source: "./media/characters/kassy/front.svg",
  16700. extra: 1280 / 1225,
  16701. bottom: 0.025
  16702. }
  16703. },
  16704. back: {
  16705. height: math.unit(5 + 7 / 12, "feet"),
  16706. weight: math.unit(150, "lb"),
  16707. name: "Back",
  16708. image: {
  16709. source: "./media/characters/kassy/back.svg",
  16710. extra: 1280 / 1225,
  16711. bottom: 0.002
  16712. }
  16713. },
  16714. foot: {
  16715. height: math.unit(1.266, "feet"),
  16716. name: "Foot",
  16717. image: {
  16718. source: "./media/characters/kassy/foot.svg"
  16719. }
  16720. },
  16721. },
  16722. [
  16723. {
  16724. name: "Normal",
  16725. height: math.unit(5 + 7 / 12, "feet")
  16726. },
  16727. {
  16728. name: "Macro",
  16729. height: math.unit(137, "feet"),
  16730. default: true
  16731. },
  16732. {
  16733. name: "Megamacro",
  16734. height: math.unit(1, "mile")
  16735. },
  16736. ]
  16737. ))
  16738. characterMakers.push(() => makeCharacter(
  16739. { name: "Neil" },
  16740. {
  16741. front: {
  16742. height: math.unit(6 + 1 / 12, "feet"),
  16743. weight: math.unit(200, "lb"),
  16744. name: "Front",
  16745. image: {
  16746. source: "./media/characters/neil/front.svg",
  16747. extra: 1326 / 1250,
  16748. bottom: 0.023
  16749. }
  16750. },
  16751. },
  16752. [
  16753. {
  16754. name: "Normal",
  16755. height: math.unit(6 + 1 / 12, "feet"),
  16756. default: true
  16757. },
  16758. {
  16759. name: "Macro",
  16760. height: math.unit(200, "feet")
  16761. },
  16762. ]
  16763. ))
  16764. characterMakers.push(() => makeCharacter(
  16765. { name: "Atticus" },
  16766. {
  16767. front: {
  16768. height: math.unit(5 + 9 / 12, "feet"),
  16769. weight: math.unit(190, "lb"),
  16770. name: "Front",
  16771. image: {
  16772. source: "./media/characters/atticus/front.svg",
  16773. extra: 2934 / 2785,
  16774. bottom: 0.025
  16775. }
  16776. },
  16777. },
  16778. [
  16779. {
  16780. name: "Normal",
  16781. height: math.unit(5 + 9 / 12, "feet"),
  16782. default: true
  16783. },
  16784. {
  16785. name: "Macro",
  16786. height: math.unit(180, "feet")
  16787. },
  16788. ]
  16789. ))
  16790. characterMakers.push(() => makeCharacter(
  16791. { name: "Milo" },
  16792. {
  16793. side: {
  16794. height: math.unit(9, "feet"),
  16795. weight: math.unit(650, "lb"),
  16796. name: "Side",
  16797. image: {
  16798. source: "./media/characters/milo/side.svg",
  16799. extra: 2644 / 2310,
  16800. bottom: 0.032
  16801. }
  16802. },
  16803. },
  16804. [
  16805. {
  16806. name: "Normal",
  16807. height: math.unit(9, "feet"),
  16808. default: true
  16809. },
  16810. {
  16811. name: "Macro",
  16812. height: math.unit(300, "feet")
  16813. },
  16814. ]
  16815. ))
  16816. characterMakers.push(() => makeCharacter(
  16817. { name: "Ijzer" },
  16818. {
  16819. side: {
  16820. height: math.unit(8, "meters"),
  16821. weight: math.unit(90000, "kg"),
  16822. name: "Side",
  16823. image: {
  16824. source: "./media/characters/ijzer/side.svg",
  16825. extra: 2756 / 1600,
  16826. bottom: 0.01
  16827. }
  16828. },
  16829. },
  16830. [
  16831. {
  16832. name: "Small",
  16833. height: math.unit(3, "meters")
  16834. },
  16835. {
  16836. name: "Normal",
  16837. height: math.unit(8, "meters"),
  16838. default: true
  16839. },
  16840. {
  16841. name: "Normal+",
  16842. height: math.unit(10, "meters")
  16843. },
  16844. {
  16845. name: "Bigger",
  16846. height: math.unit(24, "meters")
  16847. },
  16848. {
  16849. name: "Huge",
  16850. height: math.unit(80, "meters")
  16851. },
  16852. ]
  16853. ))
  16854. characterMakers.push(() => makeCharacter(
  16855. { name: "Luca Cervicum" },
  16856. {
  16857. front: {
  16858. height: math.unit(6 + 2 / 12, "feet"),
  16859. weight: math.unit(153, "lb"),
  16860. name: "Front",
  16861. image: {
  16862. source: "./media/characters/luca-cervicum/front.svg",
  16863. extra: 370 / 327,
  16864. bottom: 0.015
  16865. }
  16866. },
  16867. back: {
  16868. height: math.unit(6 + 2 / 12, "feet"),
  16869. weight: math.unit(153, "lb"),
  16870. name: "Back",
  16871. image: {
  16872. source: "./media/characters/luca-cervicum/back.svg",
  16873. extra: 367 / 333,
  16874. bottom: 0.005
  16875. }
  16876. },
  16877. frontGear: {
  16878. height: math.unit(6 + 2 / 12, "feet"),
  16879. weight: math.unit(173, "lb"),
  16880. name: "Front (Gear)",
  16881. image: {
  16882. source: "./media/characters/luca-cervicum/front-gear.svg",
  16883. extra: 377 / 333,
  16884. bottom: 0.006
  16885. }
  16886. },
  16887. },
  16888. [
  16889. {
  16890. name: "Normal",
  16891. height: math.unit(6 + 2 / 12, "feet"),
  16892. default: true
  16893. },
  16894. ]
  16895. ))
  16896. characterMakers.push(() => makeCharacter(
  16897. { name: "Oliver" },
  16898. {
  16899. front: {
  16900. height: math.unit(6 + 1 / 12, "feet"),
  16901. weight: math.unit(304, "lb"),
  16902. name: "Front",
  16903. image: {
  16904. source: "./media/characters/oliver/front.svg",
  16905. extra: 157 / 143,
  16906. bottom: 0.08
  16907. }
  16908. },
  16909. },
  16910. [
  16911. {
  16912. name: "Normal",
  16913. height: math.unit(6 + 1 / 12, "feet"),
  16914. default: true
  16915. },
  16916. ]
  16917. ))
  16918. characterMakers.push(() => makeCharacter(
  16919. { name: "Shane" },
  16920. {
  16921. front: {
  16922. height: math.unit(5 + 7 / 12, "feet"),
  16923. weight: math.unit(140, "lb"),
  16924. name: "Front",
  16925. image: {
  16926. source: "./media/characters/shane/front.svg",
  16927. extra: 304 / 289,
  16928. bottom: 0.005
  16929. }
  16930. },
  16931. },
  16932. [
  16933. {
  16934. name: "Normal",
  16935. height: math.unit(5 + 7 / 12, "feet"),
  16936. default: true
  16937. },
  16938. ]
  16939. ))
  16940. characterMakers.push(() => makeCharacter(
  16941. { name: "Shin" },
  16942. {
  16943. front: {
  16944. height: math.unit(5 + 9 / 12, "feet"),
  16945. weight: math.unit(178, "lb"),
  16946. name: "Front",
  16947. image: {
  16948. source: "./media/characters/shin/front.svg",
  16949. extra: 159 / 151,
  16950. bottom: 0.015
  16951. }
  16952. },
  16953. },
  16954. [
  16955. {
  16956. name: "Normal",
  16957. height: math.unit(5 + 9 / 12, "feet"),
  16958. default: true
  16959. },
  16960. ]
  16961. ))
  16962. characterMakers.push(() => makeCharacter(
  16963. { name: "Xerxes" },
  16964. {
  16965. front: {
  16966. height: math.unit(5 + 10 / 12, "feet"),
  16967. weight: math.unit(168, "lb"),
  16968. name: "Front",
  16969. image: {
  16970. source: "./media/characters/xerxes/front.svg",
  16971. extra: 282 / 260,
  16972. bottom: 0.045
  16973. }
  16974. },
  16975. },
  16976. [
  16977. {
  16978. name: "Normal",
  16979. height: math.unit(5 + 10 / 12, "feet"),
  16980. default: true
  16981. },
  16982. ]
  16983. ))
  16984. characterMakers.push(() => makeCharacter(
  16985. { name: "Chaska" },
  16986. {
  16987. front: {
  16988. height: math.unit(6 + 7 / 12, "feet"),
  16989. weight: math.unit(208, "lb"),
  16990. name: "Front",
  16991. image: {
  16992. source: "./media/characters/chaska/front.svg",
  16993. extra: 332 / 319,
  16994. bottom: 0.015
  16995. }
  16996. },
  16997. },
  16998. [
  16999. {
  17000. name: "Normal",
  17001. height: math.unit(6 + 7 / 12, "feet"),
  17002. default: true
  17003. },
  17004. ]
  17005. ))
  17006. characterMakers.push(() => makeCharacter(
  17007. { name: "Enuk" },
  17008. {
  17009. front: {
  17010. height: math.unit(5 + 8 / 12, "feet"),
  17011. weight: math.unit(208, "lb"),
  17012. name: "Front",
  17013. image: {
  17014. source: "./media/characters/enuk/front.svg",
  17015. extra: 437 / 406,
  17016. bottom: 0.02
  17017. }
  17018. },
  17019. },
  17020. [
  17021. {
  17022. name: "Normal",
  17023. height: math.unit(5 + 8 / 12, "feet"),
  17024. default: true
  17025. },
  17026. ]
  17027. ))
  17028. characterMakers.push(() => makeCharacter(
  17029. { name: "Bruun" },
  17030. {
  17031. front: {
  17032. height: math.unit(5 + 10 / 12, "feet"),
  17033. weight: math.unit(252, "lb"),
  17034. name: "Front",
  17035. image: {
  17036. source: "./media/characters/bruun/front.svg",
  17037. extra: 197 / 187,
  17038. bottom: 0.012
  17039. }
  17040. },
  17041. },
  17042. [
  17043. {
  17044. name: "Normal",
  17045. height: math.unit(5 + 10 / 12, "feet"),
  17046. default: true
  17047. },
  17048. ]
  17049. ))
  17050. characterMakers.push(() => makeCharacter(
  17051. { name: "Alexeev" },
  17052. {
  17053. front: {
  17054. height: math.unit(6 + 10 / 12, "feet"),
  17055. weight: math.unit(255, "lb"),
  17056. name: "Front",
  17057. image: {
  17058. source: "./media/characters/alexeev/front.svg",
  17059. extra: 213 / 200,
  17060. bottom: 0.05
  17061. }
  17062. },
  17063. },
  17064. [
  17065. {
  17066. name: "Normal",
  17067. height: math.unit(6 + 10 / 12, "feet"),
  17068. default: true
  17069. },
  17070. ]
  17071. ))
  17072. characterMakers.push(() => makeCharacter(
  17073. { name: "Evelyn" },
  17074. {
  17075. front: {
  17076. height: math.unit(2 + 8 / 12, "feet"),
  17077. weight: math.unit(22, "lb"),
  17078. name: "Front",
  17079. image: {
  17080. source: "./media/characters/evelyn/front.svg",
  17081. extra: 208 / 180
  17082. }
  17083. },
  17084. },
  17085. [
  17086. {
  17087. name: "Normal",
  17088. height: math.unit(2 + 8 / 12, "feet"),
  17089. default: true
  17090. },
  17091. ]
  17092. ))
  17093. characterMakers.push(() => makeCharacter(
  17094. { name: "Inca" },
  17095. {
  17096. front: {
  17097. height: math.unit(5 + 9 / 12, "feet"),
  17098. weight: math.unit(139, "lb"),
  17099. name: "Front",
  17100. image: {
  17101. source: "./media/characters/inca/front.svg",
  17102. extra: 294 / 291,
  17103. bottom: 0.03
  17104. }
  17105. },
  17106. },
  17107. [
  17108. {
  17109. name: "Normal",
  17110. height: math.unit(5 + 9 / 12, "feet"),
  17111. default: true
  17112. },
  17113. ]
  17114. ))
  17115. characterMakers.push(() => makeCharacter(
  17116. { name: "Magdalene" },
  17117. {
  17118. front: {
  17119. height: math.unit(5 + 1 / 12, "feet"),
  17120. weight: math.unit(84, "lb"),
  17121. name: "Front",
  17122. image: {
  17123. source: "./media/characters/magdalene/front.svg",
  17124. extra: 293 / 273
  17125. }
  17126. },
  17127. },
  17128. [
  17129. {
  17130. name: "Normal",
  17131. height: math.unit(5 + 1 / 12, "feet"),
  17132. default: true
  17133. },
  17134. ]
  17135. ))
  17136. characterMakers.push(() => makeCharacter(
  17137. { name: "Mera" },
  17138. {
  17139. front: {
  17140. height: math.unit(6 + 3 / 12, "feet"),
  17141. weight: math.unit(185, "lb"),
  17142. name: "Front",
  17143. image: {
  17144. source: "./media/characters/mera/front.svg",
  17145. extra: 291 / 277,
  17146. bottom: 0.03
  17147. }
  17148. },
  17149. },
  17150. [
  17151. {
  17152. name: "Normal",
  17153. height: math.unit(6 + 3 / 12, "feet"),
  17154. default: true
  17155. },
  17156. ]
  17157. ))
  17158. characterMakers.push(() => makeCharacter(
  17159. { name: "Ceres" },
  17160. {
  17161. front: {
  17162. height: math.unit(6 + 7 / 12, "feet"),
  17163. weight: math.unit(160, "lb"),
  17164. name: "Front",
  17165. image: {
  17166. source: "./media/characters/ceres/front.svg",
  17167. extra: 1023 / 950,
  17168. bottom: 0.027
  17169. }
  17170. },
  17171. back: {
  17172. height: math.unit(6 + 7 / 12, "feet"),
  17173. weight: math.unit(160, "lb"),
  17174. name: "Back",
  17175. image: {
  17176. source: "./media/characters/ceres/back.svg",
  17177. extra: 1023 / 950
  17178. }
  17179. },
  17180. },
  17181. [
  17182. {
  17183. name: "Normal",
  17184. height: math.unit(6 + 7 / 12, "feet"),
  17185. default: true
  17186. },
  17187. ]
  17188. ))
  17189. characterMakers.push(() => makeCharacter(
  17190. { name: "Kris" },
  17191. {
  17192. front: {
  17193. height: math.unit(5 + 10 / 12, "feet"),
  17194. weight: math.unit(150, "lb"),
  17195. name: "Front",
  17196. image: {
  17197. source: "./media/characters/kris/front.svg",
  17198. extra: 885 / 803,
  17199. bottom: 0.03
  17200. }
  17201. },
  17202. },
  17203. [
  17204. {
  17205. name: "Normal",
  17206. height: math.unit(5 + 10 / 12, "feet"),
  17207. default: true
  17208. },
  17209. ]
  17210. ))
  17211. characterMakers.push(() => makeCharacter(
  17212. { name: "Taluthus" },
  17213. {
  17214. front: {
  17215. height: math.unit(7, "feet"),
  17216. weight: math.unit(120, "kg"),
  17217. name: "Front",
  17218. image: {
  17219. source: "./media/characters/taluthus/front.svg",
  17220. extra: 903 / 833,
  17221. bottom: 0.015
  17222. }
  17223. },
  17224. },
  17225. [
  17226. {
  17227. name: "Normal",
  17228. height: math.unit(7, "feet"),
  17229. default: true
  17230. },
  17231. {
  17232. name: "Macro",
  17233. height: math.unit(300, "feet")
  17234. },
  17235. ]
  17236. ))
  17237. characterMakers.push(() => makeCharacter(
  17238. { name: "Dawn" },
  17239. {
  17240. front: {
  17241. height: math.unit(5 + 9 / 12, "feet"),
  17242. weight: math.unit(145, "lb"),
  17243. name: "Front",
  17244. image: {
  17245. source: "./media/characters/dawn/front.svg",
  17246. extra: 2094 / 2016,
  17247. bottom: 0.025
  17248. }
  17249. },
  17250. back: {
  17251. height: math.unit(5 + 9 / 12, "feet"),
  17252. weight: math.unit(160, "lb"),
  17253. name: "Back",
  17254. image: {
  17255. source: "./media/characters/dawn/back.svg",
  17256. extra: 2112 / 2080,
  17257. bottom: 0.005
  17258. }
  17259. },
  17260. },
  17261. [
  17262. {
  17263. name: "Normal",
  17264. height: math.unit(6 + 7 / 12, "feet"),
  17265. default: true
  17266. },
  17267. ]
  17268. ))
  17269. characterMakers.push(() => makeCharacter(
  17270. { name: "Arador" },
  17271. {
  17272. anthro: {
  17273. height: math.unit(8 + 3 / 12, "feet"),
  17274. weight: math.unit(450, "lb"),
  17275. name: "Anthro",
  17276. image: {
  17277. source: "./media/characters/arador/anthro.svg",
  17278. extra: 1835 / 1718,
  17279. bottom: 0.025
  17280. }
  17281. },
  17282. feral: {
  17283. height: math.unit(4, "feet"),
  17284. weight: math.unit(200, "lb"),
  17285. name: "Feral",
  17286. image: {
  17287. source: "./media/characters/arador/feral.svg",
  17288. extra: 1683 / 1514,
  17289. bottom: 0.07
  17290. }
  17291. },
  17292. },
  17293. [
  17294. {
  17295. name: "Normal",
  17296. height: math.unit(8 + 3 / 12, "feet")
  17297. },
  17298. {
  17299. name: "Macro",
  17300. height: math.unit(82.5, "feet"),
  17301. default: true
  17302. },
  17303. ]
  17304. ))
  17305. characterMakers.push(() => makeCharacter(
  17306. { name: "Dharsi" },
  17307. {
  17308. front: {
  17309. height: math.unit(5 + 10 / 12, "feet"),
  17310. weight: math.unit(125, "lb"),
  17311. name: "Front",
  17312. image: {
  17313. source: "./media/characters/dharsi/front.svg",
  17314. extra: 716 / 630,
  17315. bottom: 0.035
  17316. }
  17317. },
  17318. },
  17319. [
  17320. {
  17321. name: "Nano",
  17322. height: math.unit(100, "nm")
  17323. },
  17324. {
  17325. name: "Micro",
  17326. height: math.unit(2, "inches")
  17327. },
  17328. {
  17329. name: "Normal",
  17330. height: math.unit(5 + 10 / 12, "feet"),
  17331. default: true
  17332. },
  17333. {
  17334. name: "Macro",
  17335. height: math.unit(1000, "feet")
  17336. },
  17337. {
  17338. name: "Megamacro",
  17339. height: math.unit(10, "miles")
  17340. },
  17341. {
  17342. name: "Gigamacro",
  17343. height: math.unit(3000, "miles")
  17344. },
  17345. {
  17346. name: "Teramacro",
  17347. height: math.unit(500000, "miles")
  17348. },
  17349. {
  17350. name: "Teramacro+",
  17351. height: math.unit(30, "galaxies")
  17352. },
  17353. ]
  17354. ))
  17355. characterMakers.push(() => makeCharacter(
  17356. { name: "Deathy" },
  17357. {
  17358. front: {
  17359. height: math.unit(6, "feet"),
  17360. weight: math.unit(150, "lb"),
  17361. name: "Front",
  17362. image: {
  17363. source: "./media/characters/deathy/front.svg",
  17364. extra: 1552 / 1463,
  17365. bottom: 0.025
  17366. }
  17367. },
  17368. side: {
  17369. height: math.unit(6, "feet"),
  17370. weight: math.unit(150, "lb"),
  17371. name: "Side",
  17372. image: {
  17373. source: "./media/characters/deathy/side.svg",
  17374. extra: 1604 / 1455,
  17375. bottom: 0.025
  17376. }
  17377. },
  17378. back: {
  17379. height: math.unit(6, "feet"),
  17380. weight: math.unit(150, "lb"),
  17381. name: "Back",
  17382. image: {
  17383. source: "./media/characters/deathy/back.svg",
  17384. extra: 1580 / 1463,
  17385. bottom: 0.005
  17386. }
  17387. },
  17388. },
  17389. [
  17390. {
  17391. name: "Micro",
  17392. height: math.unit(5, "millimeters")
  17393. },
  17394. {
  17395. name: "Normal",
  17396. height: math.unit(6 + 5 / 12, "feet"),
  17397. default: true
  17398. },
  17399. ]
  17400. ))
  17401. characterMakers.push(() => makeCharacter(
  17402. { name: "Juniper" },
  17403. {
  17404. front: {
  17405. height: math.unit(16, "feet"),
  17406. weight: math.unit(4000, "lb"),
  17407. name: "Front",
  17408. image: {
  17409. source: "./media/characters/juniper/front.svg",
  17410. bottom: 0.04
  17411. }
  17412. },
  17413. },
  17414. [
  17415. {
  17416. name: "Normal",
  17417. height: math.unit(16, "feet"),
  17418. default: true
  17419. },
  17420. ]
  17421. ))
  17422. characterMakers.push(() => makeCharacter(
  17423. { name: "Hipster" },
  17424. {
  17425. front: {
  17426. height: math.unit(6, "feet"),
  17427. weight: math.unit(150, "lb"),
  17428. name: "Front",
  17429. image: {
  17430. source: "./media/characters/hipster/front.svg",
  17431. extra: 1312 / 1209,
  17432. bottom: 0.025
  17433. }
  17434. },
  17435. back: {
  17436. height: math.unit(6, "feet"),
  17437. weight: math.unit(150, "lb"),
  17438. name: "Back",
  17439. image: {
  17440. source: "./media/characters/hipster/back.svg",
  17441. extra: 1281 / 1196,
  17442. bottom: 0.01
  17443. }
  17444. },
  17445. },
  17446. [
  17447. {
  17448. name: "Micro",
  17449. height: math.unit(1, "mm")
  17450. },
  17451. {
  17452. name: "Normal",
  17453. height: math.unit(4, "inches"),
  17454. default: true
  17455. },
  17456. {
  17457. name: "Macro",
  17458. height: math.unit(500, "feet")
  17459. },
  17460. {
  17461. name: "Megamacro",
  17462. height: math.unit(1000, "miles")
  17463. },
  17464. ]
  17465. ))
  17466. characterMakers.push(() => makeCharacter(
  17467. { name: "Tendirmuldr" },
  17468. {
  17469. front: {
  17470. height: math.unit(6, "feet"),
  17471. weight: math.unit(150, "lb"),
  17472. name: "Front",
  17473. image: {
  17474. source: "./media/characters/tendirmuldr/front.svg",
  17475. extra: 1878 / 1772,
  17476. bottom: 0.015
  17477. }
  17478. },
  17479. },
  17480. [
  17481. {
  17482. name: "Megamacro",
  17483. height: math.unit(1500, "miles"),
  17484. default: true
  17485. },
  17486. ]
  17487. ))
  17488. characterMakers.push(() => makeCharacter(
  17489. { name: "Mort" },
  17490. {
  17491. front: {
  17492. height: math.unit(14, "feet"),
  17493. weight: math.unit(12000, "lb"),
  17494. name: "Front",
  17495. image: {
  17496. source: "./media/characters/mort/front.svg",
  17497. extra: 365 / 318,
  17498. bottom: 0.01
  17499. }
  17500. },
  17501. side: {
  17502. height: math.unit(14, "feet"),
  17503. weight: math.unit(12000, "lb"),
  17504. name: "Side",
  17505. image: {
  17506. source: "./media/characters/mort/side.svg",
  17507. extra: 365 / 318,
  17508. bottom: 0.052
  17509. },
  17510. default: true
  17511. },
  17512. back: {
  17513. height: math.unit(14, "feet"),
  17514. weight: math.unit(12000, "lb"),
  17515. name: "Back",
  17516. image: {
  17517. source: "./media/characters/mort/back.svg",
  17518. extra: 371 / 332,
  17519. bottom: 0.18
  17520. }
  17521. },
  17522. },
  17523. [
  17524. {
  17525. name: "Normal",
  17526. height: math.unit(14, "feet"),
  17527. default: true
  17528. },
  17529. ]
  17530. ))
  17531. characterMakers.push(() => makeCharacter(
  17532. { name: "Lycoa" },
  17533. {
  17534. front: {
  17535. height: math.unit(8, "feet"),
  17536. weight: math.unit(1, "ton"),
  17537. name: "Front",
  17538. image: {
  17539. source: "./media/characters/lycoa/front.svg",
  17540. extra: 1875 / 1789,
  17541. bottom: 0.022
  17542. }
  17543. },
  17544. back: {
  17545. height: math.unit(8, "feet"),
  17546. weight: math.unit(1, "ton"),
  17547. name: "Back",
  17548. image: {
  17549. source: "./media/characters/lycoa/back.svg",
  17550. extra: 1835 / 1781,
  17551. bottom: 0.03
  17552. }
  17553. },
  17554. },
  17555. [
  17556. {
  17557. name: "Normal",
  17558. height: math.unit(8, "feet"),
  17559. default: true
  17560. },
  17561. {
  17562. name: "Macro",
  17563. height: math.unit(30, "feet")
  17564. },
  17565. ]
  17566. ))
  17567. characterMakers.push(() => makeCharacter(
  17568. { name: "Naldara" },
  17569. {
  17570. front: {
  17571. height: math.unit(4 + 2 / 12, "feet"),
  17572. weight: math.unit(70, "lb"),
  17573. name: "Front",
  17574. image: {
  17575. source: "./media/characters/naldara/front.svg",
  17576. extra: 841 / 720,
  17577. bottom: 0.04
  17578. }
  17579. },
  17580. },
  17581. [
  17582. {
  17583. name: "Normal",
  17584. height: math.unit(4 + 2 / 12, "feet"),
  17585. default: true
  17586. },
  17587. ]
  17588. ))
  17589. characterMakers.push(() => makeCharacter(
  17590. { name: "Briar" },
  17591. {
  17592. front: {
  17593. height: math.unit(13 + 7 / 12, "feet"),
  17594. weight: math.unit(1500, "lb"),
  17595. name: "Front",
  17596. image: {
  17597. source: "./media/characters/briar/front.svg",
  17598. extra: 626 / 596,
  17599. bottom: 0.08
  17600. }
  17601. },
  17602. },
  17603. [
  17604. {
  17605. name: "Normal",
  17606. height: math.unit(13 + 7 / 12, "feet"),
  17607. default: true
  17608. },
  17609. ]
  17610. ))
  17611. characterMakers.push(() => makeCharacter(
  17612. { name: "Vanguard" },
  17613. {
  17614. side: {
  17615. height: math.unit(10, "feet"),
  17616. weight: math.unit(500, "lb"),
  17617. name: "Side",
  17618. image: {
  17619. source: "./media/characters/vanguard/side.svg",
  17620. extra: 502 / 425,
  17621. bottom: 0.087
  17622. }
  17623. },
  17624. },
  17625. [
  17626. {
  17627. name: "Normal",
  17628. height: math.unit(10, "feet"),
  17629. default: true
  17630. },
  17631. ]
  17632. ))
  17633. characterMakers.push(() => makeCharacter(
  17634. { name: "Artemis" },
  17635. {
  17636. front: {
  17637. height: math.unit(7.5, "feet"),
  17638. weight: math.unit(2, "lb"),
  17639. name: "Front",
  17640. image: {
  17641. source: "./media/characters/artemis/front.svg",
  17642. extra: 1192 / 1075,
  17643. bottom: 0.07
  17644. }
  17645. },
  17646. },
  17647. [
  17648. {
  17649. name: "Normal",
  17650. height: math.unit(7.5, "feet"),
  17651. default: true
  17652. },
  17653. {
  17654. name: "Enlarged",
  17655. height: math.unit(12, "feet")
  17656. },
  17657. ]
  17658. ))
  17659. characterMakers.push(() => makeCharacter(
  17660. { name: "Kira" },
  17661. {
  17662. front: {
  17663. height: math.unit(5 + 3 / 12, "feet"),
  17664. weight: math.unit(160, "lb"),
  17665. name: "Front",
  17666. image: {
  17667. source: "./media/characters/kira/front.svg",
  17668. extra: 906 / 786,
  17669. bottom: 0.01
  17670. }
  17671. },
  17672. back: {
  17673. height: math.unit(5 + 3 / 12, "feet"),
  17674. weight: math.unit(160, "lb"),
  17675. name: "Back",
  17676. image: {
  17677. source: "./media/characters/kira/back.svg",
  17678. extra: 882 / 757,
  17679. bottom: 0.005
  17680. }
  17681. },
  17682. frontDressed: {
  17683. height: math.unit(5 + 3 / 12, "feet"),
  17684. weight: math.unit(160, "lb"),
  17685. name: "Front (Dressed)",
  17686. image: {
  17687. source: "./media/characters/kira/front-dressed.svg",
  17688. extra: 906 / 786,
  17689. bottom: 0.01
  17690. }
  17691. },
  17692. beans: {
  17693. height: math.unit(0.92, "feet"),
  17694. name: "Beans",
  17695. image: {
  17696. source: "./media/characters/kira/beans.svg"
  17697. }
  17698. },
  17699. },
  17700. [
  17701. {
  17702. name: "Normal",
  17703. height: math.unit(5 + 3 / 12, "feet"),
  17704. default: true
  17705. },
  17706. ]
  17707. ))
  17708. characterMakers.push(() => makeCharacter(
  17709. { name: "Scramble" },
  17710. {
  17711. front: {
  17712. height: math.unit(5 + 4 / 12, "feet"),
  17713. weight: math.unit(145, "lb"),
  17714. name: "Front",
  17715. image: {
  17716. source: "./media/characters/scramble/front.svg",
  17717. extra: 763 / 727,
  17718. bottom: 0.05
  17719. }
  17720. },
  17721. back: {
  17722. height: math.unit(5 + 4 / 12, "feet"),
  17723. weight: math.unit(145, "lb"),
  17724. name: "Back",
  17725. image: {
  17726. source: "./media/characters/scramble/back.svg",
  17727. extra: 826 / 737,
  17728. bottom: 0.002
  17729. }
  17730. },
  17731. },
  17732. [
  17733. {
  17734. name: "Normal",
  17735. height: math.unit(5 + 4 / 12, "feet"),
  17736. default: true
  17737. },
  17738. ]
  17739. ))
  17740. characterMakers.push(() => makeCharacter(
  17741. { name: "Biscuit" },
  17742. {
  17743. side: {
  17744. height: math.unit(6 + 2 / 12, "feet"),
  17745. weight: math.unit(190, "lb"),
  17746. name: "Side",
  17747. image: {
  17748. source: "./media/characters/biscuit/side.svg",
  17749. extra: 858 / 791,
  17750. bottom: 0.044
  17751. }
  17752. },
  17753. },
  17754. [
  17755. {
  17756. name: "Normal",
  17757. height: math.unit(6 + 2 / 12, "feet"),
  17758. default: true
  17759. },
  17760. ]
  17761. ))
  17762. characterMakers.push(() => makeCharacter(
  17763. { name: "Poffin" },
  17764. {
  17765. front: {
  17766. height: math.unit(5 + 2 / 12, "feet"),
  17767. weight: math.unit(120, "lb"),
  17768. name: "Front",
  17769. image: {
  17770. source: "./media/characters/poffin/front.svg",
  17771. extra: 786 / 680,
  17772. bottom: 0.005
  17773. }
  17774. },
  17775. },
  17776. [
  17777. {
  17778. name: "Normal",
  17779. height: math.unit(5 + 2 / 12, "feet"),
  17780. default: true
  17781. },
  17782. ]
  17783. ))
  17784. characterMakers.push(() => makeCharacter(
  17785. { name: "Dhari" },
  17786. {
  17787. front: {
  17788. height: math.unit(6 + 3 / 12, "feet"),
  17789. weight: math.unit(519, "lb"),
  17790. name: "Front",
  17791. image: {
  17792. source: "./media/characters/dhari/front.svg",
  17793. extra: 1048 / 946,
  17794. bottom: 0.015
  17795. }
  17796. },
  17797. back: {
  17798. height: math.unit(6 + 3 / 12, "feet"),
  17799. weight: math.unit(519, "lb"),
  17800. name: "Back",
  17801. image: {
  17802. source: "./media/characters/dhari/back.svg",
  17803. extra: 1048 / 931,
  17804. bottom: 0.005
  17805. }
  17806. },
  17807. frontDressed: {
  17808. height: math.unit(6 + 3 / 12, "feet"),
  17809. weight: math.unit(519, "lb"),
  17810. name: "Front (Dressed)",
  17811. image: {
  17812. source: "./media/characters/dhari/front-dressed.svg",
  17813. extra: 1713 / 1546,
  17814. bottom: 0.02
  17815. }
  17816. },
  17817. backDressed: {
  17818. height: math.unit(6 + 3 / 12, "feet"),
  17819. weight: math.unit(519, "lb"),
  17820. name: "Back (Dressed)",
  17821. image: {
  17822. source: "./media/characters/dhari/back-dressed.svg",
  17823. extra: 1699 / 1537,
  17824. bottom: 0.01
  17825. }
  17826. },
  17827. maw: {
  17828. height: math.unit(0.95, "feet"),
  17829. name: "Maw",
  17830. image: {
  17831. source: "./media/characters/dhari/maw.svg"
  17832. }
  17833. },
  17834. wereFront: {
  17835. height: math.unit(12 + 8 / 12, "feet"),
  17836. weight: math.unit(4000, "lb"),
  17837. name: "Front (Were)",
  17838. image: {
  17839. source: "./media/characters/dhari/were-front.svg",
  17840. extra: 1065 / 969,
  17841. bottom: 0.015
  17842. }
  17843. },
  17844. wereBack: {
  17845. height: math.unit(12 + 8 / 12, "feet"),
  17846. weight: math.unit(4000, "lb"),
  17847. name: "Back (Were)",
  17848. image: {
  17849. source: "./media/characters/dhari/were-back.svg",
  17850. extra: 1065 / 969,
  17851. bottom: 0.012
  17852. }
  17853. },
  17854. wereMaw: {
  17855. height: math.unit(0.625, "meters"),
  17856. name: "Maw (Were)",
  17857. image: {
  17858. source: "./media/characters/dhari/were-maw.svg"
  17859. }
  17860. },
  17861. },
  17862. [
  17863. {
  17864. name: "Normal",
  17865. height: math.unit(6 + 3 / 12, "feet"),
  17866. default: true
  17867. },
  17868. ]
  17869. ))
  17870. characterMakers.push(() => makeCharacter(
  17871. { name: "Rena Dyne" },
  17872. {
  17873. anthro: {
  17874. height: math.unit(5 + 7 / 12, "feet"),
  17875. weight: math.unit(175, "lb"),
  17876. name: "Anthro",
  17877. image: {
  17878. source: "./media/characters/rena-dyne/anthro.svg",
  17879. extra: 1849 / 1785,
  17880. bottom: 0.005
  17881. }
  17882. },
  17883. taur: {
  17884. height: math.unit(15 + 6 / 12, "feet"),
  17885. weight: math.unit(8000, "lb"),
  17886. name: "Taur",
  17887. image: {
  17888. source: "./media/characters/rena-dyne/taur.svg",
  17889. extra: 2315 / 2234,
  17890. bottom: 0.033
  17891. }
  17892. },
  17893. },
  17894. [
  17895. {
  17896. name: "Normal",
  17897. height: math.unit(5 + 7 / 12, "feet"),
  17898. default: true
  17899. },
  17900. ]
  17901. ))
  17902. characterMakers.push(() => makeCharacter(
  17903. { name: "Weremeep" },
  17904. {
  17905. front: {
  17906. height: math.unit(8, "feet"),
  17907. weight: math.unit(600, "lb"),
  17908. name: "Front",
  17909. image: {
  17910. source: "./media/characters/weremeep/front.svg",
  17911. extra: 967 / 862,
  17912. bottom: 0.01
  17913. }
  17914. },
  17915. },
  17916. [
  17917. {
  17918. name: "Normal",
  17919. height: math.unit(8, "feet"),
  17920. default: true
  17921. },
  17922. {
  17923. name: "Lorg",
  17924. height: math.unit(12, "feet")
  17925. },
  17926. {
  17927. name: "Oh Lawd She Comin'",
  17928. height: math.unit(20, "feet")
  17929. },
  17930. ]
  17931. ))
  17932. characterMakers.push(() => makeCharacter(
  17933. { name: "Reza" },
  17934. {
  17935. front: {
  17936. height: math.unit(4, "feet"),
  17937. weight: math.unit(90, "lb"),
  17938. name: "Front",
  17939. image: {
  17940. source: "./media/characters/reza/front.svg",
  17941. extra: 1183 / 1111,
  17942. bottom: 0.017
  17943. }
  17944. },
  17945. back: {
  17946. height: math.unit(4, "feet"),
  17947. weight: math.unit(90, "lb"),
  17948. name: "Back",
  17949. image: {
  17950. source: "./media/characters/reza/back.svg",
  17951. extra: 1183 / 1111,
  17952. bottom: 0.01
  17953. }
  17954. },
  17955. },
  17956. [
  17957. {
  17958. name: "Normal",
  17959. height: math.unit(4, "feet"),
  17960. default: true
  17961. },
  17962. ]
  17963. ))
  17964. characterMakers.push(() => makeCharacter(
  17965. { name: "Athea" },
  17966. {
  17967. side: {
  17968. height: math.unit(15, "feet"),
  17969. weight: math.unit(14, "tons"),
  17970. name: "Side",
  17971. image: {
  17972. source: "./media/characters/athea/side.svg",
  17973. extra: 960 / 540,
  17974. bottom: 0.003
  17975. }
  17976. },
  17977. sitting: {
  17978. height: math.unit(6 * 2.85, "feet"),
  17979. weight: math.unit(14, "tons"),
  17980. name: "Sitting",
  17981. image: {
  17982. source: "./media/characters/athea/sitting.svg",
  17983. extra: 621 / 581,
  17984. bottom: 0.075
  17985. }
  17986. },
  17987. maw: {
  17988. height: math.unit(7.59498031496063, "feet"),
  17989. name: "Maw",
  17990. image: {
  17991. source: "./media/characters/athea/maw.svg"
  17992. }
  17993. },
  17994. },
  17995. [
  17996. {
  17997. name: "Lap Cat",
  17998. height: math.unit(2.5, "feet")
  17999. },
  18000. {
  18001. name: "Minimacro",
  18002. height: math.unit(15, "feet"),
  18003. default: true
  18004. },
  18005. {
  18006. name: "Macro",
  18007. height: math.unit(120, "feet")
  18008. },
  18009. {
  18010. name: "Macro+",
  18011. height: math.unit(640, "feet")
  18012. },
  18013. {
  18014. name: "Colossus",
  18015. height: math.unit(2.2, "miles")
  18016. },
  18017. ]
  18018. ))
  18019. characterMakers.push(() => makeCharacter(
  18020. { name: "Seroko" },
  18021. {
  18022. front: {
  18023. height: math.unit(8 + 8 / 12, "feet"),
  18024. weight: math.unit(130, "kg"),
  18025. name: "Front",
  18026. image: {
  18027. source: "./media/characters/seroko/front.svg",
  18028. extra: 1385 / 1280,
  18029. bottom: 0.025
  18030. }
  18031. },
  18032. back: {
  18033. height: math.unit(8 + 8 / 12, "feet"),
  18034. weight: math.unit(130, "kg"),
  18035. name: "Back",
  18036. image: {
  18037. source: "./media/characters/seroko/back.svg",
  18038. extra: 1369 / 1238,
  18039. bottom: 0.018
  18040. }
  18041. },
  18042. frontDressed: {
  18043. height: math.unit(8 + 8 / 12, "feet"),
  18044. weight: math.unit(130, "kg"),
  18045. name: "Front (Dressed)",
  18046. image: {
  18047. source: "./media/characters/seroko/front-dressed.svg",
  18048. extra: 1366 / 1275,
  18049. bottom: 0.03
  18050. }
  18051. },
  18052. },
  18053. [
  18054. {
  18055. name: "Normal",
  18056. height: math.unit(8 + 8 / 12, "feet"),
  18057. default: true
  18058. },
  18059. ]
  18060. ))
  18061. characterMakers.push(() => makeCharacter(
  18062. { name: "Quatzi" },
  18063. {
  18064. front: {
  18065. height: math.unit(5.5, "feet"),
  18066. weight: math.unit(160, "lb"),
  18067. name: "Front",
  18068. image: {
  18069. source: "./media/characters/quatzi/front.svg",
  18070. extra: 2346 / 2242,
  18071. bottom: 0.015
  18072. }
  18073. },
  18074. },
  18075. [
  18076. {
  18077. name: "Normal",
  18078. height: math.unit(5.5, "feet"),
  18079. default: true
  18080. },
  18081. {
  18082. name: "Big",
  18083. height: math.unit(7.7, "feet")
  18084. },
  18085. ]
  18086. ))
  18087. characterMakers.push(() => makeCharacter(
  18088. { name: "Sen" },
  18089. {
  18090. front: {
  18091. height: math.unit(5 + 11 / 12, "feet"),
  18092. weight: math.unit(180, "lb"),
  18093. name: "Front",
  18094. image: {
  18095. source: "./media/characters/sen/front.svg",
  18096. extra: 1321 / 1254,
  18097. bottom: 0.015
  18098. }
  18099. },
  18100. side: {
  18101. height: math.unit(5 + 11 / 12, "feet"),
  18102. weight: math.unit(180, "lb"),
  18103. name: "Side",
  18104. image: {
  18105. source: "./media/characters/sen/side.svg",
  18106. extra: 1321 / 1254,
  18107. bottom: 0.007
  18108. }
  18109. },
  18110. back: {
  18111. height: math.unit(5 + 11 / 12, "feet"),
  18112. weight: math.unit(180, "lb"),
  18113. name: "Back",
  18114. image: {
  18115. source: "./media/characters/sen/back.svg",
  18116. extra: 1321 / 1254
  18117. }
  18118. },
  18119. },
  18120. [
  18121. {
  18122. name: "Normal",
  18123. height: math.unit(5 + 11 / 12, "feet"),
  18124. default: true
  18125. },
  18126. ]
  18127. ))
  18128. characterMakers.push(() => makeCharacter(
  18129. { name: "Fruity" },
  18130. {
  18131. front: {
  18132. height: math.unit(166.6, "cm"),
  18133. weight: math.unit(66.6, "kg"),
  18134. name: "Front",
  18135. image: {
  18136. source: "./media/characters/fruity/front.svg",
  18137. extra: 1510 / 1386,
  18138. bottom: 0.04
  18139. }
  18140. },
  18141. back: {
  18142. height: math.unit(166.6, "cm"),
  18143. weight: math.unit(66.6, "lb"),
  18144. name: "Back",
  18145. image: {
  18146. source: "./media/characters/fruity/back.svg",
  18147. extra: 1563 / 1435,
  18148. bottom: 0.005
  18149. }
  18150. },
  18151. },
  18152. [
  18153. {
  18154. name: "Normal",
  18155. height: math.unit(166.6, "cm"),
  18156. default: true
  18157. },
  18158. {
  18159. name: "Demonic",
  18160. height: math.unit(166.6, "feet")
  18161. },
  18162. ]
  18163. ))
  18164. characterMakers.push(() => makeCharacter(
  18165. { name: "Zost" },
  18166. {
  18167. side: {
  18168. height: math.unit(10, "feet"),
  18169. weight: math.unit(500, "lb"),
  18170. name: "Side",
  18171. image: {
  18172. source: "./media/characters/zost/side.svg",
  18173. extra: 966 / 880,
  18174. bottom: 0.075
  18175. }
  18176. },
  18177. mawFront: {
  18178. height: math.unit(1.08, "meters"),
  18179. name: "Maw (Front)",
  18180. image: {
  18181. source: "./media/characters/zost/maw-front.svg"
  18182. }
  18183. },
  18184. mawSide: {
  18185. height: math.unit(2.66, "feet"),
  18186. name: "Maw (Side)",
  18187. image: {
  18188. source: "./media/characters/zost/maw-side.svg"
  18189. }
  18190. },
  18191. },
  18192. [
  18193. {
  18194. name: "Normal",
  18195. height: math.unit(10, "feet"),
  18196. default: true
  18197. },
  18198. ]
  18199. ))
  18200. characterMakers.push(() => makeCharacter(
  18201. { name: "Luci" },
  18202. {
  18203. front: {
  18204. height: math.unit(5 + 4 / 12, "feet"),
  18205. weight: math.unit(120, "lb"),
  18206. name: "Front",
  18207. image: {
  18208. source: "./media/characters/luci/front.svg",
  18209. extra: 1985 / 1884,
  18210. bottom: 0.04
  18211. }
  18212. },
  18213. back: {
  18214. height: math.unit(5 + 4 / 12, "feet"),
  18215. weight: math.unit(120, "lb"),
  18216. name: "Back",
  18217. image: {
  18218. source: "./media/characters/luci/back.svg",
  18219. extra: 1892 / 1791,
  18220. bottom: 0.002
  18221. }
  18222. },
  18223. },
  18224. [
  18225. {
  18226. name: "Normal",
  18227. height: math.unit(5 + 4 / 12, "feet"),
  18228. default: true
  18229. },
  18230. ]
  18231. ))
  18232. characterMakers.push(() => makeCharacter(
  18233. { name: "2th" },
  18234. {
  18235. front: {
  18236. height: math.unit(1500, "feet"),
  18237. weight: math.unit(3.8e6, "tons"),
  18238. name: "Front",
  18239. image: {
  18240. source: "./media/characters/2th/front.svg",
  18241. extra: 3489 / 3350,
  18242. bottom: 0.1
  18243. }
  18244. },
  18245. foot: {
  18246. height: math.unit(461, "feet"),
  18247. name: "Foot",
  18248. image: {
  18249. source: "./media/characters/2th/foot.svg"
  18250. }
  18251. },
  18252. },
  18253. [
  18254. {
  18255. name: "\"Micro\"",
  18256. height: math.unit(15 + 7 / 12, "feet")
  18257. },
  18258. {
  18259. name: "Normal",
  18260. height: math.unit(1500, "feet"),
  18261. default: true
  18262. },
  18263. {
  18264. name: "Macro",
  18265. height: math.unit(5000, "feet")
  18266. },
  18267. {
  18268. name: "Megamacro",
  18269. height: math.unit(15, "miles")
  18270. },
  18271. {
  18272. name: "Gigamacro",
  18273. height: math.unit(4000, "miles")
  18274. },
  18275. {
  18276. name: "Galactic",
  18277. height: math.unit(50, "AU")
  18278. },
  18279. ]
  18280. ))
  18281. characterMakers.push(() => makeCharacter(
  18282. { name: "Amethyst" },
  18283. {
  18284. front: {
  18285. height: math.unit(5 + 6 / 12, "feet"),
  18286. weight: math.unit(220, "lb"),
  18287. name: "Front",
  18288. image: {
  18289. source: "./media/characters/amethyst/front.svg",
  18290. extra: 2078 / 2040,
  18291. bottom: 0.045
  18292. }
  18293. },
  18294. back: {
  18295. height: math.unit(5 + 6 / 12, "feet"),
  18296. weight: math.unit(220, "lb"),
  18297. name: "Back",
  18298. image: {
  18299. source: "./media/characters/amethyst/back.svg",
  18300. extra: 2021 / 1989,
  18301. bottom: 0.02
  18302. }
  18303. },
  18304. },
  18305. [
  18306. {
  18307. name: "Normal",
  18308. height: math.unit(5 + 6 / 12, "feet"),
  18309. default: true
  18310. },
  18311. ]
  18312. ))
  18313. characterMakers.push(() => makeCharacter(
  18314. { name: "Yumi Akiyama" },
  18315. {
  18316. front: {
  18317. height: math.unit(4 + 11 / 12, "feet"),
  18318. weight: math.unit(120, "lb"),
  18319. name: "Front",
  18320. image: {
  18321. source: "./media/characters/yumi-akiyama/front.svg",
  18322. extra: 1327 / 1235,
  18323. bottom: 0.02
  18324. }
  18325. },
  18326. back: {
  18327. height: math.unit(4 + 11 / 12, "feet"),
  18328. weight: math.unit(120, "lb"),
  18329. name: "Back",
  18330. image: {
  18331. source: "./media/characters/yumi-akiyama/back.svg",
  18332. extra: 1287 / 1245,
  18333. bottom: 0.002
  18334. }
  18335. },
  18336. },
  18337. [
  18338. {
  18339. name: "Galactic",
  18340. height: math.unit(50, "galaxies"),
  18341. default: true
  18342. },
  18343. {
  18344. name: "Universal",
  18345. height: math.unit(100, "universes")
  18346. },
  18347. ]
  18348. ))
  18349. characterMakers.push(() => makeCharacter(
  18350. { name: "Rifter Yrmori" },
  18351. {
  18352. front: {
  18353. height: math.unit(8, "feet"),
  18354. weight: math.unit(500, "lb"),
  18355. name: "Front",
  18356. image: {
  18357. source: "./media/characters/rifter-yrmori/front.svg",
  18358. extra: 1180 / 1125,
  18359. bottom: 0.02
  18360. }
  18361. },
  18362. back: {
  18363. height: math.unit(8, "feet"),
  18364. weight: math.unit(500, "lb"),
  18365. name: "Back",
  18366. image: {
  18367. source: "./media/characters/rifter-yrmori/back.svg",
  18368. extra: 1190 / 1145,
  18369. bottom: 0.001
  18370. }
  18371. },
  18372. wings: {
  18373. height: math.unit(7.75, "feet"),
  18374. weight: math.unit(500, "lb"),
  18375. name: "Wings",
  18376. image: {
  18377. source: "./media/characters/rifter-yrmori/wings.svg",
  18378. extra: 1357 / 1285
  18379. }
  18380. },
  18381. maw: {
  18382. height: math.unit(0.8, "feet"),
  18383. name: "Maw",
  18384. image: {
  18385. source: "./media/characters/rifter-yrmori/maw.svg"
  18386. }
  18387. },
  18388. },
  18389. [
  18390. {
  18391. name: "Normal",
  18392. height: math.unit(8, "feet"),
  18393. default: true
  18394. },
  18395. {
  18396. name: "Macro",
  18397. height: math.unit(42, "meters")
  18398. },
  18399. ]
  18400. ))
  18401. characterMakers.push(() => makeCharacter(
  18402. { name: "Tahajin" },
  18403. {
  18404. were: {
  18405. height: math.unit(25 + 6 / 12, "feet"),
  18406. weight: math.unit(10000, "lb"),
  18407. name: "Were",
  18408. image: {
  18409. source: "./media/characters/tahajin/were.svg",
  18410. extra: 801 / 770,
  18411. bottom: 0.042
  18412. }
  18413. },
  18414. aquatic: {
  18415. height: math.unit(6 + 4 / 12, "feet"),
  18416. weight: math.unit(160, "lb"),
  18417. name: "Aquatic",
  18418. image: {
  18419. source: "./media/characters/tahajin/aquatic.svg",
  18420. extra: 572 / 542,
  18421. bottom: 0.04
  18422. }
  18423. },
  18424. chow: {
  18425. height: math.unit(8 + 11 / 12, "feet"),
  18426. weight: math.unit(450, "lb"),
  18427. name: "Chow",
  18428. image: {
  18429. source: "./media/characters/tahajin/chow.svg",
  18430. extra: 660 / 640,
  18431. bottom: 0.015
  18432. }
  18433. },
  18434. demiNaga: {
  18435. height: math.unit(6 + 8 / 12, "feet"),
  18436. weight: math.unit(300, "lb"),
  18437. name: "Demi Naga",
  18438. image: {
  18439. source: "./media/characters/tahajin/demi-naga.svg",
  18440. extra: 643 / 615,
  18441. bottom: 0.1
  18442. }
  18443. },
  18444. data: {
  18445. height: math.unit(5, "inches"),
  18446. weight: math.unit(0.1, "lb"),
  18447. name: "Data",
  18448. image: {
  18449. source: "./media/characters/tahajin/data.svg"
  18450. }
  18451. },
  18452. fluu: {
  18453. height: math.unit(5 + 7 / 12, "feet"),
  18454. weight: math.unit(140, "lb"),
  18455. name: "Fluu",
  18456. image: {
  18457. source: "./media/characters/tahajin/fluu.svg",
  18458. extra: 628 / 592,
  18459. bottom: 0.02
  18460. }
  18461. },
  18462. starWarrior: {
  18463. height: math.unit(4 + 5 / 12, "feet"),
  18464. weight: math.unit(50, "lb"),
  18465. name: "Star Warrior",
  18466. image: {
  18467. source: "./media/characters/tahajin/star-warrior.svg"
  18468. }
  18469. },
  18470. },
  18471. [
  18472. {
  18473. name: "Normal",
  18474. height: math.unit(25 + 6 / 12, "feet"),
  18475. default: true
  18476. },
  18477. ]
  18478. ))
  18479. characterMakers.push(() => makeCharacter(
  18480. { name: "Gabira" },
  18481. {
  18482. front: {
  18483. height: math.unit(8, "feet"),
  18484. weight: math.unit(350, "lb"),
  18485. name: "Front",
  18486. image: {
  18487. source: "./media/characters/gabira/front.svg",
  18488. extra: 608 / 580,
  18489. bottom: 0.03
  18490. }
  18491. },
  18492. back: {
  18493. height: math.unit(8, "feet"),
  18494. weight: math.unit(350, "lb"),
  18495. name: "Back",
  18496. image: {
  18497. source: "./media/characters/gabira/back.svg",
  18498. extra: 608 / 580,
  18499. bottom: 0.03
  18500. }
  18501. },
  18502. },
  18503. [
  18504. {
  18505. name: "Normal",
  18506. height: math.unit(8, "feet"),
  18507. default: true
  18508. },
  18509. ]
  18510. ))
  18511. characterMakers.push(() => makeCharacter(
  18512. { name: "Sasha Katraine" },
  18513. {
  18514. front: {
  18515. height: math.unit(5 + 3 / 12, "feet"),
  18516. weight: math.unit(137, "lb"),
  18517. name: "Front",
  18518. image: {
  18519. source: "./media/characters/sasha-katraine/front.svg",
  18520. bottom: 0.045
  18521. }
  18522. },
  18523. },
  18524. [
  18525. {
  18526. name: "Micro",
  18527. height: math.unit(5, "inches")
  18528. },
  18529. {
  18530. name: "Normal",
  18531. height: math.unit(5 + 3 / 12, "feet"),
  18532. default: true
  18533. },
  18534. ]
  18535. ))
  18536. characterMakers.push(() => makeCharacter(
  18537. { name: "Der" },
  18538. {
  18539. side: {
  18540. height: math.unit(4, "inches"),
  18541. weight: math.unit(200, "grams"),
  18542. name: "Side",
  18543. image: {
  18544. source: "./media/characters/der/side.svg",
  18545. extra: 719 / 400,
  18546. bottom: 30.6 / 749.9187
  18547. }
  18548. },
  18549. },
  18550. [
  18551. {
  18552. name: "Micro",
  18553. height: math.unit(4, "inches"),
  18554. default: true
  18555. },
  18556. ]
  18557. ))
  18558. characterMakers.push(() => makeCharacter(
  18559. { name: "Fixerdragon" },
  18560. {
  18561. side: {
  18562. height: math.unit(30, "meters"),
  18563. weight: math.unit(700, "tonnes"),
  18564. name: "Side",
  18565. image: {
  18566. source: "./media/characters/fixerdragon/side.svg",
  18567. extra: (1293.0514 - 116.03) / 1106.86,
  18568. bottom: 116.03 / 1293.0514
  18569. }
  18570. },
  18571. },
  18572. [
  18573. {
  18574. name: "Planck",
  18575. height: math.unit(1.6e-35, "meters")
  18576. },
  18577. {
  18578. name: "Micro",
  18579. height: math.unit(0.4, "meters")
  18580. },
  18581. {
  18582. name: "Normal",
  18583. height: math.unit(30, "meters"),
  18584. default: true
  18585. },
  18586. {
  18587. name: "Megamacro",
  18588. height: math.unit(1.2, "megameters")
  18589. },
  18590. {
  18591. name: "Teramacro",
  18592. height: math.unit(130, "terameters")
  18593. },
  18594. {
  18595. name: "Yottamacro",
  18596. height: math.unit(6200, "yottameters")
  18597. },
  18598. ]
  18599. ));
  18600. characterMakers.push(() => makeCharacter(
  18601. { name: "Kite" },
  18602. {
  18603. front: {
  18604. height: math.unit(8, "feet"),
  18605. weight: math.unit(250, "lb"),
  18606. name: "Front",
  18607. image: {
  18608. source: "./media/characters/kite/front.svg",
  18609. extra: 2796 / 2659,
  18610. bottom: 0.002
  18611. }
  18612. },
  18613. },
  18614. [
  18615. {
  18616. name: "Normal",
  18617. height: math.unit(8, "feet"),
  18618. default: true
  18619. },
  18620. {
  18621. name: "Macro",
  18622. height: math.unit(360, "feet")
  18623. },
  18624. {
  18625. name: "Megamacro",
  18626. height: math.unit(1500, "feet")
  18627. },
  18628. ]
  18629. ))
  18630. characterMakers.push(() => makeCharacter(
  18631. { name: "Poojawa Vynar" },
  18632. {
  18633. front: {
  18634. height: math.unit(5 + 10 / 12, "feet"),
  18635. weight: math.unit(150, "lb"),
  18636. name: "Front",
  18637. image: {
  18638. source: "./media/characters/poojawa-vynar/front.svg",
  18639. extra: (1506.1547 - 55) / 1356.6,
  18640. bottom: 55 / 1506.1547
  18641. }
  18642. },
  18643. frontTailless: {
  18644. height: math.unit(5 + 10 / 12, "feet"),
  18645. weight: math.unit(150, "lb"),
  18646. name: "Front (Tailless)",
  18647. image: {
  18648. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18649. extra: (1506.1547 - 55) / 1356.6,
  18650. bottom: 55 / 1506.1547
  18651. }
  18652. },
  18653. },
  18654. [
  18655. {
  18656. name: "Normal",
  18657. height: math.unit(5 + 10 / 12, "feet"),
  18658. default: true
  18659. },
  18660. ]
  18661. ))
  18662. characterMakers.push(() => makeCharacter(
  18663. { name: "Violette" },
  18664. {
  18665. front: {
  18666. height: math.unit(293, "meters"),
  18667. weight: math.unit(70400, "tons"),
  18668. name: "Front",
  18669. image: {
  18670. source: "./media/characters/violette/front.svg",
  18671. extra: 1227 / 1180,
  18672. bottom: 0.005
  18673. }
  18674. },
  18675. back: {
  18676. height: math.unit(293, "meters"),
  18677. weight: math.unit(70400, "tons"),
  18678. name: "Back",
  18679. image: {
  18680. source: "./media/characters/violette/back.svg",
  18681. extra: 1227 / 1180,
  18682. bottom: 0.005
  18683. }
  18684. },
  18685. },
  18686. [
  18687. {
  18688. name: "Macro",
  18689. height: math.unit(293, "meters"),
  18690. default: true
  18691. },
  18692. ]
  18693. ))
  18694. characterMakers.push(() => makeCharacter(
  18695. { name: "Alessandra" },
  18696. {
  18697. front: {
  18698. height: math.unit(1050, "feet"),
  18699. weight: math.unit(200000, "tons"),
  18700. name: "Front",
  18701. image: {
  18702. source: "./media/characters/alessandra/front.svg",
  18703. extra: 960 / 912,
  18704. bottom: 0.06
  18705. }
  18706. },
  18707. },
  18708. [
  18709. {
  18710. name: "Macro",
  18711. height: math.unit(1050, "feet")
  18712. },
  18713. {
  18714. name: "Macro+",
  18715. height: math.unit(900, "meters"),
  18716. default: true
  18717. },
  18718. ]
  18719. ))
  18720. characterMakers.push(() => makeCharacter(
  18721. { name: "Person", species: "Catdragon" },
  18722. {
  18723. front: {
  18724. height: math.unit(5, "feet"),
  18725. weight: math.unit(187, "lb"),
  18726. name: "Front",
  18727. image: {
  18728. source: "./media/characters/person/front.svg",
  18729. extra: 3087 / 2945,
  18730. bottom: 91 / 3181
  18731. }
  18732. },
  18733. },
  18734. [
  18735. {
  18736. name: "Micro",
  18737. height: math.unit(3, "inches")
  18738. },
  18739. {
  18740. name: "Normal",
  18741. height: math.unit(5, "feet"),
  18742. default: true
  18743. },
  18744. {
  18745. name: "Macro",
  18746. height: math.unit(90, "feet")
  18747. },
  18748. {
  18749. name: "Max Size",
  18750. height: math.unit(280, "feet")
  18751. },
  18752. ]
  18753. ))
  18754. characterMakers.push(() => makeCharacter(
  18755. { name: "Ty" },
  18756. {
  18757. front: {
  18758. height: math.unit(4.5, "meters"),
  18759. weight: math.unit(3200, "lb"),
  18760. name: "Front",
  18761. image: {
  18762. source: "./media/characters/ty/front.svg",
  18763. extra: 1038 / 960,
  18764. bottom: 31.156 / 1068
  18765. }
  18766. },
  18767. back: {
  18768. height: math.unit(4.5, "meters"),
  18769. weight: math.unit(3200, "lb"),
  18770. name: "Back",
  18771. image: {
  18772. source: "./media/characters/ty/back.svg",
  18773. extra: 1044 / 966,
  18774. bottom: 7.48 / 1049
  18775. }
  18776. },
  18777. },
  18778. [
  18779. {
  18780. name: "Normal",
  18781. height: math.unit(4.5, "meters"),
  18782. default: true
  18783. },
  18784. ]
  18785. ))
  18786. characterMakers.push(() => makeCharacter(
  18787. { name: "Rocky" },
  18788. {
  18789. front: {
  18790. height: math.unit(5 + 4 / 12, "feet"),
  18791. weight: math.unit(115, "lb"),
  18792. name: "Front",
  18793. image: {
  18794. source: "./media/characters/rocky/front.svg",
  18795. extra: 1012 / 975,
  18796. bottom: 54 / 1066
  18797. }
  18798. },
  18799. },
  18800. [
  18801. {
  18802. name: "Normal",
  18803. height: math.unit(5 + 4 / 12, "feet"),
  18804. default: true
  18805. },
  18806. ]
  18807. ))
  18808. characterMakers.push(() => makeCharacter(
  18809. { name: "Ruin" },
  18810. {
  18811. upright: {
  18812. height: math.unit(6, "meters"),
  18813. weight: math.unit(4000, "kg"),
  18814. name: "Upright",
  18815. image: {
  18816. source: "./media/characters/ruin/upright.svg",
  18817. extra: 668 / 661,
  18818. bottom: 42 / 799.8396
  18819. }
  18820. },
  18821. },
  18822. [
  18823. {
  18824. name: "Normal",
  18825. height: math.unit(6, "meters"),
  18826. default: true
  18827. },
  18828. ]
  18829. ))
  18830. characterMakers.push(() => makeCharacter(
  18831. { name: "Robin" },
  18832. {
  18833. front: {
  18834. height: math.unit(5, "feet"),
  18835. weight: math.unit(106, "lb"),
  18836. name: "Front",
  18837. image: {
  18838. source: "./media/characters/robin/front.svg",
  18839. extra: 862 / 799,
  18840. bottom: 42.4 / 914.8856
  18841. }
  18842. },
  18843. },
  18844. [
  18845. {
  18846. name: "Normal",
  18847. height: math.unit(5, "feet"),
  18848. default: true
  18849. },
  18850. ]
  18851. ))
  18852. characterMakers.push(() => makeCharacter(
  18853. { name: "Saian" },
  18854. {
  18855. side: {
  18856. height: math.unit(3, "feet"),
  18857. weight: math.unit(225, "lb"),
  18858. name: "Side",
  18859. image: {
  18860. source: "./media/characters/saian/side.svg",
  18861. extra: 566 / 356,
  18862. bottom: 79.7 / 643
  18863. }
  18864. },
  18865. maw: {
  18866. height: math.unit(2.85, "feet"),
  18867. name: "Maw",
  18868. image: {
  18869. source: "./media/characters/saian/maw.svg"
  18870. }
  18871. },
  18872. },
  18873. [
  18874. {
  18875. name: "Normal",
  18876. height: math.unit(3, "feet"),
  18877. default: true
  18878. },
  18879. ]
  18880. ))
  18881. characterMakers.push(() => makeCharacter(
  18882. { name: "Equus Silvermane" },
  18883. {
  18884. side: {
  18885. height: math.unit(8, "feet"),
  18886. weight: math.unit(300, "lb"),
  18887. name: "Side",
  18888. image: {
  18889. source: "./media/characters/equus-silvermane/side.svg",
  18890. extra: 2176 / 2050,
  18891. bottom: 65.7 / 2245
  18892. }
  18893. },
  18894. front: {
  18895. height: math.unit(8, "feet"),
  18896. weight: math.unit(300, "lb"),
  18897. name: "Front",
  18898. image: {
  18899. source: "./media/characters/equus-silvermane/front.svg",
  18900. extra: 4633 / 4400,
  18901. bottom: 71.3 / 4706.915
  18902. }
  18903. },
  18904. sideStepping: {
  18905. height: math.unit(8, "feet"),
  18906. weight: math.unit(300, "lb"),
  18907. name: "Side (Stepping)",
  18908. image: {
  18909. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18910. extra: 1968 / 1860,
  18911. bottom: 16.4 / 1989
  18912. }
  18913. },
  18914. },
  18915. [
  18916. {
  18917. name: "Normal",
  18918. height: math.unit(8, "feet")
  18919. },
  18920. {
  18921. name: "Minimacro",
  18922. height: math.unit(75, "feet"),
  18923. default: true
  18924. },
  18925. {
  18926. name: "Macro",
  18927. height: math.unit(150, "feet")
  18928. },
  18929. {
  18930. name: "Macro+",
  18931. height: math.unit(1000, "feet")
  18932. },
  18933. {
  18934. name: "Megamacro",
  18935. height: math.unit(1, "mile")
  18936. },
  18937. ]
  18938. ))
  18939. characterMakers.push(() => makeCharacter(
  18940. { name: "Windar" },
  18941. {
  18942. side: {
  18943. height: math.unit(20, "feet"),
  18944. weight: math.unit(30000, "kg"),
  18945. name: "Side",
  18946. image: {
  18947. source: "./media/characters/windar/side.svg",
  18948. extra: 1491 / 1248,
  18949. bottom: 82.56 / 1568
  18950. }
  18951. },
  18952. },
  18953. [
  18954. {
  18955. name: "Normal",
  18956. height: math.unit(20, "feet"),
  18957. default: true
  18958. },
  18959. ]
  18960. ))
  18961. characterMakers.push(() => makeCharacter(
  18962. { name: "Melody" },
  18963. {
  18964. side: {
  18965. height: math.unit(15.66, "feet"),
  18966. weight: math.unit(150, "lb"),
  18967. name: "Side",
  18968. image: {
  18969. source: "./media/characters/melody/side.svg",
  18970. extra: 1097 / 944,
  18971. bottom: 11.8 / 1109
  18972. }
  18973. },
  18974. sideOutfit: {
  18975. height: math.unit(15.66, "feet"),
  18976. weight: math.unit(150, "lb"),
  18977. name: "Side (Outfit)",
  18978. image: {
  18979. source: "./media/characters/melody/side-outfit.svg",
  18980. extra: 1097 / 944,
  18981. bottom: 11.8 / 1109
  18982. }
  18983. },
  18984. },
  18985. [
  18986. {
  18987. name: "Normal",
  18988. height: math.unit(15.66, "feet"),
  18989. default: true
  18990. },
  18991. ]
  18992. ))
  18993. characterMakers.push(() => makeCharacter(
  18994. { name: "Windera" },
  18995. {
  18996. front: {
  18997. height: math.unit(8, "feet"),
  18998. weight: math.unit(325, "lb"),
  18999. name: "Front",
  19000. image: {
  19001. source: "./media/characters/windera/front.svg",
  19002. extra: 3180 / 2845,
  19003. bottom: 178 / 3365
  19004. }
  19005. },
  19006. },
  19007. [
  19008. {
  19009. name: "Normal",
  19010. height: math.unit(8, "feet"),
  19011. default: true
  19012. },
  19013. ]
  19014. ))
  19015. characterMakers.push(() => makeCharacter(
  19016. { name: "Sonear" },
  19017. {
  19018. front: {
  19019. height: math.unit(28.75, "feet"),
  19020. weight: math.unit(2000, "kg"),
  19021. name: "Front",
  19022. image: {
  19023. source: "./media/characters/sonear/front.svg",
  19024. extra: 1041.1 / 964.9,
  19025. bottom: 53.7 / 1096.6
  19026. }
  19027. },
  19028. },
  19029. [
  19030. {
  19031. name: "Normal",
  19032. height: math.unit(28.75, "feet"),
  19033. default: true
  19034. },
  19035. ]
  19036. ))
  19037. characterMakers.push(() => makeCharacter(
  19038. { name: "Kanara" },
  19039. {
  19040. side: {
  19041. height: math.unit(25.5, "feet"),
  19042. weight: math.unit(23000, "kg"),
  19043. name: "Side",
  19044. image: {
  19045. source: "./media/characters/kanara/side.svg"
  19046. }
  19047. },
  19048. },
  19049. [
  19050. {
  19051. name: "Normal",
  19052. height: math.unit(25.5, "feet"),
  19053. default: true
  19054. },
  19055. ]
  19056. ))
  19057. characterMakers.push(() => makeCharacter(
  19058. { name: "Ereus" },
  19059. {
  19060. side: {
  19061. height: math.unit(10, "feet"),
  19062. weight: math.unit(1000, "kg"),
  19063. name: "Side",
  19064. image: {
  19065. source: "./media/characters/ereus/side.svg",
  19066. extra: 1157 / 959,
  19067. bottom: 153 / 1312.5
  19068. }
  19069. },
  19070. },
  19071. [
  19072. {
  19073. name: "Normal",
  19074. height: math.unit(10, "feet"),
  19075. default: true
  19076. },
  19077. ]
  19078. ))
  19079. characterMakers.push(() => makeCharacter(
  19080. { name: "E-ter" },
  19081. {
  19082. side: {
  19083. height: math.unit(4.5, "feet"),
  19084. weight: math.unit(500, "lb"),
  19085. name: "Side",
  19086. image: {
  19087. source: "./media/characters/e-ter/side.svg",
  19088. extra: 1550 / 1248,
  19089. bottom: 146 / 1694
  19090. }
  19091. },
  19092. },
  19093. [
  19094. {
  19095. name: "Normal",
  19096. height: math.unit(4.5, "feet"),
  19097. default: true
  19098. },
  19099. ]
  19100. ))
  19101. characterMakers.push(() => makeCharacter(
  19102. { name: "Yamie" },
  19103. {
  19104. side: {
  19105. height: math.unit(9.7, "feet"),
  19106. weight: math.unit(4000, "kg"),
  19107. name: "Side",
  19108. image: {
  19109. source: "./media/characters/yamie/side.svg"
  19110. }
  19111. },
  19112. },
  19113. [
  19114. {
  19115. name: "Normal",
  19116. height: math.unit(9.7, "feet"),
  19117. default: true
  19118. },
  19119. ]
  19120. ))
  19121. characterMakers.push(() => makeCharacter(
  19122. { name: "Anders" },
  19123. {
  19124. front: {
  19125. height: math.unit(50, "feet"),
  19126. weight: math.unit(50000, "kg"),
  19127. name: "Front",
  19128. image: {
  19129. source: "./media/characters/anders/front.svg",
  19130. extra: 570 / 539,
  19131. bottom: 14.7 / 586.7
  19132. }
  19133. },
  19134. },
  19135. [
  19136. {
  19137. name: "Large",
  19138. height: math.unit(50, "feet")
  19139. },
  19140. {
  19141. name: "Macro",
  19142. height: math.unit(2000, "feet"),
  19143. default: true
  19144. },
  19145. {
  19146. name: "Megamacro",
  19147. height: math.unit(12, "miles")
  19148. },
  19149. ]
  19150. ))
  19151. characterMakers.push(() => makeCharacter(
  19152. { name: "Reban" },
  19153. {
  19154. front: {
  19155. height: math.unit(7 + 2 / 12, "feet"),
  19156. weight: math.unit(300, "lb"),
  19157. name: "Front",
  19158. image: {
  19159. source: "./media/characters/reban/front.svg",
  19160. extra: 516 / 487,
  19161. bottom: 42.82 / 558.356
  19162. }
  19163. },
  19164. dick: {
  19165. height: math.unit(7 / 5, "feet"),
  19166. name: "Dick",
  19167. image: {
  19168. source: "./media/characters/reban/dick.svg"
  19169. }
  19170. },
  19171. },
  19172. [
  19173. {
  19174. name: "Natural Height",
  19175. height: math.unit(7 + 2 / 12, "feet")
  19176. },
  19177. {
  19178. name: "Macro",
  19179. height: math.unit(500, "feet"),
  19180. default: true
  19181. },
  19182. {
  19183. name: "Canon Height",
  19184. height: math.unit(50, "AU")
  19185. },
  19186. ]
  19187. ))
  19188. characterMakers.push(() => makeCharacter(
  19189. { name: "Terrance Keayes" },
  19190. {
  19191. front: {
  19192. height: math.unit(6, "feet"),
  19193. weight: math.unit(150, "lb"),
  19194. name: "Front",
  19195. image: {
  19196. source: "./media/characters/terrance-keayes/front.svg",
  19197. extra: 1.005,
  19198. bottom: 151 / 1615
  19199. }
  19200. },
  19201. side: {
  19202. height: math.unit(6, "feet"),
  19203. weight: math.unit(150, "lb"),
  19204. name: "Side",
  19205. image: {
  19206. source: "./media/characters/terrance-keayes/side.svg",
  19207. extra: 1.005,
  19208. bottom: 129.4 / 1544
  19209. }
  19210. },
  19211. back: {
  19212. height: math.unit(6, "feet"),
  19213. weight: math.unit(150, "lb"),
  19214. name: "Back",
  19215. image: {
  19216. source: "./media/characters/terrance-keayes/back.svg",
  19217. extra: 1.005,
  19218. bottom: 58.4 / 1557.3
  19219. }
  19220. },
  19221. dick: {
  19222. height: math.unit(6 * 0.208, "feet"),
  19223. name: "Dick",
  19224. image: {
  19225. source: "./media/characters/terrance-keayes/dick.svg"
  19226. }
  19227. },
  19228. },
  19229. [
  19230. {
  19231. name: "Canon Height",
  19232. height: math.unit(35, "miles"),
  19233. default: true
  19234. },
  19235. ]
  19236. ))
  19237. characterMakers.push(() => makeCharacter(
  19238. { name: "Ofelia" },
  19239. {
  19240. front: {
  19241. height: math.unit(6, "feet"),
  19242. weight: math.unit(150, "lb"),
  19243. name: "Front",
  19244. image: {
  19245. source: "./media/characters/ofelia/front.svg",
  19246. extra: 546 / 541,
  19247. bottom: 39 / 583
  19248. }
  19249. },
  19250. back: {
  19251. height: math.unit(6, "feet"),
  19252. weight: math.unit(150, "lb"),
  19253. name: "Back",
  19254. image: {
  19255. source: "./media/characters/ofelia/back.svg",
  19256. extra: 564 / 559.5,
  19257. bottom: 8.69 / 573.02
  19258. }
  19259. },
  19260. maw: {
  19261. height: math.unit(1, "feet"),
  19262. name: "Maw",
  19263. image: {
  19264. source: "./media/characters/ofelia/maw.svg"
  19265. }
  19266. },
  19267. foot: {
  19268. height: math.unit(1.949, "feet"),
  19269. name: "Foot",
  19270. image: {
  19271. source: "./media/characters/ofelia/foot.svg"
  19272. }
  19273. },
  19274. },
  19275. [
  19276. {
  19277. name: "Canon Height",
  19278. height: math.unit(2000, "miles"),
  19279. default: true
  19280. },
  19281. ]
  19282. ))
  19283. characterMakers.push(() => makeCharacter(
  19284. { name: "Samuel" },
  19285. {
  19286. front: {
  19287. height: math.unit(6, "feet"),
  19288. weight: math.unit(150, "lb"),
  19289. name: "Front",
  19290. image: {
  19291. source: "./media/characters/samuel/front.svg",
  19292. extra: 265 / 258,
  19293. bottom: 2 / 266.1566
  19294. }
  19295. },
  19296. },
  19297. [
  19298. {
  19299. name: "Macro",
  19300. height: math.unit(100, "feet"),
  19301. default: true
  19302. },
  19303. {
  19304. name: "Full Size",
  19305. height: math.unit(1000, "miles")
  19306. },
  19307. ]
  19308. ))
  19309. characterMakers.push(() => makeCharacter(
  19310. { name: "Beishir Kiel" },
  19311. {
  19312. front: {
  19313. height: math.unit(6, "feet"),
  19314. weight: math.unit(300, "lb"),
  19315. name: "Front",
  19316. image: {
  19317. source: "./media/characters/beishir-kiel/front.svg",
  19318. extra: 569 / 547,
  19319. bottom: 41.9 / 609
  19320. }
  19321. },
  19322. maw: {
  19323. height: math.unit(6 * 0.202, "feet"),
  19324. name: "Maw",
  19325. image: {
  19326. source: "./media/characters/beishir-kiel/maw.svg"
  19327. }
  19328. },
  19329. },
  19330. [
  19331. {
  19332. name: "Macro",
  19333. height: math.unit(300, "feet"),
  19334. default: true
  19335. },
  19336. ]
  19337. ))
  19338. characterMakers.push(() => makeCharacter(
  19339. { name: "Logan Grey" },
  19340. {
  19341. front: {
  19342. height: math.unit(5 + 8 / 12, "feet"),
  19343. weight: math.unit(120, "lb"),
  19344. name: "Front",
  19345. image: {
  19346. source: "./media/characters/logan-grey/front.svg",
  19347. extra: 2539 / 2393,
  19348. bottom: 97.6 / 2636.37
  19349. }
  19350. },
  19351. frontAlt: {
  19352. height: math.unit(5 + 8 / 12, "feet"),
  19353. weight: math.unit(120, "lb"),
  19354. name: "Front (Alt)",
  19355. image: {
  19356. source: "./media/characters/logan-grey/front-alt.svg",
  19357. extra: 958 / 893,
  19358. bottom: 15 / 970.768
  19359. }
  19360. },
  19361. back: {
  19362. height: math.unit(5 + 8 / 12, "feet"),
  19363. weight: math.unit(120, "lb"),
  19364. name: "Back",
  19365. image: {
  19366. source: "./media/characters/logan-grey/back.svg",
  19367. extra: 958 / 893,
  19368. bottom: 2.1881 / 970.9788
  19369. }
  19370. },
  19371. dick: {
  19372. height: math.unit(1.437, "feet"),
  19373. name: "Dick",
  19374. image: {
  19375. source: "./media/characters/logan-grey/dick.svg"
  19376. }
  19377. },
  19378. },
  19379. [
  19380. {
  19381. name: "Normal",
  19382. height: math.unit(5 + 8 / 12, "feet")
  19383. },
  19384. {
  19385. name: "The 500 Foot Femboy",
  19386. height: math.unit(500, "feet"),
  19387. default: true
  19388. },
  19389. {
  19390. name: "Megmacro",
  19391. height: math.unit(20, "miles")
  19392. },
  19393. ]
  19394. ))
  19395. characterMakers.push(() => makeCharacter(
  19396. { name: "Draganta" },
  19397. {
  19398. front: {
  19399. height: math.unit(8 + 2 / 12, "feet"),
  19400. weight: math.unit(275, "lb"),
  19401. name: "Front",
  19402. image: {
  19403. source: "./media/characters/draganta/front.svg",
  19404. extra: 1177 / 1135,
  19405. bottom: 33.46 / 1212.1
  19406. }
  19407. },
  19408. },
  19409. [
  19410. {
  19411. name: "Normal",
  19412. height: math.unit(8 + 6 / 12, "feet"),
  19413. default: true
  19414. },
  19415. {
  19416. name: "Macro",
  19417. height: math.unit(150, "feet")
  19418. },
  19419. {
  19420. name: "Megamacro",
  19421. height: math.unit(1000, "miles")
  19422. },
  19423. ]
  19424. ))
  19425. characterMakers.push(() => makeCharacter(
  19426. { name: "Voski", species: "Corvid" },
  19427. {
  19428. front: {
  19429. height: math.unit(1.72, "m"),
  19430. weight: math.unit(80, "lb"),
  19431. name: "Front",
  19432. image: {
  19433. source: "./media/characters/voski/front.svg",
  19434. extra: 2076.22 / 2022.4,
  19435. bottom: 102.7 / 2177.3866
  19436. }
  19437. },
  19438. back: {
  19439. height: math.unit(1.72, "m"),
  19440. weight: math.unit(80, "lb"),
  19441. name: "Back",
  19442. image: {
  19443. source: "./media/characters/voski/back.svg",
  19444. extra: 2104 / 2051,
  19445. bottom: 10.45 / 2113.63
  19446. }
  19447. },
  19448. },
  19449. [
  19450. {
  19451. name: "Normal",
  19452. height: math.unit(1.72, "m")
  19453. },
  19454. {
  19455. name: "Macro",
  19456. height: math.unit(55, "m"),
  19457. default: true
  19458. },
  19459. {
  19460. name: "Macro+",
  19461. height: math.unit(300, "m")
  19462. },
  19463. {
  19464. name: "Macro++",
  19465. height: math.unit(700, "m")
  19466. },
  19467. {
  19468. name: "Macro+++",
  19469. height: math.unit(4500, "m")
  19470. },
  19471. {
  19472. name: "Macro++++",
  19473. height: math.unit(45, "km")
  19474. },
  19475. {
  19476. name: "Macro+++++",
  19477. height: math.unit(1220, "km")
  19478. },
  19479. ]
  19480. ))
  19481. characterMakers.push(() => makeCharacter(
  19482. { name: "Icowom Lee" },
  19483. {
  19484. front: {
  19485. height: math.unit(2.3, "m"),
  19486. weight: math.unit(304, "kg"),
  19487. name: "Front",
  19488. image: {
  19489. source: "./media/characters/icowom-lee/front.svg",
  19490. extra: 3076 / 2933,
  19491. bottom: 51.4 / 3125.1889
  19492. }
  19493. },
  19494. },
  19495. [
  19496. {
  19497. name: "Normal",
  19498. height: math.unit(2.3, "meters"),
  19499. default: true
  19500. },
  19501. {
  19502. name: "Macro",
  19503. height: math.unit(94, "meters"),
  19504. default: true
  19505. },
  19506. ]
  19507. ))
  19508. characterMakers.push(() => makeCharacter(
  19509. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19510. {
  19511. front: {
  19512. height: math.unit(22, "meters"),
  19513. weight: math.unit(21000, "kg"),
  19514. name: "Front",
  19515. image: {
  19516. source: "./media/characters/shock-diamond/front.svg",
  19517. extra: 2204 / 2053,
  19518. bottom: 65 / 2239.47
  19519. }
  19520. },
  19521. frontNude: {
  19522. height: math.unit(22, "meters"),
  19523. weight: math.unit(21000, "kg"),
  19524. name: "Front (Nude)",
  19525. image: {
  19526. source: "./media/characters/shock-diamond/front-nude.svg",
  19527. extra: 2514 / 2285,
  19528. bottom: 13 / 2527.56
  19529. }
  19530. },
  19531. },
  19532. [
  19533. {
  19534. name: "Normal",
  19535. height: math.unit(3, "meters")
  19536. },
  19537. {
  19538. name: "Macro",
  19539. height: math.unit(22, "meters"),
  19540. default: true
  19541. },
  19542. ]
  19543. ))
  19544. characterMakers.push(() => makeCharacter(
  19545. { name: "Rory" },
  19546. {
  19547. front: {
  19548. height: math.unit(5 + 4 / 12, "feet"),
  19549. weight: math.unit(120, "lb"),
  19550. name: "Front",
  19551. image: {
  19552. source: "./media/characters/rory/front.svg",
  19553. extra: 589 / 556,
  19554. bottom: 45.7 / 635.76
  19555. }
  19556. },
  19557. frontNude: {
  19558. height: math.unit(5 + 4 / 12, "feet"),
  19559. weight: math.unit(120, "lb"),
  19560. name: "Front (Nude)",
  19561. image: {
  19562. source: "./media/characters/rory/front-nude.svg",
  19563. extra: 589 / 556,
  19564. bottom: 45.7 / 635.76
  19565. }
  19566. },
  19567. side: {
  19568. height: math.unit(5 + 4 / 12, "feet"),
  19569. weight: math.unit(120, "lb"),
  19570. name: "Side",
  19571. image: {
  19572. source: "./media/characters/rory/side.svg",
  19573. extra: 597 / 564,
  19574. bottom: 55 / 653
  19575. }
  19576. },
  19577. back: {
  19578. height: math.unit(5 + 4 / 12, "feet"),
  19579. weight: math.unit(120, "lb"),
  19580. name: "Back",
  19581. image: {
  19582. source: "./media/characters/rory/back.svg",
  19583. extra: 620 / 585,
  19584. bottom: 8.86 / 630.43
  19585. }
  19586. },
  19587. dick: {
  19588. height: math.unit(0.86, "feet"),
  19589. name: "Dick",
  19590. image: {
  19591. source: "./media/characters/rory/dick.svg"
  19592. }
  19593. },
  19594. },
  19595. [
  19596. {
  19597. name: "Normal",
  19598. height: math.unit(5 + 4 / 12, "feet"),
  19599. default: true
  19600. },
  19601. {
  19602. name: "Macro",
  19603. height: math.unit(100, "feet")
  19604. },
  19605. {
  19606. name: "Macro+",
  19607. height: math.unit(140, "feet")
  19608. },
  19609. {
  19610. name: "Macro++",
  19611. height: math.unit(300, "feet")
  19612. },
  19613. ]
  19614. ))
  19615. characterMakers.push(() => makeCharacter(
  19616. { name: "Sprisk" },
  19617. {
  19618. front: {
  19619. height: math.unit(5 + 9 / 12, "feet"),
  19620. weight: math.unit(190, "lb"),
  19621. name: "Front",
  19622. image: {
  19623. source: "./media/characters/sprisk/front.svg",
  19624. extra: 1225 / 1180,
  19625. bottom: 42.7 / 1266.4
  19626. }
  19627. },
  19628. frontNsfw: {
  19629. height: math.unit(5 + 9 / 12, "feet"),
  19630. weight: math.unit(190, "lb"),
  19631. name: "Front (NSFW)",
  19632. image: {
  19633. source: "./media/characters/sprisk/front-nsfw.svg",
  19634. extra: 1225 / 1180,
  19635. bottom: 42.7 / 1266.4
  19636. }
  19637. },
  19638. back: {
  19639. height: math.unit(5 + 9 / 12, "feet"),
  19640. weight: math.unit(190, "lb"),
  19641. name: "Back",
  19642. image: {
  19643. source: "./media/characters/sprisk/back.svg",
  19644. extra: 1247 / 1200,
  19645. bottom: 5.6 / 1253.04
  19646. }
  19647. },
  19648. },
  19649. [
  19650. {
  19651. name: "Tiny",
  19652. height: math.unit(2, "inches")
  19653. },
  19654. {
  19655. name: "Normal",
  19656. height: math.unit(5 + 9 / 12, "feet"),
  19657. default: true
  19658. },
  19659. {
  19660. name: "Mini Macro",
  19661. height: math.unit(18, "feet")
  19662. },
  19663. {
  19664. name: "Macro",
  19665. height: math.unit(100, "feet")
  19666. },
  19667. {
  19668. name: "MACRO",
  19669. height: math.unit(50, "miles")
  19670. },
  19671. {
  19672. name: "M A C R O",
  19673. height: math.unit(300, "miles")
  19674. },
  19675. ]
  19676. ))
  19677. characterMakers.push(() => makeCharacter(
  19678. { name: "Bunsen" },
  19679. {
  19680. side: {
  19681. height: math.unit(15.6, "meters"),
  19682. weight: math.unit(700000, "kg"),
  19683. name: "Side",
  19684. image: {
  19685. source: "./media/characters/bunsen/side.svg",
  19686. extra: 1644 / 358
  19687. }
  19688. },
  19689. foot: {
  19690. height: math.unit(1.611 * 1644 / 358, "meter"),
  19691. name: "Foot",
  19692. image: {
  19693. source: "./media/characters/bunsen/foot.svg"
  19694. }
  19695. },
  19696. },
  19697. [
  19698. {
  19699. name: "Small",
  19700. height: math.unit(10, "feet")
  19701. },
  19702. {
  19703. name: "Normal",
  19704. height: math.unit(15.6, "meters"),
  19705. default: true
  19706. },
  19707. ]
  19708. ))
  19709. characterMakers.push(() => makeCharacter(
  19710. { name: "Sesh" },
  19711. {
  19712. front: {
  19713. height: math.unit(4 + 11 / 12, "feet"),
  19714. weight: math.unit(140, "lb"),
  19715. name: "Front",
  19716. image: {
  19717. source: "./media/characters/sesh/front.svg",
  19718. extra: 3420 / 3231,
  19719. bottom: 72 / 3949.5
  19720. }
  19721. },
  19722. },
  19723. [
  19724. {
  19725. name: "Normal",
  19726. height: math.unit(4 + 11 / 12, "feet")
  19727. },
  19728. {
  19729. name: "Grown",
  19730. height: math.unit(15, "feet"),
  19731. default: true
  19732. },
  19733. {
  19734. name: "Macro",
  19735. height: math.unit(1500, "feet")
  19736. },
  19737. {
  19738. name: "Megamacro",
  19739. height: math.unit(30, "miles")
  19740. },
  19741. {
  19742. name: "Continental",
  19743. height: math.unit(3000, "miles")
  19744. },
  19745. {
  19746. name: "Gravity Mass",
  19747. height: math.unit(300000, "miles")
  19748. },
  19749. {
  19750. name: "Planet Buster",
  19751. height: math.unit(30000000, "miles")
  19752. },
  19753. {
  19754. name: "Big",
  19755. height: math.unit(3000000000, "miles")
  19756. },
  19757. ]
  19758. ))
  19759. characterMakers.push(() => makeCharacter(
  19760. { name: "Pepper" },
  19761. {
  19762. front: {
  19763. height: math.unit(9, "feet"),
  19764. weight: math.unit(350, "lb"),
  19765. name: "Front",
  19766. image: {
  19767. source: "./media/characters/pepper/front.svg",
  19768. extra: 1448/1312,
  19769. bottom: 9.4/1457.88
  19770. }
  19771. },
  19772. back: {
  19773. height: math.unit(9, "feet"),
  19774. weight: math.unit(350, "lb"),
  19775. name: "Back",
  19776. image: {
  19777. source: "./media/characters/pepper/back.svg",
  19778. extra: 1423/1300,
  19779. bottom: 4.6/1429
  19780. }
  19781. },
  19782. maw: {
  19783. height: math.unit(0.932, "feet"),
  19784. name: "Maw",
  19785. image: {
  19786. source: "./media/characters/pepper/maw.svg"
  19787. }
  19788. },
  19789. },
  19790. [
  19791. {
  19792. name: "Normal",
  19793. height: math.unit(9, "feet"),
  19794. default: true
  19795. },
  19796. ]
  19797. ))
  19798. characterMakers.push(() => makeCharacter(
  19799. { name: "Maelstrom" },
  19800. {
  19801. front: {
  19802. height: math.unit(6, "feet"),
  19803. weight: math.unit(150, "lb"),
  19804. name: "Front",
  19805. image: {
  19806. source: "./media/characters/maelstrom/front.svg",
  19807. extra: 2100/1883,
  19808. bottom: 94/2196.7
  19809. }
  19810. },
  19811. },
  19812. [
  19813. {
  19814. name: "Less Kaiju",
  19815. height: math.unit(200, "feet")
  19816. },
  19817. {
  19818. name: "Kaiju",
  19819. height: math.unit(400, "feet"),
  19820. default: true
  19821. },
  19822. {
  19823. name: "Kaiju-er",
  19824. height: math.unit(600, "feet")
  19825. },
  19826. ]
  19827. ))
  19828. characterMakers.push(() => makeCharacter(
  19829. { name: "Lexir" },
  19830. {
  19831. front: {
  19832. height: math.unit(6 + 5/12, "feet"),
  19833. weight: math.unit(180, "lb"),
  19834. name: "Front",
  19835. image: {
  19836. source: "./media/characters/lexir/front.svg",
  19837. extra: 180/172,
  19838. bottom: 12/192
  19839. }
  19840. },
  19841. back: {
  19842. height: math.unit(6 + 5/12, "feet"),
  19843. weight: math.unit(180, "lb"),
  19844. name: "Back",
  19845. image: {
  19846. source: "./media/characters/lexir/back.svg",
  19847. extra: 183.84/175.5,
  19848. bottom: 3.1/187
  19849. }
  19850. },
  19851. },
  19852. [
  19853. {
  19854. name: "Very Smal",
  19855. height: math.unit(1, "nm")
  19856. },
  19857. {
  19858. name: "Normal",
  19859. height: math.unit(6 + 5/12, "feet"),
  19860. default: true
  19861. },
  19862. {
  19863. name: "Macro",
  19864. height: math.unit(1, "mile")
  19865. },
  19866. {
  19867. name: "Megamacro",
  19868. height: math.unit(50, "miles")
  19869. },
  19870. ]
  19871. ))
  19872. characterMakers.push(() => makeCharacter(
  19873. { name: "Maksio" },
  19874. {
  19875. front: {
  19876. height: math.unit(1.5, "meters"),
  19877. weight: math.unit(100, "lb"),
  19878. name: "Front",
  19879. image: {
  19880. source: "./media/characters/maksio/front.svg",
  19881. extra: 1549/1531,
  19882. bottom: 123.7/1674.5429
  19883. }
  19884. },
  19885. back: {
  19886. height: math.unit(1.5, "meters"),
  19887. weight: math.unit(100, "lb"),
  19888. name: "Back",
  19889. image: {
  19890. source: "./media/characters/maksio/back.svg",
  19891. extra: 1541/1509,
  19892. bottom: 97/1639
  19893. }
  19894. },
  19895. hand: {
  19896. height: math.unit(0.621, "feet"),
  19897. name: "Hand",
  19898. image: {
  19899. source: "./media/characters/maksio/hand.svg"
  19900. }
  19901. },
  19902. foot: {
  19903. height: math.unit(1.611, "feet"),
  19904. name: "Foot",
  19905. image: {
  19906. source: "./media/characters/maksio/foot.svg"
  19907. }
  19908. },
  19909. },
  19910. [
  19911. {
  19912. name: "Shrunken",
  19913. height: math.unit(10, "cm")
  19914. },
  19915. {
  19916. name: "Normal",
  19917. height: math.unit(150, "cm"),
  19918. default: true
  19919. },
  19920. ]
  19921. ))
  19922. characterMakers.push(() => makeCharacter(
  19923. { name: "Erza Bear" },
  19924. {
  19925. front: {
  19926. height: math.unit(100, "feet"),
  19927. name: "Front",
  19928. image: {
  19929. source: "./media/characters/erza-bear/front.svg",
  19930. extra: 2449/2390,
  19931. bottom: 46/2494
  19932. }
  19933. },
  19934. back: {
  19935. height: math.unit(100, "feet"),
  19936. name: "Back",
  19937. image: {
  19938. source: "./media/characters/erza-bear/back.svg",
  19939. extra: 2489/2430,
  19940. bottom: 85.4/2480
  19941. }
  19942. },
  19943. tail: {
  19944. height: math.unit(42, "feet"),
  19945. name: "Tail",
  19946. image: {
  19947. source: "./media/characters/erza-bear/tail.svg"
  19948. }
  19949. },
  19950. tongue: {
  19951. height: math.unit(8, "feet"),
  19952. name: "Tongue",
  19953. image: {
  19954. source: "./media/characters/erza-bear/tongue.svg"
  19955. }
  19956. },
  19957. dick: {
  19958. height: math.unit(10.5, "feet"),
  19959. name: "Dick",
  19960. image: {
  19961. source: "./media/characters/erza-bear/dick.svg"
  19962. }
  19963. },
  19964. dickVertical: {
  19965. height: math.unit(16.9, "feet"),
  19966. name: "Dick (Vertical)",
  19967. image: {
  19968. source: "./media/characters/erza-bear/dick-vertical.svg"
  19969. }
  19970. },
  19971. },
  19972. [
  19973. {
  19974. name: "Macro",
  19975. height: math.unit(100, "feet"),
  19976. default: true
  19977. },
  19978. ]
  19979. ))
  19980. characterMakers.push(() => makeCharacter(
  19981. { name: "Violet Flor", species: "Skunk" },
  19982. {
  19983. front: {
  19984. height: math.unit(172, "cm"),
  19985. weight: math.unit(73, "kg"),
  19986. name: "Front",
  19987. image: {
  19988. source: "./media/characters/violet-flor/front.svg",
  19989. extra: 1530/1442,
  19990. bottom: 61.9/1588.8
  19991. }
  19992. },
  19993. back: {
  19994. height: math.unit(180, "cm"),
  19995. weight: math.unit(73, "kg"),
  19996. name: "Back",
  19997. image: {
  19998. source: "./media/characters/violet-flor/back.svg",
  19999. extra: 1692/1630,
  20000. bottom: 20/1712
  20001. }
  20002. },
  20003. },
  20004. [
  20005. {
  20006. name: "Normal",
  20007. height: math.unit(172, "cm"),
  20008. default: true
  20009. },
  20010. ]
  20011. ))
  20012. characterMakers.push(() => makeCharacter(
  20013. { name: "Lynn Rhea", species: "Shark" },
  20014. {
  20015. front: {
  20016. height: math.unit(6, "feet"),
  20017. weight: math.unit(220, "lb"),
  20018. name: "Front",
  20019. image: {
  20020. source: "./media/characters/lynn-rhea/front.svg",
  20021. extra: 310/273
  20022. }
  20023. },
  20024. back: {
  20025. height: math.unit(6, "feet"),
  20026. weight: math.unit(220, "lb"),
  20027. name: "Back",
  20028. image: {
  20029. source: "./media/characters/lynn-rhea/back.svg",
  20030. extra: 310/273
  20031. }
  20032. },
  20033. dicks: {
  20034. height: math.unit(0.9, "feet"),
  20035. name: "Dicks",
  20036. image: {
  20037. source: "./media/characters/lynn-rhea/dicks.svg"
  20038. }
  20039. },
  20040. slit: {
  20041. height: math.unit(0.4, "feet"),
  20042. name: "Slit",
  20043. image: {
  20044. source: "./media/characters/lynn-rhea/slit.svg"
  20045. }
  20046. },
  20047. },
  20048. [
  20049. {
  20050. name: "Micro",
  20051. height: math.unit(1, "inch")
  20052. },
  20053. {
  20054. name: "Macro",
  20055. height: math.unit(60, "feet"),
  20056. default: true
  20057. },
  20058. {
  20059. name: "Megamacro",
  20060. height: math.unit(2, "miles")
  20061. },
  20062. {
  20063. name: "Gigamacro",
  20064. height: math.unit(3, "earths")
  20065. },
  20066. {
  20067. name: "Galactic",
  20068. height: math.unit(0.8, "galaxies")
  20069. },
  20070. ]
  20071. ))
  20072. characterMakers.push(() => makeCharacter(
  20073. { name: "Valathos" },
  20074. {
  20075. front: {
  20076. height: math.unit(1600, "feet"),
  20077. weight: math.unit(85758785169, "kg"),
  20078. name: "Front",
  20079. image: {
  20080. source: "./media/characters/valathos/front.svg",
  20081. extra: 1451/1339
  20082. }
  20083. },
  20084. },
  20085. [
  20086. {
  20087. name: "Macro",
  20088. height: math.unit(1600, "feet"),
  20089. default: true
  20090. },
  20091. ]
  20092. ))
  20093. characterMakers.push(() => makeCharacter(
  20094. { name: "Azula" },
  20095. {
  20096. front: {
  20097. height: math.unit(7 + 5/12, "feet"),
  20098. weight: math.unit(300, "lb"),
  20099. name: "Front",
  20100. image: {
  20101. source: "./media/characters/azula/front.svg",
  20102. extra: 3208/2880,
  20103. bottom: 80.2/3277
  20104. }
  20105. },
  20106. back: {
  20107. height: math.unit(7 + 5/12, "feet"),
  20108. weight: math.unit(300, "lb"),
  20109. name: "Back",
  20110. image: {
  20111. source: "./media/characters/azula/back.svg",
  20112. extra: 3169/2822,
  20113. bottom: 150.6/3321
  20114. }
  20115. },
  20116. },
  20117. [
  20118. {
  20119. name: "Normal",
  20120. height: math.unit(7 + 5/12, "feet"),
  20121. default: true
  20122. },
  20123. {
  20124. name: "Big",
  20125. height: math.unit(20, "feet")
  20126. },
  20127. ]
  20128. ))
  20129. characterMakers.push(() => makeCharacter(
  20130. { name: "Rupert" },
  20131. {
  20132. front: {
  20133. height: math.unit(5 + 1/12, "feet"),
  20134. weight: math.unit(110, "lb"),
  20135. name: "Front",
  20136. image: {
  20137. source: "./media/characters/rupert/front.svg",
  20138. extra: 1549/1495,
  20139. bottom: 54.2/1604.4
  20140. }
  20141. },
  20142. },
  20143. [
  20144. {
  20145. name: "Normal",
  20146. height: math.unit(5 + 1/12, "feet"),
  20147. default: true
  20148. },
  20149. ]
  20150. ))
  20151. //characters
  20152. function makeCharacters() {
  20153. const results = [];
  20154. characterMakers.forEach(character => {
  20155. results.push(character());
  20156. });
  20157. return results;
  20158. }