less copy protection, more size visualization
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20725 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. },
  167. [
  168. {
  169. name: "Normal",
  170. height: math.unit(1.83, "meter")
  171. },
  172. {
  173. name: "50 Foot Collie",
  174. height: math.unit(50, "feet")
  175. },
  176. {
  177. name: "Macro",
  178. height: math.unit(96, "feet"),
  179. default: true
  180. },
  181. {
  182. name: "Megamerger",
  183. height: math.unit(650, "feet")
  184. },
  185. ]
  186. ))
  187. characterMakers.push(() => makeCharacter(
  188. { name: "March" },
  189. {
  190. front: {
  191. height: math.unit(7, "feet"),
  192. weight: math.unit(100, "kg"),
  193. name: "Front",
  194. image: {
  195. source: "./media/characters/march/front.svg",
  196. extra: 1,
  197. bottom: 0.015
  198. }
  199. },
  200. foot: {
  201. height: math.unit(0.9, "feet"),
  202. name: "Foot",
  203. image: {
  204. source: "./media/characters/march/foot.svg"
  205. }
  206. },
  207. },
  208. [
  209. {
  210. name: "Normal",
  211. height: math.unit(7.9, "feet")
  212. },
  213. {
  214. name: "Macro",
  215. height: math.unit(220, "meters")
  216. },
  217. {
  218. name: "Megamacro",
  219. height: math.unit(2.98, "km"),
  220. default: true
  221. },
  222. {
  223. name: "Gigamacro",
  224. height: math.unit(15963, "km")
  225. },
  226. {
  227. name: "Teramacro",
  228. height: math.unit(2980000000, "km")
  229. },
  230. {
  231. name: "Examacro",
  232. height: math.unit(250, "parsecs")
  233. },
  234. ]
  235. ))
  236. characterMakers.push(() => makeCharacter(
  237. { name: "Noir" },
  238. {
  239. front: {
  240. height: math.unit(6, "feet"),
  241. weight: math.unit(60, "kg"),
  242. name: "Front",
  243. image: {
  244. source: "./media/characters/noir/front.svg",
  245. extra: 1,
  246. bottom: 0.032
  247. }
  248. },
  249. },
  250. [
  251. {
  252. name: "Normal",
  253. height: math.unit(6.6, "feet")
  254. },
  255. {
  256. name: "Macro",
  257. height: math.unit(500, "feet")
  258. },
  259. {
  260. name: "Megamacro",
  261. height: math.unit(2.5, "km"),
  262. default: true
  263. },
  264. {
  265. name: "Gigamacro",
  266. height: math.unit(22500, "km")
  267. },
  268. {
  269. name: "Teramacro",
  270. height: math.unit(2500000000, "km")
  271. },
  272. {
  273. name: "Examacro",
  274. height: math.unit(200, "parsecs")
  275. },
  276. ]
  277. ))
  278. characterMakers.push(() => makeCharacter(
  279. { name: "Okuri" },
  280. {
  281. front: {
  282. height: math.unit(7, "feet"),
  283. weight: math.unit(100, "kg"),
  284. name: "Front",
  285. image: {
  286. source: "./media/characters/okuri/front.svg",
  287. extra: 1,
  288. bottom: 0.037
  289. }
  290. },
  291. back: {
  292. height: math.unit(7, "feet"),
  293. weight: math.unit(100, "kg"),
  294. name: "Back",
  295. image: {
  296. source: "./media/characters/okuri/back.svg",
  297. extra: 1,
  298. bottom: 0.007
  299. }
  300. },
  301. },
  302. [
  303. {
  304. name: "Megamacro",
  305. height: math.unit(100, "miles"),
  306. default: true
  307. },
  308. ]
  309. ))
  310. characterMakers.push(() => makeCharacter(
  311. { name: "Manny" },
  312. {
  313. front: {
  314. height: math.unit(7, "feet"),
  315. weight: math.unit(100, "kg"),
  316. name: "Front",
  317. image: {
  318. source: "./media/characters/manny/front.svg",
  319. extra: 1,
  320. bottom: 0.06
  321. }
  322. },
  323. back: {
  324. height: math.unit(7, "feet"),
  325. weight: math.unit(100, "kg"),
  326. name: "Back",
  327. image: {
  328. source: "./media/characters/manny/back.svg",
  329. extra: 1,
  330. bottom: 0.014
  331. }
  332. },
  333. },
  334. [
  335. {
  336. name: "Normal",
  337. height: math.unit(7, "feet"),
  338. },
  339. {
  340. name: "Macro",
  341. height: math.unit(78, "feet"),
  342. default: true
  343. },
  344. {
  345. name: "Macro+",
  346. height: math.unit(300, "meters")
  347. },
  348. {
  349. name: "Macro++",
  350. height: math.unit(2400, "meters")
  351. },
  352. {
  353. name: "Megamacro",
  354. height: math.unit(5167, "meters")
  355. },
  356. {
  357. name: "Gigamacro",
  358. height: math.unit(41769, "miles")
  359. },
  360. ]
  361. ))
  362. characterMakers.push(() => makeCharacter(
  363. { name: "Adake" },
  364. {
  365. front: {
  366. height: math.unit(7, "feet"),
  367. weight: math.unit(100, "kg"),
  368. name: "Front",
  369. image: {
  370. source: "./media/characters/adake/front-1.svg"
  371. }
  372. },
  373. frontAlt: {
  374. height: math.unit(7, "feet"),
  375. weight: math.unit(100, "kg"),
  376. name: "Front (Alt)",
  377. image: {
  378. source: "./media/characters/adake/front-2.svg",
  379. extra: 1,
  380. bottom: 0.01
  381. }
  382. },
  383. back: {
  384. height: math.unit(7, "feet"),
  385. weight: math.unit(100, "kg"),
  386. name: "Back",
  387. image: {
  388. source: "./media/characters/adake/back.svg",
  389. }
  390. },
  391. kneel: {
  392. height: math.unit(5.385, "feet"),
  393. weight: math.unit(100, "kg"),
  394. name: "Kneeling",
  395. image: {
  396. source: "./media/characters/adake/kneel.svg",
  397. bottom: 0.052
  398. }
  399. },
  400. },
  401. [
  402. {
  403. name: "Normal",
  404. height: math.unit(7, "feet"),
  405. },
  406. {
  407. name: "Macro",
  408. height: math.unit(78, "feet"),
  409. default: true
  410. },
  411. {
  412. name: "Macro+",
  413. height: math.unit(300, "meters")
  414. },
  415. {
  416. name: "Macro++",
  417. height: math.unit(2400, "meters")
  418. },
  419. {
  420. name: "Megamacro",
  421. height: math.unit(5167, "meters")
  422. },
  423. {
  424. name: "Gigamacro",
  425. height: math.unit(41769, "miles")
  426. },
  427. ]
  428. ))
  429. characterMakers.push(() => makeCharacter(
  430. { name: "Elijah" },
  431. {
  432. front: {
  433. height: math.unit(1.65, "meters"),
  434. weight: math.unit(50, "kg"),
  435. name: "Front",
  436. image: {
  437. source: "./media/characters/elijah/front.svg",
  438. extra: 639 / 626,
  439. bottom: 58.7 / 697.8
  440. }
  441. },
  442. side: {
  443. height: math.unit(1.65, "meters"),
  444. weight: math.unit(50, "kg"),
  445. name: "Side",
  446. image: {
  447. source: "./media/characters/elijah/side.svg",
  448. extra: 1840 / 1795,
  449. bottom: 106 / 1943
  450. }
  451. },
  452. back: {
  453. height: math.unit(1.65, "meters"),
  454. weight: math.unit(50, "kg"),
  455. name: "Back",
  456. image: {
  457. source: "./media/characters/elijah/back.svg",
  458. extra: 661.2 / 639.5,
  459. bottom: 21.2 / 682.5
  460. }
  461. },
  462. foot: {
  463. height: math.unit(1.4, "feet"),
  464. name: "Foot",
  465. image: {
  466. source: "./media/characters/elijah/foot.svg"
  467. }
  468. },
  469. footFlexing: {
  470. height: math.unit(1.243, "feet"),
  471. name: "Foot (Flexing)",
  472. image: {
  473. source: "./media/characters/elijah/foot-flexing.svg"
  474. }
  475. },
  476. footStepping: {
  477. height: math.unit(1.3, "feet"),
  478. name: "Foot (Stepping)",
  479. image: {
  480. source: "./media/characters/elijah/foot-stepping.svg"
  481. }
  482. },
  483. beak: {
  484. height: math.unit(0.666, "feet"),
  485. name: "Beak",
  486. image: {
  487. source: "./media/characters/elijah/beak.svg"
  488. }
  489. },
  490. dick: {
  491. height: math.unit(0.85, "feet"),
  492. name: "Dick",
  493. image: {
  494. source: "./media/characters/elijah/dick.svg"
  495. }
  496. },
  497. },
  498. [
  499. {
  500. name: "Normal",
  501. height: math.unit(1.65, "meters")
  502. },
  503. {
  504. name: "Macro",
  505. height: math.unit(55, "meters"),
  506. default: true
  507. },
  508. {
  509. name: "Macro+",
  510. height: math.unit(105, "meters")
  511. },
  512. ]
  513. ))
  514. characterMakers.push(() => makeCharacter(
  515. { name: "Rai" },
  516. {
  517. front: {
  518. height: math.unit(11, "feet"),
  519. weight: math.unit(80, "kg"),
  520. name: "Front",
  521. image: {
  522. source: "./media/characters/rai/front.svg",
  523. extra: 1,
  524. bottom: 0.03
  525. }
  526. },
  527. side: {
  528. height: math.unit(11, "feet"),
  529. weight: math.unit(80, "kg"),
  530. name: "Side",
  531. image: {
  532. source: "./media/characters/rai/side.svg"
  533. }
  534. },
  535. back: {
  536. height: math.unit(11, "feet"),
  537. weight: math.unit(80, "lb"),
  538. name: "Back",
  539. image: {
  540. source: "./media/characters/rai/back.svg",
  541. extra: 1,
  542. bottom: 0.01
  543. }
  544. },
  545. feral: {
  546. height: math.unit(11, "feet"),
  547. weight: math.unit(800, "lb"),
  548. name: "Feral",
  549. image: {
  550. source: "./media/characters/rai/feral.svg",
  551. extra: 1050 / 659,
  552. bottom: 0.07
  553. }
  554. },
  555. maw: {
  556. height: math.unit(6 / 3.81416, "feet"),
  557. name: "Maw",
  558. image: {
  559. source: "./media/characters/rai/maw.svg"
  560. }
  561. },
  562. },
  563. [
  564. {
  565. name: "Normal",
  566. height: math.unit(11, "feet")
  567. },
  568. {
  569. name: "Macro",
  570. height: math.unit(302, "feet"),
  571. default: true
  572. },
  573. ]
  574. ))
  575. characterMakers.push(() => makeCharacter(
  576. { name: "Jazzy" },
  577. {
  578. front: {
  579. height: math.unit(7, "feet"),
  580. weight: math.unit(80, "kg"),
  581. name: "Front",
  582. image: {
  583. source: "./media/characters/jazzy/front.svg",
  584. extra: 1,
  585. bottom: 0.01
  586. }
  587. },
  588. back: {
  589. height: math.unit(7, "feet"),
  590. weight: math.unit(80, "kg"),
  591. name: "Back",
  592. image: {
  593. source: "./media/characters/jazzy/back.svg",
  594. extra: 1,
  595. bottom: 0.01
  596. }
  597. },
  598. },
  599. [
  600. {
  601. name: "Macro",
  602. height: math.unit(216, "feet"),
  603. default: true
  604. },
  605. ]
  606. ))
  607. characterMakers.push(() => makeCharacter(
  608. { name: "Flamm" },
  609. {
  610. front: {
  611. height: math.unit(7, "feet"),
  612. weight: math.unit(80, "kg"),
  613. name: "Front",
  614. image: {
  615. source: "./media/characters/flamm/front.svg",
  616. extra: 1794 / 1677,
  617. bottom: 31.7 / 1828.5
  618. }
  619. },
  620. },
  621. [
  622. {
  623. name: "Normal",
  624. height: math.unit(9.5, "feet")
  625. },
  626. {
  627. name: "Macro",
  628. height: math.unit(200, "feet"),
  629. default: true
  630. },
  631. ]
  632. ))
  633. characterMakers.push(() => makeCharacter(
  634. { name: "Zephiro" },
  635. {
  636. front: {
  637. height: math.unit(7, "feet"),
  638. weight: math.unit(80, "kg"),
  639. name: "Front",
  640. image: {
  641. source: "./media/characters/zephiro/front.svg",
  642. extra: 2309 / 2162,
  643. bottom: 0.069
  644. }
  645. },
  646. side: {
  647. height: math.unit(7, "feet"),
  648. weight: math.unit(80, "kg"),
  649. name: "Side",
  650. image: {
  651. source: "./media/characters/zephiro/side.svg",
  652. extra: 2403 / 2279,
  653. bottom: 0.015
  654. }
  655. },
  656. back: {
  657. height: math.unit(7, "feet"),
  658. weight: math.unit(80, "kg"),
  659. name: "Back",
  660. image: {
  661. source: "./media/characters/zephiro/back.svg",
  662. extra: 2373 / 2244,
  663. bottom: 0.013
  664. }
  665. },
  666. },
  667. [
  668. {
  669. name: "Micro",
  670. height: math.unit(3, "inches")
  671. },
  672. {
  673. name: "Normal",
  674. height: math.unit(5 + 3 / 12, "feet"),
  675. default: true
  676. },
  677. {
  678. name: "Macro",
  679. height: math.unit(118, "feet")
  680. },
  681. ]
  682. ))
  683. characterMakers.push(() => makeCharacter(
  684. { name: "Fory" },
  685. {
  686. front: {
  687. height: math.unit(5, "feet"),
  688. weight: math.unit(90, "kg"),
  689. name: "Front",
  690. image: {
  691. source: "./media/characters/fory/front.svg",
  692. extra: 2862 / 2674,
  693. bottom: 180 / 3043.8
  694. }
  695. },
  696. back: {
  697. height: math.unit(5, "feet"),
  698. weight: math.unit(90, "kg"),
  699. name: "Back",
  700. image: {
  701. source: "./media/characters/fory/back.svg",
  702. extra: 2962 / 2791,
  703. bottom: 106 / 3071.8
  704. }
  705. },
  706. foot: {
  707. height: math.unit(2.14, "feet"),
  708. name: "Foot",
  709. image: {
  710. source: "./media/characters/fory/foot.svg"
  711. }
  712. },
  713. },
  714. [
  715. {
  716. name: "Normal",
  717. height: math.unit(5, "feet")
  718. },
  719. {
  720. name: "Macro",
  721. height: math.unit(50, "feet"),
  722. default: true
  723. },
  724. {
  725. name: "Megamacro",
  726. height: math.unit(10, "miles")
  727. },
  728. {
  729. name: "Gigamacro",
  730. height: math.unit(5, "earths")
  731. },
  732. ]
  733. ))
  734. characterMakers.push(() => makeCharacter(
  735. { name: "Kurrikage" },
  736. {
  737. front: {
  738. height: math.unit(7, "feet"),
  739. weight: math.unit(90, "kg"),
  740. name: "Front",
  741. image: {
  742. source: "./media/characters/kurrikage/front.svg",
  743. extra: 1,
  744. bottom: 0.035
  745. }
  746. },
  747. back: {
  748. height: math.unit(7, "feet"),
  749. weight: math.unit(90, "lb"),
  750. name: "Back",
  751. image: {
  752. source: "./media/characters/kurrikage/back.svg"
  753. }
  754. },
  755. paw: {
  756. height: math.unit(1.5, "feet"),
  757. name: "Paw",
  758. image: {
  759. source: "./media/characters/kurrikage/paw.svg"
  760. }
  761. },
  762. staff: {
  763. height: math.unit(6.7, "feet"),
  764. name: "Staff",
  765. image: {
  766. source: "./media/characters/kurrikage/staff.svg"
  767. }
  768. },
  769. peek: {
  770. height: math.unit(1.05, "feet"),
  771. name: "Peeking",
  772. image: {
  773. source: "./media/characters/kurrikage/peek.svg",
  774. bottom: 0.08
  775. }
  776. },
  777. },
  778. [
  779. {
  780. name: "Normal",
  781. height: math.unit(12, "feet"),
  782. default: true
  783. },
  784. {
  785. name: "Big",
  786. height: math.unit(20, "feet")
  787. },
  788. {
  789. name: "Macro",
  790. height: math.unit(500, "feet")
  791. },
  792. {
  793. name: "Megamacro",
  794. height: math.unit(20, "miles")
  795. },
  796. ]
  797. ))
  798. characterMakers.push(() => makeCharacter(
  799. { name: "Shingo" },
  800. {
  801. front: {
  802. height: math.unit(6, "feet"),
  803. weight: math.unit(75, "kg"),
  804. name: "Front",
  805. image: {
  806. source: "./media/characters/shingo/front.svg",
  807. extra: 3511 / 3338,
  808. bottom: 0.005
  809. }
  810. },
  811. },
  812. [
  813. {
  814. name: "Micro",
  815. height: math.unit(4, "inches")
  816. },
  817. {
  818. name: "Normal",
  819. height: math.unit(6, "feet"),
  820. default: true
  821. },
  822. {
  823. name: "Macro",
  824. height: math.unit(108, "feet")
  825. }
  826. ]
  827. ))
  828. characterMakers.push(() => makeCharacter(
  829. { name: "Aigey" },
  830. {
  831. side: {
  832. height: math.unit(6, "feet"),
  833. weight: math.unit(75, "kg"),
  834. name: "Side",
  835. image: {
  836. source: "./media/characters/aigey/side.svg"
  837. }
  838. },
  839. },
  840. [
  841. {
  842. name: "Macro",
  843. height: math.unit(200, "feet"),
  844. default: true
  845. },
  846. {
  847. name: "Megamacro",
  848. height: math.unit(100, "miles")
  849. },
  850. ]
  851. )
  852. )
  853. characterMakers.push(() => makeCharacter(
  854. { name: "Natasha" },
  855. {
  856. front: {
  857. height: math.unit(5 + 5 / 12, "feet"),
  858. weight: math.unit(75, "kg"),
  859. name: "Front",
  860. image: {
  861. source: "./media/characters/natasha/front.svg",
  862. extra: 859/824,
  863. bottom: 23/879.6
  864. }
  865. },
  866. frontNsfw: {
  867. height: math.unit(5 + 5 / 12, "feet"),
  868. weight: math.unit(75, "kg"),
  869. name: "Front (NSFW)",
  870. image: {
  871. source: "./media/characters/natasha/front-nsfw.svg",
  872. extra: 859/824,
  873. bottom: 23/879.6
  874. }
  875. },
  876. frontErect: {
  877. height: math.unit(5 + 5 / 12, "feet"),
  878. weight: math.unit(75, "kg"),
  879. name: "Front (Erect)",
  880. image: {
  881. source: "./media/characters/natasha/front-erect.svg",
  882. extra: 859/824,
  883. bottom: 23/879.6
  884. }
  885. },
  886. back: {
  887. height: math.unit(5 + 5 / 12, "feet"),
  888. weight: math.unit(75, "kg"),
  889. name: "Back",
  890. image: {
  891. source: "./media/characters/natasha/back.svg",
  892. extra: 887.9/852.6,
  893. bottom: 9.7/896.4
  894. }
  895. },
  896. backAlt: {
  897. height: math.unit(5 + 5 / 12, "feet"),
  898. weight: math.unit(75, "kg"),
  899. name: "Back (Alt)",
  900. image: {
  901. source: "./media/characters/natasha/back-alt.svg",
  902. extra: 1236.7/1192,
  903. bottom: 22.3/1258.2
  904. }
  905. },
  906. dick: {
  907. height: math.unit(1.772, "feet"),
  908. name: "Dick",
  909. image: {
  910. source: "./media/characters/natasha/dick.svg"
  911. }
  912. },
  913. },
  914. [
  915. {
  916. name: "Normal",
  917. height: math.unit(5 + 5 / 12, "feet")
  918. },
  919. {
  920. name: "Large",
  921. height: math.unit(12, "feet")
  922. },
  923. {
  924. name: "Macro",
  925. height: math.unit(100, "feet"),
  926. default: true
  927. },
  928. {
  929. name: "Macro+",
  930. height: math.unit(260, "feet")
  931. },
  932. {
  933. name: "Macro++",
  934. height: math.unit(1, "mile")
  935. },
  936. ]
  937. ))
  938. characterMakers.push(() => makeCharacter(
  939. { name: "Malik" },
  940. {
  941. front: {
  942. height: math.unit(6, "feet"),
  943. weight: math.unit(75, "kg"),
  944. name: "Front",
  945. image: {
  946. source: "./media/characters/malik/front.svg"
  947. }
  948. },
  949. side: {
  950. height: math.unit(6, "feet"),
  951. weight: math.unit(75, "kg"),
  952. name: "Side",
  953. image: {
  954. source: "./media/characters/malik/side.svg",
  955. extra: 1.1539
  956. }
  957. },
  958. back: {
  959. height: math.unit(6, "feet"),
  960. weight: math.unit(75, "kg"),
  961. name: "Back",
  962. image: {
  963. source: "./media/characters/malik/back.svg"
  964. }
  965. },
  966. },
  967. [
  968. {
  969. name: "Macro",
  970. height: math.unit(156, "feet"),
  971. default: true
  972. },
  973. {
  974. name: "Macro+",
  975. height: math.unit(1188, "feet")
  976. },
  977. ]
  978. ))
  979. characterMakers.push(() => makeCharacter(
  980. { name: "Sefer" },
  981. {
  982. front: {
  983. height: math.unit(6, "feet"),
  984. weight: math.unit(75, "kg"),
  985. name: "Front",
  986. image: {
  987. source: "./media/characters/sefer/front.svg"
  988. }
  989. },
  990. back: {
  991. height: math.unit(6, "feet"),
  992. weight: math.unit(75, "kg"),
  993. name: "Back",
  994. image: {
  995. source: "./media/characters/sefer/back.svg"
  996. }
  997. },
  998. },
  999. [
  1000. {
  1001. name: "Normal",
  1002. height: math.unit(6, "feet"),
  1003. default: true
  1004. },
  1005. ]
  1006. ))
  1007. characterMakers.push(() => makeCharacter(
  1008. { name: "North" },
  1009. {
  1010. body: {
  1011. height: math.unit(2.2428, "meter"),
  1012. weight: math.unit(124.738, "kg"),
  1013. name: "Body",
  1014. image: {
  1015. extra: 1225 / 1050,
  1016. source: "./media/characters/north/front.svg"
  1017. }
  1018. }
  1019. },
  1020. [
  1021. {
  1022. name: "Micro",
  1023. height: math.unit(4, "inches")
  1024. },
  1025. {
  1026. name: "Macro",
  1027. height: math.unit(63, "meters")
  1028. },
  1029. {
  1030. name: "Megamacro",
  1031. height: math.unit(101, "miles"),
  1032. default: true
  1033. }
  1034. ]
  1035. ))
  1036. characterMakers.push(() => makeCharacter(
  1037. { name: "Talan" },
  1038. {
  1039. angled: {
  1040. height: math.unit(4, "meter"),
  1041. weight: math.unit(150, "kg"),
  1042. name: "Angled",
  1043. image: {
  1044. source: "./media/characters/talan/angled-sfw.svg",
  1045. bottom: 29 / 3734
  1046. }
  1047. },
  1048. angledNsfw: {
  1049. height: math.unit(4, "meter"),
  1050. weight: math.unit(150, "kg"),
  1051. name: "Angled (NSFW)",
  1052. image: {
  1053. source: "./media/characters/talan/angled-nsfw.svg",
  1054. bottom: 29 / 3734
  1055. }
  1056. },
  1057. frontNsfw: {
  1058. height: math.unit(4, "meter"),
  1059. weight: math.unit(150, "kg"),
  1060. name: "Front (NSFW)",
  1061. image: {
  1062. source: "./media/characters/talan/front-nsfw.svg",
  1063. bottom: 29 / 3734
  1064. }
  1065. },
  1066. sideNsfw: {
  1067. height: math.unit(4, "meter"),
  1068. weight: math.unit(150, "kg"),
  1069. name: "Side (NSFW)",
  1070. image: {
  1071. source: "./media/characters/talan/side-nsfw.svg",
  1072. bottom: 29 / 3734
  1073. }
  1074. },
  1075. back: {
  1076. height: math.unit(4, "meter"),
  1077. weight: math.unit(150, "kg"),
  1078. name: "Back",
  1079. image: {
  1080. source: "./media/characters/talan/back.svg"
  1081. }
  1082. },
  1083. dickBottom: {
  1084. height: math.unit(0.621, "meter"),
  1085. name: "Dick (Bottom)",
  1086. image: {
  1087. source: "./media/characters/talan/dick-bottom.svg"
  1088. }
  1089. },
  1090. dickTop: {
  1091. height: math.unit(0.621, "meter"),
  1092. name: "Dick (Top)",
  1093. image: {
  1094. source: "./media/characters/talan/dick-top.svg"
  1095. }
  1096. },
  1097. dickSide: {
  1098. height: math.unit(0.305, "meter"),
  1099. name: "Dick (Side)",
  1100. image: {
  1101. source: "./media/characters/talan/dick-side.svg"
  1102. }
  1103. },
  1104. dickFront: {
  1105. height: math.unit(0.305, "meter"),
  1106. name: "Dick (Front)",
  1107. image: {
  1108. source: "./media/characters/talan/dick-front.svg"
  1109. }
  1110. },
  1111. },
  1112. [
  1113. {
  1114. name: "Normal",
  1115. height: math.unit(4, "meters")
  1116. },
  1117. {
  1118. name: "Macro",
  1119. height: math.unit(100, "meters")
  1120. },
  1121. {
  1122. name: "Megamacro",
  1123. height: math.unit(2, "miles"),
  1124. default: true
  1125. },
  1126. {
  1127. name: "Gigamacro",
  1128. height: math.unit(5000, "miles")
  1129. },
  1130. {
  1131. name: "Teramacro",
  1132. height: math.unit(100, "parsecs")
  1133. }
  1134. ]
  1135. ))
  1136. characterMakers.push(() => makeCharacter(
  1137. { name: "Gael'Rathus" },
  1138. {
  1139. front: {
  1140. height: math.unit(2, "meter"),
  1141. weight: math.unit(90, "kg"),
  1142. name: "Front",
  1143. image: {
  1144. source: "./media/characters/gael'rathus/front.svg"
  1145. }
  1146. },
  1147. frontAlt: {
  1148. height: math.unit(2, "meter"),
  1149. weight: math.unit(90, "kg"),
  1150. name: "Front (alt)",
  1151. image: {
  1152. source: "./media/characters/gael'rathus/front-alt.svg"
  1153. }
  1154. },
  1155. frontAlt2: {
  1156. height: math.unit(2, "meter"),
  1157. weight: math.unit(90, "kg"),
  1158. name: "Front (alt 2)",
  1159. image: {
  1160. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1161. }
  1162. }
  1163. },
  1164. [
  1165. {
  1166. name: "Normal",
  1167. height: math.unit(9, "feet"),
  1168. default: true
  1169. },
  1170. {
  1171. name: "Large",
  1172. height: math.unit(25, "feet")
  1173. },
  1174. {
  1175. name: "Macro",
  1176. height: math.unit(0.25, "miles")
  1177. },
  1178. {
  1179. name: "Megamacro",
  1180. height: math.unit(10, "miles")
  1181. }
  1182. ]
  1183. ))
  1184. characterMakers.push(() => makeCharacter(
  1185. { name: "Sosha" },
  1186. {
  1187. side: {
  1188. height: math.unit(2, "meter"),
  1189. weight: math.unit(140, "kg"),
  1190. name: "Side",
  1191. image: {
  1192. source: "./media/characters/sosha/side.svg",
  1193. bottom: 0.042
  1194. }
  1195. },
  1196. },
  1197. [
  1198. {
  1199. name: "Normal",
  1200. height: math.unit(12, "feet"),
  1201. default: true
  1202. }
  1203. ]
  1204. ))
  1205. characterMakers.push(() => makeCharacter(
  1206. { name: "RuNNoLa" },
  1207. {
  1208. side: {
  1209. height: math.unit(5 + 5 / 12, "feet"),
  1210. weight: math.unit(170, "kg"),
  1211. name: "Side",
  1212. image: {
  1213. source: "./media/characters/runnola/side.svg",
  1214. extra: 741 / 448,
  1215. bottom: 0.05
  1216. }
  1217. },
  1218. },
  1219. [
  1220. {
  1221. name: "Small",
  1222. height: math.unit(3, "feet")
  1223. },
  1224. {
  1225. name: "Normal",
  1226. height: math.unit(5 + 5 / 12, "feet"),
  1227. default: true
  1228. },
  1229. {
  1230. name: "Big",
  1231. height: math.unit(10, "feet")
  1232. },
  1233. ]
  1234. ))
  1235. characterMakers.push(() => makeCharacter(
  1236. { name: "Kurribird" },
  1237. {
  1238. front: {
  1239. height: math.unit(2, "meter"),
  1240. weight: math.unit(50, "kg"),
  1241. name: "Front",
  1242. image: {
  1243. source: "./media/characters/kurribird/front.svg",
  1244. bottom: 0.015
  1245. }
  1246. },
  1247. frontAlt: {
  1248. height: math.unit(1.5, "meter"),
  1249. weight: math.unit(50, "kg"),
  1250. name: "Front (Alt)",
  1251. image: {
  1252. source: "./media/characters/kurribird/front-alt.svg",
  1253. extra: 1.45
  1254. }
  1255. },
  1256. },
  1257. [
  1258. {
  1259. name: "Normal",
  1260. height: math.unit(7, "feet")
  1261. },
  1262. {
  1263. name: "Big",
  1264. height: math.unit(12, "feet"),
  1265. default: true
  1266. },
  1267. {
  1268. name: "Macro",
  1269. height: math.unit(1500, "feet")
  1270. },
  1271. {
  1272. name: "Megamacro",
  1273. height: math.unit(2, "miles")
  1274. }
  1275. ]
  1276. ))
  1277. characterMakers.push(() => makeCharacter(
  1278. { name: "Elbial" },
  1279. {
  1280. front: {
  1281. height: math.unit(2, "meter"),
  1282. weight: math.unit(80, "kg"),
  1283. name: "Front",
  1284. image: {
  1285. source: "./media/characters/elbial/front.svg",
  1286. extra: 1643 / 1556,
  1287. bottom: 60.2 / 1696
  1288. }
  1289. },
  1290. side: {
  1291. height: math.unit(2, "meter"),
  1292. weight: math.unit(80, "kg"),
  1293. name: "Side",
  1294. image: {
  1295. source: "./media/characters/elbial/side.svg",
  1296. extra: 1630 / 1565,
  1297. bottom: 71.5 / 1697
  1298. }
  1299. },
  1300. back: {
  1301. height: math.unit(2, "meter"),
  1302. weight: math.unit(80, "kg"),
  1303. name: "Back",
  1304. image: {
  1305. source: "./media/characters/elbial/back.svg",
  1306. extra: 1668 / 1595,
  1307. bottom: 5.6 / 1672
  1308. }
  1309. },
  1310. frontDressed: {
  1311. height: math.unit(2, "meter"),
  1312. weight: math.unit(80, "kg"),
  1313. name: "Front (Dressed)",
  1314. image: {
  1315. source: "./media/characters/elbial/front-dressed.svg",
  1316. extra: 1653 / 1584,
  1317. bottom: 57 / 1708
  1318. }
  1319. },
  1320. genitals: {
  1321. height: math.unit(2 / 3.367, "meter"),
  1322. name: "Genitals",
  1323. image: {
  1324. source: "./media/characters/elbial/genitals.svg"
  1325. }
  1326. },
  1327. },
  1328. [
  1329. {
  1330. name: "Large",
  1331. height: math.unit(100, "feet")
  1332. },
  1333. {
  1334. name: "Macro",
  1335. height: math.unit(500, "feet"),
  1336. default: true
  1337. },
  1338. {
  1339. name: "Megamacro",
  1340. height: math.unit(10, "miles")
  1341. },
  1342. {
  1343. name: "Gigamacro",
  1344. height: math.unit(25000, "miles")
  1345. },
  1346. {
  1347. name: "Full-Size",
  1348. height: math.unit(8000000, "gigaparsecs")
  1349. }
  1350. ]
  1351. ))
  1352. characterMakers.push(() => makeCharacter(
  1353. { name: "Noah" },
  1354. {
  1355. front: {
  1356. height: math.unit(2, "meter"),
  1357. weight: math.unit(60, "kg"),
  1358. name: "Front",
  1359. image: {
  1360. source: "./media/characters/noah/front.svg"
  1361. }
  1362. },
  1363. talons: {
  1364. height: math.unit(0.315, "meter"),
  1365. name: "Talons",
  1366. image: {
  1367. source: "./media/characters/noah/talons.svg"
  1368. }
  1369. }
  1370. },
  1371. [
  1372. {
  1373. name: "Large",
  1374. height: math.unit(50, "feet")
  1375. },
  1376. {
  1377. name: "Macro",
  1378. height: math.unit(750, "feet"),
  1379. default: true
  1380. },
  1381. {
  1382. name: "Megamacro",
  1383. height: math.unit(50, "miles")
  1384. },
  1385. {
  1386. name: "Gigamacro",
  1387. height: math.unit(100000, "miles")
  1388. },
  1389. {
  1390. name: "Full-Size",
  1391. height: math.unit(3000000000, "miles")
  1392. }
  1393. ]
  1394. ))
  1395. characterMakers.push(() => makeCharacter(
  1396. { name: "Natalya" },
  1397. {
  1398. front: {
  1399. height: math.unit(2, "meter"),
  1400. weight: math.unit(80, "kg"),
  1401. name: "Front",
  1402. image: {
  1403. source: "./media/characters/natalya/front.svg"
  1404. }
  1405. },
  1406. back: {
  1407. height: math.unit(2, "meter"),
  1408. weight: math.unit(80, "kg"),
  1409. name: "Back",
  1410. image: {
  1411. source: "./media/characters/natalya/back.svg"
  1412. }
  1413. }
  1414. },
  1415. [
  1416. {
  1417. name: "Normal",
  1418. height: math.unit(150, "feet"),
  1419. default: true
  1420. },
  1421. {
  1422. name: "Megamacro",
  1423. height: math.unit(5, "miles")
  1424. },
  1425. {
  1426. name: "Full-Size",
  1427. height: math.unit(600, "kiloparsecs")
  1428. }
  1429. ]
  1430. ))
  1431. characterMakers.push(() => makeCharacter(
  1432. { name: "Erestrebah" },
  1433. {
  1434. front: {
  1435. height: math.unit(2, "meter"),
  1436. weight: math.unit(50, "kg"),
  1437. name: "Front",
  1438. image: {
  1439. source: "./media/characters/erestrebah/front.svg",
  1440. extra: 208 / 193,
  1441. bottom: 0.055
  1442. }
  1443. },
  1444. back: {
  1445. height: math.unit(2, "meter"),
  1446. weight: math.unit(50, "kg"),
  1447. name: "Back",
  1448. image: {
  1449. source: "./media/characters/erestrebah/back.svg",
  1450. extra: 1.3
  1451. }
  1452. }
  1453. },
  1454. [
  1455. {
  1456. name: "Normal",
  1457. height: math.unit(10, "feet")
  1458. },
  1459. {
  1460. name: "Large",
  1461. height: math.unit(50, "feet"),
  1462. default: true
  1463. },
  1464. {
  1465. name: "Macro",
  1466. height: math.unit(300, "feet")
  1467. },
  1468. {
  1469. name: "Macro+",
  1470. height: math.unit(750, "feet")
  1471. },
  1472. {
  1473. name: "Megamacro",
  1474. height: math.unit(3, "miles")
  1475. }
  1476. ]
  1477. ))
  1478. characterMakers.push(() => makeCharacter(
  1479. { name: "Jennifer" },
  1480. {
  1481. front: {
  1482. height: math.unit(2, "meter"),
  1483. weight: math.unit(80, "kg"),
  1484. name: "Front",
  1485. image: {
  1486. source: "./media/characters/jennifer/front.svg",
  1487. bottom: 0.11,
  1488. extra: 1.16
  1489. }
  1490. },
  1491. frontAlt: {
  1492. height: math.unit(2, "meter"),
  1493. weight: math.unit(80, "kg"),
  1494. name: "Front (Alt)",
  1495. image: {
  1496. source: "./media/characters/jennifer/front-alt.svg"
  1497. }
  1498. }
  1499. },
  1500. [
  1501. {
  1502. name: "Canon Height",
  1503. height: math.unit(120, "feet"),
  1504. default: true
  1505. },
  1506. {
  1507. name: "Macro+",
  1508. height: math.unit(300, "feet")
  1509. },
  1510. {
  1511. name: "Megamacro",
  1512. height: math.unit(20000, "feet")
  1513. }
  1514. ]
  1515. ))
  1516. characterMakers.push(() => makeCharacter(
  1517. { name: "Kalista" },
  1518. {
  1519. front: {
  1520. height: math.unit(2, "meter"),
  1521. weight: math.unit(50, "kg"),
  1522. name: "Front",
  1523. image: {
  1524. source: "./media/characters/kalista/front.svg",
  1525. extra: 1947 / 1700
  1526. }
  1527. },
  1528. back: {
  1529. height: math.unit(2, "meter"),
  1530. weight: math.unit(50, "kg"),
  1531. name: "Back",
  1532. image: {
  1533. source: "./media/characters/kalista/back.svg",
  1534. extra: 1366 / 1156
  1535. }
  1536. }
  1537. },
  1538. [
  1539. {
  1540. name: "Uncomfortably Small",
  1541. height: math.unit(10, "feet")
  1542. },
  1543. {
  1544. name: "Small",
  1545. height: math.unit(30, "feet")
  1546. },
  1547. {
  1548. name: "Macro",
  1549. height: math.unit(100, "feet"),
  1550. default: true
  1551. },
  1552. {
  1553. name: "Macro+",
  1554. height: math.unit(2000, "feet")
  1555. },
  1556. {
  1557. name: "True Form",
  1558. height: math.unit(8924, "miles")
  1559. }
  1560. ]
  1561. ))
  1562. characterMakers.push(() => makeCharacter(
  1563. { name: "GiantGrowingVixen" },
  1564. {
  1565. front: {
  1566. height: math.unit(2, "meter"),
  1567. weight: math.unit(120, "kg"),
  1568. name: "Front",
  1569. image: {
  1570. source: "./media/characters/ggv/front.svg"
  1571. }
  1572. },
  1573. side: {
  1574. height: math.unit(2, "meter"),
  1575. weight: math.unit(120, "kg"),
  1576. name: "Side",
  1577. image: {
  1578. source: "./media/characters/ggv/side.svg"
  1579. }
  1580. }
  1581. },
  1582. [
  1583. {
  1584. name: "Extremely Puny",
  1585. height: math.unit(9 + 5 / 12, "feet")
  1586. },
  1587. {
  1588. name: "Horribly Small",
  1589. height: math.unit(47.7, "miles"),
  1590. default: true
  1591. },
  1592. {
  1593. name: "Reasonably Sized",
  1594. height: math.unit(25000, "parsecs")
  1595. },
  1596. {
  1597. name: "Slightly Uncompressed",
  1598. height: math.unit(7.77e31, "parsecs")
  1599. },
  1600. {
  1601. name: "Omniversal",
  1602. height: math.unit(1e300, "meters")
  1603. },
  1604. ]
  1605. ))
  1606. characterMakers.push(() => makeCharacter(
  1607. { name: "Napalm" },
  1608. {
  1609. front: {
  1610. height: math.unit(2, "meter"),
  1611. weight: math.unit(75, "lb"),
  1612. name: "Front",
  1613. image: {
  1614. source: "./media/characters/napalm/front.svg"
  1615. }
  1616. },
  1617. back: {
  1618. height: math.unit(2, "meter"),
  1619. weight: math.unit(75, "lb"),
  1620. name: "Back",
  1621. image: {
  1622. source: "./media/characters/napalm/back.svg"
  1623. }
  1624. }
  1625. },
  1626. [
  1627. {
  1628. name: "Standard",
  1629. height: math.unit(55, "feet"),
  1630. default: true
  1631. }
  1632. ]
  1633. ))
  1634. characterMakers.push(() => makeCharacter(
  1635. { name: "Asana" },
  1636. {
  1637. front: {
  1638. height: math.unit(7 + 5 / 6, "feet"),
  1639. weight: math.unit(325, "lb"),
  1640. name: "Front",
  1641. image: {
  1642. source: "./media/characters/asana/front.svg",
  1643. extra: 1128 / 1068
  1644. }
  1645. },
  1646. back: {
  1647. height: math.unit(7 + 5 / 6, "feet"),
  1648. weight: math.unit(325, "lb"),
  1649. name: "Back",
  1650. image: {
  1651. source: "./media/characters/asana/back.svg",
  1652. extra: 1128 / 1068
  1653. }
  1654. },
  1655. },
  1656. [
  1657. {
  1658. name: "Standard",
  1659. height: math.unit(7 + 5 / 6, "feet"),
  1660. default: true
  1661. },
  1662. {
  1663. name: "Large",
  1664. height: math.unit(10, "meters")
  1665. },
  1666. {
  1667. name: "Macro",
  1668. height: math.unit(2500, "meters")
  1669. },
  1670. {
  1671. name: "Megamacro",
  1672. height: math.unit(5e6, "meters")
  1673. },
  1674. {
  1675. name: "Examacro",
  1676. height: math.unit(5e12, "lightyears")
  1677. },
  1678. {
  1679. name: "Max Size",
  1680. height: math.unit(1e31, "lightyears")
  1681. }
  1682. ]
  1683. ))
  1684. characterMakers.push(() => makeCharacter(
  1685. { name: "Ebony" },
  1686. {
  1687. front: {
  1688. height: math.unit(2, "meter"),
  1689. weight: math.unit(60, "kg"),
  1690. name: "Front",
  1691. image: {
  1692. source: "./media/characters/ebony/front.svg",
  1693. bottom: 0.03,
  1694. extra: 1045 / 810 + 0.03
  1695. }
  1696. },
  1697. side: {
  1698. height: math.unit(2, "meter"),
  1699. weight: math.unit(60, "kg"),
  1700. name: "Side",
  1701. image: {
  1702. source: "./media/characters/ebony/side.svg",
  1703. bottom: 0.03,
  1704. extra: 1045 / 810 + 0.03
  1705. }
  1706. },
  1707. back: {
  1708. height: math.unit(2, "meter"),
  1709. weight: math.unit(60, "kg"),
  1710. name: "Back",
  1711. image: {
  1712. source: "./media/characters/ebony/back.svg",
  1713. bottom: 0.01,
  1714. extra: 1045 / 810 + 0.01
  1715. }
  1716. },
  1717. },
  1718. [
  1719. // TODO check why I did this lol
  1720. {
  1721. name: "Standard",
  1722. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1723. default: true
  1724. },
  1725. {
  1726. name: "Macro",
  1727. height: math.unit(200, "feet")
  1728. },
  1729. {
  1730. name: "Gigamacro",
  1731. height: math.unit(13000, "km")
  1732. }
  1733. ]
  1734. ))
  1735. characterMakers.push(() => makeCharacter(
  1736. { name: "Mountain" },
  1737. {
  1738. front: {
  1739. height: math.unit(6, "feet"),
  1740. weight: math.unit(175, "lb"),
  1741. name: "Front",
  1742. image: {
  1743. source: "./media/characters/mountain/front.svg"
  1744. }
  1745. },
  1746. back: {
  1747. height: math.unit(6, "feet"),
  1748. weight: math.unit(175, "lb"),
  1749. name: "Back",
  1750. image: {
  1751. source: "./media/characters/mountain/back.svg"
  1752. }
  1753. },
  1754. },
  1755. [
  1756. {
  1757. name: "Large",
  1758. height: math.unit(20, "meters")
  1759. },
  1760. {
  1761. name: "Macro",
  1762. height: math.unit(300, "meters")
  1763. },
  1764. {
  1765. name: "Gigamacro",
  1766. height: math.unit(10000, "km"),
  1767. default: true
  1768. },
  1769. {
  1770. name: "Examacro",
  1771. height: math.unit(10e9, "lightyears")
  1772. }
  1773. ]
  1774. ))
  1775. characterMakers.push(() => makeCharacter(
  1776. { name: "Rick" },
  1777. {
  1778. front: {
  1779. height: math.unit(8, "feet"),
  1780. weight: math.unit(500, "lb"),
  1781. name: "Front",
  1782. image: {
  1783. source: "./media/characters/rick/front.svg"
  1784. }
  1785. }
  1786. },
  1787. [
  1788. {
  1789. name: "Normal",
  1790. height: math.unit(8, "feet"),
  1791. default: true
  1792. },
  1793. {
  1794. name: "Macro",
  1795. height: math.unit(5, "km")
  1796. }
  1797. ]
  1798. ))
  1799. characterMakers.push(() => makeCharacter(
  1800. { name: "Ona" },
  1801. {
  1802. front: {
  1803. height: math.unit(8, "feet"),
  1804. weight: math.unit(120, "lb"),
  1805. name: "Front",
  1806. image: {
  1807. source: "./media/characters/ona/front.svg"
  1808. }
  1809. },
  1810. frontAlt: {
  1811. height: math.unit(8, "feet"),
  1812. weight: math.unit(120, "lb"),
  1813. name: "Front (Alt)",
  1814. image: {
  1815. source: "./media/characters/ona/front-alt.svg"
  1816. }
  1817. },
  1818. back: {
  1819. height: math.unit(8, "feet"),
  1820. weight: math.unit(120, "lb"),
  1821. name: "Back",
  1822. image: {
  1823. source: "./media/characters/ona/back.svg"
  1824. }
  1825. },
  1826. foot: {
  1827. height: math.unit(1.1, "feet"),
  1828. name: "Foot",
  1829. image: {
  1830. source: "./media/characters/ona/foot.svg"
  1831. }
  1832. }
  1833. },
  1834. [
  1835. {
  1836. name: "Megamacro",
  1837. height: math.unit(70, "km"),
  1838. default: true
  1839. },
  1840. {
  1841. name: "Gigamacro",
  1842. height: math.unit(681818, "miles")
  1843. },
  1844. {
  1845. name: "Examacro",
  1846. height: math.unit(3800000, "lightyears")
  1847. },
  1848. ]
  1849. ))
  1850. characterMakers.push(() => makeCharacter(
  1851. { name: "Mech" },
  1852. {
  1853. front: {
  1854. height: math.unit(12, "feet"),
  1855. weight: math.unit(3000, "lb"),
  1856. name: "Front",
  1857. image: {
  1858. source: "./media/characters/mech/front.svg",
  1859. bottom: 0.025,
  1860. }
  1861. },
  1862. back: {
  1863. height: math.unit(12, "feet"),
  1864. weight: math.unit(3000, "lb"),
  1865. name: "Back",
  1866. image: {
  1867. source: "./media/characters/mech/back.svg",
  1868. bottom: 0.03,
  1869. }
  1870. }
  1871. },
  1872. [
  1873. {
  1874. name: "Normal",
  1875. height: math.unit(12, "feet")
  1876. },
  1877. {
  1878. name: "Macro",
  1879. height: math.unit(300, "feet"),
  1880. default: true
  1881. },
  1882. {
  1883. name: "Macro+",
  1884. height: math.unit(1500, "feet")
  1885. },
  1886. ]
  1887. ))
  1888. characterMakers.push(() => makeCharacter(
  1889. { name: "Gregory" },
  1890. {
  1891. front: {
  1892. height: math.unit(1.3, "meter"),
  1893. weight: math.unit(30, "kg"),
  1894. name: "Front",
  1895. image: {
  1896. source: "./media/characters/gregory/front.svg",
  1897. }
  1898. }
  1899. },
  1900. [
  1901. {
  1902. name: "Normal",
  1903. height: math.unit(1.3, "meter"),
  1904. default: true
  1905. },
  1906. {
  1907. name: "Macro",
  1908. height: math.unit(20, "meter")
  1909. }
  1910. ]
  1911. ))
  1912. characterMakers.push(() => makeCharacter(
  1913. { name: "Elory" },
  1914. {
  1915. front: {
  1916. height: math.unit(2.8, "meter"),
  1917. weight: math.unit(200, "kg"),
  1918. name: "Front",
  1919. image: {
  1920. source: "./media/characters/elory/front.svg",
  1921. }
  1922. }
  1923. },
  1924. [
  1925. {
  1926. name: "Normal",
  1927. height: math.unit(2.8, "meter"),
  1928. default: true
  1929. },
  1930. {
  1931. name: "Macro",
  1932. height: math.unit(38, "meter")
  1933. }
  1934. ]
  1935. ))
  1936. characterMakers.push(() => makeCharacter(
  1937. { name: "Angelpatamon" },
  1938. {
  1939. front: {
  1940. height: math.unit(470, "feet"),
  1941. weight: math.unit(924, "tons"),
  1942. name: "Front",
  1943. image: {
  1944. source: "./media/characters/angelpatamon/front.svg",
  1945. }
  1946. }
  1947. },
  1948. [
  1949. {
  1950. name: "Normal",
  1951. height: math.unit(470, "feet"),
  1952. default: true
  1953. },
  1954. {
  1955. name: "Deity Size I",
  1956. height: math.unit(28651.2, "km")
  1957. },
  1958. {
  1959. name: "Deity Size II",
  1960. height: math.unit(171907.2, "km")
  1961. }
  1962. ]
  1963. ))
  1964. characterMakers.push(() => makeCharacter(
  1965. { name: "Cryae" },
  1966. {
  1967. side: {
  1968. height: math.unit(7.2, "meter"),
  1969. weight: math.unit(8.2, "tons"),
  1970. name: "Side",
  1971. image: {
  1972. source: "./media/characters/cryae/side.svg",
  1973. extra: 3500 / 1500
  1974. }
  1975. }
  1976. },
  1977. [
  1978. {
  1979. name: "Normal",
  1980. height: math.unit(7.2, "meter"),
  1981. default: true
  1982. }
  1983. ]
  1984. ))
  1985. characterMakers.push(() => makeCharacter(
  1986. { name: "Xera" },
  1987. {
  1988. front: {
  1989. height: math.unit(6, "feet"),
  1990. weight: math.unit(175, "lb"),
  1991. name: "Front",
  1992. image: {
  1993. source: "./media/characters/xera/front.svg",
  1994. extra: 2300 / 2061
  1995. }
  1996. },
  1997. side: {
  1998. height: math.unit(6, "feet"),
  1999. weight: math.unit(175, "lb"),
  2000. name: "Side",
  2001. image: {
  2002. source: "./media/characters/xera/side.svg",
  2003. extra: 2300 / 2061
  2004. }
  2005. },
  2006. back: {
  2007. height: math.unit(6, "feet"),
  2008. weight: math.unit(175, "lb"),
  2009. name: "Back",
  2010. image: {
  2011. source: "./media/characters/xera/back.svg"
  2012. }
  2013. },
  2014. },
  2015. [
  2016. {
  2017. name: "Small",
  2018. height: math.unit(10, "feet")
  2019. },
  2020. {
  2021. name: "Macro",
  2022. height: math.unit(500, "meters"),
  2023. default: true
  2024. },
  2025. {
  2026. name: "Macro+",
  2027. height: math.unit(10, "km")
  2028. },
  2029. {
  2030. name: "Gigamacro",
  2031. height: math.unit(25000, "km")
  2032. },
  2033. {
  2034. name: "Teramacro",
  2035. height: math.unit(3e6, "km")
  2036. }
  2037. ]
  2038. ))
  2039. characterMakers.push(() => makeCharacter(
  2040. { name: "Nebula" },
  2041. {
  2042. front: {
  2043. height: math.unit(6, "feet"),
  2044. weight: math.unit(175, "lb"),
  2045. name: "Front",
  2046. image: {
  2047. source: "./media/characters/nebula/front.svg",
  2048. extra: 2600 / 2450
  2049. }
  2050. }
  2051. },
  2052. [
  2053. {
  2054. name: "Small",
  2055. height: math.unit(4.5, "meters")
  2056. },
  2057. {
  2058. name: "Macro",
  2059. height: math.unit(1500, "meters"),
  2060. default: true
  2061. },
  2062. {
  2063. name: "Megamacro",
  2064. height: math.unit(150, "km")
  2065. },
  2066. {
  2067. name: "Gigamacro",
  2068. height: math.unit(27000, "km")
  2069. }
  2070. ]
  2071. ))
  2072. characterMakers.push(() => makeCharacter(
  2073. { name: "Abysgar" },
  2074. {
  2075. front: {
  2076. height: math.unit(6, "feet"),
  2077. weight: math.unit(225, "lb"),
  2078. name: "Front",
  2079. image: {
  2080. source: "./media/characters/abysgar/front.svg"
  2081. }
  2082. }
  2083. },
  2084. [
  2085. {
  2086. name: "Small",
  2087. height: math.unit(4.5, "meters")
  2088. },
  2089. {
  2090. name: "Macro",
  2091. height: math.unit(1250, "meters"),
  2092. default: true
  2093. },
  2094. {
  2095. name: "Megamacro",
  2096. height: math.unit(125, "km")
  2097. },
  2098. {
  2099. name: "Gigamacro",
  2100. height: math.unit(26000, "km")
  2101. }
  2102. ]
  2103. ))
  2104. characterMakers.push(() => makeCharacter(
  2105. { name: "Yakuz" },
  2106. {
  2107. front: {
  2108. height: math.unit(6, "feet"),
  2109. weight: math.unit(180, "lb"),
  2110. name: "Front",
  2111. image: {
  2112. source: "./media/characters/yakuz/front.svg"
  2113. }
  2114. }
  2115. },
  2116. [
  2117. {
  2118. name: "Small",
  2119. height: math.unit(5, "meters")
  2120. },
  2121. {
  2122. name: "Macro",
  2123. height: math.unit(1500, "meters"),
  2124. default: true
  2125. },
  2126. {
  2127. name: "Megamacro",
  2128. height: math.unit(200, "km")
  2129. },
  2130. {
  2131. name: "Gigamacro",
  2132. height: math.unit(100000, "km")
  2133. }
  2134. ]
  2135. ))
  2136. characterMakers.push(() => makeCharacter(
  2137. { name: "Mirova" },
  2138. {
  2139. front: {
  2140. height: math.unit(6, "feet"),
  2141. weight: math.unit(175, "lb"),
  2142. name: "Front",
  2143. image: {
  2144. source: "./media/characters/mirova/front.svg"
  2145. }
  2146. }
  2147. },
  2148. [
  2149. {
  2150. name: "Small",
  2151. height: math.unit(5, "meters")
  2152. },
  2153. {
  2154. name: "Macro",
  2155. height: math.unit(900, "meters"),
  2156. default: true
  2157. },
  2158. {
  2159. name: "Megamacro",
  2160. height: math.unit(135, "km")
  2161. },
  2162. {
  2163. name: "Gigamacro",
  2164. height: math.unit(20000, "km")
  2165. }
  2166. ]
  2167. ))
  2168. characterMakers.push(() => makeCharacter(
  2169. { name: "Asana (Mech)" },
  2170. {
  2171. side: {
  2172. height: math.unit(28.35, "feet"),
  2173. weight: math.unit(99.75, "tons"),
  2174. name: "Side",
  2175. image: {
  2176. source: "./media/characters/asana-mech/side.svg"
  2177. }
  2178. }
  2179. },
  2180. [
  2181. {
  2182. name: "Normal",
  2183. height: math.unit(28.35, "feet"),
  2184. default: true
  2185. },
  2186. {
  2187. name: "Macro",
  2188. height: math.unit(2500, "feet")
  2189. },
  2190. {
  2191. name: "Megamacro",
  2192. height: math.unit(25, "miles")
  2193. },
  2194. {
  2195. name: "Examacro",
  2196. height: math.unit(6e8, "lightyears")
  2197. },
  2198. ]
  2199. ))
  2200. characterMakers.push(() => makeCharacter(
  2201. { name: "Ashtrek" },
  2202. {
  2203. front: {
  2204. height: math.unit(2, "meters"),
  2205. weight: math.unit(70, "kg"),
  2206. name: "Front",
  2207. image: {
  2208. source: "./media/characters/ashtrek/front.svg",
  2209. extra: 560 / 524,
  2210. bottom: 0.01
  2211. }
  2212. },
  2213. frontArmor: {
  2214. height: math.unit(2, "meters"),
  2215. weight: math.unit(76, "kg"),
  2216. name: "Front (Armor)",
  2217. image: {
  2218. source: "./media/characters/ashtrek/front-armor.svg",
  2219. extra: 561 / 527,
  2220. bottom: 0.01
  2221. }
  2222. },
  2223. side: {
  2224. height: math.unit(2, "meters"),
  2225. weight: math.unit(70, "kg"),
  2226. name: "Side",
  2227. image: {
  2228. source: "./media/characters/ashtrek/side.svg",
  2229. extra: 1717 / 1609,
  2230. bottom: 0.005
  2231. }
  2232. },
  2233. back: {
  2234. height: math.unit(2, "meters"),
  2235. weight: math.unit(70, "kg"),
  2236. name: "Back",
  2237. image: {
  2238. source: "./media/characters/ashtrek/back.svg",
  2239. extra: 1570 / 1501
  2240. }
  2241. },
  2242. },
  2243. [
  2244. {
  2245. name: "DEFCON 5",
  2246. height: math.unit(5, "meters")
  2247. },
  2248. {
  2249. name: "DEFCON 4",
  2250. height: math.unit(500, "meters"),
  2251. default: true
  2252. },
  2253. {
  2254. name: "DEFCON 3",
  2255. height: math.unit(5, "km")
  2256. },
  2257. {
  2258. name: "DEFCON 2",
  2259. height: math.unit(500, "km")
  2260. },
  2261. {
  2262. name: "DEFCON 1",
  2263. height: math.unit(500000, "km")
  2264. },
  2265. {
  2266. name: "DEFCON 0",
  2267. height: math.unit(3, "gigaparsecs")
  2268. },
  2269. ]
  2270. ))
  2271. characterMakers.push(() => makeCharacter(
  2272. { name: "Gale" },
  2273. {
  2274. front: {
  2275. height: math.unit(2, "meters"),
  2276. weight: math.unit(76, "kg"),
  2277. name: "Front",
  2278. image: {
  2279. source: "./media/characters/gale/front.svg"
  2280. }
  2281. },
  2282. frontAlt1: {
  2283. height: math.unit(2, "meters"),
  2284. weight: math.unit(76, "kg"),
  2285. name: "Front (Alt 1)",
  2286. image: {
  2287. source: "./media/characters/gale/front-alt-1.svg"
  2288. }
  2289. },
  2290. frontAlt2: {
  2291. height: math.unit(2, "meters"),
  2292. weight: math.unit(76, "kg"),
  2293. name: "Front (Alt 2)",
  2294. image: {
  2295. source: "./media/characters/gale/front-alt-2.svg"
  2296. }
  2297. },
  2298. },
  2299. [
  2300. {
  2301. name: "Normal",
  2302. height: math.unit(7, "feet")
  2303. },
  2304. {
  2305. name: "Macro",
  2306. height: math.unit(150, "feet"),
  2307. default: true
  2308. },
  2309. {
  2310. name: "Macro+",
  2311. height: math.unit(300, "feet")
  2312. },
  2313. ]
  2314. ))
  2315. characterMakers.push(() => makeCharacter(
  2316. { name: "Draylen" },
  2317. {
  2318. front: {
  2319. height: math.unit(2, "meters"),
  2320. weight: math.unit(76, "kg"),
  2321. name: "Front",
  2322. image: {
  2323. source: "./media/characters/draylen/front.svg"
  2324. }
  2325. }
  2326. },
  2327. [
  2328. {
  2329. name: "Macro",
  2330. height: math.unit(150, "feet"),
  2331. default: true
  2332. }
  2333. ]
  2334. ))
  2335. characterMakers.push(() => makeCharacter(
  2336. { name: "Chez" },
  2337. {
  2338. front: {
  2339. height: math.unit(7 + 9 / 12, "feet"),
  2340. weight: math.unit(379, "lbs"),
  2341. name: "Front",
  2342. image: {
  2343. source: "./media/characters/chez/front.svg"
  2344. }
  2345. },
  2346. side: {
  2347. height: math.unit(7 + 9 / 12, "feet"),
  2348. weight: math.unit(379, "lbs"),
  2349. name: "Side",
  2350. image: {
  2351. source: "./media/characters/chez/side.svg"
  2352. }
  2353. }
  2354. },
  2355. [
  2356. {
  2357. name: "Normal",
  2358. height: math.unit(7 + 9 / 12, "feet"),
  2359. default: true
  2360. },
  2361. {
  2362. name: "God King",
  2363. height: math.unit(9750000, "meters")
  2364. }
  2365. ]
  2366. ))
  2367. characterMakers.push(() => makeCharacter(
  2368. { name: "Kaylum" },
  2369. {
  2370. front: {
  2371. height: math.unit(6, "feet"),
  2372. weight: math.unit(275, "lbs"),
  2373. name: "Front",
  2374. image: {
  2375. source: "./media/characters/kaylum/front.svg",
  2376. bottom: 0.01,
  2377. extra: 1166 / 1031
  2378. }
  2379. },
  2380. frontWingless: {
  2381. height: math.unit(6, "feet"),
  2382. weight: math.unit(275, "lbs"),
  2383. name: "Front (Wingless)",
  2384. image: {
  2385. source: "./media/characters/kaylum/front-wingless.svg",
  2386. bottom: 0.01,
  2387. extra: 1117 / 1031
  2388. }
  2389. }
  2390. },
  2391. [
  2392. {
  2393. name: "Normal",
  2394. height: math.unit(3.05, "meters")
  2395. },
  2396. {
  2397. name: "Master",
  2398. height: math.unit(5.5, "meters")
  2399. },
  2400. {
  2401. name: "Rampage",
  2402. height: math.unit(19, "meters")
  2403. },
  2404. {
  2405. name: "Macro Lite",
  2406. height: math.unit(37, "meters")
  2407. },
  2408. {
  2409. name: "Hyper Predator",
  2410. height: math.unit(61, "meters")
  2411. },
  2412. {
  2413. name: "Macro",
  2414. height: math.unit(138, "meters"),
  2415. default: true
  2416. }
  2417. ]
  2418. ))
  2419. characterMakers.push(() => makeCharacter(
  2420. { name: "Geta" },
  2421. {
  2422. front: {
  2423. height: math.unit(6, "feet"),
  2424. weight: math.unit(150, "lbs"),
  2425. name: "Front",
  2426. image: {
  2427. source: "./media/characters/geta/front.svg"
  2428. }
  2429. }
  2430. },
  2431. [
  2432. {
  2433. name: "Micro",
  2434. height: math.unit(3, "inches"),
  2435. default: true
  2436. },
  2437. {
  2438. name: "Normal",
  2439. height: math.unit(5 + 5 / 12, "feet")
  2440. }
  2441. ]
  2442. ))
  2443. characterMakers.push(() => makeCharacter(
  2444. { name: "Tyrnn" },
  2445. {
  2446. front: {
  2447. height: math.unit(6, "feet"),
  2448. weight: math.unit(300, "lbs"),
  2449. name: "Front",
  2450. image: {
  2451. source: "./media/characters/tyrnn/front.svg"
  2452. }
  2453. }
  2454. },
  2455. [
  2456. {
  2457. name: "Main Height",
  2458. height: math.unit(355, "feet"),
  2459. default: true
  2460. },
  2461. {
  2462. name: "Fave. Height",
  2463. height: math.unit(2400, "feet")
  2464. }
  2465. ]
  2466. ))
  2467. characterMakers.push(() => makeCharacter(
  2468. { name: "Apple" },
  2469. {
  2470. front: {
  2471. height: math.unit(6, "feet"),
  2472. weight: math.unit(300, "lbs"),
  2473. name: "Front",
  2474. image: {
  2475. source: "./media/characters/appledectomy/front.svg"
  2476. }
  2477. }
  2478. },
  2479. [
  2480. {
  2481. name: "Macro",
  2482. height: math.unit(2500, "feet")
  2483. },
  2484. {
  2485. name: "Megamacro",
  2486. height: math.unit(50, "miles"),
  2487. default: true
  2488. },
  2489. {
  2490. name: "Gigamacro",
  2491. height: math.unit(5000, "miles")
  2492. },
  2493. {
  2494. name: "Teramacro",
  2495. height: math.unit(250000, "miles")
  2496. },
  2497. ]
  2498. ))
  2499. characterMakers.push(() => makeCharacter(
  2500. { name: "Vulpes" },
  2501. {
  2502. front: {
  2503. height: math.unit(6, "feet"),
  2504. weight: math.unit(200, "lbs"),
  2505. name: "Front",
  2506. image: {
  2507. source: "./media/characters/vulpes/front.svg",
  2508. extra: 573 / 543,
  2509. bottom: 0.033
  2510. }
  2511. },
  2512. side: {
  2513. height: math.unit(6, "feet"),
  2514. weight: math.unit(200, "lbs"),
  2515. name: "Side",
  2516. image: {
  2517. source: "./media/characters/vulpes/side.svg",
  2518. extra: 573 / 543,
  2519. bottom: 0.01
  2520. }
  2521. },
  2522. back: {
  2523. height: math.unit(6, "feet"),
  2524. weight: math.unit(200, "lbs"),
  2525. name: "Back",
  2526. image: {
  2527. source: "./media/characters/vulpes/back.svg",
  2528. extra: 573 / 543,
  2529. }
  2530. },
  2531. feet: {
  2532. height: math.unit(1.276, "feet"),
  2533. name: "Feet",
  2534. image: {
  2535. source: "./media/characters/vulpes/feet.svg"
  2536. }
  2537. },
  2538. maw: {
  2539. height: math.unit(1.18, "feet"),
  2540. name: "Maw",
  2541. image: {
  2542. source: "./media/characters/vulpes/maw.svg"
  2543. }
  2544. },
  2545. },
  2546. [
  2547. {
  2548. name: "Micro",
  2549. height: math.unit(2, "inches")
  2550. },
  2551. {
  2552. name: "Normal",
  2553. height: math.unit(6.3, "feet")
  2554. },
  2555. {
  2556. name: "Macro",
  2557. height: math.unit(850, "feet")
  2558. },
  2559. {
  2560. name: "Megamacro",
  2561. height: math.unit(7500, "feet"),
  2562. default: true
  2563. },
  2564. {
  2565. name: "Gigamacro",
  2566. height: math.unit(570000, "miles")
  2567. }
  2568. ]
  2569. ))
  2570. characterMakers.push(() => makeCharacter(
  2571. { name: "Rain Fallen" },
  2572. {
  2573. front: {
  2574. height: math.unit(6, "feet"),
  2575. weight: math.unit(210, "lbs"),
  2576. name: "Front",
  2577. image: {
  2578. source: "./media/characters/rain-fallen/front.svg"
  2579. }
  2580. },
  2581. side: {
  2582. height: math.unit(6, "feet"),
  2583. weight: math.unit(210, "lbs"),
  2584. name: "Side",
  2585. image: {
  2586. source: "./media/characters/rain-fallen/side.svg"
  2587. }
  2588. },
  2589. back: {
  2590. height: math.unit(6, "feet"),
  2591. weight: math.unit(210, "lbs"),
  2592. name: "Back",
  2593. image: {
  2594. source: "./media/characters/rain-fallen/back.svg"
  2595. }
  2596. },
  2597. feral: {
  2598. height: math.unit(9, "feet"),
  2599. weight: math.unit(700, "lbs"),
  2600. name: "Feral",
  2601. image: {
  2602. source: "./media/characters/rain-fallen/feral.svg"
  2603. }
  2604. },
  2605. },
  2606. [
  2607. {
  2608. name: "Normal",
  2609. height: math.unit(5, "meter")
  2610. },
  2611. {
  2612. name: "Macro",
  2613. height: math.unit(150, "meter"),
  2614. default: true
  2615. },
  2616. {
  2617. name: "Megamacro",
  2618. height: math.unit(278e6, "meter")
  2619. },
  2620. {
  2621. name: "Gigamacro",
  2622. height: math.unit(2e9, "meter")
  2623. },
  2624. {
  2625. name: "Teramacro",
  2626. height: math.unit(8e12, "meter")
  2627. },
  2628. {
  2629. name: "Devourer",
  2630. height: math.unit(14, "zettameters")
  2631. },
  2632. {
  2633. name: "Scarlet King",
  2634. height: math.unit(18, "yottameters")
  2635. },
  2636. {
  2637. name: "Void",
  2638. height: math.unit(6.66e66, "yottameters")
  2639. }
  2640. ]
  2641. ))
  2642. characterMakers.push(() => makeCharacter(
  2643. { name: "Zaakira" },
  2644. {
  2645. standing: {
  2646. height: math.unit(6, "feet"),
  2647. weight: math.unit(180, "lbs"),
  2648. name: "Standing",
  2649. image: {
  2650. source: "./media/characters/zaakira/standing.svg"
  2651. }
  2652. },
  2653. laying: {
  2654. height: math.unit(3, "feet"),
  2655. weight: math.unit(180, "lbs"),
  2656. name: "Laying",
  2657. image: {
  2658. source: "./media/characters/zaakira/laying.svg"
  2659. }
  2660. },
  2661. },
  2662. [
  2663. {
  2664. name: "Normal",
  2665. height: math.unit(12, "feet")
  2666. },
  2667. {
  2668. name: "Macro",
  2669. height: math.unit(279, "feet"),
  2670. default: true
  2671. }
  2672. ]
  2673. ))
  2674. characterMakers.push(() => makeCharacter(
  2675. { name: "Sigvald" },
  2676. {
  2677. front: {
  2678. height: math.unit(6, "feet"),
  2679. weight: math.unit(250, "lbs"),
  2680. name: "Front",
  2681. image: {
  2682. source: "./media/characters/sigvald/front.svg",
  2683. extra: 1000 / 850
  2684. }
  2685. },
  2686. back: {
  2687. height: math.unit(6, "feet"),
  2688. weight: math.unit(250, "lbs"),
  2689. name: "Back",
  2690. image: {
  2691. source: "./media/characters/sigvald/back.svg"
  2692. }
  2693. },
  2694. },
  2695. [
  2696. {
  2697. name: "Normal",
  2698. height: math.unit(8, "feet")
  2699. },
  2700. {
  2701. name: "Large",
  2702. height: math.unit(12, "feet")
  2703. },
  2704. {
  2705. name: "Larger",
  2706. height: math.unit(20, "feet")
  2707. },
  2708. {
  2709. name: "Macro",
  2710. height: math.unit(150, "feet")
  2711. },
  2712. {
  2713. name: "Macro+",
  2714. height: math.unit(200, "feet"),
  2715. default: true
  2716. },
  2717. ]
  2718. ))
  2719. characterMakers.push(() => makeCharacter(
  2720. { name: "Scott" },
  2721. {
  2722. side: {
  2723. height: math.unit(12, "feet"),
  2724. weight: math.unit(3000, "lbs"),
  2725. name: "Side",
  2726. image: {
  2727. source: "./media/characters/scott/side.svg",
  2728. extra: 1,
  2729. bottom: 0.069
  2730. }
  2731. },
  2732. upright: {
  2733. height: math.unit(12, "feet"),
  2734. weight: math.unit(3000, "lbs"),
  2735. name: "Upright",
  2736. image: {
  2737. source: "./media/characters/scott/upright.svg",
  2738. extra: 1,
  2739. bottom: 0.05
  2740. }
  2741. },
  2742. },
  2743. [
  2744. {
  2745. name: "Normal",
  2746. height: math.unit(12, "feet"),
  2747. default: true
  2748. },
  2749. ]
  2750. ))
  2751. characterMakers.push(() => makeCharacter(
  2752. { name: "Tobias" },
  2753. {
  2754. side: {
  2755. height: math.unit(8, "meters"),
  2756. weight: math.unit(84755, "lbs"),
  2757. name: "Side",
  2758. image: {
  2759. source: "./media/characters/tobias/side.svg",
  2760. extra: 1474 / 1096,
  2761. bottom: 38.9 / 1513.1235
  2762. }
  2763. },
  2764. },
  2765. [
  2766. {
  2767. name: "Normal",
  2768. height: math.unit(8, "meters"),
  2769. default: true
  2770. },
  2771. ]
  2772. ))
  2773. characterMakers.push(() => makeCharacter(
  2774. { name: "Kieran" },
  2775. {
  2776. front: {
  2777. height: math.unit(5.5, "feet"),
  2778. weight: math.unit(400, "lbs"),
  2779. name: "Front",
  2780. image: {
  2781. source: "./media/characters/kieran/front.svg",
  2782. extra: 2694/2364,
  2783. bottom: 217/2908
  2784. }
  2785. },
  2786. side: {
  2787. height: math.unit(5.5, "feet"),
  2788. weight: math.unit(400, "lbs"),
  2789. name: "Side",
  2790. image: {
  2791. source: "./media/characters/kieran/side.svg",
  2792. extra: 875/777,
  2793. bottom: 84.6/959
  2794. }
  2795. },
  2796. },
  2797. [
  2798. {
  2799. name: "Normal",
  2800. height: math.unit(5.5, "feet"),
  2801. default: true
  2802. },
  2803. ]
  2804. ))
  2805. characterMakers.push(() => makeCharacter(
  2806. { name: "Sanya" },
  2807. {
  2808. side: {
  2809. height: math.unit(2, "meters"),
  2810. weight: math.unit(70, "kg"),
  2811. name: "Side",
  2812. image: {
  2813. source: "./media/characters/sanya/side.svg",
  2814. bottom: 0.02,
  2815. extra: 1.02
  2816. }
  2817. },
  2818. },
  2819. [
  2820. {
  2821. name: "Small",
  2822. height: math.unit(2, "meters")
  2823. },
  2824. {
  2825. name: "Normal",
  2826. height: math.unit(3, "meters")
  2827. },
  2828. {
  2829. name: "Macro",
  2830. height: math.unit(16, "meters"),
  2831. default: true
  2832. },
  2833. ]
  2834. ))
  2835. characterMakers.push(() => makeCharacter(
  2836. { name: "Miranda" },
  2837. {
  2838. side: {
  2839. height: math.unit(2, "meters"),
  2840. weight: math.unit(120, "kg"),
  2841. name: "Front",
  2842. image: {
  2843. source: "./media/characters/miranda/front.svg",
  2844. extra: 10.6 / 10
  2845. }
  2846. },
  2847. },
  2848. [
  2849. {
  2850. name: "Normal",
  2851. height: math.unit(10, "feet"),
  2852. default: true
  2853. }
  2854. ]
  2855. ))
  2856. characterMakers.push(() => makeCharacter(
  2857. { name: "James" },
  2858. {
  2859. side: {
  2860. height: math.unit(2, "meters"),
  2861. weight: math.unit(100, "kg"),
  2862. name: "Front",
  2863. image: {
  2864. source: "./media/characters/james/front.svg",
  2865. extra: 10 / 8.5
  2866. }
  2867. },
  2868. },
  2869. [
  2870. {
  2871. name: "Normal",
  2872. height: math.unit(8.5, "feet"),
  2873. default: true
  2874. }
  2875. ]
  2876. ))
  2877. characterMakers.push(() => makeCharacter(
  2878. { name: "Heather" },
  2879. {
  2880. side: {
  2881. height: math.unit(9.5, "feet"),
  2882. weight: math.unit(2500, "lbs"),
  2883. name: "Side",
  2884. image: {
  2885. source: "./media/characters/heather/side.svg"
  2886. }
  2887. },
  2888. },
  2889. [
  2890. {
  2891. name: "Normal",
  2892. height: math.unit(9.5, "feet"),
  2893. default: true
  2894. }
  2895. ]
  2896. ))
  2897. characterMakers.push(() => makeCharacter(
  2898. { name: "Lukas" },
  2899. {
  2900. side: {
  2901. height: math.unit(6.5, "feet"),
  2902. weight: math.unit(400, "lbs"),
  2903. name: "Side",
  2904. image: {
  2905. source: "./media/characters/lukas/side.svg",
  2906. extra: 7.25 / 6.5
  2907. }
  2908. },
  2909. },
  2910. [
  2911. {
  2912. name: "Normal",
  2913. height: math.unit(6.5, "feet"),
  2914. default: true
  2915. }
  2916. ]
  2917. ))
  2918. characterMakers.push(() => makeCharacter(
  2919. { name: "Louise" },
  2920. {
  2921. side: {
  2922. height: math.unit(5, "feet"),
  2923. weight: math.unit(3000, "lbs"),
  2924. name: "Side",
  2925. image: {
  2926. source: "./media/characters/louise/side.svg"
  2927. }
  2928. },
  2929. },
  2930. [
  2931. {
  2932. name: "Normal",
  2933. height: math.unit(5, "feet"),
  2934. default: true
  2935. }
  2936. ]
  2937. ))
  2938. characterMakers.push(() => makeCharacter(
  2939. { name: "Ramona" },
  2940. {
  2941. side: {
  2942. height: math.unit(6, "feet"),
  2943. weight: math.unit(150, "lbs"),
  2944. name: "Side",
  2945. image: {
  2946. source: "./media/characters/ramona/side.svg"
  2947. }
  2948. },
  2949. },
  2950. [
  2951. {
  2952. name: "Normal",
  2953. height: math.unit(5.3, "meters"),
  2954. default: true
  2955. },
  2956. {
  2957. name: "Macro",
  2958. height: math.unit(20, "stories")
  2959. },
  2960. {
  2961. name: "Macro+",
  2962. height: math.unit(50, "stories")
  2963. },
  2964. ]
  2965. ))
  2966. characterMakers.push(() => makeCharacter(
  2967. { name: "Deerpuff" },
  2968. {
  2969. standing: {
  2970. height: math.unit(5.75, "feet"),
  2971. weight: math.unit(160, "lbs"),
  2972. name: "Standing",
  2973. image: {
  2974. source: "./media/characters/deerpuff/standing.svg",
  2975. extra: 682 / 624
  2976. }
  2977. },
  2978. sitting: {
  2979. height: math.unit(5.75 / 1.79, "feet"),
  2980. weight: math.unit(160, "lbs"),
  2981. name: "Sitting",
  2982. image: {
  2983. source: "./media/characters/deerpuff/sitting.svg",
  2984. bottom: 44 / 400,
  2985. extra: 1
  2986. }
  2987. },
  2988. taurLaying: {
  2989. height: math.unit(6, "feet"),
  2990. weight: math.unit(400, "lbs"),
  2991. name: "Taur (Laying)",
  2992. image: {
  2993. source: "./media/characters/deerpuff/taur-laying.svg"
  2994. }
  2995. },
  2996. },
  2997. [
  2998. {
  2999. name: "Puffball",
  3000. height: math.unit(6, "inches")
  3001. },
  3002. {
  3003. name: "Normalpuff",
  3004. height: math.unit(5.75, "feet")
  3005. },
  3006. {
  3007. name: "Macropuff",
  3008. height: math.unit(1500, "feet"),
  3009. default: true
  3010. },
  3011. {
  3012. name: "Megapuff",
  3013. height: math.unit(500, "miles")
  3014. },
  3015. {
  3016. name: "Gigapuff",
  3017. height: math.unit(250000, "miles")
  3018. },
  3019. {
  3020. name: "Omegapuff",
  3021. height: math.unit(1000, "lightyears")
  3022. },
  3023. ]
  3024. ))
  3025. characterMakers.push(() => makeCharacter(
  3026. { name: "Vivian" },
  3027. {
  3028. stomping: {
  3029. height: math.unit(6, "feet"),
  3030. weight: math.unit(170, "lbs"),
  3031. name: "Stomping",
  3032. image: {
  3033. source: "./media/characters/vivian/stomping.svg"
  3034. }
  3035. },
  3036. sitting: {
  3037. height: math.unit(6 / 1.75, "feet"),
  3038. weight: math.unit(170, "lbs"),
  3039. name: "Sitting",
  3040. image: {
  3041. source: "./media/characters/vivian/sitting.svg",
  3042. bottom: 1 / 6.4,
  3043. extra: 1,
  3044. }
  3045. },
  3046. },
  3047. [
  3048. {
  3049. name: "Normal",
  3050. height: math.unit(7, "feet"),
  3051. default: true
  3052. },
  3053. {
  3054. name: "Macro",
  3055. height: math.unit(10, "stories")
  3056. },
  3057. {
  3058. name: "Macro+",
  3059. height: math.unit(30, "stories")
  3060. },
  3061. {
  3062. name: "Megamacro",
  3063. height: math.unit(10, "miles")
  3064. },
  3065. {
  3066. name: "Megamacro+",
  3067. height: math.unit(2750000, "meters")
  3068. },
  3069. ]
  3070. ))
  3071. characterMakers.push(() => makeCharacter(
  3072. { name: "Prince" },
  3073. {
  3074. front: {
  3075. height: math.unit(6, "feet"),
  3076. weight: math.unit(160, "lbs"),
  3077. name: "Front",
  3078. image: {
  3079. source: "./media/characters/prince/front.svg",
  3080. extra: 3400 / 3000
  3081. }
  3082. },
  3083. jumping: {
  3084. height: math.unit(6, "feet"),
  3085. weight: math.unit(160, "lbs"),
  3086. name: "Jumping",
  3087. image: {
  3088. source: "./media/characters/prince/jump.svg",
  3089. extra: 2555 / 2134
  3090. }
  3091. },
  3092. },
  3093. [
  3094. {
  3095. name: "Normal",
  3096. height: math.unit(7.75, "feet"),
  3097. default: true
  3098. },
  3099. {
  3100. name: "Not cute",
  3101. height: math.unit(17, "feet")
  3102. },
  3103. {
  3104. name: "I said NOT",
  3105. height: math.unit(91, "feet")
  3106. },
  3107. {
  3108. name: "Please stop",
  3109. height: math.unit(560, "feet")
  3110. },
  3111. {
  3112. name: "What have you done",
  3113. height: math.unit(2200, "feet")
  3114. },
  3115. {
  3116. name: "Deer God",
  3117. height: math.unit(3.6, "miles")
  3118. },
  3119. ]
  3120. ))
  3121. characterMakers.push(() => makeCharacter(
  3122. { name: "Psymon" },
  3123. {
  3124. standing: {
  3125. height: math.unit(6, "feet"),
  3126. weight: math.unit(300, "lbs"),
  3127. name: "Standing",
  3128. image: {
  3129. source: "./media/characters/psymon/standing.svg",
  3130. extra: 1888 / 1810,
  3131. bottom: 0.05
  3132. }
  3133. },
  3134. slithering: {
  3135. height: math.unit(6, "feet"),
  3136. weight: math.unit(300, "lbs"),
  3137. name: "Slithering",
  3138. image: {
  3139. source: "./media/characters/psymon/slithering.svg",
  3140. extra: 1330 / 1224
  3141. }
  3142. },
  3143. slitheringAlt: {
  3144. height: math.unit(6, "feet"),
  3145. weight: math.unit(300, "lbs"),
  3146. name: "Slithering (Alt)",
  3147. image: {
  3148. source: "./media/characters/psymon/slithering-alt.svg",
  3149. extra: 1330 / 1224
  3150. }
  3151. },
  3152. },
  3153. [
  3154. {
  3155. name: "Normal",
  3156. height: math.unit(11.25, "feet"),
  3157. default: true
  3158. },
  3159. {
  3160. name: "Large",
  3161. height: math.unit(27, "feet")
  3162. },
  3163. {
  3164. name: "Giant",
  3165. height: math.unit(87, "feet")
  3166. },
  3167. {
  3168. name: "Macro",
  3169. height: math.unit(365, "feet")
  3170. },
  3171. {
  3172. name: "Megamacro",
  3173. height: math.unit(3, "miles")
  3174. },
  3175. {
  3176. name: "World Serpent",
  3177. height: math.unit(8000, "miles")
  3178. },
  3179. ]
  3180. ))
  3181. characterMakers.push(() => makeCharacter(
  3182. { name: "Daimos" },
  3183. {
  3184. front: {
  3185. height: math.unit(6, "feet"),
  3186. weight: math.unit(180, "lbs"),
  3187. name: "Front",
  3188. image: {
  3189. source: "./media/characters/daimos/front.svg",
  3190. extra: 4160 / 3897,
  3191. bottom: 0.021
  3192. }
  3193. }
  3194. },
  3195. [
  3196. {
  3197. name: "Normal",
  3198. height: math.unit(8, "feet"),
  3199. default: true
  3200. },
  3201. {
  3202. name: "Big Dog",
  3203. height: math.unit(22, "feet")
  3204. },
  3205. {
  3206. name: "Macro",
  3207. height: math.unit(127, "feet")
  3208. },
  3209. {
  3210. name: "Megamacro",
  3211. height: math.unit(3600, "feet")
  3212. },
  3213. ]
  3214. ))
  3215. characterMakers.push(() => makeCharacter(
  3216. { name: "Blake" },
  3217. {
  3218. side: {
  3219. height: math.unit(6, "feet"),
  3220. weight: math.unit(180, "lbs"),
  3221. name: "Side",
  3222. image: {
  3223. source: "./media/characters/blake/side.svg",
  3224. extra: 1212 / 1120,
  3225. bottom: 0.05
  3226. }
  3227. },
  3228. crouched: {
  3229. height: math.unit(6 * 0.57, "feet"),
  3230. weight: math.unit(180, "lbs"),
  3231. name: "Crouched",
  3232. image: {
  3233. source: "./media/characters/blake/crouched.svg",
  3234. extra: 840 / 587,
  3235. bottom: 0.04
  3236. }
  3237. },
  3238. bent: {
  3239. height: math.unit(6 * 0.75, "feet"),
  3240. weight: math.unit(180, "lbs"),
  3241. name: "Bent",
  3242. image: {
  3243. source: "./media/characters/blake/bent.svg",
  3244. extra: 592 / 544,
  3245. bottom: 0.035
  3246. }
  3247. },
  3248. },
  3249. [
  3250. {
  3251. name: "Normal",
  3252. height: math.unit(8 + 1 / 6, "feet"),
  3253. default: true
  3254. },
  3255. {
  3256. name: "Big Backside",
  3257. height: math.unit(37, "feet")
  3258. },
  3259. {
  3260. name: "Subway Shredder",
  3261. height: math.unit(72, "feet")
  3262. },
  3263. {
  3264. name: "City Carver",
  3265. height: math.unit(1675, "feet")
  3266. },
  3267. {
  3268. name: "Tectonic Tweaker",
  3269. height: math.unit(2300, "miles")
  3270. },
  3271. ]
  3272. ))
  3273. characterMakers.push(() => makeCharacter(
  3274. { name: "Guisetto" },
  3275. {
  3276. front: {
  3277. height: math.unit(6, "feet"),
  3278. weight: math.unit(180, "lbs"),
  3279. name: "Front",
  3280. image: {
  3281. source: "./media/characters/guisetto/front.svg",
  3282. extra: 856 / 817,
  3283. bottom: 0.06
  3284. }
  3285. },
  3286. airborne: {
  3287. height: math.unit(6, "feet"),
  3288. weight: math.unit(180, "lbs"),
  3289. name: "Airborne",
  3290. image: {
  3291. source: "./media/characters/guisetto/airborne.svg",
  3292. extra: 584 / 525
  3293. }
  3294. },
  3295. },
  3296. [
  3297. {
  3298. name: "Normal",
  3299. height: math.unit(10 + 11 / 12, "feet"),
  3300. default: true
  3301. },
  3302. {
  3303. name: "Large",
  3304. height: math.unit(35, "feet")
  3305. },
  3306. {
  3307. name: "Macro",
  3308. height: math.unit(475, "feet")
  3309. },
  3310. ]
  3311. ))
  3312. characterMakers.push(() => makeCharacter(
  3313. { name: "Luxor" },
  3314. {
  3315. front: {
  3316. height: math.unit(6, "feet"),
  3317. weight: math.unit(180, "lbs"),
  3318. name: "Front",
  3319. image: {
  3320. source: "./media/characters/luxor/front.svg",
  3321. extra: 2940 / 2152
  3322. }
  3323. },
  3324. back: {
  3325. height: math.unit(6, "feet"),
  3326. weight: math.unit(180, "lbs"),
  3327. name: "Back",
  3328. image: {
  3329. source: "./media/characters/luxor/back.svg",
  3330. extra: 1083 / 960
  3331. }
  3332. },
  3333. },
  3334. [
  3335. {
  3336. name: "Normal",
  3337. height: math.unit(5 + 5 / 6, "feet"),
  3338. default: true
  3339. },
  3340. {
  3341. name: "Lamp",
  3342. height: math.unit(50, "feet")
  3343. },
  3344. {
  3345. name: "Lämp",
  3346. height: math.unit(300, "feet")
  3347. },
  3348. {
  3349. name: "The sun is a lamp",
  3350. height: math.unit(250000, "miles")
  3351. },
  3352. ]
  3353. ))
  3354. characterMakers.push(() => makeCharacter(
  3355. { name: "Huoyan" },
  3356. {
  3357. front: {
  3358. height: math.unit(6, "feet"),
  3359. weight: math.unit(50, "lbs"),
  3360. name: "Front",
  3361. image: {
  3362. source: "./media/characters/huoyan/front.svg"
  3363. }
  3364. },
  3365. side: {
  3366. height: math.unit(6, "feet"),
  3367. weight: math.unit(180, "lbs"),
  3368. name: "Side",
  3369. image: {
  3370. source: "./media/characters/huoyan/side.svg"
  3371. }
  3372. },
  3373. },
  3374. [
  3375. {
  3376. name: "Chef",
  3377. height: math.unit(9, "feet")
  3378. },
  3379. {
  3380. name: "Normal",
  3381. height: math.unit(65, "feet"),
  3382. default: true
  3383. },
  3384. {
  3385. name: "Macro",
  3386. height: math.unit(780, "feet")
  3387. },
  3388. {
  3389. name: "Flaming Mountain",
  3390. height: math.unit(4.8, "miles")
  3391. },
  3392. {
  3393. name: "Celestial",
  3394. height: math.unit(765000, "miles")
  3395. },
  3396. ]
  3397. ))
  3398. characterMakers.push(() => makeCharacter(
  3399. { name: "Tails" },
  3400. {
  3401. front: {
  3402. height: math.unit(5 + 3 / 4, "feet"),
  3403. weight: math.unit(120, "lbs"),
  3404. name: "Front",
  3405. image: {
  3406. source: "./media/characters/tails/front.svg"
  3407. }
  3408. }
  3409. },
  3410. [
  3411. {
  3412. name: "Normal",
  3413. height: math.unit(5 + 3 / 4, "feet"),
  3414. default: true
  3415. }
  3416. ]
  3417. ))
  3418. characterMakers.push(() => makeCharacter(
  3419. { name: "Rainy" },
  3420. {
  3421. front: {
  3422. height: math.unit(4, "feet"),
  3423. weight: math.unit(50, "lbs"),
  3424. name: "Front",
  3425. image: {
  3426. source: "./media/characters/rainy/front.svg"
  3427. }
  3428. }
  3429. },
  3430. [
  3431. {
  3432. name: "Macro",
  3433. height: math.unit(800, "feet"),
  3434. default: true
  3435. }
  3436. ]
  3437. ))
  3438. characterMakers.push(() => makeCharacter(
  3439. { name: "Rainier" },
  3440. {
  3441. front: {
  3442. height: math.unit(6, "feet"),
  3443. weight: math.unit(150, "lbs"),
  3444. name: "Front",
  3445. image: {
  3446. source: "./media/characters/rainier/front.svg"
  3447. }
  3448. }
  3449. },
  3450. [
  3451. {
  3452. name: "Micro",
  3453. height: math.unit(2, "mm"),
  3454. default: true
  3455. }
  3456. ]
  3457. ))
  3458. characterMakers.push(() => makeCharacter(
  3459. { name: "Andy" },
  3460. {
  3461. front: {
  3462. height: math.unit(6, "feet"),
  3463. weight: math.unit(180, "lbs"),
  3464. name: "Front",
  3465. image: {
  3466. source: "./media/characters/andy/front.svg"
  3467. }
  3468. }
  3469. },
  3470. [
  3471. {
  3472. name: "Normal",
  3473. height: math.unit(8, "feet"),
  3474. default: true
  3475. },
  3476. {
  3477. name: "Macro",
  3478. height: math.unit(1000, "feet")
  3479. },
  3480. {
  3481. name: "Megamacro",
  3482. height: math.unit(5, "miles")
  3483. },
  3484. {
  3485. name: "Gigamacro",
  3486. height: math.unit(5000, "miles")
  3487. },
  3488. ]
  3489. ))
  3490. characterMakers.push(() => makeCharacter(
  3491. { name: "Cimmaron" },
  3492. {
  3493. front: {
  3494. height: math.unit(6, "feet"),
  3495. weight: math.unit(210, "lbs"),
  3496. name: "Front",
  3497. image: {
  3498. source: "./media/characters/cimmaron/front-sfw.svg",
  3499. extra: 701 / 676,
  3500. bottom: 0.046
  3501. }
  3502. },
  3503. back: {
  3504. height: math.unit(6, "feet"),
  3505. weight: math.unit(210, "lbs"),
  3506. name: "Back",
  3507. image: {
  3508. source: "./media/characters/cimmaron/back-sfw.svg",
  3509. extra: 701 / 676,
  3510. bottom: 0.046
  3511. }
  3512. },
  3513. frontNsfw: {
  3514. height: math.unit(6, "feet"),
  3515. weight: math.unit(210, "lbs"),
  3516. name: "Front (NSFW)",
  3517. image: {
  3518. source: "./media/characters/cimmaron/front-nsfw.svg",
  3519. extra: 701 / 676,
  3520. bottom: 0.046
  3521. }
  3522. },
  3523. backNsfw: {
  3524. height: math.unit(6, "feet"),
  3525. weight: math.unit(210, "lbs"),
  3526. name: "Back (NSFW)",
  3527. image: {
  3528. source: "./media/characters/cimmaron/back-nsfw.svg",
  3529. extra: 701 / 676,
  3530. bottom: 0.046
  3531. }
  3532. },
  3533. dick: {
  3534. height: math.unit(1.714, "feet"),
  3535. name: "Dick",
  3536. image: {
  3537. source: "./media/characters/cimmaron/dick.svg"
  3538. }
  3539. },
  3540. },
  3541. [
  3542. {
  3543. name: "Normal",
  3544. height: math.unit(6, "feet"),
  3545. default: true
  3546. },
  3547. {
  3548. name: "Macro Mayor",
  3549. height: math.unit(350, "meters")
  3550. },
  3551. ]
  3552. ))
  3553. characterMakers.push(() => makeCharacter(
  3554. { name: "Akari Kaen" },
  3555. {
  3556. front: {
  3557. height: math.unit(6, "feet"),
  3558. weight: math.unit(200, "lbs"),
  3559. name: "Front",
  3560. image: {
  3561. source: "./media/characters/akari/front.svg",
  3562. extra: 962 / 901,
  3563. bottom: 0.04
  3564. }
  3565. }
  3566. },
  3567. [
  3568. {
  3569. name: "Micro",
  3570. height: math.unit(5, "inches"),
  3571. default: true
  3572. },
  3573. {
  3574. name: "Normal",
  3575. height: math.unit(7, "feet")
  3576. },
  3577. ]
  3578. ))
  3579. characterMakers.push(() => makeCharacter(
  3580. { name: "Cynosura" },
  3581. {
  3582. front: {
  3583. height: math.unit(6, "feet"),
  3584. weight: math.unit(140, "lbs"),
  3585. name: "Front",
  3586. image: {
  3587. source: "./media/characters/cynosura/front.svg",
  3588. extra: 896 / 847
  3589. }
  3590. },
  3591. back: {
  3592. height: math.unit(6, "feet"),
  3593. weight: math.unit(140, "lbs"),
  3594. name: "Back",
  3595. image: {
  3596. source: "./media/characters/cynosura/back.svg",
  3597. extra: 1365 / 1250
  3598. }
  3599. },
  3600. },
  3601. [
  3602. {
  3603. name: "Micro",
  3604. height: math.unit(4, "inches")
  3605. },
  3606. {
  3607. name: "Normal",
  3608. height: math.unit(5.75, "feet"),
  3609. default: true
  3610. },
  3611. {
  3612. name: "Tall",
  3613. height: math.unit(10, "feet")
  3614. },
  3615. {
  3616. name: "Big",
  3617. height: math.unit(20, "feet")
  3618. },
  3619. {
  3620. name: "Macro",
  3621. height: math.unit(50, "feet")
  3622. },
  3623. ]
  3624. ))
  3625. characterMakers.push(() => makeCharacter(
  3626. { name: "Gin" },
  3627. {
  3628. front: {
  3629. height: math.unit(6, "feet"),
  3630. weight: math.unit(170, "lbs"),
  3631. name: "Front",
  3632. image: {
  3633. source: "./media/characters/gin/front.svg",
  3634. extra: 1.053,
  3635. bottom: 0.025
  3636. }
  3637. },
  3638. foot: {
  3639. height: math.unit(6 / 4.25, "feet"),
  3640. name: "Foot",
  3641. image: {
  3642. source: "./media/characters/gin/foot.svg"
  3643. }
  3644. },
  3645. sole: {
  3646. height: math.unit(6 / 4.40, "feet"),
  3647. name: "Sole",
  3648. image: {
  3649. source: "./media/characters/gin/sole.svg"
  3650. }
  3651. },
  3652. },
  3653. [
  3654. {
  3655. name: "Normal",
  3656. height: math.unit(9 + 4 / 12, "feet")
  3657. },
  3658. {
  3659. name: "Macro",
  3660. height: math.unit(1500, "feet")
  3661. },
  3662. {
  3663. name: "Megamacro",
  3664. height: math.unit(200, "miles"),
  3665. default: true
  3666. },
  3667. {
  3668. name: "Gigamacro",
  3669. height: math.unit(500, "megameters")
  3670. },
  3671. {
  3672. name: "Teramacro",
  3673. height: math.unit(15, "lightyears")
  3674. }
  3675. ]
  3676. ))
  3677. characterMakers.push(() => makeCharacter(
  3678. { name: "Guy" },
  3679. {
  3680. front: {
  3681. height: math.unit(6 + 1 / 6, "feet"),
  3682. weight: math.unit(178, "lbs"),
  3683. name: "Front",
  3684. image: {
  3685. source: "./media/characters/guy/front.svg"
  3686. }
  3687. }
  3688. },
  3689. [
  3690. {
  3691. name: "Normal",
  3692. height: math.unit(6 + 1 / 6, "feet"),
  3693. default: true
  3694. },
  3695. {
  3696. name: "Large",
  3697. height: math.unit(25 + 7 / 12, "feet")
  3698. },
  3699. {
  3700. name: "Macro",
  3701. height: math.unit(60 + 9 / 12, "feet")
  3702. },
  3703. {
  3704. name: "Macro+",
  3705. height: math.unit(246, "feet")
  3706. },
  3707. {
  3708. name: "Macro++",
  3709. height: math.unit(878, "feet")
  3710. }
  3711. ]
  3712. ))
  3713. characterMakers.push(() => makeCharacter(
  3714. { name: "Tiberius" },
  3715. {
  3716. front: {
  3717. height: math.unit(9, "feet"),
  3718. weight: math.unit(800, "lbs"),
  3719. name: "Front",
  3720. image: {
  3721. source: "./media/characters/tiberius/front.svg",
  3722. extra: 2295 / 2071
  3723. }
  3724. },
  3725. back: {
  3726. height: math.unit(9, "feet"),
  3727. weight: math.unit(800, "lbs"),
  3728. name: "Back",
  3729. image: {
  3730. source: "./media/characters/tiberius/back.svg",
  3731. extra: 2373 / 2160
  3732. }
  3733. },
  3734. },
  3735. [
  3736. {
  3737. name: "Normal",
  3738. height: math.unit(9, "feet"),
  3739. default: true
  3740. }
  3741. ]
  3742. ))
  3743. characterMakers.push(() => makeCharacter(
  3744. { name: "Surgo" },
  3745. {
  3746. front: {
  3747. height: math.unit(6, "feet"),
  3748. weight: math.unit(600, "lbs"),
  3749. name: "Front",
  3750. image: {
  3751. source: "./media/characters/surgo/front.svg",
  3752. extra: 3591 / 2227
  3753. }
  3754. },
  3755. back: {
  3756. height: math.unit(6, "feet"),
  3757. weight: math.unit(600, "lbs"),
  3758. name: "Back",
  3759. image: {
  3760. source: "./media/characters/surgo/back.svg",
  3761. extra: 3557 / 2228
  3762. }
  3763. },
  3764. laying: {
  3765. height: math.unit(6 * 0.85, "feet"),
  3766. weight: math.unit(600, "lbs"),
  3767. name: "Laying",
  3768. image: {
  3769. source: "./media/characters/surgo/laying.svg"
  3770. }
  3771. },
  3772. },
  3773. [
  3774. {
  3775. name: "Normal",
  3776. height: math.unit(6, "feet"),
  3777. default: true
  3778. }
  3779. ]
  3780. ))
  3781. characterMakers.push(() => makeCharacter(
  3782. { name: "Cibus" },
  3783. {
  3784. side: {
  3785. height: math.unit(6, "feet"),
  3786. weight: math.unit(150, "lbs"),
  3787. name: "Side",
  3788. image: {
  3789. source: "./media/characters/cibus/side.svg",
  3790. extra: 800 / 400
  3791. }
  3792. },
  3793. },
  3794. [
  3795. {
  3796. name: "Normal",
  3797. height: math.unit(6, "feet"),
  3798. default: true
  3799. }
  3800. ]
  3801. ))
  3802. characterMakers.push(() => makeCharacter(
  3803. { name: "Nibbles" },
  3804. {
  3805. front: {
  3806. height: math.unit(6, "feet"),
  3807. weight: math.unit(240, "lbs"),
  3808. name: "Front",
  3809. image: {
  3810. source: "./media/characters/nibbles/front.svg"
  3811. }
  3812. },
  3813. side: {
  3814. height: math.unit(6, "feet"),
  3815. weight: math.unit(240, "lbs"),
  3816. name: "Side",
  3817. image: {
  3818. source: "./media/characters/nibbles/side.svg"
  3819. }
  3820. },
  3821. },
  3822. [
  3823. {
  3824. name: "Normal",
  3825. height: math.unit(9, "feet"),
  3826. default: true
  3827. }
  3828. ]
  3829. ))
  3830. characterMakers.push(() => makeCharacter(
  3831. { name: "Rikky" },
  3832. {
  3833. side: {
  3834. height: math.unit(5 + 1 / 6, "feet"),
  3835. weight: math.unit(130, "lbs"),
  3836. name: "Side",
  3837. image: {
  3838. source: "./media/characters/rikky/side.svg"
  3839. }
  3840. },
  3841. },
  3842. [
  3843. {
  3844. name: "Normal",
  3845. height: math.unit(5 + 1 / 6, "feet")
  3846. },
  3847. {
  3848. name: "Macro",
  3849. height: math.unit(152, "feet"),
  3850. default: true
  3851. },
  3852. {
  3853. name: "Megamacro",
  3854. height: math.unit(7, "miles")
  3855. }
  3856. ]
  3857. ))
  3858. characterMakers.push(() => makeCharacter(
  3859. { name: "Malfressa" },
  3860. {
  3861. side: {
  3862. height: math.unit(370, "cm"),
  3863. weight: math.unit(350, "lbs"),
  3864. name: "Side",
  3865. image: {
  3866. source: "./media/characters/malfressa/side.svg"
  3867. }
  3868. },
  3869. walking: {
  3870. height: math.unit(370, "cm"),
  3871. weight: math.unit(350, "lbs"),
  3872. name: "Walking",
  3873. image: {
  3874. source: "./media/characters/malfressa/walking.svg"
  3875. }
  3876. },
  3877. feral: {
  3878. height: math.unit(2500, "cm"),
  3879. weight: math.unit(100000, "lbs"),
  3880. name: "Feral",
  3881. image: {
  3882. source: "./media/characters/malfressa/feral.svg",
  3883. extra: 2108 / 837,
  3884. bottom: 0.02
  3885. }
  3886. },
  3887. },
  3888. [
  3889. {
  3890. name: "Normal",
  3891. height: math.unit(370, "cm")
  3892. },
  3893. {
  3894. name: "Macro",
  3895. height: math.unit(300, "meters"),
  3896. default: true
  3897. }
  3898. ]
  3899. ))
  3900. characterMakers.push(() => makeCharacter(
  3901. { name: "Jaro" },
  3902. {
  3903. front: {
  3904. height: math.unit(6, "feet"),
  3905. weight: math.unit(60, "kg"),
  3906. name: "Front",
  3907. image: {
  3908. source: "./media/characters/jaro/front.svg"
  3909. }
  3910. },
  3911. back: {
  3912. height: math.unit(6, "feet"),
  3913. weight: math.unit(60, "kg"),
  3914. name: "Back",
  3915. image: {
  3916. source: "./media/characters/jaro/back.svg"
  3917. }
  3918. },
  3919. },
  3920. [
  3921. {
  3922. name: "Micro",
  3923. height: math.unit(7, "inches")
  3924. },
  3925. {
  3926. name: "Normal",
  3927. height: math.unit(5.5, "feet"),
  3928. default: true
  3929. },
  3930. {
  3931. name: "Minimacro",
  3932. height: math.unit(20, "feet")
  3933. },
  3934. {
  3935. name: "Macro",
  3936. height: math.unit(200, "meters")
  3937. }
  3938. ]
  3939. ))
  3940. characterMakers.push(() => makeCharacter(
  3941. { name: "Rogue" },
  3942. {
  3943. front: {
  3944. height: math.unit(6, "feet"),
  3945. weight: math.unit(195, "lb"),
  3946. name: "Front",
  3947. image: {
  3948. source: "./media/characters/rogue/front.svg"
  3949. }
  3950. },
  3951. },
  3952. [
  3953. {
  3954. name: "Macro",
  3955. height: math.unit(90, "feet"),
  3956. default: true
  3957. },
  3958. ]
  3959. ))
  3960. characterMakers.push(() => makeCharacter(
  3961. { name: "Piper" },
  3962. {
  3963. front: {
  3964. height: math.unit(5 + 8 / 12, "feet"),
  3965. weight: math.unit(140, "lb"),
  3966. name: "Front",
  3967. image: {
  3968. source: "./media/characters/piper/front.svg",
  3969. extra: 3928 / 3681
  3970. }
  3971. },
  3972. },
  3973. [
  3974. {
  3975. name: "Micro",
  3976. height: math.unit(2, "inches")
  3977. },
  3978. {
  3979. name: "Normal",
  3980. height: math.unit(5 + 8 / 12, "feet")
  3981. },
  3982. {
  3983. name: "Macro",
  3984. height: math.unit(250, "feet"),
  3985. default: true
  3986. },
  3987. {
  3988. name: "Megamacro",
  3989. height: math.unit(7, "miles")
  3990. },
  3991. ]
  3992. ))
  3993. characterMakers.push(() => makeCharacter(
  3994. { name: "Gemini" },
  3995. {
  3996. front: {
  3997. height: math.unit(6, "feet"),
  3998. weight: math.unit(220, "lb"),
  3999. name: "Front",
  4000. image: {
  4001. source: "./media/characters/gemini/front.svg"
  4002. }
  4003. },
  4004. back: {
  4005. height: math.unit(6, "feet"),
  4006. weight: math.unit(220, "lb"),
  4007. name: "Back",
  4008. image: {
  4009. source: "./media/characters/gemini/back.svg"
  4010. }
  4011. },
  4012. kneeling: {
  4013. height: math.unit(6 / 1.5, "feet"),
  4014. weight: math.unit(220, "lb"),
  4015. name: "Kneeling",
  4016. image: {
  4017. source: "./media/characters/gemini/kneeling.svg",
  4018. bottom: 0.02
  4019. }
  4020. },
  4021. },
  4022. [
  4023. {
  4024. name: "Macro",
  4025. height: math.unit(300, "meters"),
  4026. default: true
  4027. },
  4028. {
  4029. name: "Megamacro",
  4030. height: math.unit(6900, "meters")
  4031. },
  4032. ]
  4033. ))
  4034. characterMakers.push(() => makeCharacter(
  4035. { name: "Alicia" },
  4036. {
  4037. anthro: {
  4038. height: math.unit(2.35, "meters"),
  4039. weight: math.unit(73, "kg"),
  4040. name: "Anthro",
  4041. image: {
  4042. source: "./media/characters/alicia/anthro.svg"
  4043. }
  4044. },
  4045. feral: {
  4046. height: math.unit(1.69, "meters"),
  4047. weight: math.unit(73, "kg"),
  4048. name: "Feral",
  4049. image: {
  4050. source: "./media/characters/alicia/feral.svg"
  4051. }
  4052. },
  4053. },
  4054. [
  4055. {
  4056. name: "Normal",
  4057. height: math.unit(2.35, "meters")
  4058. },
  4059. {
  4060. name: "Macro",
  4061. height: math.unit(60, "meters"),
  4062. default: true
  4063. },
  4064. {
  4065. name: "Megamacro",
  4066. height: math.unit(10000, "kilometers")
  4067. },
  4068. ]
  4069. ))
  4070. characterMakers.push(() => makeCharacter(
  4071. { name: "Archy" },
  4072. {
  4073. front: {
  4074. height: math.unit(7, "feet"),
  4075. weight: math.unit(250, "lbs"),
  4076. name: "Front",
  4077. image: {
  4078. source: "./media/characters/archy/front.svg"
  4079. }
  4080. }
  4081. },
  4082. [
  4083. {
  4084. name: "Micro",
  4085. height: math.unit(1, "inch")
  4086. },
  4087. {
  4088. name: "Shorty",
  4089. height: math.unit(5, "feet")
  4090. },
  4091. {
  4092. name: "Normal",
  4093. height: math.unit(7, "feet")
  4094. },
  4095. {
  4096. name: "Macro",
  4097. height: math.unit(600, "meters"),
  4098. default: true
  4099. },
  4100. {
  4101. name: "Megamacro",
  4102. height: math.unit(1, "mile")
  4103. },
  4104. ]
  4105. ))
  4106. characterMakers.push(() => makeCharacter(
  4107. { name: "Berri" },
  4108. {
  4109. front: {
  4110. height: math.unit(1.65, "meters"),
  4111. weight: math.unit(74, "kg"),
  4112. name: "Front",
  4113. image: {
  4114. source: "./media/characters/berri/front.svg"
  4115. }
  4116. }
  4117. },
  4118. [
  4119. {
  4120. name: "Normal",
  4121. height: math.unit(1.65, "meters")
  4122. },
  4123. {
  4124. name: "Macro",
  4125. height: math.unit(60, "m"),
  4126. default: true
  4127. },
  4128. {
  4129. name: "Megamacro",
  4130. height: math.unit(9.213, "km")
  4131. },
  4132. {
  4133. name: "Planet Eater",
  4134. height: math.unit(489, "megameters")
  4135. },
  4136. {
  4137. name: "Teramacro",
  4138. height: math.unit(2471635000000, "meters")
  4139. },
  4140. {
  4141. name: "Examacro",
  4142. height: math.unit(8.0624e+26, "meters")
  4143. }
  4144. ]
  4145. ))
  4146. characterMakers.push(() => makeCharacter(
  4147. { name: "Lexi" },
  4148. {
  4149. front: {
  4150. height: math.unit(1.72, "meters"),
  4151. weight: math.unit(68, "kg"),
  4152. name: "Front",
  4153. image: {
  4154. source: "./media/characters/lexi/front.svg"
  4155. }
  4156. }
  4157. },
  4158. [
  4159. {
  4160. name: "Very Smol",
  4161. height: math.unit(10, "mm")
  4162. },
  4163. {
  4164. name: "Micro",
  4165. height: math.unit(6.8, "cm"),
  4166. default: true
  4167. },
  4168. {
  4169. name: "Normal",
  4170. height: math.unit(1.72, "m")
  4171. }
  4172. ]
  4173. ))
  4174. characterMakers.push(() => makeCharacter(
  4175. { name: "Martin" },
  4176. {
  4177. front: {
  4178. height: math.unit(1.69, "meters"),
  4179. weight: math.unit(68, "kg"),
  4180. name: "Front",
  4181. image: {
  4182. source: "./media/characters/martin/front.svg",
  4183. extra: 596 / 581
  4184. }
  4185. }
  4186. },
  4187. [
  4188. {
  4189. name: "Micro",
  4190. height: math.unit(6.85, "cm"),
  4191. default: true
  4192. },
  4193. {
  4194. name: "Normal",
  4195. height: math.unit(1.69, "m")
  4196. }
  4197. ]
  4198. ))
  4199. characterMakers.push(() => makeCharacter(
  4200. { name: "Juno" },
  4201. {
  4202. front: {
  4203. height: math.unit(1.69, "meters"),
  4204. weight: math.unit(68, "kg"),
  4205. name: "Front",
  4206. image: {
  4207. source: "./media/characters/juno/front.svg"
  4208. }
  4209. }
  4210. },
  4211. [
  4212. {
  4213. name: "Micro",
  4214. height: math.unit(7, "cm")
  4215. },
  4216. {
  4217. name: "Normal",
  4218. height: math.unit(1.89, "m")
  4219. },
  4220. {
  4221. name: "Macro",
  4222. height: math.unit(353, "meters"),
  4223. default: true
  4224. }
  4225. ]
  4226. ))
  4227. characterMakers.push(() => makeCharacter(
  4228. { name: "Samantha" },
  4229. {
  4230. front: {
  4231. height: math.unit(1.93, "meters"),
  4232. weight: math.unit(83, "kg"),
  4233. name: "Front",
  4234. image: {
  4235. source: "./media/characters/samantha/front.svg"
  4236. }
  4237. },
  4238. frontClothed: {
  4239. height: math.unit(1.93, "meters"),
  4240. weight: math.unit(83, "kg"),
  4241. name: "Front (Clothed)",
  4242. image: {
  4243. source: "./media/characters/samantha/front-clothed.svg"
  4244. }
  4245. },
  4246. back: {
  4247. height: math.unit(1.93, "meters"),
  4248. weight: math.unit(83, "kg"),
  4249. name: "Back",
  4250. image: {
  4251. source: "./media/characters/samantha/back.svg"
  4252. }
  4253. },
  4254. },
  4255. [
  4256. {
  4257. name: "Normal",
  4258. height: math.unit(1.93, "m")
  4259. },
  4260. {
  4261. name: "Macro",
  4262. height: math.unit(74, "meters"),
  4263. default: true
  4264. },
  4265. {
  4266. name: "Macro+",
  4267. height: math.unit(223, "meters"),
  4268. },
  4269. {
  4270. name: "Megamacro",
  4271. height: math.unit(8381, "meters"),
  4272. },
  4273. {
  4274. name: "Megamacro+",
  4275. height: math.unit(12000, "kilometers")
  4276. },
  4277. ]
  4278. ))
  4279. characterMakers.push(() => makeCharacter(
  4280. { name: "Dr. Clay" },
  4281. {
  4282. front: {
  4283. height: math.unit(1.92, "meters"),
  4284. weight: math.unit(80, "kg"),
  4285. name: "Front",
  4286. image: {
  4287. source: "./media/characters/dr-clay/front.svg"
  4288. }
  4289. },
  4290. frontClothed: {
  4291. height: math.unit(1.92, "meters"),
  4292. weight: math.unit(80, "kg"),
  4293. name: "Front (Clothed)",
  4294. image: {
  4295. source: "./media/characters/dr-clay/front-clothed.svg"
  4296. }
  4297. }
  4298. },
  4299. [
  4300. {
  4301. name: "Normal",
  4302. height: math.unit(1.92, "m")
  4303. },
  4304. {
  4305. name: "Macro",
  4306. height: math.unit(214, "meters"),
  4307. default: true
  4308. },
  4309. {
  4310. name: "Macro+",
  4311. height: math.unit(12.237, "meters"),
  4312. },
  4313. {
  4314. name: "Megamacro",
  4315. height: math.unit(557, "megameters"),
  4316. },
  4317. {
  4318. name: "Unimaginable",
  4319. height: math.unit(120e9, "lightyears")
  4320. },
  4321. ]
  4322. ))
  4323. characterMakers.push(() => makeCharacter(
  4324. { name: "Wyvrn Ripsnarl" },
  4325. {
  4326. front: {
  4327. height: math.unit(2, "meters"),
  4328. weight: math.unit(80, "kg"),
  4329. name: "Front",
  4330. image: {
  4331. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4332. }
  4333. }
  4334. },
  4335. [
  4336. {
  4337. name: "Teramacro",
  4338. height: math.unit(500000, "lightyears"),
  4339. default: true
  4340. },
  4341. ]
  4342. ))
  4343. characterMakers.push(() => makeCharacter(
  4344. { name: "Vemus" },
  4345. {
  4346. front: {
  4347. height: math.unit(2, "meters"),
  4348. weight: math.unit(150, "kg"),
  4349. name: "Front",
  4350. image: {
  4351. source: "./media/characters/vemus/front.svg",
  4352. extra: 2384 / 2084,
  4353. bottom: 0.0123
  4354. }
  4355. }
  4356. },
  4357. [
  4358. {
  4359. name: "Normal",
  4360. height: math.unit(3.75, "meters"),
  4361. default: true
  4362. },
  4363. {
  4364. name: "Big",
  4365. height: math.unit(8, "meters")
  4366. },
  4367. {
  4368. name: "Macro",
  4369. height: math.unit(100, "meters")
  4370. },
  4371. {
  4372. name: "Macro+",
  4373. height: math.unit(1500, "meters")
  4374. },
  4375. {
  4376. name: "Stellar",
  4377. height: math.unit(14e8, "meters")
  4378. },
  4379. ]
  4380. ))
  4381. characterMakers.push(() => makeCharacter(
  4382. { name: "Beherit" },
  4383. {
  4384. front: {
  4385. height: math.unit(2, "meters"),
  4386. weight: math.unit(70, "kg"),
  4387. name: "Front",
  4388. image: {
  4389. source: "./media/characters/beherit/front.svg",
  4390. extra: 1408 / 1242
  4391. }
  4392. }
  4393. },
  4394. [
  4395. {
  4396. name: "Normal",
  4397. height: math.unit(6, "feet")
  4398. },
  4399. {
  4400. name: "Lorg",
  4401. height: math.unit(25, "feet"),
  4402. default: true
  4403. },
  4404. {
  4405. name: "Lorger",
  4406. height: math.unit(75, "feet")
  4407. },
  4408. {
  4409. name: "Macro",
  4410. height: math.unit(200, "meters")
  4411. },
  4412. ]
  4413. ))
  4414. characterMakers.push(() => makeCharacter(
  4415. { name: "Everett" },
  4416. {
  4417. front: {
  4418. height: math.unit(2, "meters"),
  4419. weight: math.unit(150, "kg"),
  4420. name: "Front",
  4421. image: {
  4422. source: "./media/characters/everett/front.svg",
  4423. extra: 2038 / 1737,
  4424. bottom: 0.03
  4425. }
  4426. },
  4427. paw: {
  4428. height: math.unit(2 / 3.6, "meters"),
  4429. name: "Paw",
  4430. image: {
  4431. source: "./media/characters/everett/paw.svg"
  4432. }
  4433. },
  4434. },
  4435. [
  4436. {
  4437. name: "Normal",
  4438. height: math.unit(15, "feet"),
  4439. default: true
  4440. },
  4441. {
  4442. name: "Lorg",
  4443. height: math.unit(70, "feet"),
  4444. default: true
  4445. },
  4446. {
  4447. name: "Lorger",
  4448. height: math.unit(250, "feet")
  4449. },
  4450. {
  4451. name: "Macro",
  4452. height: math.unit(500, "meters")
  4453. },
  4454. ]
  4455. ))
  4456. characterMakers.push(() => makeCharacter(
  4457. { name: "Rose Lion" },
  4458. {
  4459. front: {
  4460. height: math.unit(2, "meters"),
  4461. weight: math.unit(86, "kg"),
  4462. name: "Front",
  4463. image: {
  4464. source: "./media/characters/rose-lion/front.svg"
  4465. }
  4466. },
  4467. bent: {
  4468. height: math.unit(2 / 1.4288, "meters"),
  4469. weight: math.unit(86, "kg"),
  4470. name: "Bent",
  4471. image: {
  4472. source: "./media/characters/rose-lion/bent.svg"
  4473. }
  4474. }
  4475. },
  4476. [
  4477. {
  4478. name: "Mini-Micro",
  4479. height: math.unit(1, "cm")
  4480. },
  4481. {
  4482. name: "Micro",
  4483. height: math.unit(3.5, "inches"),
  4484. default: true
  4485. },
  4486. {
  4487. name: "Normal",
  4488. height: math.unit(6 + 1 / 6, "feet")
  4489. },
  4490. {
  4491. name: "Mini-Macro",
  4492. height: math.unit(9 + 10 / 12, "feet")
  4493. },
  4494. ]
  4495. ))
  4496. characterMakers.push(() => makeCharacter(
  4497. { name: "Regal" },
  4498. {
  4499. front: {
  4500. height: math.unit(2, "meters"),
  4501. weight: math.unit(350, "lbs"),
  4502. name: "Front",
  4503. image: {
  4504. source: "./media/characters/regal/front.svg"
  4505. }
  4506. },
  4507. back: {
  4508. height: math.unit(2, "meters"),
  4509. weight: math.unit(350, "lbs"),
  4510. name: "Back",
  4511. image: {
  4512. source: "./media/characters/regal/back.svg"
  4513. }
  4514. },
  4515. },
  4516. [
  4517. {
  4518. name: "Macro",
  4519. height: math.unit(350, "feet"),
  4520. default: true
  4521. }
  4522. ]
  4523. ))
  4524. characterMakers.push(() => makeCharacter(
  4525. { name: "Opal" },
  4526. {
  4527. front: {
  4528. height: math.unit(4 + 11 / 12, "feet"),
  4529. weight: math.unit(100, "lbs"),
  4530. name: "Front",
  4531. image: {
  4532. source: "./media/characters/opal/front.svg"
  4533. }
  4534. },
  4535. frontAlt: {
  4536. height: math.unit(4 + 11 / 12, "feet"),
  4537. weight: math.unit(100, "lbs"),
  4538. name: "Front (Alt)",
  4539. image: {
  4540. source: "./media/characters/opal/front-alt.svg"
  4541. }
  4542. },
  4543. },
  4544. [
  4545. {
  4546. name: "Small",
  4547. height: math.unit(4 + 11 / 12, "feet")
  4548. },
  4549. {
  4550. name: "Normal",
  4551. height: math.unit(20, "feet"),
  4552. default: true
  4553. },
  4554. {
  4555. name: "Macro",
  4556. height: math.unit(120, "feet")
  4557. },
  4558. {
  4559. name: "Megamacro",
  4560. height: math.unit(80, "miles")
  4561. },
  4562. {
  4563. name: "True Size",
  4564. height: math.unit(100000, "lightyears")
  4565. },
  4566. ]
  4567. ))
  4568. characterMakers.push(() => makeCharacter(
  4569. { name: "Vector Wuff" },
  4570. {
  4571. front: {
  4572. height: math.unit(6, "feet"),
  4573. weight: math.unit(200, "lbs"),
  4574. name: "Front",
  4575. image: {
  4576. source: "./media/characters/vector-wuff/front.svg"
  4577. }
  4578. }
  4579. },
  4580. [
  4581. {
  4582. name: "Normal",
  4583. height: math.unit(2.8, "meters")
  4584. },
  4585. {
  4586. name: "Macro",
  4587. height: math.unit(450, "meters"),
  4588. default: true
  4589. },
  4590. {
  4591. name: "Megamacro",
  4592. height: math.unit(15, "kilometers")
  4593. }
  4594. ]
  4595. ))
  4596. characterMakers.push(() => makeCharacter(
  4597. { name: "Dannik" },
  4598. {
  4599. front: {
  4600. height: math.unit(6, "feet"),
  4601. weight: math.unit(256, "lbs"),
  4602. name: "Front",
  4603. image: {
  4604. source: "./media/characters/dannik/front.svg"
  4605. }
  4606. }
  4607. },
  4608. [
  4609. {
  4610. name: "Macro",
  4611. height: math.unit(69.57, "meters"),
  4612. default: true
  4613. },
  4614. ]
  4615. ))
  4616. characterMakers.push(() => makeCharacter(
  4617. { name: "Azura Saharah" },
  4618. {
  4619. front: {
  4620. height: math.unit(6, "feet"),
  4621. weight: math.unit(120, "lbs"),
  4622. name: "Front",
  4623. image: {
  4624. source: "./media/characters/azura-saharah/front.svg"
  4625. }
  4626. },
  4627. back: {
  4628. height: math.unit(6, "feet"),
  4629. weight: math.unit(120, "lbs"),
  4630. name: "Back",
  4631. image: {
  4632. source: "./media/characters/azura-saharah/back.svg"
  4633. }
  4634. },
  4635. },
  4636. [
  4637. {
  4638. name: "Macro",
  4639. height: math.unit(100, "feet"),
  4640. default: true
  4641. },
  4642. ]
  4643. ))
  4644. characterMakers.push(() => makeCharacter(
  4645. { name: "Kennedy" },
  4646. {
  4647. side: {
  4648. height: math.unit(5 + 4 / 12, "feet"),
  4649. weight: math.unit(163, "lbs"),
  4650. name: "Side",
  4651. image: {
  4652. source: "./media/characters/kennedy/side.svg"
  4653. }
  4654. }
  4655. },
  4656. [
  4657. {
  4658. name: "Standard Doggo",
  4659. height: math.unit(5 + 4 / 12, "feet")
  4660. },
  4661. {
  4662. name: "Big Doggo",
  4663. height: math.unit(25 + 3 / 12, "feet"),
  4664. default: true
  4665. },
  4666. ]
  4667. ))
  4668. characterMakers.push(() => makeCharacter(
  4669. { name: "Odi Lunar" },
  4670. {
  4671. front: {
  4672. height: math.unit(6, "feet"),
  4673. weight: math.unit(90, "lbs"),
  4674. name: "Front",
  4675. image: {
  4676. source: "./media/characters/odi-lunar/front.svg"
  4677. }
  4678. }
  4679. },
  4680. [
  4681. {
  4682. name: "Micro",
  4683. height: math.unit(3, "inches"),
  4684. default: true
  4685. },
  4686. {
  4687. name: "Normal",
  4688. height: math.unit(5.5, "feet")
  4689. }
  4690. ]
  4691. ))
  4692. characterMakers.push(() => makeCharacter(
  4693. { name: "Mandake" },
  4694. {
  4695. back: {
  4696. height: math.unit(6, "feet"),
  4697. weight: math.unit(220, "lbs"),
  4698. name: "Back",
  4699. image: {
  4700. source: "./media/characters/mandake/back.svg"
  4701. }
  4702. }
  4703. },
  4704. [
  4705. {
  4706. name: "Normal",
  4707. height: math.unit(7, "feet"),
  4708. default: true
  4709. },
  4710. {
  4711. name: "Macro",
  4712. height: math.unit(78, "feet")
  4713. },
  4714. {
  4715. name: "Macro+",
  4716. height: math.unit(300, "meters")
  4717. },
  4718. {
  4719. name: "Macro++",
  4720. height: math.unit(2400, "feet")
  4721. },
  4722. {
  4723. name: "Megamacro",
  4724. height: math.unit(5167, "meters")
  4725. },
  4726. {
  4727. name: "Gigamacro",
  4728. height: math.unit(41769, "miles")
  4729. },
  4730. ]
  4731. ))
  4732. characterMakers.push(() => makeCharacter(
  4733. { name: "Yozey" },
  4734. {
  4735. front: {
  4736. height: math.unit(6, "feet"),
  4737. weight: math.unit(120, "lbs"),
  4738. name: "Front",
  4739. image: {
  4740. source: "./media/characters/yozey/front.svg"
  4741. }
  4742. },
  4743. frontAlt: {
  4744. height: math.unit(6, "feet"),
  4745. weight: math.unit(120, "lbs"),
  4746. name: "Front (Alt)",
  4747. image: {
  4748. source: "./media/characters/yozey/front-alt.svg"
  4749. }
  4750. },
  4751. side: {
  4752. height: math.unit(6, "feet"),
  4753. weight: math.unit(120, "lbs"),
  4754. name: "Side",
  4755. image: {
  4756. source: "./media/characters/yozey/side.svg"
  4757. }
  4758. },
  4759. },
  4760. [
  4761. {
  4762. name: "Micro",
  4763. height: math.unit(3, "inches"),
  4764. default: true
  4765. },
  4766. {
  4767. name: "Normal",
  4768. height: math.unit(6, "feet")
  4769. }
  4770. ]
  4771. ))
  4772. characterMakers.push(() => makeCharacter(
  4773. { name: "Valeska Voss" },
  4774. {
  4775. front: {
  4776. height: math.unit(6, "feet"),
  4777. weight: math.unit(103, "lbs"),
  4778. name: "Front",
  4779. image: {
  4780. source: "./media/characters/valeska-voss/front.svg"
  4781. }
  4782. }
  4783. },
  4784. [
  4785. {
  4786. name: "Mini-Sized Sub",
  4787. height: math.unit(3.1, "inches")
  4788. },
  4789. {
  4790. name: "Mid-Sized Sub",
  4791. height: math.unit(6.2, "inches")
  4792. },
  4793. {
  4794. name: "Full-Sized Sub",
  4795. height: math.unit(9.3, "inches")
  4796. },
  4797. {
  4798. name: "Normal",
  4799. height: math.unit(5 + 2 / 12, "foot"),
  4800. default: true
  4801. },
  4802. ]
  4803. ))
  4804. characterMakers.push(() => makeCharacter(
  4805. { name: "Gene Zeta" },
  4806. {
  4807. front: {
  4808. height: math.unit(6, "feet"),
  4809. weight: math.unit(160, "lbs"),
  4810. name: "Front",
  4811. image: {
  4812. source: "./media/characters/gene-zeta/front.svg",
  4813. bottom: 0.03,
  4814. extra: 1
  4815. }
  4816. }
  4817. },
  4818. [
  4819. {
  4820. name: "Normal",
  4821. height: math.unit(6.25, "foot"),
  4822. default: true
  4823. },
  4824. ]
  4825. ))
  4826. characterMakers.push(() => makeCharacter(
  4827. { name: "Razinox" },
  4828. {
  4829. front: {
  4830. height: math.unit(6, "feet"),
  4831. weight: math.unit(350, "lbs"),
  4832. name: "Front",
  4833. image: {
  4834. source: "./media/characters/razinox/front.svg",
  4835. extra: 1686 / 1548
  4836. }
  4837. },
  4838. back: {
  4839. height: math.unit(6, "feet"),
  4840. weight: math.unit(350, "lbs"),
  4841. name: "Back",
  4842. image: {
  4843. source: "./media/characters/razinox/back.svg",
  4844. extra: 1660 / 1590
  4845. }
  4846. },
  4847. },
  4848. [
  4849. {
  4850. name: "Normal",
  4851. height: math.unit(10 + 8 / 12, "foot")
  4852. },
  4853. {
  4854. name: "Minimacro",
  4855. height: math.unit(15, "foot")
  4856. },
  4857. {
  4858. name: "Macro",
  4859. height: math.unit(60, "foot"),
  4860. default: true
  4861. },
  4862. {
  4863. name: "Megamacro",
  4864. height: math.unit(5, "miles")
  4865. },
  4866. {
  4867. name: "Gigamacro",
  4868. height: math.unit(6000, "miles")
  4869. },
  4870. ]
  4871. ))
  4872. characterMakers.push(() => makeCharacter(
  4873. { name: "Cobalt" },
  4874. {
  4875. front: {
  4876. height: math.unit(6, "feet"),
  4877. weight: math.unit(150, "lbs"),
  4878. name: "Front",
  4879. image: {
  4880. source: "./media/characters/cobalt/front.svg"
  4881. }
  4882. }
  4883. },
  4884. [
  4885. {
  4886. name: "Normal",
  4887. height: math.unit(8 + 1 / 12, "foot")
  4888. },
  4889. {
  4890. name: "Macro",
  4891. height: math.unit(111, "foot"),
  4892. default: true
  4893. },
  4894. {
  4895. name: "Supracosmic",
  4896. height: math.unit(1e42, "feet")
  4897. },
  4898. ]
  4899. ))
  4900. characterMakers.push(() => makeCharacter(
  4901. { name: "Amanda" },
  4902. {
  4903. front: {
  4904. height: math.unit(6, "feet"),
  4905. weight: math.unit(140, "lbs"),
  4906. name: "Front",
  4907. image: {
  4908. source: "./media/characters/amanda/front.svg"
  4909. }
  4910. }
  4911. },
  4912. [
  4913. {
  4914. name: "Micro",
  4915. height: math.unit(5, "inches"),
  4916. default: true
  4917. },
  4918. ]
  4919. ))
  4920. characterMakers.push(() => makeCharacter(
  4921. { name: "Teal" },
  4922. {
  4923. front: {
  4924. height: math.unit(5.59, "feet"),
  4925. weight: math.unit(250, "lbs"),
  4926. name: "Front",
  4927. image: {
  4928. source: "./media/characters/teal/front.svg"
  4929. }
  4930. },
  4931. frontAlt: {
  4932. height: math.unit(6, "feet"),
  4933. weight: math.unit(250, "lbs"),
  4934. name: "Front (Alt)",
  4935. image: {
  4936. source: "./media/characters/teal/front-alt.svg",
  4937. bottom: 0.04,
  4938. extra: 1
  4939. }
  4940. },
  4941. },
  4942. [
  4943. {
  4944. name: "Normal",
  4945. height: math.unit(12, "feet"),
  4946. default: true
  4947. },
  4948. {
  4949. name: "Macro",
  4950. height: math.unit(300, "feet")
  4951. },
  4952. ]
  4953. ))
  4954. characterMakers.push(() => makeCharacter(
  4955. { name: "Ravin Amulet" },
  4956. {
  4957. frontCat: {
  4958. height: math.unit(6, "feet"),
  4959. weight: math.unit(180, "lbs"),
  4960. name: "Front (Cat)",
  4961. image: {
  4962. source: "./media/characters/ravin-amulet/front-cat.svg"
  4963. }
  4964. },
  4965. frontCatAlt: {
  4966. height: math.unit(6, "feet"),
  4967. weight: math.unit(180, "lbs"),
  4968. name: "Front (Alt, Cat)",
  4969. image: {
  4970. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4971. }
  4972. },
  4973. frontWerewolf: {
  4974. height: math.unit(6 * 1.2, "feet"),
  4975. weight: math.unit(225, "lbs"),
  4976. name: "Front (Werewolf)",
  4977. image: {
  4978. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4979. }
  4980. },
  4981. backWerewolf: {
  4982. height: math.unit(6 * 1.2, "feet"),
  4983. weight: math.unit(225, "lbs"),
  4984. name: "Back (Werewolf)",
  4985. image: {
  4986. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4987. }
  4988. },
  4989. },
  4990. [
  4991. {
  4992. name: "Nano",
  4993. height: math.unit(1, "micrometer")
  4994. },
  4995. {
  4996. name: "Micro",
  4997. height: math.unit(1, "inch")
  4998. },
  4999. {
  5000. name: "Normal",
  5001. height: math.unit(6, "feet"),
  5002. default: true
  5003. },
  5004. {
  5005. name: "Macro",
  5006. height: math.unit(60, "feet")
  5007. }
  5008. ]
  5009. ))
  5010. characterMakers.push(() => makeCharacter(
  5011. { name: "Fluoresce" },
  5012. {
  5013. front: {
  5014. height: math.unit(6, "feet"),
  5015. weight: math.unit(165, "lbs"),
  5016. name: "Front",
  5017. image: {
  5018. source: "./media/characters/fluoresce/front.svg"
  5019. }
  5020. }
  5021. },
  5022. [
  5023. {
  5024. name: "Micro",
  5025. height: math.unit(6, "cm")
  5026. },
  5027. {
  5028. name: "Normal",
  5029. height: math.unit(5 + 7 / 12, "feet"),
  5030. default: true
  5031. },
  5032. {
  5033. name: "Macro",
  5034. height: math.unit(56, "feet")
  5035. },
  5036. {
  5037. name: "Megamacro",
  5038. height: math.unit(1.9, "miles")
  5039. },
  5040. ]
  5041. ))
  5042. characterMakers.push(() => makeCharacter(
  5043. { name: "Aurora" },
  5044. {
  5045. front: {
  5046. height: math.unit(9 + 6 / 12, "feet"),
  5047. weight: math.unit(523, "lbs"),
  5048. name: "Side",
  5049. image: {
  5050. source: "./media/characters/aurora/side.svg"
  5051. }
  5052. }
  5053. },
  5054. [
  5055. {
  5056. name: "Normal",
  5057. height: math.unit(9 + 6 / 12, "feet")
  5058. },
  5059. {
  5060. name: "Macro",
  5061. height: math.unit(96, "feet"),
  5062. default: true
  5063. },
  5064. {
  5065. name: "Macro+",
  5066. height: math.unit(243, "feet")
  5067. },
  5068. ]
  5069. ))
  5070. characterMakers.push(() => makeCharacter(
  5071. { name: "Ranek" },
  5072. {
  5073. front: {
  5074. height: math.unit(194, "cm"),
  5075. weight: math.unit(90, "kg"),
  5076. name: "Front",
  5077. image: {
  5078. source: "./media/characters/ranek/front.svg"
  5079. }
  5080. },
  5081. side: {
  5082. height: math.unit(194, "cm"),
  5083. weight: math.unit(90, "kg"),
  5084. name: "Side",
  5085. image: {
  5086. source: "./media/characters/ranek/side.svg"
  5087. }
  5088. },
  5089. back: {
  5090. height: math.unit(194, "cm"),
  5091. weight: math.unit(90, "kg"),
  5092. name: "Back",
  5093. image: {
  5094. source: "./media/characters/ranek/back.svg"
  5095. }
  5096. },
  5097. feral: {
  5098. height: math.unit(30, "cm"),
  5099. weight: math.unit(1.6, "lbs"),
  5100. name: "Feral",
  5101. image: {
  5102. source: "./media/characters/ranek/feral.svg"
  5103. }
  5104. },
  5105. },
  5106. [
  5107. {
  5108. name: "Normal",
  5109. height: math.unit(194, "cm"),
  5110. default: true
  5111. },
  5112. {
  5113. name: "Macro",
  5114. height: math.unit(100, "meters")
  5115. },
  5116. ]
  5117. ))
  5118. characterMakers.push(() => makeCharacter(
  5119. { name: "Andrew Cooper" },
  5120. {
  5121. front: {
  5122. height: math.unit(5 + 6 / 12, "feet"),
  5123. weight: math.unit(153, "lbs"),
  5124. name: "Front",
  5125. image: {
  5126. source: "./media/characters/andrew-cooper/front.svg"
  5127. }
  5128. },
  5129. },
  5130. [
  5131. {
  5132. name: "Nano",
  5133. height: math.unit(1, "mm")
  5134. },
  5135. {
  5136. name: "Micro",
  5137. height: math.unit(2, "inches")
  5138. },
  5139. {
  5140. name: "Normal",
  5141. height: math.unit(5 + 6 / 12, "feet"),
  5142. default: true
  5143. }
  5144. ]
  5145. ))
  5146. characterMakers.push(() => makeCharacter(
  5147. { name: "Akane Sato" },
  5148. {
  5149. front: {
  5150. height: math.unit(6, "feet"),
  5151. weight: math.unit(180, "lbs"),
  5152. name: "Front",
  5153. image: {
  5154. source: "./media/characters/akane-sato/front.svg",
  5155. extra: 1219 / 1140
  5156. }
  5157. },
  5158. back: {
  5159. height: math.unit(6, "feet"),
  5160. weight: math.unit(180, "lbs"),
  5161. name: "Back",
  5162. image: {
  5163. source: "./media/characters/akane-sato/back.svg",
  5164. extra: 1219 / 1170
  5165. }
  5166. },
  5167. },
  5168. [
  5169. {
  5170. name: "Normal",
  5171. height: math.unit(2.5, "meters")
  5172. },
  5173. {
  5174. name: "Macro",
  5175. height: math.unit(250, "meters"),
  5176. default: true
  5177. },
  5178. {
  5179. name: "Megamacro",
  5180. height: math.unit(25, "km")
  5181. },
  5182. ]
  5183. ))
  5184. characterMakers.push(() => makeCharacter(
  5185. { name: "Rook" },
  5186. {
  5187. front: {
  5188. height: math.unit(6, "feet"),
  5189. weight: math.unit(65, "kg"),
  5190. name: "Front",
  5191. image: {
  5192. source: "./media/characters/rook/front.svg",
  5193. extra: 960/950
  5194. }
  5195. }
  5196. },
  5197. [
  5198. {
  5199. name: "Normal",
  5200. height: math.unit(8.8, "feet")
  5201. },
  5202. {
  5203. name: "Macro",
  5204. height: math.unit(88, "feet"),
  5205. default: true
  5206. },
  5207. {
  5208. name: "Megamacro",
  5209. height: math.unit(8, "miles")
  5210. },
  5211. ]
  5212. ))
  5213. characterMakers.push(() => makeCharacter(
  5214. { name: "Prodigy" },
  5215. {
  5216. front: {
  5217. height: math.unit(12 + 2 / 12, "feet"),
  5218. weight: math.unit(808, "lbs"),
  5219. name: "Front",
  5220. image: {
  5221. source: "./media/characters/prodigy/front.svg"
  5222. }
  5223. }
  5224. },
  5225. [
  5226. {
  5227. name: "Normal",
  5228. height: math.unit(12 + 2 / 12, "feet"),
  5229. default: true
  5230. },
  5231. {
  5232. name: "Macro",
  5233. height: math.unit(143, "feet")
  5234. },
  5235. {
  5236. name: "Macro+",
  5237. height: math.unit(400, "feet")
  5238. },
  5239. ]
  5240. ))
  5241. characterMakers.push(() => makeCharacter(
  5242. { name: "Daniel" },
  5243. {
  5244. front: {
  5245. height: math.unit(6, "feet"),
  5246. weight: math.unit(225, "lbs"),
  5247. name: "Front",
  5248. image: {
  5249. source: "./media/characters/daniel/front.svg"
  5250. }
  5251. },
  5252. leaning: {
  5253. height: math.unit(6, "feet"),
  5254. weight: math.unit(225, "lbs"),
  5255. name: "Leaning",
  5256. image: {
  5257. source: "./media/characters/daniel/leaning.svg"
  5258. }
  5259. },
  5260. },
  5261. [
  5262. {
  5263. name: "Macro",
  5264. height: math.unit(1000, "feet"),
  5265. default: true
  5266. },
  5267. ]
  5268. ))
  5269. characterMakers.push(() => makeCharacter(
  5270. { name: "Chiros" },
  5271. {
  5272. front: {
  5273. height: math.unit(6, "feet"),
  5274. weight: math.unit(88, "lbs"),
  5275. name: "Front",
  5276. image: {
  5277. source: "./media/characters/chiros/front.svg",
  5278. extra: 306 / 226
  5279. }
  5280. },
  5281. side: {
  5282. height: math.unit(6, "feet"),
  5283. weight: math.unit(88, "lbs"),
  5284. name: "Side",
  5285. image: {
  5286. source: "./media/characters/chiros/side.svg",
  5287. extra: 306 / 226
  5288. }
  5289. },
  5290. },
  5291. [
  5292. {
  5293. name: "Normal",
  5294. height: math.unit(6, "cm"),
  5295. default: true
  5296. },
  5297. ]
  5298. ))
  5299. characterMakers.push(() => makeCharacter(
  5300. { name: "Selka" },
  5301. {
  5302. front: {
  5303. height: math.unit(6, "feet"),
  5304. weight: math.unit(100, "lbs"),
  5305. name: "Front",
  5306. image: {
  5307. source: "./media/characters/selka/front.svg",
  5308. extra: 947 / 887
  5309. }
  5310. }
  5311. },
  5312. [
  5313. {
  5314. name: "Normal",
  5315. height: math.unit(5, "cm"),
  5316. default: true
  5317. },
  5318. ]
  5319. ))
  5320. characterMakers.push(() => makeCharacter(
  5321. { name: "Verin" },
  5322. {
  5323. front: {
  5324. height: math.unit(8 + 3 / 12, "feet"),
  5325. weight: math.unit(424, "lbs"),
  5326. name: "Front",
  5327. image: {
  5328. source: "./media/characters/verin/front.svg",
  5329. extra: 1845 / 1550
  5330. }
  5331. },
  5332. frontArmored: {
  5333. height: math.unit(8 + 3 / 12, "feet"),
  5334. weight: math.unit(424, "lbs"),
  5335. name: "Front (Armored)",
  5336. image: {
  5337. source: "./media/characters/verin/front-armor.svg",
  5338. extra: 1845 / 1550,
  5339. bottom: 0.01
  5340. }
  5341. },
  5342. back: {
  5343. height: math.unit(8 + 3 / 12, "feet"),
  5344. weight: math.unit(424, "lbs"),
  5345. name: "Back",
  5346. image: {
  5347. source: "./media/characters/verin/back.svg",
  5348. bottom: 0.1,
  5349. extra: 1
  5350. }
  5351. },
  5352. foot: {
  5353. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5354. name: "Foot",
  5355. image: {
  5356. source: "./media/characters/verin/foot.svg"
  5357. }
  5358. },
  5359. },
  5360. [
  5361. {
  5362. name: "Normal",
  5363. height: math.unit(8 + 3 / 12, "feet")
  5364. },
  5365. {
  5366. name: "Minimacro",
  5367. height: math.unit(21, "feet"),
  5368. default: true
  5369. },
  5370. {
  5371. name: "Macro",
  5372. height: math.unit(626, "feet")
  5373. },
  5374. ]
  5375. ))
  5376. characterMakers.push(() => makeCharacter(
  5377. { name: "Sovrim Terraquian" },
  5378. {
  5379. front: {
  5380. height: math.unit(2.718, "meters"),
  5381. weight: math.unit(150, "lbs"),
  5382. name: "Front",
  5383. image: {
  5384. source: "./media/characters/sovrim-terraquian/front.svg"
  5385. }
  5386. },
  5387. back: {
  5388. height: math.unit(2.718, "meters"),
  5389. weight: math.unit(150, "lbs"),
  5390. name: "Back",
  5391. image: {
  5392. source: "./media/characters/sovrim-terraquian/back.svg"
  5393. }
  5394. }
  5395. },
  5396. [
  5397. {
  5398. name: "Micro",
  5399. height: math.unit(2, "inches")
  5400. },
  5401. {
  5402. name: "Small",
  5403. height: math.unit(1, "meter")
  5404. },
  5405. {
  5406. name: "Normal",
  5407. height: math.unit(Math.E, "meters"),
  5408. default: true
  5409. },
  5410. {
  5411. name: "Macro",
  5412. height: math.unit(20, "meters")
  5413. },
  5414. {
  5415. name: "Macro+",
  5416. height: math.unit(400, "meters")
  5417. },
  5418. ]
  5419. ))
  5420. characterMakers.push(() => makeCharacter(
  5421. { name: "Reece Silvermane" },
  5422. {
  5423. front: {
  5424. height: math.unit(7, "feet"),
  5425. weight: math.unit(489, "lbs"),
  5426. name: "Front",
  5427. image: {
  5428. source: "./media/characters/reece-silvermane/front.svg",
  5429. bottom: 0.02,
  5430. extra: 1
  5431. }
  5432. },
  5433. },
  5434. [
  5435. {
  5436. name: "Macro",
  5437. height: math.unit(1.5, "miles"),
  5438. default: true
  5439. },
  5440. ]
  5441. ))
  5442. characterMakers.push(() => makeCharacter(
  5443. { name: "Kane" },
  5444. {
  5445. front: {
  5446. height: math.unit(6, "feet"),
  5447. weight: math.unit(78, "kg"),
  5448. name: "Front",
  5449. image: {
  5450. source: "./media/characters/kane/front.svg",
  5451. extra: 978 / 899
  5452. }
  5453. },
  5454. },
  5455. [
  5456. {
  5457. name: "Normal",
  5458. height: math.unit(2.1, "m"),
  5459. },
  5460. {
  5461. name: "Macro",
  5462. height: math.unit(1, "km"),
  5463. default: true
  5464. },
  5465. ]
  5466. ))
  5467. characterMakers.push(() => makeCharacter(
  5468. { name: "Tegon" },
  5469. {
  5470. front: {
  5471. height: math.unit(6, "feet"),
  5472. weight: math.unit(200, "kg"),
  5473. name: "Front",
  5474. image: {
  5475. source: "./media/characters/tegon/front.svg",
  5476. bottom: 0.01,
  5477. extra: 1
  5478. }
  5479. },
  5480. },
  5481. [
  5482. {
  5483. name: "Micro",
  5484. height: math.unit(1, "inch")
  5485. },
  5486. {
  5487. name: "Normal",
  5488. height: math.unit(6 + 3 / 12, "feet"),
  5489. default: true
  5490. },
  5491. {
  5492. name: "Macro",
  5493. height: math.unit(300, "feet")
  5494. },
  5495. {
  5496. name: "Megamacro",
  5497. height: math.unit(69, "miles")
  5498. },
  5499. ]
  5500. ))
  5501. characterMakers.push(() => makeCharacter(
  5502. { name: "Arcturax" },
  5503. {
  5504. side: {
  5505. height: math.unit(6, "feet"),
  5506. weight: math.unit(2304, "lbs"),
  5507. name: "Side",
  5508. image: {
  5509. source: "./media/characters/arcturax/side.svg",
  5510. extra: 790 / 376,
  5511. bottom: 0.01
  5512. }
  5513. },
  5514. },
  5515. [
  5516. {
  5517. name: "Micro",
  5518. height: math.unit(2, "inch")
  5519. },
  5520. {
  5521. name: "Normal",
  5522. height: math.unit(6, "feet")
  5523. },
  5524. {
  5525. name: "Macro",
  5526. height: math.unit(39, "feet"),
  5527. default: true
  5528. },
  5529. {
  5530. name: "Megamacro",
  5531. height: math.unit(7, "miles")
  5532. },
  5533. ]
  5534. ))
  5535. characterMakers.push(() => makeCharacter(
  5536. { name: "Sentri" },
  5537. {
  5538. front: {
  5539. height: math.unit(6, "feet"),
  5540. weight: math.unit(50, "lbs"),
  5541. name: "Front",
  5542. image: {
  5543. source: "./media/characters/sentri/front.svg",
  5544. extra: 1750 / 1570,
  5545. bottom: 0.025
  5546. }
  5547. },
  5548. frontAlt: {
  5549. height: math.unit(6, "feet"),
  5550. weight: math.unit(50, "lbs"),
  5551. name: "Front (Alt)",
  5552. image: {
  5553. source: "./media/characters/sentri/front-alt.svg",
  5554. extra: 1750 / 1570,
  5555. bottom: 0.025
  5556. }
  5557. },
  5558. },
  5559. [
  5560. {
  5561. name: "Normal",
  5562. height: math.unit(15, "feet"),
  5563. default: true
  5564. },
  5565. {
  5566. name: "Macro",
  5567. height: math.unit(2500, "feet")
  5568. }
  5569. ]
  5570. ))
  5571. characterMakers.push(() => makeCharacter(
  5572. { name: "Corvin" },
  5573. {
  5574. front: {
  5575. height: math.unit(5 + 8 / 12, "feet"),
  5576. weight: math.unit(130, "lbs"),
  5577. name: "Front",
  5578. image: {
  5579. source: "./media/characters/corvin/front.svg",
  5580. extra: 1803 / 1629
  5581. }
  5582. },
  5583. frontShirt: {
  5584. height: math.unit(5 + 8 / 12, "feet"),
  5585. weight: math.unit(130, "lbs"),
  5586. name: "Front (Shirt)",
  5587. image: {
  5588. source: "./media/characters/corvin/front-shirt.svg",
  5589. extra: 1803 / 1629
  5590. }
  5591. },
  5592. frontPoncho: {
  5593. height: math.unit(5 + 8 / 12, "feet"),
  5594. weight: math.unit(130, "lbs"),
  5595. name: "Front (Poncho)",
  5596. image: {
  5597. source: "./media/characters/corvin/front-poncho.svg",
  5598. extra: 1803 / 1629
  5599. }
  5600. },
  5601. side: {
  5602. height: math.unit(5 + 8 / 12, "feet"),
  5603. weight: math.unit(130, "lbs"),
  5604. name: "Side",
  5605. image: {
  5606. source: "./media/characters/corvin/side.svg",
  5607. extra: 1012 / 945
  5608. }
  5609. },
  5610. back: {
  5611. height: math.unit(5 + 8 / 12, "feet"),
  5612. weight: math.unit(130, "lbs"),
  5613. name: "Back",
  5614. image: {
  5615. source: "./media/characters/corvin/back.svg",
  5616. extra: 1803 / 1629
  5617. }
  5618. },
  5619. },
  5620. [
  5621. {
  5622. name: "Micro",
  5623. height: math.unit(3, "inches")
  5624. },
  5625. {
  5626. name: "Normal",
  5627. height: math.unit(5 + 8 / 12, "feet")
  5628. },
  5629. {
  5630. name: "Macro",
  5631. height: math.unit(300, "feet"),
  5632. default: true
  5633. },
  5634. {
  5635. name: "Megamacro",
  5636. height: math.unit(500, "miles")
  5637. }
  5638. ]
  5639. ))
  5640. characterMakers.push(() => makeCharacter(
  5641. { name: "Q" },
  5642. {
  5643. front: {
  5644. height: math.unit(6, "feet"),
  5645. weight: math.unit(135, "lbs"),
  5646. name: "Front",
  5647. image: {
  5648. source: "./media/characters/q/front.svg",
  5649. extra: 854 / 752,
  5650. bottom: 0.005
  5651. }
  5652. },
  5653. back: {
  5654. height: math.unit(6, "feet"),
  5655. weight: math.unit(130, "lbs"),
  5656. name: "Back",
  5657. image: {
  5658. source: "./media/characters/q/back.svg",
  5659. extra: 854 / 752
  5660. }
  5661. },
  5662. },
  5663. [
  5664. {
  5665. name: "Macro",
  5666. height: math.unit(90, "feet"),
  5667. default: true
  5668. },
  5669. {
  5670. name: "Extra Macro",
  5671. height: math.unit(300, "feet"),
  5672. },
  5673. {
  5674. name: "BIG WALF",
  5675. height: math.unit(750, "feet"),
  5676. },
  5677. ]
  5678. ))
  5679. characterMakers.push(() => makeCharacter(
  5680. { name: "Carley" },
  5681. {
  5682. front: {
  5683. height: math.unit(6, "feet"),
  5684. weight: math.unit(150, "lbs"),
  5685. name: "Front",
  5686. image: {
  5687. source: "./media/characters/carley/front.svg",
  5688. extra: 3927 / 3540,
  5689. bottom: 0.03
  5690. }
  5691. }
  5692. },
  5693. [
  5694. {
  5695. name: "Normal",
  5696. height: math.unit(6 + 3 / 12, "feet")
  5697. },
  5698. {
  5699. name: "Macro",
  5700. height: math.unit(185, "feet"),
  5701. default: true
  5702. },
  5703. {
  5704. name: "Megamacro",
  5705. height: math.unit(8, "miles"),
  5706. },
  5707. ]
  5708. ))
  5709. characterMakers.push(() => makeCharacter(
  5710. { name: "Citrine" },
  5711. {
  5712. front: {
  5713. height: math.unit(3, "feet"),
  5714. weight: math.unit(28, "lbs"),
  5715. name: "Front",
  5716. image: {
  5717. source: "./media/characters/citrine/front.svg"
  5718. }
  5719. }
  5720. },
  5721. [
  5722. {
  5723. name: "Normal",
  5724. height: math.unit(3, "feet"),
  5725. default: true
  5726. }
  5727. ]
  5728. ))
  5729. characterMakers.push(() => makeCharacter(
  5730. { name: "Aura Starwind" },
  5731. {
  5732. front: {
  5733. height: math.unit(14, "feet"),
  5734. weight: math.unit(1450, "kg"),
  5735. name: "Front",
  5736. image: {
  5737. source: "./media/characters/aura-starwind/front.svg",
  5738. extra: 1455 / 1335
  5739. }
  5740. },
  5741. side: {
  5742. height: math.unit(14, "feet"),
  5743. weight: math.unit(1450, "kg"),
  5744. name: "Side",
  5745. image: {
  5746. source: "./media/characters/aura-starwind/side.svg",
  5747. extra: 1654 / 1497
  5748. }
  5749. },
  5750. taur: {
  5751. height: math.unit(18, "feet"),
  5752. weight: math.unit(5500, "kg"),
  5753. name: "Taur",
  5754. image: {
  5755. source: "./media/characters/aura-starwind/taur.svg",
  5756. extra: 1760 / 1650
  5757. }
  5758. },
  5759. feral: {
  5760. height: math.unit(46, "feet"),
  5761. weight: math.unit(25000, "kg"),
  5762. name: "Feral",
  5763. image: {
  5764. source: "./media/characters/aura-starwind/feral.svg"
  5765. }
  5766. },
  5767. },
  5768. [
  5769. {
  5770. name: "Normal",
  5771. height: math.unit(14, "feet"),
  5772. default: true
  5773. },
  5774. {
  5775. name: "Macro",
  5776. height: math.unit(50, "meters")
  5777. },
  5778. {
  5779. name: "Megamacro",
  5780. height: math.unit(5000, "meters")
  5781. },
  5782. {
  5783. name: "Gigamacro",
  5784. height: math.unit(100000, "kilometers")
  5785. },
  5786. ]
  5787. ))
  5788. characterMakers.push(() => makeCharacter(
  5789. { name: "Rivet" },
  5790. {
  5791. front: {
  5792. height: math.unit(2 + 7 / 12, "feet"),
  5793. weight: math.unit(32, "lbs"),
  5794. name: "Front",
  5795. image: {
  5796. source: "./media/characters/rivet/front.svg",
  5797. extra: 1716 / 1658,
  5798. bottom: 0.03
  5799. }
  5800. },
  5801. foot: {
  5802. height: math.unit(0.551, "feet"),
  5803. name: "Rivet's Foot",
  5804. image: {
  5805. source: "./media/characters/rivet/foot.svg"
  5806. },
  5807. rename: true
  5808. }
  5809. },
  5810. [
  5811. {
  5812. name: "Micro",
  5813. height: math.unit(1.5, "inches"),
  5814. },
  5815. {
  5816. name: "Normal",
  5817. height: math.unit(2 + 7 / 12, "feet"),
  5818. default: true
  5819. },
  5820. {
  5821. name: "Macro",
  5822. height: math.unit(85, "feet")
  5823. },
  5824. {
  5825. name: "Megamacro",
  5826. height: math.unit(2.2, "km")
  5827. }
  5828. ]
  5829. ))
  5830. characterMakers.push(() => makeCharacter(
  5831. { name: "Coffee" },
  5832. {
  5833. front: {
  5834. height: math.unit(5 + 9 / 12, "feet"),
  5835. weight: math.unit(150, "lbs"),
  5836. name: "Front",
  5837. image: {
  5838. source: "./media/characters/coffee/front.svg",
  5839. extra: 3666 / 3032,
  5840. bottom: 0.04
  5841. }
  5842. },
  5843. foot: {
  5844. height: math.unit(1.29, "feet"),
  5845. name: "Foot",
  5846. image: {
  5847. source: "./media/characters/coffee/foot.svg"
  5848. }
  5849. },
  5850. },
  5851. [
  5852. {
  5853. name: "Micro",
  5854. height: math.unit(2, "inches"),
  5855. },
  5856. {
  5857. name: "Normal",
  5858. height: math.unit(5 + 9 / 12, "feet"),
  5859. default: true
  5860. },
  5861. {
  5862. name: "Macro",
  5863. height: math.unit(800, "feet")
  5864. },
  5865. {
  5866. name: "Megamacro",
  5867. height: math.unit(25, "miles")
  5868. }
  5869. ]
  5870. ))
  5871. characterMakers.push(() => makeCharacter(
  5872. { name: "Chari-Gal" },
  5873. {
  5874. front: {
  5875. height: math.unit(6, "feet"),
  5876. weight: math.unit(200, "lbs"),
  5877. name: "Front",
  5878. image: {
  5879. source: "./media/characters/chari-gal/front.svg",
  5880. extra: 1568 / 1385,
  5881. bottom: 0.047
  5882. }
  5883. },
  5884. gigantamax: {
  5885. height: math.unit(6 * 16, "feet"),
  5886. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5887. name: "Gigantamax",
  5888. image: {
  5889. source: "./media/characters/chari-gal/gigantamax.svg",
  5890. extra: 1124 / 888,
  5891. bottom: 0.03
  5892. }
  5893. },
  5894. },
  5895. [
  5896. {
  5897. name: "Normal",
  5898. height: math.unit(5 + 7 / 12, "feet")
  5899. },
  5900. {
  5901. name: "Macro",
  5902. height: math.unit(200, "feet"),
  5903. default: true
  5904. }
  5905. ]
  5906. ))
  5907. characterMakers.push(() => makeCharacter(
  5908. { name: "Nova" },
  5909. {
  5910. front: {
  5911. height: math.unit(6, "feet"),
  5912. weight: math.unit(150, "lbs"),
  5913. name: "Front",
  5914. image: {
  5915. source: "./media/characters/nova/front.svg",
  5916. extra: 5000 / 4722,
  5917. bottom: 0.02
  5918. }
  5919. }
  5920. },
  5921. [
  5922. {
  5923. name: "Micro-",
  5924. height: math.unit(0.8, "inches")
  5925. },
  5926. {
  5927. name: "Micro",
  5928. height: math.unit(2, "inches"),
  5929. default: true
  5930. },
  5931. ]
  5932. ))
  5933. characterMakers.push(() => makeCharacter(
  5934. { name: "Argent" },
  5935. {
  5936. front: {
  5937. height: math.unit(3 + 1 / 12, "feet"),
  5938. weight: math.unit(21.7, "lbs"),
  5939. name: "Front",
  5940. image: {
  5941. source: "./media/characters/argent/front.svg",
  5942. extra: 1565 / 1416,
  5943. bottom: 0.01
  5944. }
  5945. }
  5946. },
  5947. [
  5948. {
  5949. name: "Micro",
  5950. height: math.unit(2, "inches")
  5951. },
  5952. {
  5953. name: "Normal",
  5954. height: math.unit(3 + 1 / 12, "feet"),
  5955. default: true
  5956. },
  5957. {
  5958. name: "Macro",
  5959. height: math.unit(120, "feet")
  5960. },
  5961. ]
  5962. ))
  5963. characterMakers.push(() => makeCharacter(
  5964. { name: "Mira al-Cul" },
  5965. {
  5966. lamp: {
  5967. height: math.unit(7 * 1559 / 989, "feet"),
  5968. name: "Magic Lamp",
  5969. image: {
  5970. source: "./media/characters/mira-al-cul/lamp.svg",
  5971. extra: 1617 / 1559
  5972. }
  5973. },
  5974. front: {
  5975. height: math.unit(7, "feet"),
  5976. name: "Front",
  5977. image: {
  5978. source: "./media/characters/mira-al-cul/front.svg",
  5979. extra: 1044 / 990
  5980. }
  5981. },
  5982. },
  5983. [
  5984. {
  5985. name: "Heavily Restricted",
  5986. height: math.unit(7 * 1559 / 989, "feet")
  5987. },
  5988. {
  5989. name: "Freshly Freed",
  5990. height: math.unit(50 * 1559 / 989, "feet")
  5991. },
  5992. {
  5993. name: "World Encompassing",
  5994. height: math.unit(10000 * 1559 / 989, "miles")
  5995. },
  5996. {
  5997. name: "Galactic",
  5998. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5999. },
  6000. {
  6001. name: "Palmed Universe",
  6002. height: math.unit(6000 * 1559 / 989, "yottameters"),
  6003. default: true
  6004. },
  6005. {
  6006. name: "Multiversal Matriarch",
  6007. height: math.unit(8.87e10, "yottameters")
  6008. },
  6009. {
  6010. name: "Void Mother",
  6011. height: math.unit(3.14e110, "yottaparsecs")
  6012. },
  6013. ]
  6014. ))
  6015. characterMakers.push(() => makeCharacter(
  6016. { name: "Kuro-shi Uchū" },
  6017. {
  6018. front: {
  6019. height: math.unit(17 + 1 / 12, "feet"),
  6020. weight: math.unit(476.2 * 5, "lbs"),
  6021. name: "Front",
  6022. image: {
  6023. source: "./media/characters/kuro-shi-uchū/front.svg",
  6024. extra: 2329 / 1835,
  6025. bottom: 0.02
  6026. }
  6027. },
  6028. },
  6029. [
  6030. {
  6031. name: "Micro",
  6032. height: math.unit(2, "inches")
  6033. },
  6034. {
  6035. name: "Normal",
  6036. height: math.unit(12, "meters")
  6037. },
  6038. {
  6039. name: "Planetary",
  6040. height: math.unit(0.00929, "AU"),
  6041. default: true
  6042. },
  6043. {
  6044. name: "Universal",
  6045. height: math.unit(20, "gigaparsecs")
  6046. },
  6047. ]
  6048. ))
  6049. characterMakers.push(() => makeCharacter(
  6050. { name: "Katherine" },
  6051. {
  6052. front: {
  6053. height: math.unit(5 + 2 / 12, "feet"),
  6054. weight: math.unit(120, "lbs"),
  6055. name: "Front",
  6056. image: {
  6057. source: "./media/characters/katherine/front.svg",
  6058. extra: 2075 / 1969
  6059. }
  6060. },
  6061. dress: {
  6062. height: math.unit(5 + 2 / 12, "feet"),
  6063. weight: math.unit(120, "lbs"),
  6064. name: "Dress",
  6065. image: {
  6066. source: "./media/characters/katherine/dress.svg",
  6067. extra: 2258 / 2064
  6068. }
  6069. },
  6070. },
  6071. [
  6072. {
  6073. name: "Micro",
  6074. height: math.unit(1, "inches"),
  6075. default: true
  6076. },
  6077. {
  6078. name: "Normal",
  6079. height: math.unit(5 + 2 / 12, "feet")
  6080. },
  6081. {
  6082. name: "Macro",
  6083. height: math.unit(100, "meters")
  6084. },
  6085. {
  6086. name: "Megamacro",
  6087. height: math.unit(80, "miles")
  6088. },
  6089. ]
  6090. ))
  6091. characterMakers.push(() => makeCharacter(
  6092. { name: "Yevis" },
  6093. {
  6094. front: {
  6095. height: math.unit(7 + 8 / 12, "feet"),
  6096. weight: math.unit(250, "lbs"),
  6097. name: "Front",
  6098. image: {
  6099. source: "./media/characters/yevis/front.svg",
  6100. extra: 1938 / 1755
  6101. }
  6102. }
  6103. },
  6104. [
  6105. {
  6106. name: "Mortal",
  6107. height: math.unit(7 + 8 / 12, "feet")
  6108. },
  6109. {
  6110. name: "Battle",
  6111. height: math.unit(25 + 11 / 12, "feet")
  6112. },
  6113. {
  6114. name: "Wrath",
  6115. height: math.unit(1654 + 11 / 12, "feet")
  6116. },
  6117. {
  6118. name: "Planet Destroyer",
  6119. height: math.unit(12000, "miles")
  6120. },
  6121. {
  6122. name: "Galaxy Conqueror",
  6123. height: math.unit(1.45, "zettameters"),
  6124. default: true
  6125. },
  6126. {
  6127. name: "Universal War",
  6128. height: math.unit(184, "gigaparsecs")
  6129. },
  6130. {
  6131. name: "Eternity War",
  6132. height: math.unit(1.98e55, "yottaparsecs")
  6133. },
  6134. ]
  6135. ))
  6136. characterMakers.push(() => makeCharacter(
  6137. { name: "Xavier" },
  6138. {
  6139. front: {
  6140. height: math.unit(5 + 8 / 12, "feet"),
  6141. weight: math.unit(63, "kg"),
  6142. name: "Front",
  6143. image: {
  6144. source: "./media/characters/xavier/front.svg",
  6145. extra: 944 / 883
  6146. }
  6147. },
  6148. frontStretch: {
  6149. height: math.unit(5 + 8 / 12, "feet"),
  6150. weight: math.unit(63, "kg"),
  6151. name: "Stretching",
  6152. image: {
  6153. source: "./media/characters/xavier/front-stretch.svg",
  6154. extra: 962 / 820
  6155. }
  6156. },
  6157. },
  6158. [
  6159. {
  6160. name: "Normal",
  6161. height: math.unit(5 + 8 / 12, "feet")
  6162. },
  6163. {
  6164. name: "Macro",
  6165. height: math.unit(100, "meters"),
  6166. default: true
  6167. },
  6168. {
  6169. name: "McLargeHuge",
  6170. height: math.unit(10, "miles")
  6171. },
  6172. ]
  6173. ))
  6174. characterMakers.push(() => makeCharacter(
  6175. { name: "Joshii" },
  6176. {
  6177. front: {
  6178. height: math.unit(5 + 5 / 12, "feet"),
  6179. weight: math.unit(150, "lb"),
  6180. name: "Front",
  6181. image: {
  6182. source: "./media/characters/joshii/front.svg"
  6183. }
  6184. },
  6185. foot: {
  6186. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6187. name: "Foot",
  6188. image: {
  6189. source: "./media/characters/joshii/foot.svg"
  6190. }
  6191. },
  6192. },
  6193. [
  6194. {
  6195. name: "Micro",
  6196. height: math.unit(2, "inches")
  6197. },
  6198. {
  6199. name: "Normal",
  6200. height: math.unit(5 + 5 / 12, "feet"),
  6201. default: true
  6202. },
  6203. {
  6204. name: "Macro",
  6205. height: math.unit(785, "feet")
  6206. },
  6207. {
  6208. name: "Megamacro",
  6209. height: math.unit(24.5, "miles")
  6210. },
  6211. ]
  6212. ))
  6213. characterMakers.push(() => makeCharacter(
  6214. { name: "Goddess Elizabeth" },
  6215. {
  6216. front: {
  6217. height: math.unit(6, "feet"),
  6218. weight: math.unit(150, "lb"),
  6219. name: "Front",
  6220. image: {
  6221. source: "./media/characters/goddess-elizabeth/front.svg",
  6222. extra: 1800 / 1525,
  6223. bottom: 0.005
  6224. }
  6225. },
  6226. foot: {
  6227. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6228. name: "Foot",
  6229. image: {
  6230. source: "./media/characters/goddess-elizabeth/foot.svg"
  6231. }
  6232. },
  6233. mouth: {
  6234. height: math.unit(6, "feet"),
  6235. name: "Mouth",
  6236. image: {
  6237. source: "./media/characters/goddess-elizabeth/mouth.svg"
  6238. }
  6239. },
  6240. },
  6241. [
  6242. {
  6243. name: "Micro",
  6244. height: math.unit(12, "feet")
  6245. },
  6246. {
  6247. name: "Normal",
  6248. height: math.unit(80, "miles"),
  6249. default: true
  6250. },
  6251. {
  6252. name: "Macro",
  6253. height: math.unit(15000, "parsecs")
  6254. },
  6255. ]
  6256. ))
  6257. characterMakers.push(() => makeCharacter(
  6258. { name: "Kara" },
  6259. {
  6260. front: {
  6261. height: math.unit(5 + 9 / 12, "feet"),
  6262. weight: math.unit(144, "lb"),
  6263. name: "Front",
  6264. image: {
  6265. source: "./media/characters/kara/front.svg"
  6266. }
  6267. },
  6268. feet: {
  6269. height: math.unit(6 / 6.765, "feet"),
  6270. name: "Kara's Feet",
  6271. rename: true,
  6272. image: {
  6273. source: "./media/characters/kara/feet.svg"
  6274. }
  6275. },
  6276. },
  6277. [
  6278. {
  6279. name: "Normal",
  6280. height: math.unit(5 + 9 / 12, "feet")
  6281. },
  6282. {
  6283. name: "Macro",
  6284. height: math.unit(174, "feet"),
  6285. default: true
  6286. },
  6287. ]
  6288. ))
  6289. characterMakers.push(() => makeCharacter(
  6290. { name: "Tyrone" },
  6291. {
  6292. front: {
  6293. height: math.unit(18, "feet"),
  6294. weight: math.unit(4050, "lb"),
  6295. name: "Front",
  6296. image: {
  6297. source: "./media/characters/tyrone/front.svg",
  6298. extra: 2520 / 2402,
  6299. bottom: 0.025
  6300. }
  6301. },
  6302. },
  6303. [
  6304. {
  6305. name: "Normal",
  6306. height: math.unit(18, "feet"),
  6307. default: true
  6308. },
  6309. {
  6310. name: "Macro",
  6311. height: math.unit(300, "feet")
  6312. },
  6313. ]
  6314. ))
  6315. characterMakers.push(() => makeCharacter(
  6316. { name: "Danny" },
  6317. {
  6318. front: {
  6319. height: math.unit(7 + 8 / 12, "feet"),
  6320. weight: math.unit(120, "lb"),
  6321. name: "Front",
  6322. image: {
  6323. source: "./media/characters/danny/front.svg",
  6324. extra: 1490 / 1350
  6325. }
  6326. },
  6327. back: {
  6328. height: math.unit(7 + 8 / 12, "feet"),
  6329. weight: math.unit(120, "lb"),
  6330. name: "Back",
  6331. image: {
  6332. source: "./media/characters/danny/back.svg",
  6333. extra: 1490 / 1350
  6334. }
  6335. },
  6336. },
  6337. [
  6338. {
  6339. name: "Normal",
  6340. height: math.unit(7 + 8 / 12, "feet"),
  6341. default: true
  6342. },
  6343. ]
  6344. ))
  6345. characterMakers.push(() => makeCharacter(
  6346. { name: "Mallow" },
  6347. {
  6348. front: {
  6349. height: math.unit(3.5, "inches"),
  6350. weight: math.unit(19, "grams"),
  6351. name: "Front",
  6352. image: {
  6353. source: "./media/characters/mallow/front.svg",
  6354. extra: 471 / 431
  6355. }
  6356. },
  6357. back: {
  6358. height: math.unit(3.5, "inches"),
  6359. weight: math.unit(19, "grams"),
  6360. name: "Back",
  6361. image: {
  6362. source: "./media/characters/mallow/back.svg",
  6363. extra: 471 / 431
  6364. }
  6365. },
  6366. },
  6367. [
  6368. {
  6369. name: "Normal",
  6370. height: math.unit(3.5, "inches"),
  6371. default: true
  6372. },
  6373. ]
  6374. ))
  6375. characterMakers.push(() => makeCharacter(
  6376. { name: "Starry Aqua" },
  6377. {
  6378. front: {
  6379. height: math.unit(9, "feet"),
  6380. weight: math.unit(230, "kg"),
  6381. name: "Front",
  6382. image: {
  6383. source: "./media/characters/starry-aqua/front.svg"
  6384. }
  6385. },
  6386. back: {
  6387. height: math.unit(9, "feet"),
  6388. weight: math.unit(230, "kg"),
  6389. name: "Back",
  6390. image: {
  6391. source: "./media/characters/starry-aqua/back.svg"
  6392. }
  6393. },
  6394. hand: {
  6395. height: math.unit(9 * 0.1168, "feet"),
  6396. name: "Hand",
  6397. image: {
  6398. source: "./media/characters/starry-aqua/hand.svg"
  6399. }
  6400. },
  6401. foot: {
  6402. height: math.unit(9 * 0.18, "feet"),
  6403. name: "Foot",
  6404. image: {
  6405. source: "./media/characters/starry-aqua/foot.svg"
  6406. }
  6407. }
  6408. },
  6409. [
  6410. {
  6411. name: "Micro",
  6412. height: math.unit(3, "inches")
  6413. },
  6414. {
  6415. name: "Normal",
  6416. height: math.unit(9, "feet")
  6417. },
  6418. {
  6419. name: "Macro",
  6420. height: math.unit(300, "feet"),
  6421. default: true
  6422. },
  6423. {
  6424. name: "Megamacro",
  6425. height: math.unit(3200, "feet")
  6426. }
  6427. ]
  6428. ))
  6429. characterMakers.push(() => makeCharacter(
  6430. { name: "Luka" },
  6431. {
  6432. front: {
  6433. height: math.unit(6, "feet"),
  6434. weight: math.unit(230, "lb"),
  6435. name: "Front",
  6436. image: {
  6437. source: "./media/characters/luka/front.svg",
  6438. extra: 1,
  6439. bottom: 0.025
  6440. }
  6441. },
  6442. },
  6443. [
  6444. {
  6445. name: "Normal",
  6446. height: math.unit(12 + 8 / 12, "feet"),
  6447. default: true
  6448. },
  6449. {
  6450. name: "Minimacro",
  6451. height: math.unit(20, "feet")
  6452. },
  6453. {
  6454. name: "Macro",
  6455. height: math.unit(250, "feet")
  6456. },
  6457. {
  6458. name: "Megamacro",
  6459. height: math.unit(5, "miles")
  6460. },
  6461. {
  6462. name: "Gigamacro",
  6463. height: math.unit(8000, "miles")
  6464. },
  6465. ]
  6466. ))
  6467. characterMakers.push(() => makeCharacter(
  6468. { name: "Natalie Nightring" },
  6469. {
  6470. front: {
  6471. height: math.unit(6, "feet"),
  6472. weight: math.unit(150, "lb"),
  6473. name: "Front",
  6474. image: {
  6475. source: "./media/characters/natalie-nightring/front.svg",
  6476. extra: 1,
  6477. bottom: 0.06
  6478. }
  6479. },
  6480. },
  6481. [
  6482. {
  6483. name: "Uh Oh",
  6484. height: math.unit(0.1, "mm")
  6485. },
  6486. {
  6487. name: "Small",
  6488. height: math.unit(3, "inches")
  6489. },
  6490. {
  6491. name: "Human Scale",
  6492. height: math.unit(6, "feet")
  6493. },
  6494. {
  6495. name: "Librarian",
  6496. height: math.unit(50, "feet"),
  6497. default: true
  6498. },
  6499. {
  6500. name: "Immense",
  6501. height: math.unit(200, "miles")
  6502. },
  6503. ]
  6504. ))
  6505. characterMakers.push(() => makeCharacter(
  6506. { name: "Danni Rosie" },
  6507. {
  6508. front: {
  6509. height: math.unit(6, "feet"),
  6510. weight: math.unit(180, "lbs"),
  6511. name: "Front",
  6512. image: {
  6513. source: "./media/characters/danni-rosie/front.svg",
  6514. extra: 1260 / 1128,
  6515. bottom: 0.022
  6516. }
  6517. },
  6518. },
  6519. [
  6520. {
  6521. name: "Micro",
  6522. height: math.unit(2, "inches"),
  6523. default: true
  6524. },
  6525. ]
  6526. ))
  6527. characterMakers.push(() => makeCharacter(
  6528. { name: "Samantha Kruse" },
  6529. {
  6530. front: {
  6531. height: math.unit(5 + 9 / 12, "feet"),
  6532. weight: math.unit(220, "lb"),
  6533. name: "Front",
  6534. image: {
  6535. source: "./media/characters/samantha-kruse/front.svg",
  6536. extra: (985 / 935),
  6537. bottom: 0.03
  6538. }
  6539. },
  6540. frontUndressed: {
  6541. height: math.unit(5 + 9 / 12, "feet"),
  6542. weight: math.unit(220, "lb"),
  6543. name: "Front (Undressed)",
  6544. image: {
  6545. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6546. extra: (973 / 923),
  6547. bottom: 0.025
  6548. }
  6549. },
  6550. fat: {
  6551. height: math.unit(5 + 9 / 12, "feet"),
  6552. weight: math.unit(900, "lb"),
  6553. name: "Front (Fat)",
  6554. image: {
  6555. source: "./media/characters/samantha-kruse/fat.svg",
  6556. extra: 2688 / 2561
  6557. }
  6558. },
  6559. },
  6560. [
  6561. {
  6562. name: "Normal",
  6563. height: math.unit(5 + 9 / 12, "feet"),
  6564. default: true
  6565. }
  6566. ]
  6567. ))
  6568. characterMakers.push(() => makeCharacter(
  6569. { name: "Amelia Rosie" },
  6570. {
  6571. back: {
  6572. height: math.unit(5 + 4 / 12, "feet"),
  6573. weight: math.unit(4963, "lb"),
  6574. name: "Back",
  6575. image: {
  6576. source: "./media/characters/amelia-rosie/back.svg",
  6577. extra: 1113 / 963,
  6578. bottom: 0.01
  6579. }
  6580. },
  6581. },
  6582. [
  6583. {
  6584. name: "Level 0",
  6585. height: math.unit(5 + 4 / 12, "feet")
  6586. },
  6587. {
  6588. name: "Level 1",
  6589. height: math.unit(164597, "feet"),
  6590. default: true
  6591. },
  6592. {
  6593. name: "Level 2",
  6594. height: math.unit(956243, "miles")
  6595. },
  6596. {
  6597. name: "Level 3",
  6598. height: math.unit(29421709423, "miles")
  6599. },
  6600. {
  6601. name: "Level 4",
  6602. height: math.unit(154, "lightyears")
  6603. },
  6604. {
  6605. name: "Level 5",
  6606. height: math.unit(4738272, "lightyears")
  6607. },
  6608. {
  6609. name: "Level 6",
  6610. height: math.unit(145787152896, "lightyears")
  6611. },
  6612. ]
  6613. ))
  6614. characterMakers.push(() => makeCharacter(
  6615. { name: "Rook Kitara" },
  6616. {
  6617. front: {
  6618. height: math.unit(5 + 11 / 12, "feet"),
  6619. weight: math.unit(65, "kg"),
  6620. name: "Front",
  6621. image: {
  6622. source: "./media/characters/rook-kitara/front.svg",
  6623. extra: 1347 / 1274,
  6624. bottom: 0.005
  6625. }
  6626. },
  6627. },
  6628. [
  6629. {
  6630. name: "Totally Unfair",
  6631. height: math.unit(1.8, "mm")
  6632. },
  6633. {
  6634. name: "Lap Rookie",
  6635. height: math.unit(1.4, "feet")
  6636. },
  6637. {
  6638. name: "Normal",
  6639. height: math.unit(5 + 11 / 12, "feet"),
  6640. default: true
  6641. },
  6642. {
  6643. name: "How Did This Happen",
  6644. height: math.unit(80, "miles")
  6645. }
  6646. ]
  6647. ))
  6648. characterMakers.push(() => makeCharacter(
  6649. { name: "Pisces" },
  6650. {
  6651. front: {
  6652. height: math.unit(7, "feet"),
  6653. weight: math.unit(300, "lb"),
  6654. name: "Front",
  6655. image: {
  6656. source: "./media/characters/pisces/front.svg",
  6657. extra: 2255 / 2115,
  6658. bottom: 0.03
  6659. }
  6660. },
  6661. back: {
  6662. height: math.unit(7, "feet"),
  6663. weight: math.unit(300, "lb"),
  6664. name: "Back",
  6665. image: {
  6666. source: "./media/characters/pisces/back.svg",
  6667. extra: 2146 / 2055,
  6668. bottom: 0.04
  6669. }
  6670. },
  6671. },
  6672. [
  6673. {
  6674. name: "Normal",
  6675. height: math.unit(7, "feet"),
  6676. default: true
  6677. },
  6678. {
  6679. name: "Swimming Pool",
  6680. height: math.unit(12.2, "meters")
  6681. },
  6682. {
  6683. name: "Olympic Swimming Pool",
  6684. height: math.unit(56.3, "meters")
  6685. },
  6686. {
  6687. name: "Lake Superior",
  6688. height: math.unit(93900, "meters")
  6689. },
  6690. {
  6691. name: "Mediterranean Sea",
  6692. height: math.unit(644457, "meters")
  6693. },
  6694. {
  6695. name: "World's Oceans",
  6696. height: math.unit(4567491, "meters")
  6697. },
  6698. ]
  6699. ))
  6700. characterMakers.push(() => makeCharacter(
  6701. { name: "Zelas" },
  6702. {
  6703. front: {
  6704. height: math.unit(2.3, "meters"),
  6705. weight: math.unit(120, "kg"),
  6706. name: "Front",
  6707. image: {
  6708. source: "./media/characters/zelas/front.svg"
  6709. }
  6710. },
  6711. side: {
  6712. height: math.unit(2.3, "meters"),
  6713. weight: math.unit(120, "kg"),
  6714. name: "Side",
  6715. image: {
  6716. source: "./media/characters/zelas/side.svg"
  6717. }
  6718. },
  6719. back: {
  6720. height: math.unit(2.3, "meters"),
  6721. weight: math.unit(120, "kg"),
  6722. name: "Back",
  6723. image: {
  6724. source: "./media/characters/zelas/back.svg"
  6725. }
  6726. },
  6727. foot: {
  6728. height: math.unit(1.116, "feet"),
  6729. name: "Foot",
  6730. image: {
  6731. source: "./media/characters/zelas/foot.svg"
  6732. }
  6733. },
  6734. },
  6735. [
  6736. {
  6737. name: "Normal",
  6738. height: math.unit(2.3, "meters")
  6739. },
  6740. {
  6741. name: "Macro",
  6742. height: math.unit(30, "meters"),
  6743. default: true
  6744. },
  6745. ]
  6746. ))
  6747. characterMakers.push(() => makeCharacter(
  6748. { name: "Talbot" },
  6749. {
  6750. front: {
  6751. height: math.unit(1, "inch"),
  6752. weight: math.unit(0.21, "grams"),
  6753. name: "Front",
  6754. image: {
  6755. source: "./media/characters/talbot/front.svg",
  6756. extra: 594 / 544
  6757. }
  6758. },
  6759. },
  6760. [
  6761. {
  6762. name: "Micro",
  6763. height: math.unit(1, "inch"),
  6764. default: true
  6765. },
  6766. ]
  6767. ))
  6768. characterMakers.push(() => makeCharacter(
  6769. { name: "Fliss" },
  6770. {
  6771. front: {
  6772. height: math.unit(3 + 3 / 12, "feet"),
  6773. weight: math.unit(51.8, "lb"),
  6774. name: "Front",
  6775. image: {
  6776. source: "./media/characters/fliss/front.svg",
  6777. extra: 840 / 640
  6778. }
  6779. },
  6780. },
  6781. [
  6782. {
  6783. name: "Teeny Tiny",
  6784. height: math.unit(1, "mm")
  6785. },
  6786. {
  6787. name: "Small",
  6788. height: math.unit(1, "inch"),
  6789. default: true
  6790. },
  6791. {
  6792. name: "Standard Sylveon",
  6793. height: math.unit(3 + 3 / 12, "feet")
  6794. },
  6795. {
  6796. name: "Large Nuisance",
  6797. height: math.unit(33, "feet")
  6798. },
  6799. {
  6800. name: "City Filler",
  6801. height: math.unit(3000, "feet")
  6802. },
  6803. {
  6804. name: "New Horizon",
  6805. height: math.unit(6000, "miles")
  6806. },
  6807. ]
  6808. ))
  6809. characterMakers.push(() => makeCharacter(
  6810. { name: "Fleta" },
  6811. {
  6812. front: {
  6813. height: math.unit(5, "cm"),
  6814. weight: math.unit(1.94, "g"),
  6815. name: "Front",
  6816. image: {
  6817. source: "./media/characters/fleta/front.svg",
  6818. extra: 835 / 803
  6819. }
  6820. },
  6821. back: {
  6822. height: math.unit(5, "cm"),
  6823. weight: math.unit(1.94, "g"),
  6824. name: "Back",
  6825. image: {
  6826. source: "./media/characters/fleta/back.svg",
  6827. extra: 835 / 803
  6828. }
  6829. },
  6830. },
  6831. [
  6832. {
  6833. name: "Micro",
  6834. height: math.unit(5, "cm"),
  6835. default: true
  6836. },
  6837. ]
  6838. ))
  6839. characterMakers.push(() => makeCharacter(
  6840. { name: "Dominic" },
  6841. {
  6842. front: {
  6843. height: math.unit(6, "feet"),
  6844. weight: math.unit(225, "lb"),
  6845. name: "Front",
  6846. image: {
  6847. source: "./media/characters/dominic/front.svg",
  6848. extra: 1770 / 1620,
  6849. bottom: 0.025
  6850. }
  6851. },
  6852. back: {
  6853. height: math.unit(6, "feet"),
  6854. weight: math.unit(225, "lb"),
  6855. name: "Back",
  6856. image: {
  6857. source: "./media/characters/dominic/back.svg",
  6858. extra: 1745 / 1620,
  6859. bottom: 0.065
  6860. }
  6861. },
  6862. },
  6863. [
  6864. {
  6865. name: "Nano",
  6866. height: math.unit(0.1, "mm")
  6867. },
  6868. {
  6869. name: "Micro-",
  6870. height: math.unit(1, "mm")
  6871. },
  6872. {
  6873. name: "Micro",
  6874. height: math.unit(4, "inches")
  6875. },
  6876. {
  6877. name: "Normal",
  6878. height: math.unit(6 + 4 / 12, "feet"),
  6879. default: true
  6880. },
  6881. {
  6882. name: "Macro",
  6883. height: math.unit(115, "feet")
  6884. },
  6885. {
  6886. name: "Macro+",
  6887. height: math.unit(955, "feet")
  6888. },
  6889. {
  6890. name: "Megamacro",
  6891. height: math.unit(8990, "feet")
  6892. },
  6893. {
  6894. name: "Gigmacro",
  6895. height: math.unit(9310, "miles")
  6896. },
  6897. {
  6898. name: "Teramacro",
  6899. height: math.unit(1567005010, "miles")
  6900. },
  6901. {
  6902. name: "Examacro",
  6903. height: math.unit(1425, "parsecs")
  6904. },
  6905. ]
  6906. ))
  6907. characterMakers.push(() => makeCharacter(
  6908. { name: "Major Colonel" },
  6909. {
  6910. front: {
  6911. height: math.unit(400, "feet"),
  6912. weight: math.unit(44444444, "lb"),
  6913. name: "Front",
  6914. image: {
  6915. source: "./media/characters/major-colonel/front.svg"
  6916. }
  6917. },
  6918. back: {
  6919. height: math.unit(400, "feet"),
  6920. weight: math.unit(44444444, "lb"),
  6921. name: "Back",
  6922. image: {
  6923. source: "./media/characters/major-colonel/back.svg"
  6924. }
  6925. },
  6926. },
  6927. [
  6928. {
  6929. name: "Macro",
  6930. height: math.unit(400, "feet"),
  6931. default: true
  6932. },
  6933. ]
  6934. ))
  6935. characterMakers.push(() => makeCharacter(
  6936. { name: "Axel Lycan" },
  6937. {
  6938. front: {
  6939. height: math.unit(6, "feet"),
  6940. weight: math.unit(120, "lb"),
  6941. name: "Front",
  6942. image: {
  6943. source: "./media/characters/axel-lycan/front.svg",
  6944. extra: 1,
  6945. bottom: 0.08
  6946. }
  6947. },
  6948. },
  6949. [
  6950. {
  6951. name: "Macro",
  6952. height: math.unit(1, "km"),
  6953. default: true
  6954. },
  6955. ]
  6956. ))
  6957. characterMakers.push(() => makeCharacter(
  6958. { name: "Vanrel (Hyena)" },
  6959. {
  6960. front: {
  6961. height: math.unit(5 + 9 / 12, "feet"),
  6962. weight: math.unit(175, "lb"),
  6963. name: "Front",
  6964. image: {
  6965. source: "./media/characters/vanrel-hyena/front.svg",
  6966. extra: 1086 / 1010,
  6967. bottom: 0.04
  6968. }
  6969. },
  6970. },
  6971. [
  6972. {
  6973. name: "Normal",
  6974. height: math.unit(5 + 9 / 12, "feet"),
  6975. default: true
  6976. },
  6977. ]
  6978. ))
  6979. characterMakers.push(() => makeCharacter(
  6980. { name: "Abbott Absol" },
  6981. {
  6982. front: {
  6983. height: math.unit(6, "feet"),
  6984. weight: math.unit(103, "lb"),
  6985. name: "Front",
  6986. image: {
  6987. source: "./media/characters/abbott-absol/front.svg",
  6988. extra: 2010 / 1842
  6989. }
  6990. },
  6991. },
  6992. [
  6993. {
  6994. name: "Megamicro",
  6995. height: math.unit(0.1, "mm")
  6996. },
  6997. {
  6998. name: "Micro",
  6999. height: math.unit(1, "inch")
  7000. },
  7001. {
  7002. name: "Normal",
  7003. height: math.unit(6, "feet"),
  7004. default: true
  7005. },
  7006. ]
  7007. ))
  7008. characterMakers.push(() => makeCharacter(
  7009. { name: "Hector" },
  7010. {
  7011. front: {
  7012. height: math.unit(6, "feet"),
  7013. weight: math.unit(264, "lb"),
  7014. name: "Front",
  7015. image: {
  7016. source: "./media/characters/hector/front.svg",
  7017. extra: 2280 / 2130,
  7018. bottom: 0.07
  7019. }
  7020. },
  7021. },
  7022. [
  7023. {
  7024. name: "Normal",
  7025. height: math.unit(12.25, "foot"),
  7026. default: true
  7027. },
  7028. {
  7029. name: "Macro",
  7030. height: math.unit(160, "feet")
  7031. },
  7032. ]
  7033. ))
  7034. characterMakers.push(() => makeCharacter(
  7035. { name: "Sal" },
  7036. {
  7037. front: {
  7038. height: math.unit(6, "feet"),
  7039. weight: math.unit(150, "lb"),
  7040. name: "Front",
  7041. image: {
  7042. source: "./media/characters/sal/front.svg",
  7043. extra: 1846 / 1699,
  7044. bottom: 0.04
  7045. }
  7046. },
  7047. },
  7048. [
  7049. {
  7050. name: "Megamacro",
  7051. height: math.unit(10, "miles"),
  7052. default: true
  7053. },
  7054. ]
  7055. ))
  7056. characterMakers.push(() => makeCharacter(
  7057. { name: "Ranger" },
  7058. {
  7059. front: {
  7060. height: math.unit(3, "meters"),
  7061. weight: math.unit(450, "kg"),
  7062. name: "front",
  7063. image: {
  7064. source: "./media/characters/ranger/front.svg",
  7065. extra: 2401 / 2243,
  7066. bottom: 0.05
  7067. }
  7068. },
  7069. },
  7070. [
  7071. {
  7072. name: "Normal",
  7073. height: math.unit(3, "meters"),
  7074. default: true
  7075. },
  7076. ]
  7077. ))
  7078. characterMakers.push(() => makeCharacter(
  7079. { name: "Theresa" },
  7080. {
  7081. front: {
  7082. height: math.unit(14, "feet"),
  7083. weight: math.unit(800, "kg"),
  7084. name: "Front",
  7085. image: {
  7086. source: "./media/characters/theresa/front.svg",
  7087. extra: 3575 / 3346,
  7088. bottom: 0.03
  7089. }
  7090. },
  7091. },
  7092. [
  7093. {
  7094. name: "Normal",
  7095. height: math.unit(14, "feet"),
  7096. default: true
  7097. },
  7098. ]
  7099. ))
  7100. characterMakers.push(() => makeCharacter(
  7101. { name: "Ine" },
  7102. {
  7103. front: {
  7104. height: math.unit(6, "feet"),
  7105. weight: math.unit(3, "kg"),
  7106. name: "Front",
  7107. image: {
  7108. source: "./media/characters/ine/front.svg",
  7109. extra: 678 / 539,
  7110. bottom: 0.023
  7111. }
  7112. },
  7113. },
  7114. [
  7115. {
  7116. name: "Normal",
  7117. height: math.unit(2.265, "feet"),
  7118. default: true
  7119. },
  7120. ]
  7121. ))
  7122. characterMakers.push(() => makeCharacter(
  7123. { name: "Vial" },
  7124. {
  7125. front: {
  7126. height: math.unit(5, "feet"),
  7127. weight: math.unit(30, "kg"),
  7128. name: "Front",
  7129. image: {
  7130. source: "./media/characters/vial/front.svg",
  7131. extra: 1365 / 1277,
  7132. bottom: 0.04
  7133. }
  7134. },
  7135. },
  7136. [
  7137. {
  7138. name: "Normal",
  7139. height: math.unit(5, "feet"),
  7140. default: true
  7141. },
  7142. ]
  7143. ))
  7144. characterMakers.push(() => makeCharacter(
  7145. { name: "Rovoska" },
  7146. {
  7147. side: {
  7148. height: math.unit(3.4, "meters"),
  7149. weight: math.unit(1000, "lb"),
  7150. name: "Side",
  7151. image: {
  7152. source: "./media/characters/rovoska/side.svg",
  7153. extra: 4403 / 1515
  7154. }
  7155. },
  7156. },
  7157. [
  7158. {
  7159. name: "Normal",
  7160. height: math.unit(3.4, "meters"),
  7161. default: true
  7162. },
  7163. ]
  7164. ))
  7165. characterMakers.push(() => makeCharacter(
  7166. { name: "Gunner Rotthbauer" },
  7167. {
  7168. front: {
  7169. height: math.unit(8, "feet"),
  7170. weight: math.unit(315, "lb"),
  7171. name: "Front",
  7172. image: {
  7173. source: "./media/characters/gunner-rotthbauer/front.svg"
  7174. }
  7175. },
  7176. back: {
  7177. height: math.unit(8, "feet"),
  7178. weight: math.unit(315, "lb"),
  7179. name: "Back",
  7180. image: {
  7181. source: "./media/characters/gunner-rotthbauer/back.svg"
  7182. }
  7183. },
  7184. },
  7185. [
  7186. {
  7187. name: "Micro",
  7188. height: math.unit(3.5, "inches")
  7189. },
  7190. {
  7191. name: "Normal",
  7192. height: math.unit(8, "feet"),
  7193. default: true
  7194. },
  7195. {
  7196. name: "Macro",
  7197. height: math.unit(250, "feet")
  7198. },
  7199. {
  7200. name: "Megamacro",
  7201. height: math.unit(1, "AU")
  7202. },
  7203. ]
  7204. ))
  7205. characterMakers.push(() => makeCharacter(
  7206. { name: "Allatia" },
  7207. {
  7208. front: {
  7209. height: math.unit(5 + 5 / 12, "feet"),
  7210. weight: math.unit(140, "lb"),
  7211. name: "Front",
  7212. image: {
  7213. source: "./media/characters/allatia/front.svg",
  7214. extra: 1227 / 1180,
  7215. bottom: 0.027
  7216. }
  7217. },
  7218. },
  7219. [
  7220. {
  7221. name: "Normal",
  7222. height: math.unit(5 + 5 / 12, "feet")
  7223. },
  7224. {
  7225. name: "Macro",
  7226. height: math.unit(250, "feet"),
  7227. default: true
  7228. },
  7229. {
  7230. name: "Megamacro",
  7231. height: math.unit(8, "miles")
  7232. }
  7233. ]
  7234. ))
  7235. characterMakers.push(() => makeCharacter(
  7236. { name: "Tene" },
  7237. {
  7238. front: {
  7239. height: math.unit(6, "feet"),
  7240. weight: math.unit(120, "lb"),
  7241. name: "Front",
  7242. image: {
  7243. source: "./media/characters/tene/front.svg",
  7244. extra: 1728 / 1578,
  7245. bottom: 0.022
  7246. }
  7247. },
  7248. stomping: {
  7249. height: math.unit(2.025, "meters"),
  7250. weight: math.unit(120, "lb"),
  7251. name: "Stomping",
  7252. image: {
  7253. source: "./media/characters/tene/stomping.svg",
  7254. extra: 938 / 873,
  7255. bottom: 0.01
  7256. }
  7257. },
  7258. sitting: {
  7259. height: math.unit(1, "meter"),
  7260. weight: math.unit(120, "lb"),
  7261. name: "Sitting",
  7262. image: {
  7263. source: "./media/characters/tene/sitting.svg",
  7264. extra: 437 / 415,
  7265. bottom: 0.1
  7266. }
  7267. },
  7268. feral: {
  7269. height: math.unit(3.9, "feet"),
  7270. weight: math.unit(250, "lb"),
  7271. name: "Feral",
  7272. image: {
  7273. source: "./media/characters/tene/feral.svg",
  7274. extra: 717 / 458,
  7275. bottom: 0.179
  7276. }
  7277. },
  7278. },
  7279. [
  7280. {
  7281. name: "Normal",
  7282. height: math.unit(6, "feet")
  7283. },
  7284. {
  7285. name: "Macro",
  7286. height: math.unit(300, "feet"),
  7287. default: true
  7288. },
  7289. {
  7290. name: "Megamacro",
  7291. height: math.unit(5, "miles")
  7292. },
  7293. ]
  7294. ))
  7295. characterMakers.push(() => makeCharacter(
  7296. { name: "Evander" },
  7297. {
  7298. side: {
  7299. height: math.unit(6, "feet"),
  7300. name: "Side",
  7301. image: {
  7302. source: "./media/characters/evander/side.svg",
  7303. extra: 877 / 477
  7304. }
  7305. },
  7306. },
  7307. [
  7308. {
  7309. name: "Normal",
  7310. height: math.unit(0.83, "meters"),
  7311. default: true
  7312. },
  7313. ]
  7314. ))
  7315. characterMakers.push(() => makeCharacter(
  7316. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7317. {
  7318. front: {
  7319. height: math.unit(12, "feet"),
  7320. weight: math.unit(1000, "lb"),
  7321. name: "Front",
  7322. image: {
  7323. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7324. extra: 1762 / 1611
  7325. }
  7326. },
  7327. back: {
  7328. height: math.unit(12, "feet"),
  7329. weight: math.unit(1000, "lb"),
  7330. name: "Back",
  7331. image: {
  7332. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7333. extra: 1762 / 1611
  7334. }
  7335. },
  7336. },
  7337. [
  7338. {
  7339. name: "Normal",
  7340. height: math.unit(12, "feet"),
  7341. default: true
  7342. },
  7343. {
  7344. name: "Kaiju",
  7345. height: math.unit(150, "feet")
  7346. },
  7347. ]
  7348. ))
  7349. characterMakers.push(() => makeCharacter(
  7350. { name: "Zero Alurus" },
  7351. {
  7352. front: {
  7353. height: math.unit(6, "feet"),
  7354. weight: math.unit(150, "lb"),
  7355. name: "Front",
  7356. image: {
  7357. source: "./media/characters/zero-alurus/front.svg"
  7358. }
  7359. },
  7360. back: {
  7361. height: math.unit(6, "feet"),
  7362. weight: math.unit(150, "lb"),
  7363. name: "Back",
  7364. image: {
  7365. source: "./media/characters/zero-alurus/back.svg"
  7366. }
  7367. },
  7368. },
  7369. [
  7370. {
  7371. name: "Normal",
  7372. height: math.unit(5 + 10 / 12, "feet")
  7373. },
  7374. {
  7375. name: "Macro",
  7376. height: math.unit(60, "feet"),
  7377. default: true
  7378. },
  7379. {
  7380. name: "Macro+",
  7381. height: math.unit(450, "feet")
  7382. },
  7383. ]
  7384. ))
  7385. characterMakers.push(() => makeCharacter(
  7386. { name: "Mega Shi" },
  7387. {
  7388. front: {
  7389. height: math.unit(6, "feet"),
  7390. weight: math.unit(200, "lb"),
  7391. name: "Front",
  7392. image: {
  7393. source: "./media/characters/mega-shi/front.svg",
  7394. extra: 1279 / 1250,
  7395. bottom: 0.02
  7396. }
  7397. },
  7398. back: {
  7399. height: math.unit(6, "feet"),
  7400. weight: math.unit(200, "lb"),
  7401. name: "Back",
  7402. image: {
  7403. source: "./media/characters/mega-shi/back.svg",
  7404. extra: 1279 / 1250,
  7405. bottom: 0.02
  7406. }
  7407. },
  7408. },
  7409. [
  7410. {
  7411. name: "Micro",
  7412. height: math.unit(16 + 6 / 12, "feet")
  7413. },
  7414. {
  7415. name: "Normal",
  7416. height: math.unit(660, "feet"),
  7417. default: true
  7418. },
  7419. {
  7420. name: "Megamacro",
  7421. height: math.unit(10, "miles")
  7422. },
  7423. {
  7424. name: "Planetary Launch",
  7425. height: math.unit(500, "miles")
  7426. },
  7427. {
  7428. name: "Interstellar",
  7429. height: math.unit(1e9, "miles")
  7430. },
  7431. {
  7432. name: "Leaving the Universe",
  7433. height: math.unit(1, "gigaparsec")
  7434. },
  7435. {
  7436. name: "Travelling Universes",
  7437. height: math.unit(30e15, "parsecs")
  7438. },
  7439. ]
  7440. ))
  7441. characterMakers.push(() => makeCharacter(
  7442. { name: "Odyssey" },
  7443. {
  7444. front: {
  7445. height: math.unit(6, "feet"),
  7446. weight: math.unit(150, "lb"),
  7447. name: "Front",
  7448. image: {
  7449. source: "./media/characters/odyssey/front.svg",
  7450. extra: 1782 / 1582,
  7451. bottom: 0.01
  7452. }
  7453. },
  7454. side: {
  7455. height: math.unit(5.7, "feet"),
  7456. weight: math.unit(140, "lb"),
  7457. name: "Side",
  7458. image: {
  7459. source: "./media/characters/odyssey/side.svg",
  7460. extra: 6462 / 5700
  7461. }
  7462. },
  7463. },
  7464. [
  7465. {
  7466. name: "Normal",
  7467. height: math.unit(5 + 4 / 12, "feet")
  7468. },
  7469. {
  7470. name: "Macro",
  7471. height: math.unit(1, "km")
  7472. },
  7473. {
  7474. name: "Megamacro",
  7475. height: math.unit(3000, "km")
  7476. },
  7477. {
  7478. name: "Gigamacro",
  7479. height: math.unit(1, "AU"),
  7480. default: true
  7481. },
  7482. {
  7483. name: "Omniversal",
  7484. height: math.unit(100e14, "lightyears")
  7485. },
  7486. ]
  7487. ))
  7488. characterMakers.push(() => makeCharacter(
  7489. { name: "Mekuto" },
  7490. {
  7491. front: {
  7492. height: math.unit(6, "feet"),
  7493. weight: math.unit(300, "lb"),
  7494. name: "Front",
  7495. image: {
  7496. source: "./media/characters/mekuto/front.svg",
  7497. extra: 921 / 832,
  7498. bottom: 0.03
  7499. }
  7500. },
  7501. hand: {
  7502. height: math.unit(6 / 10.24, "feet"),
  7503. name: "Hand",
  7504. image: {
  7505. source: "./media/characters/mekuto/hand.svg"
  7506. }
  7507. },
  7508. foot: {
  7509. height: math.unit(6 / 5.05, "feet"),
  7510. name: "Foot",
  7511. image: {
  7512. source: "./media/characters/mekuto/foot.svg"
  7513. }
  7514. },
  7515. },
  7516. [
  7517. {
  7518. name: "Minimicro",
  7519. height: math.unit(0.2, "inches")
  7520. },
  7521. {
  7522. name: "Micro",
  7523. height: math.unit(1.5, "inches")
  7524. },
  7525. {
  7526. name: "Normal",
  7527. height: math.unit(5 + 11 / 12, "feet"),
  7528. default: true
  7529. },
  7530. {
  7531. name: "Minimacro",
  7532. height: math.unit(17 + 9 / 12, "feet")
  7533. },
  7534. {
  7535. name: "Macro",
  7536. height: math.unit(177.5, "feet")
  7537. },
  7538. {
  7539. name: "Megamacro",
  7540. height: math.unit(152, "miles")
  7541. },
  7542. ]
  7543. ))
  7544. characterMakers.push(() => makeCharacter(
  7545. { name: "Dafydd Tomos" },
  7546. {
  7547. front: {
  7548. height: math.unit(6.5, "inches"),
  7549. weight: math.unit(13, "oz"),
  7550. name: "Front",
  7551. image: {
  7552. source: "./media/characters/dafydd-tomos/front.svg",
  7553. extra: 2990 / 2603,
  7554. bottom: 0.03
  7555. }
  7556. },
  7557. },
  7558. [
  7559. {
  7560. name: "Micro",
  7561. height: math.unit(6.5, "inches"),
  7562. default: true
  7563. },
  7564. ]
  7565. ))
  7566. characterMakers.push(() => makeCharacter(
  7567. { name: "Splinter" },
  7568. {
  7569. front: {
  7570. height: math.unit(6, "feet"),
  7571. weight: math.unit(150, "lb"),
  7572. name: "Front",
  7573. image: {
  7574. source: "./media/characters/splinter/front.svg",
  7575. extra: 2990 / 2882,
  7576. bottom: 0.04
  7577. }
  7578. },
  7579. back: {
  7580. height: math.unit(6, "feet"),
  7581. weight: math.unit(150, "lb"),
  7582. name: "Back",
  7583. image: {
  7584. source: "./media/characters/splinter/back.svg",
  7585. extra: 2990 / 2882,
  7586. bottom: 0.04
  7587. }
  7588. },
  7589. },
  7590. [
  7591. {
  7592. name: "Normal",
  7593. height: math.unit(6, "feet")
  7594. },
  7595. {
  7596. name: "Macro",
  7597. height: math.unit(230, "meters"),
  7598. default: true
  7599. },
  7600. ]
  7601. ))
  7602. characterMakers.push(() => makeCharacter(
  7603. { name: "SnowGabumon" },
  7604. {
  7605. front: {
  7606. height: math.unit(4 + 10 / 12, "feet"),
  7607. weight: math.unit(480, "lb"),
  7608. name: "Front",
  7609. image: {
  7610. source: "./media/characters/snow-gabumon/front.svg",
  7611. extra: 1140 / 963,
  7612. bottom: 0.058
  7613. }
  7614. },
  7615. back: {
  7616. height: math.unit(4 + 10 / 12, "feet"),
  7617. weight: math.unit(480, "lb"),
  7618. name: "Back",
  7619. image: {
  7620. source: "./media/characters/snow-gabumon/back.svg",
  7621. extra: 1115 / 962,
  7622. bottom: 0.041
  7623. }
  7624. },
  7625. frontUndresed: {
  7626. height: math.unit(4 + 10 / 12, "feet"),
  7627. weight: math.unit(480, "lb"),
  7628. name: "Front (Undressed)",
  7629. image: {
  7630. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7631. extra: 1061 / 960,
  7632. bottom: 0.045
  7633. }
  7634. },
  7635. },
  7636. [
  7637. {
  7638. name: "Micro",
  7639. height: math.unit(1, "inch")
  7640. },
  7641. {
  7642. name: "Normal",
  7643. height: math.unit(4 + 10 / 12, "feet"),
  7644. default: true
  7645. },
  7646. {
  7647. name: "Macro",
  7648. height: math.unit(200, "feet")
  7649. },
  7650. {
  7651. name: "Megamacro",
  7652. height: math.unit(120, "miles")
  7653. },
  7654. {
  7655. name: "Gigamacro",
  7656. height: math.unit(9800, "miles")
  7657. },
  7658. ]
  7659. ))
  7660. characterMakers.push(() => makeCharacter(
  7661. { name: "Moody" },
  7662. {
  7663. front: {
  7664. height: math.unit(1.7, "meters"),
  7665. weight: math.unit(140, "lb"),
  7666. name: "Front",
  7667. image: {
  7668. source: "./media/characters/moody/front.svg",
  7669. extra: 3226 / 3007,
  7670. bottom: 0.087
  7671. }
  7672. },
  7673. },
  7674. [
  7675. {
  7676. name: "Micro",
  7677. height: math.unit(1, "mm")
  7678. },
  7679. {
  7680. name: "Normal",
  7681. height: math.unit(1.7, "meters"),
  7682. default: true
  7683. },
  7684. {
  7685. name: "Macro",
  7686. height: math.unit(80, "meters")
  7687. },
  7688. {
  7689. name: "Macro+",
  7690. height: math.unit(500, "meters")
  7691. },
  7692. ]
  7693. ))
  7694. characterMakers.push(() => makeCharacter(
  7695. { name: "Zyas" },
  7696. {
  7697. front: {
  7698. height: math.unit(6, "feet"),
  7699. weight: math.unit(150, "lb"),
  7700. name: "Front",
  7701. image: {
  7702. source: "./media/characters/zyas/front.svg",
  7703. extra: 1180 / 1120,
  7704. bottom: 0.045
  7705. }
  7706. },
  7707. },
  7708. [
  7709. {
  7710. name: "Normal",
  7711. height: math.unit(10, "feet"),
  7712. default: true
  7713. },
  7714. {
  7715. name: "Macro",
  7716. height: math.unit(500, "feet")
  7717. },
  7718. {
  7719. name: "Megamacro",
  7720. height: math.unit(5, "miles")
  7721. },
  7722. {
  7723. name: "Teramacro",
  7724. height: math.unit(150000, "miles")
  7725. },
  7726. ]
  7727. ))
  7728. characterMakers.push(() => makeCharacter(
  7729. { name: "Cuon" },
  7730. {
  7731. front: {
  7732. height: math.unit(6, "feet"),
  7733. weight: math.unit(150, "lb"),
  7734. name: "Front",
  7735. image: {
  7736. source: "./media/characters/cuon/front.svg",
  7737. extra: 1390 / 1320,
  7738. bottom: 0.008
  7739. }
  7740. },
  7741. },
  7742. [
  7743. {
  7744. name: "Micro",
  7745. height: math.unit(3, "inches")
  7746. },
  7747. {
  7748. name: "Normal",
  7749. height: math.unit(18 + 9 / 12, "feet"),
  7750. default: true
  7751. },
  7752. {
  7753. name: "Macro",
  7754. height: math.unit(360, "feet")
  7755. },
  7756. {
  7757. name: "Megamacro",
  7758. height: math.unit(360, "miles")
  7759. },
  7760. ]
  7761. ))
  7762. characterMakers.push(() => makeCharacter(
  7763. { name: "Nyanuxk" },
  7764. {
  7765. front: {
  7766. height: math.unit(2.4, "meters"),
  7767. weight: math.unit(70, "kg"),
  7768. name: "Front",
  7769. image: {
  7770. source: "./media/characters/nyanuxk/front.svg",
  7771. extra: 1172 / 1084,
  7772. bottom: 0.065
  7773. }
  7774. },
  7775. side: {
  7776. height: math.unit(2.4, "meters"),
  7777. weight: math.unit(70, "kg"),
  7778. name: "Side",
  7779. image: {
  7780. source: "./media/characters/nyanuxk/side.svg",
  7781. extra: 1190 / 1132,
  7782. bottom: 0.007
  7783. }
  7784. },
  7785. back: {
  7786. height: math.unit(2.4, "meters"),
  7787. weight: math.unit(70, "kg"),
  7788. name: "Back",
  7789. image: {
  7790. source: "./media/characters/nyanuxk/back.svg",
  7791. extra: 1200 / 1141,
  7792. bottom: 0.015
  7793. }
  7794. },
  7795. foot: {
  7796. height: math.unit(0.52, "meters"),
  7797. name: "Foot",
  7798. image: {
  7799. source: "./media/characters/nyanuxk/foot.svg"
  7800. }
  7801. },
  7802. },
  7803. [
  7804. {
  7805. name: "Micro",
  7806. height: math.unit(2, "cm")
  7807. },
  7808. {
  7809. name: "Normal",
  7810. height: math.unit(2.4, "meters"),
  7811. default: true
  7812. },
  7813. {
  7814. name: "Smaller Macro",
  7815. height: math.unit(120, "meters")
  7816. },
  7817. {
  7818. name: "Bigger Macro",
  7819. height: math.unit(1.2, "km")
  7820. },
  7821. {
  7822. name: "Megamacro",
  7823. height: math.unit(15, "kilometers")
  7824. },
  7825. {
  7826. name: "Gigamacro",
  7827. height: math.unit(2000, "km")
  7828. },
  7829. {
  7830. name: "Teramacro",
  7831. height: math.unit(500000, "km")
  7832. },
  7833. ]
  7834. ))
  7835. characterMakers.push(() => makeCharacter(
  7836. { name: "Ailbhe" },
  7837. {
  7838. side: {
  7839. height: math.unit(6, "feet"),
  7840. name: "Side",
  7841. image: {
  7842. source: "./media/characters/ailbhe/side.svg",
  7843. extra: 757 / 464,
  7844. bottom: 0.041
  7845. }
  7846. },
  7847. },
  7848. [
  7849. {
  7850. name: "Normal",
  7851. height: math.unit(1.07, "meters"),
  7852. default: true
  7853. },
  7854. ]
  7855. ))
  7856. characterMakers.push(() => makeCharacter(
  7857. { name: "Zevulfius" },
  7858. {
  7859. front: {
  7860. height: math.unit(6, "feet"),
  7861. weight: math.unit(120, "kg"),
  7862. name: "Front",
  7863. image: {
  7864. source: "./media/characters/zevulfius/front.svg",
  7865. extra: 965 / 903
  7866. }
  7867. },
  7868. side: {
  7869. height: math.unit(6, "feet"),
  7870. weight: math.unit(120, "kg"),
  7871. name: "Side",
  7872. image: {
  7873. source: "./media/characters/zevulfius/side.svg",
  7874. extra: 939 / 900
  7875. }
  7876. },
  7877. back: {
  7878. height: math.unit(6, "feet"),
  7879. weight: math.unit(120, "kg"),
  7880. name: "Back",
  7881. image: {
  7882. source: "./media/characters/zevulfius/back.svg",
  7883. extra: 918 / 854,
  7884. bottom: 0.005
  7885. }
  7886. },
  7887. foot: {
  7888. height: math.unit(6 / 3.72, "feet"),
  7889. name: "Foot",
  7890. image: {
  7891. source: "./media/characters/zevulfius/foot.svg"
  7892. }
  7893. },
  7894. },
  7895. [
  7896. {
  7897. name: "Macro",
  7898. height: math.unit(750, "meters")
  7899. },
  7900. {
  7901. name: "Megamacro",
  7902. height: math.unit(20, "km"),
  7903. default: true
  7904. },
  7905. {
  7906. name: "Gigamacro",
  7907. height: math.unit(2000, "km")
  7908. },
  7909. {
  7910. name: "Teramacro",
  7911. height: math.unit(250000, "km")
  7912. },
  7913. ]
  7914. ))
  7915. characterMakers.push(() => makeCharacter(
  7916. { name: "Rikes" },
  7917. {
  7918. front: {
  7919. height: math.unit(100, "feet"),
  7920. weight: math.unit(350, "kg"),
  7921. name: "Front",
  7922. image: {
  7923. source: "./media/characters/rikes/front.svg",
  7924. extra: 1565 / 1483,
  7925. bottom: 0.017
  7926. }
  7927. },
  7928. },
  7929. [
  7930. {
  7931. name: "Macro",
  7932. height: math.unit(100, "feet"),
  7933. default: true
  7934. },
  7935. ]
  7936. ))
  7937. characterMakers.push(() => makeCharacter(
  7938. { name: "Adam Silver-Mane" },
  7939. {
  7940. anthro: {
  7941. height: math.unit(8, "feet"),
  7942. weight: math.unit(120, "kg"),
  7943. name: "Anthro",
  7944. image: {
  7945. source: "./media/characters/adam-silver-mane/anthro.svg",
  7946. extra: 5743 / 5339,
  7947. bottom: 0.07
  7948. }
  7949. },
  7950. taur: {
  7951. height: math.unit(16, "feet"),
  7952. weight: math.unit(1500, "kg"),
  7953. name: "Taur",
  7954. image: {
  7955. source: "./media/characters/adam-silver-mane/taur.svg",
  7956. extra: 1713 / 1571,
  7957. bottom: 0.01
  7958. }
  7959. },
  7960. },
  7961. [
  7962. {
  7963. name: "Normal",
  7964. height: math.unit(8, "feet")
  7965. },
  7966. {
  7967. name: "Minimacro",
  7968. height: math.unit(80, "feet")
  7969. },
  7970. {
  7971. name: "Macro",
  7972. height: math.unit(800, "feet"),
  7973. default: true
  7974. },
  7975. {
  7976. name: "Megamacro",
  7977. height: math.unit(8000, "feet")
  7978. },
  7979. {
  7980. name: "Gigamacro",
  7981. height: math.unit(800, "miles")
  7982. },
  7983. {
  7984. name: "Teramacro",
  7985. height: math.unit(80000, "miles")
  7986. },
  7987. {
  7988. name: "Celestial",
  7989. height: math.unit(8e6, "miles")
  7990. },
  7991. {
  7992. name: "Star Dragon",
  7993. height: math.unit(800000, "parsecs")
  7994. },
  7995. {
  7996. name: "Godly",
  7997. height: math.unit(800, "teraparsecs")
  7998. },
  7999. ]
  8000. ))
  8001. characterMakers.push(() => makeCharacter(
  8002. { name: "Ky'owin" },
  8003. {
  8004. front: {
  8005. height: math.unit(6, "feet"),
  8006. weight: math.unit(150, "lb"),
  8007. name: "Front",
  8008. image: {
  8009. source: "./media/characters/ky'owin/front.svg",
  8010. extra: 3888 / 3068,
  8011. bottom: 0.015
  8012. }
  8013. },
  8014. },
  8015. [
  8016. {
  8017. name: "Normal",
  8018. height: math.unit(6 + 8 / 12, "feet")
  8019. },
  8020. {
  8021. name: "Large",
  8022. height: math.unit(68, "feet")
  8023. },
  8024. {
  8025. name: "Macro",
  8026. height: math.unit(132, "feet")
  8027. },
  8028. {
  8029. name: "Macro+",
  8030. height: math.unit(340, "feet")
  8031. },
  8032. {
  8033. name: "Macro++",
  8034. height: math.unit(680, "feet"),
  8035. default: true
  8036. },
  8037. {
  8038. name: "Megamacro",
  8039. height: math.unit(1, "mile")
  8040. },
  8041. {
  8042. name: "Megamacro+",
  8043. height: math.unit(10, "miles")
  8044. },
  8045. ]
  8046. ))
  8047. characterMakers.push(() => makeCharacter(
  8048. { name: "Mal" },
  8049. {
  8050. front: {
  8051. height: math.unit(4, "feet"),
  8052. weight: math.unit(50, "lb"),
  8053. name: "Front",
  8054. image: {
  8055. source: "./media/characters/mal/front.svg",
  8056. extra: 785 / 724,
  8057. bottom: 0.07
  8058. }
  8059. },
  8060. },
  8061. [
  8062. {
  8063. name: "Micro",
  8064. height: math.unit(4, "inches")
  8065. },
  8066. {
  8067. name: "Normal",
  8068. height: math.unit(4, "feet"),
  8069. default: true
  8070. },
  8071. {
  8072. name: "Macro",
  8073. height: math.unit(200, "feet")
  8074. },
  8075. ]
  8076. ))
  8077. characterMakers.push(() => makeCharacter(
  8078. { name: "Jordan Deware" },
  8079. {
  8080. front: {
  8081. height: math.unit(6, "feet"),
  8082. weight: math.unit(150, "lb"),
  8083. name: "Front",
  8084. image: {
  8085. source: "./media/characters/jordan-deware/front.svg",
  8086. extra: 1191 / 1012
  8087. }
  8088. },
  8089. },
  8090. [
  8091. {
  8092. name: "Nano",
  8093. height: math.unit(0.01, "mm")
  8094. },
  8095. {
  8096. name: "Minimicro",
  8097. height: math.unit(1, "mm")
  8098. },
  8099. {
  8100. name: "Micro",
  8101. height: math.unit(0.5, "inches")
  8102. },
  8103. {
  8104. name: "Normal",
  8105. height: math.unit(4, "feet"),
  8106. default: true
  8107. },
  8108. {
  8109. name: "Minimacro",
  8110. height: math.unit(40, "meters")
  8111. },
  8112. {
  8113. name: "Small Macro",
  8114. height: math.unit(400, "meters")
  8115. },
  8116. {
  8117. name: "Macro",
  8118. height: math.unit(4, "miles")
  8119. },
  8120. {
  8121. name: "Megamacro",
  8122. height: math.unit(40, "miles")
  8123. },
  8124. {
  8125. name: "Megamacro+",
  8126. height: math.unit(400, "miles")
  8127. },
  8128. {
  8129. name: "Gigamacro",
  8130. height: math.unit(400000, "miles")
  8131. },
  8132. ]
  8133. ))
  8134. characterMakers.push(() => makeCharacter(
  8135. { name: "Kimiko" },
  8136. {
  8137. side: {
  8138. height: math.unit(6, "feet"),
  8139. weight: math.unit(150, "lb"),
  8140. name: "Side",
  8141. image: {
  8142. source: "./media/characters/kimiko/side.svg",
  8143. extra: 600 / 358
  8144. }
  8145. },
  8146. },
  8147. [
  8148. {
  8149. name: "Normal",
  8150. height: math.unit(15, "feet"),
  8151. default: true
  8152. },
  8153. {
  8154. name: "Macro",
  8155. height: math.unit(220, "feet")
  8156. },
  8157. {
  8158. name: "Macro+",
  8159. height: math.unit(1450, "feet")
  8160. },
  8161. {
  8162. name: "Megamacro",
  8163. height: math.unit(11500, "feet")
  8164. },
  8165. {
  8166. name: "Gigamacro",
  8167. height: math.unit(9500, "miles")
  8168. },
  8169. {
  8170. name: "Teramacro",
  8171. height: math.unit(2208005005, "miles")
  8172. },
  8173. {
  8174. name: "Examacro",
  8175. height: math.unit(2750, "parsecs")
  8176. },
  8177. {
  8178. name: "Zettamacro",
  8179. height: math.unit(101500, "parsecs")
  8180. },
  8181. ]
  8182. ))
  8183. characterMakers.push(() => makeCharacter(
  8184. { name: "Andrew Sleepy" },
  8185. {
  8186. front: {
  8187. height: math.unit(6, "feet"),
  8188. weight: math.unit(70, "kg"),
  8189. name: "Front",
  8190. image: {
  8191. source: "./media/characters/andrew-sleepy/front.svg"
  8192. }
  8193. },
  8194. side: {
  8195. height: math.unit(6, "feet"),
  8196. weight: math.unit(70, "kg"),
  8197. name: "Side",
  8198. image: {
  8199. source: "./media/characters/andrew-sleepy/side.svg"
  8200. }
  8201. },
  8202. },
  8203. [
  8204. {
  8205. name: "Micro",
  8206. height: math.unit(1, "mm"),
  8207. default: true
  8208. },
  8209. ]
  8210. ))
  8211. characterMakers.push(() => makeCharacter(
  8212. { name: "Judio" },
  8213. {
  8214. front: {
  8215. height: math.unit(6, "feet"),
  8216. weight: math.unit(150, "lb"),
  8217. name: "Front",
  8218. image: {
  8219. source: "./media/characters/judio/front.svg",
  8220. extra: 1258 / 1110
  8221. }
  8222. },
  8223. },
  8224. [
  8225. {
  8226. name: "Normal",
  8227. height: math.unit(5 + 6 / 12, "feet")
  8228. },
  8229. {
  8230. name: "Macro",
  8231. height: math.unit(1000, "feet"),
  8232. default: true
  8233. },
  8234. {
  8235. name: "Megamacro",
  8236. height: math.unit(10, "miles")
  8237. },
  8238. ]
  8239. ))
  8240. characterMakers.push(() => makeCharacter(
  8241. { name: "Nomaxice" },
  8242. {
  8243. front: {
  8244. height: math.unit(6, "feet"),
  8245. weight: math.unit(68, "kg"),
  8246. name: "Front",
  8247. image: {
  8248. source: "./media/characters/nomaxice/front.svg",
  8249. extra: 1498 / 1073,
  8250. bottom: 0.075
  8251. }
  8252. },
  8253. foot: {
  8254. height: math.unit(1.1, "feet"),
  8255. name: "Foot",
  8256. image: {
  8257. source: "./media/characters/nomaxice/foot.svg"
  8258. }
  8259. },
  8260. },
  8261. [
  8262. {
  8263. name: "Micro",
  8264. height: math.unit(8, "cm")
  8265. },
  8266. {
  8267. name: "Norm",
  8268. height: math.unit(1.82, "m")
  8269. },
  8270. {
  8271. name: "Norm+",
  8272. height: math.unit(8.8, "feet")
  8273. },
  8274. {
  8275. name: "Big",
  8276. height: math.unit(8, "meters"),
  8277. default: true
  8278. },
  8279. {
  8280. name: "Macro",
  8281. height: math.unit(18, "meters")
  8282. },
  8283. {
  8284. name: "Macro+",
  8285. height: math.unit(88, "meters")
  8286. },
  8287. ]
  8288. ))
  8289. characterMakers.push(() => makeCharacter(
  8290. { name: "Dydros" },
  8291. {
  8292. front: {
  8293. height: math.unit(12, "feet"),
  8294. weight: math.unit(1.5, "tons"),
  8295. name: "Front",
  8296. image: {
  8297. source: "./media/characters/dydros/front.svg",
  8298. extra: 863 / 800,
  8299. bottom: 0.015
  8300. }
  8301. },
  8302. back: {
  8303. height: math.unit(12, "feet"),
  8304. weight: math.unit(1.5, "tons"),
  8305. name: "Back",
  8306. image: {
  8307. source: "./media/characters/dydros/back.svg",
  8308. extra: 900 / 843,
  8309. bottom: 0.005
  8310. }
  8311. },
  8312. },
  8313. [
  8314. {
  8315. name: "Normal",
  8316. height: math.unit(12, "feet"),
  8317. default: true
  8318. },
  8319. ]
  8320. ))
  8321. characterMakers.push(() => makeCharacter(
  8322. { name: "Riggi" },
  8323. {
  8324. front: {
  8325. height: math.unit(6, "feet"),
  8326. weight: math.unit(100, "kg"),
  8327. name: "Front",
  8328. image: {
  8329. source: "./media/characters/riggi/front.svg",
  8330. extra: 5787 / 5303
  8331. }
  8332. },
  8333. hyper: {
  8334. height: math.unit(6 * 5 / 3, "feet"),
  8335. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8336. name: "Hyper",
  8337. image: {
  8338. source: "./media/characters/riggi/hyper.svg",
  8339. extra: 3595 / 3485
  8340. }
  8341. },
  8342. },
  8343. [
  8344. {
  8345. name: "Small Macro",
  8346. height: math.unit(50, "feet")
  8347. },
  8348. {
  8349. name: "Default",
  8350. height: math.unit(200, "feet"),
  8351. default: true
  8352. },
  8353. {
  8354. name: "Loom",
  8355. height: math.unit(10000, "feet")
  8356. },
  8357. {
  8358. name: "Cruising Altitude",
  8359. height: math.unit(30000, "feet")
  8360. },
  8361. {
  8362. name: "Megamacro",
  8363. height: math.unit(100, "miles")
  8364. },
  8365. {
  8366. name: "Continent Sized",
  8367. height: math.unit(2800, "miles")
  8368. },
  8369. {
  8370. name: "Earth Sized",
  8371. height: math.unit(8000, "miles")
  8372. },
  8373. ]
  8374. ))
  8375. characterMakers.push(() => makeCharacter(
  8376. { name: "Alexi" },
  8377. {
  8378. front: {
  8379. height: math.unit(6, "feet"),
  8380. weight: math.unit(250, "lb"),
  8381. name: "Front",
  8382. image: {
  8383. source: "./media/characters/alexi/front.svg",
  8384. extra: 3483 / 3291,
  8385. bottom: 0.04
  8386. }
  8387. },
  8388. back: {
  8389. height: math.unit(6, "feet"),
  8390. weight: math.unit(250, "lb"),
  8391. name: "Back",
  8392. image: {
  8393. source: "./media/characters/alexi/back.svg",
  8394. extra: 3533 / 3356,
  8395. bottom: 0.021
  8396. }
  8397. },
  8398. frontTransformed: {
  8399. height: math.unit(12.5, "feet"),
  8400. weight: math.unit(4000, "lb"),
  8401. name: "Front (Transformed)",
  8402. image: {
  8403. source: "./media/characters/alexi/front-transformed.svg",
  8404. extra: 5345 / 5100,
  8405. bottom: 0.03
  8406. }
  8407. },
  8408. },
  8409. [
  8410. {
  8411. name: "Normal",
  8412. height: math.unit(3, "meters"),
  8413. default: true
  8414. },
  8415. {
  8416. name: "Minimacro",
  8417. height: math.unit(30, "meters")
  8418. },
  8419. {
  8420. name: "Macro",
  8421. height: math.unit(500, "meters")
  8422. },
  8423. {
  8424. name: "Megamacro",
  8425. height: math.unit(9000, "km")
  8426. },
  8427. {
  8428. name: "Teramacro",
  8429. height: math.unit(384000, "km")
  8430. },
  8431. ]
  8432. ))
  8433. characterMakers.push(() => makeCharacter(
  8434. { name: "Kayroo" },
  8435. {
  8436. front: {
  8437. height: math.unit(6, "feet"),
  8438. weight: math.unit(150, "lb"),
  8439. name: "Front",
  8440. image: {
  8441. source: "./media/characters/kayroo/front.svg",
  8442. extra: 1153 / 1038,
  8443. bottom: 0.06
  8444. }
  8445. },
  8446. foot: {
  8447. height: math.unit(6, "feet"),
  8448. weight: math.unit(150, "lb"),
  8449. name: "Foot",
  8450. image: {
  8451. source: "./media/characters/kayroo/foot.svg"
  8452. }
  8453. },
  8454. },
  8455. [
  8456. {
  8457. name: "Normal",
  8458. height: math.unit(8, "feet"),
  8459. default: true
  8460. },
  8461. {
  8462. name: "Minimacro",
  8463. height: math.unit(250, "feet")
  8464. },
  8465. {
  8466. name: "Macro",
  8467. height: math.unit(2800, "feet")
  8468. },
  8469. {
  8470. name: "Megamacro",
  8471. height: math.unit(5200, "feet")
  8472. },
  8473. {
  8474. name: "Gigamacro",
  8475. height: math.unit(27000, "feet")
  8476. },
  8477. {
  8478. name: "Omega",
  8479. height: math.unit(45000, "feet")
  8480. },
  8481. ]
  8482. ))
  8483. characterMakers.push(() => makeCharacter(
  8484. { name: "Rhys" },
  8485. {
  8486. front: {
  8487. height: math.unit(18, "feet"),
  8488. weight: math.unit(5800, "lb"),
  8489. name: "Front",
  8490. image: {
  8491. source: "./media/characters/rhys/front.svg",
  8492. extra: 3386 / 3090,
  8493. bottom: 0.07
  8494. }
  8495. },
  8496. },
  8497. [
  8498. {
  8499. name: "Normal",
  8500. height: math.unit(18, "feet"),
  8501. default: true
  8502. },
  8503. {
  8504. name: "Working Size",
  8505. height: math.unit(200, "feet")
  8506. },
  8507. {
  8508. name: "Demolition Size",
  8509. height: math.unit(2000, "feet")
  8510. },
  8511. {
  8512. name: "Maximum Licensed Size",
  8513. height: math.unit(5, "miles")
  8514. },
  8515. {
  8516. name: "Maximum Observed Size",
  8517. height: math.unit(10, "yottameters")
  8518. },
  8519. ]
  8520. ))
  8521. characterMakers.push(() => makeCharacter(
  8522. { name: "Toto" },
  8523. {
  8524. front: {
  8525. height: math.unit(6, "feet"),
  8526. weight: math.unit(250, "lb"),
  8527. name: "Front",
  8528. image: {
  8529. source: "./media/characters/toto/front.svg",
  8530. extra: 527 / 479,
  8531. bottom: 0.05
  8532. }
  8533. },
  8534. },
  8535. [
  8536. {
  8537. name: "Micro",
  8538. height: math.unit(3, "feet")
  8539. },
  8540. {
  8541. name: "Normal",
  8542. height: math.unit(10, "feet")
  8543. },
  8544. {
  8545. name: "Macro",
  8546. height: math.unit(150, "feet"),
  8547. default: true
  8548. },
  8549. {
  8550. name: "Megamacro",
  8551. height: math.unit(1200, "feet")
  8552. },
  8553. ]
  8554. ))
  8555. characterMakers.push(() => makeCharacter(
  8556. { name: "King" },
  8557. {
  8558. back: {
  8559. height: math.unit(6, "feet"),
  8560. weight: math.unit(150, "lb"),
  8561. name: "Back",
  8562. image: {
  8563. source: "./media/characters/king/back.svg"
  8564. }
  8565. },
  8566. },
  8567. [
  8568. {
  8569. name: "Micro",
  8570. height: math.unit(2, "inches")
  8571. },
  8572. {
  8573. name: "Normal",
  8574. height: math.unit(8, "feet")
  8575. },
  8576. {
  8577. name: "Macro",
  8578. height: math.unit(200, "feet"),
  8579. default: true
  8580. },
  8581. {
  8582. name: "Megamacro",
  8583. height: math.unit(50, "miles")
  8584. },
  8585. ]
  8586. ))
  8587. characterMakers.push(() => makeCharacter(
  8588. { name: "Cordite" },
  8589. {
  8590. anthro: {
  8591. height: math.unit(6 + 5 / 12, "feet"),
  8592. weight: math.unit(280, "lb"),
  8593. name: "Anthro",
  8594. image: {
  8595. source: "./media/characters/cordite/anthro.svg",
  8596. extra: 1986 / 1905,
  8597. bottom: 0.025
  8598. }
  8599. },
  8600. feral: {
  8601. height: math.unit(2, "feet"),
  8602. weight: math.unit(90, "lb"),
  8603. name: "Feral",
  8604. image: {
  8605. source: "./media/characters/cordite/feral.svg",
  8606. extra: 1260 / 755,
  8607. bottom: 0.05
  8608. }
  8609. },
  8610. },
  8611. [
  8612. {
  8613. name: "Normal",
  8614. height: math.unit(6 + 5 / 12, "feet"),
  8615. default: true
  8616. },
  8617. ]
  8618. ))
  8619. characterMakers.push(() => makeCharacter(
  8620. { name: "Pianostrong" },
  8621. {
  8622. front: {
  8623. height: math.unit(6, "feet"),
  8624. weight: math.unit(150, "lb"),
  8625. name: "Front",
  8626. image: {
  8627. source: "./media/characters/pianostrong/front.svg",
  8628. extra: 6577 / 6254,
  8629. bottom: 0.02
  8630. }
  8631. },
  8632. side: {
  8633. height: math.unit(6, "feet"),
  8634. weight: math.unit(150, "lb"),
  8635. name: "Side",
  8636. image: {
  8637. source: "./media/characters/pianostrong/side.svg",
  8638. extra: 6106 / 5730
  8639. }
  8640. },
  8641. back: {
  8642. height: math.unit(6, "feet"),
  8643. weight: math.unit(150, "lb"),
  8644. name: "Back",
  8645. image: {
  8646. source: "./media/characters/pianostrong/back.svg",
  8647. extra: 6085 / 5733,
  8648. bottom: 0.01
  8649. }
  8650. },
  8651. },
  8652. [
  8653. {
  8654. name: "Macro",
  8655. height: math.unit(100, "feet")
  8656. },
  8657. {
  8658. name: "Macro+",
  8659. height: math.unit(300, "feet"),
  8660. default: true
  8661. },
  8662. {
  8663. name: "Macro++",
  8664. height: math.unit(1000, "feet")
  8665. },
  8666. ]
  8667. ))
  8668. characterMakers.push(() => makeCharacter(
  8669. { name: "Kona" },
  8670. {
  8671. front: {
  8672. height: math.unit(6, "feet"),
  8673. weight: math.unit(150, "lb"),
  8674. name: "Front",
  8675. image: {
  8676. source: "./media/characters/kona/front.svg",
  8677. extra: 2960 / 2629,
  8678. bottom: 0.005
  8679. }
  8680. },
  8681. },
  8682. [
  8683. {
  8684. name: "Normal",
  8685. height: math.unit(11 + 8 / 12, "feet")
  8686. },
  8687. {
  8688. name: "Macro",
  8689. height: math.unit(850, "feet"),
  8690. default: true
  8691. },
  8692. {
  8693. name: "Macro+",
  8694. height: math.unit(1.5, "km"),
  8695. default: true
  8696. },
  8697. {
  8698. name: "Megamacro",
  8699. height: math.unit(80, "miles")
  8700. },
  8701. {
  8702. name: "Gigamacro",
  8703. height: math.unit(3500, "miles")
  8704. },
  8705. ]
  8706. ))
  8707. characterMakers.push(() => makeCharacter(
  8708. { name: "Levi" },
  8709. {
  8710. side: {
  8711. height: math.unit(1.9, "meters"),
  8712. weight: math.unit(326, "kg"),
  8713. name: "Side",
  8714. image: {
  8715. source: "./media/characters/levi/side.svg",
  8716. extra: 1704 / 1334,
  8717. bottom: 0.02
  8718. }
  8719. },
  8720. },
  8721. [
  8722. {
  8723. name: "Normal",
  8724. height: math.unit(1.9, "meters"),
  8725. default: true
  8726. },
  8727. {
  8728. name: "Macro",
  8729. height: math.unit(20, "meters")
  8730. },
  8731. {
  8732. name: "Macro+",
  8733. height: math.unit(200, "meters")
  8734. },
  8735. {
  8736. name: "Megamacro",
  8737. height: math.unit(2, "km")
  8738. },
  8739. {
  8740. name: "Megamacro+",
  8741. height: math.unit(20, "km")
  8742. },
  8743. {
  8744. name: "Gigamacro",
  8745. height: math.unit(2500, "km")
  8746. },
  8747. {
  8748. name: "Gigamacro+",
  8749. height: math.unit(120000, "km")
  8750. },
  8751. {
  8752. name: "Teramacro",
  8753. height: math.unit(7.77e6, "km")
  8754. },
  8755. ]
  8756. ))
  8757. characterMakers.push(() => makeCharacter(
  8758. { name: "BMC" },
  8759. {
  8760. front: {
  8761. height: math.unit(6 + 4 / 12, "feet"),
  8762. weight: math.unit(188, "lb"),
  8763. name: "Front",
  8764. image: {
  8765. source: "./media/characters/bmc/front.svg",
  8766. extra: 1067 / 1022,
  8767. bottom: 0.047
  8768. }
  8769. },
  8770. },
  8771. [
  8772. {
  8773. name: "Human-sized",
  8774. height: math.unit(6 + 4 / 12, "feet")
  8775. },
  8776. {
  8777. name: "Small",
  8778. height: math.unit(250, "feet")
  8779. },
  8780. {
  8781. name: "Normal",
  8782. height: math.unit(1250, "feet"),
  8783. default: true
  8784. },
  8785. {
  8786. name: "Good Day",
  8787. height: math.unit(88, "miles")
  8788. },
  8789. {
  8790. name: "Largest Measured Size",
  8791. height: math.unit(11.2e6, "lightyears")
  8792. },
  8793. ]
  8794. ))
  8795. characterMakers.push(() => makeCharacter(
  8796. { name: "Sven the Kaiju" },
  8797. {
  8798. front: {
  8799. height: math.unit(20, "feet"),
  8800. weight: math.unit(2016, "kg"),
  8801. name: "Front",
  8802. image: {
  8803. source: "./media/characters/sven-the-kaiju/front.svg",
  8804. extra: 1479 / 1449,
  8805. bottom: 0.05
  8806. }
  8807. },
  8808. },
  8809. [
  8810. {
  8811. name: "Fairy",
  8812. height: math.unit(6, "inches")
  8813. },
  8814. {
  8815. name: "Normal",
  8816. height: math.unit(20, "feet"),
  8817. default: true
  8818. },
  8819. {
  8820. name: "Rampage",
  8821. height: math.unit(200, "feet")
  8822. },
  8823. {
  8824. name: "Archfey Forest Guardian",
  8825. height: math.unit(1, "mile")
  8826. },
  8827. ]
  8828. ))
  8829. characterMakers.push(() => makeCharacter(
  8830. { name: "Marik" },
  8831. {
  8832. front: {
  8833. height: math.unit(4, "meters"),
  8834. weight: math.unit(2, "tons"),
  8835. name: "Front",
  8836. image: {
  8837. source: "./media/characters/marik/front.svg",
  8838. extra: 1057 / 1003,
  8839. bottom: 0.08
  8840. }
  8841. },
  8842. },
  8843. [
  8844. {
  8845. name: "Normal",
  8846. height: math.unit(4, "meters"),
  8847. default: true
  8848. },
  8849. {
  8850. name: "Macro",
  8851. height: math.unit(20, "meters")
  8852. },
  8853. {
  8854. name: "Megamacro",
  8855. height: math.unit(50, "km")
  8856. },
  8857. {
  8858. name: "Gigamacro",
  8859. height: math.unit(100, "km")
  8860. },
  8861. {
  8862. name: "Alpha Macro",
  8863. height: math.unit(7.88e7, "yottameters")
  8864. },
  8865. ]
  8866. ))
  8867. characterMakers.push(() => makeCharacter(
  8868. { name: "Mel" },
  8869. {
  8870. front: {
  8871. height: math.unit(6, "feet"),
  8872. weight: math.unit(110, "lb"),
  8873. name: "Front",
  8874. image: {
  8875. source: "./media/characters/mel/front.svg",
  8876. extra: 736 / 617,
  8877. bottom: 0.017
  8878. }
  8879. },
  8880. },
  8881. [
  8882. {
  8883. name: "Pico",
  8884. height: math.unit(3, "pm")
  8885. },
  8886. {
  8887. name: "Nano",
  8888. height: math.unit(3, "nm")
  8889. },
  8890. {
  8891. name: "Micro",
  8892. height: math.unit(0.3, "mm"),
  8893. default: true
  8894. },
  8895. {
  8896. name: "Micro+",
  8897. height: math.unit(3, "mm")
  8898. },
  8899. {
  8900. name: "Normal",
  8901. height: math.unit(5 + 10.5 / 12, "feet")
  8902. },
  8903. ]
  8904. ))
  8905. characterMakers.push(() => makeCharacter(
  8906. { name: "Lykonous" },
  8907. {
  8908. kaiju: {
  8909. height: math.unit(1.75, "meters"),
  8910. weight: math.unit(55, "kg"),
  8911. name: "Kaiju",
  8912. image: {
  8913. source: "./media/characters/lykonous/kaiju.svg",
  8914. extra: 1055 / 946,
  8915. bottom: 0.135
  8916. }
  8917. },
  8918. },
  8919. [
  8920. {
  8921. name: "Normal",
  8922. height: math.unit(2.5, "meters"),
  8923. default: true
  8924. },
  8925. {
  8926. name: "Kaiju Dragon",
  8927. height: math.unit(60, "meters")
  8928. },
  8929. {
  8930. name: "Mega Kaiju",
  8931. height: math.unit(120, "km")
  8932. },
  8933. {
  8934. name: "Giga Kaiju",
  8935. height: math.unit(200, "megameters")
  8936. },
  8937. {
  8938. name: "Terra Kaiju",
  8939. height: math.unit(400, "gigameters")
  8940. },
  8941. {
  8942. name: "Kaiju Dragon God",
  8943. height: math.unit(13000, "exaparsecs")
  8944. },
  8945. ]
  8946. ))
  8947. characterMakers.push(() => makeCharacter(
  8948. { name: "Blü" },
  8949. {
  8950. front: {
  8951. height: math.unit(6, "feet"),
  8952. weight: math.unit(150, "lb"),
  8953. name: "Front",
  8954. image: {
  8955. source: "./media/characters/blü/front.svg",
  8956. extra: 1883 / 1564,
  8957. bottom: 0.031
  8958. }
  8959. },
  8960. },
  8961. [
  8962. {
  8963. name: "Normal",
  8964. height: math.unit(13, "feet"),
  8965. default: true
  8966. },
  8967. {
  8968. name: "Big Boi",
  8969. height: math.unit(150, "meters")
  8970. },
  8971. {
  8972. name: "Mini Stomper",
  8973. height: math.unit(300, "meters")
  8974. },
  8975. {
  8976. name: "Macro",
  8977. height: math.unit(1000, "meters")
  8978. },
  8979. {
  8980. name: "Megamacro",
  8981. height: math.unit(11000, "meters")
  8982. },
  8983. {
  8984. name: "Gigamacro",
  8985. height: math.unit(11000, "km")
  8986. },
  8987. {
  8988. name: "Teramacro",
  8989. height: math.unit(420000, "km")
  8990. },
  8991. {
  8992. name: "Examacro",
  8993. height: math.unit(120, "parsecs")
  8994. },
  8995. {
  8996. name: "God Tho",
  8997. height: math.unit(98000000000, "parsecs")
  8998. },
  8999. ]
  9000. ))
  9001. characterMakers.push(() => makeCharacter(
  9002. { name: "Scales" },
  9003. {
  9004. taurFront: {
  9005. height: math.unit(6, "feet"),
  9006. weight: math.unit(200, "lb"),
  9007. name: "Taur (Front)",
  9008. image: {
  9009. source: "./media/characters/scales/taur-front.svg",
  9010. extra: 1,
  9011. bottom: 0.05
  9012. }
  9013. },
  9014. taurBack: {
  9015. height: math.unit(6, "feet"),
  9016. weight: math.unit(200, "lb"),
  9017. name: "Taur (Back)",
  9018. image: {
  9019. source: "./media/characters/scales/taur-back.svg",
  9020. extra: 1,
  9021. bottom: 0.08
  9022. }
  9023. },
  9024. anthro: {
  9025. height: math.unit(6 * 7 / 12, "feet"),
  9026. weight: math.unit(100, "lb"),
  9027. name: "Anthro",
  9028. image: {
  9029. source: "./media/characters/scales/anthro.svg",
  9030. extra: 1,
  9031. bottom: 0.06
  9032. }
  9033. },
  9034. },
  9035. [
  9036. {
  9037. name: "Normal",
  9038. height: math.unit(12, "feet"),
  9039. default: true
  9040. },
  9041. ]
  9042. ))
  9043. characterMakers.push(() => makeCharacter(
  9044. { name: "Koragos" },
  9045. {
  9046. front: {
  9047. height: math.unit(6, "feet"),
  9048. weight: math.unit(150, "lb"),
  9049. name: "Front",
  9050. image: {
  9051. source: "./media/characters/koragos/front.svg",
  9052. extra: 841 / 794,
  9053. bottom: 0.035
  9054. }
  9055. },
  9056. back: {
  9057. height: math.unit(6, "feet"),
  9058. weight: math.unit(150, "lb"),
  9059. name: "Back",
  9060. image: {
  9061. source: "./media/characters/koragos/back.svg",
  9062. extra: 841 / 810,
  9063. bottom: 0.022
  9064. }
  9065. },
  9066. },
  9067. [
  9068. {
  9069. name: "Normal",
  9070. height: math.unit(6 + 11 / 12, "feet"),
  9071. default: true
  9072. },
  9073. {
  9074. name: "Macro",
  9075. height: math.unit(490, "feet")
  9076. },
  9077. {
  9078. name: "Megamacro",
  9079. height: math.unit(10, "miles")
  9080. },
  9081. {
  9082. name: "Gigamacro",
  9083. height: math.unit(50, "miles")
  9084. },
  9085. ]
  9086. ))
  9087. characterMakers.push(() => makeCharacter(
  9088. { name: "Xylrem" },
  9089. {
  9090. front: {
  9091. height: math.unit(6, "feet"),
  9092. weight: math.unit(250, "lb"),
  9093. name: "Front",
  9094. image: {
  9095. source: "./media/characters/xylrem/front.svg",
  9096. extra: 3323 / 3050,
  9097. bottom: 0.065
  9098. }
  9099. },
  9100. },
  9101. [
  9102. {
  9103. name: "Micro",
  9104. height: math.unit(4, "feet")
  9105. },
  9106. {
  9107. name: "Normal",
  9108. height: math.unit(16, "feet"),
  9109. default: true
  9110. },
  9111. {
  9112. name: "Macro",
  9113. height: math.unit(2720, "feet")
  9114. },
  9115. {
  9116. name: "Megamacro",
  9117. height: math.unit(25000, "miles")
  9118. },
  9119. ]
  9120. ))
  9121. characterMakers.push(() => makeCharacter(
  9122. { name: "Ikideru" },
  9123. {
  9124. front: {
  9125. height: math.unit(8, "feet"),
  9126. weight: math.unit(250, "kg"),
  9127. name: "Front",
  9128. image: {
  9129. source: "./media/characters/ikideru/front.svg",
  9130. extra: 930 / 870,
  9131. bottom: 0.087
  9132. }
  9133. },
  9134. back: {
  9135. height: math.unit(8, "feet"),
  9136. weight: math.unit(250, "kg"),
  9137. name: "Back",
  9138. image: {
  9139. source: "./media/characters/ikideru/back.svg",
  9140. extra: 919 / 852,
  9141. bottom: 0.055
  9142. }
  9143. },
  9144. },
  9145. [
  9146. {
  9147. name: "Rare",
  9148. height: math.unit(8, "feet"),
  9149. default: true
  9150. },
  9151. {
  9152. name: "Playful Loom",
  9153. height: math.unit(80, "feet")
  9154. },
  9155. {
  9156. name: "City Leaner",
  9157. height: math.unit(230, "feet")
  9158. },
  9159. {
  9160. name: "Megamacro",
  9161. height: math.unit(2500, "feet")
  9162. },
  9163. {
  9164. name: "Gigamacro",
  9165. height: math.unit(26400, "feet")
  9166. },
  9167. {
  9168. name: "Tectonic Shifter",
  9169. height: math.unit(1.7, "megameters")
  9170. },
  9171. {
  9172. name: "Planet Carer",
  9173. height: math.unit(21, "megameters")
  9174. },
  9175. {
  9176. name: "God",
  9177. height: math.unit(11157.22, "parsecs")
  9178. },
  9179. ]
  9180. ))
  9181. characterMakers.push(() => makeCharacter(
  9182. { name: "Neo" },
  9183. {
  9184. front: {
  9185. height: math.unit(6, "feet"),
  9186. weight: math.unit(120, "lb"),
  9187. name: "Front",
  9188. image: {
  9189. source: "./media/characters/neo/front.svg"
  9190. }
  9191. },
  9192. },
  9193. [
  9194. {
  9195. name: "Micro",
  9196. height: math.unit(2, "inches"),
  9197. default: true
  9198. },
  9199. {
  9200. name: "Human Size",
  9201. height: math.unit(5 + 8 / 12, "feet")
  9202. },
  9203. ]
  9204. ))
  9205. characterMakers.push(() => makeCharacter(
  9206. { name: "Chauncey (Chantz)" },
  9207. {
  9208. front: {
  9209. height: math.unit(13 + 10 / 12, "feet"),
  9210. weight: math.unit(5320, "lb"),
  9211. name: "Front",
  9212. image: {
  9213. source: "./media/characters/chauncey-chantz/front.svg",
  9214. extra: 1587 / 1435,
  9215. bottom: 0.02
  9216. }
  9217. },
  9218. },
  9219. [
  9220. {
  9221. name: "Normal",
  9222. height: math.unit(13 + 10 / 12, "feet"),
  9223. default: true
  9224. },
  9225. {
  9226. name: "Macro",
  9227. height: math.unit(45, "feet")
  9228. },
  9229. {
  9230. name: "Megamacro",
  9231. height: math.unit(250, "miles")
  9232. },
  9233. {
  9234. name: "Planetary",
  9235. height: math.unit(10000, "miles")
  9236. },
  9237. {
  9238. name: "Galactic",
  9239. height: math.unit(40000, "parsecs")
  9240. },
  9241. {
  9242. name: "Universal",
  9243. height: math.unit(1, "yottameter")
  9244. },
  9245. ]
  9246. ))
  9247. characterMakers.push(() => makeCharacter(
  9248. { name: "Epifox" },
  9249. {
  9250. front: {
  9251. height: math.unit(6, "feet"),
  9252. weight: math.unit(150, "lb"),
  9253. name: "Front",
  9254. image: {
  9255. source: "./media/characters/epifox/front.svg",
  9256. extra: 1,
  9257. bottom: 0.075
  9258. }
  9259. },
  9260. },
  9261. [
  9262. {
  9263. name: "Micro",
  9264. height: math.unit(6, "inches")
  9265. },
  9266. {
  9267. name: "Normal",
  9268. height: math.unit(12, "feet"),
  9269. default: true
  9270. },
  9271. {
  9272. name: "Macro",
  9273. height: math.unit(3810, "feet")
  9274. },
  9275. {
  9276. name: "Megamacro",
  9277. height: math.unit(500, "miles")
  9278. },
  9279. ]
  9280. ))
  9281. characterMakers.push(() => makeCharacter(
  9282. { name: "Colin T." },
  9283. {
  9284. front: {
  9285. height: math.unit(1.8796, "m"),
  9286. weight: math.unit(230, "lb"),
  9287. name: "Front",
  9288. image: {
  9289. source: "./media/characters/colin-t/front.svg",
  9290. extra: 1272 / 1193,
  9291. bottom: 0.07
  9292. }
  9293. },
  9294. },
  9295. [
  9296. {
  9297. name: "Micro",
  9298. height: math.unit(0.571, "meters")
  9299. },
  9300. {
  9301. name: "Normal",
  9302. height: math.unit(1.8796, "meters"),
  9303. default: true
  9304. },
  9305. {
  9306. name: "Tall",
  9307. height: math.unit(4, "meters")
  9308. },
  9309. {
  9310. name: "Macro",
  9311. height: math.unit(67.241, "meters")
  9312. },
  9313. {
  9314. name: "Megamacro",
  9315. height: math.unit(371.856, "meters")
  9316. },
  9317. {
  9318. name: "Planetary",
  9319. height: math.unit(12631.5689, "km")
  9320. },
  9321. ]
  9322. ))
  9323. characterMakers.push(() => makeCharacter(
  9324. { name: "Matvei" },
  9325. {
  9326. front: {
  9327. height: math.unit(1.85, "meters"),
  9328. weight: math.unit(80, "kg"),
  9329. name: "Front",
  9330. image: {
  9331. source: "./media/characters/matvei/front.svg",
  9332. extra: 614 / 594,
  9333. bottom: 0.01
  9334. }
  9335. },
  9336. },
  9337. [
  9338. {
  9339. name: "Normal",
  9340. height: math.unit(1.85, "meters"),
  9341. default: true
  9342. },
  9343. ]
  9344. ))
  9345. characterMakers.push(() => makeCharacter(
  9346. { name: "Quincy" },
  9347. {
  9348. front: {
  9349. height: math.unit(5 + 9 / 12, "feet"),
  9350. weight: math.unit(70, "lb"),
  9351. name: "Front",
  9352. image: {
  9353. source: "./media/characters/quincy/front.svg",
  9354. extra: 3041 / 2751
  9355. }
  9356. },
  9357. back: {
  9358. height: math.unit(5 + 9 / 12, "feet"),
  9359. weight: math.unit(70, "lb"),
  9360. name: "Back",
  9361. image: {
  9362. source: "./media/characters/quincy/back.svg",
  9363. extra: 3041 / 2751
  9364. }
  9365. },
  9366. flying: {
  9367. height: math.unit(5 + 4 / 12, "feet"),
  9368. weight: math.unit(70, "lb"),
  9369. name: "Flying",
  9370. image: {
  9371. source: "./media/characters/quincy/flying.svg",
  9372. extra: 1044 / 930
  9373. }
  9374. },
  9375. },
  9376. [
  9377. {
  9378. name: "Micro",
  9379. height: math.unit(3, "cm")
  9380. },
  9381. {
  9382. name: "Normal",
  9383. height: math.unit(5 + 9 / 12, "feet")
  9384. },
  9385. {
  9386. name: "Macro",
  9387. height: math.unit(200, "meters"),
  9388. default: true
  9389. },
  9390. {
  9391. name: "Megamacro",
  9392. height: math.unit(1000, "meters")
  9393. },
  9394. ]
  9395. ))
  9396. characterMakers.push(() => makeCharacter(
  9397. { name: "Vanrel" },
  9398. {
  9399. front: {
  9400. height: math.unit(4 + 7 / 12, "feet"),
  9401. weight: math.unit(150, "lb"),
  9402. name: "Front",
  9403. image: {
  9404. source: "./media/characters/vanrel/front.svg",
  9405. extra: 1,
  9406. bottom: 0.02
  9407. }
  9408. },
  9409. elemental: {
  9410. height: math.unit(4 + 2 / 12, "feet"),
  9411. weight: math.unit(150, "lb"),
  9412. name: "Elemental",
  9413. image: {
  9414. source: "./media/characters/vanrel/elemental.svg"
  9415. }
  9416. },
  9417. side: {
  9418. height: math.unit(4 + 7 / 12, "feet"),
  9419. weight: math.unit(150, "lb"),
  9420. name: "Side",
  9421. image: {
  9422. source: "./media/characters/vanrel/side.svg",
  9423. extra: 1,
  9424. bottom: 0.025
  9425. }
  9426. },
  9427. tome: {
  9428. height: math.unit(1.35, "feet"),
  9429. weight: math.unit(10, "lb"),
  9430. name: "Vanrel's Tome",
  9431. rename: true,
  9432. image: {
  9433. source: "./media/characters/vanrel/tome.svg"
  9434. }
  9435. },
  9436. beans: {
  9437. height: math.unit(0.89, "feet"),
  9438. name: "Beans",
  9439. image: {
  9440. source: "./media/characters/vanrel/beans.svg"
  9441. }
  9442. },
  9443. },
  9444. [
  9445. {
  9446. name: "Normal",
  9447. height: math.unit(4 + 7 / 12, "feet"),
  9448. default: true
  9449. },
  9450. ]
  9451. ))
  9452. characterMakers.push(() => makeCharacter(
  9453. { name: "Kuiper Vanrel" },
  9454. {
  9455. front: {
  9456. height: math.unit(7 + 5 / 12, "feet"),
  9457. weight: math.unit(150, "lb"),
  9458. name: "Front",
  9459. image: {
  9460. source: "./media/characters/kuiper-vanrel/front.svg",
  9461. extra: 1118 / 1068,
  9462. bottom: 0.09
  9463. }
  9464. },
  9465. foot: {
  9466. height: math.unit(0.55, "meters"),
  9467. name: "Foot",
  9468. image: {
  9469. source: "./media/characters/kuiper-vanrel/foot.svg",
  9470. }
  9471. },
  9472. },
  9473. [
  9474. {
  9475. name: "Normal",
  9476. height: math.unit(7 + 5 / 12, "feet"),
  9477. default: true
  9478. },
  9479. ]
  9480. ))
  9481. characterMakers.push(() => makeCharacter(
  9482. { name: "Keset Vanrel" },
  9483. {
  9484. front: {
  9485. height: math.unit(8 + 5 / 12, "feet"),
  9486. weight: math.unit(150, "lb"),
  9487. name: "Front",
  9488. image: {
  9489. source: "./media/characters/keset-vanrel/front.svg",
  9490. extra: 1150 / 1084,
  9491. bottom: 0.05
  9492. }
  9493. },
  9494. hand: {
  9495. height: math.unit(0.6, "meters"),
  9496. name: "Hand",
  9497. image: {
  9498. source: "./media/characters/keset-vanrel/hand.svg"
  9499. }
  9500. },
  9501. foot: {
  9502. height: math.unit(0.94978, "meters"),
  9503. name: "Foot",
  9504. image: {
  9505. source: "./media/characters/keset-vanrel/foot.svg"
  9506. }
  9507. },
  9508. },
  9509. [
  9510. {
  9511. name: "Normal",
  9512. height: math.unit(8 + 5 / 12, "feet"),
  9513. default: true
  9514. },
  9515. ]
  9516. ))
  9517. characterMakers.push(() => makeCharacter(
  9518. { name: "Neos" },
  9519. {
  9520. front: {
  9521. height: math.unit(6, "feet"),
  9522. weight: math.unit(150, "lb"),
  9523. name: "Front",
  9524. image: {
  9525. source: "./media/characters/neos/front.svg",
  9526. extra: 1696 / 992,
  9527. bottom: 0.14
  9528. }
  9529. },
  9530. },
  9531. [
  9532. {
  9533. name: "Normal",
  9534. height: math.unit(54, "cm"),
  9535. default: true
  9536. },
  9537. {
  9538. name: "Macro",
  9539. height: math.unit(100, "m")
  9540. },
  9541. {
  9542. name: "Megamacro",
  9543. height: math.unit(10, "km")
  9544. },
  9545. {
  9546. name: "Megamacro+",
  9547. height: math.unit(100, "km")
  9548. },
  9549. {
  9550. name: "Gigamacro",
  9551. height: math.unit(100, "Mm")
  9552. },
  9553. {
  9554. name: "Teramacro",
  9555. height: math.unit(100, "Gm")
  9556. },
  9557. {
  9558. name: "Examacro",
  9559. height: math.unit(100, "Em")
  9560. },
  9561. {
  9562. name: "Godly",
  9563. height: math.unit(10000, "Ym")
  9564. },
  9565. {
  9566. name: "Beyond Godly",
  9567. height: math.unit(10000000, "Ym")
  9568. },
  9569. ]
  9570. ))
  9571. characterMakers.push(() => makeCharacter(
  9572. { name: "Sammy Mouse" },
  9573. {
  9574. feminine: {
  9575. height: math.unit(5, "feet"),
  9576. weight: math.unit(100, "lb"),
  9577. name: "Feminine",
  9578. image: {
  9579. source: "./media/characters/sammy-mouse/feminine.svg",
  9580. extra: 2526 / 2425,
  9581. bottom: 0.123
  9582. }
  9583. },
  9584. masculine: {
  9585. height: math.unit(5, "feet"),
  9586. weight: math.unit(100, "lb"),
  9587. name: "Masculine",
  9588. image: {
  9589. source: "./media/characters/sammy-mouse/masculine.svg",
  9590. extra: 2526 / 2425,
  9591. bottom: 0.123
  9592. }
  9593. },
  9594. },
  9595. [
  9596. {
  9597. name: "Micro",
  9598. height: math.unit(5, "inches")
  9599. },
  9600. {
  9601. name: "Normal",
  9602. height: math.unit(5, "feet"),
  9603. default: true
  9604. },
  9605. {
  9606. name: "Macro",
  9607. height: math.unit(60, "feet")
  9608. },
  9609. ]
  9610. ))
  9611. characterMakers.push(() => makeCharacter(
  9612. { name: "Kole" },
  9613. {
  9614. front: {
  9615. height: math.unit(4, "feet"),
  9616. weight: math.unit(50, "lb"),
  9617. name: "Front",
  9618. image: {
  9619. source: "./media/characters/kole/front.svg",
  9620. extra: 1423 / 1303,
  9621. bottom: 0.025
  9622. }
  9623. },
  9624. back: {
  9625. height: math.unit(4, "feet"),
  9626. weight: math.unit(50, "lb"),
  9627. name: "Back",
  9628. image: {
  9629. source: "./media/characters/kole/back.svg",
  9630. extra: 1426 / 1280,
  9631. bottom: 0.02
  9632. }
  9633. },
  9634. },
  9635. [
  9636. {
  9637. name: "Normal",
  9638. height: math.unit(4, "feet"),
  9639. default: true
  9640. },
  9641. ]
  9642. ))
  9643. characterMakers.push(() => makeCharacter(
  9644. { name: "Rufran" },
  9645. {
  9646. front: {
  9647. height: math.unit(2 + 6 / 12, "feet"),
  9648. weight: math.unit(20, "lb"),
  9649. name: "Front",
  9650. image: {
  9651. source: "./media/characters/rufran/front.svg",
  9652. extra: 2041 / 1839,
  9653. bottom: 0.055
  9654. }
  9655. },
  9656. back: {
  9657. height: math.unit(2 + 6 / 12, "feet"),
  9658. weight: math.unit(20, "lb"),
  9659. name: "Back",
  9660. image: {
  9661. source: "./media/characters/rufran/back.svg",
  9662. extra: 2054 / 1839,
  9663. bottom: 0.01
  9664. }
  9665. },
  9666. hand: {
  9667. height: math.unit(0.2166, "meters"),
  9668. name: "Hand",
  9669. image: {
  9670. source: "./media/characters/rufran/hand.svg"
  9671. }
  9672. },
  9673. foot: {
  9674. height: math.unit(0.185, "meters"),
  9675. name: "Foot",
  9676. image: {
  9677. source: "./media/characters/rufran/foot.svg"
  9678. }
  9679. },
  9680. },
  9681. [
  9682. {
  9683. name: "Micro",
  9684. height: math.unit(1, "inch")
  9685. },
  9686. {
  9687. name: "Normal",
  9688. height: math.unit(2 + 6 / 12, "feet"),
  9689. default: true
  9690. },
  9691. {
  9692. name: "Big",
  9693. height: math.unit(60, "feet")
  9694. },
  9695. {
  9696. name: "Macro",
  9697. height: math.unit(325, "feet")
  9698. },
  9699. ]
  9700. ))
  9701. characterMakers.push(() => makeCharacter(
  9702. { name: "Chip" },
  9703. {
  9704. front: {
  9705. height: math.unit(0.3, "meters"),
  9706. weight: math.unit(3.5, "kg"),
  9707. name: "Front",
  9708. image: {
  9709. source: "./media/characters/chip/front.svg",
  9710. extra: 748 / 674
  9711. }
  9712. },
  9713. },
  9714. [
  9715. {
  9716. name: "Micro",
  9717. height: math.unit(1, "inch"),
  9718. default: true
  9719. },
  9720. ]
  9721. ))
  9722. characterMakers.push(() => makeCharacter(
  9723. { name: "Torvid" },
  9724. {
  9725. side: {
  9726. height: math.unit(2.3, "meters"),
  9727. weight: math.unit(3500, "lb"),
  9728. name: "Side",
  9729. image: {
  9730. source: "./media/characters/torvid/side.svg",
  9731. extra: 1972 / 722,
  9732. bottom: 0.035
  9733. }
  9734. },
  9735. },
  9736. [
  9737. {
  9738. name: "Normal",
  9739. height: math.unit(2.3, "meters"),
  9740. default: true
  9741. },
  9742. ]
  9743. ))
  9744. characterMakers.push(() => makeCharacter(
  9745. { name: "Susan" },
  9746. {
  9747. front: {
  9748. height: math.unit(2, "meters"),
  9749. weight: math.unit(150.5, "kg"),
  9750. name: "Front",
  9751. image: {
  9752. source: "./media/characters/susan/front.svg",
  9753. extra: 693 / 635,
  9754. bottom: 0.05
  9755. }
  9756. },
  9757. },
  9758. [
  9759. {
  9760. name: "Megamacro",
  9761. height: math.unit(505, "miles"),
  9762. default: true
  9763. },
  9764. ]
  9765. ))
  9766. characterMakers.push(() => makeCharacter(
  9767. { name: "Raindrops" },
  9768. {
  9769. front: {
  9770. height: math.unit(6, "feet"),
  9771. weight: math.unit(150, "lb"),
  9772. name: "Front",
  9773. image: {
  9774. source: "./media/characters/raindrops/front.svg",
  9775. extra: 2655 / 2461,
  9776. bottom: 0.02
  9777. }
  9778. },
  9779. back: {
  9780. height: math.unit(6, "feet"),
  9781. weight: math.unit(150, "lb"),
  9782. name: "Back",
  9783. image: {
  9784. source: "./media/characters/raindrops/back.svg",
  9785. extra: 2574 / 2400,
  9786. bottom: 0.03
  9787. }
  9788. },
  9789. },
  9790. [
  9791. {
  9792. name: "Micro",
  9793. height: math.unit(6, "inches")
  9794. },
  9795. {
  9796. name: "Normal",
  9797. height: math.unit(6 + 2 / 12, "feet")
  9798. },
  9799. {
  9800. name: "Macro",
  9801. height: math.unit(131, "feet"),
  9802. default: true
  9803. },
  9804. {
  9805. name: "Megamacro",
  9806. height: math.unit(15, "miles")
  9807. },
  9808. {
  9809. name: "Gigamacro",
  9810. height: math.unit(4000, "miles")
  9811. },
  9812. {
  9813. name: "Teramacro",
  9814. height: math.unit(315000, "miles")
  9815. },
  9816. ]
  9817. ))
  9818. characterMakers.push(() => makeCharacter(
  9819. { name: "Tezwa" },
  9820. {
  9821. front: {
  9822. height: math.unit(2.794, "meters"),
  9823. weight: math.unit(325, "kg"),
  9824. name: "Front",
  9825. image: {
  9826. source: "./media/characters/tezwa/front.svg",
  9827. extra: 2083 / 1906,
  9828. bottom: 0.031
  9829. }
  9830. },
  9831. foot: {
  9832. height: math.unit(0.687, "meters"),
  9833. name: "Foot",
  9834. image: {
  9835. source: "./media/characters/tezwa/foot.svg"
  9836. }
  9837. },
  9838. },
  9839. [
  9840. {
  9841. name: "Normal",
  9842. height: math.unit(9 + 2 / 12, "feet"),
  9843. default: true
  9844. },
  9845. ]
  9846. ))
  9847. characterMakers.push(() => makeCharacter(
  9848. { name: "Typhus" },
  9849. {
  9850. front: {
  9851. height: math.unit(58, "feet"),
  9852. weight: math.unit(89000, "lb"),
  9853. name: "Front",
  9854. image: {
  9855. source: "./media/characters/typhus/front.svg",
  9856. extra: 816 / 800,
  9857. bottom: 0.065
  9858. }
  9859. },
  9860. },
  9861. [
  9862. {
  9863. name: "Macro",
  9864. height: math.unit(58, "feet"),
  9865. default: true
  9866. },
  9867. ]
  9868. ))
  9869. characterMakers.push(() => makeCharacter(
  9870. { name: "Lyra Von Wulf" },
  9871. {
  9872. front: {
  9873. height: math.unit(12, "feet"),
  9874. weight: math.unit(6, "tonnes"),
  9875. name: "Front",
  9876. image: {
  9877. source: "./media/characters/lyra-von-wulf/front.svg",
  9878. extra: 1,
  9879. bottom: 0.10
  9880. }
  9881. },
  9882. frontMecha: {
  9883. height: math.unit(12, "feet"),
  9884. weight: math.unit(12, "tonnes"),
  9885. name: "Front (Mecha)",
  9886. image: {
  9887. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9888. extra: 1,
  9889. bottom: 0.042
  9890. }
  9891. },
  9892. maw: {
  9893. height: math.unit(2.2, "feet"),
  9894. name: "Maw",
  9895. image: {
  9896. source: "./media/characters/lyra-von-wulf/maw.svg"
  9897. }
  9898. },
  9899. },
  9900. [
  9901. {
  9902. name: "Normal",
  9903. height: math.unit(12, "feet"),
  9904. default: true
  9905. },
  9906. {
  9907. name: "Classic",
  9908. height: math.unit(50, "feet")
  9909. },
  9910. {
  9911. name: "Macro",
  9912. height: math.unit(500, "feet")
  9913. },
  9914. {
  9915. name: "Megamacro",
  9916. height: math.unit(1, "mile")
  9917. },
  9918. {
  9919. name: "Gigamacro",
  9920. height: math.unit(400, "miles")
  9921. },
  9922. {
  9923. name: "Teramacro",
  9924. height: math.unit(22000, "miles")
  9925. },
  9926. {
  9927. name: "Solarmacro",
  9928. height: math.unit(8600000, "miles")
  9929. },
  9930. {
  9931. name: "Galactic",
  9932. height: math.unit(1057000, "lightyears")
  9933. },
  9934. ]
  9935. ))
  9936. characterMakers.push(() => makeCharacter(
  9937. { name: "Dixon" },
  9938. {
  9939. front: {
  9940. height: math.unit(6 + 10 / 12, "feet"),
  9941. weight: math.unit(150, "lb"),
  9942. name: "Front",
  9943. image: {
  9944. source: "./media/characters/dixon/front.svg",
  9945. extra: 3361 / 3209,
  9946. bottom: 0.01
  9947. }
  9948. },
  9949. },
  9950. [
  9951. {
  9952. name: "Normal",
  9953. height: math.unit(6 + 10 / 12, "feet"),
  9954. default: true
  9955. },
  9956. {
  9957. name: "Big",
  9958. height: math.unit(12, "meters")
  9959. },
  9960. {
  9961. name: "Macro",
  9962. height: math.unit(500, "meters")
  9963. },
  9964. {
  9965. name: "Megamacro",
  9966. height: math.unit(2, "km")
  9967. },
  9968. ]
  9969. ))
  9970. characterMakers.push(() => makeCharacter(
  9971. { name: "Kauko" },
  9972. {
  9973. front: {
  9974. height: math.unit(185, "cm"),
  9975. weight: math.unit(68, "kg"),
  9976. name: "Front",
  9977. image: {
  9978. source: "./media/characters/kauko/front.svg",
  9979. extra: 1455 / 1421,
  9980. bottom: 0.03
  9981. }
  9982. },
  9983. back: {
  9984. height: math.unit(185, "cm"),
  9985. weight: math.unit(68, "kg"),
  9986. name: "Back",
  9987. image: {
  9988. source: "./media/characters/kauko/back.svg",
  9989. extra: 1455 / 1421,
  9990. bottom: 0.004
  9991. }
  9992. },
  9993. },
  9994. [
  9995. {
  9996. name: "Normal",
  9997. height: math.unit(185, "cm"),
  9998. default: true
  9999. },
  10000. ]
  10001. ))
  10002. characterMakers.push(() => makeCharacter(
  10003. { name: "Varg" },
  10004. {
  10005. front: {
  10006. height: math.unit(6, "feet"),
  10007. weight: math.unit(150, "kg"),
  10008. name: "Front",
  10009. image: {
  10010. source: "./media/characters/varg/front.svg",
  10011. extra: 1108 / 1018,
  10012. bottom: 0.0375
  10013. }
  10014. },
  10015. },
  10016. [
  10017. {
  10018. name: "Normal",
  10019. height: math.unit(5, "meters")
  10020. },
  10021. {
  10022. name: "Macro",
  10023. height: math.unit(200, "meters")
  10024. },
  10025. {
  10026. name: "Megamacro",
  10027. height: math.unit(20, "kilometers")
  10028. },
  10029. {
  10030. name: "True Size",
  10031. height: math.unit(211, "km"),
  10032. default: true
  10033. },
  10034. {
  10035. name: "Gigamacro",
  10036. height: math.unit(1000, "km")
  10037. },
  10038. {
  10039. name: "Gigamacro+",
  10040. height: math.unit(8000, "km")
  10041. },
  10042. {
  10043. name: "Teramacro",
  10044. height: math.unit(1000000, "km")
  10045. },
  10046. ]
  10047. ))
  10048. characterMakers.push(() => makeCharacter(
  10049. { name: "Dayza" },
  10050. {
  10051. front: {
  10052. height: math.unit(7 + 7 / 12, "feet"),
  10053. weight: math.unit(267, "lb"),
  10054. name: "Front",
  10055. image: {
  10056. source: "./media/characters/dayza/front.svg",
  10057. extra: 1262 / 1200,
  10058. bottom: 0.035
  10059. }
  10060. },
  10061. side: {
  10062. height: math.unit(7 + 7 / 12, "feet"),
  10063. weight: math.unit(267, "lb"),
  10064. name: "Side",
  10065. image: {
  10066. source: "./media/characters/dayza/side.svg",
  10067. extra: 1295 / 1245,
  10068. bottom: 0.05
  10069. }
  10070. },
  10071. back: {
  10072. height: math.unit(7 + 7 / 12, "feet"),
  10073. weight: math.unit(267, "lb"),
  10074. name: "Back",
  10075. image: {
  10076. source: "./media/characters/dayza/back.svg",
  10077. extra: 1241 / 1170
  10078. }
  10079. },
  10080. },
  10081. [
  10082. {
  10083. name: "Normal",
  10084. height: math.unit(7 + 7 / 12, "feet"),
  10085. default: true
  10086. },
  10087. {
  10088. name: "Macro",
  10089. height: math.unit(155, "feet")
  10090. },
  10091. ]
  10092. ))
  10093. characterMakers.push(() => makeCharacter(
  10094. { name: "Xanthos" },
  10095. {
  10096. front: {
  10097. height: math.unit(6 + 5 / 12, "feet"),
  10098. weight: math.unit(160, "lb"),
  10099. name: "Front",
  10100. image: {
  10101. source: "./media/characters/xanthos/front.svg",
  10102. extra: 1,
  10103. bottom: 0.04
  10104. }
  10105. },
  10106. back: {
  10107. height: math.unit(6 + 5 / 12, "feet"),
  10108. weight: math.unit(160, "lb"),
  10109. name: "Back",
  10110. image: {
  10111. source: "./media/characters/xanthos/back.svg",
  10112. extra: 1,
  10113. bottom: 0.03
  10114. }
  10115. },
  10116. hand: {
  10117. height: math.unit(0.928, "feet"),
  10118. name: "Hand",
  10119. image: {
  10120. source: "./media/characters/xanthos/hand.svg"
  10121. }
  10122. },
  10123. foot: {
  10124. height: math.unit(1.286, "feet"),
  10125. name: "Foot",
  10126. image: {
  10127. source: "./media/characters/xanthos/foot.svg"
  10128. }
  10129. },
  10130. },
  10131. [
  10132. {
  10133. name: "Normal",
  10134. height: math.unit(6 + 5 / 12, "feet"),
  10135. default: true
  10136. },
  10137. {
  10138. name: "Normal+",
  10139. height: math.unit(6, "meters")
  10140. },
  10141. {
  10142. name: "Macro",
  10143. height: math.unit(40, "feet")
  10144. },
  10145. {
  10146. name: "Macro+",
  10147. height: math.unit(200, "meters")
  10148. },
  10149. {
  10150. name: "Megamacro",
  10151. height: math.unit(20, "km")
  10152. },
  10153. {
  10154. name: "Megamacro+",
  10155. height: math.unit(100, "km")
  10156. },
  10157. ]
  10158. ))
  10159. characterMakers.push(() => makeCharacter(
  10160. { name: "Grynn" },
  10161. {
  10162. front: {
  10163. height: math.unit(6 + 3 / 12, "feet"),
  10164. weight: math.unit(215, "lb"),
  10165. name: "Front",
  10166. image: {
  10167. source: "./media/characters/grynn/front.svg",
  10168. extra: 4627 / 4209,
  10169. bottom: 0.047
  10170. }
  10171. },
  10172. },
  10173. [
  10174. {
  10175. name: "Micro",
  10176. height: math.unit(6, "inches")
  10177. },
  10178. {
  10179. name: "Normal",
  10180. height: math.unit(6 + 3 / 12, "feet"),
  10181. default: true
  10182. },
  10183. {
  10184. name: "Big",
  10185. height: math.unit(104, "feet")
  10186. },
  10187. {
  10188. name: "Macro",
  10189. height: math.unit(944, "feet")
  10190. },
  10191. {
  10192. name: "Macro+",
  10193. height: math.unit(9480, "feet")
  10194. },
  10195. {
  10196. name: "Megamacro",
  10197. height: math.unit(78752, "feet")
  10198. },
  10199. {
  10200. name: "Megamacro+",
  10201. height: math.unit(630128, "feet")
  10202. },
  10203. {
  10204. name: "Megamacro++",
  10205. height: math.unit(3150695, "feet")
  10206. },
  10207. ]
  10208. ))
  10209. characterMakers.push(() => makeCharacter(
  10210. { name: "Mocha Aura" },
  10211. {
  10212. front: {
  10213. height: math.unit(7 + 5 / 12, "feet"),
  10214. weight: math.unit(450, "lb"),
  10215. name: "Front",
  10216. image: {
  10217. source: "./media/characters/mocha-aura/front.svg",
  10218. extra: 1907 / 1817,
  10219. bottom: 0.04
  10220. }
  10221. },
  10222. back: {
  10223. height: math.unit(7 + 5 / 12, "feet"),
  10224. weight: math.unit(450, "lb"),
  10225. name: "Back",
  10226. image: {
  10227. source: "./media/characters/mocha-aura/back.svg",
  10228. extra: 1900 / 1825,
  10229. bottom: 0.045
  10230. }
  10231. },
  10232. },
  10233. [
  10234. {
  10235. name: "Nano",
  10236. height: math.unit(1, "nm")
  10237. },
  10238. {
  10239. name: "Megamicro",
  10240. height: math.unit(1, "mm")
  10241. },
  10242. {
  10243. name: "Micro",
  10244. height: math.unit(3, "inches")
  10245. },
  10246. {
  10247. name: "Normal",
  10248. height: math.unit(7 + 5 / 12, "feet"),
  10249. default: true
  10250. },
  10251. {
  10252. name: "Macro",
  10253. height: math.unit(30, "feet")
  10254. },
  10255. {
  10256. name: "Megamacro",
  10257. height: math.unit(3500, "feet")
  10258. },
  10259. {
  10260. name: "Teramacro",
  10261. height: math.unit(500000, "miles")
  10262. },
  10263. {
  10264. name: "Petamacro",
  10265. height: math.unit(50000000000000000, "parsecs")
  10266. },
  10267. ]
  10268. ))
  10269. characterMakers.push(() => makeCharacter(
  10270. { name: "Ilisha Devya" },
  10271. {
  10272. front: {
  10273. height: math.unit(6, "feet"),
  10274. weight: math.unit(150, "lb"),
  10275. name: "Front",
  10276. image: {
  10277. source: "./media/characters/ilisha-devya/front.svg",
  10278. extra: 1,
  10279. bottom: 0.175
  10280. }
  10281. },
  10282. back: {
  10283. height: math.unit(6, "feet"),
  10284. weight: math.unit(150, "lb"),
  10285. name: "Back",
  10286. image: {
  10287. source: "./media/characters/ilisha-devya/back.svg",
  10288. extra: 1,
  10289. bottom: 0.015
  10290. }
  10291. },
  10292. },
  10293. [
  10294. {
  10295. name: "Macro",
  10296. height: math.unit(500, "feet"),
  10297. default: true
  10298. },
  10299. {
  10300. name: "Megamacro",
  10301. height: math.unit(10, "miles")
  10302. },
  10303. {
  10304. name: "Gigamacro",
  10305. height: math.unit(100000, "miles")
  10306. },
  10307. {
  10308. name: "Examacro",
  10309. height: math.unit(1e9, "lightyears")
  10310. },
  10311. {
  10312. name: "Omniversal",
  10313. height: math.unit(1e33, "lightyears")
  10314. },
  10315. {
  10316. name: "Beyond Infinite",
  10317. height: math.unit(1e100, "lightyears")
  10318. },
  10319. ]
  10320. ))
  10321. characterMakers.push(() => makeCharacter(
  10322. { name: "Mira" },
  10323. {
  10324. Side: {
  10325. height: math.unit(6, "feet"),
  10326. weight: math.unit(150, "lb"),
  10327. name: "Side",
  10328. image: {
  10329. source: "./media/characters/mira/side.svg",
  10330. extra: 900 / 799,
  10331. bottom: 0.02
  10332. }
  10333. },
  10334. },
  10335. [
  10336. {
  10337. name: "Human Size",
  10338. height: math.unit(6, "feet")
  10339. },
  10340. {
  10341. name: "Macro",
  10342. height: math.unit(100, "feet"),
  10343. default: true
  10344. },
  10345. {
  10346. name: "Megamacro",
  10347. height: math.unit(10, "miles")
  10348. },
  10349. {
  10350. name: "Gigamacro",
  10351. height: math.unit(25000, "miles")
  10352. },
  10353. {
  10354. name: "Teramacro",
  10355. height: math.unit(300, "AU")
  10356. },
  10357. {
  10358. name: "Full Size",
  10359. height: math.unit(4.5e10, "lightyears")
  10360. },
  10361. ]
  10362. ))
  10363. characterMakers.push(() => makeCharacter(
  10364. { name: "Holly" },
  10365. {
  10366. front: {
  10367. height: math.unit(6, "feet"),
  10368. weight: math.unit(150, "lb"),
  10369. name: "Front",
  10370. image: {
  10371. source: "./media/characters/holly/front.svg",
  10372. extra: 639 / 606
  10373. }
  10374. },
  10375. back: {
  10376. height: math.unit(6, "feet"),
  10377. weight: math.unit(150, "lb"),
  10378. name: "Back",
  10379. image: {
  10380. source: "./media/characters/holly/back.svg",
  10381. extra: 623 / 598
  10382. }
  10383. },
  10384. frontWorking: {
  10385. height: math.unit(6, "feet"),
  10386. weight: math.unit(150, "lb"),
  10387. name: "Front (Working)",
  10388. image: {
  10389. source: "./media/characters/holly/front-working.svg",
  10390. extra: 607 / 577,
  10391. bottom: 0.048
  10392. }
  10393. },
  10394. },
  10395. [
  10396. {
  10397. name: "Normal",
  10398. height: math.unit(12 + 3 / 12, "feet"),
  10399. default: true
  10400. },
  10401. ]
  10402. ))
  10403. characterMakers.push(() => makeCharacter(
  10404. { name: "Porter" },
  10405. {
  10406. front: {
  10407. height: math.unit(6, "feet"),
  10408. weight: math.unit(150, "lb"),
  10409. name: "Front",
  10410. image: {
  10411. source: "./media/characters/porter/front.svg",
  10412. extra: 1,
  10413. bottom: 0.01
  10414. }
  10415. },
  10416. frontRobes: {
  10417. height: math.unit(6, "feet"),
  10418. weight: math.unit(150, "lb"),
  10419. name: "Front (Robes)",
  10420. image: {
  10421. source: "./media/characters/porter/front-robes.svg",
  10422. extra: 1.01,
  10423. bottom: 0.01
  10424. }
  10425. },
  10426. },
  10427. [
  10428. {
  10429. name: "Normal",
  10430. height: math.unit(11 + 9 / 12, "feet"),
  10431. default: true
  10432. },
  10433. ]
  10434. ))
  10435. characterMakers.push(() => makeCharacter(
  10436. { name: "Lucy" },
  10437. {
  10438. legendary: {
  10439. height: math.unit(6, "feet"),
  10440. weight: math.unit(150, "lb"),
  10441. name: "Legendary",
  10442. image: {
  10443. source: "./media/characters/lucy/legendary.svg",
  10444. extra: 1355 / 1100,
  10445. bottom: 0.045
  10446. }
  10447. },
  10448. },
  10449. [
  10450. {
  10451. name: "Legendary",
  10452. height: math.unit(86882 * 2, "miles"),
  10453. default: true
  10454. },
  10455. ]
  10456. ))
  10457. characterMakers.push(() => makeCharacter(
  10458. { name: "Drusilla" },
  10459. {
  10460. front: {
  10461. height: math.unit(6, "feet"),
  10462. weight: math.unit(150, "lb"),
  10463. name: "Front",
  10464. image: {
  10465. source: "./media/characters/drusilla/front.svg",
  10466. extra: 678 / 635,
  10467. bottom: 0.03
  10468. }
  10469. },
  10470. back: {
  10471. height: math.unit(6, "feet"),
  10472. weight: math.unit(150, "lb"),
  10473. name: "Back",
  10474. image: {
  10475. source: "./media/characters/drusilla/back.svg",
  10476. extra: 678 / 635,
  10477. bottom: 0.005
  10478. }
  10479. },
  10480. },
  10481. [
  10482. {
  10483. name: "Macro",
  10484. height: math.unit(100, "feet")
  10485. },
  10486. {
  10487. name: "Canon Height",
  10488. height: math.unit(2000, "feet"),
  10489. default: true
  10490. },
  10491. ]
  10492. ))
  10493. characterMakers.push(() => makeCharacter(
  10494. { name: "Renard Thatch" },
  10495. {
  10496. front: {
  10497. height: math.unit(6, "feet"),
  10498. weight: math.unit(180, "lb"),
  10499. name: "Front",
  10500. image: {
  10501. source: "./media/characters/renard-thatch/front.svg",
  10502. extra: 2411 / 2275,
  10503. bottom: 0.01
  10504. }
  10505. },
  10506. frontPosing: {
  10507. height: math.unit(6, "feet"),
  10508. weight: math.unit(180, "lb"),
  10509. name: "Front (Posing)",
  10510. image: {
  10511. source: "./media/characters/renard-thatch/front-posing.svg",
  10512. extra: 2381 / 2261,
  10513. bottom: 0.01
  10514. }
  10515. },
  10516. back: {
  10517. height: math.unit(6, "feet"),
  10518. weight: math.unit(180, "lb"),
  10519. name: "Back",
  10520. image: {
  10521. source: "./media/characters/renard-thatch/back.svg",
  10522. extra: 2428 / 2288
  10523. }
  10524. },
  10525. },
  10526. [
  10527. {
  10528. name: "Micro",
  10529. height: math.unit(3, "inches")
  10530. },
  10531. {
  10532. name: "Default",
  10533. height: math.unit(6, "feet"),
  10534. default: true
  10535. },
  10536. {
  10537. name: "Macro",
  10538. height: math.unit(75, "feet")
  10539. },
  10540. ]
  10541. ))
  10542. characterMakers.push(() => makeCharacter(
  10543. { name: "Sekvra" },
  10544. {
  10545. front: {
  10546. height: math.unit(1450, "feet"),
  10547. weight: math.unit(1.21e6, "tons"),
  10548. name: "Front",
  10549. image: {
  10550. source: "./media/characters/sekvra/front.svg",
  10551. extra: 1,
  10552. bottom: 0.03
  10553. }
  10554. },
  10555. frontClothed: {
  10556. height: math.unit(1450, "feet"),
  10557. weight: math.unit(1.21e6, "tons"),
  10558. name: "Front (Clothed)",
  10559. image: {
  10560. source: "./media/characters/sekvra/front-clothed.svg",
  10561. extra: 1,
  10562. bottom: 0.03
  10563. }
  10564. },
  10565. side: {
  10566. height: math.unit(1450, "feet"),
  10567. weight: math.unit(1.21e6, "tons"),
  10568. name: "Side",
  10569. image: {
  10570. source: "./media/characters/sekvra/side.svg",
  10571. extra: 1,
  10572. bottom: 0.025
  10573. }
  10574. },
  10575. back: {
  10576. height: math.unit(1450, "feet"),
  10577. weight: math.unit(1.21e6, "tons"),
  10578. name: "Back",
  10579. image: {
  10580. source: "./media/characters/sekvra/back.svg",
  10581. extra: 1,
  10582. bottom: 0.005
  10583. }
  10584. },
  10585. },
  10586. [
  10587. {
  10588. name: "Macro",
  10589. height: math.unit(1450, "feet"),
  10590. default: true
  10591. },
  10592. {
  10593. name: "Megamacro",
  10594. height: math.unit(15000, "feet")
  10595. },
  10596. ]
  10597. ))
  10598. characterMakers.push(() => makeCharacter(
  10599. { name: "Carmine" },
  10600. {
  10601. front: {
  10602. height: math.unit(6, "feet"),
  10603. weight: math.unit(150, "lb"),
  10604. name: "Front",
  10605. image: {
  10606. source: "./media/characters/carmine/front.svg",
  10607. extra: 1,
  10608. bottom: 0.035
  10609. }
  10610. },
  10611. frontArmor: {
  10612. height: math.unit(6, "feet"),
  10613. weight: math.unit(150, "lb"),
  10614. name: "Front (Armor)",
  10615. image: {
  10616. source: "./media/characters/carmine/front-armor.svg",
  10617. extra: 1,
  10618. bottom: 0.035
  10619. }
  10620. },
  10621. },
  10622. [
  10623. {
  10624. name: "Large",
  10625. height: math.unit(1, "mile")
  10626. },
  10627. {
  10628. name: "Huge",
  10629. height: math.unit(40, "miles"),
  10630. default: true
  10631. },
  10632. {
  10633. name: "Colossal",
  10634. height: math.unit(2500, "miles")
  10635. },
  10636. ]
  10637. ))
  10638. characterMakers.push(() => makeCharacter(
  10639. { name: "Elyssia" },
  10640. {
  10641. front: {
  10642. height: math.unit(6, "feet"),
  10643. weight: math.unit(150, "lb"),
  10644. name: "Front",
  10645. image: {
  10646. source: "./media/characters/elyssia/front.svg",
  10647. extra: 2201 / 2035,
  10648. bottom: 0.05
  10649. }
  10650. },
  10651. frontClothed: {
  10652. height: math.unit(6, "feet"),
  10653. weight: math.unit(150, "lb"),
  10654. name: "Front (Clothed)",
  10655. image: {
  10656. source: "./media/characters/elyssia/front-clothed.svg",
  10657. extra: 2201 / 2035,
  10658. bottom: 0.05
  10659. }
  10660. },
  10661. back: {
  10662. height: math.unit(6, "feet"),
  10663. weight: math.unit(150, "lb"),
  10664. name: "Back",
  10665. image: {
  10666. source: "./media/characters/elyssia/back.svg",
  10667. extra: 2201 / 2035,
  10668. bottom: 0.013
  10669. }
  10670. },
  10671. },
  10672. [
  10673. {
  10674. name: "Smaller",
  10675. height: math.unit(150, "feet")
  10676. },
  10677. {
  10678. name: "Standard",
  10679. height: math.unit(1400, "feet"),
  10680. default: true
  10681. },
  10682. {
  10683. name: "Distracted",
  10684. height: math.unit(15000, "feet")
  10685. },
  10686. ]
  10687. ))
  10688. characterMakers.push(() => makeCharacter(
  10689. { name: "Geno Maxwell" },
  10690. {
  10691. front: {
  10692. height: math.unit(7 + 4 / 12, "feet"),
  10693. weight: math.unit(500, "lb"),
  10694. name: "Front",
  10695. image: {
  10696. source: "./media/characters/geno-maxwell/front.svg",
  10697. extra: 2207 / 2040,
  10698. bottom: 0.015
  10699. }
  10700. },
  10701. },
  10702. [
  10703. {
  10704. name: "Micro",
  10705. height: math.unit(3, "inches")
  10706. },
  10707. {
  10708. name: "Normal",
  10709. height: math.unit(7 + 4 / 12, "feet"),
  10710. default: true
  10711. },
  10712. {
  10713. name: "Macro",
  10714. height: math.unit(220, "feet")
  10715. },
  10716. {
  10717. name: "Megamacro",
  10718. height: math.unit(11, "miles")
  10719. },
  10720. ]
  10721. ))
  10722. characterMakers.push(() => makeCharacter(
  10723. { name: "Regena Maxwell" },
  10724. {
  10725. front: {
  10726. height: math.unit(7 + 4 / 12, "feet"),
  10727. weight: math.unit(500, "lb"),
  10728. name: "Front",
  10729. image: {
  10730. source: "./media/characters/regena-maxwell/front.svg",
  10731. extra: 3115 / 2770,
  10732. bottom: 0.02
  10733. }
  10734. },
  10735. },
  10736. [
  10737. {
  10738. name: "Normal",
  10739. height: math.unit(7 + 4 / 12, "feet"),
  10740. default: true
  10741. },
  10742. {
  10743. name: "Macro",
  10744. height: math.unit(220, "feet")
  10745. },
  10746. {
  10747. name: "Megamacro",
  10748. height: math.unit(11, "miles")
  10749. },
  10750. ]
  10751. ))
  10752. characterMakers.push(() => makeCharacter(
  10753. { name: "XGlidingDragonX" },
  10754. {
  10755. front: {
  10756. height: math.unit(6, "feet"),
  10757. weight: math.unit(150, "lb"),
  10758. name: "Front",
  10759. image: {
  10760. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10761. extra: 860 / 690,
  10762. bottom: 0.03
  10763. }
  10764. },
  10765. },
  10766. [
  10767. {
  10768. name: "Normal",
  10769. height: math.unit(1.7, "meters"),
  10770. default: true
  10771. },
  10772. ]
  10773. ))
  10774. characterMakers.push(() => makeCharacter(
  10775. { name: "Quilly" },
  10776. {
  10777. front: {
  10778. height: math.unit(6, "feet"),
  10779. weight: math.unit(150, "lb"),
  10780. name: "Front",
  10781. image: {
  10782. source: "./media/characters/quilly/front.svg",
  10783. extra: 890 / 776
  10784. }
  10785. },
  10786. },
  10787. [
  10788. {
  10789. name: "Gigamacro",
  10790. height: math.unit(404090, "miles"),
  10791. default: true
  10792. },
  10793. ]
  10794. ))
  10795. characterMakers.push(() => makeCharacter(
  10796. { name: "Tempest" },
  10797. {
  10798. front: {
  10799. height: math.unit(7 + 8 / 12, "feet"),
  10800. weight: math.unit(350, "lb"),
  10801. name: "Front",
  10802. image: {
  10803. source: "./media/characters/tempest/front.svg",
  10804. extra: 1175 / 1086,
  10805. bottom: 0.02
  10806. }
  10807. },
  10808. },
  10809. [
  10810. {
  10811. name: "Normal",
  10812. height: math.unit(7 + 8 / 12, "feet"),
  10813. default: true
  10814. },
  10815. ]
  10816. ))
  10817. characterMakers.push(() => makeCharacter(
  10818. { name: "Rodger" },
  10819. {
  10820. side: {
  10821. height: math.unit(4 + 5 / 12, "feet"),
  10822. weight: math.unit(80, "lb"),
  10823. name: "Side",
  10824. image: {
  10825. source: "./media/characters/rodger/side.svg",
  10826. extra: 1235 / 1118
  10827. }
  10828. },
  10829. },
  10830. [
  10831. {
  10832. name: "Micro",
  10833. height: math.unit(1, "inch")
  10834. },
  10835. {
  10836. name: "Normal",
  10837. height: math.unit(4 + 5 / 12, "feet"),
  10838. default: true
  10839. },
  10840. {
  10841. name: "Macro",
  10842. height: math.unit(120, "feet")
  10843. },
  10844. ]
  10845. ))
  10846. characterMakers.push(() => makeCharacter(
  10847. { name: "Danyel" },
  10848. {
  10849. front: {
  10850. height: math.unit(6, "feet"),
  10851. weight: math.unit(150, "lb"),
  10852. name: "Front",
  10853. image: {
  10854. source: "./media/characters/danyel/front.svg",
  10855. extra: 1185 / 1123,
  10856. bottom: 0.05
  10857. }
  10858. },
  10859. },
  10860. [
  10861. {
  10862. name: "Shrunken",
  10863. height: math.unit(0.5, "mm")
  10864. },
  10865. {
  10866. name: "Micro",
  10867. height: math.unit(1, "mm"),
  10868. default: true
  10869. },
  10870. {
  10871. name: "Upsized",
  10872. height: math.unit(5 + 5 / 12, "feet")
  10873. },
  10874. ]
  10875. ))
  10876. characterMakers.push(() => makeCharacter(
  10877. { name: "Vivian Bijoux" },
  10878. {
  10879. front: {
  10880. height: math.unit(5 + 6 / 12, "feet"),
  10881. weight: math.unit(200, "lb"),
  10882. name: "Front",
  10883. image: {
  10884. source: "./media/characters/vivian-bijoux/front.svg",
  10885. extra: 1,
  10886. bottom: 0.072
  10887. }
  10888. },
  10889. },
  10890. [
  10891. {
  10892. name: "Normal",
  10893. height: math.unit(5 + 6 / 12, "feet"),
  10894. default: true
  10895. },
  10896. {
  10897. name: "Bad Dream",
  10898. height: math.unit(500, "feet")
  10899. },
  10900. {
  10901. name: "Nightmare",
  10902. height: math.unit(500, "miles")
  10903. },
  10904. ]
  10905. ))
  10906. characterMakers.push(() => makeCharacter(
  10907. { name: "Zeta" },
  10908. {
  10909. front: {
  10910. height: math.unit(6 + 1 / 12, "feet"),
  10911. weight: math.unit(260, "lb"),
  10912. name: "Front",
  10913. image: {
  10914. source: "./media/characters/zeta/front.svg",
  10915. extra: 1968 / 1889,
  10916. bottom: 0.06
  10917. }
  10918. },
  10919. back: {
  10920. height: math.unit(6 + 1 / 12, "feet"),
  10921. weight: math.unit(260, "lb"),
  10922. name: "Back",
  10923. image: {
  10924. source: "./media/characters/zeta/back.svg",
  10925. extra: 1944 / 1858,
  10926. bottom: 0.03
  10927. }
  10928. },
  10929. hand: {
  10930. height: math.unit(1.112, "feet"),
  10931. name: "Hand",
  10932. image: {
  10933. source: "./media/characters/zeta/hand.svg"
  10934. }
  10935. },
  10936. foot: {
  10937. height: math.unit(1.48, "feet"),
  10938. name: "Foot",
  10939. image: {
  10940. source: "./media/characters/zeta/foot.svg"
  10941. }
  10942. },
  10943. },
  10944. [
  10945. {
  10946. name: "Micro",
  10947. height: math.unit(6, "inches")
  10948. },
  10949. {
  10950. name: "Normal",
  10951. height: math.unit(6 + 1 / 12, "feet"),
  10952. default: true
  10953. },
  10954. {
  10955. name: "Macro",
  10956. height: math.unit(20, "feet")
  10957. },
  10958. ]
  10959. ))
  10960. characterMakers.push(() => makeCharacter(
  10961. { name: "Jamie Larsen" },
  10962. {
  10963. front: {
  10964. height: math.unit(6, "feet"),
  10965. weight: math.unit(150, "lb"),
  10966. name: "Front",
  10967. image: {
  10968. source: "./media/characters/jamie-larsen/front.svg",
  10969. extra: 962 / 933,
  10970. bottom: 0.02
  10971. }
  10972. },
  10973. back: {
  10974. height: math.unit(6, "feet"),
  10975. weight: math.unit(150, "lb"),
  10976. name: "Back",
  10977. image: {
  10978. source: "./media/characters/jamie-larsen/back.svg",
  10979. extra: 997 / 946
  10980. }
  10981. },
  10982. },
  10983. [
  10984. {
  10985. name: "Macro",
  10986. height: math.unit(28 + 7 / 12, "feet"),
  10987. default: true
  10988. },
  10989. {
  10990. name: "Macro+",
  10991. height: math.unit(180, "feet")
  10992. },
  10993. {
  10994. name: "Megamacro",
  10995. height: math.unit(10, "miles")
  10996. },
  10997. {
  10998. name: "Gigamacro",
  10999. height: math.unit(200000, "miles")
  11000. },
  11001. ]
  11002. ))
  11003. characterMakers.push(() => makeCharacter(
  11004. { name: "Vance" },
  11005. {
  11006. front: {
  11007. height: math.unit(6, "feet"),
  11008. weight: math.unit(120, "lb"),
  11009. name: "Front",
  11010. image: {
  11011. source: "./media/characters/vance/front.svg",
  11012. extra: 1980 / 1890,
  11013. bottom: 0.09
  11014. }
  11015. },
  11016. back: {
  11017. height: math.unit(6, "feet"),
  11018. weight: math.unit(120, "lb"),
  11019. name: "Back",
  11020. image: {
  11021. source: "./media/characters/vance/back.svg",
  11022. extra: 2081 / 1994,
  11023. bottom: 0.014
  11024. }
  11025. },
  11026. hand: {
  11027. height: math.unit(0.88, "feet"),
  11028. name: "Hand",
  11029. image: {
  11030. source: "./media/characters/vance/hand.svg"
  11031. }
  11032. },
  11033. foot: {
  11034. height: math.unit(0.64, "feet"),
  11035. name: "Foot",
  11036. image: {
  11037. source: "./media/characters/vance/foot.svg"
  11038. }
  11039. },
  11040. },
  11041. [
  11042. {
  11043. name: "Small",
  11044. height: math.unit(90, "feet"),
  11045. default: true
  11046. },
  11047. {
  11048. name: "Macro",
  11049. height: math.unit(100, "meters")
  11050. },
  11051. {
  11052. name: "Megamacro",
  11053. height: math.unit(15, "miles")
  11054. },
  11055. ]
  11056. ))
  11057. characterMakers.push(() => makeCharacter(
  11058. { name: "Xochitl" },
  11059. {
  11060. front: {
  11061. height: math.unit(6, "feet"),
  11062. weight: math.unit(180, "lb"),
  11063. name: "Front",
  11064. image: {
  11065. source: "./media/characters/xochitl/front.svg",
  11066. extra: 2297 / 2261,
  11067. bottom: 0.065
  11068. }
  11069. },
  11070. back: {
  11071. height: math.unit(6, "feet"),
  11072. weight: math.unit(180, "lb"),
  11073. name: "Back",
  11074. image: {
  11075. source: "./media/characters/xochitl/back.svg",
  11076. extra: 2386 / 2354,
  11077. bottom: 0.01
  11078. }
  11079. },
  11080. foot: {
  11081. height: math.unit(6 / 5 * 1.15, "feet"),
  11082. weight: math.unit(150, "lb"),
  11083. name: "Foot",
  11084. image: {
  11085. source: "./media/characters/xochitl/foot.svg"
  11086. }
  11087. },
  11088. },
  11089. [
  11090. {
  11091. name: "Macro",
  11092. height: math.unit(80, "feet")
  11093. },
  11094. {
  11095. name: "Macro+",
  11096. height: math.unit(400, "feet"),
  11097. default: true
  11098. },
  11099. {
  11100. name: "Gigamacro",
  11101. height: math.unit(80000, "miles")
  11102. },
  11103. {
  11104. name: "Gigamacro+",
  11105. height: math.unit(400000, "miles")
  11106. },
  11107. {
  11108. name: "Teramacro",
  11109. height: math.unit(300, "AU")
  11110. },
  11111. ]
  11112. ))
  11113. characterMakers.push(() => makeCharacter(
  11114. { name: "Vincent" },
  11115. {
  11116. front: {
  11117. height: math.unit(6, "feet"),
  11118. weight: math.unit(150, "lb"),
  11119. name: "Front",
  11120. image: {
  11121. source: "./media/characters/vincent/front.svg",
  11122. extra: 1130 / 1080,
  11123. bottom: 0.055
  11124. }
  11125. },
  11126. beak: {
  11127. height: math.unit(6 * 0.1, "feet"),
  11128. name: "Beak",
  11129. image: {
  11130. source: "./media/characters/vincent/beak.svg"
  11131. }
  11132. },
  11133. hand: {
  11134. height: math.unit(6 * 0.85, "feet"),
  11135. weight: math.unit(150, "lb"),
  11136. name: "Hand",
  11137. image: {
  11138. source: "./media/characters/vincent/hand.svg"
  11139. }
  11140. },
  11141. foot: {
  11142. height: math.unit(6 * 0.19, "feet"),
  11143. weight: math.unit(150, "lb"),
  11144. name: "Foot",
  11145. image: {
  11146. source: "./media/characters/vincent/foot.svg"
  11147. }
  11148. },
  11149. },
  11150. [
  11151. {
  11152. name: "Base",
  11153. height: math.unit(6 + 5 / 12, "feet"),
  11154. default: true
  11155. },
  11156. {
  11157. name: "Macro",
  11158. height: math.unit(300, "feet")
  11159. },
  11160. {
  11161. name: "Megamacro",
  11162. height: math.unit(2, "miles")
  11163. },
  11164. {
  11165. name: "Gigamacro",
  11166. height: math.unit(1000, "miles")
  11167. },
  11168. ]
  11169. ))
  11170. characterMakers.push(() => makeCharacter(
  11171. { name: "Jay" },
  11172. {
  11173. front: {
  11174. height: math.unit(6 + 2 / 12, "feet"),
  11175. weight: math.unit(65, "lb"),
  11176. name: "Front",
  11177. image: {
  11178. source: "./media/characters/jay/front.svg",
  11179. extra: 1510 / 1430,
  11180. bottom: 0.042
  11181. }
  11182. },
  11183. back: {
  11184. height: math.unit(6 + 2 / 12, "feet"),
  11185. weight: math.unit(65, "lb"),
  11186. name: "Back",
  11187. image: {
  11188. source: "./media/characters/jay/back.svg",
  11189. extra: 1510 / 1430,
  11190. bottom: 0.025
  11191. }
  11192. },
  11193. clothed: {
  11194. height: math.unit(6 + 2 / 12, "feet"),
  11195. weight: math.unit(65, "lb"),
  11196. name: "Front (Clothed)",
  11197. image: {
  11198. source: "./media/characters/jay/clothed.svg",
  11199. extra: 744 / 699,
  11200. bottom: 0.043
  11201. }
  11202. },
  11203. },
  11204. [
  11205. {
  11206. name: "Micro",
  11207. height: math.unit(1, "inch")
  11208. },
  11209. {
  11210. name: "Normal",
  11211. height: math.unit(6 + 2 / 12, "feet"),
  11212. default: true
  11213. },
  11214. {
  11215. name: "Macro",
  11216. height: math.unit(1, "mile")
  11217. },
  11218. {
  11219. name: "Megamacro",
  11220. height: math.unit(100, "miles")
  11221. },
  11222. ]
  11223. ))
  11224. characterMakers.push(() => makeCharacter(
  11225. { name: "Coatl" },
  11226. {
  11227. front: {
  11228. height: math.unit(2, "meters"),
  11229. weight: math.unit(500, "kg"),
  11230. name: "Front",
  11231. image: {
  11232. source: "./media/characters/coatl/front.svg",
  11233. extra: 3948 / 3500,
  11234. bottom: 0.082
  11235. }
  11236. },
  11237. },
  11238. [
  11239. {
  11240. name: "Normal",
  11241. height: math.unit(4, "meters")
  11242. },
  11243. {
  11244. name: "Macro",
  11245. height: math.unit(100, "meters"),
  11246. default: true
  11247. },
  11248. {
  11249. name: "Macro+",
  11250. height: math.unit(300, "meters")
  11251. },
  11252. {
  11253. name: "Megamacro",
  11254. height: math.unit(3, "gigameters")
  11255. },
  11256. {
  11257. name: "Megamacro+",
  11258. height: math.unit(300, "terameters")
  11259. },
  11260. {
  11261. name: "Megamacro++",
  11262. height: math.unit(3, "lightyears")
  11263. },
  11264. ]
  11265. ))
  11266. characterMakers.push(() => makeCharacter(
  11267. { name: "Shiroryu" },
  11268. {
  11269. front: {
  11270. height: math.unit(6, "feet"),
  11271. weight: math.unit(50, "kg"),
  11272. name: "front",
  11273. image: {
  11274. source: "./media/characters/shiroryu/front.svg",
  11275. extra: 1990 / 1935
  11276. }
  11277. },
  11278. },
  11279. [
  11280. {
  11281. name: "Mortal Mingling",
  11282. height: math.unit(3, "meters")
  11283. },
  11284. {
  11285. name: "Kaiju-ish",
  11286. height: math.unit(250, "meters")
  11287. },
  11288. {
  11289. name: "Somewhat Godly",
  11290. height: math.unit(400, "km"),
  11291. default: true
  11292. },
  11293. {
  11294. name: "Planetary",
  11295. height: math.unit(300, "megameters")
  11296. },
  11297. {
  11298. name: "Galaxy-dwarfing",
  11299. height: math.unit(450, "kiloparsecs")
  11300. },
  11301. {
  11302. name: "Universe Eater",
  11303. height: math.unit(150, "gigaparsecs")
  11304. },
  11305. {
  11306. name: "Almost Immeasurable",
  11307. height: math.unit(1.3e266, "yottaparsecs")
  11308. },
  11309. ]
  11310. ))
  11311. characterMakers.push(() => makeCharacter(
  11312. { name: "Umeko" },
  11313. {
  11314. front: {
  11315. height: math.unit(6, "feet"),
  11316. weight: math.unit(150, "lb"),
  11317. name: "Front",
  11318. image: {
  11319. source: "./media/characters/umeko/front.svg",
  11320. extra: 1,
  11321. bottom: 0.019
  11322. }
  11323. },
  11324. frontArmored: {
  11325. height: math.unit(6, "feet"),
  11326. weight: math.unit(150, "lb"),
  11327. name: "Front (Armored)",
  11328. image: {
  11329. source: "./media/characters/umeko/front-armored.svg",
  11330. extra: 1,
  11331. bottom: 0.021
  11332. }
  11333. },
  11334. },
  11335. [
  11336. {
  11337. name: "Macro",
  11338. height: math.unit(220, "feet"),
  11339. default: true
  11340. },
  11341. {
  11342. name: "Guardian Dragon",
  11343. height: math.unit(50, "miles")
  11344. },
  11345. {
  11346. name: "Cosmic",
  11347. height: math.unit(800000, "miles")
  11348. },
  11349. ]
  11350. ))
  11351. characterMakers.push(() => makeCharacter(
  11352. { name: "Cassidy" },
  11353. {
  11354. front: {
  11355. height: math.unit(6, "feet"),
  11356. weight: math.unit(150, "lb"),
  11357. name: "Front",
  11358. image: {
  11359. source: "./media/characters/cassidy/front.svg",
  11360. extra: 1,
  11361. bottom: 0.043
  11362. }
  11363. },
  11364. },
  11365. [
  11366. {
  11367. name: "Canon Height",
  11368. height: math.unit(120, "feet"),
  11369. default: true
  11370. },
  11371. {
  11372. name: "Macro+",
  11373. height: math.unit(400, "feet")
  11374. },
  11375. {
  11376. name: "Macro++",
  11377. height: math.unit(4000, "feet")
  11378. },
  11379. {
  11380. name: "Megamacro",
  11381. height: math.unit(3, "miles")
  11382. },
  11383. ]
  11384. ))
  11385. characterMakers.push(() => makeCharacter(
  11386. { name: "Isaac" },
  11387. {
  11388. front: {
  11389. height: math.unit(6, "feet"),
  11390. weight: math.unit(150, "lb"),
  11391. name: "Front",
  11392. image: {
  11393. source: "./media/characters/isaac/front.svg",
  11394. extra: 896 / 815,
  11395. bottom: 0.11
  11396. }
  11397. },
  11398. },
  11399. [
  11400. {
  11401. name: "Human Size",
  11402. height: math.unit(8, "feet"),
  11403. default: true
  11404. },
  11405. {
  11406. name: "Macro",
  11407. height: math.unit(400, "feet")
  11408. },
  11409. {
  11410. name: "Megamacro",
  11411. height: math.unit(50, "miles")
  11412. },
  11413. {
  11414. name: "Canon Height",
  11415. height: math.unit(200, "AU")
  11416. },
  11417. ]
  11418. ))
  11419. characterMakers.push(() => makeCharacter(
  11420. { name: "Sleekit" },
  11421. {
  11422. front: {
  11423. height: math.unit(6, "feet"),
  11424. weight: math.unit(72, "kg"),
  11425. name: "Front",
  11426. image: {
  11427. source: "./media/characters/sleekit/front.svg",
  11428. extra: 4693 / 4487,
  11429. bottom: 0.012
  11430. }
  11431. },
  11432. },
  11433. [
  11434. {
  11435. name: "Minimum Height",
  11436. height: math.unit(10, "meters")
  11437. },
  11438. {
  11439. name: "Smaller",
  11440. height: math.unit(25, "meters")
  11441. },
  11442. {
  11443. name: "Larger",
  11444. height: math.unit(38, "meters"),
  11445. default: true
  11446. },
  11447. {
  11448. name: "Maximum height",
  11449. height: math.unit(100, "meters")
  11450. },
  11451. ]
  11452. ))
  11453. characterMakers.push(() => makeCharacter(
  11454. { name: "Nillia" },
  11455. {
  11456. front: {
  11457. height: math.unit(6, "feet"),
  11458. weight: math.unit(150, "lb"),
  11459. name: "Front",
  11460. image: {
  11461. source: "./media/characters/nillia/front.svg",
  11462. extra: 2195 / 2037,
  11463. bottom: 0.005
  11464. }
  11465. },
  11466. back: {
  11467. height: math.unit(6, "feet"),
  11468. weight: math.unit(150, "lb"),
  11469. name: "Back",
  11470. image: {
  11471. source: "./media/characters/nillia/back.svg",
  11472. extra: 2195 / 2037,
  11473. bottom: 0.005
  11474. }
  11475. },
  11476. },
  11477. [
  11478. {
  11479. name: "Canon Height",
  11480. height: math.unit(489, "feet"),
  11481. default: true
  11482. }
  11483. ]
  11484. ))
  11485. characterMakers.push(() => makeCharacter(
  11486. { name: "Mesmyriza" },
  11487. {
  11488. front: {
  11489. height: math.unit(6, "feet"),
  11490. weight: math.unit(150, "lb"),
  11491. name: "Front",
  11492. image: {
  11493. source: "./media/characters/mesmyriza/front.svg",
  11494. extra: 2067 / 1784,
  11495. bottom: 0.035
  11496. }
  11497. },
  11498. foot: {
  11499. height: math.unit(6 / (250 / 35), "feet"),
  11500. name: "Foot",
  11501. image: {
  11502. source: "./media/characters/mesmyriza/foot.svg"
  11503. }
  11504. },
  11505. },
  11506. [
  11507. {
  11508. name: "Macro",
  11509. height: math.unit(457, "meters"),
  11510. default: true
  11511. },
  11512. {
  11513. name: "Megamacro",
  11514. height: math.unit(8, "megameters")
  11515. },
  11516. ]
  11517. ))
  11518. characterMakers.push(() => makeCharacter(
  11519. { name: "Saudade" },
  11520. {
  11521. front: {
  11522. height: math.unit(6, "feet"),
  11523. weight: math.unit(250, "lb"),
  11524. name: "Front",
  11525. image: {
  11526. source: "./media/characters/saudade/front.svg",
  11527. extra: 1172 / 1139,
  11528. bottom: 0.035
  11529. }
  11530. },
  11531. },
  11532. [
  11533. {
  11534. name: "Micro",
  11535. height: math.unit(3, "inches")
  11536. },
  11537. {
  11538. name: "Normal",
  11539. height: math.unit(6, "feet"),
  11540. default: true
  11541. },
  11542. {
  11543. name: "Macro",
  11544. height: math.unit(50, "feet")
  11545. },
  11546. {
  11547. name: "Megamacro",
  11548. height: math.unit(2800, "feet")
  11549. },
  11550. ]
  11551. ))
  11552. characterMakers.push(() => makeCharacter(
  11553. { name: "Keireer" },
  11554. {
  11555. front: {
  11556. height: math.unit(5 + 4 / 12, "feet"),
  11557. weight: math.unit(100, "lb"),
  11558. name: "Front",
  11559. image: {
  11560. source: "./media/characters/keireer/front.svg",
  11561. extra: 716 / 666,
  11562. bottom: 0.05
  11563. }
  11564. },
  11565. },
  11566. [
  11567. {
  11568. name: "Normal",
  11569. height: math.unit(5 + 4 / 12, "feet"),
  11570. default: true
  11571. },
  11572. ]
  11573. ))
  11574. characterMakers.push(() => makeCharacter(
  11575. { name: "Mirja" },
  11576. {
  11577. front: {
  11578. height: math.unit(6, "feet"),
  11579. weight: math.unit(90, "kg"),
  11580. name: "Front",
  11581. image: {
  11582. source: "./media/characters/mirja/front.svg",
  11583. extra: 1789 / 1683,
  11584. bottom: 0.05
  11585. }
  11586. },
  11587. frontDressed: {
  11588. height: math.unit(6, "feet"),
  11589. weight: math.unit(90, "lb"),
  11590. name: "Front (Dressed)",
  11591. image: {
  11592. source: "./media/characters/mirja/front-dressed.svg",
  11593. extra: 1789 / 1683,
  11594. bottom: 0.05
  11595. }
  11596. },
  11597. back: {
  11598. height: math.unit(6, "feet"),
  11599. weight: math.unit(90, "lb"),
  11600. name: "Back",
  11601. image: {
  11602. source: "./media/characters/mirja/back.svg",
  11603. extra: 953 / 917,
  11604. bottom: 0.017
  11605. }
  11606. },
  11607. },
  11608. [
  11609. {
  11610. name: "\"Incognito\"",
  11611. height: math.unit(3, "meters")
  11612. },
  11613. {
  11614. name: "Strolling Size",
  11615. height: math.unit(15, "km")
  11616. },
  11617. {
  11618. name: "Larger Strolling Size",
  11619. height: math.unit(400, "km")
  11620. },
  11621. {
  11622. name: "Preferred Size",
  11623. height: math.unit(5000, "km")
  11624. },
  11625. {
  11626. name: "True Size",
  11627. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11628. default: true
  11629. },
  11630. ]
  11631. ))
  11632. characterMakers.push(() => makeCharacter(
  11633. { name: "Nightraver" },
  11634. {
  11635. front: {
  11636. height: math.unit(15, "feet"),
  11637. weight: math.unit(880, "kg"),
  11638. name: "Front",
  11639. image: {
  11640. source: "./media/characters/nightraver/front.svg",
  11641. extra: 2444 / 2160,
  11642. bottom: 0.027
  11643. }
  11644. },
  11645. back: {
  11646. height: math.unit(15, "feet"),
  11647. weight: math.unit(880, "kg"),
  11648. name: "Back",
  11649. image: {
  11650. source: "./media/characters/nightraver/back.svg",
  11651. extra: 2309 / 2180,
  11652. bottom: 0.005
  11653. }
  11654. },
  11655. sole: {
  11656. height: math.unit(2.878, "feet"),
  11657. name: "Sole",
  11658. image: {
  11659. source: "./media/characters/nightraver/sole.svg"
  11660. }
  11661. },
  11662. foot: {
  11663. height: math.unit(2.285, "feet"),
  11664. name: "Foot",
  11665. image: {
  11666. source: "./media/characters/nightraver/foot.svg"
  11667. }
  11668. },
  11669. maw: {
  11670. height: math.unit(2.67, "feet"),
  11671. name: "Maw",
  11672. image: {
  11673. source: "./media/characters/nightraver/maw.svg"
  11674. }
  11675. },
  11676. },
  11677. [
  11678. {
  11679. name: "Micro",
  11680. height: math.unit(1, "cm")
  11681. },
  11682. {
  11683. name: "Normal",
  11684. height: math.unit(15, "feet"),
  11685. default: true
  11686. },
  11687. {
  11688. name: "Macro",
  11689. height: math.unit(300, "feet")
  11690. },
  11691. {
  11692. name: "Megamacro",
  11693. height: math.unit(300, "miles")
  11694. },
  11695. {
  11696. name: "Gigamacro",
  11697. height: math.unit(10000, "miles")
  11698. },
  11699. ]
  11700. ))
  11701. characterMakers.push(() => makeCharacter(
  11702. { name: "Arc" },
  11703. {
  11704. side: {
  11705. height: math.unit(2, "inches"),
  11706. weight: math.unit(5, "grams"),
  11707. name: "Side",
  11708. image: {
  11709. source: "./media/characters/arc/side.svg"
  11710. }
  11711. },
  11712. },
  11713. [
  11714. {
  11715. name: "Micro",
  11716. height: math.unit(2, "inches"),
  11717. default: true
  11718. },
  11719. ]
  11720. ))
  11721. characterMakers.push(() => makeCharacter(
  11722. { name: "Nebula Shahar" },
  11723. {
  11724. front: {
  11725. height: math.unit(1.1938, "meters"),
  11726. weight: math.unit(54, "kg"),
  11727. name: "Front",
  11728. image: {
  11729. source: "./media/characters/nebula-shahar/front.svg",
  11730. extra: 1642 / 1436,
  11731. bottom: 0.06
  11732. }
  11733. },
  11734. },
  11735. [
  11736. {
  11737. name: "Megamicro",
  11738. height: math.unit(0.3, "mm")
  11739. },
  11740. {
  11741. name: "Micro",
  11742. height: math.unit(3, "cm")
  11743. },
  11744. {
  11745. name: "Normal",
  11746. height: math.unit(138, "cm"),
  11747. default: true
  11748. },
  11749. {
  11750. name: "Macro",
  11751. height: math.unit(30, "m")
  11752. },
  11753. ]
  11754. ))
  11755. characterMakers.push(() => makeCharacter(
  11756. { name: "Shayla" },
  11757. {
  11758. front: {
  11759. height: math.unit(5.24, "feet"),
  11760. weight: math.unit(150, "lb"),
  11761. name: "Front",
  11762. image: {
  11763. source: "./media/characters/shayla/front.svg",
  11764. extra: 1512 / 1414,
  11765. bottom: 0.01
  11766. }
  11767. },
  11768. back: {
  11769. height: math.unit(5.24, "feet"),
  11770. weight: math.unit(150, "lb"),
  11771. name: "Back",
  11772. image: {
  11773. source: "./media/characters/shayla/back.svg",
  11774. extra: 1512 / 1414
  11775. }
  11776. },
  11777. hand: {
  11778. height: math.unit(0.7781496062992126, "feet"),
  11779. name: "Hand",
  11780. image: {
  11781. source: "./media/characters/shayla/hand.svg"
  11782. }
  11783. },
  11784. foot: {
  11785. height: math.unit(1.4206036745406823, "feet"),
  11786. name: "Foot",
  11787. image: {
  11788. source: "./media/characters/shayla/foot.svg"
  11789. }
  11790. },
  11791. },
  11792. [
  11793. {
  11794. name: "Micro",
  11795. height: math.unit(0.32, "feet")
  11796. },
  11797. {
  11798. name: "Normal",
  11799. height: math.unit(5.24, "feet"),
  11800. default: true
  11801. },
  11802. {
  11803. name: "Macro",
  11804. height: math.unit(492.12, "feet")
  11805. },
  11806. {
  11807. name: "Megamacro",
  11808. height: math.unit(186.41, "miles")
  11809. },
  11810. ]
  11811. ))
  11812. characterMakers.push(() => makeCharacter(
  11813. { name: "Pia Jr." },
  11814. {
  11815. front: {
  11816. height: math.unit(2.2, "m"),
  11817. weight: math.unit(120, "kg"),
  11818. name: "Front",
  11819. image: {
  11820. source: "./media/characters/pia-jr/front.svg",
  11821. extra: 1000 / 970,
  11822. bottom: 0.035
  11823. }
  11824. },
  11825. hand: {
  11826. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11827. name: "Hand",
  11828. image: {
  11829. source: "./media/characters/pia-jr/hand.svg"
  11830. }
  11831. },
  11832. paw: {
  11833. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11834. name: "Paw",
  11835. image: {
  11836. source: "./media/characters/pia-jr/paw.svg"
  11837. }
  11838. },
  11839. },
  11840. [
  11841. {
  11842. name: "Micro",
  11843. height: math.unit(1.2, "cm")
  11844. },
  11845. {
  11846. name: "Normal",
  11847. height: math.unit(2.2, "m"),
  11848. default: true
  11849. },
  11850. {
  11851. name: "Macro",
  11852. height: math.unit(180, "m")
  11853. },
  11854. {
  11855. name: "Megamacro",
  11856. height: math.unit(420, "km")
  11857. },
  11858. ]
  11859. ))
  11860. characterMakers.push(() => makeCharacter(
  11861. { name: "Pia Sr." },
  11862. {
  11863. front: {
  11864. height: math.unit(2, "m"),
  11865. weight: math.unit(115, "kg"),
  11866. name: "Front",
  11867. image: {
  11868. source: "./media/characters/pia-sr/front.svg",
  11869. extra: 760 / 730,
  11870. bottom: 0.015
  11871. }
  11872. },
  11873. back: {
  11874. height: math.unit(2, "m"),
  11875. weight: math.unit(115, "kg"),
  11876. name: "Back",
  11877. image: {
  11878. source: "./media/characters/pia-sr/back.svg",
  11879. extra: 760 / 730,
  11880. bottom: 0.01
  11881. }
  11882. },
  11883. hand: {
  11884. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11885. name: "Hand",
  11886. image: {
  11887. source: "./media/characters/pia-sr/hand.svg"
  11888. }
  11889. },
  11890. foot: {
  11891. height: math.unit(1.83, "feet"),
  11892. name: "Foot",
  11893. image: {
  11894. source: "./media/characters/pia-sr/foot.svg"
  11895. }
  11896. },
  11897. },
  11898. [
  11899. {
  11900. name: "Micro",
  11901. height: math.unit(88, "mm")
  11902. },
  11903. {
  11904. name: "Normal",
  11905. height: math.unit(2, "m"),
  11906. default: true
  11907. },
  11908. {
  11909. name: "Macro",
  11910. height: math.unit(200, "m")
  11911. },
  11912. {
  11913. name: "Megamacro",
  11914. height: math.unit(420, "km")
  11915. },
  11916. ]
  11917. ))
  11918. characterMakers.push(() => makeCharacter(
  11919. { name: "KIBIBYTE" },
  11920. {
  11921. front: {
  11922. height: math.unit(8 + 2 / 12, "feet"),
  11923. weight: math.unit(300, "lb"),
  11924. name: "Front",
  11925. image: {
  11926. source: "./media/characters/kibibyte/front.svg",
  11927. extra: 2221 / 2098,
  11928. bottom: 0.04
  11929. }
  11930. },
  11931. },
  11932. [
  11933. {
  11934. name: "Normal",
  11935. height: math.unit(8 + 2 / 12, "feet"),
  11936. default: true
  11937. },
  11938. {
  11939. name: "Socialable Macro",
  11940. height: math.unit(50, "feet")
  11941. },
  11942. {
  11943. name: "Macro",
  11944. height: math.unit(300, "feet")
  11945. },
  11946. {
  11947. name: "Megamacro",
  11948. height: math.unit(500, "miles")
  11949. },
  11950. ]
  11951. ))
  11952. characterMakers.push(() => makeCharacter(
  11953. { name: "Felix" },
  11954. {
  11955. front: {
  11956. height: math.unit(6, "feet"),
  11957. weight: math.unit(150, "lb"),
  11958. name: "Front",
  11959. image: {
  11960. source: "./media/characters/felix/front.svg",
  11961. extra: 762 / 722,
  11962. bottom: 0.02
  11963. }
  11964. },
  11965. frontClothed: {
  11966. height: math.unit(6, "feet"),
  11967. weight: math.unit(150, "lb"),
  11968. name: "Front (Clothed)",
  11969. image: {
  11970. source: "./media/characters/felix/front-clothed.svg",
  11971. extra: 762 / 722,
  11972. bottom: 0.02
  11973. }
  11974. },
  11975. },
  11976. [
  11977. {
  11978. name: "Normal",
  11979. height: math.unit(6 + 8 / 12, "feet"),
  11980. default: true
  11981. },
  11982. {
  11983. name: "Macro",
  11984. height: math.unit(2600, "feet")
  11985. },
  11986. {
  11987. name: "Megamacro",
  11988. height: math.unit(450, "miles")
  11989. },
  11990. ]
  11991. ))
  11992. characterMakers.push(() => makeCharacter(
  11993. { name: "Tobo" },
  11994. {
  11995. front: {
  11996. height: math.unit(6 + 1 / 12, "feet"),
  11997. weight: math.unit(250, "lb"),
  11998. name: "Front",
  11999. image: {
  12000. source: "./media/characters/tobo/front.svg",
  12001. extra: 608 / 586,
  12002. bottom: 0.023
  12003. }
  12004. },
  12005. back: {
  12006. height: math.unit(6 + 1 / 12, "feet"),
  12007. weight: math.unit(250, "lb"),
  12008. name: "Back",
  12009. image: {
  12010. source: "./media/characters/tobo/back.svg",
  12011. extra: 608 / 586
  12012. }
  12013. },
  12014. },
  12015. [
  12016. {
  12017. name: "Nano",
  12018. height: math.unit(2, "nm")
  12019. },
  12020. {
  12021. name: "Megamicro",
  12022. height: math.unit(0.1, "mm")
  12023. },
  12024. {
  12025. name: "Micro",
  12026. height: math.unit(1, "inch"),
  12027. default: true
  12028. },
  12029. {
  12030. name: "Human-sized",
  12031. height: math.unit(6 + 1 / 12, "feet")
  12032. },
  12033. {
  12034. name: "Macro",
  12035. height: math.unit(250, "feet")
  12036. },
  12037. {
  12038. name: "Megamacro",
  12039. height: math.unit(75, "miles")
  12040. },
  12041. {
  12042. name: "Texas-sized",
  12043. height: math.unit(750, "miles")
  12044. },
  12045. {
  12046. name: "Teramacro",
  12047. height: math.unit(50000, "miles")
  12048. },
  12049. ]
  12050. ))
  12051. characterMakers.push(() => makeCharacter(
  12052. { name: "Danny Kapowsky" },
  12053. {
  12054. front: {
  12055. height: math.unit(6, "feet"),
  12056. weight: math.unit(269, "lb"),
  12057. name: "Front",
  12058. image: {
  12059. source: "./media/characters/danny-kapowsky/front.svg",
  12060. extra: 766 / 736,
  12061. bottom: 0.044
  12062. }
  12063. },
  12064. back: {
  12065. height: math.unit(6, "feet"),
  12066. weight: math.unit(269, "lb"),
  12067. name: "Back",
  12068. image: {
  12069. source: "./media/characters/danny-kapowsky/back.svg",
  12070. extra: 797 / 760,
  12071. bottom: 0.025
  12072. }
  12073. },
  12074. },
  12075. [
  12076. {
  12077. name: "Macro",
  12078. height: math.unit(150, "feet"),
  12079. default: true
  12080. },
  12081. {
  12082. name: "Macro+",
  12083. height: math.unit(200, "feet")
  12084. },
  12085. {
  12086. name: "Macro++",
  12087. height: math.unit(300, "feet")
  12088. },
  12089. {
  12090. name: "Macro+++",
  12091. height: math.unit(400, "feet")
  12092. },
  12093. ]
  12094. ))
  12095. characterMakers.push(() => makeCharacter(
  12096. { name: "Finn" },
  12097. {
  12098. side: {
  12099. height: math.unit(6, "feet"),
  12100. weight: math.unit(170, "lb"),
  12101. name: "Side",
  12102. image: {
  12103. source: "./media/characters/finn/side.svg",
  12104. extra: 1953 / 1807,
  12105. bottom: 0.057
  12106. }
  12107. },
  12108. },
  12109. [
  12110. {
  12111. name: "Megamacro",
  12112. height: math.unit(14445, "feet"),
  12113. default: true
  12114. },
  12115. ]
  12116. ))
  12117. characterMakers.push(() => makeCharacter(
  12118. { name: "Roy" },
  12119. {
  12120. front: {
  12121. height: math.unit(5 + 6 / 12, "feet"),
  12122. weight: math.unit(125, "lb"),
  12123. name: "Front",
  12124. image: {
  12125. source: "./media/characters/roy/front.svg",
  12126. extra: 1,
  12127. bottom: 0.11
  12128. }
  12129. },
  12130. },
  12131. [
  12132. {
  12133. name: "Micro",
  12134. height: math.unit(3, "inches"),
  12135. default: true
  12136. },
  12137. {
  12138. name: "Normal",
  12139. height: math.unit(5 + 6 / 12, "feet")
  12140. },
  12141. {
  12142. name: "Lesser Macro",
  12143. height: math.unit(60, "feet")
  12144. },
  12145. {
  12146. name: "Greater Macro",
  12147. height: math.unit(120, "feet")
  12148. },
  12149. ]
  12150. ))
  12151. characterMakers.push(() => makeCharacter(
  12152. { name: "Aevsivs" },
  12153. {
  12154. front: {
  12155. height: math.unit(6, "feet"),
  12156. weight: math.unit(100, "lb"),
  12157. name: "Front",
  12158. image: {
  12159. source: "./media/characters/aevsivs/front.svg",
  12160. extra: 1,
  12161. bottom: 0.03
  12162. }
  12163. },
  12164. back: {
  12165. height: math.unit(6, "feet"),
  12166. weight: math.unit(100, "lb"),
  12167. name: "Back",
  12168. image: {
  12169. source: "./media/characters/aevsivs/back.svg"
  12170. }
  12171. },
  12172. },
  12173. [
  12174. {
  12175. name: "Micro",
  12176. height: math.unit(2, "inches"),
  12177. default: true
  12178. },
  12179. {
  12180. name: "Normal",
  12181. height: math.unit(5, "feet")
  12182. },
  12183. ]
  12184. ))
  12185. characterMakers.push(() => makeCharacter(
  12186. { name: "Hildegard" },
  12187. {
  12188. front: {
  12189. height: math.unit(5 + 7 / 12, "feet"),
  12190. weight: math.unit(159, "lb"),
  12191. name: "Front",
  12192. image: {
  12193. source: "./media/characters/hildegard/front.svg",
  12194. extra: 312 / 286,
  12195. bottom: 0.005
  12196. }
  12197. },
  12198. },
  12199. [
  12200. {
  12201. name: "Normal",
  12202. height: math.unit(5 + 7 / 12, "feet"),
  12203. default: true
  12204. },
  12205. ]
  12206. ))
  12207. characterMakers.push(() => makeCharacter(
  12208. { name: "Bernard & Wilder" },
  12209. {
  12210. bernard: {
  12211. height: math.unit(2 + 7 / 12, "feet"),
  12212. weight: math.unit(66, "lb"),
  12213. name: "Bernard",
  12214. rename: true,
  12215. image: {
  12216. source: "./media/characters/bernard-wilder/bernard.svg",
  12217. extra: 192 / 128,
  12218. bottom: 0.05
  12219. }
  12220. },
  12221. wilder: {
  12222. height: math.unit(5 + 8 / 12, "feet"),
  12223. weight: math.unit(143, "lb"),
  12224. name: "Wilder",
  12225. rename: true,
  12226. image: {
  12227. source: "./media/characters/bernard-wilder/wilder.svg",
  12228. extra: 361 / 312,
  12229. bottom: 0.02
  12230. }
  12231. },
  12232. },
  12233. [
  12234. {
  12235. name: "Normal",
  12236. height: math.unit(2 + 7 / 12, "feet"),
  12237. default: true
  12238. },
  12239. ]
  12240. ))
  12241. characterMakers.push(() => makeCharacter(
  12242. { name: "Hearth" },
  12243. {
  12244. anthro: {
  12245. height: math.unit(6 + 1 / 12, "feet"),
  12246. weight: math.unit(155, "lb"),
  12247. name: "Anthro",
  12248. image: {
  12249. source: "./media/characters/hearth/anthro.svg",
  12250. extra: 260 / 250,
  12251. bottom: 0.02
  12252. }
  12253. },
  12254. feral: {
  12255. height: math.unit(3.78, "feet"),
  12256. weight: math.unit(35, "kg"),
  12257. name: "Feral",
  12258. image: {
  12259. source: "./media/characters/hearth/feral.svg",
  12260. extra: 153 / 135,
  12261. bottom: 0.03
  12262. }
  12263. },
  12264. },
  12265. [
  12266. {
  12267. name: "Normal",
  12268. height: math.unit(6 + 1 / 12, "feet"),
  12269. default: true
  12270. },
  12271. ]
  12272. ))
  12273. characterMakers.push(() => makeCharacter(
  12274. { name: "Ingrid" },
  12275. {
  12276. front: {
  12277. height: math.unit(6, "feet"),
  12278. weight: math.unit(182, "lb"),
  12279. name: "Front",
  12280. image: {
  12281. source: "./media/characters/ingrid/front.svg",
  12282. extra: 294 / 268,
  12283. bottom: 0.027
  12284. }
  12285. },
  12286. },
  12287. [
  12288. {
  12289. name: "Normal",
  12290. height: math.unit(6, "feet"),
  12291. default: true
  12292. },
  12293. ]
  12294. ))
  12295. characterMakers.push(() => makeCharacter(
  12296. { name: "Malgam" },
  12297. {
  12298. eevee: {
  12299. height: math.unit(2 + 10 / 12, "feet"),
  12300. weight: math.unit(86, "lb"),
  12301. name: "Malgam",
  12302. image: {
  12303. source: "./media/characters/malgam/eevee.svg",
  12304. extra: 218 / 180,
  12305. bottom: 0.2
  12306. }
  12307. },
  12308. sylveon: {
  12309. height: math.unit(4, "feet"),
  12310. weight: math.unit(101, "lb"),
  12311. name: "Future Malgam",
  12312. rename: true,
  12313. image: {
  12314. source: "./media/characters/malgam/sylveon.svg",
  12315. extra: 371 / 325,
  12316. bottom: 0.015
  12317. }
  12318. },
  12319. gigantamax: {
  12320. height: math.unit(50, "feet"),
  12321. name: "Gigantamax Malgam",
  12322. rename: true,
  12323. image: {
  12324. source: "./media/characters/malgam/gigantamax.svg"
  12325. }
  12326. },
  12327. },
  12328. [
  12329. {
  12330. name: "Normal",
  12331. height: math.unit(2 + 10 / 12, "feet"),
  12332. default: true
  12333. },
  12334. ]
  12335. ))
  12336. characterMakers.push(() => makeCharacter(
  12337. { name: "Fleur" },
  12338. {
  12339. front: {
  12340. height: math.unit(5 + 11 / 12, "feet"),
  12341. weight: math.unit(188, "lb"),
  12342. name: "Front",
  12343. image: {
  12344. source: "./media/characters/fleur/front.svg",
  12345. extra: 309 / 283,
  12346. bottom: 0.007
  12347. }
  12348. },
  12349. },
  12350. [
  12351. {
  12352. name: "Normal",
  12353. height: math.unit(5 + 11 / 12, "feet"),
  12354. default: true
  12355. },
  12356. ]
  12357. ))
  12358. characterMakers.push(() => makeCharacter(
  12359. { name: "Jude" },
  12360. {
  12361. front: {
  12362. height: math.unit(5 + 4 / 12, "feet"),
  12363. weight: math.unit(122, "lb"),
  12364. name: "Front",
  12365. image: {
  12366. source: "./media/characters/jude/front.svg",
  12367. extra: 288 / 273,
  12368. bottom: 0.03
  12369. }
  12370. },
  12371. },
  12372. [
  12373. {
  12374. name: "Normal",
  12375. height: math.unit(5 + 4 / 12, "feet"),
  12376. default: true
  12377. },
  12378. ]
  12379. ))
  12380. characterMakers.push(() => makeCharacter(
  12381. { name: "Seara" },
  12382. {
  12383. front: {
  12384. height: math.unit(5 + 11 / 12, "feet"),
  12385. weight: math.unit(190, "lb"),
  12386. name: "Front",
  12387. image: {
  12388. source: "./media/characters/seara/front.svg",
  12389. extra: 1,
  12390. bottom: 0.05
  12391. }
  12392. },
  12393. },
  12394. [
  12395. {
  12396. name: "Normal",
  12397. height: math.unit(5 + 11 / 12, "feet"),
  12398. default: true
  12399. },
  12400. ]
  12401. ))
  12402. characterMakers.push(() => makeCharacter(
  12403. { name: "Caspian" },
  12404. {
  12405. front: {
  12406. height: math.unit(16 + 5 / 12, "feet"),
  12407. weight: math.unit(524, "lb"),
  12408. name: "Front",
  12409. image: {
  12410. source: "./media/characters/caspian/front.svg",
  12411. extra: 1,
  12412. bottom: 0.04
  12413. }
  12414. },
  12415. },
  12416. [
  12417. {
  12418. name: "Normal",
  12419. height: math.unit(16 + 5 / 12, "feet"),
  12420. default: true
  12421. },
  12422. ]
  12423. ))
  12424. characterMakers.push(() => makeCharacter(
  12425. { name: "Mika" },
  12426. {
  12427. front: {
  12428. height: math.unit(5 + 7 / 12, "feet"),
  12429. weight: math.unit(170, "lb"),
  12430. name: "Front",
  12431. image: {
  12432. source: "./media/characters/mika/front.svg",
  12433. extra: 1,
  12434. bottom: 0.016
  12435. }
  12436. },
  12437. },
  12438. [
  12439. {
  12440. name: "Normal",
  12441. height: math.unit(5 + 7 / 12, "feet"),
  12442. default: true
  12443. },
  12444. ]
  12445. ))
  12446. characterMakers.push(() => makeCharacter(
  12447. { name: "Sol" },
  12448. {
  12449. front: {
  12450. height: math.unit(6 + 2 / 12, "feet"),
  12451. weight: math.unit(268, "lb"),
  12452. name: "Front",
  12453. image: {
  12454. source: "./media/characters/sol/front.svg",
  12455. extra: 247 / 231,
  12456. bottom: 0.05
  12457. }
  12458. },
  12459. },
  12460. [
  12461. {
  12462. name: "Normal",
  12463. height: math.unit(6 + 2 / 12, "feet"),
  12464. default: true
  12465. },
  12466. ]
  12467. ))
  12468. characterMakers.push(() => makeCharacter(
  12469. { name: "Umiko" },
  12470. {
  12471. buizel: {
  12472. height: math.unit(2 + 5 / 12, "feet"),
  12473. weight: math.unit(87, "lb"),
  12474. name: "Buizel",
  12475. image: {
  12476. source: "./media/characters/umiko/buizel.svg",
  12477. extra: 172 / 157,
  12478. bottom: 0.01
  12479. }
  12480. },
  12481. floatzel: {
  12482. height: math.unit(5 + 9 / 12, "feet"),
  12483. weight: math.unit(250, "lb"),
  12484. name: "Floatzel",
  12485. image: {
  12486. source: "./media/characters/umiko/floatzel.svg",
  12487. extra: 262 / 248
  12488. }
  12489. },
  12490. },
  12491. [
  12492. {
  12493. name: "Normal",
  12494. height: math.unit(2 + 5 / 12, "feet"),
  12495. default: true
  12496. },
  12497. ]
  12498. ))
  12499. characterMakers.push(() => makeCharacter(
  12500. { name: "Iliac" },
  12501. {
  12502. front: {
  12503. height: math.unit(6 + 2 / 12, "feet"),
  12504. weight: math.unit(146, "lb"),
  12505. name: "Front",
  12506. image: {
  12507. source: "./media/characters/iliac/front.svg",
  12508. extra: 389 / 365,
  12509. bottom: 0.035
  12510. }
  12511. },
  12512. },
  12513. [
  12514. {
  12515. name: "Normal",
  12516. height: math.unit(6 + 2 / 12, "feet"),
  12517. default: true
  12518. },
  12519. ]
  12520. ))
  12521. characterMakers.push(() => makeCharacter(
  12522. { name: "Topaz" },
  12523. {
  12524. front: {
  12525. height: math.unit(6, "feet"),
  12526. weight: math.unit(170, "lb"),
  12527. name: "Front",
  12528. image: {
  12529. source: "./media/characters/topaz/front.svg",
  12530. extra: 317 / 303,
  12531. bottom: 0.055
  12532. }
  12533. },
  12534. },
  12535. [
  12536. {
  12537. name: "Normal",
  12538. height: math.unit(6, "feet"),
  12539. default: true
  12540. },
  12541. ]
  12542. ))
  12543. characterMakers.push(() => makeCharacter(
  12544. { name: "Gabriel" },
  12545. {
  12546. front: {
  12547. height: math.unit(5 + 11 / 12, "feet"),
  12548. weight: math.unit(144, "lb"),
  12549. name: "Front",
  12550. image: {
  12551. source: "./media/characters/gabriel/front.svg",
  12552. extra: 285 / 262,
  12553. bottom: 0.004
  12554. }
  12555. },
  12556. },
  12557. [
  12558. {
  12559. name: "Normal",
  12560. height: math.unit(5 + 11 / 12, "feet"),
  12561. default: true
  12562. },
  12563. ]
  12564. ))
  12565. characterMakers.push(() => makeCharacter(
  12566. { name: "Tempest (Suicune)" },
  12567. {
  12568. side: {
  12569. height: math.unit(6 + 5 / 12, "feet"),
  12570. weight: math.unit(300, "lb"),
  12571. name: "Side",
  12572. image: {
  12573. source: "./media/characters/tempest-suicune/side.svg",
  12574. extra: 195 / 154,
  12575. bottom: 0.04
  12576. }
  12577. },
  12578. },
  12579. [
  12580. {
  12581. name: "Normal",
  12582. height: math.unit(6 + 5 / 12, "feet"),
  12583. default: true
  12584. },
  12585. ]
  12586. ))
  12587. characterMakers.push(() => makeCharacter(
  12588. { name: "Vulcan" },
  12589. {
  12590. front: {
  12591. height: math.unit(7 + 2 / 12, "feet"),
  12592. weight: math.unit(322, "lb"),
  12593. name: "Front",
  12594. image: {
  12595. source: "./media/characters/vulcan/front.svg",
  12596. extra: 154 / 147,
  12597. bottom: 0.04
  12598. }
  12599. },
  12600. },
  12601. [
  12602. {
  12603. name: "Normal",
  12604. height: math.unit(7 + 2 / 12, "feet"),
  12605. default: true
  12606. },
  12607. ]
  12608. ))
  12609. characterMakers.push(() => makeCharacter(
  12610. { name: "Gault" },
  12611. {
  12612. front: {
  12613. height: math.unit(5 + 10 / 12, "feet"),
  12614. weight: math.unit(264, "lb"),
  12615. name: "Front",
  12616. image: {
  12617. source: "./media/characters/gault/front.svg",
  12618. extra: 161 / 140,
  12619. bottom: 0.028
  12620. }
  12621. },
  12622. },
  12623. [
  12624. {
  12625. name: "Normal",
  12626. height: math.unit(5 + 10 / 12, "feet"),
  12627. default: true
  12628. },
  12629. ]
  12630. ))
  12631. characterMakers.push(() => makeCharacter(
  12632. { name: "Shard" },
  12633. {
  12634. front: {
  12635. height: math.unit(6, "feet"),
  12636. weight: math.unit(150, "lb"),
  12637. name: "Front",
  12638. image: {
  12639. source: "./media/characters/shard/front.svg",
  12640. extra: 273 / 238,
  12641. bottom: 0.02
  12642. }
  12643. },
  12644. },
  12645. [
  12646. {
  12647. name: "Normal",
  12648. height: math.unit(3 + 6 / 12, "feet"),
  12649. default: true
  12650. },
  12651. ]
  12652. ))
  12653. characterMakers.push(() => makeCharacter(
  12654. { name: "Ashe" },
  12655. {
  12656. front: {
  12657. height: math.unit(5 + 11 / 12, "feet"),
  12658. weight: math.unit(146, "lb"),
  12659. name: "Front",
  12660. image: {
  12661. source: "./media/characters/ashe/front.svg",
  12662. extra: 400 / 373,
  12663. bottom: 0.01
  12664. }
  12665. },
  12666. },
  12667. [
  12668. {
  12669. name: "Normal",
  12670. height: math.unit(5 + 11 / 12, "feet"),
  12671. default: true
  12672. },
  12673. ]
  12674. ))
  12675. characterMakers.push(() => makeCharacter(
  12676. { name: "Beatrix" },
  12677. {
  12678. front: {
  12679. height: math.unit(5 + 5 / 12, "feet"),
  12680. weight: math.unit(135, "lb"),
  12681. name: "Front",
  12682. image: {
  12683. source: "./media/characters/beatrix/front.svg",
  12684. extra: 392 / 379,
  12685. bottom: 0.01
  12686. }
  12687. },
  12688. },
  12689. [
  12690. {
  12691. name: "Normal",
  12692. height: math.unit(6, "feet"),
  12693. default: true
  12694. },
  12695. ]
  12696. ))
  12697. characterMakers.push(() => makeCharacter(
  12698. { name: "Ignatius" },
  12699. {
  12700. front: {
  12701. height: math.unit(6, "feet"),
  12702. weight: math.unit(150, "lb"),
  12703. name: "Front",
  12704. image: {
  12705. source: "./media/characters/ignatius/front.svg",
  12706. extra: 245 / 222,
  12707. bottom: 0.01
  12708. }
  12709. },
  12710. },
  12711. [
  12712. {
  12713. name: "Normal",
  12714. height: math.unit(5 + 5 / 12, "feet"),
  12715. default: true
  12716. },
  12717. ]
  12718. ))
  12719. characterMakers.push(() => makeCharacter(
  12720. { name: "Mei Li" },
  12721. {
  12722. front: {
  12723. height: math.unit(6 + 2 / 12, "feet"),
  12724. weight: math.unit(138, "lb"),
  12725. name: "Front",
  12726. image: {
  12727. source: "./media/characters/mei-li/front.svg",
  12728. extra: 237 / 229,
  12729. bottom: 0.03
  12730. }
  12731. },
  12732. },
  12733. [
  12734. {
  12735. name: "Normal",
  12736. height: math.unit(6 + 2 / 12, "feet"),
  12737. default: true
  12738. },
  12739. ]
  12740. ))
  12741. characterMakers.push(() => makeCharacter(
  12742. { name: "Puru" },
  12743. {
  12744. front: {
  12745. height: math.unit(2 + 4 / 12, "feet"),
  12746. weight: math.unit(62, "lb"),
  12747. name: "Front",
  12748. image: {
  12749. source: "./media/characters/puru/front.svg",
  12750. extra: 206 / 149,
  12751. bottom: 0.06
  12752. }
  12753. },
  12754. },
  12755. [
  12756. {
  12757. name: "Normal",
  12758. height: math.unit(2 + 4 / 12, "feet"),
  12759. default: true
  12760. },
  12761. ]
  12762. ))
  12763. characterMakers.push(() => makeCharacter(
  12764. { name: "Kee" },
  12765. {
  12766. taur: {
  12767. height: math.unit(11, "feet"),
  12768. weight: math.unit(500, "lb"),
  12769. name: "Taur",
  12770. image: {
  12771. source: "./media/characters/kee/taur.svg",
  12772. extra: 1,
  12773. bottom: 0.04
  12774. }
  12775. },
  12776. },
  12777. [
  12778. {
  12779. name: "Normal",
  12780. height: math.unit(11, "feet"),
  12781. default: true
  12782. },
  12783. ]
  12784. ))
  12785. characterMakers.push(() => makeCharacter(
  12786. { name: "Cobalt (Dracha)" },
  12787. {
  12788. anthro: {
  12789. height: math.unit(7, "feet"),
  12790. weight: math.unit(190, "lb"),
  12791. name: "Anthro",
  12792. image: {
  12793. source: "./media/characters/cobalt-dracha/anthro.svg",
  12794. extra: 231 / 225,
  12795. bottom: 0.04
  12796. }
  12797. },
  12798. feral: {
  12799. height: math.unit(9 + 7 / 12, "feet"),
  12800. weight: math.unit(294, "lb"),
  12801. name: "Feral",
  12802. image: {
  12803. source: "./media/characters/cobalt-dracha/feral.svg",
  12804. extra: 692 / 633,
  12805. bottom: 0.05
  12806. }
  12807. },
  12808. },
  12809. [
  12810. {
  12811. name: "Normal",
  12812. height: math.unit(7, "feet"),
  12813. default: true
  12814. },
  12815. ]
  12816. ))
  12817. characterMakers.push(() => makeCharacter(
  12818. { name: "Java" },
  12819. {
  12820. fallen: {
  12821. height: math.unit(11 + 8 / 12, "feet"),
  12822. weight: math.unit(485, "lb"),
  12823. name: "Java (Fallen)",
  12824. rename: true,
  12825. image: {
  12826. source: "./media/characters/java/fallen.svg",
  12827. extra: 226 / 208,
  12828. bottom: 0.005
  12829. }
  12830. },
  12831. godkin: {
  12832. height: math.unit(10 + 6 / 12, "feet"),
  12833. weight: math.unit(328, "lb"),
  12834. name: "Java (Godkin)",
  12835. rename: true,
  12836. image: {
  12837. source: "./media/characters/java/godkin.svg",
  12838. extra: 270 / 262,
  12839. bottom: 0.02
  12840. }
  12841. },
  12842. },
  12843. [
  12844. {
  12845. name: "Normal",
  12846. height: math.unit(11 + 8 / 12, "feet"),
  12847. default: true
  12848. },
  12849. ]
  12850. ))
  12851. characterMakers.push(() => makeCharacter(
  12852. { name: "Skoll" },
  12853. {
  12854. front: {
  12855. height: math.unit(7 + 8 / 12, "feet"),
  12856. weight: math.unit(320, "lb"),
  12857. name: "Front",
  12858. image: {
  12859. source: "./media/characters/skoll/front.svg",
  12860. extra: 232 / 220,
  12861. bottom: 0.02
  12862. }
  12863. },
  12864. },
  12865. [
  12866. {
  12867. name: "Normal",
  12868. height: math.unit(7 + 8 / 12, "feet"),
  12869. default: true
  12870. },
  12871. ]
  12872. ))
  12873. characterMakers.push(() => makeCharacter(
  12874. { name: "Purna" },
  12875. {
  12876. front: {
  12877. height: math.unit(5 + 9 / 12, "feet"),
  12878. weight: math.unit(170, "lb"),
  12879. name: "Front",
  12880. image: {
  12881. source: "./media/characters/purna/front.svg",
  12882. extra: 239 / 229,
  12883. bottom: 0.01
  12884. }
  12885. },
  12886. },
  12887. [
  12888. {
  12889. name: "Normal",
  12890. height: math.unit(5 + 9 / 12, "feet"),
  12891. default: true
  12892. },
  12893. ]
  12894. ))
  12895. characterMakers.push(() => makeCharacter(
  12896. { name: "Kuva" },
  12897. {
  12898. front: {
  12899. height: math.unit(5 + 9 / 12, "feet"),
  12900. weight: math.unit(142, "lb"),
  12901. name: "Front",
  12902. image: {
  12903. source: "./media/characters/kuva/front.svg",
  12904. extra: 281 / 271,
  12905. bottom: 0.006
  12906. }
  12907. },
  12908. },
  12909. [
  12910. {
  12911. name: "Normal",
  12912. height: math.unit(5 + 9 / 12, "feet"),
  12913. default: true
  12914. },
  12915. ]
  12916. ))
  12917. characterMakers.push(() => makeCharacter(
  12918. { name: "Embra" },
  12919. {
  12920. anthro: {
  12921. height: math.unit(9 + 2 / 12, "feet"),
  12922. weight: math.unit(270, "lb"),
  12923. name: "Anthro",
  12924. image: {
  12925. source: "./media/characters/embra/anthro.svg",
  12926. extra: 200 / 187,
  12927. bottom: 0.02
  12928. }
  12929. },
  12930. feral: {
  12931. height: math.unit(18 + 8 / 12, "feet"),
  12932. weight: math.unit(576, "lb"),
  12933. name: "Feral",
  12934. image: {
  12935. source: "./media/characters/embra/feral.svg",
  12936. extra: 152 / 137,
  12937. bottom: 0.037
  12938. }
  12939. },
  12940. },
  12941. [
  12942. {
  12943. name: "Normal",
  12944. height: math.unit(9 + 2 / 12, "feet"),
  12945. default: true
  12946. },
  12947. ]
  12948. ))
  12949. characterMakers.push(() => makeCharacter(
  12950. { name: "Grottos" },
  12951. {
  12952. anthro: {
  12953. height: math.unit(10 + 9 / 12, "feet"),
  12954. weight: math.unit(224, "lb"),
  12955. name: "Anthro",
  12956. image: {
  12957. source: "./media/characters/grottos/anthro.svg",
  12958. extra: 350 / 332,
  12959. bottom: 0.045
  12960. }
  12961. },
  12962. feral: {
  12963. height: math.unit(20 + 7 / 12, "feet"),
  12964. weight: math.unit(629, "lb"),
  12965. name: "Feral",
  12966. image: {
  12967. source: "./media/characters/grottos/feral.svg",
  12968. extra: 207 / 190,
  12969. bottom: 0.05
  12970. }
  12971. },
  12972. },
  12973. [
  12974. {
  12975. name: "Normal",
  12976. height: math.unit(10 + 9 / 12, "feet"),
  12977. default: true
  12978. },
  12979. ]
  12980. ))
  12981. characterMakers.push(() => makeCharacter(
  12982. { name: "Frifna" },
  12983. {
  12984. anthro: {
  12985. height: math.unit(9 + 6 / 12, "feet"),
  12986. weight: math.unit(298, "lb"),
  12987. name: "Anthro",
  12988. image: {
  12989. source: "./media/characters/frifna/anthro.svg",
  12990. extra: 282 / 269,
  12991. bottom: 0.015
  12992. }
  12993. },
  12994. feral: {
  12995. height: math.unit(16 + 2 / 12, "feet"),
  12996. weight: math.unit(624, "lb"),
  12997. name: "Feral",
  12998. image: {
  12999. source: "./media/characters/frifna/feral.svg"
  13000. }
  13001. },
  13002. },
  13003. [
  13004. {
  13005. name: "Normal",
  13006. height: math.unit(9 + 6 / 12, "feet"),
  13007. default: true
  13008. },
  13009. ]
  13010. ))
  13011. characterMakers.push(() => makeCharacter(
  13012. { name: "Elise" },
  13013. {
  13014. front: {
  13015. height: math.unit(6 + 2 / 12, "feet"),
  13016. weight: math.unit(168, "lb"),
  13017. name: "Front",
  13018. image: {
  13019. source: "./media/characters/elise/front.svg",
  13020. extra: 276 / 271
  13021. }
  13022. },
  13023. },
  13024. [
  13025. {
  13026. name: "Normal",
  13027. height: math.unit(6 + 2 / 12, "feet"),
  13028. default: true
  13029. },
  13030. ]
  13031. ))
  13032. characterMakers.push(() => makeCharacter(
  13033. { name: "Glade" },
  13034. {
  13035. front: {
  13036. height: math.unit(5 + 10 / 12, "feet"),
  13037. weight: math.unit(210, "lb"),
  13038. name: "Front",
  13039. image: {
  13040. source: "./media/characters/glade/front.svg",
  13041. extra: 258 / 247,
  13042. bottom: 0.008
  13043. }
  13044. },
  13045. },
  13046. [
  13047. {
  13048. name: "Normal",
  13049. height: math.unit(5 + 10 / 12, "feet"),
  13050. default: true
  13051. },
  13052. ]
  13053. ))
  13054. characterMakers.push(() => makeCharacter(
  13055. { name: "Rina" },
  13056. {
  13057. front: {
  13058. height: math.unit(5 + 10 / 12, "feet"),
  13059. weight: math.unit(129, "lb"),
  13060. name: "Front",
  13061. image: {
  13062. source: "./media/characters/rina/front.svg",
  13063. extra: 266 / 255,
  13064. bottom: 0.005
  13065. }
  13066. },
  13067. },
  13068. [
  13069. {
  13070. name: "Normal",
  13071. height: math.unit(5 + 10 / 12, "feet"),
  13072. default: true
  13073. },
  13074. ]
  13075. ))
  13076. characterMakers.push(() => makeCharacter(
  13077. { name: "Veronica" },
  13078. {
  13079. front: {
  13080. height: math.unit(6 + 1 / 12, "feet"),
  13081. weight: math.unit(192, "lb"),
  13082. name: "Front",
  13083. image: {
  13084. source: "./media/characters/veronica/front.svg",
  13085. extra: 319 / 309,
  13086. bottom: 0.005
  13087. }
  13088. },
  13089. },
  13090. [
  13091. {
  13092. name: "Normal",
  13093. height: math.unit(6 + 1 / 12, "feet"),
  13094. default: true
  13095. },
  13096. ]
  13097. ))
  13098. characterMakers.push(() => makeCharacter(
  13099. { name: "Braxton" },
  13100. {
  13101. front: {
  13102. height: math.unit(9 + 3 / 12, "feet"),
  13103. weight: math.unit(1100, "lb"),
  13104. name: "Front",
  13105. image: {
  13106. source: "./media/characters/braxton/front.svg",
  13107. extra: 1057 / 984,
  13108. bottom: 0.05
  13109. }
  13110. },
  13111. },
  13112. [
  13113. {
  13114. name: "Normal",
  13115. height: math.unit(9 + 3 / 12, "feet")
  13116. },
  13117. {
  13118. name: "Giant",
  13119. height: math.unit(300, "feet"),
  13120. default: true
  13121. },
  13122. {
  13123. name: "Macro",
  13124. height: math.unit(700, "feet")
  13125. },
  13126. {
  13127. name: "Megamacro",
  13128. height: math.unit(6000, "feet")
  13129. },
  13130. ]
  13131. ))
  13132. characterMakers.push(() => makeCharacter(
  13133. { name: "Blue Feyonics" },
  13134. {
  13135. front: {
  13136. height: math.unit(6 + 7 / 12, "feet"),
  13137. weight: math.unit(150, "lb"),
  13138. name: "Front",
  13139. image: {
  13140. source: "./media/characters/blue-feyonics/front.svg",
  13141. extra: 1403 / 1306,
  13142. bottom: 0.047
  13143. }
  13144. },
  13145. },
  13146. [
  13147. {
  13148. name: "Normal",
  13149. height: math.unit(6 + 7 / 12, "feet"),
  13150. default: true
  13151. },
  13152. ]
  13153. ))
  13154. characterMakers.push(() => makeCharacter(
  13155. { name: "Maxwell" },
  13156. {
  13157. front: {
  13158. height: math.unit(1.8, "meters"),
  13159. weight: math.unit(60, "kg"),
  13160. name: "Front",
  13161. image: {
  13162. source: "./media/characters/maxwell/front.svg",
  13163. extra: 2060 / 1873
  13164. }
  13165. },
  13166. },
  13167. [
  13168. {
  13169. name: "Micro",
  13170. height: math.unit(1, "mm")
  13171. },
  13172. {
  13173. name: "Normal",
  13174. height: math.unit(1.8, "meter"),
  13175. default: true
  13176. },
  13177. {
  13178. name: "Macro",
  13179. height: math.unit(30, "meters")
  13180. },
  13181. {
  13182. name: "Megamacro",
  13183. height: math.unit(10, "km")
  13184. },
  13185. ]
  13186. ))
  13187. characterMakers.push(() => makeCharacter(
  13188. { name: "Jack" },
  13189. {
  13190. front: {
  13191. height: math.unit(6, "feet"),
  13192. weight: math.unit(150, "lb"),
  13193. name: "Front",
  13194. image: {
  13195. source: "./media/characters/jack/front.svg",
  13196. extra: 1754 / 1640,
  13197. bottom: 0.01
  13198. }
  13199. },
  13200. },
  13201. [
  13202. {
  13203. name: "Normal",
  13204. height: math.unit(80000, "feet"),
  13205. default: true
  13206. },
  13207. {
  13208. name: "Max size",
  13209. height: math.unit(10, "lightyears")
  13210. },
  13211. ]
  13212. ))
  13213. characterMakers.push(() => makeCharacter(
  13214. { name: "Cafat" },
  13215. {
  13216. upright: {
  13217. height: math.unit(7, "feet"),
  13218. weight: math.unit(170, "lb"),
  13219. name: "Upright",
  13220. image: {
  13221. source: "./media/characters/cafat/upright.svg",
  13222. bottom: 0.01
  13223. }
  13224. },
  13225. uprightFull: {
  13226. height: math.unit(7, "feet"),
  13227. weight: math.unit(170, "lb"),
  13228. name: "Upright (Full)",
  13229. image: {
  13230. source: "./media/characters/cafat/upright-full.svg",
  13231. bottom: 0.01
  13232. }
  13233. },
  13234. side: {
  13235. height: math.unit(5, "feet"),
  13236. weight: math.unit(150, "lb"),
  13237. name: "Side",
  13238. image: {
  13239. source: "./media/characters/cafat/side.svg"
  13240. }
  13241. },
  13242. },
  13243. [
  13244. {
  13245. name: "Small",
  13246. height: math.unit(7, "feet"),
  13247. default: true
  13248. },
  13249. {
  13250. name: "Large",
  13251. height: math.unit(15.5, "feet")
  13252. },
  13253. ]
  13254. ))
  13255. characterMakers.push(() => makeCharacter(
  13256. { name: "Verin Raharra" },
  13257. {
  13258. front: {
  13259. height: math.unit(6, "feet"),
  13260. weight: math.unit(150, "lb"),
  13261. name: "Front",
  13262. image: {
  13263. source: "./media/characters/verin-raharra/front.svg",
  13264. extra: 5019 / 4835,
  13265. bottom: 0.023
  13266. }
  13267. },
  13268. },
  13269. [
  13270. {
  13271. name: "Normal",
  13272. height: math.unit(7 + 5 / 12, "feet"),
  13273. default: true
  13274. },
  13275. {
  13276. name: "Upsized",
  13277. height: math.unit(20, "feet")
  13278. },
  13279. ]
  13280. ))
  13281. characterMakers.push(() => makeCharacter(
  13282. { name: "Nakata" },
  13283. {
  13284. front: {
  13285. height: math.unit(7, "feet"),
  13286. weight: math.unit(230, "lb"),
  13287. name: "Front",
  13288. image: {
  13289. source: "./media/characters/nakata/front.svg",
  13290. extra: 1.005,
  13291. bottom: 0.01
  13292. }
  13293. },
  13294. },
  13295. [
  13296. {
  13297. name: "Normal",
  13298. height: math.unit(7, "feet"),
  13299. default: true
  13300. },
  13301. {
  13302. name: "Big",
  13303. height: math.unit(14, "feet")
  13304. },
  13305. {
  13306. name: "Macro",
  13307. height: math.unit(400, "feet")
  13308. },
  13309. ]
  13310. ))
  13311. characterMakers.push(() => makeCharacter(
  13312. { name: "Lily" },
  13313. {
  13314. front: {
  13315. height: math.unit(4.91, "feet"),
  13316. weight: math.unit(100, "lb"),
  13317. name: "Front",
  13318. image: {
  13319. source: "./media/characters/lily/front.svg",
  13320. extra: 1585 / 1415,
  13321. bottom: 0.02
  13322. }
  13323. },
  13324. },
  13325. [
  13326. {
  13327. name: "Normal",
  13328. height: math.unit(4.91, "feet"),
  13329. default: true
  13330. },
  13331. ]
  13332. ))
  13333. characterMakers.push(() => makeCharacter(
  13334. { name: "Sheila" },
  13335. {
  13336. laying: {
  13337. height: math.unit(4 + 4 / 12, "feet"),
  13338. weight: math.unit(600, "lb"),
  13339. name: "Laying",
  13340. image: {
  13341. source: "./media/characters/sheila/laying.svg",
  13342. extra: 1333 / 1265,
  13343. bottom: 0.16
  13344. }
  13345. },
  13346. },
  13347. [
  13348. {
  13349. name: "Normal",
  13350. height: math.unit(4 + 4 / 12, "feet"),
  13351. default: true
  13352. },
  13353. ]
  13354. ))
  13355. characterMakers.push(() => makeCharacter(
  13356. { name: "Sax" },
  13357. {
  13358. front: {
  13359. height: math.unit(6, "feet"),
  13360. weight: math.unit(190, "lb"),
  13361. name: "Front",
  13362. image: {
  13363. source: "./media/characters/sax/front.svg",
  13364. extra: 1187 / 973,
  13365. bottom: 0.042
  13366. }
  13367. },
  13368. },
  13369. [
  13370. {
  13371. name: "Micro",
  13372. height: math.unit(4, "inches"),
  13373. default: true
  13374. },
  13375. ]
  13376. ))
  13377. characterMakers.push(() => makeCharacter(
  13378. { name: "Pandora" },
  13379. {
  13380. front: {
  13381. height: math.unit(6, "feet"),
  13382. weight: math.unit(150, "lb"),
  13383. name: "Front",
  13384. image: {
  13385. source: "./media/characters/pandora/front.svg",
  13386. extra: 2720 / 2556,
  13387. bottom: 0.015
  13388. }
  13389. },
  13390. back: {
  13391. height: math.unit(6, "feet"),
  13392. weight: math.unit(150, "lb"),
  13393. name: "Back",
  13394. image: {
  13395. source: "./media/characters/pandora/back.svg",
  13396. extra: 2720 / 2556,
  13397. bottom: 0.01
  13398. }
  13399. },
  13400. beans: {
  13401. height: math.unit(6 / 8, "feet"),
  13402. name: "Beans",
  13403. image: {
  13404. source: "./media/characters/pandora/beans.svg"
  13405. }
  13406. },
  13407. skirt: {
  13408. height: math.unit(6, "feet"),
  13409. weight: math.unit(150, "lb"),
  13410. name: "Skirt",
  13411. image: {
  13412. source: "./media/characters/pandora/skirt.svg",
  13413. extra: 1622 / 1525,
  13414. bottom: 0.015
  13415. }
  13416. },
  13417. hoodie: {
  13418. height: math.unit(6, "feet"),
  13419. weight: math.unit(150, "lb"),
  13420. name: "Hoodie",
  13421. image: {
  13422. source: "./media/characters/pandora/hoodie.svg",
  13423. extra: 1622 / 1525,
  13424. bottom: 0.015
  13425. }
  13426. },
  13427. casual: {
  13428. height: math.unit(6, "feet"),
  13429. weight: math.unit(150, "lb"),
  13430. name: "Casual",
  13431. image: {
  13432. source: "./media/characters/pandora/casual.svg",
  13433. extra: 1622 / 1525,
  13434. bottom: 0.015
  13435. }
  13436. },
  13437. },
  13438. [
  13439. {
  13440. name: "Normal",
  13441. height: math.unit(6, "feet")
  13442. },
  13443. {
  13444. name: "Big Steppy",
  13445. height: math.unit(1, "km"),
  13446. default: true
  13447. },
  13448. ]
  13449. ))
  13450. characterMakers.push(() => makeCharacter(
  13451. { name: "Venio Darcony" },
  13452. {
  13453. side: {
  13454. height: math.unit(10, "feet"),
  13455. weight: math.unit(800, "kg"),
  13456. name: "Side",
  13457. image: {
  13458. source: "./media/characters/venio-darcony/side.svg",
  13459. extra: 1373 / 1003,
  13460. bottom: 0.037
  13461. }
  13462. },
  13463. front: {
  13464. height: math.unit(19, "feet"),
  13465. weight: math.unit(800, "kg"),
  13466. name: "Front",
  13467. image: {
  13468. source: "./media/characters/venio-darcony/front.svg"
  13469. }
  13470. },
  13471. back: {
  13472. height: math.unit(19, "feet"),
  13473. weight: math.unit(800, "kg"),
  13474. name: "Back",
  13475. image: {
  13476. source: "./media/characters/venio-darcony/back.svg"
  13477. }
  13478. },
  13479. },
  13480. [
  13481. {
  13482. name: "Normal",
  13483. height: math.unit(10, "feet")
  13484. },
  13485. {
  13486. name: "Macro",
  13487. height: math.unit(130, "feet"),
  13488. default: true
  13489. },
  13490. {
  13491. name: "Macro+",
  13492. height: math.unit(240, "feet")
  13493. },
  13494. ]
  13495. ))
  13496. characterMakers.push(() => makeCharacter(
  13497. { name: "Veski" },
  13498. {
  13499. front: {
  13500. height: math.unit(6, "feet"),
  13501. weight: math.unit(150, "lb"),
  13502. name: "Front",
  13503. image: {
  13504. source: "./media/characters/veski/front.svg",
  13505. extra: 1299 / 1225,
  13506. bottom: 0.04
  13507. }
  13508. },
  13509. back: {
  13510. height: math.unit(6, "feet"),
  13511. weight: math.unit(150, "lb"),
  13512. name: "Back",
  13513. image: {
  13514. source: "./media/characters/veski/back.svg",
  13515. extra: 1299 / 1225,
  13516. bottom: 0.008
  13517. }
  13518. },
  13519. maw: {
  13520. height: math.unit(1.5 * 1.21, "feet"),
  13521. name: "Maw",
  13522. image: {
  13523. source: "./media/characters/veski/maw.svg"
  13524. }
  13525. },
  13526. },
  13527. [
  13528. {
  13529. name: "Macro",
  13530. height: math.unit(2, "km"),
  13531. default: true
  13532. },
  13533. ]
  13534. ))
  13535. characterMakers.push(() => makeCharacter(
  13536. { name: "Isabelle" },
  13537. {
  13538. front: {
  13539. height: math.unit(5 + 7 / 12, "feet"),
  13540. name: "Front",
  13541. image: {
  13542. source: "./media/characters/isabelle/front.svg",
  13543. extra: 2130 / 1976,
  13544. bottom: 0.05
  13545. }
  13546. },
  13547. },
  13548. [
  13549. {
  13550. name: "Supermicro",
  13551. height: math.unit(10, "micrometers")
  13552. },
  13553. {
  13554. name: "Micro",
  13555. height: math.unit(1, "inch")
  13556. },
  13557. {
  13558. name: "Tiny",
  13559. height: math.unit(5, "inches")
  13560. },
  13561. {
  13562. name: "Standard",
  13563. height: math.unit(5 + 7 / 12, "inches")
  13564. },
  13565. {
  13566. name: "Macro",
  13567. height: math.unit(80, "meters"),
  13568. default: true
  13569. },
  13570. {
  13571. name: "Megamacro",
  13572. height: math.unit(250, "meters")
  13573. },
  13574. {
  13575. name: "Gigamacro",
  13576. height: math.unit(5, "km")
  13577. },
  13578. {
  13579. name: "Cosmic",
  13580. height: math.unit(2.5e6, "miles")
  13581. },
  13582. ]
  13583. ))
  13584. characterMakers.push(() => makeCharacter(
  13585. { name: "Hanzo" },
  13586. {
  13587. front: {
  13588. height: math.unit(6, "feet"),
  13589. weight: math.unit(150, "lb"),
  13590. name: "Front",
  13591. image: {
  13592. source: "./media/characters/hanzo/front.svg",
  13593. extra: 374 / 344,
  13594. bottom: 0.02
  13595. }
  13596. },
  13597. },
  13598. [
  13599. {
  13600. name: "Normal",
  13601. height: math.unit(8, "feet"),
  13602. default: true
  13603. },
  13604. ]
  13605. ))
  13606. characterMakers.push(() => makeCharacter(
  13607. { name: "Anna" },
  13608. {
  13609. front: {
  13610. height: math.unit(7, "feet"),
  13611. weight: math.unit(130, "lb"),
  13612. name: "Front",
  13613. image: {
  13614. source: "./media/characters/anna/front.svg",
  13615. extra: 169 / 145,
  13616. bottom: 0.06
  13617. }
  13618. },
  13619. full: {
  13620. height: math.unit(4.96, "feet"),
  13621. weight: math.unit(220, "lb"),
  13622. name: "Full",
  13623. image: {
  13624. source: "./media/characters/anna/full.svg",
  13625. extra: 138 / 114,
  13626. bottom: 0.15
  13627. }
  13628. },
  13629. tongue: {
  13630. height: math.unit(2.53, "feet"),
  13631. name: "Tongue",
  13632. image: {
  13633. source: "./media/characters/anna/tongue.svg"
  13634. }
  13635. },
  13636. },
  13637. [
  13638. {
  13639. name: "Normal",
  13640. height: math.unit(7, "feet"),
  13641. default: true
  13642. },
  13643. ]
  13644. ))
  13645. characterMakers.push(() => makeCharacter(
  13646. { name: "Ian Corvid" },
  13647. {
  13648. front: {
  13649. height: math.unit(7, "feet"),
  13650. weight: math.unit(150, "lb"),
  13651. name: "Front",
  13652. image: {
  13653. source: "./media/characters/ian-corvid/front.svg",
  13654. extra: 150 / 142,
  13655. bottom: 0.02
  13656. }
  13657. },
  13658. back: {
  13659. height: math.unit(7, "feet"),
  13660. weight: math.unit(150, "lb"),
  13661. name: "Back",
  13662. image: {
  13663. source: "./media/characters/ian-corvid/back.svg",
  13664. extra: 150 / 143,
  13665. bottom: 0.01
  13666. }
  13667. },
  13668. stomping: {
  13669. height: math.unit(7, "feet"),
  13670. weight: math.unit(150, "lb"),
  13671. name: "Stomping",
  13672. image: {
  13673. source: "./media/characters/ian-corvid/stomping.svg",
  13674. extra: 76 / 72
  13675. }
  13676. },
  13677. sitting: {
  13678. height: math.unit(7 / 1.8, "feet"),
  13679. weight: math.unit(150, "lb"),
  13680. name: "Sitting",
  13681. image: {
  13682. source: "./media/characters/ian-corvid/sitting.svg",
  13683. extra: 1400 / 1269,
  13684. bottom: 0.15
  13685. }
  13686. },
  13687. },
  13688. [
  13689. {
  13690. name: "Tiny Microw",
  13691. height: math.unit(1, "inch")
  13692. },
  13693. {
  13694. name: "Microw",
  13695. height: math.unit(6, "inches")
  13696. },
  13697. {
  13698. name: "Crow",
  13699. height: math.unit(7 + 1 / 12, "feet"),
  13700. default: true
  13701. },
  13702. {
  13703. name: "Macrow",
  13704. height: math.unit(176, "feet")
  13705. },
  13706. ]
  13707. ))
  13708. characterMakers.push(() => makeCharacter(
  13709. { name: "Natalie Kellon" },
  13710. {
  13711. front: {
  13712. height: math.unit(5 + 7 / 12, "feet"),
  13713. weight: math.unit(147, "lb"),
  13714. name: "Front",
  13715. image: {
  13716. source: "./media/characters/natalie-kellon/front.svg",
  13717. extra: 1214 / 1141,
  13718. bottom: 0.02
  13719. }
  13720. },
  13721. },
  13722. [
  13723. {
  13724. name: "Micro",
  13725. height: math.unit(1 / 16, "inch")
  13726. },
  13727. {
  13728. name: "Tiny",
  13729. height: math.unit(4, "inches")
  13730. },
  13731. {
  13732. name: "Normal",
  13733. height: math.unit(5 + 7 / 12, "feet"),
  13734. default: true
  13735. },
  13736. {
  13737. name: "Amazon",
  13738. height: math.unit(12, "feet")
  13739. },
  13740. {
  13741. name: "Giantess",
  13742. height: math.unit(160, "meters")
  13743. },
  13744. {
  13745. name: "Titaness",
  13746. height: math.unit(800, "meters")
  13747. },
  13748. ]
  13749. ))
  13750. characterMakers.push(() => makeCharacter(
  13751. { name: "Alluria" },
  13752. {
  13753. front: {
  13754. height: math.unit(6, "feet"),
  13755. weight: math.unit(150, "lb"),
  13756. name: "Front",
  13757. image: {
  13758. source: "./media/characters/alluria/front.svg",
  13759. extra: 806 / 738,
  13760. bottom: 0.01
  13761. }
  13762. },
  13763. side: {
  13764. height: math.unit(6, "feet"),
  13765. weight: math.unit(150, "lb"),
  13766. name: "Side",
  13767. image: {
  13768. source: "./media/characters/alluria/side.svg",
  13769. extra: 800 / 750,
  13770. }
  13771. },
  13772. back: {
  13773. height: math.unit(6, "feet"),
  13774. weight: math.unit(150, "lb"),
  13775. name: "Back",
  13776. image: {
  13777. source: "./media/characters/alluria/back.svg",
  13778. extra: 806 / 738,
  13779. }
  13780. },
  13781. frontMaid: {
  13782. height: math.unit(6, "feet"),
  13783. weight: math.unit(150, "lb"),
  13784. name: "Front (Maid)",
  13785. image: {
  13786. source: "./media/characters/alluria/front-maid.svg",
  13787. extra: 806 / 738,
  13788. bottom: 0.01
  13789. }
  13790. },
  13791. sideMaid: {
  13792. height: math.unit(6, "feet"),
  13793. weight: math.unit(150, "lb"),
  13794. name: "Side (Maid)",
  13795. image: {
  13796. source: "./media/characters/alluria/side-maid.svg",
  13797. extra: 800 / 750,
  13798. bottom: 0.005
  13799. }
  13800. },
  13801. backMaid: {
  13802. height: math.unit(6, "feet"),
  13803. weight: math.unit(150, "lb"),
  13804. name: "Back (Maid)",
  13805. image: {
  13806. source: "./media/characters/alluria/back-maid.svg",
  13807. extra: 806 / 738,
  13808. }
  13809. },
  13810. },
  13811. [
  13812. {
  13813. name: "Micro",
  13814. height: math.unit(6, "inches"),
  13815. default: true
  13816. },
  13817. ]
  13818. ))
  13819. characterMakers.push(() => makeCharacter(
  13820. { name: "Kyle" },
  13821. {
  13822. front: {
  13823. height: math.unit(6, "feet"),
  13824. weight: math.unit(150, "lb"),
  13825. name: "Front",
  13826. image: {
  13827. source: "./media/characters/kyle/front.svg",
  13828. extra: 1069 / 962,
  13829. bottom: 77.228 / 1727.45
  13830. }
  13831. },
  13832. },
  13833. [
  13834. {
  13835. name: "Macro",
  13836. height: math.unit(150, "feet"),
  13837. default: true
  13838. },
  13839. ]
  13840. ))
  13841. characterMakers.push(() => makeCharacter(
  13842. { name: "Duncan" },
  13843. {
  13844. front: {
  13845. height: math.unit(6, "feet"),
  13846. weight: math.unit(300, "lb"),
  13847. name: "Front",
  13848. image: {
  13849. source: "./media/characters/duncan/front.svg",
  13850. extra: 1650 / 1482,
  13851. bottom: 0.05
  13852. }
  13853. },
  13854. },
  13855. [
  13856. {
  13857. name: "Macro",
  13858. height: math.unit(100, "feet"),
  13859. default: true
  13860. },
  13861. ]
  13862. ))
  13863. characterMakers.push(() => makeCharacter(
  13864. { name: "Memory" },
  13865. {
  13866. front: {
  13867. height: math.unit(5 + 4 / 12, "feet"),
  13868. weight: math.unit(220, "lb"),
  13869. name: "Front",
  13870. image: {
  13871. source: "./media/characters/memory/front.svg",
  13872. extra: 3641 / 3545,
  13873. bottom: 0.03
  13874. }
  13875. },
  13876. back: {
  13877. height: math.unit(5 + 4 / 12, "feet"),
  13878. weight: math.unit(220, "lb"),
  13879. name: "Back",
  13880. image: {
  13881. source: "./media/characters/memory/back.svg",
  13882. extra: 3641 / 3545,
  13883. bottom: 0.025
  13884. }
  13885. },
  13886. frontSkirt: {
  13887. height: math.unit(5 + 4 / 12, "feet"),
  13888. weight: math.unit(220, "lb"),
  13889. name: "Front (Skirt)",
  13890. image: {
  13891. source: "./media/characters/memory/front-skirt.svg",
  13892. extra: 3641 / 3545,
  13893. bottom: 0.03
  13894. }
  13895. },
  13896. frontDress: {
  13897. height: math.unit(5 + 4 / 12, "feet"),
  13898. weight: math.unit(220, "lb"),
  13899. name: "Front (Dress)",
  13900. image: {
  13901. source: "./media/characters/memory/front-dress.svg",
  13902. extra: 3641 / 3545,
  13903. bottom: 0.03
  13904. }
  13905. },
  13906. },
  13907. [
  13908. {
  13909. name: "Micro",
  13910. height: math.unit(6, "inches"),
  13911. default: true
  13912. },
  13913. {
  13914. name: "Normal",
  13915. height: math.unit(5 + 4 / 12, "feet")
  13916. },
  13917. ]
  13918. ))
  13919. characterMakers.push(() => makeCharacter(
  13920. { name: "Luno" },
  13921. {
  13922. front: {
  13923. height: math.unit(4 + 11 / 12, "feet"),
  13924. weight: math.unit(100, "lb"),
  13925. name: "Front",
  13926. image: {
  13927. source: "./media/characters/luno/front.svg",
  13928. extra: 1535 / 1487,
  13929. bottom: 0.03
  13930. }
  13931. },
  13932. },
  13933. [
  13934. {
  13935. name: "Micro",
  13936. height: math.unit(3, "inches")
  13937. },
  13938. {
  13939. name: "Normal",
  13940. height: math.unit(4 + 11 / 12, "feet"),
  13941. default: true
  13942. },
  13943. {
  13944. name: "Macro",
  13945. height: math.unit(300, "feet")
  13946. },
  13947. {
  13948. name: "Megamacro",
  13949. height: math.unit(700, "miles")
  13950. },
  13951. ]
  13952. ))
  13953. characterMakers.push(() => makeCharacter(
  13954. { name: "Jamesy" },
  13955. {
  13956. front: {
  13957. height: math.unit(6 + 2 / 12, "feet"),
  13958. weight: math.unit(170, "lb"),
  13959. name: "Front",
  13960. image: {
  13961. source: "./media/characters/jamesy/front.svg",
  13962. extra: 440 / 382,
  13963. bottom: 0.005
  13964. }
  13965. },
  13966. },
  13967. [
  13968. {
  13969. name: "Micro",
  13970. height: math.unit(3, "inches")
  13971. },
  13972. {
  13973. name: "Normal",
  13974. height: math.unit(6 + 2 / 12, "feet"),
  13975. default: true
  13976. },
  13977. {
  13978. name: "Macro",
  13979. height: math.unit(300, "feet")
  13980. },
  13981. {
  13982. name: "Megamacro",
  13983. height: math.unit(700, "miles")
  13984. },
  13985. ]
  13986. ))
  13987. characterMakers.push(() => makeCharacter(
  13988. { name: "Mark" },
  13989. {
  13990. front: {
  13991. height: math.unit(6, "feet"),
  13992. weight: math.unit(160, "lb"),
  13993. name: "Front",
  13994. image: {
  13995. source: "./media/characters/mark/front.svg",
  13996. extra: 3300 / 3100,
  13997. bottom: 136.42 / 3440.47
  13998. }
  13999. },
  14000. },
  14001. [
  14002. {
  14003. name: "Macro",
  14004. height: math.unit(120, "meters")
  14005. },
  14006. {
  14007. name: "Bigger Macro",
  14008. height: math.unit(350, "meters")
  14009. },
  14010. {
  14011. name: "Megamacro",
  14012. height: math.unit(8, "km"),
  14013. default: true
  14014. },
  14015. {
  14016. name: "Continental",
  14017. height: math.unit(4550, "km")
  14018. },
  14019. {
  14020. name: "Planetary",
  14021. height: math.unit(65000, "km")
  14022. },
  14023. ]
  14024. ))
  14025. characterMakers.push(() => makeCharacter(
  14026. { name: "Mac" },
  14027. {
  14028. front: {
  14029. height: math.unit(6, "feet"),
  14030. weight: math.unit(400, "lb"),
  14031. name: "Front",
  14032. image: {
  14033. source: "./media/characters/mac/front.svg",
  14034. extra: 1048 / 987.7,
  14035. bottom: 60 / 1107.6,
  14036. }
  14037. },
  14038. },
  14039. [
  14040. {
  14041. name: "Macro",
  14042. height: math.unit(500, "feet"),
  14043. default: true
  14044. },
  14045. ]
  14046. ))
  14047. characterMakers.push(() => makeCharacter(
  14048. { name: "Bari" },
  14049. {
  14050. front: {
  14051. height: math.unit(5 + 2 / 12, "feet"),
  14052. weight: math.unit(190, "lb"),
  14053. name: "Front",
  14054. image: {
  14055. source: "./media/characters/bari/front.svg",
  14056. extra: 3156 / 2880,
  14057. bottom: 0.03
  14058. }
  14059. },
  14060. back: {
  14061. height: math.unit(5 + 2 / 12, "feet"),
  14062. weight: math.unit(190, "lb"),
  14063. name: "Back",
  14064. image: {
  14065. source: "./media/characters/bari/back.svg",
  14066. extra: 3260 / 2834,
  14067. bottom: 0.025
  14068. }
  14069. },
  14070. frontPlush: {
  14071. height: math.unit(5 + 2 / 12, "feet"),
  14072. weight: math.unit(190, "lb"),
  14073. name: "Front (Plush)",
  14074. image: {
  14075. source: "./media/characters/bari/front-plush.svg",
  14076. extra: 1112 / 1061,
  14077. bottom: 0.002
  14078. }
  14079. },
  14080. },
  14081. [
  14082. {
  14083. name: "Micro",
  14084. height: math.unit(3, "inches")
  14085. },
  14086. {
  14087. name: "Normal",
  14088. height: math.unit(5 + 2 / 12, "feet"),
  14089. default: true
  14090. },
  14091. {
  14092. name: "Macro",
  14093. height: math.unit(20, "feet")
  14094. },
  14095. ]
  14096. ))
  14097. characterMakers.push(() => makeCharacter(
  14098. { name: "Hunter Misha Raven" },
  14099. {
  14100. front: {
  14101. height: math.unit(6 + 1 / 12, "feet"),
  14102. weight: math.unit(275, "lb"),
  14103. name: "Front",
  14104. image: {
  14105. source: "./media/characters/hunter-misha-raven/front.svg"
  14106. }
  14107. },
  14108. },
  14109. [
  14110. {
  14111. name: "Mortal",
  14112. height: math.unit(6 + 1 / 12, "feet")
  14113. },
  14114. {
  14115. name: "Divine",
  14116. height: math.unit(1.12134e34, "parsecs"),
  14117. default: true
  14118. },
  14119. ]
  14120. ))
  14121. characterMakers.push(() => makeCharacter(
  14122. { name: "Max Calore" },
  14123. {
  14124. front: {
  14125. height: math.unit(6 + 3 / 12, "feet"),
  14126. weight: math.unit(220, "lb"),
  14127. name: "Front",
  14128. image: {
  14129. source: "./media/characters/max-calore/front.svg",
  14130. extra: 1700 / 1648,
  14131. bottom: 0.01
  14132. }
  14133. },
  14134. back: {
  14135. height: math.unit(6 + 3 / 12, "feet"),
  14136. weight: math.unit(220, "lb"),
  14137. name: "Back",
  14138. image: {
  14139. source: "./media/characters/max-calore/back.svg",
  14140. extra: 1700 / 1648,
  14141. bottom: 0.01
  14142. }
  14143. },
  14144. },
  14145. [
  14146. {
  14147. name: "Normal",
  14148. height: math.unit(6 + 3 / 12, "feet"),
  14149. default: true
  14150. },
  14151. ]
  14152. ))
  14153. characterMakers.push(() => makeCharacter(
  14154. { name: "Aspen" },
  14155. {
  14156. side: {
  14157. height: math.unit(2 + 8 / 12, "feet"),
  14158. weight: math.unit(99, "lb"),
  14159. name: "Side",
  14160. image: {
  14161. source: "./media/characters/aspen/side.svg",
  14162. extra: 152 / 138,
  14163. bottom: 0.032
  14164. }
  14165. },
  14166. },
  14167. [
  14168. {
  14169. name: "Normal",
  14170. height: math.unit(2 + 8 / 12, "feet"),
  14171. default: true
  14172. },
  14173. ]
  14174. ))
  14175. characterMakers.push(() => makeCharacter(
  14176. { name: "Sheila (Wolf)" },
  14177. {
  14178. side: {
  14179. height: math.unit(3 + 2 / 12, "feet"),
  14180. weight: math.unit(224, "lb"),
  14181. name: "Side",
  14182. image: {
  14183. source: "./media/characters/sheila-wolf/side.svg",
  14184. extra: 179 / 166,
  14185. bottom: 0.03
  14186. }
  14187. },
  14188. },
  14189. [
  14190. {
  14191. name: "Normal",
  14192. height: math.unit(3 + 2 / 12, "feet"),
  14193. default: true
  14194. },
  14195. ]
  14196. ))
  14197. characterMakers.push(() => makeCharacter(
  14198. { name: "Michelle" },
  14199. {
  14200. side: {
  14201. height: math.unit(1 + 9 / 12, "feet"),
  14202. weight: math.unit(38, "lb"),
  14203. name: "Side",
  14204. image: {
  14205. source: "./media/characters/michelle/side.svg",
  14206. extra: 147 / 136.7,
  14207. bottom: 0.03
  14208. }
  14209. },
  14210. },
  14211. [
  14212. {
  14213. name: "Normal",
  14214. height: math.unit(1 + 9 / 12, "feet"),
  14215. default: true
  14216. },
  14217. ]
  14218. ))
  14219. characterMakers.push(() => makeCharacter(
  14220. { name: "Nino" },
  14221. {
  14222. front: {
  14223. height: math.unit(1 + 1 / 12, "feet"),
  14224. weight: math.unit(18, "lb"),
  14225. name: "Front",
  14226. image: {
  14227. source: "./media/characters/nino/front.svg"
  14228. }
  14229. },
  14230. },
  14231. [
  14232. {
  14233. name: "Normal",
  14234. height: math.unit(1 + 1 / 12, "feet"),
  14235. default: true
  14236. },
  14237. ]
  14238. ))
  14239. characterMakers.push(() => makeCharacter(
  14240. { name: "Viola" },
  14241. {
  14242. front: {
  14243. height: math.unit(1, "feet"),
  14244. weight: math.unit(16, "lb"),
  14245. name: "Front",
  14246. image: {
  14247. source: "./media/characters/viola/front.svg"
  14248. }
  14249. },
  14250. },
  14251. [
  14252. {
  14253. name: "Normal",
  14254. height: math.unit(1, "feet"),
  14255. default: true
  14256. },
  14257. ]
  14258. ))
  14259. characterMakers.push(() => makeCharacter(
  14260. { name: "Atlas" },
  14261. {
  14262. front: {
  14263. height: math.unit(6 + 5 / 12, "feet"),
  14264. weight: math.unit(580, "lb"),
  14265. name: "Front",
  14266. image: {
  14267. source: "./media/characters/atlas/front.svg",
  14268. extra: 298.5 / 290,
  14269. bottom: 0.015
  14270. }
  14271. },
  14272. },
  14273. [
  14274. {
  14275. name: "Normal",
  14276. height: math.unit(6 + 5 / 12, "feet"),
  14277. default: true
  14278. },
  14279. ]
  14280. ))
  14281. characterMakers.push(() => makeCharacter(
  14282. { name: "Davy" },
  14283. {
  14284. side: {
  14285. height: math.unit(1 + 10 / 12, "feet"),
  14286. weight: math.unit(25, "lb"),
  14287. name: "Side",
  14288. image: {
  14289. source: "./media/characters/davy/side.svg",
  14290. extra: 200 / 170,
  14291. bottom: 0.01
  14292. }
  14293. },
  14294. },
  14295. [
  14296. {
  14297. name: "Normal",
  14298. height: math.unit(1 + 10 / 12, "feet"),
  14299. default: true
  14300. },
  14301. ]
  14302. ))
  14303. characterMakers.push(() => makeCharacter(
  14304. { name: "Fiona" },
  14305. {
  14306. side: {
  14307. height: math.unit(4 + 8 / 12, "feet"),
  14308. weight: math.unit(166, "lb"),
  14309. name: "Side",
  14310. image: {
  14311. source: "./media/characters/fiona/side.svg",
  14312. extra: 232 / 220,
  14313. bottom: 0.03
  14314. }
  14315. },
  14316. },
  14317. [
  14318. {
  14319. name: "Normal",
  14320. height: math.unit(4 + 8 / 12, "feet"),
  14321. default: true
  14322. },
  14323. ]
  14324. ))
  14325. characterMakers.push(() => makeCharacter(
  14326. { name: "Lyla" },
  14327. {
  14328. front: {
  14329. height: math.unit(2, "feet"),
  14330. weight: math.unit(62, "lb"),
  14331. name: "Front",
  14332. image: {
  14333. source: "./media/characters/lyla/front.svg",
  14334. bottom: 0.1
  14335. }
  14336. },
  14337. },
  14338. [
  14339. {
  14340. name: "Normal",
  14341. height: math.unit(2, "feet"),
  14342. default: true
  14343. },
  14344. ]
  14345. ))
  14346. characterMakers.push(() => makeCharacter(
  14347. { name: "Perseus" },
  14348. {
  14349. side: {
  14350. height: math.unit(1.8, "feet"),
  14351. weight: math.unit(44, "lb"),
  14352. name: "Side",
  14353. image: {
  14354. source: "./media/characters/perseus/side.svg",
  14355. bottom: 0.21
  14356. }
  14357. },
  14358. },
  14359. [
  14360. {
  14361. name: "Normal",
  14362. height: math.unit(1.8, "feet"),
  14363. default: true
  14364. },
  14365. ]
  14366. ))
  14367. characterMakers.push(() => makeCharacter(
  14368. { name: "Remus" },
  14369. {
  14370. side: {
  14371. height: math.unit(4 + 2 / 12, "feet"),
  14372. weight: math.unit(20, "lb"),
  14373. name: "Side",
  14374. image: {
  14375. source: "./media/characters/remus/side.svg"
  14376. }
  14377. },
  14378. },
  14379. [
  14380. {
  14381. name: "Normal",
  14382. height: math.unit(4 + 2 / 12, "feet"),
  14383. default: true
  14384. },
  14385. ]
  14386. ))
  14387. characterMakers.push(() => makeCharacter(
  14388. { name: "Raf" },
  14389. {
  14390. front: {
  14391. height: math.unit(4 + 11 / 12, "feet"),
  14392. weight: math.unit(114, "lb"),
  14393. name: "Front",
  14394. image: {
  14395. source: "./media/characters/raf/front.svg",
  14396. bottom: 0.01
  14397. }
  14398. },
  14399. side: {
  14400. height: math.unit(4 + 11 / 12, "feet"),
  14401. weight: math.unit(114, "lb"),
  14402. name: "Side",
  14403. image: {
  14404. source: "./media/characters/raf/side.svg",
  14405. bottom: 0.005
  14406. }
  14407. },
  14408. },
  14409. [
  14410. {
  14411. name: "Micro",
  14412. height: math.unit(2, "inches")
  14413. },
  14414. {
  14415. name: "Normal",
  14416. height: math.unit(4 + 11 / 12, "feet"),
  14417. default: true
  14418. },
  14419. {
  14420. name: "Macro",
  14421. height: math.unit(70, "feet")
  14422. },
  14423. ]
  14424. ))
  14425. characterMakers.push(() => makeCharacter(
  14426. { name: "Liam Einarr" },
  14427. {
  14428. front: {
  14429. height: math.unit(1.5, "meters"),
  14430. weight: math.unit(68, "kg"),
  14431. name: "Front",
  14432. image: {
  14433. source: "./media/characters/liam-einarr/front.svg",
  14434. extra: 2822 / 2666
  14435. }
  14436. },
  14437. back: {
  14438. height: math.unit(1.5, "meters"),
  14439. weight: math.unit(68, "kg"),
  14440. name: "Back",
  14441. image: {
  14442. source: "./media/characters/liam-einarr/back.svg",
  14443. extra: 2822 / 2666,
  14444. bottom: 0.015
  14445. }
  14446. },
  14447. },
  14448. [
  14449. {
  14450. name: "Normal",
  14451. height: math.unit(1.5, "meters"),
  14452. default: true
  14453. },
  14454. {
  14455. name: "Macro",
  14456. height: math.unit(150, "meters")
  14457. },
  14458. {
  14459. name: "Megamacro",
  14460. height: math.unit(35, "km")
  14461. },
  14462. ]
  14463. ))
  14464. characterMakers.push(() => makeCharacter(
  14465. { name: "Linda" },
  14466. {
  14467. front: {
  14468. height: math.unit(6, "feet"),
  14469. weight: math.unit(75, "kg"),
  14470. name: "Front",
  14471. image: {
  14472. source: "./media/characters/linda/front.svg",
  14473. extra: 930 / 874,
  14474. bottom: 0.004
  14475. }
  14476. },
  14477. },
  14478. [
  14479. {
  14480. name: "Normal",
  14481. height: math.unit(6, "feet"),
  14482. default: true
  14483. },
  14484. ]
  14485. ))
  14486. characterMakers.push(() => makeCharacter(
  14487. { name: "Caylex" },
  14488. {
  14489. front: {
  14490. height: math.unit(6 + 8 / 12, "feet"),
  14491. weight: math.unit(220, "lb"),
  14492. name: "Front",
  14493. image: {
  14494. source: "./media/characters/caylex/front.svg",
  14495. extra: 821 / 772,
  14496. bottom: 0.07
  14497. }
  14498. },
  14499. back: {
  14500. height: math.unit(6 + 8 / 12, "feet"),
  14501. weight: math.unit(220, "lb"),
  14502. name: "Back",
  14503. image: {
  14504. source: "./media/characters/caylex/back.svg",
  14505. extra: 821 / 772,
  14506. bottom: 0.022
  14507. }
  14508. },
  14509. hand: {
  14510. height: math.unit(1.25, "feet"),
  14511. name: "Hand",
  14512. image: {
  14513. source: "./media/characters/caylex/hand.svg"
  14514. }
  14515. },
  14516. foot: {
  14517. height: math.unit(1.6, "feet"),
  14518. name: "Foot",
  14519. image: {
  14520. source: "./media/characters/caylex/foot.svg"
  14521. }
  14522. },
  14523. armored: {
  14524. height: math.unit(6 + 8 / 12, "feet"),
  14525. weight: math.unit(250, "lb"),
  14526. name: "Armored",
  14527. image: {
  14528. source: "./media/characters/caylex/armored.svg",
  14529. extra: 1420 / 1310,
  14530. bottom: 0.045
  14531. }
  14532. },
  14533. },
  14534. [
  14535. {
  14536. name: "Normal",
  14537. height: math.unit(6 + 8 / 12, "feet"),
  14538. default: true
  14539. },
  14540. {
  14541. name: "Normal+",
  14542. height: math.unit(12, "feet")
  14543. },
  14544. ]
  14545. ))
  14546. characterMakers.push(() => makeCharacter(
  14547. { name: "Alana" },
  14548. {
  14549. front: {
  14550. height: math.unit(7 + 6 / 12, "feet"),
  14551. weight: math.unit(288, "lb"),
  14552. name: "Front",
  14553. image: {
  14554. source: "./media/characters/alana/front.svg",
  14555. extra: 679 / 653,
  14556. bottom: 22.5 / 701
  14557. }
  14558. },
  14559. },
  14560. [
  14561. {
  14562. name: "Normal",
  14563. height: math.unit(7 + 6 / 12, "feet")
  14564. },
  14565. {
  14566. name: "Large",
  14567. height: math.unit(50, "feet")
  14568. },
  14569. {
  14570. name: "Macro",
  14571. height: math.unit(100, "feet"),
  14572. default: true
  14573. },
  14574. {
  14575. name: "Macro+",
  14576. height: math.unit(200, "feet")
  14577. },
  14578. ]
  14579. ))
  14580. characterMakers.push(() => makeCharacter(
  14581. { name: "Hasani" },
  14582. {
  14583. front: {
  14584. height: math.unit(6 + 1 / 12, "feet"),
  14585. weight: math.unit(210, "lb"),
  14586. name: "Front",
  14587. image: {
  14588. source: "./media/characters/hasani/front.svg",
  14589. extra: 244 / 232,
  14590. bottom: 0.01
  14591. }
  14592. },
  14593. back: {
  14594. height: math.unit(6 + 1 / 12, "feet"),
  14595. weight: math.unit(210, "lb"),
  14596. name: "Back",
  14597. image: {
  14598. source: "./media/characters/hasani/back.svg",
  14599. extra: 244 / 232,
  14600. bottom: 0.01
  14601. }
  14602. },
  14603. },
  14604. [
  14605. {
  14606. name: "Normal",
  14607. height: math.unit(6 + 1 / 12, "feet")
  14608. },
  14609. {
  14610. name: "Macro",
  14611. height: math.unit(175, "feet"),
  14612. default: true
  14613. },
  14614. ]
  14615. ))
  14616. characterMakers.push(() => makeCharacter(
  14617. { name: "Nita" },
  14618. {
  14619. front: {
  14620. height: math.unit(1.82, "meters"),
  14621. weight: math.unit(140, "lb"),
  14622. name: "Front",
  14623. image: {
  14624. source: "./media/characters/nita/front.svg",
  14625. extra: 2473 / 2363,
  14626. bottom: 0.01
  14627. }
  14628. },
  14629. },
  14630. [
  14631. {
  14632. name: "Normal",
  14633. height: math.unit(1.82, "m")
  14634. },
  14635. {
  14636. name: "Macro",
  14637. height: math.unit(300, "m")
  14638. },
  14639. {
  14640. name: "Mistake Canon",
  14641. height: math.unit(0.5, "miles"),
  14642. default: true
  14643. },
  14644. {
  14645. name: "Big Mistake",
  14646. height: math.unit(13, "miles")
  14647. },
  14648. {
  14649. name: "Playing God",
  14650. height: math.unit(2450, "miles")
  14651. },
  14652. ]
  14653. ))
  14654. characterMakers.push(() => makeCharacter(
  14655. { name: "Shiriko" },
  14656. {
  14657. front: {
  14658. height: math.unit(4, "feet"),
  14659. weight: math.unit(120, "lb"),
  14660. name: "Front",
  14661. image: {
  14662. source: "./media/characters/shiriko/front.svg",
  14663. extra: 195 / 188
  14664. }
  14665. },
  14666. },
  14667. [
  14668. {
  14669. name: "Normal",
  14670. height: math.unit(4, "feet"),
  14671. default: true
  14672. },
  14673. ]
  14674. ))
  14675. characterMakers.push(() => makeCharacter(
  14676. { name: "Deja" },
  14677. {
  14678. front: {
  14679. height: math.unit(6, "feet"),
  14680. name: "front",
  14681. image: {
  14682. source: "./media/characters/deja/front.svg",
  14683. extra: 926 / 840,
  14684. bottom: 0.07
  14685. }
  14686. },
  14687. },
  14688. [
  14689. {
  14690. name: "Planck Length",
  14691. height: math.unit(1.6e-35, "meters")
  14692. },
  14693. {
  14694. name: "Normal",
  14695. height: math.unit(30.48, "meters"),
  14696. default: true
  14697. },
  14698. {
  14699. name: "Universal",
  14700. height: math.unit(8.8e26, "meters")
  14701. },
  14702. ]
  14703. ))
  14704. characterMakers.push(() => makeCharacter(
  14705. { name: "Anima" },
  14706. {
  14707. side: {
  14708. height: math.unit(8, "feet"),
  14709. weight: math.unit(6300, "lb"),
  14710. name: "Side",
  14711. image: {
  14712. source: "./media/characters/anima/side.svg",
  14713. bottom: 0.035
  14714. }
  14715. },
  14716. },
  14717. [
  14718. {
  14719. name: "Normal",
  14720. height: math.unit(8, "feet"),
  14721. default: true
  14722. },
  14723. ]
  14724. ))
  14725. characterMakers.push(() => makeCharacter(
  14726. { name: "Bianca" },
  14727. {
  14728. front: {
  14729. height: math.unit(8, "feet"),
  14730. weight: math.unit(350, "lb"),
  14731. name: "Front",
  14732. image: {
  14733. source: "./media/characters/bianca/front.svg",
  14734. extra: 234 / 225,
  14735. bottom: 0.03
  14736. }
  14737. },
  14738. },
  14739. [
  14740. {
  14741. name: "Normal",
  14742. height: math.unit(8, "feet"),
  14743. default: true
  14744. },
  14745. ]
  14746. ))
  14747. characterMakers.push(() => makeCharacter(
  14748. { name: "Adinia" },
  14749. {
  14750. front: {
  14751. height: math.unit(6, "feet"),
  14752. weight: math.unit(150, "lb"),
  14753. name: "Front",
  14754. image: {
  14755. source: "./media/characters/adinia/front.svg",
  14756. extra: 1845 / 1672,
  14757. bottom: 0.02
  14758. }
  14759. },
  14760. back: {
  14761. height: math.unit(6, "feet"),
  14762. weight: math.unit(150, "lb"),
  14763. name: "Back",
  14764. image: {
  14765. source: "./media/characters/adinia/back.svg",
  14766. extra: 1845 / 1672,
  14767. bottom: 0.002
  14768. }
  14769. },
  14770. },
  14771. [
  14772. {
  14773. name: "Normal",
  14774. height: math.unit(11 + 5 / 12, "feet"),
  14775. default: true
  14776. },
  14777. ]
  14778. ))
  14779. characterMakers.push(() => makeCharacter(
  14780. { name: "Lykasa" },
  14781. {
  14782. front: {
  14783. height: math.unit(3, "meters"),
  14784. weight: math.unit(200, "kg"),
  14785. name: "Front",
  14786. image: {
  14787. source: "./media/characters/lykasa/front.svg",
  14788. extra: 1076 / 976,
  14789. bottom: 0.06
  14790. }
  14791. },
  14792. },
  14793. [
  14794. {
  14795. name: "Normal",
  14796. height: math.unit(3, "meters")
  14797. },
  14798. {
  14799. name: "Kaiku",
  14800. height: math.unit(120, "meters"),
  14801. default: true
  14802. },
  14803. {
  14804. name: "Mega Kaiju",
  14805. height: math.unit(240, "km")
  14806. },
  14807. {
  14808. name: "Giga Kaiju",
  14809. height: math.unit(400, "megameters")
  14810. },
  14811. {
  14812. name: "Tera Kaiju",
  14813. height: math.unit(800, "gigameters")
  14814. },
  14815. {
  14816. name: "Kaiju Dragon Goddess",
  14817. height: math.unit(26, "zettaparsecs")
  14818. },
  14819. ]
  14820. ))
  14821. characterMakers.push(() => makeCharacter(
  14822. { name: "Malfaren" },
  14823. {
  14824. side: {
  14825. height: math.unit(283 / 124 * 6, "feet"),
  14826. weight: math.unit(35000, "lb"),
  14827. name: "Side",
  14828. image: {
  14829. source: "./media/characters/malfaren/side.svg",
  14830. extra: 2500 / 1010,
  14831. bottom: 0.01
  14832. }
  14833. },
  14834. front: {
  14835. height: math.unit(22.36, "feet"),
  14836. weight: math.unit(35000, "lb"),
  14837. name: "Front",
  14838. image: {
  14839. source: "./media/characters/malfaren/front.svg",
  14840. extra: 1631 / 1476,
  14841. bottom: 0.01
  14842. }
  14843. },
  14844. maw: {
  14845. height: math.unit(6.9, "feet"),
  14846. name: "Maw",
  14847. image: {
  14848. source: "./media/characters/malfaren/maw.svg"
  14849. }
  14850. },
  14851. },
  14852. [
  14853. {
  14854. name: "Big",
  14855. height: math.unit(283 / 162 * 6, "feet"),
  14856. },
  14857. {
  14858. name: "Bigger",
  14859. height: math.unit(283 / 124 * 6, "feet")
  14860. },
  14861. {
  14862. name: "Massive",
  14863. height: math.unit(283 / 92 * 6, "feet"),
  14864. default: true
  14865. },
  14866. {
  14867. name: "👀💦",
  14868. height: math.unit(283 / 73 * 6, "feet"),
  14869. },
  14870. ]
  14871. ))
  14872. characterMakers.push(() => makeCharacter(
  14873. { name: "Kernel" },
  14874. {
  14875. front: {
  14876. height: math.unit(1.7, "m"),
  14877. weight: math.unit(70, "kg"),
  14878. name: "Front",
  14879. image: {
  14880. source: "./media/characters/kernel/front.svg",
  14881. extra: 222 / 210,
  14882. bottom: 0.007
  14883. }
  14884. },
  14885. },
  14886. [
  14887. {
  14888. name: "Nano",
  14889. height: math.unit(17, "micrometers")
  14890. },
  14891. {
  14892. name: "Micro",
  14893. height: math.unit(1.7, "mm")
  14894. },
  14895. {
  14896. name: "Small",
  14897. height: math.unit(1.7, "cm")
  14898. },
  14899. {
  14900. name: "Normal",
  14901. height: math.unit(1.7, "m"),
  14902. default: true
  14903. },
  14904. ]
  14905. ))
  14906. characterMakers.push(() => makeCharacter(
  14907. { name: "Jayne Folest" },
  14908. {
  14909. front: {
  14910. height: math.unit(1.75, "meters"),
  14911. weight: math.unit(65, "kg"),
  14912. name: "Front",
  14913. image: {
  14914. source: "./media/characters/jayne-folest/front.svg",
  14915. extra: 2115 / 2007,
  14916. bottom: 0.02
  14917. }
  14918. },
  14919. back: {
  14920. height: math.unit(1.75, "meters"),
  14921. weight: math.unit(65, "kg"),
  14922. name: "Back",
  14923. image: {
  14924. source: "./media/characters/jayne-folest/back.svg",
  14925. extra: 2115 / 2007,
  14926. bottom: 0.005
  14927. }
  14928. },
  14929. frontClothed: {
  14930. height: math.unit(1.75, "meters"),
  14931. weight: math.unit(65, "kg"),
  14932. name: "Front (Clothed)",
  14933. image: {
  14934. source: "./media/characters/jayne-folest/front-clothed.svg",
  14935. extra: 2115 / 2007,
  14936. bottom: 0.035
  14937. }
  14938. },
  14939. hand: {
  14940. height: math.unit(1 / 1.260, "feet"),
  14941. name: "Hand",
  14942. image: {
  14943. source: "./media/characters/jayne-folest/hand.svg"
  14944. }
  14945. },
  14946. foot: {
  14947. height: math.unit(1 / 0.918, "feet"),
  14948. name: "Foot",
  14949. image: {
  14950. source: "./media/characters/jayne-folest/foot.svg"
  14951. }
  14952. },
  14953. },
  14954. [
  14955. {
  14956. name: "Micro",
  14957. height: math.unit(4, "cm")
  14958. },
  14959. {
  14960. name: "Normal",
  14961. height: math.unit(1.75, "meters")
  14962. },
  14963. {
  14964. name: "Macro",
  14965. height: math.unit(47.5, "meters"),
  14966. default: true
  14967. },
  14968. ]
  14969. ))
  14970. characterMakers.push(() => makeCharacter(
  14971. { name: "Algier" },
  14972. {
  14973. front: {
  14974. height: math.unit(180, "cm"),
  14975. weight: math.unit(70, "kg"),
  14976. name: "Front",
  14977. image: {
  14978. source: "./media/characters/algier/front.svg",
  14979. extra: 596 / 572,
  14980. bottom: 0.04
  14981. }
  14982. },
  14983. back: {
  14984. height: math.unit(180, "cm"),
  14985. weight: math.unit(70, "kg"),
  14986. name: "Back",
  14987. image: {
  14988. source: "./media/characters/algier/back.svg",
  14989. extra: 596 / 572,
  14990. bottom: 0.025
  14991. }
  14992. },
  14993. frontdressed: {
  14994. height: math.unit(180, "cm"),
  14995. weight: math.unit(150, "kg"),
  14996. name: "Front-dressed",
  14997. image: {
  14998. source: "./media/characters/algier/front-dressed.svg",
  14999. extra: 596 / 572,
  15000. bottom: 0.038
  15001. }
  15002. },
  15003. },
  15004. [
  15005. {
  15006. name: "Micro",
  15007. height: math.unit(5, "cm")
  15008. },
  15009. {
  15010. name: "Normal",
  15011. height: math.unit(180, "cm"),
  15012. default: true
  15013. },
  15014. {
  15015. name: "Macro",
  15016. height: math.unit(64, "m")
  15017. },
  15018. ]
  15019. ))
  15020. characterMakers.push(() => makeCharacter(
  15021. { name: "Pretzel" },
  15022. {
  15023. upright: {
  15024. height: math.unit(7, "feet"),
  15025. weight: math.unit(300, "lb"),
  15026. name: "Upright",
  15027. image: {
  15028. source: "./media/characters/pretzel/upright.svg",
  15029. extra: 534 / 522,
  15030. bottom: 0.065
  15031. }
  15032. },
  15033. sprawling: {
  15034. height: math.unit(3.75, "feet"),
  15035. weight: math.unit(300, "lb"),
  15036. name: "Sprawling",
  15037. image: {
  15038. source: "./media/characters/pretzel/sprawling.svg",
  15039. extra: 314 / 281,
  15040. bottom: 0.1
  15041. }
  15042. },
  15043. tongue: {
  15044. height: math.unit(2, "feet"),
  15045. name: "Tongue",
  15046. image: {
  15047. source: "./media/characters/pretzel/tongue.svg"
  15048. }
  15049. },
  15050. },
  15051. [
  15052. {
  15053. name: "Normal",
  15054. height: math.unit(7, "feet"),
  15055. default: true
  15056. },
  15057. {
  15058. name: "Oversized",
  15059. height: math.unit(15, "feet")
  15060. },
  15061. {
  15062. name: "Huge",
  15063. height: math.unit(30, "feet")
  15064. },
  15065. {
  15066. name: "Macro",
  15067. height: math.unit(250, "feet")
  15068. },
  15069. ]
  15070. ))
  15071. characterMakers.push(() => makeCharacter(
  15072. { name: "Roxi" },
  15073. {
  15074. sideFront: {
  15075. height: math.unit(5 + 2 / 12, "feet"),
  15076. weight: math.unit(120, "lb"),
  15077. name: "Front Side",
  15078. image: {
  15079. source: "./media/characters/roxi/side-front.svg",
  15080. extra: 2924 / 2717,
  15081. bottom: 0.08
  15082. }
  15083. },
  15084. sideBack: {
  15085. height: math.unit(5 + 2 / 12, "feet"),
  15086. weight: math.unit(120, "lb"),
  15087. name: "Back Side",
  15088. image: {
  15089. source: "./media/characters/roxi/side-back.svg",
  15090. extra: 2904 / 2693,
  15091. bottom: 0.06
  15092. }
  15093. },
  15094. front: {
  15095. height: math.unit(5 + 2 / 12, "feet"),
  15096. weight: math.unit(120, "lb"),
  15097. name: "Front",
  15098. image: {
  15099. source: "./media/characters/roxi/front.svg",
  15100. extra: 2028 / 1907,
  15101. bottom: 0.01
  15102. }
  15103. },
  15104. frontAlt: {
  15105. height: math.unit(5 + 2 / 12, "feet"),
  15106. weight: math.unit(120, "lb"),
  15107. name: "Front (Alt)",
  15108. image: {
  15109. source: "./media/characters/roxi/front-alt.svg",
  15110. extra: 1828 / 1798,
  15111. bottom: 0.01
  15112. }
  15113. },
  15114. sitting: {
  15115. height: math.unit(2.8, "feet"),
  15116. weight: math.unit(120, "lb"),
  15117. name: "Sitting",
  15118. image: {
  15119. source: "./media/characters/roxi/sitting.svg",
  15120. extra: 2660 / 2462,
  15121. bottom: 0.1
  15122. }
  15123. },
  15124. },
  15125. [
  15126. {
  15127. name: "Normal",
  15128. height: math.unit(5 + 2 / 12, "feet"),
  15129. default: true
  15130. },
  15131. ]
  15132. ))
  15133. characterMakers.push(() => makeCharacter(
  15134. { name: "Shadow" },
  15135. {
  15136. side: {
  15137. height: math.unit(55, "feet"),
  15138. weight: math.unit(153, "tons"),
  15139. name: "Side",
  15140. image: {
  15141. source: "./media/characters/shadow/side.svg",
  15142. extra: 701 / 628,
  15143. bottom: 0.02
  15144. }
  15145. },
  15146. flying: {
  15147. height: math.unit(145, "feet"),
  15148. weight: math.unit(153, "tons"),
  15149. name: "Flying",
  15150. image: {
  15151. source: "./media/characters/shadow/flying.svg"
  15152. }
  15153. },
  15154. },
  15155. [
  15156. {
  15157. name: "Normal",
  15158. height: math.unit(55, "feet"),
  15159. default: true
  15160. },
  15161. ]
  15162. ))
  15163. characterMakers.push(() => makeCharacter(
  15164. { name: "Marcie" },
  15165. {
  15166. front: {
  15167. height: math.unit(6, "feet"),
  15168. weight: math.unit(200, "lb"),
  15169. name: "Front",
  15170. image: {
  15171. source: "./media/characters/marcie/front.svg",
  15172. extra: 960 / 876,
  15173. bottom: 58 / 1017.87
  15174. }
  15175. },
  15176. },
  15177. [
  15178. {
  15179. name: "Macro",
  15180. height: math.unit(1, "mile"),
  15181. default: true
  15182. },
  15183. ]
  15184. ))
  15185. characterMakers.push(() => makeCharacter(
  15186. { name: "Kachina" },
  15187. {
  15188. front: {
  15189. height: math.unit(7, "feet"),
  15190. weight: math.unit(200, "lb"),
  15191. name: "Front",
  15192. image: {
  15193. source: "./media/characters/kachina/front.svg",
  15194. extra: 1290.68 / 1119,
  15195. bottom: 36.5 / 1327.18
  15196. }
  15197. },
  15198. },
  15199. [
  15200. {
  15201. name: "Normal",
  15202. height: math.unit(7, "feet"),
  15203. default: true
  15204. },
  15205. ]
  15206. ))
  15207. characterMakers.push(() => makeCharacter(
  15208. { name: "Kash" },
  15209. {
  15210. looking: {
  15211. height: math.unit(2, "meters"),
  15212. weight: math.unit(300, "kg"),
  15213. name: "Looking",
  15214. image: {
  15215. source: "./media/characters/kash/looking.svg",
  15216. extra: 474 / 344,
  15217. bottom: 0.03
  15218. }
  15219. },
  15220. side: {
  15221. height: math.unit(2, "meters"),
  15222. weight: math.unit(300, "kg"),
  15223. name: "Side",
  15224. image: {
  15225. source: "./media/characters/kash/side.svg",
  15226. extra: 302 / 251,
  15227. bottom: 0.03
  15228. }
  15229. },
  15230. front: {
  15231. height: math.unit(2, "meters"),
  15232. weight: math.unit(300, "kg"),
  15233. name: "Front",
  15234. image: {
  15235. source: "./media/characters/kash/front.svg",
  15236. extra: 495 / 360,
  15237. bottom: 0.015
  15238. }
  15239. },
  15240. },
  15241. [
  15242. {
  15243. name: "Normal",
  15244. height: math.unit(2, "meters"),
  15245. default: true
  15246. },
  15247. {
  15248. name: "Big",
  15249. height: math.unit(3, "meters")
  15250. },
  15251. {
  15252. name: "Large",
  15253. height: math.unit(5, "meters")
  15254. },
  15255. ]
  15256. ))
  15257. characterMakers.push(() => makeCharacter(
  15258. { name: "Lalim" },
  15259. {
  15260. feeding: {
  15261. height: math.unit(6.7, "feet"),
  15262. weight: math.unit(350, "lb"),
  15263. name: "Feeding",
  15264. image: {
  15265. source: "./media/characters/lalim/feeding.svg",
  15266. }
  15267. },
  15268. },
  15269. [
  15270. {
  15271. name: "Normal",
  15272. height: math.unit(6.7, "feet"),
  15273. default: true
  15274. },
  15275. ]
  15276. ))
  15277. characterMakers.push(() => makeCharacter(
  15278. { name: "De'Vout" },
  15279. {
  15280. front: {
  15281. height: math.unit(9.5, "feet"),
  15282. weight: math.unit(600, "lb"),
  15283. name: "Front",
  15284. image: {
  15285. source: "./media/characters/de'vout/front.svg",
  15286. extra: 1443 / 1328,
  15287. bottom: 0.025
  15288. }
  15289. },
  15290. back: {
  15291. height: math.unit(9.5, "feet"),
  15292. weight: math.unit(600, "lb"),
  15293. name: "Back",
  15294. image: {
  15295. source: "./media/characters/de'vout/back.svg",
  15296. extra: 1443 / 1328
  15297. }
  15298. },
  15299. frontDressed: {
  15300. height: math.unit(9.5, "feet"),
  15301. weight: math.unit(600, "lb"),
  15302. name: "Front (Dressed",
  15303. image: {
  15304. source: "./media/characters/de'vout/front-dressed.svg",
  15305. extra: 1443 / 1328,
  15306. bottom: 0.025
  15307. }
  15308. },
  15309. backDressed: {
  15310. height: math.unit(9.5, "feet"),
  15311. weight: math.unit(600, "lb"),
  15312. name: "Back (Dressed",
  15313. image: {
  15314. source: "./media/characters/de'vout/back-dressed.svg",
  15315. extra: 1443 / 1328
  15316. }
  15317. },
  15318. },
  15319. [
  15320. {
  15321. name: "Normal",
  15322. height: math.unit(9.5, "feet"),
  15323. default: true
  15324. },
  15325. ]
  15326. ))
  15327. characterMakers.push(() => makeCharacter(
  15328. { name: "Talana" },
  15329. {
  15330. front: {
  15331. height: math.unit(8, "feet"),
  15332. weight: math.unit(225, "lb"),
  15333. name: "Front",
  15334. image: {
  15335. source: "./media/characters/talana/front.svg",
  15336. extra: 1410 / 1300,
  15337. bottom: 0.015
  15338. }
  15339. },
  15340. frontDressed: {
  15341. height: math.unit(8, "feet"),
  15342. weight: math.unit(225, "lb"),
  15343. name: "Front (Dressed",
  15344. image: {
  15345. source: "./media/characters/talana/front-dressed.svg",
  15346. extra: 1410 / 1300,
  15347. bottom: 0.015
  15348. }
  15349. },
  15350. },
  15351. [
  15352. {
  15353. name: "Normal",
  15354. height: math.unit(8, "feet"),
  15355. default: true
  15356. },
  15357. ]
  15358. ))
  15359. characterMakers.push(() => makeCharacter(
  15360. { name: "Xeauvok" },
  15361. {
  15362. side: {
  15363. height: math.unit(7.2, "feet"),
  15364. weight: math.unit(150, "lb"),
  15365. name: "Side",
  15366. image: {
  15367. source: "./media/characters/xeauvok/side.svg",
  15368. extra: 1975 / 1523,
  15369. bottom: 0.07
  15370. }
  15371. },
  15372. },
  15373. [
  15374. {
  15375. name: "Normal",
  15376. height: math.unit(7.2, "feet"),
  15377. default: true
  15378. },
  15379. ]
  15380. ))
  15381. characterMakers.push(() => makeCharacter(
  15382. { name: "Zara" },
  15383. {
  15384. side: {
  15385. height: math.unit(10, "feet"),
  15386. weight: math.unit(900, "kg"),
  15387. name: "Side",
  15388. image: {
  15389. source: "./media/characters/zara/side.svg",
  15390. extra: 504 / 498
  15391. }
  15392. },
  15393. },
  15394. [
  15395. {
  15396. name: "Normal",
  15397. height: math.unit(10, "feet"),
  15398. default: true
  15399. },
  15400. ]
  15401. ))
  15402. characterMakers.push(() => makeCharacter(
  15403. { name: "Richard (Dragon)" },
  15404. {
  15405. side: {
  15406. height: math.unit(6, "feet"),
  15407. weight: math.unit(150, "lb"),
  15408. name: "Side",
  15409. image: {
  15410. source: "./media/characters/richard-dragon/side.svg",
  15411. extra: 845 / 340,
  15412. bottom: 0.017
  15413. }
  15414. },
  15415. maw: {
  15416. height: math.unit(2.97, "feet"),
  15417. name: "Maw",
  15418. image: {
  15419. source: "./media/characters/richard-dragon/maw.svg"
  15420. }
  15421. },
  15422. },
  15423. [
  15424. ]
  15425. ))
  15426. characterMakers.push(() => makeCharacter(
  15427. { name: "Richard (Smeargle)" },
  15428. {
  15429. front: {
  15430. height: math.unit(4, "feet"),
  15431. weight: math.unit(100, "lb"),
  15432. name: "Front",
  15433. image: {
  15434. source: "./media/characters/richard-smeargle/front.svg",
  15435. extra: 2952 / 2820,
  15436. bottom: 0.028
  15437. }
  15438. },
  15439. },
  15440. [
  15441. {
  15442. name: "Normal",
  15443. height: math.unit(4, "feet"),
  15444. default: true
  15445. },
  15446. {
  15447. name: "Dynamax",
  15448. height: math.unit(20, "meters")
  15449. },
  15450. ]
  15451. ))
  15452. characterMakers.push(() => makeCharacter(
  15453. { name: "Klay" },
  15454. {
  15455. front: {
  15456. height: math.unit(6, "feet"),
  15457. weight: math.unit(110, "lb"),
  15458. name: "Front",
  15459. image: {
  15460. source: "./media/characters/klay/front.svg",
  15461. extra: 962 / 883,
  15462. bottom: 0.04
  15463. }
  15464. },
  15465. back: {
  15466. height: math.unit(6, "feet"),
  15467. weight: math.unit(110, "lb"),
  15468. name: "Back",
  15469. image: {
  15470. source: "./media/characters/klay/back.svg",
  15471. extra: 962 / 883
  15472. }
  15473. },
  15474. beans: {
  15475. height: math.unit(1.15, "feet"),
  15476. name: "Beans",
  15477. image: {
  15478. source: "./media/characters/klay/beans.svg"
  15479. }
  15480. },
  15481. },
  15482. [
  15483. {
  15484. name: "Micro",
  15485. height: math.unit(6, "inches")
  15486. },
  15487. {
  15488. name: "Mini",
  15489. height: math.unit(3, "feet")
  15490. },
  15491. {
  15492. name: "Normal",
  15493. height: math.unit(6, "feet"),
  15494. default: true
  15495. },
  15496. {
  15497. name: "Big",
  15498. height: math.unit(25, "feet")
  15499. },
  15500. {
  15501. name: "Macro",
  15502. height: math.unit(100, "feet")
  15503. },
  15504. {
  15505. name: "Megamacro",
  15506. height: math.unit(400, "feet")
  15507. },
  15508. ]
  15509. ))
  15510. characterMakers.push(() => makeCharacter(
  15511. { name: "Marcus" },
  15512. {
  15513. front: {
  15514. height: math.unit(6, "feet"),
  15515. weight: math.unit(160, "lb"),
  15516. name: "Front",
  15517. image: {
  15518. source: "./media/characters/marcus/front.svg",
  15519. extra: 734 / 676,
  15520. bottom: 0.03
  15521. }
  15522. },
  15523. },
  15524. [
  15525. {
  15526. name: "Little",
  15527. height: math.unit(6, "feet")
  15528. },
  15529. {
  15530. name: "Normal",
  15531. height: math.unit(110, "feet"),
  15532. default: true
  15533. },
  15534. {
  15535. name: "Macro",
  15536. height: math.unit(250, "feet")
  15537. },
  15538. {
  15539. name: "Megamacro",
  15540. height: math.unit(1000, "feet")
  15541. },
  15542. ]
  15543. ))
  15544. characterMakers.push(() => makeCharacter(
  15545. { name: "Claude DelRoute" },
  15546. {
  15547. front: {
  15548. height: math.unit(7, "feet"),
  15549. weight: math.unit(275, "lb"),
  15550. name: "Front",
  15551. image: {
  15552. source: "./media/characters/claude-delroute/front.svg",
  15553. extra: 230 / 214,
  15554. bottom: 0.007
  15555. }
  15556. },
  15557. side: {
  15558. height: math.unit(7, "feet"),
  15559. weight: math.unit(275, "lb"),
  15560. name: "Side",
  15561. image: {
  15562. source: "./media/characters/claude-delroute/side.svg",
  15563. extra: 222 / 214,
  15564. bottom: 0.01
  15565. }
  15566. },
  15567. back: {
  15568. height: math.unit(7, "feet"),
  15569. weight: math.unit(275, "lb"),
  15570. name: "Back",
  15571. image: {
  15572. source: "./media/characters/claude-delroute/back.svg",
  15573. extra: 230 / 214,
  15574. bottom: 0.015
  15575. }
  15576. },
  15577. maw: {
  15578. height: math.unit(0.6407, "meters"),
  15579. name: "Maw",
  15580. image: {
  15581. source: "./media/characters/claude-delroute/maw.svg"
  15582. }
  15583. },
  15584. },
  15585. [
  15586. {
  15587. name: "Normal",
  15588. height: math.unit(7, "feet"),
  15589. default: true
  15590. },
  15591. {
  15592. name: "Lorge",
  15593. height: math.unit(20, "feet")
  15594. },
  15595. ]
  15596. ))
  15597. characterMakers.push(() => makeCharacter(
  15598. { name: "Dragonien" },
  15599. {
  15600. front: {
  15601. height: math.unit(8 + 4 / 12, "feet"),
  15602. weight: math.unit(600, "lb"),
  15603. name: "Front",
  15604. image: {
  15605. source: "./media/characters/dragonien/front.svg",
  15606. extra: 100 / 94,
  15607. bottom: 3.3 / 103.3445
  15608. }
  15609. },
  15610. back: {
  15611. height: math.unit(8 + 4 / 12, "feet"),
  15612. weight: math.unit(600, "lb"),
  15613. name: "Back",
  15614. image: {
  15615. source: "./media/characters/dragonien/back.svg",
  15616. extra: 776 / 746,
  15617. bottom: 6.4 / 782.0616
  15618. }
  15619. },
  15620. foot: {
  15621. height: math.unit(1.54, "feet"),
  15622. name: "Foot",
  15623. image: {
  15624. source: "./media/characters/dragonien/foot.svg",
  15625. }
  15626. },
  15627. },
  15628. [
  15629. {
  15630. name: "Normal",
  15631. height: math.unit(8 + 4 / 12, "feet"),
  15632. default: true
  15633. },
  15634. {
  15635. name: "Macro",
  15636. height: math.unit(200, "feet")
  15637. },
  15638. {
  15639. name: "Megamacro",
  15640. height: math.unit(1, "mile")
  15641. },
  15642. {
  15643. name: "Gigamacro",
  15644. height: math.unit(1000, "miles")
  15645. },
  15646. ]
  15647. ))
  15648. characterMakers.push(() => makeCharacter(
  15649. { name: "Desta" },
  15650. {
  15651. front: {
  15652. height: math.unit(5 + 2 / 12, "feet"),
  15653. weight: math.unit(110, "lb"),
  15654. name: "Front",
  15655. image: {
  15656. source: "./media/characters/desta/front.svg",
  15657. extra: 1482 / 1417
  15658. }
  15659. },
  15660. side: {
  15661. height: math.unit(5 + 2 / 12, "feet"),
  15662. weight: math.unit(110, "lb"),
  15663. name: "Side",
  15664. image: {
  15665. source: "./media/characters/desta/side.svg",
  15666. extra: 2579 / 2491,
  15667. bottom: 0.053
  15668. }
  15669. },
  15670. },
  15671. [
  15672. {
  15673. name: "Micro",
  15674. height: math.unit(6, "inches")
  15675. },
  15676. {
  15677. name: "Normal",
  15678. height: math.unit(5 + 2 / 12, "feet"),
  15679. default: true
  15680. },
  15681. {
  15682. name: "Macro",
  15683. height: math.unit(62, "feet")
  15684. },
  15685. {
  15686. name: "Megamacro",
  15687. height: math.unit(1800, "feet")
  15688. },
  15689. ]
  15690. ))
  15691. characterMakers.push(() => makeCharacter(
  15692. { name: "Storm Alystar" },
  15693. {
  15694. front: {
  15695. height: math.unit(10, "feet"),
  15696. weight: math.unit(700, "lb"),
  15697. name: "Front",
  15698. image: {
  15699. source: "./media/characters/storm-alystar/front.svg",
  15700. extra: 2112 / 1898,
  15701. bottom: 0.034
  15702. }
  15703. },
  15704. },
  15705. [
  15706. {
  15707. name: "Micro",
  15708. height: math.unit(3.5, "inches")
  15709. },
  15710. {
  15711. name: "Normal",
  15712. height: math.unit(10, "feet"),
  15713. default: true
  15714. },
  15715. {
  15716. name: "Macro",
  15717. height: math.unit(400, "feet")
  15718. },
  15719. {
  15720. name: "Deific",
  15721. height: math.unit(60, "miles")
  15722. },
  15723. ]
  15724. ))
  15725. characterMakers.push(() => makeCharacter(
  15726. { name: "Ilia" },
  15727. {
  15728. front: {
  15729. height: math.unit(2.35, "meters"),
  15730. weight: math.unit(119, "kg"),
  15731. name: "Front",
  15732. image: {
  15733. source: "./media/characters/ilia/front.svg",
  15734. extra: 1285 / 1255,
  15735. bottom: 0.06
  15736. }
  15737. },
  15738. },
  15739. [
  15740. {
  15741. name: "Normal",
  15742. height: math.unit(2.35, "meters")
  15743. },
  15744. {
  15745. name: "Macro",
  15746. height: math.unit(140, "meters"),
  15747. default: true
  15748. },
  15749. {
  15750. name: "Megamacro",
  15751. height: math.unit(100, "miles")
  15752. },
  15753. ]
  15754. ))
  15755. characterMakers.push(() => makeCharacter(
  15756. { name: "KingDead" },
  15757. {
  15758. front: {
  15759. height: math.unit(6 + 5 / 12, "feet"),
  15760. weight: math.unit(190, "lb"),
  15761. name: "Front",
  15762. image: {
  15763. source: "./media/characters/kingdead/front.svg",
  15764. extra: 1228 / 1177
  15765. }
  15766. },
  15767. },
  15768. [
  15769. {
  15770. name: "Micro",
  15771. height: math.unit(7, "inches")
  15772. },
  15773. {
  15774. name: "Normal",
  15775. height: math.unit(6 + 5 / 12, "feet")
  15776. },
  15777. {
  15778. name: "Macro",
  15779. height: math.unit(150, "feet"),
  15780. default: true
  15781. },
  15782. {
  15783. name: "Megamacro",
  15784. height: math.unit(200, "miles")
  15785. },
  15786. ]
  15787. ))
  15788. characterMakers.push(() => makeCharacter(
  15789. { name: "Kyrehx" },
  15790. {
  15791. front: {
  15792. height: math.unit(8, "feet"),
  15793. weight: math.unit(600, "lb"),
  15794. name: "Front",
  15795. image: {
  15796. source: "./media/characters/kyrehx/front.svg",
  15797. extra: 1195 / 1095,
  15798. bottom: 0.034
  15799. }
  15800. },
  15801. },
  15802. [
  15803. {
  15804. name: "Micro",
  15805. height: math.unit(2, "inches")
  15806. },
  15807. {
  15808. name: "Normal",
  15809. height: math.unit(8, "feet"),
  15810. default: true
  15811. },
  15812. {
  15813. name: "Macro",
  15814. height: math.unit(255, "feet")
  15815. },
  15816. ]
  15817. ))
  15818. characterMakers.push(() => makeCharacter(
  15819. { name: "Xang" },
  15820. {
  15821. front: {
  15822. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15823. weight: math.unit(184, "lb"),
  15824. name: "Front",
  15825. image: {
  15826. source: "./media/characters/xang/front.svg",
  15827. extra: 845 / 755
  15828. }
  15829. },
  15830. },
  15831. [
  15832. {
  15833. name: "Normal",
  15834. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15835. default: true
  15836. },
  15837. {
  15838. name: "Macro",
  15839. height: math.unit(0.935 * 146, "feet")
  15840. },
  15841. {
  15842. name: "Megamacro",
  15843. height: math.unit(0.935 * 3, "miles")
  15844. },
  15845. ]
  15846. ))
  15847. characterMakers.push(() => makeCharacter(
  15848. { name: "Doc Weardno" },
  15849. {
  15850. frontDressed: {
  15851. height: math.unit(5 + 7 / 12, "feet"),
  15852. weight: math.unit(140, "lb"),
  15853. name: "Front (Dressed)",
  15854. image: {
  15855. source: "./media/characters/doc-weardno/front-dressed.svg",
  15856. extra: 263 / 234
  15857. }
  15858. },
  15859. backDressed: {
  15860. height: math.unit(5 + 7 / 12, "feet"),
  15861. weight: math.unit(140, "lb"),
  15862. name: "Back (Dressed)",
  15863. image: {
  15864. source: "./media/characters/doc-weardno/back-dressed.svg",
  15865. extra: 266 / 238
  15866. }
  15867. },
  15868. front: {
  15869. height: math.unit(5 + 7 / 12, "feet"),
  15870. weight: math.unit(140, "lb"),
  15871. name: "Front",
  15872. image: {
  15873. source: "./media/characters/doc-weardno/front.svg",
  15874. extra: 254 / 233
  15875. }
  15876. },
  15877. },
  15878. [
  15879. {
  15880. name: "Micro",
  15881. height: math.unit(3, "inches")
  15882. },
  15883. {
  15884. name: "Normal",
  15885. height: math.unit(5 + 7 / 12, "feet"),
  15886. default: true
  15887. },
  15888. {
  15889. name: "Macro",
  15890. height: math.unit(25, "feet")
  15891. },
  15892. {
  15893. name: "Megamacro",
  15894. height: math.unit(2, "miles")
  15895. },
  15896. ]
  15897. ))
  15898. characterMakers.push(() => makeCharacter(
  15899. { name: "Seth Whilst" },
  15900. {
  15901. front: {
  15902. height: math.unit(6 + 2 / 12, "feet"),
  15903. weight: math.unit(153, "lb"),
  15904. name: "Front",
  15905. image: {
  15906. source: "./media/characters/seth-whilst/front.svg",
  15907. bottom: 0.07
  15908. }
  15909. },
  15910. },
  15911. [
  15912. {
  15913. name: "Micro",
  15914. height: math.unit(5, "inches")
  15915. },
  15916. {
  15917. name: "Normal",
  15918. height: math.unit(6 + 2 / 12, "feet"),
  15919. default: true
  15920. },
  15921. ]
  15922. ))
  15923. characterMakers.push(() => makeCharacter(
  15924. { name: "Pocket Jabari" },
  15925. {
  15926. front: {
  15927. height: math.unit(3, "inches"),
  15928. weight: math.unit(8, "grams"),
  15929. name: "Front",
  15930. image: {
  15931. source: "./media/characters/pocket-jabari/front.svg",
  15932. extra: 1024 / 974,
  15933. bottom: 0.039
  15934. }
  15935. },
  15936. },
  15937. [
  15938. {
  15939. name: "Minimicro",
  15940. height: math.unit(8, "mm")
  15941. },
  15942. {
  15943. name: "Micro",
  15944. height: math.unit(3, "inches"),
  15945. default: true
  15946. },
  15947. {
  15948. name: "Normal",
  15949. height: math.unit(3, "feet")
  15950. },
  15951. ]
  15952. ))
  15953. characterMakers.push(() => makeCharacter(
  15954. { name: "Sapphy" },
  15955. {
  15956. front: {
  15957. height: math.unit(15, "feet"),
  15958. weight: math.unit(3280, "lb"),
  15959. name: "Front",
  15960. image: {
  15961. source: "./media/characters/sapphy/front.svg",
  15962. extra: 671 / 577,
  15963. bottom: 0.085
  15964. }
  15965. },
  15966. back: {
  15967. height: math.unit(15, "feet"),
  15968. weight: math.unit(3280, "lb"),
  15969. name: "Back",
  15970. image: {
  15971. source: "./media/characters/sapphy/back.svg",
  15972. extra: 631 / 607,
  15973. bottom: 0.045
  15974. }
  15975. },
  15976. },
  15977. [
  15978. {
  15979. name: "Normal",
  15980. height: math.unit(15, "feet")
  15981. },
  15982. {
  15983. name: "Casual Macro",
  15984. height: math.unit(120, "feet")
  15985. },
  15986. {
  15987. name: "Macro",
  15988. height: math.unit(2150, "feet"),
  15989. default: true
  15990. },
  15991. {
  15992. name: "Megamacro",
  15993. height: math.unit(8, "miles")
  15994. },
  15995. {
  15996. name: "Galaxy Mom",
  15997. height: math.unit(6, "megalightyears")
  15998. },
  15999. ]
  16000. ))
  16001. characterMakers.push(() => makeCharacter(
  16002. { name: "Kiro" },
  16003. {
  16004. front: {
  16005. height: math.unit(6, "feet"),
  16006. weight: math.unit(170, "lb"),
  16007. name: "Front",
  16008. image: {
  16009. source: "./media/characters/kiro/front.svg",
  16010. extra: 1064 / 1012,
  16011. bottom: 0.052
  16012. }
  16013. },
  16014. },
  16015. [
  16016. {
  16017. name: "Micro",
  16018. height: math.unit(6, "inches")
  16019. },
  16020. {
  16021. name: "Normal",
  16022. height: math.unit(6, "feet"),
  16023. default: true
  16024. },
  16025. {
  16026. name: "Macro",
  16027. height: math.unit(72, "feet")
  16028. },
  16029. ]
  16030. ))
  16031. characterMakers.push(() => makeCharacter(
  16032. { name: "Irishfox" },
  16033. {
  16034. front: {
  16035. height: math.unit(5 + 9 / 12, "feet"),
  16036. weight: math.unit(175, "lb"),
  16037. name: "Front",
  16038. image: {
  16039. source: "./media/characters/irishfox/front.svg",
  16040. extra: 1912 / 1680,
  16041. bottom: 0.02
  16042. }
  16043. },
  16044. },
  16045. [
  16046. {
  16047. name: "Nano",
  16048. height: math.unit(1, "mm")
  16049. },
  16050. {
  16051. name: "Micro",
  16052. height: math.unit(2, "inches")
  16053. },
  16054. {
  16055. name: "Normal",
  16056. height: math.unit(5 + 9 / 12, "feet"),
  16057. default: true
  16058. },
  16059. {
  16060. name: "Macro",
  16061. height: math.unit(45, "feet")
  16062. },
  16063. ]
  16064. ))
  16065. characterMakers.push(() => makeCharacter(
  16066. { name: "Aronai Sieyes" },
  16067. {
  16068. front: {
  16069. height: math.unit(6 + 1 / 12, "feet"),
  16070. weight: math.unit(150, "lb"),
  16071. name: "Front",
  16072. image: {
  16073. source: "./media/characters/aronai-sieyes/front.svg",
  16074. extra: 1556 / 1480,
  16075. bottom: 0.015
  16076. }
  16077. },
  16078. side: {
  16079. height: math.unit(6 + 1 / 12, "feet"),
  16080. weight: math.unit(150, "lb"),
  16081. name: "Side",
  16082. image: {
  16083. source: "./media/characters/aronai-sieyes/side.svg",
  16084. extra: 1433 / 1390,
  16085. bottom: 0.0393
  16086. }
  16087. },
  16088. back: {
  16089. height: math.unit(6 + 1 / 12, "feet"),
  16090. weight: math.unit(150, "lb"),
  16091. name: "Back",
  16092. image: {
  16093. source: "./media/characters/aronai-sieyes/back.svg",
  16094. extra: 1544 / 1494,
  16095. bottom: 0.02
  16096. }
  16097. },
  16098. frontClothed: {
  16099. height: math.unit(6 + 1 / 12, "feet"),
  16100. weight: math.unit(150, "lb"),
  16101. name: "Front (Clothed)",
  16102. image: {
  16103. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16104. extra: 1582 / 1527
  16105. }
  16106. },
  16107. feral: {
  16108. height: math.unit(18, "feet"),
  16109. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16110. name: "Feral",
  16111. image: {
  16112. source: "./media/characters/aronai-sieyes/feral.svg",
  16113. extra: 1530 / 1240,
  16114. bottom: 0.035
  16115. }
  16116. },
  16117. },
  16118. [
  16119. {
  16120. name: "Micro",
  16121. height: math.unit(2, "inches")
  16122. },
  16123. {
  16124. name: "Normal",
  16125. height: math.unit(6 + 1 / 12, "feet"),
  16126. default: true
  16127. }
  16128. ]
  16129. ))
  16130. characterMakers.push(() => makeCharacter(
  16131. { name: "Xuna" },
  16132. {
  16133. front: {
  16134. height: math.unit(12, "feet"),
  16135. weight: math.unit(410, "kg"),
  16136. name: "Front",
  16137. image: {
  16138. source: "./media/characters/xuna/front.svg",
  16139. extra: 2184 / 1980
  16140. }
  16141. },
  16142. side: {
  16143. height: math.unit(12, "feet"),
  16144. weight: math.unit(410, "kg"),
  16145. name: "Side",
  16146. image: {
  16147. source: "./media/characters/xuna/side.svg",
  16148. extra: 2184 / 1980
  16149. }
  16150. },
  16151. back: {
  16152. height: math.unit(12, "feet"),
  16153. weight: math.unit(410, "kg"),
  16154. name: "Back",
  16155. image: {
  16156. source: "./media/characters/xuna/back.svg",
  16157. extra: 2184 / 1980
  16158. }
  16159. },
  16160. },
  16161. [
  16162. {
  16163. name: "Nano glow",
  16164. height: math.unit(10, "nm")
  16165. },
  16166. {
  16167. name: "Micro floof",
  16168. height: math.unit(0.3, "m")
  16169. },
  16170. {
  16171. name: "Huggable softy boi",
  16172. height: math.unit(3.6576, "m"),
  16173. default: true
  16174. },
  16175. {
  16176. name: "Admirable floof",
  16177. height: math.unit(80, "meters")
  16178. },
  16179. {
  16180. name: "Gentle macro",
  16181. height: math.unit(300, "meters")
  16182. },
  16183. {
  16184. name: "Very careful floof",
  16185. height: math.unit(3200, "meters")
  16186. },
  16187. {
  16188. name: "The mega floof",
  16189. height: math.unit(36000, "meters")
  16190. },
  16191. {
  16192. name: "Giga-fur-Wicker",
  16193. height: math.unit(4800000, "meters")
  16194. },
  16195. {
  16196. name: "Licky world",
  16197. height: math.unit(20000000, "meters")
  16198. },
  16199. {
  16200. name: "Floofy cyan sun",
  16201. height: math.unit(1500000000, "meters")
  16202. },
  16203. {
  16204. name: "Milky Wicker",
  16205. height: math.unit(1000000000000000000000, "meters")
  16206. },
  16207. {
  16208. name: "The observing Wicker",
  16209. height: math.unit(999999999999999999999999999, "meters")
  16210. },
  16211. ]
  16212. ))
  16213. characterMakers.push(() => makeCharacter(
  16214. { name: "Arokha Sieyes" },
  16215. {
  16216. front: {
  16217. height: math.unit(5 + 9 / 12, "feet"),
  16218. weight: math.unit(150, "lb"),
  16219. name: "Front",
  16220. image: {
  16221. source: "./media/characters/arokha-sieyes/front.svg",
  16222. extra: 1425 / 1284,
  16223. bottom: 0.05
  16224. }
  16225. },
  16226. },
  16227. [
  16228. {
  16229. name: "Normal",
  16230. height: math.unit(5 + 9 / 12, "feet")
  16231. },
  16232. {
  16233. name: "Macro",
  16234. height: math.unit(30, "meters"),
  16235. default: true
  16236. },
  16237. ]
  16238. ))
  16239. characterMakers.push(() => makeCharacter(
  16240. { name: "Arokh Sieyes" },
  16241. {
  16242. front: {
  16243. height: math.unit(6, "feet"),
  16244. weight: math.unit(180, "lb"),
  16245. name: "Front",
  16246. image: {
  16247. source: "./media/characters/arokh-sieyes/front.svg",
  16248. extra: 1830 / 1769,
  16249. bottom: 0.01
  16250. }
  16251. },
  16252. },
  16253. [
  16254. {
  16255. name: "Normal",
  16256. height: math.unit(6, "feet")
  16257. },
  16258. {
  16259. name: "Macro",
  16260. height: math.unit(30, "meters"),
  16261. default: true
  16262. },
  16263. ]
  16264. ))
  16265. characterMakers.push(() => makeCharacter(
  16266. { name: "Goldeneye" },
  16267. {
  16268. side: {
  16269. height: math.unit(13 + 1 / 12, "feet"),
  16270. weight: math.unit(8.5, "tonnes"),
  16271. name: "Side",
  16272. image: {
  16273. source: "./media/characters/goldeneye/side.svg",
  16274. extra: 1182 / 778,
  16275. bottom: 0.067
  16276. }
  16277. },
  16278. paw: {
  16279. height: math.unit(3.4, "feet"),
  16280. name: "Paw",
  16281. image: {
  16282. source: "./media/characters/goldeneye/paw.svg"
  16283. }
  16284. },
  16285. },
  16286. [
  16287. {
  16288. name: "Normal",
  16289. height: math.unit(13 + 1 / 12, "feet"),
  16290. default: true
  16291. },
  16292. ]
  16293. ))
  16294. characterMakers.push(() => makeCharacter(
  16295. { name: "Leonardo Lycheborne" },
  16296. {
  16297. front: {
  16298. height: math.unit(6 + 1 / 12, "feet"),
  16299. weight: math.unit(210, "lb"),
  16300. name: "Front",
  16301. image: {
  16302. source: "./media/characters/leonardo-lycheborne/front.svg",
  16303. extra: 390 / 365,
  16304. bottom: 0.032
  16305. }
  16306. },
  16307. side: {
  16308. height: math.unit(6 + 1 / 12, "feet"),
  16309. weight: math.unit(210, "lb"),
  16310. name: "Side",
  16311. image: {
  16312. source: "./media/characters/leonardo-lycheborne/side.svg",
  16313. extra: 390 / 365,
  16314. bottom: 0.005
  16315. }
  16316. },
  16317. back: {
  16318. height: math.unit(6 + 1 / 12, "feet"),
  16319. weight: math.unit(210, "lb"),
  16320. name: "Back",
  16321. image: {
  16322. source: "./media/characters/leonardo-lycheborne/back.svg",
  16323. extra: 392 / 366,
  16324. bottom: 0.01
  16325. }
  16326. },
  16327. hand: {
  16328. height: math.unit(1.08, "feet"),
  16329. name: "Hand",
  16330. image: {
  16331. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16332. }
  16333. },
  16334. foot: {
  16335. height: math.unit(1.32, "feet"),
  16336. name: "Foot",
  16337. image: {
  16338. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16339. }
  16340. },
  16341. were: {
  16342. height: math.unit(20, "feet"),
  16343. weight: math.unit(7800, "lb"),
  16344. name: "Were",
  16345. image: {
  16346. source: "./media/characters/leonardo-lycheborne/were.svg",
  16347. extra: 308 / 294,
  16348. bottom: 0.048
  16349. }
  16350. },
  16351. feral: {
  16352. height: math.unit(7.5, "feet"),
  16353. weight: math.unit(600, "lb"),
  16354. name: "Feral",
  16355. image: {
  16356. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16357. extra: 210 / 186,
  16358. bottom: 0.108
  16359. }
  16360. },
  16361. taur: {
  16362. height: math.unit(11, "feet"),
  16363. weight: math.unit(3300, "lb"),
  16364. name: "Taur",
  16365. image: {
  16366. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16367. extra: 320 / 303,
  16368. bottom: 0.025
  16369. }
  16370. },
  16371. barghest: {
  16372. height: math.unit(11, "feet"),
  16373. weight: math.unit(1300, "lb"),
  16374. name: "Barghest",
  16375. image: {
  16376. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16377. extra: 323 / 302,
  16378. bottom: 0.027
  16379. }
  16380. },
  16381. dick: {
  16382. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16383. name: "Dick",
  16384. image: {
  16385. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16386. }
  16387. },
  16388. dickWere: {
  16389. height: math.unit((20) / 3.8, "feet"),
  16390. name: "Dick (Were)",
  16391. image: {
  16392. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16393. }
  16394. },
  16395. },
  16396. [
  16397. {
  16398. name: "Normal",
  16399. height: math.unit(6 + 1 / 12, "feet"),
  16400. default: true
  16401. },
  16402. ]
  16403. ))
  16404. characterMakers.push(() => makeCharacter(
  16405. { name: "Jet" },
  16406. {
  16407. front: {
  16408. height: math.unit(10, "feet"),
  16409. weight: math.unit(350, "lb"),
  16410. name: "Front",
  16411. image: {
  16412. source: "./media/characters/jet/front.svg",
  16413. extra: 2050 / 1980,
  16414. bottom: 0.013
  16415. }
  16416. },
  16417. back: {
  16418. height: math.unit(10, "feet"),
  16419. weight: math.unit(350, "lb"),
  16420. name: "Back",
  16421. image: {
  16422. source: "./media/characters/jet/back.svg",
  16423. extra: 2050 / 1980,
  16424. bottom: 0.013
  16425. }
  16426. },
  16427. },
  16428. [
  16429. {
  16430. name: "Micro",
  16431. height: math.unit(6, "inches")
  16432. },
  16433. {
  16434. name: "Normal",
  16435. height: math.unit(10, "feet"),
  16436. default: true
  16437. },
  16438. {
  16439. name: "Macro",
  16440. height: math.unit(100, "feet")
  16441. },
  16442. ]
  16443. ))
  16444. characterMakers.push(() => makeCharacter(
  16445. { name: "Tanarath" },
  16446. {
  16447. front: {
  16448. height: math.unit(15, "feet"),
  16449. weight: math.unit(2800, "lb"),
  16450. name: "Front",
  16451. image: {
  16452. source: "./media/characters/tanarath/front.svg",
  16453. extra: 2392 / 2220,
  16454. bottom: 0.03
  16455. }
  16456. },
  16457. back: {
  16458. height: math.unit(15, "feet"),
  16459. weight: math.unit(2800, "lb"),
  16460. name: "Back",
  16461. image: {
  16462. source: "./media/characters/tanarath/back.svg",
  16463. extra: 2392 / 2220,
  16464. bottom: 0.03
  16465. }
  16466. },
  16467. },
  16468. [
  16469. {
  16470. name: "Normal",
  16471. height: math.unit(15, "feet"),
  16472. default: true
  16473. },
  16474. ]
  16475. ))
  16476. characterMakers.push(() => makeCharacter(
  16477. { name: "Patty CattyBatty" },
  16478. {
  16479. front: {
  16480. height: math.unit(7 + 1 / 12, "feet"),
  16481. weight: math.unit(175, "lb"),
  16482. name: "Front",
  16483. image: {
  16484. source: "./media/characters/patty-cattybatty/front.svg",
  16485. extra: 908 / 874,
  16486. bottom: 0.025
  16487. }
  16488. },
  16489. },
  16490. [
  16491. {
  16492. name: "Micro",
  16493. height: math.unit(1, "inch")
  16494. },
  16495. {
  16496. name: "Normal",
  16497. height: math.unit(7 + 1 / 12, "feet")
  16498. },
  16499. {
  16500. name: "Mini Macro",
  16501. height: math.unit(155, "feet")
  16502. },
  16503. {
  16504. name: "Macro",
  16505. height: math.unit(1077, "feet")
  16506. },
  16507. {
  16508. name: "Mega Macro",
  16509. height: math.unit(47650, "feet"),
  16510. default: true
  16511. },
  16512. {
  16513. name: "Giga Macro",
  16514. height: math.unit(440, "miles")
  16515. },
  16516. {
  16517. name: "Tera Macro",
  16518. height: math.unit(8700, "miles")
  16519. },
  16520. {
  16521. name: "Planetary Macro",
  16522. height: math.unit(32700, "miles")
  16523. },
  16524. {
  16525. name: "Solar Macro",
  16526. height: math.unit(550000, "miles")
  16527. },
  16528. {
  16529. name: "Celestial Macro",
  16530. height: math.unit(2.5, "AU")
  16531. },
  16532. ]
  16533. ))
  16534. characterMakers.push(() => makeCharacter(
  16535. { name: "Cappu" },
  16536. {
  16537. front: {
  16538. height: math.unit(4 + 5 / 12, "feet"),
  16539. weight: math.unit(90, "lb"),
  16540. name: "Front",
  16541. image: {
  16542. source: "./media/characters/cappu/front.svg",
  16543. extra: 1247 / 1152,
  16544. bottom: 0.012
  16545. }
  16546. },
  16547. },
  16548. [
  16549. {
  16550. name: "Normal",
  16551. height: math.unit(4 + 5 / 12, "feet"),
  16552. default: true
  16553. },
  16554. ]
  16555. ))
  16556. characterMakers.push(() => makeCharacter(
  16557. { name: "Sebi" },
  16558. {
  16559. frontDressed: {
  16560. height: math.unit(70, "cm"),
  16561. weight: math.unit(6, "kg"),
  16562. name: "Front (Dressed)",
  16563. image: {
  16564. source: "./media/characters/sebi/front-dressed.svg",
  16565. extra: 713.5 / 686.5,
  16566. bottom: 0.003
  16567. }
  16568. },
  16569. front: {
  16570. height: math.unit(70, "cm"),
  16571. weight: math.unit(5, "kg"),
  16572. name: "Front",
  16573. image: {
  16574. source: "./media/characters/sebi/front.svg",
  16575. extra: 713.5 / 686.5,
  16576. bottom: 0.003
  16577. }
  16578. }
  16579. },
  16580. [
  16581. {
  16582. name: "Normal",
  16583. height: math.unit(70, "cm"),
  16584. default: true
  16585. },
  16586. {
  16587. name: "Macro",
  16588. height: math.unit(8, "meters")
  16589. },
  16590. ]
  16591. ))
  16592. characterMakers.push(() => makeCharacter(
  16593. { name: "Typhek" },
  16594. {
  16595. front: {
  16596. height: math.unit(6, "feet"),
  16597. weight: math.unit(150, "lb"),
  16598. name: "Front",
  16599. image: {
  16600. source: "./media/characters/typhek/front.svg",
  16601. extra: 1948 / 1929,
  16602. bottom: 0.025
  16603. }
  16604. },
  16605. side: {
  16606. height: math.unit(6, "feet"),
  16607. weight: math.unit(150, "lb"),
  16608. name: "Side",
  16609. image: {
  16610. source: "./media/characters/typhek/side.svg",
  16611. extra: 2034 / 2010,
  16612. bottom: 0.003
  16613. }
  16614. },
  16615. back: {
  16616. height: math.unit(6, "feet"),
  16617. weight: math.unit(150, "lb"),
  16618. name: "Back",
  16619. image: {
  16620. source: "./media/characters/typhek/back.svg",
  16621. extra: 2005 / 1978,
  16622. bottom: 0.004
  16623. }
  16624. },
  16625. palm: {
  16626. height: math.unit(1.2, "feet"),
  16627. name: "Palm",
  16628. image: {
  16629. source: "./media/characters/typhek/palm.svg"
  16630. }
  16631. },
  16632. fist: {
  16633. height: math.unit(1.1, "feet"),
  16634. name: "Fist",
  16635. image: {
  16636. source: "./media/characters/typhek/fist.svg"
  16637. }
  16638. },
  16639. foot: {
  16640. height: math.unit(1.57, "feet"),
  16641. name: "Foot",
  16642. image: {
  16643. source: "./media/characters/typhek/foot.svg"
  16644. }
  16645. },
  16646. sole: {
  16647. height: math.unit(2.05, "feet"),
  16648. name: "Sole",
  16649. image: {
  16650. source: "./media/characters/typhek/sole.svg"
  16651. }
  16652. },
  16653. },
  16654. [
  16655. {
  16656. name: "Macro",
  16657. height: math.unit(40, "stories"),
  16658. default: true
  16659. },
  16660. {
  16661. name: "Megamacro",
  16662. height: math.unit(1, "mile")
  16663. },
  16664. {
  16665. name: "Gigamacro",
  16666. height: math.unit(4000, "solarradii")
  16667. },
  16668. {
  16669. name: "Universal",
  16670. height: math.unit(1.1, "universes")
  16671. }
  16672. ]
  16673. ))
  16674. characterMakers.push(() => makeCharacter(
  16675. { name: "Kassy" },
  16676. {
  16677. side: {
  16678. height: math.unit(5 + 7 / 12, "feet"),
  16679. weight: math.unit(150, "lb"),
  16680. name: "Side",
  16681. image: {
  16682. source: "./media/characters/kassy/side.svg",
  16683. extra: 1280 / 1225,
  16684. bottom: 0.002
  16685. }
  16686. },
  16687. front: {
  16688. height: math.unit(5 + 7 / 12, "feet"),
  16689. weight: math.unit(150, "lb"),
  16690. name: "Front",
  16691. image: {
  16692. source: "./media/characters/kassy/front.svg",
  16693. extra: 1280 / 1225,
  16694. bottom: 0.025
  16695. }
  16696. },
  16697. back: {
  16698. height: math.unit(5 + 7 / 12, "feet"),
  16699. weight: math.unit(150, "lb"),
  16700. name: "Back",
  16701. image: {
  16702. source: "./media/characters/kassy/back.svg",
  16703. extra: 1280 / 1225,
  16704. bottom: 0.002
  16705. }
  16706. },
  16707. foot: {
  16708. height: math.unit(1.266, "feet"),
  16709. name: "Foot",
  16710. image: {
  16711. source: "./media/characters/kassy/foot.svg"
  16712. }
  16713. },
  16714. },
  16715. [
  16716. {
  16717. name: "Normal",
  16718. height: math.unit(5 + 7 / 12, "feet")
  16719. },
  16720. {
  16721. name: "Macro",
  16722. height: math.unit(137, "feet"),
  16723. default: true
  16724. },
  16725. {
  16726. name: "Megamacro",
  16727. height: math.unit(1, "mile")
  16728. },
  16729. ]
  16730. ))
  16731. characterMakers.push(() => makeCharacter(
  16732. { name: "Neil" },
  16733. {
  16734. front: {
  16735. height: math.unit(6 + 1 / 12, "feet"),
  16736. weight: math.unit(200, "lb"),
  16737. name: "Front",
  16738. image: {
  16739. source: "./media/characters/neil/front.svg",
  16740. extra: 1326 / 1250,
  16741. bottom: 0.023
  16742. }
  16743. },
  16744. },
  16745. [
  16746. {
  16747. name: "Normal",
  16748. height: math.unit(6 + 1 / 12, "feet"),
  16749. default: true
  16750. },
  16751. {
  16752. name: "Macro",
  16753. height: math.unit(200, "feet")
  16754. },
  16755. ]
  16756. ))
  16757. characterMakers.push(() => makeCharacter(
  16758. { name: "Atticus" },
  16759. {
  16760. front: {
  16761. height: math.unit(5 + 9 / 12, "feet"),
  16762. weight: math.unit(190, "lb"),
  16763. name: "Front",
  16764. image: {
  16765. source: "./media/characters/atticus/front.svg",
  16766. extra: 2934 / 2785,
  16767. bottom: 0.025
  16768. }
  16769. },
  16770. },
  16771. [
  16772. {
  16773. name: "Normal",
  16774. height: math.unit(5 + 9 / 12, "feet"),
  16775. default: true
  16776. },
  16777. {
  16778. name: "Macro",
  16779. height: math.unit(180, "feet")
  16780. },
  16781. ]
  16782. ))
  16783. characterMakers.push(() => makeCharacter(
  16784. { name: "Milo" },
  16785. {
  16786. side: {
  16787. height: math.unit(9, "feet"),
  16788. weight: math.unit(650, "lb"),
  16789. name: "Side",
  16790. image: {
  16791. source: "./media/characters/milo/side.svg",
  16792. extra: 2644 / 2310,
  16793. bottom: 0.032
  16794. }
  16795. },
  16796. },
  16797. [
  16798. {
  16799. name: "Normal",
  16800. height: math.unit(9, "feet"),
  16801. default: true
  16802. },
  16803. {
  16804. name: "Macro",
  16805. height: math.unit(300, "feet")
  16806. },
  16807. ]
  16808. ))
  16809. characterMakers.push(() => makeCharacter(
  16810. { name: "Ijzer" },
  16811. {
  16812. side: {
  16813. height: math.unit(8, "meters"),
  16814. weight: math.unit(90000, "kg"),
  16815. name: "Side",
  16816. image: {
  16817. source: "./media/characters/ijzer/side.svg",
  16818. extra: 2756 / 1600,
  16819. bottom: 0.01
  16820. }
  16821. },
  16822. },
  16823. [
  16824. {
  16825. name: "Small",
  16826. height: math.unit(3, "meters")
  16827. },
  16828. {
  16829. name: "Normal",
  16830. height: math.unit(8, "meters"),
  16831. default: true
  16832. },
  16833. {
  16834. name: "Normal+",
  16835. height: math.unit(10, "meters")
  16836. },
  16837. {
  16838. name: "Bigger",
  16839. height: math.unit(24, "meters")
  16840. },
  16841. {
  16842. name: "Huge",
  16843. height: math.unit(80, "meters")
  16844. },
  16845. ]
  16846. ))
  16847. characterMakers.push(() => makeCharacter(
  16848. { name: "Luca Cervicum" },
  16849. {
  16850. front: {
  16851. height: math.unit(6 + 2 / 12, "feet"),
  16852. weight: math.unit(153, "lb"),
  16853. name: "Front",
  16854. image: {
  16855. source: "./media/characters/luca-cervicum/front.svg",
  16856. extra: 370 / 327,
  16857. bottom: 0.015
  16858. }
  16859. },
  16860. back: {
  16861. height: math.unit(6 + 2 / 12, "feet"),
  16862. weight: math.unit(153, "lb"),
  16863. name: "Back",
  16864. image: {
  16865. source: "./media/characters/luca-cervicum/back.svg",
  16866. extra: 367 / 333,
  16867. bottom: 0.005
  16868. }
  16869. },
  16870. frontGear: {
  16871. height: math.unit(6 + 2 / 12, "feet"),
  16872. weight: math.unit(173, "lb"),
  16873. name: "Front (Gear)",
  16874. image: {
  16875. source: "./media/characters/luca-cervicum/front-gear.svg",
  16876. extra: 377 / 333,
  16877. bottom: 0.006
  16878. }
  16879. },
  16880. },
  16881. [
  16882. {
  16883. name: "Normal",
  16884. height: math.unit(6 + 2 / 12, "feet"),
  16885. default: true
  16886. },
  16887. ]
  16888. ))
  16889. characterMakers.push(() => makeCharacter(
  16890. { name: "Oliver" },
  16891. {
  16892. front: {
  16893. height: math.unit(6 + 1 / 12, "feet"),
  16894. weight: math.unit(304, "lb"),
  16895. name: "Front",
  16896. image: {
  16897. source: "./media/characters/oliver/front.svg",
  16898. extra: 157 / 143,
  16899. bottom: 0.08
  16900. }
  16901. },
  16902. },
  16903. [
  16904. {
  16905. name: "Normal",
  16906. height: math.unit(6 + 1 / 12, "feet"),
  16907. default: true
  16908. },
  16909. ]
  16910. ))
  16911. characterMakers.push(() => makeCharacter(
  16912. { name: "Shane" },
  16913. {
  16914. front: {
  16915. height: math.unit(5 + 7 / 12, "feet"),
  16916. weight: math.unit(140, "lb"),
  16917. name: "Front",
  16918. image: {
  16919. source: "./media/characters/shane/front.svg",
  16920. extra: 304 / 289,
  16921. bottom: 0.005
  16922. }
  16923. },
  16924. },
  16925. [
  16926. {
  16927. name: "Normal",
  16928. height: math.unit(5 + 7 / 12, "feet"),
  16929. default: true
  16930. },
  16931. ]
  16932. ))
  16933. characterMakers.push(() => makeCharacter(
  16934. { name: "Shin" },
  16935. {
  16936. front: {
  16937. height: math.unit(5 + 9 / 12, "feet"),
  16938. weight: math.unit(178, "lb"),
  16939. name: "Front",
  16940. image: {
  16941. source: "./media/characters/shin/front.svg",
  16942. extra: 159 / 151,
  16943. bottom: 0.015
  16944. }
  16945. },
  16946. },
  16947. [
  16948. {
  16949. name: "Normal",
  16950. height: math.unit(5 + 9 / 12, "feet"),
  16951. default: true
  16952. },
  16953. ]
  16954. ))
  16955. characterMakers.push(() => makeCharacter(
  16956. { name: "Xerxes" },
  16957. {
  16958. front: {
  16959. height: math.unit(5 + 10 / 12, "feet"),
  16960. weight: math.unit(168, "lb"),
  16961. name: "Front",
  16962. image: {
  16963. source: "./media/characters/xerxes/front.svg",
  16964. extra: 282 / 260,
  16965. bottom: 0.045
  16966. }
  16967. },
  16968. },
  16969. [
  16970. {
  16971. name: "Normal",
  16972. height: math.unit(5 + 10 / 12, "feet"),
  16973. default: true
  16974. },
  16975. ]
  16976. ))
  16977. characterMakers.push(() => makeCharacter(
  16978. { name: "Chaska" },
  16979. {
  16980. front: {
  16981. height: math.unit(6 + 7 / 12, "feet"),
  16982. weight: math.unit(208, "lb"),
  16983. name: "Front",
  16984. image: {
  16985. source: "./media/characters/chaska/front.svg",
  16986. extra: 332 / 319,
  16987. bottom: 0.015
  16988. }
  16989. },
  16990. },
  16991. [
  16992. {
  16993. name: "Normal",
  16994. height: math.unit(6 + 7 / 12, "feet"),
  16995. default: true
  16996. },
  16997. ]
  16998. ))
  16999. characterMakers.push(() => makeCharacter(
  17000. { name: "Enuk" },
  17001. {
  17002. front: {
  17003. height: math.unit(5 + 8 / 12, "feet"),
  17004. weight: math.unit(208, "lb"),
  17005. name: "Front",
  17006. image: {
  17007. source: "./media/characters/enuk/front.svg",
  17008. extra: 437 / 406,
  17009. bottom: 0.02
  17010. }
  17011. },
  17012. },
  17013. [
  17014. {
  17015. name: "Normal",
  17016. height: math.unit(5 + 8 / 12, "feet"),
  17017. default: true
  17018. },
  17019. ]
  17020. ))
  17021. characterMakers.push(() => makeCharacter(
  17022. { name: "Bruun" },
  17023. {
  17024. front: {
  17025. height: math.unit(5 + 10 / 12, "feet"),
  17026. weight: math.unit(252, "lb"),
  17027. name: "Front",
  17028. image: {
  17029. source: "./media/characters/bruun/front.svg",
  17030. extra: 197 / 187,
  17031. bottom: 0.012
  17032. }
  17033. },
  17034. },
  17035. [
  17036. {
  17037. name: "Normal",
  17038. height: math.unit(5 + 10 / 12, "feet"),
  17039. default: true
  17040. },
  17041. ]
  17042. ))
  17043. characterMakers.push(() => makeCharacter(
  17044. { name: "Alexeev" },
  17045. {
  17046. front: {
  17047. height: math.unit(6 + 10 / 12, "feet"),
  17048. weight: math.unit(255, "lb"),
  17049. name: "Front",
  17050. image: {
  17051. source: "./media/characters/alexeev/front.svg",
  17052. extra: 213 / 200,
  17053. bottom: 0.05
  17054. }
  17055. },
  17056. },
  17057. [
  17058. {
  17059. name: "Normal",
  17060. height: math.unit(6 + 10 / 12, "feet"),
  17061. default: true
  17062. },
  17063. ]
  17064. ))
  17065. characterMakers.push(() => makeCharacter(
  17066. { name: "Evelyn" },
  17067. {
  17068. front: {
  17069. height: math.unit(2 + 8 / 12, "feet"),
  17070. weight: math.unit(22, "lb"),
  17071. name: "Front",
  17072. image: {
  17073. source: "./media/characters/evelyn/front.svg",
  17074. extra: 208 / 180
  17075. }
  17076. },
  17077. },
  17078. [
  17079. {
  17080. name: "Normal",
  17081. height: math.unit(2 + 8 / 12, "feet"),
  17082. default: true
  17083. },
  17084. ]
  17085. ))
  17086. characterMakers.push(() => makeCharacter(
  17087. { name: "Inca" },
  17088. {
  17089. front: {
  17090. height: math.unit(5 + 9 / 12, "feet"),
  17091. weight: math.unit(139, "lb"),
  17092. name: "Front",
  17093. image: {
  17094. source: "./media/characters/inca/front.svg",
  17095. extra: 294 / 291,
  17096. bottom: 0.03
  17097. }
  17098. },
  17099. },
  17100. [
  17101. {
  17102. name: "Normal",
  17103. height: math.unit(5 + 9 / 12, "feet"),
  17104. default: true
  17105. },
  17106. ]
  17107. ))
  17108. characterMakers.push(() => makeCharacter(
  17109. { name: "Magdalene" },
  17110. {
  17111. front: {
  17112. height: math.unit(5 + 1 / 12, "feet"),
  17113. weight: math.unit(84, "lb"),
  17114. name: "Front",
  17115. image: {
  17116. source: "./media/characters/magdalene/front.svg",
  17117. extra: 293 / 273
  17118. }
  17119. },
  17120. },
  17121. [
  17122. {
  17123. name: "Normal",
  17124. height: math.unit(5 + 1 / 12, "feet"),
  17125. default: true
  17126. },
  17127. ]
  17128. ))
  17129. characterMakers.push(() => makeCharacter(
  17130. { name: "Mera" },
  17131. {
  17132. front: {
  17133. height: math.unit(6 + 3 / 12, "feet"),
  17134. weight: math.unit(185, "lb"),
  17135. name: "Front",
  17136. image: {
  17137. source: "./media/characters/mera/front.svg",
  17138. extra: 291 / 277,
  17139. bottom: 0.03
  17140. }
  17141. },
  17142. },
  17143. [
  17144. {
  17145. name: "Normal",
  17146. height: math.unit(6 + 3 / 12, "feet"),
  17147. default: true
  17148. },
  17149. ]
  17150. ))
  17151. characterMakers.push(() => makeCharacter(
  17152. { name: "Ceres" },
  17153. {
  17154. front: {
  17155. height: math.unit(6 + 7 / 12, "feet"),
  17156. weight: math.unit(160, "lb"),
  17157. name: "Front",
  17158. image: {
  17159. source: "./media/characters/ceres/front.svg",
  17160. extra: 1023 / 950,
  17161. bottom: 0.027
  17162. }
  17163. },
  17164. back: {
  17165. height: math.unit(6 + 7 / 12, "feet"),
  17166. weight: math.unit(160, "lb"),
  17167. name: "Back",
  17168. image: {
  17169. source: "./media/characters/ceres/back.svg",
  17170. extra: 1023 / 950
  17171. }
  17172. },
  17173. },
  17174. [
  17175. {
  17176. name: "Normal",
  17177. height: math.unit(6 + 7 / 12, "feet"),
  17178. default: true
  17179. },
  17180. ]
  17181. ))
  17182. characterMakers.push(() => makeCharacter(
  17183. { name: "Kris" },
  17184. {
  17185. front: {
  17186. height: math.unit(5 + 10 / 12, "feet"),
  17187. weight: math.unit(150, "lb"),
  17188. name: "Front",
  17189. image: {
  17190. source: "./media/characters/kris/front.svg",
  17191. extra: 885 / 803,
  17192. bottom: 0.03
  17193. }
  17194. },
  17195. },
  17196. [
  17197. {
  17198. name: "Normal",
  17199. height: math.unit(5 + 10 / 12, "feet"),
  17200. default: true
  17201. },
  17202. ]
  17203. ))
  17204. characterMakers.push(() => makeCharacter(
  17205. { name: "Taluthus" },
  17206. {
  17207. front: {
  17208. height: math.unit(7, "feet"),
  17209. weight: math.unit(120, "kg"),
  17210. name: "Front",
  17211. image: {
  17212. source: "./media/characters/taluthus/front.svg",
  17213. extra: 903 / 833,
  17214. bottom: 0.015
  17215. }
  17216. },
  17217. },
  17218. [
  17219. {
  17220. name: "Normal",
  17221. height: math.unit(7, "feet"),
  17222. default: true
  17223. },
  17224. {
  17225. name: "Macro",
  17226. height: math.unit(300, "feet")
  17227. },
  17228. ]
  17229. ))
  17230. characterMakers.push(() => makeCharacter(
  17231. { name: "Dawn" },
  17232. {
  17233. front: {
  17234. height: math.unit(5 + 9 / 12, "feet"),
  17235. weight: math.unit(145, "lb"),
  17236. name: "Front",
  17237. image: {
  17238. source: "./media/characters/dawn/front.svg",
  17239. extra: 2094 / 2016,
  17240. bottom: 0.025
  17241. }
  17242. },
  17243. back: {
  17244. height: math.unit(5 + 9 / 12, "feet"),
  17245. weight: math.unit(160, "lb"),
  17246. name: "Back",
  17247. image: {
  17248. source: "./media/characters/dawn/back.svg",
  17249. extra: 2112 / 2080,
  17250. bottom: 0.005
  17251. }
  17252. },
  17253. },
  17254. [
  17255. {
  17256. name: "Normal",
  17257. height: math.unit(6 + 7 / 12, "feet"),
  17258. default: true
  17259. },
  17260. ]
  17261. ))
  17262. characterMakers.push(() => makeCharacter(
  17263. { name: "Arador" },
  17264. {
  17265. anthro: {
  17266. height: math.unit(8 + 3 / 12, "feet"),
  17267. weight: math.unit(450, "lb"),
  17268. name: "Anthro",
  17269. image: {
  17270. source: "./media/characters/arador/anthro.svg",
  17271. extra: 1835 / 1718,
  17272. bottom: 0.025
  17273. }
  17274. },
  17275. feral: {
  17276. height: math.unit(4, "feet"),
  17277. weight: math.unit(200, "lb"),
  17278. name: "Feral",
  17279. image: {
  17280. source: "./media/characters/arador/feral.svg",
  17281. extra: 1683 / 1514,
  17282. bottom: 0.07
  17283. }
  17284. },
  17285. },
  17286. [
  17287. {
  17288. name: "Normal",
  17289. height: math.unit(8 + 3 / 12, "feet")
  17290. },
  17291. {
  17292. name: "Macro",
  17293. height: math.unit(82.5, "feet"),
  17294. default: true
  17295. },
  17296. ]
  17297. ))
  17298. characterMakers.push(() => makeCharacter(
  17299. { name: "Dharsi" },
  17300. {
  17301. front: {
  17302. height: math.unit(5 + 10 / 12, "feet"),
  17303. weight: math.unit(125, "lb"),
  17304. name: "Front",
  17305. image: {
  17306. source: "./media/characters/dharsi/front.svg",
  17307. extra: 716 / 630,
  17308. bottom: 0.035
  17309. }
  17310. },
  17311. },
  17312. [
  17313. {
  17314. name: "Nano",
  17315. height: math.unit(100, "nm")
  17316. },
  17317. {
  17318. name: "Micro",
  17319. height: math.unit(2, "inches")
  17320. },
  17321. {
  17322. name: "Normal",
  17323. height: math.unit(5 + 10 / 12, "feet"),
  17324. default: true
  17325. },
  17326. {
  17327. name: "Macro",
  17328. height: math.unit(1000, "feet")
  17329. },
  17330. {
  17331. name: "Megamacro",
  17332. height: math.unit(10, "miles")
  17333. },
  17334. {
  17335. name: "Gigamacro",
  17336. height: math.unit(3000, "miles")
  17337. },
  17338. {
  17339. name: "Teramacro",
  17340. height: math.unit(500000, "miles")
  17341. },
  17342. {
  17343. name: "Teramacro+",
  17344. height: math.unit(30, "galaxies")
  17345. },
  17346. ]
  17347. ))
  17348. characterMakers.push(() => makeCharacter(
  17349. { name: "Deathy" },
  17350. {
  17351. front: {
  17352. height: math.unit(6, "feet"),
  17353. weight: math.unit(150, "lb"),
  17354. name: "Front",
  17355. image: {
  17356. source: "./media/characters/deathy/front.svg",
  17357. extra: 1552 / 1463,
  17358. bottom: 0.025
  17359. }
  17360. },
  17361. side: {
  17362. height: math.unit(6, "feet"),
  17363. weight: math.unit(150, "lb"),
  17364. name: "Side",
  17365. image: {
  17366. source: "./media/characters/deathy/side.svg",
  17367. extra: 1604 / 1455,
  17368. bottom: 0.025
  17369. }
  17370. },
  17371. back: {
  17372. height: math.unit(6, "feet"),
  17373. weight: math.unit(150, "lb"),
  17374. name: "Back",
  17375. image: {
  17376. source: "./media/characters/deathy/back.svg",
  17377. extra: 1580 / 1463,
  17378. bottom: 0.005
  17379. }
  17380. },
  17381. },
  17382. [
  17383. {
  17384. name: "Micro",
  17385. height: math.unit(5, "millimeters")
  17386. },
  17387. {
  17388. name: "Normal",
  17389. height: math.unit(6 + 5 / 12, "feet"),
  17390. default: true
  17391. },
  17392. ]
  17393. ))
  17394. characterMakers.push(() => makeCharacter(
  17395. { name: "Juniper" },
  17396. {
  17397. front: {
  17398. height: math.unit(16, "feet"),
  17399. weight: math.unit(4000, "lb"),
  17400. name: "Front",
  17401. image: {
  17402. source: "./media/characters/juniper/front.svg",
  17403. bottom: 0.04
  17404. }
  17405. },
  17406. },
  17407. [
  17408. {
  17409. name: "Normal",
  17410. height: math.unit(16, "feet"),
  17411. default: true
  17412. },
  17413. ]
  17414. ))
  17415. characterMakers.push(() => makeCharacter(
  17416. { name: "Hipster" },
  17417. {
  17418. front: {
  17419. height: math.unit(6, "feet"),
  17420. weight: math.unit(150, "lb"),
  17421. name: "Front",
  17422. image: {
  17423. source: "./media/characters/hipster/front.svg",
  17424. extra: 1312 / 1209,
  17425. bottom: 0.025
  17426. }
  17427. },
  17428. back: {
  17429. height: math.unit(6, "feet"),
  17430. weight: math.unit(150, "lb"),
  17431. name: "Back",
  17432. image: {
  17433. source: "./media/characters/hipster/back.svg",
  17434. extra: 1281 / 1196,
  17435. bottom: 0.01
  17436. }
  17437. },
  17438. },
  17439. [
  17440. {
  17441. name: "Micro",
  17442. height: math.unit(1, "mm")
  17443. },
  17444. {
  17445. name: "Normal",
  17446. height: math.unit(4, "inches"),
  17447. default: true
  17448. },
  17449. {
  17450. name: "Macro",
  17451. height: math.unit(500, "feet")
  17452. },
  17453. {
  17454. name: "Megamacro",
  17455. height: math.unit(1000, "miles")
  17456. },
  17457. ]
  17458. ))
  17459. characterMakers.push(() => makeCharacter(
  17460. { name: "Tendirmuldr" },
  17461. {
  17462. front: {
  17463. height: math.unit(6, "feet"),
  17464. weight: math.unit(150, "lb"),
  17465. name: "Front",
  17466. image: {
  17467. source: "./media/characters/tendirmuldr/front.svg",
  17468. extra: 1878 / 1772,
  17469. bottom: 0.015
  17470. }
  17471. },
  17472. },
  17473. [
  17474. {
  17475. name: "Megamacro",
  17476. height: math.unit(1500, "miles"),
  17477. default: true
  17478. },
  17479. ]
  17480. ))
  17481. characterMakers.push(() => makeCharacter(
  17482. { name: "Mort" },
  17483. {
  17484. front: {
  17485. height: math.unit(14, "feet"),
  17486. weight: math.unit(12000, "lb"),
  17487. name: "Front",
  17488. image: {
  17489. source: "./media/characters/mort/front.svg",
  17490. extra: 365 / 318,
  17491. bottom: 0.01
  17492. }
  17493. },
  17494. side: {
  17495. height: math.unit(14, "feet"),
  17496. weight: math.unit(12000, "lb"),
  17497. name: "Side",
  17498. image: {
  17499. source: "./media/characters/mort/side.svg",
  17500. extra: 365 / 318,
  17501. bottom: 0.052
  17502. },
  17503. default: true
  17504. },
  17505. back: {
  17506. height: math.unit(14, "feet"),
  17507. weight: math.unit(12000, "lb"),
  17508. name: "Back",
  17509. image: {
  17510. source: "./media/characters/mort/back.svg",
  17511. extra: 371 / 332,
  17512. bottom: 0.18
  17513. }
  17514. },
  17515. },
  17516. [
  17517. {
  17518. name: "Normal",
  17519. height: math.unit(14, "feet"),
  17520. default: true
  17521. },
  17522. ]
  17523. ))
  17524. characterMakers.push(() => makeCharacter(
  17525. { name: "Lycoa" },
  17526. {
  17527. front: {
  17528. height: math.unit(8, "feet"),
  17529. weight: math.unit(1, "ton"),
  17530. name: "Front",
  17531. image: {
  17532. source: "./media/characters/lycoa/front.svg",
  17533. extra: 1875 / 1789,
  17534. bottom: 0.022
  17535. }
  17536. },
  17537. back: {
  17538. height: math.unit(8, "feet"),
  17539. weight: math.unit(1, "ton"),
  17540. name: "Back",
  17541. image: {
  17542. source: "./media/characters/lycoa/back.svg",
  17543. extra: 1835 / 1781,
  17544. bottom: 0.03
  17545. }
  17546. },
  17547. },
  17548. [
  17549. {
  17550. name: "Normal",
  17551. height: math.unit(8, "feet"),
  17552. default: true
  17553. },
  17554. {
  17555. name: "Macro",
  17556. height: math.unit(30, "feet")
  17557. },
  17558. ]
  17559. ))
  17560. characterMakers.push(() => makeCharacter(
  17561. { name: "Naldara" },
  17562. {
  17563. front: {
  17564. height: math.unit(4 + 2 / 12, "feet"),
  17565. weight: math.unit(70, "lb"),
  17566. name: "Front",
  17567. image: {
  17568. source: "./media/characters/naldara/front.svg",
  17569. extra: 841 / 720,
  17570. bottom: 0.04
  17571. }
  17572. },
  17573. },
  17574. [
  17575. {
  17576. name: "Normal",
  17577. height: math.unit(4 + 2 / 12, "feet"),
  17578. default: true
  17579. },
  17580. ]
  17581. ))
  17582. characterMakers.push(() => makeCharacter(
  17583. { name: "Briar" },
  17584. {
  17585. front: {
  17586. height: math.unit(13 + 7 / 12, "feet"),
  17587. weight: math.unit(1500, "lb"),
  17588. name: "Front",
  17589. image: {
  17590. source: "./media/characters/briar/front.svg",
  17591. extra: 626 / 596,
  17592. bottom: 0.08
  17593. }
  17594. },
  17595. },
  17596. [
  17597. {
  17598. name: "Normal",
  17599. height: math.unit(13 + 7 / 12, "feet"),
  17600. default: true
  17601. },
  17602. ]
  17603. ))
  17604. characterMakers.push(() => makeCharacter(
  17605. { name: "Vanguard" },
  17606. {
  17607. side: {
  17608. height: math.unit(10, "feet"),
  17609. weight: math.unit(500, "lb"),
  17610. name: "Side",
  17611. image: {
  17612. source: "./media/characters/vanguard/side.svg",
  17613. extra: 502 / 425,
  17614. bottom: 0.087
  17615. }
  17616. },
  17617. },
  17618. [
  17619. {
  17620. name: "Normal",
  17621. height: math.unit(10, "feet"),
  17622. default: true
  17623. },
  17624. ]
  17625. ))
  17626. characterMakers.push(() => makeCharacter(
  17627. { name: "Artemis" },
  17628. {
  17629. front: {
  17630. height: math.unit(7.5, "feet"),
  17631. weight: math.unit(2, "lb"),
  17632. name: "Front",
  17633. image: {
  17634. source: "./media/characters/artemis/front.svg",
  17635. extra: 1192 / 1075,
  17636. bottom: 0.07
  17637. }
  17638. },
  17639. },
  17640. [
  17641. {
  17642. name: "Normal",
  17643. height: math.unit(7.5, "feet"),
  17644. default: true
  17645. },
  17646. {
  17647. name: "Enlarged",
  17648. height: math.unit(12, "feet")
  17649. },
  17650. ]
  17651. ))
  17652. characterMakers.push(() => makeCharacter(
  17653. { name: "Kira" },
  17654. {
  17655. front: {
  17656. height: math.unit(5 + 3 / 12, "feet"),
  17657. weight: math.unit(160, "lb"),
  17658. name: "Front",
  17659. image: {
  17660. source: "./media/characters/kira/front.svg",
  17661. extra: 906 / 786,
  17662. bottom: 0.01
  17663. }
  17664. },
  17665. back: {
  17666. height: math.unit(5 + 3 / 12, "feet"),
  17667. weight: math.unit(160, "lb"),
  17668. name: "Back",
  17669. image: {
  17670. source: "./media/characters/kira/back.svg",
  17671. extra: 882 / 757,
  17672. bottom: 0.005
  17673. }
  17674. },
  17675. frontDressed: {
  17676. height: math.unit(5 + 3 / 12, "feet"),
  17677. weight: math.unit(160, "lb"),
  17678. name: "Front (Dressed)",
  17679. image: {
  17680. source: "./media/characters/kira/front-dressed.svg",
  17681. extra: 906 / 786,
  17682. bottom: 0.01
  17683. }
  17684. },
  17685. beans: {
  17686. height: math.unit(0.92, "feet"),
  17687. name: "Beans",
  17688. image: {
  17689. source: "./media/characters/kira/beans.svg"
  17690. }
  17691. },
  17692. },
  17693. [
  17694. {
  17695. name: "Normal",
  17696. height: math.unit(5 + 3 / 12, "feet"),
  17697. default: true
  17698. },
  17699. ]
  17700. ))
  17701. characterMakers.push(() => makeCharacter(
  17702. { name: "Scramble" },
  17703. {
  17704. front: {
  17705. height: math.unit(5 + 4 / 12, "feet"),
  17706. weight: math.unit(145, "lb"),
  17707. name: "Front",
  17708. image: {
  17709. source: "./media/characters/scramble/front.svg",
  17710. extra: 763 / 727,
  17711. bottom: 0.05
  17712. }
  17713. },
  17714. back: {
  17715. height: math.unit(5 + 4 / 12, "feet"),
  17716. weight: math.unit(145, "lb"),
  17717. name: "Back",
  17718. image: {
  17719. source: "./media/characters/scramble/back.svg",
  17720. extra: 826 / 737,
  17721. bottom: 0.002
  17722. }
  17723. },
  17724. },
  17725. [
  17726. {
  17727. name: "Normal",
  17728. height: math.unit(5 + 4 / 12, "feet"),
  17729. default: true
  17730. },
  17731. ]
  17732. ))
  17733. characterMakers.push(() => makeCharacter(
  17734. { name: "Biscuit" },
  17735. {
  17736. side: {
  17737. height: math.unit(6 + 2 / 12, "feet"),
  17738. weight: math.unit(190, "lb"),
  17739. name: "Side",
  17740. image: {
  17741. source: "./media/characters/biscuit/side.svg",
  17742. extra: 858 / 791,
  17743. bottom: 0.044
  17744. }
  17745. },
  17746. },
  17747. [
  17748. {
  17749. name: "Normal",
  17750. height: math.unit(6 + 2 / 12, "feet"),
  17751. default: true
  17752. },
  17753. ]
  17754. ))
  17755. characterMakers.push(() => makeCharacter(
  17756. { name: "Poffin" },
  17757. {
  17758. front: {
  17759. height: math.unit(5 + 2 / 12, "feet"),
  17760. weight: math.unit(120, "lb"),
  17761. name: "Front",
  17762. image: {
  17763. source: "./media/characters/poffin/front.svg",
  17764. extra: 786 / 680,
  17765. bottom: 0.005
  17766. }
  17767. },
  17768. },
  17769. [
  17770. {
  17771. name: "Normal",
  17772. height: math.unit(5 + 2 / 12, "feet"),
  17773. default: true
  17774. },
  17775. ]
  17776. ))
  17777. characterMakers.push(() => makeCharacter(
  17778. { name: "Dhari" },
  17779. {
  17780. front: {
  17781. height: math.unit(6 + 3 / 12, "feet"),
  17782. weight: math.unit(519, "lb"),
  17783. name: "Front",
  17784. image: {
  17785. source: "./media/characters/dhari/front.svg",
  17786. extra: 1048 / 946,
  17787. bottom: 0.015
  17788. }
  17789. },
  17790. back: {
  17791. height: math.unit(6 + 3 / 12, "feet"),
  17792. weight: math.unit(519, "lb"),
  17793. name: "Back",
  17794. image: {
  17795. source: "./media/characters/dhari/back.svg",
  17796. extra: 1048 / 931,
  17797. bottom: 0.005
  17798. }
  17799. },
  17800. frontDressed: {
  17801. height: math.unit(6 + 3 / 12, "feet"),
  17802. weight: math.unit(519, "lb"),
  17803. name: "Front (Dressed)",
  17804. image: {
  17805. source: "./media/characters/dhari/front-dressed.svg",
  17806. extra: 1713 / 1546,
  17807. bottom: 0.02
  17808. }
  17809. },
  17810. backDressed: {
  17811. height: math.unit(6 + 3 / 12, "feet"),
  17812. weight: math.unit(519, "lb"),
  17813. name: "Back (Dressed)",
  17814. image: {
  17815. source: "./media/characters/dhari/back-dressed.svg",
  17816. extra: 1699 / 1537,
  17817. bottom: 0.01
  17818. }
  17819. },
  17820. maw: {
  17821. height: math.unit(0.95, "feet"),
  17822. name: "Maw",
  17823. image: {
  17824. source: "./media/characters/dhari/maw.svg"
  17825. }
  17826. },
  17827. wereFront: {
  17828. height: math.unit(12 + 8 / 12, "feet"),
  17829. weight: math.unit(4000, "lb"),
  17830. name: "Front (Were)",
  17831. image: {
  17832. source: "./media/characters/dhari/were-front.svg",
  17833. extra: 1065 / 969,
  17834. bottom: 0.015
  17835. }
  17836. },
  17837. wereBack: {
  17838. height: math.unit(12 + 8 / 12, "feet"),
  17839. weight: math.unit(4000, "lb"),
  17840. name: "Back (Were)",
  17841. image: {
  17842. source: "./media/characters/dhari/were-back.svg",
  17843. extra: 1065 / 969,
  17844. bottom: 0.012
  17845. }
  17846. },
  17847. wereMaw: {
  17848. height: math.unit(0.625, "meters"),
  17849. name: "Maw (Were)",
  17850. image: {
  17851. source: "./media/characters/dhari/were-maw.svg"
  17852. }
  17853. },
  17854. },
  17855. [
  17856. {
  17857. name: "Normal",
  17858. height: math.unit(6 + 3 / 12, "feet"),
  17859. default: true
  17860. },
  17861. ]
  17862. ))
  17863. characterMakers.push(() => makeCharacter(
  17864. { name: "Rena Dyne" },
  17865. {
  17866. anthro: {
  17867. height: math.unit(5 + 7 / 12, "feet"),
  17868. weight: math.unit(175, "lb"),
  17869. name: "Anthro",
  17870. image: {
  17871. source: "./media/characters/rena-dyne/anthro.svg",
  17872. extra: 1849 / 1785,
  17873. bottom: 0.005
  17874. }
  17875. },
  17876. taur: {
  17877. height: math.unit(15 + 6 / 12, "feet"),
  17878. weight: math.unit(8000, "lb"),
  17879. name: "Taur",
  17880. image: {
  17881. source: "./media/characters/rena-dyne/taur.svg",
  17882. extra: 2315 / 2234,
  17883. bottom: 0.033
  17884. }
  17885. },
  17886. },
  17887. [
  17888. {
  17889. name: "Normal",
  17890. height: math.unit(5 + 7 / 12, "feet"),
  17891. default: true
  17892. },
  17893. ]
  17894. ))
  17895. characterMakers.push(() => makeCharacter(
  17896. { name: "Weremeep" },
  17897. {
  17898. front: {
  17899. height: math.unit(8, "feet"),
  17900. weight: math.unit(600, "lb"),
  17901. name: "Front",
  17902. image: {
  17903. source: "./media/characters/weremeep/front.svg",
  17904. extra: 967 / 862,
  17905. bottom: 0.01
  17906. }
  17907. },
  17908. },
  17909. [
  17910. {
  17911. name: "Normal",
  17912. height: math.unit(8, "feet"),
  17913. default: true
  17914. },
  17915. {
  17916. name: "Lorg",
  17917. height: math.unit(12, "feet")
  17918. },
  17919. {
  17920. name: "Oh Lawd She Comin'",
  17921. height: math.unit(20, "feet")
  17922. },
  17923. ]
  17924. ))
  17925. characterMakers.push(() => makeCharacter(
  17926. { name: "Reza" },
  17927. {
  17928. front: {
  17929. height: math.unit(4, "feet"),
  17930. weight: math.unit(90, "lb"),
  17931. name: "Front",
  17932. image: {
  17933. source: "./media/characters/reza/front.svg",
  17934. extra: 1183 / 1111,
  17935. bottom: 0.017
  17936. }
  17937. },
  17938. back: {
  17939. height: math.unit(4, "feet"),
  17940. weight: math.unit(90, "lb"),
  17941. name: "Back",
  17942. image: {
  17943. source: "./media/characters/reza/back.svg",
  17944. extra: 1183 / 1111,
  17945. bottom: 0.01
  17946. }
  17947. },
  17948. },
  17949. [
  17950. {
  17951. name: "Normal",
  17952. height: math.unit(4, "feet"),
  17953. default: true
  17954. },
  17955. ]
  17956. ))
  17957. characterMakers.push(() => makeCharacter(
  17958. { name: "Athea" },
  17959. {
  17960. side: {
  17961. height: math.unit(15, "feet"),
  17962. weight: math.unit(14, "tons"),
  17963. name: "Side",
  17964. image: {
  17965. source: "./media/characters/athea/side.svg",
  17966. extra: 960 / 540,
  17967. bottom: 0.003
  17968. }
  17969. },
  17970. sitting: {
  17971. height: math.unit(6 * 2.85, "feet"),
  17972. weight: math.unit(14, "tons"),
  17973. name: "Sitting",
  17974. image: {
  17975. source: "./media/characters/athea/sitting.svg",
  17976. extra: 621 / 581,
  17977. bottom: 0.075
  17978. }
  17979. },
  17980. maw: {
  17981. height: math.unit(7.59498031496063, "feet"),
  17982. name: "Maw",
  17983. image: {
  17984. source: "./media/characters/athea/maw.svg"
  17985. }
  17986. },
  17987. },
  17988. [
  17989. {
  17990. name: "Lap Cat",
  17991. height: math.unit(2.5, "feet")
  17992. },
  17993. {
  17994. name: "Minimacro",
  17995. height: math.unit(15, "feet"),
  17996. default: true
  17997. },
  17998. {
  17999. name: "Macro",
  18000. height: math.unit(120, "feet")
  18001. },
  18002. {
  18003. name: "Macro+",
  18004. height: math.unit(640, "feet")
  18005. },
  18006. {
  18007. name: "Colossus",
  18008. height: math.unit(2.2, "miles")
  18009. },
  18010. ]
  18011. ))
  18012. characterMakers.push(() => makeCharacter(
  18013. { name: "Seroko" },
  18014. {
  18015. front: {
  18016. height: math.unit(8 + 8 / 12, "feet"),
  18017. weight: math.unit(130, "kg"),
  18018. name: "Front",
  18019. image: {
  18020. source: "./media/characters/seroko/front.svg",
  18021. extra: 1385 / 1280,
  18022. bottom: 0.025
  18023. }
  18024. },
  18025. back: {
  18026. height: math.unit(8 + 8 / 12, "feet"),
  18027. weight: math.unit(130, "kg"),
  18028. name: "Back",
  18029. image: {
  18030. source: "./media/characters/seroko/back.svg",
  18031. extra: 1369 / 1238,
  18032. bottom: 0.018
  18033. }
  18034. },
  18035. frontDressed: {
  18036. height: math.unit(8 + 8 / 12, "feet"),
  18037. weight: math.unit(130, "kg"),
  18038. name: "Front (Dressed)",
  18039. image: {
  18040. source: "./media/characters/seroko/front-dressed.svg",
  18041. extra: 1366 / 1275,
  18042. bottom: 0.03
  18043. }
  18044. },
  18045. },
  18046. [
  18047. {
  18048. name: "Normal",
  18049. height: math.unit(8 + 8 / 12, "feet"),
  18050. default: true
  18051. },
  18052. ]
  18053. ))
  18054. characterMakers.push(() => makeCharacter(
  18055. { name: "Quatzi" },
  18056. {
  18057. front: {
  18058. height: math.unit(5.5, "feet"),
  18059. weight: math.unit(160, "lb"),
  18060. name: "Front",
  18061. image: {
  18062. source: "./media/characters/quatzi/front.svg",
  18063. extra: 2346 / 2242,
  18064. bottom: 0.015
  18065. }
  18066. },
  18067. },
  18068. [
  18069. {
  18070. name: "Normal",
  18071. height: math.unit(5.5, "feet"),
  18072. default: true
  18073. },
  18074. {
  18075. name: "Big",
  18076. height: math.unit(7.7, "feet")
  18077. },
  18078. ]
  18079. ))
  18080. characterMakers.push(() => makeCharacter(
  18081. { name: "Sen" },
  18082. {
  18083. front: {
  18084. height: math.unit(5 + 11 / 12, "feet"),
  18085. weight: math.unit(180, "lb"),
  18086. name: "Front",
  18087. image: {
  18088. source: "./media/characters/sen/front.svg",
  18089. extra: 1321 / 1254,
  18090. bottom: 0.015
  18091. }
  18092. },
  18093. side: {
  18094. height: math.unit(5 + 11 / 12, "feet"),
  18095. weight: math.unit(180, "lb"),
  18096. name: "Side",
  18097. image: {
  18098. source: "./media/characters/sen/side.svg",
  18099. extra: 1321 / 1254,
  18100. bottom: 0.007
  18101. }
  18102. },
  18103. back: {
  18104. height: math.unit(5 + 11 / 12, "feet"),
  18105. weight: math.unit(180, "lb"),
  18106. name: "Back",
  18107. image: {
  18108. source: "./media/characters/sen/back.svg",
  18109. extra: 1321 / 1254
  18110. }
  18111. },
  18112. },
  18113. [
  18114. {
  18115. name: "Normal",
  18116. height: math.unit(5 + 11 / 12, "feet"),
  18117. default: true
  18118. },
  18119. ]
  18120. ))
  18121. characterMakers.push(() => makeCharacter(
  18122. { name: "Fruity" },
  18123. {
  18124. front: {
  18125. height: math.unit(166.6, "cm"),
  18126. weight: math.unit(66.6, "kg"),
  18127. name: "Front",
  18128. image: {
  18129. source: "./media/characters/fruity/front.svg",
  18130. extra: 1510 / 1386,
  18131. bottom: 0.04
  18132. }
  18133. },
  18134. back: {
  18135. height: math.unit(166.6, "cm"),
  18136. weight: math.unit(66.6, "lb"),
  18137. name: "Back",
  18138. image: {
  18139. source: "./media/characters/fruity/back.svg",
  18140. extra: 1563 / 1435,
  18141. bottom: 0.005
  18142. }
  18143. },
  18144. },
  18145. [
  18146. {
  18147. name: "Normal",
  18148. height: math.unit(166.6, "cm"),
  18149. default: true
  18150. },
  18151. {
  18152. name: "Demonic",
  18153. height: math.unit(166.6, "feet")
  18154. },
  18155. ]
  18156. ))
  18157. characterMakers.push(() => makeCharacter(
  18158. { name: "Zost" },
  18159. {
  18160. side: {
  18161. height: math.unit(10, "feet"),
  18162. weight: math.unit(500, "lb"),
  18163. name: "Side",
  18164. image: {
  18165. source: "./media/characters/zost/side.svg",
  18166. extra: 966 / 880,
  18167. bottom: 0.075
  18168. }
  18169. },
  18170. mawFront: {
  18171. height: math.unit(1.08, "meters"),
  18172. name: "Maw (Front)",
  18173. image: {
  18174. source: "./media/characters/zost/maw-front.svg"
  18175. }
  18176. },
  18177. mawSide: {
  18178. height: math.unit(2.66, "feet"),
  18179. name: "Maw (Side)",
  18180. image: {
  18181. source: "./media/characters/zost/maw-side.svg"
  18182. }
  18183. },
  18184. },
  18185. [
  18186. {
  18187. name: "Normal",
  18188. height: math.unit(10, "feet"),
  18189. default: true
  18190. },
  18191. ]
  18192. ))
  18193. characterMakers.push(() => makeCharacter(
  18194. { name: "Luci" },
  18195. {
  18196. front: {
  18197. height: math.unit(5 + 4 / 12, "feet"),
  18198. weight: math.unit(120, "lb"),
  18199. name: "Front",
  18200. image: {
  18201. source: "./media/characters/luci/front.svg",
  18202. extra: 1985 / 1884,
  18203. bottom: 0.04
  18204. }
  18205. },
  18206. back: {
  18207. height: math.unit(5 + 4 / 12, "feet"),
  18208. weight: math.unit(120, "lb"),
  18209. name: "Back",
  18210. image: {
  18211. source: "./media/characters/luci/back.svg",
  18212. extra: 1892 / 1791,
  18213. bottom: 0.002
  18214. }
  18215. },
  18216. },
  18217. [
  18218. {
  18219. name: "Normal",
  18220. height: math.unit(5 + 4 / 12, "feet"),
  18221. default: true
  18222. },
  18223. ]
  18224. ))
  18225. characterMakers.push(() => makeCharacter(
  18226. { name: "2th" },
  18227. {
  18228. front: {
  18229. height: math.unit(1500, "feet"),
  18230. weight: math.unit(3.8e6, "tons"),
  18231. name: "Front",
  18232. image: {
  18233. source: "./media/characters/2th/front.svg",
  18234. extra: 3489 / 3350,
  18235. bottom: 0.1
  18236. }
  18237. },
  18238. foot: {
  18239. height: math.unit(461, "feet"),
  18240. name: "Foot",
  18241. image: {
  18242. source: "./media/characters/2th/foot.svg"
  18243. }
  18244. },
  18245. },
  18246. [
  18247. {
  18248. name: "\"Micro\"",
  18249. height: math.unit(15 + 7 / 12, "feet")
  18250. },
  18251. {
  18252. name: "Normal",
  18253. height: math.unit(1500, "feet"),
  18254. default: true
  18255. },
  18256. {
  18257. name: "Macro",
  18258. height: math.unit(5000, "feet")
  18259. },
  18260. {
  18261. name: "Megamacro",
  18262. height: math.unit(15, "miles")
  18263. },
  18264. {
  18265. name: "Gigamacro",
  18266. height: math.unit(4000, "miles")
  18267. },
  18268. {
  18269. name: "Galactic",
  18270. height: math.unit(50, "AU")
  18271. },
  18272. ]
  18273. ))
  18274. characterMakers.push(() => makeCharacter(
  18275. { name: "Amethyst" },
  18276. {
  18277. front: {
  18278. height: math.unit(5 + 6 / 12, "feet"),
  18279. weight: math.unit(220, "lb"),
  18280. name: "Front",
  18281. image: {
  18282. source: "./media/characters/amethyst/front.svg",
  18283. extra: 2078 / 2040,
  18284. bottom: 0.045
  18285. }
  18286. },
  18287. back: {
  18288. height: math.unit(5 + 6 / 12, "feet"),
  18289. weight: math.unit(220, "lb"),
  18290. name: "Back",
  18291. image: {
  18292. source: "./media/characters/amethyst/back.svg",
  18293. extra: 2021 / 1989,
  18294. bottom: 0.02
  18295. }
  18296. },
  18297. },
  18298. [
  18299. {
  18300. name: "Normal",
  18301. height: math.unit(5 + 6 / 12, "feet"),
  18302. default: true
  18303. },
  18304. ]
  18305. ))
  18306. characterMakers.push(() => makeCharacter(
  18307. { name: "Yumi Akiyama" },
  18308. {
  18309. front: {
  18310. height: math.unit(4 + 11 / 12, "feet"),
  18311. weight: math.unit(120, "lb"),
  18312. name: "Front",
  18313. image: {
  18314. source: "./media/characters/yumi-akiyama/front.svg",
  18315. extra: 1327 / 1235,
  18316. bottom: 0.02
  18317. }
  18318. },
  18319. back: {
  18320. height: math.unit(4 + 11 / 12, "feet"),
  18321. weight: math.unit(120, "lb"),
  18322. name: "Back",
  18323. image: {
  18324. source: "./media/characters/yumi-akiyama/back.svg",
  18325. extra: 1287 / 1245,
  18326. bottom: 0.002
  18327. }
  18328. },
  18329. },
  18330. [
  18331. {
  18332. name: "Galactic",
  18333. height: math.unit(50, "galaxies"),
  18334. default: true
  18335. },
  18336. {
  18337. name: "Universal",
  18338. height: math.unit(100, "universes")
  18339. },
  18340. ]
  18341. ))
  18342. characterMakers.push(() => makeCharacter(
  18343. { name: "Rifter Yrmori" },
  18344. {
  18345. front: {
  18346. height: math.unit(8, "feet"),
  18347. weight: math.unit(500, "lb"),
  18348. name: "Front",
  18349. image: {
  18350. source: "./media/characters/rifter-yrmori/front.svg",
  18351. extra: 1180 / 1125,
  18352. bottom: 0.02
  18353. }
  18354. },
  18355. back: {
  18356. height: math.unit(8, "feet"),
  18357. weight: math.unit(500, "lb"),
  18358. name: "Back",
  18359. image: {
  18360. source: "./media/characters/rifter-yrmori/back.svg",
  18361. extra: 1190 / 1145,
  18362. bottom: 0.001
  18363. }
  18364. },
  18365. wings: {
  18366. height: math.unit(7.75, "feet"),
  18367. weight: math.unit(500, "lb"),
  18368. name: "Wings",
  18369. image: {
  18370. source: "./media/characters/rifter-yrmori/wings.svg",
  18371. extra: 1357 / 1285
  18372. }
  18373. },
  18374. maw: {
  18375. height: math.unit(0.8, "feet"),
  18376. name: "Maw",
  18377. image: {
  18378. source: "./media/characters/rifter-yrmori/maw.svg"
  18379. }
  18380. },
  18381. },
  18382. [
  18383. {
  18384. name: "Normal",
  18385. height: math.unit(8, "feet"),
  18386. default: true
  18387. },
  18388. {
  18389. name: "Macro",
  18390. height: math.unit(42, "meters")
  18391. },
  18392. ]
  18393. ))
  18394. characterMakers.push(() => makeCharacter(
  18395. { name: "Tahajin" },
  18396. {
  18397. were: {
  18398. height: math.unit(25 + 6 / 12, "feet"),
  18399. weight: math.unit(10000, "lb"),
  18400. name: "Were",
  18401. image: {
  18402. source: "./media/characters/tahajin/were.svg",
  18403. extra: 801 / 770,
  18404. bottom: 0.042
  18405. }
  18406. },
  18407. aquatic: {
  18408. height: math.unit(6 + 4 / 12, "feet"),
  18409. weight: math.unit(160, "lb"),
  18410. name: "Aquatic",
  18411. image: {
  18412. source: "./media/characters/tahajin/aquatic.svg",
  18413. extra: 572 / 542,
  18414. bottom: 0.04
  18415. }
  18416. },
  18417. chow: {
  18418. height: math.unit(8 + 11 / 12, "feet"),
  18419. weight: math.unit(450, "lb"),
  18420. name: "Chow",
  18421. image: {
  18422. source: "./media/characters/tahajin/chow.svg",
  18423. extra: 660 / 640,
  18424. bottom: 0.015
  18425. }
  18426. },
  18427. demiNaga: {
  18428. height: math.unit(6 + 8 / 12, "feet"),
  18429. weight: math.unit(300, "lb"),
  18430. name: "Demi Naga",
  18431. image: {
  18432. source: "./media/characters/tahajin/demi-naga.svg",
  18433. extra: 643 / 615,
  18434. bottom: 0.1
  18435. }
  18436. },
  18437. data: {
  18438. height: math.unit(5, "inches"),
  18439. weight: math.unit(0.1, "lb"),
  18440. name: "Data",
  18441. image: {
  18442. source: "./media/characters/tahajin/data.svg"
  18443. }
  18444. },
  18445. fluu: {
  18446. height: math.unit(5 + 7 / 12, "feet"),
  18447. weight: math.unit(140, "lb"),
  18448. name: "Fluu",
  18449. image: {
  18450. source: "./media/characters/tahajin/fluu.svg",
  18451. extra: 628 / 592,
  18452. bottom: 0.02
  18453. }
  18454. },
  18455. starWarrior: {
  18456. height: math.unit(4 + 5 / 12, "feet"),
  18457. weight: math.unit(50, "lb"),
  18458. name: "Star Warrior",
  18459. image: {
  18460. source: "./media/characters/tahajin/star-warrior.svg"
  18461. }
  18462. },
  18463. },
  18464. [
  18465. {
  18466. name: "Normal",
  18467. height: math.unit(25 + 6 / 12, "feet"),
  18468. default: true
  18469. },
  18470. ]
  18471. ))
  18472. characterMakers.push(() => makeCharacter(
  18473. { name: "Gabira" },
  18474. {
  18475. front: {
  18476. height: math.unit(8, "feet"),
  18477. weight: math.unit(350, "lb"),
  18478. name: "Front",
  18479. image: {
  18480. source: "./media/characters/gabira/front.svg",
  18481. extra: 608 / 580,
  18482. bottom: 0.03
  18483. }
  18484. },
  18485. back: {
  18486. height: math.unit(8, "feet"),
  18487. weight: math.unit(350, "lb"),
  18488. name: "Back",
  18489. image: {
  18490. source: "./media/characters/gabira/back.svg",
  18491. extra: 608 / 580,
  18492. bottom: 0.03
  18493. }
  18494. },
  18495. },
  18496. [
  18497. {
  18498. name: "Normal",
  18499. height: math.unit(8, "feet"),
  18500. default: true
  18501. },
  18502. ]
  18503. ))
  18504. characterMakers.push(() => makeCharacter(
  18505. { name: "Sasha Katraine" },
  18506. {
  18507. front: {
  18508. height: math.unit(5 + 3 / 12, "feet"),
  18509. weight: math.unit(137, "lb"),
  18510. name: "Front",
  18511. image: {
  18512. source: "./media/characters/sasha-katraine/front.svg",
  18513. bottom: 0.045
  18514. }
  18515. },
  18516. },
  18517. [
  18518. {
  18519. name: "Micro",
  18520. height: math.unit(5, "inches")
  18521. },
  18522. {
  18523. name: "Normal",
  18524. height: math.unit(5 + 3 / 12, "feet"),
  18525. default: true
  18526. },
  18527. ]
  18528. ))
  18529. characterMakers.push(() => makeCharacter(
  18530. { name: "Der" },
  18531. {
  18532. side: {
  18533. height: math.unit(4, "inches"),
  18534. weight: math.unit(200, "grams"),
  18535. name: "Side",
  18536. image: {
  18537. source: "./media/characters/der/side.svg",
  18538. extra: 719 / 400,
  18539. bottom: 30.6 / 749.9187
  18540. }
  18541. },
  18542. },
  18543. [
  18544. {
  18545. name: "Micro",
  18546. height: math.unit(4, "inches"),
  18547. default: true
  18548. },
  18549. ]
  18550. ))
  18551. characterMakers.push(() => makeCharacter(
  18552. { name: "Fixerdragon" },
  18553. {
  18554. side: {
  18555. height: math.unit(30, "meters"),
  18556. weight: math.unit(700, "tonnes"),
  18557. name: "Side",
  18558. image: {
  18559. source: "./media/characters/fixerdragon/side.svg",
  18560. extra: (1293.0514 - 116.03) / 1106.86,
  18561. bottom: 116.03 / 1293.0514
  18562. }
  18563. },
  18564. },
  18565. [
  18566. {
  18567. name: "Planck",
  18568. height: math.unit(1.6e-35, "meters")
  18569. },
  18570. {
  18571. name: "Micro",
  18572. height: math.unit(0.4, "meters")
  18573. },
  18574. {
  18575. name: "Normal",
  18576. height: math.unit(30, "meters"),
  18577. default: true
  18578. },
  18579. {
  18580. name: "Megamacro",
  18581. height: math.unit(1.2, "megameters")
  18582. },
  18583. {
  18584. name: "Teramacro",
  18585. height: math.unit(130, "terameters")
  18586. },
  18587. {
  18588. name: "Yottamacro",
  18589. height: math.unit(6200, "yottameters")
  18590. },
  18591. ]
  18592. ));
  18593. characterMakers.push(() => makeCharacter(
  18594. { name: "Kite" },
  18595. {
  18596. front: {
  18597. height: math.unit(8, "feet"),
  18598. weight: math.unit(250, "lb"),
  18599. name: "Front",
  18600. image: {
  18601. source: "./media/characters/kite/front.svg",
  18602. extra: 2796 / 2659,
  18603. bottom: 0.002
  18604. }
  18605. },
  18606. },
  18607. [
  18608. {
  18609. name: "Normal",
  18610. height: math.unit(8, "feet"),
  18611. default: true
  18612. },
  18613. {
  18614. name: "Macro",
  18615. height: math.unit(360, "feet")
  18616. },
  18617. {
  18618. name: "Megamacro",
  18619. height: math.unit(1500, "feet")
  18620. },
  18621. ]
  18622. ))
  18623. characterMakers.push(() => makeCharacter(
  18624. { name: "Poojawa Vynar" },
  18625. {
  18626. front: {
  18627. height: math.unit(5 + 10 / 12, "feet"),
  18628. weight: math.unit(150, "lb"),
  18629. name: "Front",
  18630. image: {
  18631. source: "./media/characters/poojawa-vynar/front.svg",
  18632. extra: (1506.1547 - 55) / 1356.6,
  18633. bottom: 55 / 1506.1547
  18634. }
  18635. },
  18636. frontTailless: {
  18637. height: math.unit(5 + 10 / 12, "feet"),
  18638. weight: math.unit(150, "lb"),
  18639. name: "Front (Tailless)",
  18640. image: {
  18641. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18642. extra: (1506.1547 - 55) / 1356.6,
  18643. bottom: 55 / 1506.1547
  18644. }
  18645. },
  18646. },
  18647. [
  18648. {
  18649. name: "Normal",
  18650. height: math.unit(5 + 10 / 12, "feet"),
  18651. default: true
  18652. },
  18653. ]
  18654. ))
  18655. characterMakers.push(() => makeCharacter(
  18656. { name: "Violette" },
  18657. {
  18658. front: {
  18659. height: math.unit(293, "meters"),
  18660. weight: math.unit(70400, "tons"),
  18661. name: "Front",
  18662. image: {
  18663. source: "./media/characters/violette/front.svg",
  18664. extra: 1227 / 1180,
  18665. bottom: 0.005
  18666. }
  18667. },
  18668. back: {
  18669. height: math.unit(293, "meters"),
  18670. weight: math.unit(70400, "tons"),
  18671. name: "Back",
  18672. image: {
  18673. source: "./media/characters/violette/back.svg",
  18674. extra: 1227 / 1180,
  18675. bottom: 0.005
  18676. }
  18677. },
  18678. },
  18679. [
  18680. {
  18681. name: "Macro",
  18682. height: math.unit(293, "meters"),
  18683. default: true
  18684. },
  18685. ]
  18686. ))
  18687. characterMakers.push(() => makeCharacter(
  18688. { name: "Alessandra" },
  18689. {
  18690. front: {
  18691. height: math.unit(1050, "feet"),
  18692. weight: math.unit(200000, "tons"),
  18693. name: "Front",
  18694. image: {
  18695. source: "./media/characters/alessandra/front.svg",
  18696. extra: 960 / 912,
  18697. bottom: 0.06
  18698. }
  18699. },
  18700. },
  18701. [
  18702. {
  18703. name: "Macro",
  18704. height: math.unit(1050, "feet")
  18705. },
  18706. {
  18707. name: "Macro+",
  18708. height: math.unit(900, "meters"),
  18709. default: true
  18710. },
  18711. ]
  18712. ))
  18713. characterMakers.push(() => makeCharacter(
  18714. { name: "Person", species: "Catdragon" },
  18715. {
  18716. front: {
  18717. height: math.unit(5, "feet"),
  18718. weight: math.unit(187, "lb"),
  18719. name: "Front",
  18720. image: {
  18721. source: "./media/characters/person/front.svg",
  18722. extra: 3087 / 2945,
  18723. bottom: 91 / 3181
  18724. }
  18725. },
  18726. },
  18727. [
  18728. {
  18729. name: "Micro",
  18730. height: math.unit(3, "inches")
  18731. },
  18732. {
  18733. name: "Normal",
  18734. height: math.unit(5, "feet"),
  18735. default: true
  18736. },
  18737. {
  18738. name: "Macro",
  18739. height: math.unit(90, "feet")
  18740. },
  18741. {
  18742. name: "Max Size",
  18743. height: math.unit(280, "feet")
  18744. },
  18745. ]
  18746. ))
  18747. characterMakers.push(() => makeCharacter(
  18748. { name: "Ty" },
  18749. {
  18750. front: {
  18751. height: math.unit(4.5, "meters"),
  18752. weight: math.unit(3200, "lb"),
  18753. name: "Front",
  18754. image: {
  18755. source: "./media/characters/ty/front.svg",
  18756. extra: 1038 / 960,
  18757. bottom: 31.156 / 1068
  18758. }
  18759. },
  18760. back: {
  18761. height: math.unit(4.5, "meters"),
  18762. weight: math.unit(3200, "lb"),
  18763. name: "Back",
  18764. image: {
  18765. source: "./media/characters/ty/back.svg",
  18766. extra: 1044 / 966,
  18767. bottom: 7.48 / 1049
  18768. }
  18769. },
  18770. },
  18771. [
  18772. {
  18773. name: "Normal",
  18774. height: math.unit(4.5, "meters"),
  18775. default: true
  18776. },
  18777. ]
  18778. ))
  18779. characterMakers.push(() => makeCharacter(
  18780. { name: "Rocky" },
  18781. {
  18782. front: {
  18783. height: math.unit(5 + 4 / 12, "feet"),
  18784. weight: math.unit(115, "lb"),
  18785. name: "Front",
  18786. image: {
  18787. source: "./media/characters/rocky/front.svg",
  18788. extra: 1012 / 975,
  18789. bottom: 54 / 1066
  18790. }
  18791. },
  18792. },
  18793. [
  18794. {
  18795. name: "Normal",
  18796. height: math.unit(5 + 4 / 12, "feet"),
  18797. default: true
  18798. },
  18799. ]
  18800. ))
  18801. characterMakers.push(() => makeCharacter(
  18802. { name: "Ruin" },
  18803. {
  18804. upright: {
  18805. height: math.unit(6, "meters"),
  18806. weight: math.unit(4000, "kg"),
  18807. name: "Upright",
  18808. image: {
  18809. source: "./media/characters/ruin/upright.svg",
  18810. extra: 668 / 661,
  18811. bottom: 42 / 799.8396
  18812. }
  18813. },
  18814. },
  18815. [
  18816. {
  18817. name: "Normal",
  18818. height: math.unit(6, "meters"),
  18819. default: true
  18820. },
  18821. ]
  18822. ))
  18823. characterMakers.push(() => makeCharacter(
  18824. { name: "Robin" },
  18825. {
  18826. front: {
  18827. height: math.unit(5, "feet"),
  18828. weight: math.unit(106, "lb"),
  18829. name: "Front",
  18830. image: {
  18831. source: "./media/characters/robin/front.svg",
  18832. extra: 862 / 799,
  18833. bottom: 42.4 / 914.8856
  18834. }
  18835. },
  18836. },
  18837. [
  18838. {
  18839. name: "Normal",
  18840. height: math.unit(5, "feet"),
  18841. default: true
  18842. },
  18843. ]
  18844. ))
  18845. characterMakers.push(() => makeCharacter(
  18846. { name: "Saian" },
  18847. {
  18848. side: {
  18849. height: math.unit(3, "feet"),
  18850. weight: math.unit(225, "lb"),
  18851. name: "Side",
  18852. image: {
  18853. source: "./media/characters/saian/side.svg",
  18854. extra: 566 / 356,
  18855. bottom: 79.7 / 643
  18856. }
  18857. },
  18858. maw: {
  18859. height: math.unit(2.85, "feet"),
  18860. name: "Maw",
  18861. image: {
  18862. source: "./media/characters/saian/maw.svg"
  18863. }
  18864. },
  18865. },
  18866. [
  18867. {
  18868. name: "Normal",
  18869. height: math.unit(3, "feet"),
  18870. default: true
  18871. },
  18872. ]
  18873. ))
  18874. characterMakers.push(() => makeCharacter(
  18875. { name: "Equus Silvermane" },
  18876. {
  18877. side: {
  18878. height: math.unit(8, "feet"),
  18879. weight: math.unit(300, "lb"),
  18880. name: "Side",
  18881. image: {
  18882. source: "./media/characters/equus-silvermane/side.svg",
  18883. extra: 2176 / 2050,
  18884. bottom: 65.7 / 2245
  18885. }
  18886. },
  18887. front: {
  18888. height: math.unit(8, "feet"),
  18889. weight: math.unit(300, "lb"),
  18890. name: "Front",
  18891. image: {
  18892. source: "./media/characters/equus-silvermane/front.svg",
  18893. extra: 4633 / 4400,
  18894. bottom: 71.3 / 4706.915
  18895. }
  18896. },
  18897. sideStepping: {
  18898. height: math.unit(8, "feet"),
  18899. weight: math.unit(300, "lb"),
  18900. name: "Side (Stepping)",
  18901. image: {
  18902. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18903. extra: 1968 / 1860,
  18904. bottom: 16.4 / 1989
  18905. }
  18906. },
  18907. },
  18908. [
  18909. {
  18910. name: "Normal",
  18911. height: math.unit(8, "feet")
  18912. },
  18913. {
  18914. name: "Minimacro",
  18915. height: math.unit(75, "feet"),
  18916. default: true
  18917. },
  18918. {
  18919. name: "Macro",
  18920. height: math.unit(150, "feet")
  18921. },
  18922. {
  18923. name: "Macro+",
  18924. height: math.unit(1000, "feet")
  18925. },
  18926. {
  18927. name: "Megamacro",
  18928. height: math.unit(1, "mile")
  18929. },
  18930. ]
  18931. ))
  18932. characterMakers.push(() => makeCharacter(
  18933. { name: "Windar" },
  18934. {
  18935. side: {
  18936. height: math.unit(20, "feet"),
  18937. weight: math.unit(30000, "kg"),
  18938. name: "Side",
  18939. image: {
  18940. source: "./media/characters/windar/side.svg",
  18941. extra: 1491 / 1248,
  18942. bottom: 82.56 / 1568
  18943. }
  18944. },
  18945. },
  18946. [
  18947. {
  18948. name: "Normal",
  18949. height: math.unit(20, "feet"),
  18950. default: true
  18951. },
  18952. ]
  18953. ))
  18954. characterMakers.push(() => makeCharacter(
  18955. { name: "Melody" },
  18956. {
  18957. side: {
  18958. height: math.unit(15.66, "feet"),
  18959. weight: math.unit(150, "lb"),
  18960. name: "Side",
  18961. image: {
  18962. source: "./media/characters/melody/side.svg",
  18963. extra: 1097 / 944,
  18964. bottom: 11.8 / 1109
  18965. }
  18966. },
  18967. sideOutfit: {
  18968. height: math.unit(15.66, "feet"),
  18969. weight: math.unit(150, "lb"),
  18970. name: "Side (Outfit)",
  18971. image: {
  18972. source: "./media/characters/melody/side-outfit.svg",
  18973. extra: 1097 / 944,
  18974. bottom: 11.8 / 1109
  18975. }
  18976. },
  18977. },
  18978. [
  18979. {
  18980. name: "Normal",
  18981. height: math.unit(15.66, "feet"),
  18982. default: true
  18983. },
  18984. ]
  18985. ))
  18986. characterMakers.push(() => makeCharacter(
  18987. { name: "Windera" },
  18988. {
  18989. front: {
  18990. height: math.unit(8, "feet"),
  18991. weight: math.unit(325, "lb"),
  18992. name: "Front",
  18993. image: {
  18994. source: "./media/characters/windera/front.svg",
  18995. extra: 3180 / 2845,
  18996. bottom: 178 / 3365
  18997. }
  18998. },
  18999. },
  19000. [
  19001. {
  19002. name: "Normal",
  19003. height: math.unit(8, "feet"),
  19004. default: true
  19005. },
  19006. ]
  19007. ))
  19008. characterMakers.push(() => makeCharacter(
  19009. { name: "Sonear" },
  19010. {
  19011. front: {
  19012. height: math.unit(28.75, "feet"),
  19013. weight: math.unit(2000, "kg"),
  19014. name: "Front",
  19015. image: {
  19016. source: "./media/characters/sonear/front.svg",
  19017. extra: 1041.1 / 964.9,
  19018. bottom: 53.7 / 1096.6
  19019. }
  19020. },
  19021. },
  19022. [
  19023. {
  19024. name: "Normal",
  19025. height: math.unit(28.75, "feet"),
  19026. default: true
  19027. },
  19028. ]
  19029. ))
  19030. characterMakers.push(() => makeCharacter(
  19031. { name: "Kanara" },
  19032. {
  19033. side: {
  19034. height: math.unit(25.5, "feet"),
  19035. weight: math.unit(23000, "kg"),
  19036. name: "Side",
  19037. image: {
  19038. source: "./media/characters/kanara/side.svg"
  19039. }
  19040. },
  19041. },
  19042. [
  19043. {
  19044. name: "Normal",
  19045. height: math.unit(25.5, "feet"),
  19046. default: true
  19047. },
  19048. ]
  19049. ))
  19050. characterMakers.push(() => makeCharacter(
  19051. { name: "Ereus" },
  19052. {
  19053. side: {
  19054. height: math.unit(10, "feet"),
  19055. weight: math.unit(1000, "kg"),
  19056. name: "Side",
  19057. image: {
  19058. source: "./media/characters/ereus/side.svg",
  19059. extra: 1157 / 959,
  19060. bottom: 153 / 1312.5
  19061. }
  19062. },
  19063. },
  19064. [
  19065. {
  19066. name: "Normal",
  19067. height: math.unit(10, "feet"),
  19068. default: true
  19069. },
  19070. ]
  19071. ))
  19072. characterMakers.push(() => makeCharacter(
  19073. { name: "E-ter" },
  19074. {
  19075. side: {
  19076. height: math.unit(4.5, "feet"),
  19077. weight: math.unit(500, "lb"),
  19078. name: "Side",
  19079. image: {
  19080. source: "./media/characters/e-ter/side.svg",
  19081. extra: 1550 / 1248,
  19082. bottom: 146 / 1694
  19083. }
  19084. },
  19085. },
  19086. [
  19087. {
  19088. name: "Normal",
  19089. height: math.unit(4.5, "feet"),
  19090. default: true
  19091. },
  19092. ]
  19093. ))
  19094. characterMakers.push(() => makeCharacter(
  19095. { name: "Yamie" },
  19096. {
  19097. side: {
  19098. height: math.unit(9.7, "feet"),
  19099. weight: math.unit(4000, "kg"),
  19100. name: "Side",
  19101. image: {
  19102. source: "./media/characters/yamie/side.svg"
  19103. }
  19104. },
  19105. },
  19106. [
  19107. {
  19108. name: "Normal",
  19109. height: math.unit(9.7, "feet"),
  19110. default: true
  19111. },
  19112. ]
  19113. ))
  19114. characterMakers.push(() => makeCharacter(
  19115. { name: "Anders" },
  19116. {
  19117. front: {
  19118. height: math.unit(50, "feet"),
  19119. weight: math.unit(50000, "kg"),
  19120. name: "Front",
  19121. image: {
  19122. source: "./media/characters/anders/front.svg",
  19123. extra: 570 / 539,
  19124. bottom: 14.7 / 586.7
  19125. }
  19126. },
  19127. },
  19128. [
  19129. {
  19130. name: "Large",
  19131. height: math.unit(50, "feet")
  19132. },
  19133. {
  19134. name: "Macro",
  19135. height: math.unit(2000, "feet"),
  19136. default: true
  19137. },
  19138. {
  19139. name: "Megamacro",
  19140. height: math.unit(12, "miles")
  19141. },
  19142. ]
  19143. ))
  19144. characterMakers.push(() => makeCharacter(
  19145. { name: "Reban" },
  19146. {
  19147. front: {
  19148. height: math.unit(7 + 2 / 12, "feet"),
  19149. weight: math.unit(300, "lb"),
  19150. name: "Front",
  19151. image: {
  19152. source: "./media/characters/reban/front.svg",
  19153. extra: 516 / 487,
  19154. bottom: 42.82 / 558.356
  19155. }
  19156. },
  19157. dick: {
  19158. height: math.unit(7 / 5, "feet"),
  19159. name: "Dick",
  19160. image: {
  19161. source: "./media/characters/reban/dick.svg"
  19162. }
  19163. },
  19164. },
  19165. [
  19166. {
  19167. name: "Natural Height",
  19168. height: math.unit(7 + 2 / 12, "feet")
  19169. },
  19170. {
  19171. name: "Macro",
  19172. height: math.unit(500, "feet"),
  19173. default: true
  19174. },
  19175. {
  19176. name: "Canon Height",
  19177. height: math.unit(50, "AU")
  19178. },
  19179. ]
  19180. ))
  19181. characterMakers.push(() => makeCharacter(
  19182. { name: "Terrance Keayes" },
  19183. {
  19184. front: {
  19185. height: math.unit(6, "feet"),
  19186. weight: math.unit(150, "lb"),
  19187. name: "Front",
  19188. image: {
  19189. source: "./media/characters/terrance-keayes/front.svg",
  19190. extra: 1.005,
  19191. bottom: 151 / 1615
  19192. }
  19193. },
  19194. side: {
  19195. height: math.unit(6, "feet"),
  19196. weight: math.unit(150, "lb"),
  19197. name: "Side",
  19198. image: {
  19199. source: "./media/characters/terrance-keayes/side.svg",
  19200. extra: 1.005,
  19201. bottom: 129.4 / 1544
  19202. }
  19203. },
  19204. back: {
  19205. height: math.unit(6, "feet"),
  19206. weight: math.unit(150, "lb"),
  19207. name: "Back",
  19208. image: {
  19209. source: "./media/characters/terrance-keayes/back.svg",
  19210. extra: 1.005,
  19211. bottom: 58.4 / 1557.3
  19212. }
  19213. },
  19214. dick: {
  19215. height: math.unit(6 * 0.208, "feet"),
  19216. name: "Dick",
  19217. image: {
  19218. source: "./media/characters/terrance-keayes/dick.svg"
  19219. }
  19220. },
  19221. },
  19222. [
  19223. {
  19224. name: "Canon Height",
  19225. height: math.unit(35, "miles"),
  19226. default: true
  19227. },
  19228. ]
  19229. ))
  19230. characterMakers.push(() => makeCharacter(
  19231. { name: "Ofelia" },
  19232. {
  19233. front: {
  19234. height: math.unit(6, "feet"),
  19235. weight: math.unit(150, "lb"),
  19236. name: "Front",
  19237. image: {
  19238. source: "./media/characters/ofelia/front.svg",
  19239. extra: 546 / 541,
  19240. bottom: 39 / 583
  19241. }
  19242. },
  19243. back: {
  19244. height: math.unit(6, "feet"),
  19245. weight: math.unit(150, "lb"),
  19246. name: "Back",
  19247. image: {
  19248. source: "./media/characters/ofelia/back.svg",
  19249. extra: 564 / 559.5,
  19250. bottom: 8.69 / 573.02
  19251. }
  19252. },
  19253. maw: {
  19254. height: math.unit(1, "feet"),
  19255. name: "Maw",
  19256. image: {
  19257. source: "./media/characters/ofelia/maw.svg"
  19258. }
  19259. },
  19260. foot: {
  19261. height: math.unit(1.949, "feet"),
  19262. name: "Foot",
  19263. image: {
  19264. source: "./media/characters/ofelia/foot.svg"
  19265. }
  19266. },
  19267. },
  19268. [
  19269. {
  19270. name: "Canon Height",
  19271. height: math.unit(2000, "miles"),
  19272. default: true
  19273. },
  19274. ]
  19275. ))
  19276. characterMakers.push(() => makeCharacter(
  19277. { name: "Samuel" },
  19278. {
  19279. front: {
  19280. height: math.unit(6, "feet"),
  19281. weight: math.unit(150, "lb"),
  19282. name: "Front",
  19283. image: {
  19284. source: "./media/characters/samuel/front.svg",
  19285. extra: 265 / 258,
  19286. bottom: 2 / 266.1566
  19287. }
  19288. },
  19289. },
  19290. [
  19291. {
  19292. name: "Macro",
  19293. height: math.unit(100, "feet"),
  19294. default: true
  19295. },
  19296. {
  19297. name: "Full Size",
  19298. height: math.unit(1000, "miles")
  19299. },
  19300. ]
  19301. ))
  19302. characterMakers.push(() => makeCharacter(
  19303. { name: "Beishir Kiel" },
  19304. {
  19305. front: {
  19306. height: math.unit(6, "feet"),
  19307. weight: math.unit(300, "lb"),
  19308. name: "Front",
  19309. image: {
  19310. source: "./media/characters/beishir-kiel/front.svg",
  19311. extra: 569 / 547,
  19312. bottom: 41.9 / 609
  19313. }
  19314. },
  19315. maw: {
  19316. height: math.unit(6 * 0.202, "feet"),
  19317. name: "Maw",
  19318. image: {
  19319. source: "./media/characters/beishir-kiel/maw.svg"
  19320. }
  19321. },
  19322. },
  19323. [
  19324. {
  19325. name: "Macro",
  19326. height: math.unit(300, "feet"),
  19327. default: true
  19328. },
  19329. ]
  19330. ))
  19331. characterMakers.push(() => makeCharacter(
  19332. { name: "Logan Grey" },
  19333. {
  19334. front: {
  19335. height: math.unit(5 + 8 / 12, "feet"),
  19336. weight: math.unit(120, "lb"),
  19337. name: "Front",
  19338. image: {
  19339. source: "./media/characters/logan-grey/front.svg",
  19340. extra: 2539 / 2393,
  19341. bottom: 97.6 / 2636.37
  19342. }
  19343. },
  19344. frontAlt: {
  19345. height: math.unit(5 + 8 / 12, "feet"),
  19346. weight: math.unit(120, "lb"),
  19347. name: "Front (Alt)",
  19348. image: {
  19349. source: "./media/characters/logan-grey/front-alt.svg",
  19350. extra: 958 / 893,
  19351. bottom: 15 / 970.768
  19352. }
  19353. },
  19354. back: {
  19355. height: math.unit(5 + 8 / 12, "feet"),
  19356. weight: math.unit(120, "lb"),
  19357. name: "Back",
  19358. image: {
  19359. source: "./media/characters/logan-grey/back.svg",
  19360. extra: 958 / 893,
  19361. bottom: 2.1881 / 970.9788
  19362. }
  19363. },
  19364. dick: {
  19365. height: math.unit(1.437, "feet"),
  19366. name: "Dick",
  19367. image: {
  19368. source: "./media/characters/logan-grey/dick.svg"
  19369. }
  19370. },
  19371. },
  19372. [
  19373. {
  19374. name: "Normal",
  19375. height: math.unit(5 + 8 / 12, "feet")
  19376. },
  19377. {
  19378. name: "The 500 Foot Femboy",
  19379. height: math.unit(500, "feet"),
  19380. default: true
  19381. },
  19382. {
  19383. name: "Megmacro",
  19384. height: math.unit(20, "miles")
  19385. },
  19386. ]
  19387. ))
  19388. characterMakers.push(() => makeCharacter(
  19389. { name: "Draganta" },
  19390. {
  19391. front: {
  19392. height: math.unit(8 + 2 / 12, "feet"),
  19393. weight: math.unit(275, "lb"),
  19394. name: "Front",
  19395. image: {
  19396. source: "./media/characters/draganta/front.svg",
  19397. extra: 1177 / 1135,
  19398. bottom: 33.46 / 1212.1
  19399. }
  19400. },
  19401. },
  19402. [
  19403. {
  19404. name: "Normal",
  19405. height: math.unit(8 + 6 / 12, "feet"),
  19406. default: true
  19407. },
  19408. {
  19409. name: "Macro",
  19410. height: math.unit(150, "feet")
  19411. },
  19412. {
  19413. name: "Megamacro",
  19414. height: math.unit(1000, "miles")
  19415. },
  19416. ]
  19417. ))
  19418. characterMakers.push(() => makeCharacter(
  19419. { name: "Voski", species: "Corvid" },
  19420. {
  19421. front: {
  19422. height: math.unit(1.72, "m"),
  19423. weight: math.unit(80, "lb"),
  19424. name: "Front",
  19425. image: {
  19426. source: "./media/characters/voski/front.svg",
  19427. extra: 2076.22 / 2022.4,
  19428. bottom: 102.7 / 2177.3866
  19429. }
  19430. },
  19431. back: {
  19432. height: math.unit(1.72, "m"),
  19433. weight: math.unit(80, "lb"),
  19434. name: "Back",
  19435. image: {
  19436. source: "./media/characters/voski/back.svg",
  19437. extra: 2104 / 2051,
  19438. bottom: 10.45 / 2113.63
  19439. }
  19440. },
  19441. },
  19442. [
  19443. {
  19444. name: "Normal",
  19445. height: math.unit(1.72, "m")
  19446. },
  19447. {
  19448. name: "Macro",
  19449. height: math.unit(55, "m"),
  19450. default: true
  19451. },
  19452. {
  19453. name: "Macro+",
  19454. height: math.unit(300, "m")
  19455. },
  19456. {
  19457. name: "Macro++",
  19458. height: math.unit(700, "m")
  19459. },
  19460. {
  19461. name: "Macro+++",
  19462. height: math.unit(4500, "m")
  19463. },
  19464. {
  19465. name: "Macro++++",
  19466. height: math.unit(45, "km")
  19467. },
  19468. {
  19469. name: "Macro+++++",
  19470. height: math.unit(1220, "km")
  19471. },
  19472. ]
  19473. ))
  19474. characterMakers.push(() => makeCharacter(
  19475. { name: "Icowom Lee" },
  19476. {
  19477. front: {
  19478. height: math.unit(2.3, "m"),
  19479. weight: math.unit(304, "kg"),
  19480. name: "Front",
  19481. image: {
  19482. source: "./media/characters/icowom-lee/front.svg",
  19483. extra: 3076 / 2933,
  19484. bottom: 51.4 / 3125.1889
  19485. }
  19486. },
  19487. },
  19488. [
  19489. {
  19490. name: "Normal",
  19491. height: math.unit(2.3, "meters"),
  19492. default: true
  19493. },
  19494. {
  19495. name: "Macro",
  19496. height: math.unit(94, "meters"),
  19497. default: true
  19498. },
  19499. ]
  19500. ))
  19501. characterMakers.push(() => makeCharacter(
  19502. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19503. {
  19504. front: {
  19505. height: math.unit(22, "meters"),
  19506. weight: math.unit(21000, "kg"),
  19507. name: "Front",
  19508. image: {
  19509. source: "./media/characters/shock-diamond/front.svg",
  19510. extra: 2204 / 2053,
  19511. bottom: 65 / 2239.47
  19512. }
  19513. },
  19514. frontNude: {
  19515. height: math.unit(22, "meters"),
  19516. weight: math.unit(21000, "kg"),
  19517. name: "Front (Nude)",
  19518. image: {
  19519. source: "./media/characters/shock-diamond/front-nude.svg",
  19520. extra: 2514 / 2285,
  19521. bottom: 13 / 2527.56
  19522. }
  19523. },
  19524. },
  19525. [
  19526. {
  19527. name: "Normal",
  19528. height: math.unit(3, "meters")
  19529. },
  19530. {
  19531. name: "Macro",
  19532. height: math.unit(22, "meters"),
  19533. default: true
  19534. },
  19535. ]
  19536. ))
  19537. characterMakers.push(() => makeCharacter(
  19538. { name: "Rory" },
  19539. {
  19540. front: {
  19541. height: math.unit(5 + 4 / 12, "feet"),
  19542. weight: math.unit(120, "lb"),
  19543. name: "Front",
  19544. image: {
  19545. source: "./media/characters/rory/front.svg",
  19546. extra: 589 / 556,
  19547. bottom: 45.7 / 635.76
  19548. }
  19549. },
  19550. frontNude: {
  19551. height: math.unit(5 + 4 / 12, "feet"),
  19552. weight: math.unit(120, "lb"),
  19553. name: "Front (Nude)",
  19554. image: {
  19555. source: "./media/characters/rory/front-nude.svg",
  19556. extra: 589 / 556,
  19557. bottom: 45.7 / 635.76
  19558. }
  19559. },
  19560. side: {
  19561. height: math.unit(5 + 4 / 12, "feet"),
  19562. weight: math.unit(120, "lb"),
  19563. name: "Side",
  19564. image: {
  19565. source: "./media/characters/rory/side.svg",
  19566. extra: 597 / 564,
  19567. bottom: 55 / 653
  19568. }
  19569. },
  19570. back: {
  19571. height: math.unit(5 + 4 / 12, "feet"),
  19572. weight: math.unit(120, "lb"),
  19573. name: "Back",
  19574. image: {
  19575. source: "./media/characters/rory/back.svg",
  19576. extra: 620 / 585,
  19577. bottom: 8.86 / 630.43
  19578. }
  19579. },
  19580. dick: {
  19581. height: math.unit(0.86, "feet"),
  19582. name: "Dick",
  19583. image: {
  19584. source: "./media/characters/rory/dick.svg"
  19585. }
  19586. },
  19587. },
  19588. [
  19589. {
  19590. name: "Normal",
  19591. height: math.unit(5 + 4 / 12, "feet"),
  19592. default: true
  19593. },
  19594. {
  19595. name: "Macro",
  19596. height: math.unit(100, "feet")
  19597. },
  19598. {
  19599. name: "Macro+",
  19600. height: math.unit(140, "feet")
  19601. },
  19602. {
  19603. name: "Macro++",
  19604. height: math.unit(300, "feet")
  19605. },
  19606. ]
  19607. ))
  19608. characterMakers.push(() => makeCharacter(
  19609. { name: "Sprisk" },
  19610. {
  19611. front: {
  19612. height: math.unit(5 + 9 / 12, "feet"),
  19613. weight: math.unit(190, "lb"),
  19614. name: "Front",
  19615. image: {
  19616. source: "./media/characters/sprisk/front.svg",
  19617. extra: 1225 / 1180,
  19618. bottom: 42.7 / 1266.4
  19619. }
  19620. },
  19621. frontNsfw: {
  19622. height: math.unit(5 + 9 / 12, "feet"),
  19623. weight: math.unit(190, "lb"),
  19624. name: "Front (NSFW)",
  19625. image: {
  19626. source: "./media/characters/sprisk/front-nsfw.svg",
  19627. extra: 1225 / 1180,
  19628. bottom: 42.7 / 1266.4
  19629. }
  19630. },
  19631. back: {
  19632. height: math.unit(5 + 9 / 12, "feet"),
  19633. weight: math.unit(190, "lb"),
  19634. name: "Back",
  19635. image: {
  19636. source: "./media/characters/sprisk/back.svg",
  19637. extra: 1247 / 1200,
  19638. bottom: 5.6 / 1253.04
  19639. }
  19640. },
  19641. },
  19642. [
  19643. {
  19644. name: "Tiny",
  19645. height: math.unit(2, "inches")
  19646. },
  19647. {
  19648. name: "Normal",
  19649. height: math.unit(5 + 9 / 12, "feet"),
  19650. default: true
  19651. },
  19652. {
  19653. name: "Mini Macro",
  19654. height: math.unit(18, "feet")
  19655. },
  19656. {
  19657. name: "Macro",
  19658. height: math.unit(100, "feet")
  19659. },
  19660. {
  19661. name: "MACRO",
  19662. height: math.unit(50, "miles")
  19663. },
  19664. {
  19665. name: "M A C R O",
  19666. height: math.unit(300, "miles")
  19667. },
  19668. ]
  19669. ))
  19670. characterMakers.push(() => makeCharacter(
  19671. { name: "Bunsen" },
  19672. {
  19673. side: {
  19674. height: math.unit(15.6, "meters"),
  19675. weight: math.unit(700000, "kg"),
  19676. name: "Side",
  19677. image: {
  19678. source: "./media/characters/bunsen/side.svg",
  19679. extra: 1644 / 358
  19680. }
  19681. },
  19682. foot: {
  19683. height: math.unit(1.611 * 1644 / 358, "meter"),
  19684. name: "Foot",
  19685. image: {
  19686. source: "./media/characters/bunsen/foot.svg"
  19687. }
  19688. },
  19689. },
  19690. [
  19691. {
  19692. name: "Small",
  19693. height: math.unit(10, "feet")
  19694. },
  19695. {
  19696. name: "Normal",
  19697. height: math.unit(15.6, "meters"),
  19698. default: true
  19699. },
  19700. ]
  19701. ))
  19702. characterMakers.push(() => makeCharacter(
  19703. { name: "Sesh" },
  19704. {
  19705. front: {
  19706. height: math.unit(4 + 11 / 12, "feet"),
  19707. weight: math.unit(140, "lb"),
  19708. name: "Front",
  19709. image: {
  19710. source: "./media/characters/sesh/front.svg",
  19711. extra: 3420 / 3231,
  19712. bottom: 72 / 3949.5
  19713. }
  19714. },
  19715. },
  19716. [
  19717. {
  19718. name: "Normal",
  19719. height: math.unit(4 + 11 / 12, "feet")
  19720. },
  19721. {
  19722. name: "Grown",
  19723. height: math.unit(15, "feet"),
  19724. default: true
  19725. },
  19726. {
  19727. name: "Macro",
  19728. height: math.unit(1500, "feet")
  19729. },
  19730. {
  19731. name: "Megamacro",
  19732. height: math.unit(30, "miles")
  19733. },
  19734. {
  19735. name: "Continental",
  19736. height: math.unit(3000, "miles")
  19737. },
  19738. {
  19739. name: "Gravity Mass",
  19740. height: math.unit(300000, "miles")
  19741. },
  19742. {
  19743. name: "Planet Buster",
  19744. height: math.unit(30000000, "miles")
  19745. },
  19746. {
  19747. name: "Big",
  19748. height: math.unit(3000000000, "miles")
  19749. },
  19750. ]
  19751. ))
  19752. characterMakers.push(() => makeCharacter(
  19753. { name: "Pepper" },
  19754. {
  19755. front: {
  19756. height: math.unit(9, "feet"),
  19757. weight: math.unit(350, "lb"),
  19758. name: "Front",
  19759. image: {
  19760. source: "./media/characters/pepper/front.svg",
  19761. extra: 1448/1312,
  19762. bottom: 9.4/1457.88
  19763. }
  19764. },
  19765. back: {
  19766. height: math.unit(9, "feet"),
  19767. weight: math.unit(350, "lb"),
  19768. name: "Back",
  19769. image: {
  19770. source: "./media/characters/pepper/back.svg",
  19771. extra: 1423/1300,
  19772. bottom: 4.6/1429
  19773. }
  19774. },
  19775. maw: {
  19776. height: math.unit(0.932, "feet"),
  19777. name: "Maw",
  19778. image: {
  19779. source: "./media/characters/pepper/maw.svg"
  19780. }
  19781. },
  19782. },
  19783. [
  19784. {
  19785. name: "Normal",
  19786. height: math.unit(9, "feet"),
  19787. default: true
  19788. },
  19789. ]
  19790. ))
  19791. characterMakers.push(() => makeCharacter(
  19792. { name: "Maelstrom" },
  19793. {
  19794. front: {
  19795. height: math.unit(6, "feet"),
  19796. weight: math.unit(150, "lb"),
  19797. name: "Front",
  19798. image: {
  19799. source: "./media/characters/maelstrom/front.svg",
  19800. extra: 2100/1883,
  19801. bottom: 94/2196.7
  19802. }
  19803. },
  19804. },
  19805. [
  19806. {
  19807. name: "Less Kaiju",
  19808. height: math.unit(200, "feet")
  19809. },
  19810. {
  19811. name: "Kaiju",
  19812. height: math.unit(400, "feet"),
  19813. default: true
  19814. },
  19815. {
  19816. name: "Kaiju-er",
  19817. height: math.unit(600, "feet")
  19818. },
  19819. ]
  19820. ))
  19821. characterMakers.push(() => makeCharacter(
  19822. { name: "Lexir" },
  19823. {
  19824. front: {
  19825. height: math.unit(6 + 5/12, "feet"),
  19826. weight: math.unit(180, "lb"),
  19827. name: "Front",
  19828. image: {
  19829. source: "./media/characters/lexir/front.svg",
  19830. extra: 180/172,
  19831. bottom: 12/192
  19832. }
  19833. },
  19834. back: {
  19835. height: math.unit(6 + 5/12, "feet"),
  19836. weight: math.unit(180, "lb"),
  19837. name: "Back",
  19838. image: {
  19839. source: "./media/characters/lexir/back.svg",
  19840. extra: 183.84/175.5,
  19841. bottom: 3.1/187
  19842. }
  19843. },
  19844. },
  19845. [
  19846. {
  19847. name: "Very Smal",
  19848. height: math.unit(1, "nm")
  19849. },
  19850. {
  19851. name: "Normal",
  19852. height: math.unit(6 + 5/12, "feet"),
  19853. default: true
  19854. },
  19855. {
  19856. name: "Macro",
  19857. height: math.unit(1, "mile")
  19858. },
  19859. {
  19860. name: "Megamacro",
  19861. height: math.unit(50, "miles")
  19862. },
  19863. ]
  19864. ))
  19865. characterMakers.push(() => makeCharacter(
  19866. { name: "Maksio" },
  19867. {
  19868. front: {
  19869. height: math.unit(1.5, "meters"),
  19870. weight: math.unit(100, "lb"),
  19871. name: "Front",
  19872. image: {
  19873. source: "./media/characters/maksio/front.svg",
  19874. extra: 1549/1531,
  19875. bottom: 123.7/1674.5429
  19876. }
  19877. },
  19878. back: {
  19879. height: math.unit(1.5, "meters"),
  19880. weight: math.unit(100, "lb"),
  19881. name: "Back",
  19882. image: {
  19883. source: "./media/characters/maksio/back.svg",
  19884. extra: 1541/1509,
  19885. bottom: 97/1639
  19886. }
  19887. },
  19888. hand: {
  19889. height: math.unit(0.621, "feet"),
  19890. name: "Hand",
  19891. image: {
  19892. source: "./media/characters/maksio/hand.svg"
  19893. }
  19894. },
  19895. foot: {
  19896. height: math.unit(1.611, "feet"),
  19897. name: "Foot",
  19898. image: {
  19899. source: "./media/characters/maksio/foot.svg"
  19900. }
  19901. },
  19902. },
  19903. [
  19904. {
  19905. name: "Shrunken",
  19906. height: math.unit(10, "cm")
  19907. },
  19908. {
  19909. name: "Normal",
  19910. height: math.unit(150, "cm"),
  19911. default: true
  19912. },
  19913. ]
  19914. ))
  19915. characterMakers.push(() => makeCharacter(
  19916. { name: "Erza Bear" },
  19917. {
  19918. front: {
  19919. height: math.unit(100, "feet"),
  19920. name: "Front",
  19921. image: {
  19922. source: "./media/characters/erza-bear/front.svg",
  19923. extra: 2449/2390,
  19924. bottom: 46/2494
  19925. }
  19926. },
  19927. back: {
  19928. height: math.unit(100, "feet"),
  19929. name: "Back",
  19930. image: {
  19931. source: "./media/characters/erza-bear/back.svg",
  19932. extra: 2489/2430,
  19933. bottom: 85.4/2480
  19934. }
  19935. },
  19936. tail: {
  19937. height: math.unit(42, "feet"),
  19938. name: "Tail",
  19939. image: {
  19940. source: "./media/characters/erza-bear/tail.svg"
  19941. }
  19942. },
  19943. tongue: {
  19944. height: math.unit(8, "feet"),
  19945. name: "Tongue",
  19946. image: {
  19947. source: "./media/characters/erza-bear/tongue.svg"
  19948. }
  19949. },
  19950. dick: {
  19951. height: math.unit(10.5, "feet"),
  19952. name: "Dick",
  19953. image: {
  19954. source: "./media/characters/erza-bear/dick.svg"
  19955. }
  19956. },
  19957. dickVertical: {
  19958. height: math.unit(16.9, "feet"),
  19959. name: "Dick (Vertical)",
  19960. image: {
  19961. source: "./media/characters/erza-bear/dick-vertical.svg"
  19962. }
  19963. },
  19964. },
  19965. [
  19966. {
  19967. name: "Macro",
  19968. height: math.unit(100, "feet"),
  19969. default: true
  19970. },
  19971. ]
  19972. ))
  19973. characterMakers.push(() => makeCharacter(
  19974. { name: "Violet Flor", species: "Skunk" },
  19975. {
  19976. front: {
  19977. height: math.unit(172, "cm"),
  19978. weight: math.unit(73, "kg"),
  19979. name: "Front",
  19980. image: {
  19981. source: "./media/characters/violet-flor/front.svg",
  19982. extra: 1530/1442,
  19983. bottom: 61.9/1588.8
  19984. }
  19985. },
  19986. back: {
  19987. height: math.unit(180, "cm"),
  19988. weight: math.unit(73, "kg"),
  19989. name: "Back",
  19990. image: {
  19991. source: "./media/characters/violet-flor/back.svg",
  19992. extra: 1692/1630,
  19993. bottom: 20/1712
  19994. }
  19995. },
  19996. },
  19997. [
  19998. {
  19999. name: "Normal",
  20000. height: math.unit(172, "cm"),
  20001. default: true
  20002. },
  20003. ]
  20004. ))
  20005. characterMakers.push(() => makeCharacter(
  20006. { name: "Lynn Rhea", species: "Shark" },
  20007. {
  20008. front: {
  20009. height: math.unit(6, "feet"),
  20010. weight: math.unit(220, "lb"),
  20011. name: "Front",
  20012. image: {
  20013. source: "./media/characters/lynn-rhea/front.svg",
  20014. extra: 310/273
  20015. }
  20016. },
  20017. back: {
  20018. height: math.unit(6, "feet"),
  20019. weight: math.unit(220, "lb"),
  20020. name: "Back",
  20021. image: {
  20022. source: "./media/characters/lynn-rhea/back.svg",
  20023. extra: 310/273
  20024. }
  20025. },
  20026. dicks: {
  20027. height: math.unit(0.9, "feet"),
  20028. name: "Dicks",
  20029. image: {
  20030. source: "./media/characters/lynn-rhea/dicks.svg"
  20031. }
  20032. },
  20033. slit: {
  20034. height: math.unit(0.4, "feet"),
  20035. name: "Slit",
  20036. image: {
  20037. source: "./media/characters/lynn-rhea/slit.svg"
  20038. }
  20039. },
  20040. },
  20041. [
  20042. {
  20043. name: "Micro",
  20044. height: math.unit(1, "inch")
  20045. },
  20046. {
  20047. name: "Macro",
  20048. height: math.unit(60, "feet"),
  20049. default: true
  20050. },
  20051. {
  20052. name: "Megamacro",
  20053. height: math.unit(2, "miles")
  20054. },
  20055. {
  20056. name: "Gigamacro",
  20057. height: math.unit(3, "earths")
  20058. },
  20059. {
  20060. name: "Galactic",
  20061. height: math.unit(0.8, "galaxies")
  20062. },
  20063. ]
  20064. ))
  20065. characterMakers.push(() => makeCharacter(
  20066. { name: "Valathos" },
  20067. {
  20068. front: {
  20069. height: math.unit(1600, "feet"),
  20070. weight: math.unit(85758785169, "kg"),
  20071. name: "Front",
  20072. image: {
  20073. source: "./media/characters/valathos/front.svg",
  20074. extra: 1451/1339
  20075. }
  20076. },
  20077. },
  20078. [
  20079. {
  20080. name: "Macro",
  20081. height: math.unit(1600, "feet"),
  20082. default: true
  20083. },
  20084. ]
  20085. ))
  20086. characterMakers.push(() => makeCharacter(
  20087. { name: "Azula" },
  20088. {
  20089. front: {
  20090. height: math.unit(7 + 5/12, "feet"),
  20091. weight: math.unit(300, "lb"),
  20092. name: "Front",
  20093. image: {
  20094. source: "./media/characters/azula/front.svg",
  20095. extra: 3208/2880,
  20096. bottom: 80.2/3277
  20097. }
  20098. },
  20099. back: {
  20100. height: math.unit(7 + 5/12, "feet"),
  20101. weight: math.unit(300, "lb"),
  20102. name: "Back",
  20103. image: {
  20104. source: "./media/characters/azula/back.svg",
  20105. extra: 3169/2822,
  20106. bottom: 150.6/3321
  20107. }
  20108. },
  20109. },
  20110. [
  20111. {
  20112. name: "Normal",
  20113. height: math.unit(7 + 5/12, "feet"),
  20114. default: true
  20115. },
  20116. {
  20117. name: "Big",
  20118. height: math.unit(20, "feet")
  20119. },
  20120. ]
  20121. ))
  20122. characterMakers.push(() => makeCharacter(
  20123. { name: "Rupert" },
  20124. {
  20125. front: {
  20126. height: math.unit(5 + 1/12, "feet"),
  20127. weight: math.unit(110, "lb"),
  20128. name: "Front",
  20129. image: {
  20130. source: "./media/characters/rupert/front.svg",
  20131. extra: 1549/1495,
  20132. bottom: 54.2/1604.4
  20133. }
  20134. },
  20135. },
  20136. [
  20137. {
  20138. name: "Normal",
  20139. height: math.unit(5 + 1/12, "feet"),
  20140. default: true
  20141. },
  20142. ]
  20143. ))
  20144. //characters
  20145. function makeCharacters() {
  20146. const results = [];
  20147. characterMakers.forEach(character => {
  20148. results.push(character());
  20149. });
  20150. return results;
  20151. }