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.
 
 
 

20041 lines
476 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. },
  48. info: {
  49. description: {
  50. mode: "append",
  51. text: "\n\nHe is not currently looking at you."
  52. }
  53. }
  54. },
  55. full: {
  56. height: math.unit(1.34, "meter"),
  57. weight: math.unit(225, "kg"),
  58. name: "Full",
  59. image: {
  60. source: "./media/characters/fen/full.svg"
  61. },
  62. info: {
  63. description: {
  64. mode: "append",
  65. text: "\n\nMunch."
  66. }
  67. }
  68. },
  69. kneeling: {
  70. height: math.unit(5.4, "feet"),
  71. weight: math.unit(124.738, "kg"),
  72. name: "Kneeling",
  73. image: {
  74. source: "./media/characters/fen/kneeling.svg",
  75. extra: 563 / 507
  76. }
  77. },
  78. },
  79. [
  80. {
  81. name: "Normal",
  82. height: math.unit(2.2428, "meter")
  83. },
  84. {
  85. name: "Big",
  86. height: math.unit(12, "feet")
  87. },
  88. {
  89. name: "Minimacro",
  90. height: math.unit(30, "meter"),
  91. default: true,
  92. info: {
  93. description: {
  94. mode: "append",
  95. text: "\n\nTOO DAMN BIG"
  96. }
  97. }
  98. },
  99. {
  100. name: "Macro",
  101. height: math.unit(100, "meter"),
  102. info: {
  103. description: {
  104. mode: "append",
  105. text: "\n\nTOO DAMN BIG"
  106. }
  107. }
  108. },
  109. {
  110. name: "Macro+",
  111. height: math.unit(1000, "meter")
  112. },
  113. {
  114. name: "Megamacro",
  115. height: math.unit(10, "miles")
  116. }
  117. ]
  118. ))
  119. characterMakers.push(() => makeCharacter(
  120. { name: "Sofia Fluttertail" },
  121. {
  122. front: {
  123. height: math.unit(183, "cm"),
  124. weight: math.unit(80, "kg"),
  125. name: "Front",
  126. image: {
  127. source: "./media/characters/sofia-fluttertail/front.svg",
  128. bottom: 0.01,
  129. extra: 2154 / 2081
  130. }
  131. },
  132. frontAlt: {
  133. height: math.unit(183, "cm"),
  134. weight: math.unit(80, "kg"),
  135. name: "Front (alt)",
  136. image: {
  137. source: "./media/characters/sofia-fluttertail/front-alt.svg"
  138. }
  139. },
  140. back: {
  141. height: math.unit(183, "cm"),
  142. weight: math.unit(80, "kg"),
  143. name: "Back",
  144. image: {
  145. source: "./media/characters/sofia-fluttertail/back.svg"
  146. }
  147. },
  148. maw: {
  149. height: math.unit(183 / 5, "cm"),
  150. name: "Maw",
  151. image: {
  152. source: "./media/characters/sofia-fluttertail/maw.svg"
  153. }
  154. },
  155. },
  156. [
  157. {
  158. name: "Normal",
  159. height: math.unit(1.83, "meter")
  160. },
  161. {
  162. name: "Macro",
  163. height: math.unit(96, "feet"),
  164. default: true
  165. },
  166. {
  167. name: "Megamerger",
  168. height: math.unit(650, "feet")
  169. },
  170. ]
  171. ))
  172. characterMakers.push(() => makeCharacter(
  173. { name: "March" },
  174. {
  175. front: {
  176. height: math.unit(7, "feet"),
  177. weight: math.unit(100, "kg"),
  178. name: "Front",
  179. image: {
  180. source: "./media/characters/march/front.svg",
  181. extra: 1,
  182. bottom: 0.015
  183. }
  184. },
  185. foot: {
  186. height: math.unit(0.9, "feet"),
  187. name: "Foot",
  188. image: {
  189. source: "./media/characters/march/foot.svg"
  190. }
  191. },
  192. },
  193. [
  194. {
  195. name: "Normal",
  196. height: math.unit(7.9, "feet")
  197. },
  198. {
  199. name: "Macro",
  200. height: math.unit(220, "meters")
  201. },
  202. {
  203. name: "Megamacro",
  204. height: math.unit(2.98, "km"),
  205. default: true
  206. },
  207. {
  208. name: "Gigamacro",
  209. height: math.unit(15963, "km")
  210. },
  211. {
  212. name: "Teramacro",
  213. height: math.unit(2980000000, "km")
  214. },
  215. {
  216. name: "Examacro",
  217. height: math.unit(250, "parsecs")
  218. },
  219. ]
  220. ))
  221. characterMakers.push(() => makeCharacter(
  222. { name: "Noir" },
  223. {
  224. front: {
  225. height: math.unit(6, "feet"),
  226. weight: math.unit(60, "kg"),
  227. name: "Front",
  228. image: {
  229. source: "./media/characters/noir/front.svg",
  230. extra: 1,
  231. bottom: 0.032
  232. }
  233. },
  234. },
  235. [
  236. {
  237. name: "Normal",
  238. height: math.unit(6.6, "feet")
  239. },
  240. {
  241. name: "Macro",
  242. height: math.unit(500, "feet")
  243. },
  244. {
  245. name: "Megamacro",
  246. height: math.unit(2.5, "km"),
  247. default: true
  248. },
  249. {
  250. name: "Gigamacro",
  251. height: math.unit(22500, "km")
  252. },
  253. {
  254. name: "Teramacro",
  255. height: math.unit(2500000000, "km")
  256. },
  257. {
  258. name: "Examacro",
  259. height: math.unit(200, "parsecs")
  260. },
  261. ]
  262. ))
  263. characterMakers.push(() => makeCharacter(
  264. { name: "Okuri" },
  265. {
  266. front: {
  267. height: math.unit(7, "feet"),
  268. weight: math.unit(100, "kg"),
  269. name: "Front",
  270. image: {
  271. source: "./media/characters/okuri/front.svg",
  272. extra: 1,
  273. bottom: 0.037
  274. }
  275. },
  276. back: {
  277. height: math.unit(7, "feet"),
  278. weight: math.unit(100, "kg"),
  279. name: "Back",
  280. image: {
  281. source: "./media/characters/okuri/back.svg",
  282. extra: 1,
  283. bottom: 0.007
  284. }
  285. },
  286. },
  287. [
  288. {
  289. name: "Megamacro",
  290. height: math.unit(100, "miles"),
  291. default: true
  292. },
  293. ]
  294. ))
  295. characterMakers.push(() => makeCharacter(
  296. { name: "Manny" },
  297. {
  298. front: {
  299. height: math.unit(7, "feet"),
  300. weight: math.unit(100, "kg"),
  301. name: "Front",
  302. image: {
  303. source: "./media/characters/manny/front.svg",
  304. extra: 1,
  305. bottom: 0.06
  306. }
  307. },
  308. back: {
  309. height: math.unit(7, "feet"),
  310. weight: math.unit(100, "kg"),
  311. name: "Back",
  312. image: {
  313. source: "./media/characters/manny/back.svg",
  314. extra: 1,
  315. bottom: 0.014
  316. }
  317. },
  318. },
  319. [
  320. {
  321. name: "Normal",
  322. height: math.unit(7, "feet"),
  323. },
  324. {
  325. name: "Macro",
  326. height: math.unit(78, "feet"),
  327. default: true
  328. },
  329. {
  330. name: "Macro+",
  331. height: math.unit(300, "meters")
  332. },
  333. {
  334. name: "Macro++",
  335. height: math.unit(2400, "meters")
  336. },
  337. {
  338. name: "Megamacro",
  339. height: math.unit(5167, "meters")
  340. },
  341. {
  342. name: "Gigamacro",
  343. height: math.unit(41769, "miles")
  344. },
  345. ]
  346. ))
  347. characterMakers.push(() => makeCharacter(
  348. { name: "Adake" },
  349. {
  350. front: {
  351. height: math.unit(7, "feet"),
  352. weight: math.unit(100, "kg"),
  353. name: "Front",
  354. image: {
  355. source: "./media/characters/adake/front-1.svg"
  356. }
  357. },
  358. frontAlt: {
  359. height: math.unit(7, "feet"),
  360. weight: math.unit(100, "kg"),
  361. name: "Front (Alt)",
  362. image: {
  363. source: "./media/characters/adake/front-2.svg",
  364. extra: 1,
  365. bottom: 0.01
  366. }
  367. },
  368. back: {
  369. height: math.unit(7, "feet"),
  370. weight: math.unit(100, "kg"),
  371. name: "Back",
  372. image: {
  373. source: "./media/characters/adake/back.svg",
  374. }
  375. },
  376. kneel: {
  377. height: math.unit(5.385, "feet"),
  378. weight: math.unit(100, "kg"),
  379. name: "Kneeling",
  380. image: {
  381. source: "./media/characters/adake/kneel.svg",
  382. bottom: 0.052
  383. }
  384. },
  385. },
  386. [
  387. {
  388. name: "Normal",
  389. height: math.unit(7, "feet"),
  390. },
  391. {
  392. name: "Macro",
  393. height: math.unit(78, "feet"),
  394. default: true
  395. },
  396. {
  397. name: "Macro+",
  398. height: math.unit(300, "meters")
  399. },
  400. {
  401. name: "Macro++",
  402. height: math.unit(2400, "meters")
  403. },
  404. {
  405. name: "Megamacro",
  406. height: math.unit(5167, "meters")
  407. },
  408. {
  409. name: "Gigamacro",
  410. height: math.unit(41769, "miles")
  411. },
  412. ]
  413. ))
  414. characterMakers.push(() => makeCharacter(
  415. { name: "Elijah" },
  416. {
  417. front: {
  418. height: math.unit(1.65, "meters"),
  419. weight: math.unit(50, "kg"),
  420. name: "Front",
  421. image: {
  422. source: "./media/characters/elijah/front.svg",
  423. extra: 639/626,
  424. bottom: 58.7/697.8
  425. }
  426. },
  427. side: {
  428. height: math.unit(1.65, "meters"),
  429. weight: math.unit(50, "kg"),
  430. name: "Side",
  431. image: {
  432. source: "./media/characters/elijah/side.svg",
  433. extra: 1840/1795,
  434. bottom: 106/1943
  435. }
  436. },
  437. back: {
  438. height: math.unit(1.65, "meters"),
  439. weight: math.unit(50, "kg"),
  440. name: "Back",
  441. image: {
  442. source: "./media/characters/elijah/back.svg",
  443. extra: 661.2/639.5,
  444. bottom: 21.2/682.5
  445. }
  446. },
  447. foot: {
  448. height: math.unit(1.4, "feet"),
  449. name: "Foot",
  450. image: {
  451. source: "./media/characters/elijah/foot.svg"
  452. }
  453. },
  454. footFlexing: {
  455. height: math.unit(1.243, "feet"),
  456. name: "Foot (Flexing)",
  457. image: {
  458. source: "./media/characters/elijah/foot-flexing.svg"
  459. }
  460. },
  461. footStepping: {
  462. height: math.unit(1.3, "feet"),
  463. name: "Foot (Stepping)",
  464. image: {
  465. source: "./media/characters/elijah/foot-stepping.svg"
  466. }
  467. },
  468. beak: {
  469. height: math.unit(0.666, "feet"),
  470. name: "Beak",
  471. image: {
  472. source: "./media/characters/elijah/beak.svg"
  473. }
  474. },
  475. dick: {
  476. height: math.unit(0.85, "feet"),
  477. name: "Dick",
  478. image: {
  479. source: "./media/characters/elijah/dick.svg"
  480. }
  481. },
  482. },
  483. [
  484. {
  485. name: "Normal",
  486. height: math.unit(1.65, "meters")
  487. },
  488. {
  489. name: "Macro",
  490. height: math.unit(55, "meters"),
  491. default: true
  492. },
  493. {
  494. name: "Macro+",
  495. height: math.unit(105, "meters")
  496. },
  497. ]
  498. ))
  499. characterMakers.push(() => makeCharacter(
  500. { name: "Rai" },
  501. {
  502. front: {
  503. height: math.unit(11, "feet"),
  504. weight: math.unit(80, "kg"),
  505. name: "Front",
  506. image: {
  507. source: "./media/characters/rai/front.svg",
  508. extra: 1,
  509. bottom: 0.03
  510. }
  511. },
  512. side: {
  513. height: math.unit(11, "feet"),
  514. weight: math.unit(80, "kg"),
  515. name: "Side",
  516. image: {
  517. source: "./media/characters/rai/side.svg"
  518. }
  519. },
  520. back: {
  521. height: math.unit(11, "feet"),
  522. weight: math.unit(80, "lb"),
  523. name: "Back",
  524. image: {
  525. source: "./media/characters/rai/back.svg",
  526. extra: 1,
  527. bottom: 0.01
  528. }
  529. },
  530. feral: {
  531. height: math.unit(11, "feet"),
  532. weight: math.unit(800, "lb"),
  533. name: "Feral",
  534. image: {
  535. source: "./media/characters/rai/feral.svg",
  536. extra: 1050 / 659,
  537. bottom: 0.07
  538. }
  539. },
  540. maw: {
  541. height: math.unit(6 / 3.81416, "feet"),
  542. name: "Maw",
  543. image: {
  544. source: "./media/characters/rai/maw.svg"
  545. }
  546. },
  547. },
  548. [
  549. {
  550. name: "Normal",
  551. height: math.unit(11, "feet")
  552. },
  553. {
  554. name: "Macro",
  555. height: math.unit(302, "feet"),
  556. default: true
  557. },
  558. ]
  559. ))
  560. characterMakers.push(() => makeCharacter(
  561. { name: "Jazzy" },
  562. {
  563. front: {
  564. height: math.unit(7, "feet"),
  565. weight: math.unit(80, "kg"),
  566. name: "Front",
  567. image: {
  568. source: "./media/characters/jazzy/front.svg",
  569. extra: 1,
  570. bottom: 0.01
  571. }
  572. },
  573. back: {
  574. height: math.unit(7, "feet"),
  575. weight: math.unit(80, "kg"),
  576. name: "Back",
  577. image: {
  578. source: "./media/characters/jazzy/back.svg",
  579. extra: 1,
  580. bottom: 0.01
  581. }
  582. },
  583. },
  584. [
  585. {
  586. name: "Macro",
  587. height: math.unit(216, "feet"),
  588. default: true
  589. },
  590. ]
  591. ))
  592. characterMakers.push(() => makeCharacter(
  593. { name: "Flamm" },
  594. {
  595. front: {
  596. height: math.unit(7, "feet"),
  597. weight: math.unit(80, "kg"),
  598. name: "Front",
  599. image: {
  600. source: "./media/characters/flamm/front.svg",
  601. extra: 1,
  602. bottom: 0.02
  603. }
  604. },
  605. },
  606. [
  607. {
  608. name: "Normal",
  609. height: math.unit(9.5, "feet")
  610. },
  611. {
  612. name: "Macro",
  613. height: math.unit(200, "feet"),
  614. default: true
  615. },
  616. ]
  617. ))
  618. characterMakers.push(() => makeCharacter(
  619. { name: "Zephiro" },
  620. {
  621. front: {
  622. height: math.unit(7, "feet"),
  623. weight: math.unit(80, "kg"),
  624. name: "Front",
  625. image: {
  626. source: "./media/characters/zephiro/front.svg",
  627. extra: 2309 / 2162,
  628. bottom: 0.069
  629. }
  630. },
  631. side: {
  632. height: math.unit(7, "feet"),
  633. weight: math.unit(80, "kg"),
  634. name: "Side",
  635. image: {
  636. source: "./media/characters/zephiro/side.svg",
  637. extra: 2403 / 2279,
  638. bottom: 0.015
  639. }
  640. },
  641. back: {
  642. height: math.unit(7, "feet"),
  643. weight: math.unit(80, "kg"),
  644. name: "Back",
  645. image: {
  646. source: "./media/characters/zephiro/back.svg",
  647. extra: 2373 / 2244,
  648. bottom: 0.013
  649. }
  650. },
  651. },
  652. [
  653. {
  654. name: "Micro",
  655. height: math.unit(3, "inches")
  656. },
  657. {
  658. name: "Normal",
  659. height: math.unit(5 + 3 / 12, "feet"),
  660. default: true
  661. },
  662. {
  663. name: "Macro",
  664. height: math.unit(118, "feet")
  665. },
  666. ]
  667. ))
  668. characterMakers.push(() => makeCharacter(
  669. { name: "Fory" },
  670. {
  671. front: {
  672. height: math.unit(5, "feet"),
  673. weight: math.unit(90, "kg"),
  674. name: "Front",
  675. image: {
  676. source: "./media/characters/fory/front.svg",
  677. extra: 2862/2674,
  678. bottom: 180/3043.8
  679. }
  680. },
  681. back: {
  682. height: math.unit(5, "feet"),
  683. weight: math.unit(90, "kg"),
  684. name: "Back",
  685. image: {
  686. source: "./media/characters/fory/back.svg",
  687. extra: 2962/2791,
  688. bottom: 106/3071.8
  689. }
  690. },
  691. foot: {
  692. height: math.unit(2.14, "feet"),
  693. name: "Foot",
  694. image: {
  695. source: "./media/characters/fory/foot.svg"
  696. }
  697. },
  698. },
  699. [
  700. {
  701. name: "Normal",
  702. height: math.unit(5, "feet")
  703. },
  704. {
  705. name: "Macro",
  706. height: math.unit(50, "feet"),
  707. default: true
  708. },
  709. {
  710. name: "Megamacro",
  711. height: math.unit(10, "miles")
  712. },
  713. {
  714. name: "Gigamacro",
  715. height: math.unit(5, "earths")
  716. },
  717. ]
  718. ))
  719. characterMakers.push(() => makeCharacter(
  720. { name: "Kurrikage" },
  721. {
  722. front: {
  723. height: math.unit(7, "feet"),
  724. weight: math.unit(90, "kg"),
  725. name: "Front",
  726. image: {
  727. source: "./media/characters/kurrikage/front.svg",
  728. extra: 1,
  729. bottom: 0.035
  730. }
  731. },
  732. back: {
  733. height: math.unit(7, "feet"),
  734. weight: math.unit(90, "lb"),
  735. name: "Back",
  736. image: {
  737. source: "./media/characters/kurrikage/back.svg"
  738. }
  739. },
  740. paw: {
  741. height: math.unit(1.5, "feet"),
  742. name: "Paw",
  743. image: {
  744. source: "./media/characters/kurrikage/paw.svg"
  745. }
  746. },
  747. staff: {
  748. height: math.unit(6.7, "feet"),
  749. name: "Staff",
  750. image: {
  751. source: "./media/characters/kurrikage/staff.svg"
  752. }
  753. },
  754. peek: {
  755. height: math.unit(1.05, "feet"),
  756. name: "Peeking",
  757. image: {
  758. source: "./media/characters/kurrikage/peek.svg",
  759. bottom: 0.08
  760. }
  761. },
  762. },
  763. [
  764. {
  765. name: "Normal",
  766. height: math.unit(12, "feet"),
  767. default: true
  768. },
  769. {
  770. name: "Big",
  771. height: math.unit(20, "feet")
  772. },
  773. {
  774. name: "Macro",
  775. height: math.unit(500, "feet")
  776. },
  777. {
  778. name: "Megamacro",
  779. height: math.unit(20, "miles")
  780. },
  781. ]
  782. ))
  783. characterMakers.push(() => makeCharacter(
  784. { name: "Shingo" },
  785. {
  786. front: {
  787. height: math.unit(6, "feet"),
  788. weight: math.unit(75, "kg"),
  789. name: "Front",
  790. image: {
  791. source: "./media/characters/shingo/front.svg",
  792. extra: 3511 / 3338,
  793. bottom: 0.005
  794. }
  795. },
  796. },
  797. [
  798. {
  799. name: "Micro",
  800. height: math.unit(4, "inches")
  801. },
  802. {
  803. name: "Normal",
  804. height: math.unit(6, "feet"),
  805. default: true
  806. },
  807. {
  808. name: "Macro",
  809. height: math.unit(108, "feet")
  810. }
  811. ]
  812. ))
  813. characterMakers.push(() => makeCharacter(
  814. { name: "Aigey" },
  815. {
  816. side: {
  817. height: math.unit(6, "feet"),
  818. weight: math.unit(75, "kg"),
  819. name: "Side",
  820. image: {
  821. source: "./media/characters/aigey/side.svg"
  822. }
  823. },
  824. },
  825. [
  826. {
  827. name: "Macro",
  828. height: math.unit(200, "feet"),
  829. default: true
  830. },
  831. {
  832. name: "Megamacro",
  833. height: math.unit(100, "miles")
  834. },
  835. ]
  836. )
  837. )
  838. characterMakers.push(() => makeCharacter(
  839. { name: "Natasha" },
  840. {
  841. front: {
  842. height: math.unit(5 + 5 / 12, "feet"),
  843. weight: math.unit(75, "kg"),
  844. name: "Front",
  845. image: {
  846. source: "./media/characters/natasha/front.svg",
  847. extra: 875 / 846,
  848. bottom: 0.01
  849. }
  850. },
  851. },
  852. [
  853. {
  854. name: "Normal",
  855. height: math.unit(5 + 5 / 12, "feet")
  856. },
  857. {
  858. name: "Large",
  859. height: math.unit(12, "feet")
  860. },
  861. {
  862. name: "Macro",
  863. height: math.unit(100, "feet"),
  864. default: true
  865. },
  866. {
  867. name: "Macro+",
  868. height: math.unit(260, "feet")
  869. },
  870. {
  871. name: "Macro++",
  872. height: math.unit(1, "mile")
  873. },
  874. ]
  875. ))
  876. characterMakers.push(() => makeCharacter(
  877. { name: "Malik" },
  878. {
  879. front: {
  880. height: math.unit(6, "feet"),
  881. weight: math.unit(75, "kg"),
  882. name: "Front",
  883. image: {
  884. source: "./media/characters/malik/front.svg"
  885. }
  886. },
  887. side: {
  888. height: math.unit(6, "feet"),
  889. weight: math.unit(75, "kg"),
  890. name: "Side",
  891. image: {
  892. source: "./media/characters/malik/side.svg",
  893. extra: 1.1539
  894. }
  895. },
  896. back: {
  897. height: math.unit(6, "feet"),
  898. weight: math.unit(75, "kg"),
  899. name: "Back",
  900. image: {
  901. source: "./media/characters/malik/back.svg"
  902. }
  903. },
  904. },
  905. [
  906. {
  907. name: "Macro",
  908. height: math.unit(156, "feet"),
  909. default: true
  910. },
  911. {
  912. name: "Macro+",
  913. height: math.unit(1188, "feet")
  914. },
  915. ]
  916. ))
  917. characterMakers.push(() => makeCharacter(
  918. { name: "Sefer" },
  919. {
  920. front: {
  921. height: math.unit(6, "feet"),
  922. weight: math.unit(75, "kg"),
  923. name: "Front",
  924. image: {
  925. source: "./media/characters/sefer/front.svg"
  926. }
  927. },
  928. back: {
  929. height: math.unit(6, "feet"),
  930. weight: math.unit(75, "kg"),
  931. name: "Back",
  932. image: {
  933. source: "./media/characters/sefer/back.svg"
  934. }
  935. },
  936. },
  937. [
  938. {
  939. name: "Normal",
  940. height: math.unit(6, "feet"),
  941. default: true
  942. },
  943. ]
  944. ))
  945. characterMakers.push(() => makeCharacter(
  946. { name: "North" },
  947. {
  948. body: {
  949. height: math.unit(2.2428, "meter"),
  950. weight: math.unit(124.738, "kg"),
  951. name: "Body",
  952. image: {
  953. extra: 1225 / 1050,
  954. source: "./media/characters/north/front.svg"
  955. }
  956. }
  957. },
  958. [
  959. {
  960. name: "Micro",
  961. height: math.unit(4, "inches")
  962. },
  963. {
  964. name: "Macro",
  965. height: math.unit(63, "meters")
  966. },
  967. {
  968. name: "Megamacro",
  969. height: math.unit(101, "miles"),
  970. default: true
  971. }
  972. ]
  973. ))
  974. characterMakers.push(() => makeCharacter(
  975. { name: "Talan" },
  976. {
  977. angled: {
  978. height: math.unit(2, "meter"),
  979. weight: math.unit(70, "kg"),
  980. name: "Angled",
  981. image: {
  982. source: "./media/characters/talan/angled-sfw.svg",
  983. bottom: 29/3734
  984. }
  985. },
  986. angledNsfw: {
  987. height: math.unit(2, "meter"),
  988. weight: math.unit(70, "kg"),
  989. name: "Angled (NSFW)",
  990. image: {
  991. source: "./media/characters/talan/angled-nsfw.svg",
  992. bottom: 29/3734
  993. }
  994. }
  995. },
  996. [
  997. {
  998. name: "Normal",
  999. height: math.unit(4, "meters")
  1000. },
  1001. {
  1002. name: "Macro",
  1003. height: math.unit(100, "meters")
  1004. },
  1005. {
  1006. name: "Megamacro",
  1007. height: math.unit(2, "miles"),
  1008. default: true
  1009. },
  1010. {
  1011. name: "Gigamacro",
  1012. height: math.unit(5000, "miles")
  1013. },
  1014. {
  1015. name: "Teramacro",
  1016. height: math.unit(100, "parsecs")
  1017. }
  1018. ]
  1019. ))
  1020. characterMakers.push(() => makeCharacter(
  1021. { name: "Gael'Rathus" },
  1022. {
  1023. front: {
  1024. height: math.unit(2, "meter"),
  1025. weight: math.unit(90, "kg"),
  1026. name: "Front",
  1027. image: {
  1028. source: "./media/characters/gael'rathus/front.svg"
  1029. }
  1030. },
  1031. frontAlt: {
  1032. height: math.unit(2, "meter"),
  1033. weight: math.unit(90, "kg"),
  1034. name: "Front (alt)",
  1035. image: {
  1036. source: "./media/characters/gael'rathus/front-alt.svg"
  1037. }
  1038. },
  1039. frontAlt2: {
  1040. height: math.unit(2, "meter"),
  1041. weight: math.unit(90, "kg"),
  1042. name: "Front (alt 2)",
  1043. image: {
  1044. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1045. }
  1046. }
  1047. },
  1048. [
  1049. {
  1050. name: "Normal",
  1051. height: math.unit(9, "feet"),
  1052. default: true
  1053. },
  1054. {
  1055. name: "Large",
  1056. height: math.unit(25, "feet")
  1057. },
  1058. {
  1059. name: "Macro",
  1060. height: math.unit(0.25, "miles")
  1061. },
  1062. {
  1063. name: "Megamacro",
  1064. height: math.unit(10, "miles")
  1065. }
  1066. ]
  1067. ))
  1068. characterMakers.push(() => makeCharacter(
  1069. { name: "Sosha" },
  1070. {
  1071. side: {
  1072. height: math.unit(2, "meter"),
  1073. weight: math.unit(140, "kg"),
  1074. name: "Side",
  1075. image: {
  1076. source: "./media/characters/sosha/side.svg",
  1077. bottom: 0.042
  1078. }
  1079. },
  1080. },
  1081. [
  1082. {
  1083. name: "Normal",
  1084. height: math.unit(12, "feet"),
  1085. default: true
  1086. }
  1087. ]
  1088. ))
  1089. characterMakers.push(() => makeCharacter(
  1090. { name: "RuNNoLa" },
  1091. {
  1092. side: {
  1093. height: math.unit(5 + 5 / 12, "feet"),
  1094. weight: math.unit(170, "kg"),
  1095. name: "Side",
  1096. image: {
  1097. source: "./media/characters/runnola/side.svg",
  1098. extra: 741 / 448,
  1099. bottom: 0.05
  1100. }
  1101. },
  1102. },
  1103. [
  1104. {
  1105. name: "Small",
  1106. height: math.unit(3, "feet")
  1107. },
  1108. {
  1109. name: "Normal",
  1110. height: math.unit(5 + 5 / 12, "feet"),
  1111. default: true
  1112. },
  1113. {
  1114. name: "Big",
  1115. height: math.unit(10, "feet")
  1116. },
  1117. ]
  1118. ))
  1119. characterMakers.push(() => makeCharacter(
  1120. { name: "Kurribird" },
  1121. {
  1122. front: {
  1123. height: math.unit(2, "meter"),
  1124. weight: math.unit(50, "kg"),
  1125. name: "Front",
  1126. image: {
  1127. source: "./media/characters/kurribird/front.svg",
  1128. bottom: 0.015
  1129. }
  1130. },
  1131. frontAlt: {
  1132. height: math.unit(1.5, "meter"),
  1133. weight: math.unit(50, "kg"),
  1134. name: "Front (Alt)",
  1135. image: {
  1136. source: "./media/characters/kurribird/front-alt.svg",
  1137. extra: 1.45
  1138. }
  1139. },
  1140. },
  1141. [
  1142. {
  1143. name: "Normal",
  1144. height: math.unit(7, "feet")
  1145. },
  1146. {
  1147. name: "Big",
  1148. height: math.unit(12, "feet"),
  1149. default: true
  1150. },
  1151. {
  1152. name: "Macro",
  1153. height: math.unit(1500, "feet")
  1154. },
  1155. {
  1156. name: "Megamacro",
  1157. height: math.unit(2, "miles")
  1158. }
  1159. ]
  1160. ))
  1161. characterMakers.push(() => makeCharacter(
  1162. { name: "Elbial" },
  1163. {
  1164. front: {
  1165. height: math.unit(2, "meter"),
  1166. weight: math.unit(80, "kg"),
  1167. name: "Front",
  1168. image: {
  1169. source: "./media/characters/elbial/front.svg",
  1170. extra: 1643/1556,
  1171. bottom: 60.2/1696
  1172. }
  1173. },
  1174. side: {
  1175. height: math.unit(2, "meter"),
  1176. weight: math.unit(80, "kg"),
  1177. name: "Side",
  1178. image: {
  1179. source: "./media/characters/elbial/side.svg",
  1180. extra: 1630/1565,
  1181. bottom: 71.5/1697
  1182. }
  1183. },
  1184. back: {
  1185. height: math.unit(2, "meter"),
  1186. weight: math.unit(80, "kg"),
  1187. name: "Back",
  1188. image: {
  1189. source: "./media/characters/elbial/back.svg",
  1190. extra: 1668/1595,
  1191. bottom: 5.6/1672
  1192. }
  1193. },
  1194. frontDressed: {
  1195. height: math.unit(2, "meter"),
  1196. weight: math.unit(80, "kg"),
  1197. name: "Front (Dressed)",
  1198. image: {
  1199. source: "./media/characters/elbial/front-dressed.svg",
  1200. extra: 1653/1584,
  1201. bottom: 57/1708
  1202. }
  1203. },
  1204. genitals: {
  1205. height: math.unit(2/3.367, "meter"),
  1206. name: "Genitals",
  1207. image: {
  1208. source: "./media/characters/elbial/genitals.svg"
  1209. }
  1210. },
  1211. },
  1212. [
  1213. {
  1214. name: "Large",
  1215. height: math.unit(100, "feet")
  1216. },
  1217. {
  1218. name: "Macro",
  1219. height: math.unit(500, "feet"),
  1220. default: true
  1221. },
  1222. {
  1223. name: "Megamacro",
  1224. height: math.unit(10, "miles")
  1225. },
  1226. {
  1227. name: "Gigamacro",
  1228. height: math.unit(25000, "miles")
  1229. },
  1230. {
  1231. name: "Full-Size",
  1232. height: math.unit(8000000, "gigaparsecs")
  1233. }
  1234. ]
  1235. ))
  1236. characterMakers.push(() => makeCharacter(
  1237. { name: "Noah" },
  1238. {
  1239. front: {
  1240. height: math.unit(2, "meter"),
  1241. weight: math.unit(60, "kg"),
  1242. name: "Front",
  1243. image: {
  1244. source: "./media/characters/noah/front.svg"
  1245. }
  1246. },
  1247. talons: {
  1248. height: math.unit(0.315, "meter"),
  1249. name: "Talons",
  1250. image: {
  1251. source: "./media/characters/noah/talons.svg"
  1252. }
  1253. }
  1254. },
  1255. [
  1256. {
  1257. name: "Large",
  1258. height: math.unit(50, "feet")
  1259. },
  1260. {
  1261. name: "Macro",
  1262. height: math.unit(750, "feet"),
  1263. default: true
  1264. },
  1265. {
  1266. name: "Megamacro",
  1267. height: math.unit(50, "miles")
  1268. },
  1269. {
  1270. name: "Gigamacro",
  1271. height: math.unit(100000, "miles")
  1272. },
  1273. {
  1274. name: "Full-Size",
  1275. height: math.unit(3000000000, "miles")
  1276. }
  1277. ]
  1278. ))
  1279. characterMakers.push(() => makeCharacter(
  1280. { name: "Natalya" },
  1281. {
  1282. front: {
  1283. height: math.unit(2, "meter"),
  1284. weight: math.unit(80, "kg"),
  1285. name: "Front",
  1286. image: {
  1287. source: "./media/characters/natalya/front.svg"
  1288. }
  1289. },
  1290. back: {
  1291. height: math.unit(2, "meter"),
  1292. weight: math.unit(80, "kg"),
  1293. name: "Back",
  1294. image: {
  1295. source: "./media/characters/natalya/back.svg"
  1296. }
  1297. }
  1298. },
  1299. [
  1300. {
  1301. name: "Normal",
  1302. height: math.unit(150, "feet"),
  1303. default: true
  1304. },
  1305. {
  1306. name: "Megamacro",
  1307. height: math.unit(5, "miles")
  1308. },
  1309. {
  1310. name: "Full-Size",
  1311. height: math.unit(600, "kiloparsecs")
  1312. }
  1313. ]
  1314. ))
  1315. characterMakers.push(() => makeCharacter(
  1316. { name: "Erestrebah" },
  1317. {
  1318. front: {
  1319. height: math.unit(2, "meter"),
  1320. weight: math.unit(50, "kg"),
  1321. name: "Front",
  1322. image: {
  1323. source: "./media/characters/erestrebah/front.svg",
  1324. extra: 208 / 193,
  1325. bottom: 0.055
  1326. }
  1327. },
  1328. back: {
  1329. height: math.unit(2, "meter"),
  1330. weight: math.unit(50, "kg"),
  1331. name: "Back",
  1332. image: {
  1333. source: "./media/characters/erestrebah/back.svg",
  1334. extra: 1.3
  1335. }
  1336. }
  1337. },
  1338. [
  1339. {
  1340. name: "Normal",
  1341. height: math.unit(10, "feet")
  1342. },
  1343. {
  1344. name: "Large",
  1345. height: math.unit(50, "feet"),
  1346. default: true
  1347. },
  1348. {
  1349. name: "Macro",
  1350. height: math.unit(300, "feet")
  1351. },
  1352. {
  1353. name: "Macro+",
  1354. height: math.unit(750, "feet")
  1355. },
  1356. {
  1357. name: "Megamacro",
  1358. height: math.unit(3, "miles")
  1359. }
  1360. ]
  1361. ))
  1362. characterMakers.push(() => makeCharacter(
  1363. { name: "Jennifer" },
  1364. {
  1365. front: {
  1366. height: math.unit(2, "meter"),
  1367. weight: math.unit(80, "kg"),
  1368. name: "Front",
  1369. image: {
  1370. source: "./media/characters/jennifer/front.svg",
  1371. bottom: 0.11,
  1372. extra: 1.16
  1373. }
  1374. },
  1375. frontAlt: {
  1376. height: math.unit(2, "meter"),
  1377. weight: math.unit(80, "kg"),
  1378. name: "Front (Alt)",
  1379. image: {
  1380. source: "./media/characters/jennifer/front-alt.svg"
  1381. }
  1382. }
  1383. },
  1384. [
  1385. {
  1386. name: "Canon Height",
  1387. height: math.unit(120, "feet"),
  1388. default: true
  1389. },
  1390. {
  1391. name: "Macro+",
  1392. height: math.unit(300, "feet")
  1393. },
  1394. {
  1395. name: "Megamacro",
  1396. height: math.unit(20000, "feet")
  1397. }
  1398. ]
  1399. ))
  1400. characterMakers.push(() => makeCharacter(
  1401. { name: "Kalista" },
  1402. {
  1403. front: {
  1404. height: math.unit(2, "meter"),
  1405. weight: math.unit(50, "kg"),
  1406. name: "Front",
  1407. image: {
  1408. source: "./media/characters/kalista/front.svg",
  1409. extra: 1947 / 1700
  1410. }
  1411. },
  1412. back: {
  1413. height: math.unit(2, "meter"),
  1414. weight: math.unit(50, "kg"),
  1415. name: "Back",
  1416. image: {
  1417. source: "./media/characters/kalista/back.svg",
  1418. extra: 1366 / 1156
  1419. }
  1420. }
  1421. },
  1422. [
  1423. {
  1424. name: "Uncomfortably Small",
  1425. height: math.unit(10, "feet")
  1426. },
  1427. {
  1428. name: "Small",
  1429. height: math.unit(30, "feet")
  1430. },
  1431. {
  1432. name: "Macro",
  1433. height: math.unit(100, "feet"),
  1434. default: true
  1435. },
  1436. {
  1437. name: "Macro+",
  1438. height: math.unit(2000, "feet")
  1439. },
  1440. {
  1441. name: "True Form",
  1442. height: math.unit(8924, "miles")
  1443. }
  1444. ]
  1445. ))
  1446. characterMakers.push(() => makeCharacter(
  1447. { name: "GiantGrowingVixen" },
  1448. {
  1449. front: {
  1450. height: math.unit(2, "meter"),
  1451. weight: math.unit(120, "kg"),
  1452. name: "Front",
  1453. image: {
  1454. source: "./media/characters/ggv/front.svg"
  1455. }
  1456. },
  1457. side: {
  1458. height: math.unit(2, "meter"),
  1459. weight: math.unit(120, "kg"),
  1460. name: "Side",
  1461. image: {
  1462. source: "./media/characters/ggv/side.svg"
  1463. }
  1464. }
  1465. },
  1466. [
  1467. {
  1468. name: "Extremely Puny",
  1469. height: math.unit(9 + 5 / 12, "feet")
  1470. },
  1471. {
  1472. name: "Horribly Small",
  1473. height: math.unit(47.7, "miles"),
  1474. default: true
  1475. },
  1476. {
  1477. name: "Reasonably Sized",
  1478. height: math.unit(25000, "parsecs")
  1479. },
  1480. {
  1481. name: "Slightly Uncompressed",
  1482. height: math.unit(7.77e31, "parsecs")
  1483. },
  1484. {
  1485. name: "Omniversal",
  1486. height: math.unit(1e300, "meters")
  1487. },
  1488. ]
  1489. ))
  1490. characterMakers.push(() => makeCharacter(
  1491. { name: "Napalm" },
  1492. {
  1493. front: {
  1494. height: math.unit(2, "meter"),
  1495. weight: math.unit(75, "lb"),
  1496. name: "Front",
  1497. image: {
  1498. source: "./media/characters/napalm/front.svg"
  1499. }
  1500. },
  1501. back: {
  1502. height: math.unit(2, "meter"),
  1503. weight: math.unit(75, "lb"),
  1504. name: "Back",
  1505. image: {
  1506. source: "./media/characters/napalm/back.svg"
  1507. }
  1508. }
  1509. },
  1510. [
  1511. {
  1512. name: "Standard",
  1513. height: math.unit(55, "feet"),
  1514. default: true
  1515. }
  1516. ]
  1517. ))
  1518. characterMakers.push(() => makeCharacter(
  1519. { name: "Asana" },
  1520. {
  1521. front: {
  1522. height: math.unit(7 + 5 / 6, "feet"),
  1523. weight: math.unit(325, "lb"),
  1524. name: "Front",
  1525. image: {
  1526. source: "./media/characters/asana/front.svg",
  1527. extra: 1128 / 1068
  1528. }
  1529. },
  1530. back: {
  1531. height: math.unit(7 + 5 / 6, "feet"),
  1532. weight: math.unit(325, "lb"),
  1533. name: "Back",
  1534. image: {
  1535. source: "./media/characters/asana/back.svg",
  1536. extra: 1128 / 1068
  1537. }
  1538. },
  1539. },
  1540. [
  1541. {
  1542. name: "Standard",
  1543. height: math.unit(7 + 5 / 6, "feet"),
  1544. default: true
  1545. },
  1546. {
  1547. name: "Large",
  1548. height: math.unit(10, "meters")
  1549. },
  1550. {
  1551. name: "Macro",
  1552. height: math.unit(2500, "meters")
  1553. },
  1554. {
  1555. name: "Megamacro",
  1556. height: math.unit(5e6, "meters")
  1557. },
  1558. {
  1559. name: "Examacro",
  1560. height: math.unit(5e12, "lightyears")
  1561. },
  1562. {
  1563. name: "Max Size",
  1564. height: math.unit(1e31, "lightyears")
  1565. }
  1566. ]
  1567. ))
  1568. characterMakers.push(() => makeCharacter(
  1569. { name: "Ebony" },
  1570. {
  1571. front: {
  1572. height: math.unit(2, "meter"),
  1573. weight: math.unit(60, "kg"),
  1574. name: "Front",
  1575. image: {
  1576. source: "./media/characters/ebony/front.svg",
  1577. bottom: 0.03,
  1578. extra: 1045 / 810 + 0.03
  1579. }
  1580. },
  1581. side: {
  1582. height: math.unit(2, "meter"),
  1583. weight: math.unit(60, "kg"),
  1584. name: "Side",
  1585. image: {
  1586. source: "./media/characters/ebony/side.svg",
  1587. bottom: 0.03,
  1588. extra: 1045 / 810 + 0.03
  1589. }
  1590. },
  1591. back: {
  1592. height: math.unit(2, "meter"),
  1593. weight: math.unit(60, "kg"),
  1594. name: "Back",
  1595. image: {
  1596. source: "./media/characters/ebony/back.svg",
  1597. bottom: 0.01,
  1598. extra: 1045 / 810 + 0.01
  1599. }
  1600. },
  1601. },
  1602. [
  1603. // TODO check why I did this lol
  1604. {
  1605. name: "Standard",
  1606. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1607. default: true
  1608. },
  1609. {
  1610. name: "Macro",
  1611. height: math.unit(200, "feet")
  1612. },
  1613. {
  1614. name: "Gigamacro",
  1615. height: math.unit(13000, "km")
  1616. }
  1617. ]
  1618. ))
  1619. characterMakers.push(() => makeCharacter(
  1620. { name: "Mountain" },
  1621. {
  1622. front: {
  1623. height: math.unit(6, "feet"),
  1624. weight: math.unit(175, "lb"),
  1625. name: "Front",
  1626. image: {
  1627. source: "./media/characters/mountain/front.svg"
  1628. }
  1629. },
  1630. back: {
  1631. height: math.unit(6, "feet"),
  1632. weight: math.unit(175, "lb"),
  1633. name: "Back",
  1634. image: {
  1635. source: "./media/characters/mountain/back.svg"
  1636. }
  1637. },
  1638. },
  1639. [
  1640. {
  1641. name: "Large",
  1642. height: math.unit(20, "meters")
  1643. },
  1644. {
  1645. name: "Macro",
  1646. height: math.unit(300, "meters")
  1647. },
  1648. {
  1649. name: "Gigamacro",
  1650. height: math.unit(10000, "km"),
  1651. default: true
  1652. },
  1653. {
  1654. name: "Examacro",
  1655. height: math.unit(10e9, "lightyears")
  1656. }
  1657. ]
  1658. ))
  1659. characterMakers.push(() => makeCharacter(
  1660. { name: "Rick" },
  1661. {
  1662. front: {
  1663. height: math.unit(8, "feet"),
  1664. weight: math.unit(500, "lb"),
  1665. name: "Front",
  1666. image: {
  1667. source: "./media/characters/rick/front.svg"
  1668. }
  1669. }
  1670. },
  1671. [
  1672. {
  1673. name: "Normal",
  1674. height: math.unit(8, "feet"),
  1675. default: true
  1676. },
  1677. {
  1678. name: "Macro",
  1679. height: math.unit(5, "km")
  1680. }
  1681. ]
  1682. ))
  1683. characterMakers.push(() => makeCharacter(
  1684. { name: "Ona" },
  1685. {
  1686. front: {
  1687. height: math.unit(8, "feet"),
  1688. weight: math.unit(120, "lb"),
  1689. name: "Front",
  1690. image: {
  1691. source: "./media/characters/ona/front.svg"
  1692. }
  1693. },
  1694. frontAlt: {
  1695. height: math.unit(8, "feet"),
  1696. weight: math.unit(120, "lb"),
  1697. name: "Front (Alt)",
  1698. image: {
  1699. source: "./media/characters/ona/front-alt.svg"
  1700. }
  1701. },
  1702. back: {
  1703. height: math.unit(8, "feet"),
  1704. weight: math.unit(120, "lb"),
  1705. name: "Back",
  1706. image: {
  1707. source: "./media/characters/ona/back.svg"
  1708. }
  1709. },
  1710. foot: {
  1711. height: math.unit(1.1, "feet"),
  1712. name: "Foot",
  1713. image: {
  1714. source: "./media/characters/ona/foot.svg"
  1715. }
  1716. }
  1717. },
  1718. [
  1719. {
  1720. name: "Megamacro",
  1721. height: math.unit(70, "km"),
  1722. default: true
  1723. },
  1724. {
  1725. name: "Gigamacro",
  1726. height: math.unit(681818, "miles")
  1727. },
  1728. {
  1729. name: "Examacro",
  1730. height: math.unit(3800000, "lightyears")
  1731. },
  1732. ]
  1733. ))
  1734. characterMakers.push(() => makeCharacter(
  1735. { name: "Mech" },
  1736. {
  1737. front: {
  1738. height: math.unit(12, "feet"),
  1739. weight: math.unit(3000, "lb"),
  1740. name: "Front",
  1741. image: {
  1742. source: "./media/characters/mech/front.svg",
  1743. bottom: 0.025,
  1744. }
  1745. },
  1746. back: {
  1747. height: math.unit(12, "feet"),
  1748. weight: math.unit(3000, "lb"),
  1749. name: "Back",
  1750. image: {
  1751. source: "./media/characters/mech/back.svg",
  1752. bottom: 0.03,
  1753. }
  1754. }
  1755. },
  1756. [
  1757. {
  1758. name: "Normal",
  1759. height: math.unit(12, "feet")
  1760. },
  1761. {
  1762. name: "Macro",
  1763. height: math.unit(300, "feet"),
  1764. default: true
  1765. },
  1766. {
  1767. name: "Macro+",
  1768. height: math.unit(1500, "feet")
  1769. },
  1770. ]
  1771. ))
  1772. characterMakers.push(() => makeCharacter(
  1773. { name: "Gregory" },
  1774. {
  1775. front: {
  1776. height: math.unit(1.3, "meter"),
  1777. weight: math.unit(30, "kg"),
  1778. name: "Front",
  1779. image: {
  1780. source: "./media/characters/gregory/front.svg",
  1781. }
  1782. }
  1783. },
  1784. [
  1785. {
  1786. name: "Normal",
  1787. height: math.unit(1.3, "meter"),
  1788. default: true
  1789. },
  1790. {
  1791. name: "Macro",
  1792. height: math.unit(20, "meter")
  1793. }
  1794. ]
  1795. ))
  1796. characterMakers.push(() => makeCharacter(
  1797. { name: "Elory" },
  1798. {
  1799. front: {
  1800. height: math.unit(2.8, "meter"),
  1801. weight: math.unit(200, "kg"),
  1802. name: "Front",
  1803. image: {
  1804. source: "./media/characters/elory/front.svg",
  1805. }
  1806. }
  1807. },
  1808. [
  1809. {
  1810. name: "Normal",
  1811. height: math.unit(2.8, "meter"),
  1812. default: true
  1813. },
  1814. {
  1815. name: "Macro",
  1816. height: math.unit(38, "meter")
  1817. }
  1818. ]
  1819. ))
  1820. characterMakers.push(() => makeCharacter(
  1821. { name: "Angelpatamon" },
  1822. {
  1823. front: {
  1824. height: math.unit(470, "feet"),
  1825. weight: math.unit(924, "tons"),
  1826. name: "Front",
  1827. image: {
  1828. source: "./media/characters/angelpatamon/front.svg",
  1829. }
  1830. }
  1831. },
  1832. [
  1833. {
  1834. name: "Normal",
  1835. height: math.unit(470, "feet"),
  1836. default: true
  1837. },
  1838. {
  1839. name: "Deity Size I",
  1840. height: math.unit(28651.2, "km")
  1841. },
  1842. {
  1843. name: "Deity Size II",
  1844. height: math.unit(171907.2, "km")
  1845. }
  1846. ]
  1847. ))
  1848. characterMakers.push(() => makeCharacter(
  1849. { name: "Cryae" },
  1850. {
  1851. side: {
  1852. height: math.unit(7.2, "meter"),
  1853. weight: math.unit(8.2, "tons"),
  1854. name: "Side",
  1855. image: {
  1856. source: "./media/characters/cryae/side.svg",
  1857. extra: 3500 / 1500
  1858. }
  1859. }
  1860. },
  1861. [
  1862. {
  1863. name: "Normal",
  1864. height: math.unit(7.2, "meter"),
  1865. default: true
  1866. }
  1867. ]
  1868. ))
  1869. characterMakers.push(() => makeCharacter(
  1870. { name: "Xera" },
  1871. {
  1872. front: {
  1873. height: math.unit(6, "feet"),
  1874. weight: math.unit(175, "lb"),
  1875. name: "Front",
  1876. image: {
  1877. source: "./media/characters/xera/front.svg",
  1878. extra: 2300 / 2061
  1879. }
  1880. },
  1881. side: {
  1882. height: math.unit(6, "feet"),
  1883. weight: math.unit(175, "lb"),
  1884. name: "Side",
  1885. image: {
  1886. source: "./media/characters/xera/side.svg",
  1887. extra: 2300 / 2061
  1888. }
  1889. },
  1890. back: {
  1891. height: math.unit(6, "feet"),
  1892. weight: math.unit(175, "lb"),
  1893. name: "Back",
  1894. image: {
  1895. source: "./media/characters/xera/back.svg"
  1896. }
  1897. },
  1898. },
  1899. [
  1900. {
  1901. name: "Small",
  1902. height: math.unit(10, "feet")
  1903. },
  1904. {
  1905. name: "Macro",
  1906. height: math.unit(500, "meters"),
  1907. default: true
  1908. },
  1909. {
  1910. name: "Macro+",
  1911. height: math.unit(10, "km")
  1912. },
  1913. {
  1914. name: "Gigamacro",
  1915. height: math.unit(25000, "km")
  1916. },
  1917. {
  1918. name: "Teramacro",
  1919. height: math.unit(3e6, "km")
  1920. }
  1921. ]
  1922. ))
  1923. characterMakers.push(() => makeCharacter(
  1924. { name: "Nebula" },
  1925. {
  1926. front: {
  1927. height: math.unit(6, "feet"),
  1928. weight: math.unit(175, "lb"),
  1929. name: "Front",
  1930. image: {
  1931. source: "./media/characters/nebula/front.svg",
  1932. extra: 2600 / 2450
  1933. }
  1934. }
  1935. },
  1936. [
  1937. {
  1938. name: "Small",
  1939. height: math.unit(4.5, "meters")
  1940. },
  1941. {
  1942. name: "Macro",
  1943. height: math.unit(1500, "meters"),
  1944. default: true
  1945. },
  1946. {
  1947. name: "Megamacro",
  1948. height: math.unit(150, "km")
  1949. },
  1950. {
  1951. name: "Gigamacro",
  1952. height: math.unit(27000, "km")
  1953. }
  1954. ]
  1955. ))
  1956. characterMakers.push(() => makeCharacter(
  1957. { name: "Abysgar" },
  1958. {
  1959. front: {
  1960. height: math.unit(6, "feet"),
  1961. weight: math.unit(225, "lb"),
  1962. name: "Front",
  1963. image: {
  1964. source: "./media/characters/abysgar/front.svg"
  1965. }
  1966. }
  1967. },
  1968. [
  1969. {
  1970. name: "Small",
  1971. height: math.unit(4.5, "meters")
  1972. },
  1973. {
  1974. name: "Macro",
  1975. height: math.unit(1250, "meters"),
  1976. default: true
  1977. },
  1978. {
  1979. name: "Megamacro",
  1980. height: math.unit(125, "km")
  1981. },
  1982. {
  1983. name: "Gigamacro",
  1984. height: math.unit(26000, "km")
  1985. }
  1986. ]
  1987. ))
  1988. characterMakers.push(() => makeCharacter(
  1989. { name: "Yakuz" },
  1990. {
  1991. front: {
  1992. height: math.unit(6, "feet"),
  1993. weight: math.unit(180, "lb"),
  1994. name: "Front",
  1995. image: {
  1996. source: "./media/characters/yakuz/front.svg"
  1997. }
  1998. }
  1999. },
  2000. [
  2001. {
  2002. name: "Small",
  2003. height: math.unit(5, "meters")
  2004. },
  2005. {
  2006. name: "Macro",
  2007. height: math.unit(1500, "meters"),
  2008. default: true
  2009. },
  2010. {
  2011. name: "Megamacro",
  2012. height: math.unit(200, "km")
  2013. },
  2014. {
  2015. name: "Gigamacro",
  2016. height: math.unit(100000, "km")
  2017. }
  2018. ]
  2019. ))
  2020. characterMakers.push(() => makeCharacter(
  2021. { name: "Mirova" },
  2022. {
  2023. front: {
  2024. height: math.unit(6, "feet"),
  2025. weight: math.unit(175, "lb"),
  2026. name: "Front",
  2027. image: {
  2028. source: "./media/characters/mirova/front.svg"
  2029. }
  2030. }
  2031. },
  2032. [
  2033. {
  2034. name: "Small",
  2035. height: math.unit(5, "meters")
  2036. },
  2037. {
  2038. name: "Macro",
  2039. height: math.unit(900, "meters"),
  2040. default: true
  2041. },
  2042. {
  2043. name: "Megamacro",
  2044. height: math.unit(135, "km")
  2045. },
  2046. {
  2047. name: "Gigamacro",
  2048. height: math.unit(20000, "km")
  2049. }
  2050. ]
  2051. ))
  2052. characterMakers.push(() => makeCharacter(
  2053. { name: "Asana (Mech)" },
  2054. {
  2055. side: {
  2056. height: math.unit(28.35, "feet"),
  2057. weight: math.unit(99.75, "tons"),
  2058. name: "Side",
  2059. image: {
  2060. source: "./media/characters/asana-mech/side.svg"
  2061. }
  2062. }
  2063. },
  2064. [
  2065. {
  2066. name: "Normal",
  2067. height: math.unit(28.35, "feet"),
  2068. default: true
  2069. },
  2070. {
  2071. name: "Macro",
  2072. height: math.unit(2500, "feet")
  2073. },
  2074. {
  2075. name: "Megamacro",
  2076. height: math.unit(25, "miles")
  2077. },
  2078. {
  2079. name: "Examacro",
  2080. height: math.unit(6e8, "lightyears")
  2081. },
  2082. ]
  2083. ))
  2084. characterMakers.push(() => makeCharacter(
  2085. { name: "Ashtrek" },
  2086. {
  2087. front: {
  2088. height: math.unit(2, "meters"),
  2089. weight: math.unit(70, "kg"),
  2090. name: "Front",
  2091. image: {
  2092. source: "./media/characters/ashtrek/front.svg",
  2093. extra: 560 / 524,
  2094. bottom: 0.01
  2095. }
  2096. },
  2097. frontArmor: {
  2098. height: math.unit(2, "meters"),
  2099. weight: math.unit(76, "kg"),
  2100. name: "Front (Armor)",
  2101. image: {
  2102. source: "./media/characters/ashtrek/front-armor.svg",
  2103. extra: 561 / 527,
  2104. bottom: 0.01
  2105. }
  2106. },
  2107. side: {
  2108. height: math.unit(2, "meters"),
  2109. weight: math.unit(70, "kg"),
  2110. name: "Side",
  2111. image: {
  2112. source: "./media/characters/ashtrek/side.svg",
  2113. extra: 1717 / 1609,
  2114. bottom: 0.005
  2115. }
  2116. },
  2117. back: {
  2118. height: math.unit(2, "meters"),
  2119. weight: math.unit(70, "kg"),
  2120. name: "Back",
  2121. image: {
  2122. source: "./media/characters/ashtrek/back.svg",
  2123. extra: 1570 / 1501
  2124. }
  2125. },
  2126. },
  2127. [
  2128. {
  2129. name: "DEFCON 5",
  2130. height: math.unit(5, "meters")
  2131. },
  2132. {
  2133. name: "DEFCON 4",
  2134. height: math.unit(500, "meters"),
  2135. default: true
  2136. },
  2137. {
  2138. name: "DEFCON 3",
  2139. height: math.unit(5, "km")
  2140. },
  2141. {
  2142. name: "DEFCON 2",
  2143. height: math.unit(500, "km")
  2144. },
  2145. {
  2146. name: "DEFCON 1",
  2147. height: math.unit(500000, "km")
  2148. },
  2149. {
  2150. name: "DEFCON 0",
  2151. height: math.unit(3, "gigaparsecs")
  2152. },
  2153. ]
  2154. ))
  2155. characterMakers.push(() => makeCharacter(
  2156. { name: "Gale" },
  2157. {
  2158. front: {
  2159. height: math.unit(2, "meters"),
  2160. weight: math.unit(76, "kg"),
  2161. name: "Front",
  2162. image: {
  2163. source: "./media/characters/gale/front.svg"
  2164. }
  2165. },
  2166. frontAlt1: {
  2167. height: math.unit(2, "meters"),
  2168. weight: math.unit(76, "kg"),
  2169. name: "Front (Alt 1)",
  2170. image: {
  2171. source: "./media/characters/gale/front-alt-1.svg"
  2172. }
  2173. },
  2174. frontAlt2: {
  2175. height: math.unit(2, "meters"),
  2176. weight: math.unit(76, "kg"),
  2177. name: "Front (Alt 2)",
  2178. image: {
  2179. source: "./media/characters/gale/front-alt-2.svg"
  2180. }
  2181. },
  2182. },
  2183. [
  2184. {
  2185. name: "Normal",
  2186. height: math.unit(7, "feet")
  2187. },
  2188. {
  2189. name: "Macro",
  2190. height: math.unit(150, "feet"),
  2191. default: true
  2192. },
  2193. {
  2194. name: "Macro+",
  2195. height: math.unit(300, "feet")
  2196. },
  2197. ]
  2198. ))
  2199. characterMakers.push(() => makeCharacter(
  2200. { name: "Draylen" },
  2201. {
  2202. front: {
  2203. height: math.unit(2, "meters"),
  2204. weight: math.unit(76, "kg"),
  2205. name: "Front",
  2206. image: {
  2207. source: "./media/characters/draylen/front.svg"
  2208. }
  2209. }
  2210. },
  2211. [
  2212. {
  2213. name: "Macro",
  2214. height: math.unit(150, "feet"),
  2215. default: true
  2216. }
  2217. ]
  2218. ))
  2219. characterMakers.push(() => makeCharacter(
  2220. { name: "Chez" },
  2221. {
  2222. front: {
  2223. height: math.unit(7 + 9 / 12, "feet"),
  2224. weight: math.unit(379, "lbs"),
  2225. name: "Front",
  2226. image: {
  2227. source: "./media/characters/chez/front.svg"
  2228. }
  2229. },
  2230. side: {
  2231. height: math.unit(7 + 9 / 12, "feet"),
  2232. weight: math.unit(379, "lbs"),
  2233. name: "Side",
  2234. image: {
  2235. source: "./media/characters/chez/side.svg"
  2236. }
  2237. }
  2238. },
  2239. [
  2240. {
  2241. name: "Normal",
  2242. height: math.unit(7 + 9 / 12, "feet"),
  2243. default: true
  2244. },
  2245. {
  2246. name: "God King",
  2247. height: math.unit(9750000, "meters")
  2248. }
  2249. ]
  2250. ))
  2251. characterMakers.push(() => makeCharacter(
  2252. { name: "Kaylum" },
  2253. {
  2254. front: {
  2255. height: math.unit(6, "feet"),
  2256. weight: math.unit(275, "lbs"),
  2257. name: "Front",
  2258. image: {
  2259. source: "./media/characters/kaylum/front.svg",
  2260. bottom: 0.01,
  2261. extra: 1166 / 1031
  2262. }
  2263. },
  2264. frontWingless: {
  2265. height: math.unit(6, "feet"),
  2266. weight: math.unit(275, "lbs"),
  2267. name: "Front (Wingless)",
  2268. image: {
  2269. source: "./media/characters/kaylum/front-wingless.svg",
  2270. bottom: 0.01,
  2271. extra: 1117 / 1031
  2272. }
  2273. }
  2274. },
  2275. [
  2276. {
  2277. name: "Normal",
  2278. height: math.unit(3.05, "meters")
  2279. },
  2280. {
  2281. name: "Master",
  2282. height: math.unit(5.5, "meters")
  2283. },
  2284. {
  2285. name: "Rampage",
  2286. height: math.unit(19, "meters")
  2287. },
  2288. {
  2289. name: "Macro Lite",
  2290. height: math.unit(37, "meters")
  2291. },
  2292. {
  2293. name: "Hyper Predator",
  2294. height: math.unit(61, "meters")
  2295. },
  2296. {
  2297. name: "Macro",
  2298. height: math.unit(138, "meters"),
  2299. default: true
  2300. }
  2301. ]
  2302. ))
  2303. characterMakers.push(() => makeCharacter(
  2304. { name: "Geta" },
  2305. {
  2306. front: {
  2307. height: math.unit(6, "feet"),
  2308. weight: math.unit(150, "lbs"),
  2309. name: "Front",
  2310. image: {
  2311. source: "./media/characters/geta/front.svg"
  2312. }
  2313. }
  2314. },
  2315. [
  2316. {
  2317. name: "Micro",
  2318. height: math.unit(3, "inches"),
  2319. default: true
  2320. },
  2321. {
  2322. name: "Normal",
  2323. height: math.unit(5 + 5 / 12, "feet")
  2324. }
  2325. ]
  2326. ))
  2327. characterMakers.push(() => makeCharacter(
  2328. { name: "Tyrnn" },
  2329. {
  2330. front: {
  2331. height: math.unit(6, "feet"),
  2332. weight: math.unit(300, "lbs"),
  2333. name: "Front",
  2334. image: {
  2335. source: "./media/characters/tyrnn/front.svg"
  2336. }
  2337. }
  2338. },
  2339. [
  2340. {
  2341. name: "Main Height",
  2342. height: math.unit(355, "feet"),
  2343. default: true
  2344. },
  2345. {
  2346. name: "Fave. Height",
  2347. height: math.unit(2400, "feet")
  2348. }
  2349. ]
  2350. ))
  2351. characterMakers.push(() => makeCharacter(
  2352. { name: "Apple" },
  2353. {
  2354. front: {
  2355. height: math.unit(6, "feet"),
  2356. weight: math.unit(300, "lbs"),
  2357. name: "Front",
  2358. image: {
  2359. source: "./media/characters/appledectomy/front.svg"
  2360. }
  2361. }
  2362. },
  2363. [
  2364. {
  2365. name: "Macro",
  2366. height: math.unit(2500, "feet")
  2367. },
  2368. {
  2369. name: "Megamacro",
  2370. height: math.unit(50, "miles"),
  2371. default: true
  2372. },
  2373. {
  2374. name: "Gigamacro",
  2375. height: math.unit(5000, "miles")
  2376. },
  2377. {
  2378. name: "Teramacro",
  2379. height: math.unit(250000, "miles")
  2380. },
  2381. ]
  2382. ))
  2383. characterMakers.push(() => makeCharacter(
  2384. { name: "Vulpes" },
  2385. {
  2386. front: {
  2387. height: math.unit(6, "feet"),
  2388. weight: math.unit(200, "lbs"),
  2389. name: "Front",
  2390. image: {
  2391. source: "./media/characters/vulpes/front.svg",
  2392. extra: 573 / 543,
  2393. bottom: 0.033
  2394. }
  2395. },
  2396. side: {
  2397. height: math.unit(6, "feet"),
  2398. weight: math.unit(200, "lbs"),
  2399. name: "Side",
  2400. image: {
  2401. source: "./media/characters/vulpes/side.svg",
  2402. extra: 573 / 543,
  2403. bottom: 0.01
  2404. }
  2405. },
  2406. back: {
  2407. height: math.unit(6, "feet"),
  2408. weight: math.unit(200, "lbs"),
  2409. name: "Back",
  2410. image: {
  2411. source: "./media/characters/vulpes/back.svg",
  2412. extra: 573 / 543,
  2413. }
  2414. },
  2415. feet: {
  2416. height: math.unit(1.276, "feet"),
  2417. name: "Feet",
  2418. image: {
  2419. source: "./media/characters/vulpes/feet.svg"
  2420. }
  2421. },
  2422. maw: {
  2423. height: math.unit(1.18, "feet"),
  2424. name: "Maw",
  2425. image: {
  2426. source: "./media/characters/vulpes/maw.svg"
  2427. }
  2428. },
  2429. },
  2430. [
  2431. {
  2432. name: "Micro",
  2433. height: math.unit(2, "inches")
  2434. },
  2435. {
  2436. name: "Normal",
  2437. height: math.unit(6.3, "feet")
  2438. },
  2439. {
  2440. name: "Macro",
  2441. height: math.unit(850, "feet")
  2442. },
  2443. {
  2444. name: "Megamacro",
  2445. height: math.unit(7500, "feet"),
  2446. default: true
  2447. },
  2448. {
  2449. name: "Gigamacro",
  2450. height: math.unit(570000, "miles")
  2451. }
  2452. ]
  2453. ))
  2454. characterMakers.push(() => makeCharacter(
  2455. { name: "Rain Fallen" },
  2456. {
  2457. front: {
  2458. height: math.unit(6, "feet"),
  2459. weight: math.unit(210, "lbs"),
  2460. name: "Front",
  2461. image: {
  2462. source: "./media/characters/rain-fallen/front.svg"
  2463. }
  2464. },
  2465. side: {
  2466. height: math.unit(6, "feet"),
  2467. weight: math.unit(210, "lbs"),
  2468. name: "Side",
  2469. image: {
  2470. source: "./media/characters/rain-fallen/side.svg"
  2471. }
  2472. },
  2473. back: {
  2474. height: math.unit(6, "feet"),
  2475. weight: math.unit(210, "lbs"),
  2476. name: "Back",
  2477. image: {
  2478. source: "./media/characters/rain-fallen/back.svg"
  2479. }
  2480. },
  2481. feral: {
  2482. height: math.unit(9, "feet"),
  2483. weight: math.unit(700, "lbs"),
  2484. name: "Feral",
  2485. image: {
  2486. source: "./media/characters/rain-fallen/feral.svg"
  2487. }
  2488. },
  2489. },
  2490. [
  2491. {
  2492. name: "Normal",
  2493. height: math.unit(5, "meter")
  2494. },
  2495. {
  2496. name: "Macro",
  2497. height: math.unit(150, "meter"),
  2498. default: true
  2499. },
  2500. {
  2501. name: "Megamacro",
  2502. height: math.unit(278e6, "meter")
  2503. },
  2504. {
  2505. name: "Gigamacro",
  2506. height: math.unit(2e9, "meter")
  2507. },
  2508. {
  2509. name: "Teramacro",
  2510. height: math.unit(8e12, "meter")
  2511. },
  2512. {
  2513. name: "Devourer",
  2514. height: math.unit(14, "zettameters")
  2515. },
  2516. {
  2517. name: "Scarlet King",
  2518. height: math.unit(18, "yottameters")
  2519. },
  2520. {
  2521. name: "Void",
  2522. height: math.unit(6.66e66, "yottameters")
  2523. }
  2524. ]
  2525. ))
  2526. characterMakers.push(() => makeCharacter(
  2527. { name: "Zaakira" },
  2528. {
  2529. standing: {
  2530. height: math.unit(6, "feet"),
  2531. weight: math.unit(180, "lbs"),
  2532. name: "Standing",
  2533. image: {
  2534. source: "./media/characters/zaakira/standing.svg"
  2535. }
  2536. },
  2537. laying: {
  2538. height: math.unit(3, "feet"),
  2539. weight: math.unit(180, "lbs"),
  2540. name: "Laying",
  2541. image: {
  2542. source: "./media/characters/zaakira/laying.svg"
  2543. }
  2544. },
  2545. },
  2546. [
  2547. {
  2548. name: "Normal",
  2549. height: math.unit(12, "feet")
  2550. },
  2551. {
  2552. name: "Macro",
  2553. height: math.unit(279, "feet"),
  2554. default: true
  2555. }
  2556. ]
  2557. ))
  2558. characterMakers.push(() => makeCharacter(
  2559. { name: "Sigvald" },
  2560. {
  2561. front: {
  2562. height: math.unit(6, "feet"),
  2563. weight: math.unit(250, "lbs"),
  2564. name: "Front",
  2565. image: {
  2566. source: "./media/characters/sigvald/front.svg",
  2567. extra: 1000 / 850
  2568. }
  2569. },
  2570. back: {
  2571. height: math.unit(6, "feet"),
  2572. weight: math.unit(250, "lbs"),
  2573. name: "Back",
  2574. image: {
  2575. source: "./media/characters/sigvald/back.svg"
  2576. }
  2577. },
  2578. },
  2579. [
  2580. {
  2581. name: "Normal",
  2582. height: math.unit(8, "feet")
  2583. },
  2584. {
  2585. name: "Large",
  2586. height: math.unit(12, "feet")
  2587. },
  2588. {
  2589. name: "Larger",
  2590. height: math.unit(20, "feet")
  2591. },
  2592. {
  2593. name: "Macro",
  2594. height: math.unit(150, "feet")
  2595. },
  2596. {
  2597. name: "Macro+",
  2598. height: math.unit(200, "feet"),
  2599. default: true
  2600. },
  2601. ]
  2602. ))
  2603. characterMakers.push(() => makeCharacter(
  2604. { name: "Scott" },
  2605. {
  2606. side: {
  2607. height: math.unit(12, "feet"),
  2608. weight: math.unit(3000, "lbs"),
  2609. name: "Side",
  2610. image: {
  2611. source: "./media/characters/scott/side.svg",
  2612. extra: 1,
  2613. bottom: 0.069
  2614. }
  2615. },
  2616. upright: {
  2617. height: math.unit(12, "feet"),
  2618. weight: math.unit(3000, "lbs"),
  2619. name: "Upright",
  2620. image: {
  2621. source: "./media/characters/scott/upright.svg",
  2622. extra: 1,
  2623. bottom: 0.05
  2624. }
  2625. },
  2626. },
  2627. [
  2628. {
  2629. name: "Normal",
  2630. height: math.unit(12, "feet"),
  2631. default: true
  2632. },
  2633. ]
  2634. ))
  2635. characterMakers.push(() => makeCharacter(
  2636. { name: "Tobias" },
  2637. {
  2638. side: {
  2639. height: math.unit(8, "meters"),
  2640. weight: math.unit(84755, "lbs"),
  2641. name: "Side",
  2642. image: {
  2643. source: "./media/characters/tobias/side.svg",
  2644. extra: 1474 / 1096,
  2645. bottom: 38.9/1513.1235
  2646. }
  2647. },
  2648. },
  2649. [
  2650. {
  2651. name: "Normal",
  2652. height: math.unit(8, "meters"),
  2653. default: true
  2654. },
  2655. ]
  2656. ))
  2657. characterMakers.push(() => makeCharacter(
  2658. { name: "Kieran" },
  2659. {
  2660. front: {
  2661. height: math.unit(5.5, "feet"),
  2662. weight: math.unit(400, "lbs"),
  2663. name: "Front",
  2664. image: {
  2665. source: "./media/characters/kieran/front.svg",
  2666. extra: 1.05
  2667. }
  2668. },
  2669. side: {
  2670. height: math.unit(5.5, "feet"),
  2671. weight: math.unit(400, "lbs"),
  2672. name: "Side",
  2673. image: {
  2674. source: "./media/characters/kieran/side.svg",
  2675. extra: 950 / 850
  2676. }
  2677. },
  2678. },
  2679. [
  2680. {
  2681. name: "Normal",
  2682. height: math.unit(5.5, "feet"),
  2683. default: true
  2684. },
  2685. ]
  2686. ))
  2687. characterMakers.push(() => makeCharacter(
  2688. { name: "Sanya" },
  2689. {
  2690. side: {
  2691. height: math.unit(2, "meters"),
  2692. weight: math.unit(70, "kg"),
  2693. name: "Side",
  2694. image: {
  2695. source: "./media/characters/sanya/side.svg",
  2696. bottom: 0.02,
  2697. extra: 1.02
  2698. }
  2699. },
  2700. },
  2701. [
  2702. {
  2703. name: "Small",
  2704. height: math.unit(2, "meters")
  2705. },
  2706. {
  2707. name: "Normal",
  2708. height: math.unit(3, "meters")
  2709. },
  2710. {
  2711. name: "Macro",
  2712. height: math.unit(16, "meters"),
  2713. default: true
  2714. },
  2715. ]
  2716. ))
  2717. characterMakers.push(() => makeCharacter(
  2718. { name: "Miranda" },
  2719. {
  2720. side: {
  2721. height: math.unit(2, "meters"),
  2722. weight: math.unit(120, "kg"),
  2723. name: "Front",
  2724. image: {
  2725. source: "./media/characters/miranda/front.svg",
  2726. extra: 10.6 / 10
  2727. }
  2728. },
  2729. },
  2730. [
  2731. {
  2732. name: "Normal",
  2733. height: math.unit(10, "feet"),
  2734. default: true
  2735. }
  2736. ]
  2737. ))
  2738. characterMakers.push(() => makeCharacter(
  2739. { name: "James" },
  2740. {
  2741. side: {
  2742. height: math.unit(2, "meters"),
  2743. weight: math.unit(100, "kg"),
  2744. name: "Front",
  2745. image: {
  2746. source: "./media/characters/james/front.svg",
  2747. extra: 10 / 8.5
  2748. }
  2749. },
  2750. },
  2751. [
  2752. {
  2753. name: "Normal",
  2754. height: math.unit(8.5, "feet"),
  2755. default: true
  2756. }
  2757. ]
  2758. ))
  2759. characterMakers.push(() => makeCharacter(
  2760. { name: "Heather" },
  2761. {
  2762. side: {
  2763. height: math.unit(9.5, "feet"),
  2764. weight: math.unit(2500, "lbs"),
  2765. name: "Side",
  2766. image: {
  2767. source: "./media/characters/heather/side.svg"
  2768. }
  2769. },
  2770. },
  2771. [
  2772. {
  2773. name: "Normal",
  2774. height: math.unit(9.5, "feet"),
  2775. default: true
  2776. }
  2777. ]
  2778. ))
  2779. characterMakers.push(() => makeCharacter(
  2780. { name: "Lukas" },
  2781. {
  2782. side: {
  2783. height: math.unit(6.5, "feet"),
  2784. weight: math.unit(400, "lbs"),
  2785. name: "Side",
  2786. image: {
  2787. source: "./media/characters/lukas/side.svg",
  2788. extra: 7.25 / 6.5
  2789. }
  2790. },
  2791. },
  2792. [
  2793. {
  2794. name: "Normal",
  2795. height: math.unit(6.5, "feet"),
  2796. default: true
  2797. }
  2798. ]
  2799. ))
  2800. characterMakers.push(() => makeCharacter(
  2801. { name: "Louise" },
  2802. {
  2803. side: {
  2804. height: math.unit(5, "feet"),
  2805. weight: math.unit(3000, "lbs"),
  2806. name: "Side",
  2807. image: {
  2808. source: "./media/characters/louise/side.svg"
  2809. }
  2810. },
  2811. },
  2812. [
  2813. {
  2814. name: "Normal",
  2815. height: math.unit(5, "feet"),
  2816. default: true
  2817. }
  2818. ]
  2819. ))
  2820. characterMakers.push(() => makeCharacter(
  2821. { name: "Ramona" },
  2822. {
  2823. side: {
  2824. height: math.unit(6, "feet"),
  2825. weight: math.unit(150, "lbs"),
  2826. name: "Side",
  2827. image: {
  2828. source: "./media/characters/ramona/side.svg"
  2829. }
  2830. },
  2831. },
  2832. [
  2833. {
  2834. name: "Normal",
  2835. height: math.unit(5.3, "meters"),
  2836. default: true
  2837. },
  2838. {
  2839. name: "Macro",
  2840. height: math.unit(20, "stories")
  2841. },
  2842. {
  2843. name: "Macro+",
  2844. height: math.unit(50, "stories")
  2845. },
  2846. ]
  2847. ))
  2848. characterMakers.push(() => makeCharacter(
  2849. { name: "Deerpuff" },
  2850. {
  2851. standing: {
  2852. height: math.unit(5.75, "feet"),
  2853. weight: math.unit(160, "lbs"),
  2854. name: "Standing",
  2855. image: {
  2856. source: "./media/characters/deerpuff/standing.svg",
  2857. extra: 682 / 624
  2858. }
  2859. },
  2860. sitting: {
  2861. height: math.unit(5.75 / 1.79, "feet"),
  2862. weight: math.unit(160, "lbs"),
  2863. name: "Sitting",
  2864. image: {
  2865. source: "./media/characters/deerpuff/sitting.svg",
  2866. bottom: 44 / 400,
  2867. extra: 1
  2868. }
  2869. },
  2870. taurLaying: {
  2871. height: math.unit(6, "feet"),
  2872. weight: math.unit(400, "lbs"),
  2873. name: "Taur (Laying)",
  2874. image: {
  2875. source: "./media/characters/deerpuff/taur-laying.svg"
  2876. }
  2877. },
  2878. },
  2879. [
  2880. {
  2881. name: "Puffball",
  2882. height: math.unit(6, "inches")
  2883. },
  2884. {
  2885. name: "Normalpuff",
  2886. height: math.unit(5.75, "feet")
  2887. },
  2888. {
  2889. name: "Macropuff",
  2890. height: math.unit(1500, "feet"),
  2891. default: true
  2892. },
  2893. {
  2894. name: "Megapuff",
  2895. height: math.unit(500, "miles")
  2896. },
  2897. {
  2898. name: "Gigapuff",
  2899. height: math.unit(250000, "miles")
  2900. },
  2901. {
  2902. name: "Omegapuff",
  2903. height: math.unit(1000, "lightyears")
  2904. },
  2905. ]
  2906. ))
  2907. characterMakers.push(() => makeCharacter(
  2908. { name: "Vivian" },
  2909. {
  2910. stomping: {
  2911. height: math.unit(6, "feet"),
  2912. weight: math.unit(170, "lbs"),
  2913. name: "Stomping",
  2914. image: {
  2915. source: "./media/characters/vivian/stomping.svg"
  2916. }
  2917. },
  2918. sitting: {
  2919. height: math.unit(6 / 1.75, "feet"),
  2920. weight: math.unit(170, "lbs"),
  2921. name: "Sitting",
  2922. image: {
  2923. source: "./media/characters/vivian/sitting.svg",
  2924. bottom: 1 / 6.4,
  2925. extra: 1,
  2926. }
  2927. },
  2928. },
  2929. [
  2930. {
  2931. name: "Normal",
  2932. height: math.unit(7, "feet"),
  2933. default: true
  2934. },
  2935. {
  2936. name: "Macro",
  2937. height: math.unit(10, "stories")
  2938. },
  2939. {
  2940. name: "Macro+",
  2941. height: math.unit(30, "stories")
  2942. },
  2943. {
  2944. name: "Megamacro",
  2945. height: math.unit(10, "miles")
  2946. },
  2947. {
  2948. name: "Megamacro+",
  2949. height: math.unit(2750000, "meters")
  2950. },
  2951. ]
  2952. ))
  2953. characterMakers.push(() => makeCharacter(
  2954. { name: "Prince" },
  2955. {
  2956. front: {
  2957. height: math.unit(6, "feet"),
  2958. weight: math.unit(160, "lbs"),
  2959. name: "Front",
  2960. image: {
  2961. source: "./media/characters/prince/front.svg",
  2962. extra: 3400 / 3000
  2963. }
  2964. },
  2965. jumping: {
  2966. height: math.unit(6, "feet"),
  2967. weight: math.unit(160, "lbs"),
  2968. name: "Jumping",
  2969. image: {
  2970. source: "./media/characters/prince/jump.svg",
  2971. extra: 2555 / 2134
  2972. }
  2973. },
  2974. },
  2975. [
  2976. {
  2977. name: "Normal",
  2978. height: math.unit(7.75, "feet"),
  2979. default: true
  2980. },
  2981. {
  2982. name: "Not cute",
  2983. height: math.unit(17, "feet")
  2984. },
  2985. {
  2986. name: "I said NOT",
  2987. height: math.unit(91, "feet")
  2988. },
  2989. {
  2990. name: "Please stop",
  2991. height: math.unit(560, "feet")
  2992. },
  2993. {
  2994. name: "What have you done",
  2995. height: math.unit(2200, "feet")
  2996. },
  2997. {
  2998. name: "Deer God",
  2999. height: math.unit(3.6, "miles")
  3000. },
  3001. ]
  3002. ))
  3003. characterMakers.push(() => makeCharacter(
  3004. { name: "Psymon" },
  3005. {
  3006. standing: {
  3007. height: math.unit(6, "feet"),
  3008. weight: math.unit(300, "lbs"),
  3009. name: "Standing",
  3010. image: {
  3011. source: "./media/characters/psymon/standing.svg",
  3012. extra: 1888 / 1810,
  3013. bottom: 0.05
  3014. }
  3015. },
  3016. slithering: {
  3017. height: math.unit(6, "feet"),
  3018. weight: math.unit(300, "lbs"),
  3019. name: "Slithering",
  3020. image: {
  3021. source: "./media/characters/psymon/slithering.svg",
  3022. extra: 1330 / 1224
  3023. }
  3024. },
  3025. slitheringAlt: {
  3026. height: math.unit(6, "feet"),
  3027. weight: math.unit(300, "lbs"),
  3028. name: "Slithering (Alt)",
  3029. image: {
  3030. source: "./media/characters/psymon/slithering-alt.svg",
  3031. extra: 1330 / 1224
  3032. }
  3033. },
  3034. },
  3035. [
  3036. {
  3037. name: "Normal",
  3038. height: math.unit(11.25, "feet"),
  3039. default: true
  3040. },
  3041. {
  3042. name: "Large",
  3043. height: math.unit(27, "feet")
  3044. },
  3045. {
  3046. name: "Giant",
  3047. height: math.unit(87, "feet")
  3048. },
  3049. {
  3050. name: "Macro",
  3051. height: math.unit(365, "feet")
  3052. },
  3053. {
  3054. name: "Megamacro",
  3055. height: math.unit(3, "miles")
  3056. },
  3057. {
  3058. name: "World Serpent",
  3059. height: math.unit(8000, "miles")
  3060. },
  3061. ]
  3062. ))
  3063. characterMakers.push(() => makeCharacter(
  3064. { name: "Daimos" },
  3065. {
  3066. front: {
  3067. height: math.unit(6, "feet"),
  3068. weight: math.unit(180, "lbs"),
  3069. name: "Front",
  3070. image: {
  3071. source: "./media/characters/daimos/front.svg",
  3072. extra: 4160 / 3897,
  3073. bottom: 0.021
  3074. }
  3075. }
  3076. },
  3077. [
  3078. {
  3079. name: "Normal",
  3080. height: math.unit(8, "feet"),
  3081. default: true
  3082. },
  3083. {
  3084. name: "Big Dog",
  3085. height: math.unit(22, "feet")
  3086. },
  3087. {
  3088. name: "Macro",
  3089. height: math.unit(127, "feet")
  3090. },
  3091. {
  3092. name: "Megamacro",
  3093. height: math.unit(3600, "feet")
  3094. },
  3095. ]
  3096. ))
  3097. characterMakers.push(() => makeCharacter(
  3098. { name: "Blake" },
  3099. {
  3100. side: {
  3101. height: math.unit(6, "feet"),
  3102. weight: math.unit(180, "lbs"),
  3103. name: "Side",
  3104. image: {
  3105. source: "./media/characters/blake/side.svg",
  3106. extra: 1212 / 1120,
  3107. bottom: 0.05
  3108. }
  3109. },
  3110. crouched: {
  3111. height: math.unit(6 * 0.57, "feet"),
  3112. weight: math.unit(180, "lbs"),
  3113. name: "Crouched",
  3114. image: {
  3115. source: "./media/characters/blake/crouched.svg",
  3116. extra: 840 / 587,
  3117. bottom: 0.04
  3118. }
  3119. },
  3120. bent: {
  3121. height: math.unit(6 * 0.75, "feet"),
  3122. weight: math.unit(180, "lbs"),
  3123. name: "Bent",
  3124. image: {
  3125. source: "./media/characters/blake/bent.svg",
  3126. extra: 592 / 544,
  3127. bottom: 0.035
  3128. }
  3129. },
  3130. },
  3131. [
  3132. {
  3133. name: "Normal",
  3134. height: math.unit(8 + 1 / 6, "feet"),
  3135. default: true
  3136. },
  3137. {
  3138. name: "Big Backside",
  3139. height: math.unit(37, "feet")
  3140. },
  3141. {
  3142. name: "Subway Shredder",
  3143. height: math.unit(72, "feet")
  3144. },
  3145. {
  3146. name: "City Carver",
  3147. height: math.unit(1675, "feet")
  3148. },
  3149. {
  3150. name: "Tectonic Tweaker",
  3151. height: math.unit(2300, "miles")
  3152. },
  3153. ]
  3154. ))
  3155. characterMakers.push(() => makeCharacter(
  3156. { name: "Guisetto" },
  3157. {
  3158. front: {
  3159. height: math.unit(6, "feet"),
  3160. weight: math.unit(180, "lbs"),
  3161. name: "Front",
  3162. image: {
  3163. source: "./media/characters/guisetto/front.svg",
  3164. extra: 856 / 817,
  3165. bottom: 0.06
  3166. }
  3167. },
  3168. airborne: {
  3169. height: math.unit(6, "feet"),
  3170. weight: math.unit(180, "lbs"),
  3171. name: "Airborne",
  3172. image: {
  3173. source: "./media/characters/guisetto/airborne.svg",
  3174. extra: 584 / 525
  3175. }
  3176. },
  3177. },
  3178. [
  3179. {
  3180. name: "Normal",
  3181. height: math.unit(10 + 11 / 12, "feet"),
  3182. default: true
  3183. },
  3184. {
  3185. name: "Large",
  3186. height: math.unit(35, "feet")
  3187. },
  3188. {
  3189. name: "Macro",
  3190. height: math.unit(475, "feet")
  3191. },
  3192. ]
  3193. ))
  3194. characterMakers.push(() => makeCharacter(
  3195. { name: "Luxor" },
  3196. {
  3197. front: {
  3198. height: math.unit(6, "feet"),
  3199. weight: math.unit(180, "lbs"),
  3200. name: "Front",
  3201. image: {
  3202. source: "./media/characters/luxor/front.svg",
  3203. extra: 2940 / 2152
  3204. }
  3205. },
  3206. back: {
  3207. height: math.unit(6, "feet"),
  3208. weight: math.unit(180, "lbs"),
  3209. name: "Back",
  3210. image: {
  3211. source: "./media/characters/luxor/back.svg",
  3212. extra: 1083 / 960
  3213. }
  3214. },
  3215. },
  3216. [
  3217. {
  3218. name: "Normal",
  3219. height: math.unit(5 + 5 / 6, "feet"),
  3220. default: true
  3221. },
  3222. {
  3223. name: "Lamp",
  3224. height: math.unit(50, "feet")
  3225. },
  3226. {
  3227. name: "Lämp",
  3228. height: math.unit(300, "feet")
  3229. },
  3230. {
  3231. name: "The sun is a lamp",
  3232. height: math.unit(250000, "miles")
  3233. },
  3234. ]
  3235. ))
  3236. characterMakers.push(() => makeCharacter(
  3237. { name: "Huoyan" },
  3238. {
  3239. front: {
  3240. height: math.unit(6, "feet"),
  3241. weight: math.unit(50, "lbs"),
  3242. name: "Front",
  3243. image: {
  3244. source: "./media/characters/huoyan/front.svg"
  3245. }
  3246. },
  3247. side: {
  3248. height: math.unit(6, "feet"),
  3249. weight: math.unit(180, "lbs"),
  3250. name: "Side",
  3251. image: {
  3252. source: "./media/characters/huoyan/side.svg"
  3253. }
  3254. },
  3255. },
  3256. [
  3257. {
  3258. name: "Chef",
  3259. height: math.unit(9, "feet")
  3260. },
  3261. {
  3262. name: "Normal",
  3263. height: math.unit(65, "feet"),
  3264. default: true
  3265. },
  3266. {
  3267. name: "Macro",
  3268. height: math.unit(780, "feet")
  3269. },
  3270. {
  3271. name: "Flaming Mountain",
  3272. height: math.unit(4.8, "miles")
  3273. },
  3274. {
  3275. name: "Celestial",
  3276. height: math.unit(765000, "miles")
  3277. },
  3278. ]
  3279. ))
  3280. characterMakers.push(() => makeCharacter(
  3281. { name: "Tails" },
  3282. {
  3283. front: {
  3284. height: math.unit(5 + 3 / 4, "feet"),
  3285. weight: math.unit(120, "lbs"),
  3286. name: "Front",
  3287. image: {
  3288. source: "./media/characters/tails/front.svg"
  3289. }
  3290. }
  3291. },
  3292. [
  3293. {
  3294. name: "Normal",
  3295. height: math.unit(5 + 3 / 4, "feet"),
  3296. default: true
  3297. }
  3298. ]
  3299. ))
  3300. characterMakers.push(() => makeCharacter(
  3301. { name: "Rainy" },
  3302. {
  3303. front: {
  3304. height: math.unit(4, "feet"),
  3305. weight: math.unit(50, "lbs"),
  3306. name: "Front",
  3307. image: {
  3308. source: "./media/characters/rainy/front.svg"
  3309. }
  3310. }
  3311. },
  3312. [
  3313. {
  3314. name: "Macro",
  3315. height: math.unit(800, "feet"),
  3316. default: true
  3317. }
  3318. ]
  3319. ))
  3320. characterMakers.push(() => makeCharacter(
  3321. { name: "Rainier" },
  3322. {
  3323. front: {
  3324. height: math.unit(6, "feet"),
  3325. weight: math.unit(150, "lbs"),
  3326. name: "Front",
  3327. image: {
  3328. source: "./media/characters/rainier/front.svg"
  3329. }
  3330. }
  3331. },
  3332. [
  3333. {
  3334. name: "Micro",
  3335. height: math.unit(2, "mm"),
  3336. default: true
  3337. }
  3338. ]
  3339. ))
  3340. characterMakers.push(() => makeCharacter(
  3341. { name: "Andy" },
  3342. {
  3343. front: {
  3344. height: math.unit(6, "feet"),
  3345. weight: math.unit(180, "lbs"),
  3346. name: "Front",
  3347. image: {
  3348. source: "./media/characters/andy/front.svg"
  3349. }
  3350. }
  3351. },
  3352. [
  3353. {
  3354. name: "Normal",
  3355. height: math.unit(8, "feet"),
  3356. default: true
  3357. },
  3358. {
  3359. name: "Macro",
  3360. height: math.unit(1000, "feet")
  3361. },
  3362. {
  3363. name: "Megamacro",
  3364. height: math.unit(5, "miles")
  3365. },
  3366. {
  3367. name: "Gigamacro",
  3368. height: math.unit(5000, "miles")
  3369. },
  3370. ]
  3371. ))
  3372. characterMakers.push(() => makeCharacter(
  3373. { name: "Cimmaron" },
  3374. {
  3375. frontClothed: {
  3376. height: math.unit(6, "feet"),
  3377. weight: math.unit(210, "lbs"),
  3378. name: "Front (Clothed)",
  3379. image: {
  3380. source: "./media/characters/cimmaron/front-clothed.svg",
  3381. extra: 701 / 676,
  3382. bottom: 0.046
  3383. }
  3384. },
  3385. backClothed: {
  3386. height: math.unit(6, "feet"),
  3387. weight: math.unit(210, "lbs"),
  3388. name: "Back (Clothed)",
  3389. image: {
  3390. source: "./media/characters/cimmaron/back-clothed.svg",
  3391. extra: 701 / 676,
  3392. bottom: 0.046
  3393. }
  3394. },
  3395. frontNude: {
  3396. height: math.unit(6, "feet"),
  3397. weight: math.unit(210, "lbs"),
  3398. name: "Front (Nude)",
  3399. image: {
  3400. source: "./media/characters/cimmaron/front-nude.svg",
  3401. extra: 701 / 676,
  3402. bottom: 0.046
  3403. }
  3404. },
  3405. backNude: {
  3406. height: math.unit(6, "feet"),
  3407. weight: math.unit(210, "lbs"),
  3408. name: "Back (Nude)",
  3409. image: {
  3410. source: "./media/characters/cimmaron/back-nude.svg",
  3411. extra: 701 / 676,
  3412. bottom: 0.046
  3413. }
  3414. }
  3415. },
  3416. [
  3417. {
  3418. name: "Normal",
  3419. height: math.unit(6, "feet"),
  3420. default: true
  3421. },
  3422. {
  3423. name: "Macro Mayor",
  3424. height: math.unit(350, "meters")
  3425. },
  3426. ]
  3427. ))
  3428. characterMakers.push(() => makeCharacter(
  3429. { name: "Akari Kaen" },
  3430. {
  3431. front: {
  3432. height: math.unit(6, "feet"),
  3433. weight: math.unit(200, "lbs"),
  3434. name: "Front",
  3435. image: {
  3436. source: "./media/characters/akari/front.svg",
  3437. extra: 962 / 901,
  3438. bottom: 0.04
  3439. }
  3440. }
  3441. },
  3442. [
  3443. {
  3444. name: "Micro",
  3445. height: math.unit(5, "inches"),
  3446. default: true
  3447. },
  3448. {
  3449. name: "Normal",
  3450. height: math.unit(7, "feet")
  3451. },
  3452. ]
  3453. ))
  3454. characterMakers.push(() => makeCharacter(
  3455. { name: "Cynosura" },
  3456. {
  3457. front: {
  3458. height: math.unit(6, "feet"),
  3459. weight: math.unit(140, "lbs"),
  3460. name: "Front",
  3461. image: {
  3462. source: "./media/characters/cynosura/front.svg",
  3463. extra: 896 / 847
  3464. }
  3465. },
  3466. back: {
  3467. height: math.unit(6, "feet"),
  3468. weight: math.unit(140, "lbs"),
  3469. name: "Back",
  3470. image: {
  3471. source: "./media/characters/cynosura/back.svg",
  3472. extra: 1365 / 1250
  3473. }
  3474. },
  3475. },
  3476. [
  3477. {
  3478. name: "Micro",
  3479. height: math.unit(4, "inches")
  3480. },
  3481. {
  3482. name: "Normal",
  3483. height: math.unit(5.75, "feet"),
  3484. default: true
  3485. },
  3486. {
  3487. name: "Tall",
  3488. height: math.unit(10, "feet")
  3489. },
  3490. {
  3491. name: "Big",
  3492. height: math.unit(20, "feet")
  3493. },
  3494. {
  3495. name: "Macro",
  3496. height: math.unit(50, "feet")
  3497. },
  3498. ]
  3499. ))
  3500. characterMakers.push(() => makeCharacter(
  3501. { name: "Gin" },
  3502. {
  3503. front: {
  3504. height: math.unit(6, "feet"),
  3505. weight: math.unit(170, "lbs"),
  3506. name: "Front",
  3507. image: {
  3508. source: "./media/characters/gin/front.svg",
  3509. extra: 1.053,
  3510. bottom: 0.025
  3511. }
  3512. },
  3513. foot: {
  3514. height: math.unit(6 / 4.25, "feet"),
  3515. name: "Foot",
  3516. image: {
  3517. source: "./media/characters/gin/foot.svg"
  3518. }
  3519. },
  3520. sole: {
  3521. height: math.unit(6 / 4.40, "feet"),
  3522. name: "Sole",
  3523. image: {
  3524. source: "./media/characters/gin/sole.svg"
  3525. }
  3526. },
  3527. },
  3528. [
  3529. {
  3530. name: "Normal",
  3531. height: math.unit(9 + 4 / 12, "feet")
  3532. },
  3533. {
  3534. name: "Macro",
  3535. height: math.unit(1500, "feet")
  3536. },
  3537. {
  3538. name: "Megamacro",
  3539. height: math.unit(200, "miles"),
  3540. default: true
  3541. },
  3542. {
  3543. name: "Gigamacro",
  3544. height: math.unit(500, "megameters")
  3545. },
  3546. {
  3547. name: "Teramacro",
  3548. height: math.unit(15, "lightyears")
  3549. }
  3550. ]
  3551. ))
  3552. characterMakers.push(() => makeCharacter(
  3553. { name: "Guy" },
  3554. {
  3555. front: {
  3556. height: math.unit(6 + 1 / 6, "feet"),
  3557. weight: math.unit(178, "lbs"),
  3558. name: "Front",
  3559. image: {
  3560. source: "./media/characters/guy/front.svg"
  3561. }
  3562. }
  3563. },
  3564. [
  3565. {
  3566. name: "Normal",
  3567. height: math.unit(6 + 1 / 6, "feet"),
  3568. default: true
  3569. },
  3570. {
  3571. name: "Large",
  3572. height: math.unit(25 + 7 / 12, "feet")
  3573. },
  3574. {
  3575. name: "Macro",
  3576. height: math.unit(60 + 9 / 12, "feet")
  3577. },
  3578. {
  3579. name: "Macro+",
  3580. height: math.unit(246, "feet")
  3581. },
  3582. {
  3583. name: "Macro++",
  3584. height: math.unit(878, "feet")
  3585. }
  3586. ]
  3587. ))
  3588. characterMakers.push(() => makeCharacter(
  3589. { name: "Tiberius" },
  3590. {
  3591. front: {
  3592. height: math.unit(9, "feet"),
  3593. weight: math.unit(800, "lbs"),
  3594. name: "Front",
  3595. image: {
  3596. source: "./media/characters/tiberius/front.svg",
  3597. extra: 2295 / 2071
  3598. }
  3599. },
  3600. back: {
  3601. height: math.unit(9, "feet"),
  3602. weight: math.unit(800, "lbs"),
  3603. name: "Back",
  3604. image: {
  3605. source: "./media/characters/tiberius/back.svg",
  3606. extra: 2373 / 2160
  3607. }
  3608. },
  3609. },
  3610. [
  3611. {
  3612. name: "Normal",
  3613. height: math.unit(9, "feet"),
  3614. default: true
  3615. }
  3616. ]
  3617. ))
  3618. characterMakers.push(() => makeCharacter(
  3619. { name: "Surgo" },
  3620. {
  3621. front: {
  3622. height: math.unit(6, "feet"),
  3623. weight: math.unit(600, "lbs"),
  3624. name: "Front",
  3625. image: {
  3626. source: "./media/characters/surgo/front.svg",
  3627. extra: 3591 / 2227
  3628. }
  3629. },
  3630. back: {
  3631. height: math.unit(6, "feet"),
  3632. weight: math.unit(600, "lbs"),
  3633. name: "Back",
  3634. image: {
  3635. source: "./media/characters/surgo/back.svg",
  3636. extra: 3557 / 2228
  3637. }
  3638. },
  3639. laying: {
  3640. height: math.unit(6 * 0.85, "feet"),
  3641. weight: math.unit(600, "lbs"),
  3642. name: "Laying",
  3643. image: {
  3644. source: "./media/characters/surgo/laying.svg"
  3645. }
  3646. },
  3647. },
  3648. [
  3649. {
  3650. name: "Normal",
  3651. height: math.unit(6, "feet"),
  3652. default: true
  3653. }
  3654. ]
  3655. ))
  3656. characterMakers.push(() => makeCharacter(
  3657. { name: "Cibus" },
  3658. {
  3659. side: {
  3660. height: math.unit(6, "feet"),
  3661. weight: math.unit(150, "lbs"),
  3662. name: "Side",
  3663. image: {
  3664. source: "./media/characters/cibus/side.svg",
  3665. extra: 800 / 400
  3666. }
  3667. },
  3668. },
  3669. [
  3670. {
  3671. name: "Normal",
  3672. height: math.unit(6, "feet"),
  3673. default: true
  3674. }
  3675. ]
  3676. ))
  3677. characterMakers.push(() => makeCharacter(
  3678. { name: "Nibbles" },
  3679. {
  3680. front: {
  3681. height: math.unit(6, "feet"),
  3682. weight: math.unit(240, "lbs"),
  3683. name: "Front",
  3684. image: {
  3685. source: "./media/characters/nibbles/front.svg"
  3686. }
  3687. },
  3688. side: {
  3689. height: math.unit(6, "feet"),
  3690. weight: math.unit(240, "lbs"),
  3691. name: "Side",
  3692. image: {
  3693. source: "./media/characters/nibbles/side.svg"
  3694. }
  3695. },
  3696. },
  3697. [
  3698. {
  3699. name: "Normal",
  3700. height: math.unit(9, "feet"),
  3701. default: true
  3702. }
  3703. ]
  3704. ))
  3705. characterMakers.push(() => makeCharacter(
  3706. { name: "Rikky" },
  3707. {
  3708. side: {
  3709. height: math.unit(5 + 1 / 6, "feet"),
  3710. weight: math.unit(130, "lbs"),
  3711. name: "Side",
  3712. image: {
  3713. source: "./media/characters/rikky/side.svg"
  3714. }
  3715. },
  3716. },
  3717. [
  3718. {
  3719. name: "Normal",
  3720. height: math.unit(5 + 1 / 6, "feet")
  3721. },
  3722. {
  3723. name: "Macro",
  3724. height: math.unit(152, "feet"),
  3725. default: true
  3726. },
  3727. {
  3728. name: "Megamacro",
  3729. height: math.unit(7, "miles")
  3730. }
  3731. ]
  3732. ))
  3733. characterMakers.push(() => makeCharacter(
  3734. { name: "Malfressa" },
  3735. {
  3736. side: {
  3737. height: math.unit(370, "cm"),
  3738. weight: math.unit(350, "lbs"),
  3739. name: "Side",
  3740. image: {
  3741. source: "./media/characters/malfressa/side.svg"
  3742. }
  3743. },
  3744. walking: {
  3745. height: math.unit(370, "cm"),
  3746. weight: math.unit(350, "lbs"),
  3747. name: "Walking",
  3748. image: {
  3749. source: "./media/characters/malfressa/walking.svg"
  3750. }
  3751. },
  3752. feral: {
  3753. height: math.unit(2500, "cm"),
  3754. weight: math.unit(100000, "lbs"),
  3755. name: "Feral",
  3756. image: {
  3757. source: "./media/characters/malfressa/feral.svg",
  3758. extra: 2108 / 837,
  3759. bottom: 0.02
  3760. }
  3761. },
  3762. },
  3763. [
  3764. {
  3765. name: "Normal",
  3766. height: math.unit(370, "cm")
  3767. },
  3768. {
  3769. name: "Macro",
  3770. height: math.unit(300, "meters"),
  3771. default: true
  3772. }
  3773. ]
  3774. ))
  3775. characterMakers.push(() => makeCharacter(
  3776. { name: "Jaro" },
  3777. {
  3778. front: {
  3779. height: math.unit(6, "feet"),
  3780. weight: math.unit(60, "kg"),
  3781. name: "Front",
  3782. image: {
  3783. source: "./media/characters/jaro/front.svg"
  3784. }
  3785. },
  3786. back: {
  3787. height: math.unit(6, "feet"),
  3788. weight: math.unit(60, "kg"),
  3789. name: "Back",
  3790. image: {
  3791. source: "./media/characters/jaro/back.svg"
  3792. }
  3793. },
  3794. },
  3795. [
  3796. {
  3797. name: "Micro",
  3798. height: math.unit(7, "inches")
  3799. },
  3800. {
  3801. name: "Normal",
  3802. height: math.unit(5.5, "feet"),
  3803. default: true
  3804. },
  3805. {
  3806. name: "Minimacro",
  3807. height: math.unit(20, "feet")
  3808. },
  3809. {
  3810. name: "Macro",
  3811. height: math.unit(200, "meters")
  3812. }
  3813. ]
  3814. ))
  3815. characterMakers.push(() => makeCharacter(
  3816. { name: "Rogue" },
  3817. {
  3818. front: {
  3819. height: math.unit(6, "feet"),
  3820. weight: math.unit(195, "lb"),
  3821. name: "Front",
  3822. image: {
  3823. source: "./media/characters/rogue/front.svg"
  3824. }
  3825. },
  3826. },
  3827. [
  3828. {
  3829. name: "Macro",
  3830. height: math.unit(90, "feet"),
  3831. default: true
  3832. },
  3833. ]
  3834. ))
  3835. characterMakers.push(() => makeCharacter(
  3836. { name: "Piper" },
  3837. {
  3838. front: {
  3839. height: math.unit(5 + 8 / 12, "feet"),
  3840. weight: math.unit(140, "lb"),
  3841. name: "Front",
  3842. image: {
  3843. source: "./media/characters/piper/front.svg",
  3844. extra: 3928 / 3681
  3845. }
  3846. },
  3847. },
  3848. [
  3849. {
  3850. name: "Micro",
  3851. height: math.unit(2, "inches")
  3852. },
  3853. {
  3854. name: "Normal",
  3855. height: math.unit(5 + 8 / 12, "feet")
  3856. },
  3857. {
  3858. name: "Macro",
  3859. height: math.unit(250, "feet"),
  3860. default: true
  3861. },
  3862. {
  3863. name: "Megamacro",
  3864. height: math.unit(7, "miles")
  3865. },
  3866. ]
  3867. ))
  3868. characterMakers.push(() => makeCharacter(
  3869. { name: "Gemini" },
  3870. {
  3871. front: {
  3872. height: math.unit(6, "feet"),
  3873. weight: math.unit(220, "lb"),
  3874. name: "Front",
  3875. image: {
  3876. source: "./media/characters/gemini/front.svg"
  3877. }
  3878. },
  3879. back: {
  3880. height: math.unit(6, "feet"),
  3881. weight: math.unit(220, "lb"),
  3882. name: "Back",
  3883. image: {
  3884. source: "./media/characters/gemini/back.svg"
  3885. }
  3886. },
  3887. kneeling: {
  3888. height: math.unit(6 / 1.5, "feet"),
  3889. weight: math.unit(220, "lb"),
  3890. name: "Kneeling",
  3891. image: {
  3892. source: "./media/characters/gemini/kneeling.svg",
  3893. bottom: 0.02
  3894. }
  3895. },
  3896. },
  3897. [
  3898. {
  3899. name: "Macro",
  3900. height: math.unit(300, "meters"),
  3901. default: true
  3902. },
  3903. {
  3904. name: "Megamacro",
  3905. height: math.unit(6900, "meters")
  3906. },
  3907. ]
  3908. ))
  3909. characterMakers.push(() => makeCharacter(
  3910. { name: "Alicia" },
  3911. {
  3912. anthro: {
  3913. height: math.unit(2.35, "meters"),
  3914. weight: math.unit(73, "kg"),
  3915. name: "Anthro",
  3916. image: {
  3917. source: "./media/characters/alicia/anthro.svg"
  3918. }
  3919. },
  3920. feral: {
  3921. height: math.unit(1.69, "meters"),
  3922. weight: math.unit(73, "kg"),
  3923. name: "Feral",
  3924. image: {
  3925. source: "./media/characters/alicia/feral.svg"
  3926. }
  3927. },
  3928. },
  3929. [
  3930. {
  3931. name: "Normal",
  3932. height: math.unit(2.35, "meters")
  3933. },
  3934. {
  3935. name: "Macro",
  3936. height: math.unit(60, "meters"),
  3937. default: true
  3938. },
  3939. {
  3940. name: "Megamacro",
  3941. height: math.unit(10000, "kilometers")
  3942. },
  3943. ]
  3944. ))
  3945. characterMakers.push(() => makeCharacter(
  3946. { name: "Archy" },
  3947. {
  3948. front: {
  3949. height: math.unit(7, "feet"),
  3950. weight: math.unit(250, "lbs"),
  3951. name: "Front",
  3952. image: {
  3953. source: "./media/characters/archy/front.svg"
  3954. }
  3955. }
  3956. },
  3957. [
  3958. {
  3959. name: "Micro",
  3960. height: math.unit(1, "inch")
  3961. },
  3962. {
  3963. name: "Shorty",
  3964. height: math.unit(5, "feet")
  3965. },
  3966. {
  3967. name: "Normal",
  3968. height: math.unit(7, "feet")
  3969. },
  3970. {
  3971. name: "Macro",
  3972. height: math.unit(600, "meters"),
  3973. default: true
  3974. },
  3975. {
  3976. name: "Megamacro",
  3977. height: math.unit(1, "mile")
  3978. },
  3979. ]
  3980. ))
  3981. characterMakers.push(() => makeCharacter(
  3982. { name: "Berri" },
  3983. {
  3984. front: {
  3985. height: math.unit(1.65, "meters"),
  3986. weight: math.unit(74, "kg"),
  3987. name: "Front",
  3988. image: {
  3989. source: "./media/characters/berri/front.svg"
  3990. }
  3991. }
  3992. },
  3993. [
  3994. {
  3995. name: "Normal",
  3996. height: math.unit(1.65, "meters")
  3997. },
  3998. {
  3999. name: "Macro",
  4000. height: math.unit(60, "m"),
  4001. default: true
  4002. },
  4003. {
  4004. name: "Megamacro",
  4005. height: math.unit(9.213, "km")
  4006. },
  4007. {
  4008. name: "Planet Eater",
  4009. height: math.unit(489, "megameters")
  4010. },
  4011. {
  4012. name: "Teramacro",
  4013. height: math.unit(2471635000000, "meters")
  4014. },
  4015. {
  4016. name: "Examacro",
  4017. height: math.unit(8.0624e+26, "meters")
  4018. }
  4019. ]
  4020. ))
  4021. characterMakers.push(() => makeCharacter(
  4022. { name: "Lexi" },
  4023. {
  4024. front: {
  4025. height: math.unit(1.72, "meters"),
  4026. weight: math.unit(68, "kg"),
  4027. name: "Front",
  4028. image: {
  4029. source: "./media/characters/lexi/front.svg"
  4030. }
  4031. }
  4032. },
  4033. [
  4034. {
  4035. name: "Very Smol",
  4036. height: math.unit(10, "mm")
  4037. },
  4038. {
  4039. name: "Micro",
  4040. height: math.unit(6.8, "cm"),
  4041. default: true
  4042. },
  4043. {
  4044. name: "Normal",
  4045. height: math.unit(1.72, "m")
  4046. }
  4047. ]
  4048. ))
  4049. characterMakers.push(() => makeCharacter(
  4050. { name: "Martin" },
  4051. {
  4052. front: {
  4053. height: math.unit(1.69, "meters"),
  4054. weight: math.unit(68, "kg"),
  4055. name: "Front",
  4056. image: {
  4057. source: "./media/characters/martin/front.svg",
  4058. extra: 596 / 581
  4059. }
  4060. }
  4061. },
  4062. [
  4063. {
  4064. name: "Micro",
  4065. height: math.unit(6.85, "cm"),
  4066. default: true
  4067. },
  4068. {
  4069. name: "Normal",
  4070. height: math.unit(1.69, "m")
  4071. }
  4072. ]
  4073. ))
  4074. characterMakers.push(() => makeCharacter(
  4075. { name: "Juno" },
  4076. {
  4077. front: {
  4078. height: math.unit(1.69, "meters"),
  4079. weight: math.unit(68, "kg"),
  4080. name: "Front",
  4081. image: {
  4082. source: "./media/characters/juno/front.svg"
  4083. }
  4084. }
  4085. },
  4086. [
  4087. {
  4088. name: "Micro",
  4089. height: math.unit(7, "cm")
  4090. },
  4091. {
  4092. name: "Normal",
  4093. height: math.unit(1.89, "m")
  4094. },
  4095. {
  4096. name: "Macro",
  4097. height: math.unit(353, "meters"),
  4098. default: true
  4099. }
  4100. ]
  4101. ))
  4102. characterMakers.push(() => makeCharacter(
  4103. { name: "Samantha" },
  4104. {
  4105. front: {
  4106. height: math.unit(1.93, "meters"),
  4107. weight: math.unit(83, "kg"),
  4108. name: "Front",
  4109. image: {
  4110. source: "./media/characters/samantha/front.svg"
  4111. }
  4112. },
  4113. frontClothed: {
  4114. height: math.unit(1.93, "meters"),
  4115. weight: math.unit(83, "kg"),
  4116. name: "Front (Clothed)",
  4117. image: {
  4118. source: "./media/characters/samantha/front-clothed.svg"
  4119. }
  4120. },
  4121. back: {
  4122. height: math.unit(1.93, "meters"),
  4123. weight: math.unit(83, "kg"),
  4124. name: "Back",
  4125. image: {
  4126. source: "./media/characters/samantha/back.svg"
  4127. }
  4128. },
  4129. },
  4130. [
  4131. {
  4132. name: "Normal",
  4133. height: math.unit(1.93, "m")
  4134. },
  4135. {
  4136. name: "Macro",
  4137. height: math.unit(74, "meters"),
  4138. default: true
  4139. },
  4140. {
  4141. name: "Macro+",
  4142. height: math.unit(223, "meters"),
  4143. },
  4144. {
  4145. name: "Megamacro",
  4146. height: math.unit(8381, "meters"),
  4147. },
  4148. {
  4149. name: "Megamacro+",
  4150. height: math.unit(12000, "kilometers")
  4151. },
  4152. ]
  4153. ))
  4154. characterMakers.push(() => makeCharacter(
  4155. { name: "Dr. Clay" },
  4156. {
  4157. front: {
  4158. height: math.unit(1.92, "meters"),
  4159. weight: math.unit(80, "kg"),
  4160. name: "Front",
  4161. image: {
  4162. source: "./media/characters/dr-clay/front.svg"
  4163. }
  4164. },
  4165. frontClothed: {
  4166. height: math.unit(1.92, "meters"),
  4167. weight: math.unit(80, "kg"),
  4168. name: "Front (Clothed)",
  4169. image: {
  4170. source: "./media/characters/dr-clay/front-clothed.svg"
  4171. }
  4172. }
  4173. },
  4174. [
  4175. {
  4176. name: "Normal",
  4177. height: math.unit(1.92, "m")
  4178. },
  4179. {
  4180. name: "Macro",
  4181. height: math.unit(214, "meters"),
  4182. default: true
  4183. },
  4184. {
  4185. name: "Macro+",
  4186. height: math.unit(12.237, "meters"),
  4187. },
  4188. {
  4189. name: "Megamacro",
  4190. height: math.unit(557, "megameters"),
  4191. },
  4192. {
  4193. name: "Unimaginable",
  4194. height: math.unit(120e9, "lightyears")
  4195. },
  4196. ]
  4197. ))
  4198. characterMakers.push(() => makeCharacter(
  4199. { name: "Wyvrn Ripsnarl" },
  4200. {
  4201. front: {
  4202. height: math.unit(2, "meters"),
  4203. weight: math.unit(80, "kg"),
  4204. name: "Front",
  4205. image: {
  4206. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4207. }
  4208. }
  4209. },
  4210. [
  4211. {
  4212. name: "Teramacro",
  4213. height: math.unit(500000, "lightyears"),
  4214. default: true
  4215. },
  4216. ]
  4217. ))
  4218. characterMakers.push(() => makeCharacter(
  4219. { name: "Vemus" },
  4220. {
  4221. front: {
  4222. height: math.unit(2, "meters"),
  4223. weight: math.unit(150, "kg"),
  4224. name: "Front",
  4225. image: {
  4226. source: "./media/characters/vemus/front.svg",
  4227. extra: 2384 / 2084,
  4228. bottom: 0.0123
  4229. }
  4230. }
  4231. },
  4232. [
  4233. {
  4234. name: "Normal",
  4235. height: math.unit(3.75, "meters"),
  4236. default: true
  4237. },
  4238. {
  4239. name: "Big",
  4240. height: math.unit(8, "meters")
  4241. },
  4242. {
  4243. name: "Macro",
  4244. height: math.unit(100, "meters")
  4245. },
  4246. {
  4247. name: "Macro+",
  4248. height: math.unit(1500, "meters")
  4249. },
  4250. {
  4251. name: "Stellar",
  4252. height: math.unit(14e8, "meters")
  4253. },
  4254. ]
  4255. ))
  4256. characterMakers.push(() => makeCharacter(
  4257. { name: "Beherit" },
  4258. {
  4259. front: {
  4260. height: math.unit(2, "meters"),
  4261. weight: math.unit(70, "kg"),
  4262. name: "Front",
  4263. image: {
  4264. source: "./media/characters/beherit/front.svg",
  4265. extra: 1408 / 1242
  4266. }
  4267. }
  4268. },
  4269. [
  4270. {
  4271. name: "Normal",
  4272. height: math.unit(6, "feet")
  4273. },
  4274. {
  4275. name: "Lorg",
  4276. height: math.unit(25, "feet"),
  4277. default: true
  4278. },
  4279. {
  4280. name: "Lorger",
  4281. height: math.unit(75, "feet")
  4282. },
  4283. {
  4284. name: "Macro",
  4285. height: math.unit(200, "meters")
  4286. },
  4287. ]
  4288. ))
  4289. characterMakers.push(() => makeCharacter(
  4290. { name: "Everett" },
  4291. {
  4292. front: {
  4293. height: math.unit(2, "meters"),
  4294. weight: math.unit(150, "kg"),
  4295. name: "Front",
  4296. image: {
  4297. source: "./media/characters/everett/front.svg",
  4298. extra: 2038 / 1737,
  4299. bottom: 0.03
  4300. }
  4301. },
  4302. paw: {
  4303. height: math.unit(2 / 3.6, "meters"),
  4304. name: "Paw",
  4305. image: {
  4306. source: "./media/characters/everett/paw.svg"
  4307. }
  4308. },
  4309. },
  4310. [
  4311. {
  4312. name: "Normal",
  4313. height: math.unit(15, "feet"),
  4314. default: true
  4315. },
  4316. {
  4317. name: "Lorg",
  4318. height: math.unit(70, "feet"),
  4319. default: true
  4320. },
  4321. {
  4322. name: "Lorger",
  4323. height: math.unit(250, "feet")
  4324. },
  4325. {
  4326. name: "Macro",
  4327. height: math.unit(500, "meters")
  4328. },
  4329. ]
  4330. ))
  4331. characterMakers.push(() => makeCharacter(
  4332. { name: "Rose Lion" },
  4333. {
  4334. front: {
  4335. height: math.unit(2, "meters"),
  4336. weight: math.unit(86, "kg"),
  4337. name: "Front",
  4338. image: {
  4339. source: "./media/characters/rose-lion/front.svg"
  4340. }
  4341. },
  4342. bent: {
  4343. height: math.unit(2 / 1.4288, "meters"),
  4344. weight: math.unit(86, "kg"),
  4345. name: "Bent",
  4346. image: {
  4347. source: "./media/characters/rose-lion/bent.svg"
  4348. }
  4349. }
  4350. },
  4351. [
  4352. {
  4353. name: "Mini-Micro",
  4354. height: math.unit(1, "cm")
  4355. },
  4356. {
  4357. name: "Micro",
  4358. height: math.unit(3.5, "inches"),
  4359. default: true
  4360. },
  4361. {
  4362. name: "Normal",
  4363. height: math.unit(6 + 1 / 6, "feet")
  4364. },
  4365. {
  4366. name: "Mini-Macro",
  4367. height: math.unit(9 + 10 / 12, "feet")
  4368. },
  4369. ]
  4370. ))
  4371. characterMakers.push(() => makeCharacter(
  4372. { name: "Regal" },
  4373. {
  4374. front: {
  4375. height: math.unit(2, "meters"),
  4376. weight: math.unit(350, "lbs"),
  4377. name: "Front",
  4378. image: {
  4379. source: "./media/characters/regal/front.svg"
  4380. }
  4381. },
  4382. back: {
  4383. height: math.unit(2, "meters"),
  4384. weight: math.unit(350, "lbs"),
  4385. name: "Back",
  4386. image: {
  4387. source: "./media/characters/regal/back.svg"
  4388. }
  4389. },
  4390. },
  4391. [
  4392. {
  4393. name: "Macro",
  4394. height: math.unit(350, "feet"),
  4395. default: true
  4396. }
  4397. ]
  4398. ))
  4399. characterMakers.push(() => makeCharacter(
  4400. { name: "Opal" },
  4401. {
  4402. front: {
  4403. height: math.unit(4 + 11 / 12, "feet"),
  4404. weight: math.unit(100, "lbs"),
  4405. name: "Front",
  4406. image: {
  4407. source: "./media/characters/opal/front.svg"
  4408. }
  4409. },
  4410. frontAlt: {
  4411. height: math.unit(4 + 11 / 12, "feet"),
  4412. weight: math.unit(100, "lbs"),
  4413. name: "Front (Alt)",
  4414. image: {
  4415. source: "./media/characters/opal/front-alt.svg"
  4416. }
  4417. },
  4418. },
  4419. [
  4420. {
  4421. name: "Small",
  4422. height: math.unit(4 + 11 / 12, "feet")
  4423. },
  4424. {
  4425. name: "Normal",
  4426. height: math.unit(20, "feet"),
  4427. default: true
  4428. },
  4429. {
  4430. name: "Macro",
  4431. height: math.unit(120, "feet")
  4432. },
  4433. {
  4434. name: "Megamacro",
  4435. height: math.unit(80, "miles")
  4436. },
  4437. {
  4438. name: "True Size",
  4439. height: math.unit(100000, "lightyears")
  4440. },
  4441. ]
  4442. ))
  4443. characterMakers.push(() => makeCharacter(
  4444. { name: "Vector Wuff" },
  4445. {
  4446. front: {
  4447. height: math.unit(6, "feet"),
  4448. weight: math.unit(200, "lbs"),
  4449. name: "Front",
  4450. image: {
  4451. source: "./media/characters/vector-wuff/front.svg"
  4452. }
  4453. }
  4454. },
  4455. [
  4456. {
  4457. name: "Normal",
  4458. height: math.unit(2.8, "meters")
  4459. },
  4460. {
  4461. name: "Macro",
  4462. height: math.unit(450, "meters"),
  4463. default: true
  4464. },
  4465. {
  4466. name: "Megamacro",
  4467. height: math.unit(15, "kilometers")
  4468. }
  4469. ]
  4470. ))
  4471. characterMakers.push(() => makeCharacter(
  4472. { name: "Dannik" },
  4473. {
  4474. front: {
  4475. height: math.unit(6, "feet"),
  4476. weight: math.unit(256, "lbs"),
  4477. name: "Front",
  4478. image: {
  4479. source: "./media/characters/dannik/front.svg"
  4480. }
  4481. }
  4482. },
  4483. [
  4484. {
  4485. name: "Macro",
  4486. height: math.unit(69.57, "meters"),
  4487. default: true
  4488. },
  4489. ]
  4490. ))
  4491. characterMakers.push(() => makeCharacter(
  4492. { name: "Azura Saharah" },
  4493. {
  4494. front: {
  4495. height: math.unit(6, "feet"),
  4496. weight: math.unit(120, "lbs"),
  4497. name: "Front",
  4498. image: {
  4499. source: "./media/characters/azura-saharah/front.svg"
  4500. }
  4501. },
  4502. back: {
  4503. height: math.unit(6, "feet"),
  4504. weight: math.unit(120, "lbs"),
  4505. name: "Back",
  4506. image: {
  4507. source: "./media/characters/azura-saharah/back.svg"
  4508. }
  4509. },
  4510. },
  4511. [
  4512. {
  4513. name: "Macro",
  4514. height: math.unit(100, "feet"),
  4515. default: true
  4516. },
  4517. ]
  4518. ))
  4519. characterMakers.push(() => makeCharacter(
  4520. { name: "Kennedy" },
  4521. {
  4522. side: {
  4523. height: math.unit(5 + 4 / 12, "feet"),
  4524. weight: math.unit(163, "lbs"),
  4525. name: "Side",
  4526. image: {
  4527. source: "./media/characters/kennedy/side.svg"
  4528. }
  4529. }
  4530. },
  4531. [
  4532. {
  4533. name: "Standard Doggo",
  4534. height: math.unit(5 + 4 / 12, "feet")
  4535. },
  4536. {
  4537. name: "Big Doggo",
  4538. height: math.unit(25 + 3 / 12, "feet"),
  4539. default: true
  4540. },
  4541. ]
  4542. ))
  4543. characterMakers.push(() => makeCharacter(
  4544. { name: "Odi Lunar" },
  4545. {
  4546. front: {
  4547. height: math.unit(6, "feet"),
  4548. weight: math.unit(90, "lbs"),
  4549. name: "Front",
  4550. image: {
  4551. source: "./media/characters/odi-lunar/front.svg"
  4552. }
  4553. }
  4554. },
  4555. [
  4556. {
  4557. name: "Micro",
  4558. height: math.unit(3, "inches"),
  4559. default: true
  4560. },
  4561. {
  4562. name: "Normal",
  4563. height: math.unit(5.5, "feet")
  4564. }
  4565. ]
  4566. ))
  4567. characterMakers.push(() => makeCharacter(
  4568. { name: "Mandake" },
  4569. {
  4570. back: {
  4571. height: math.unit(6, "feet"),
  4572. weight: math.unit(220, "lbs"),
  4573. name: "Back",
  4574. image: {
  4575. source: "./media/characters/mandake/back.svg"
  4576. }
  4577. }
  4578. },
  4579. [
  4580. {
  4581. name: "Normal",
  4582. height: math.unit(7, "feet"),
  4583. default: true
  4584. },
  4585. {
  4586. name: "Macro",
  4587. height: math.unit(78, "feet")
  4588. },
  4589. {
  4590. name: "Macro+",
  4591. height: math.unit(300, "meters")
  4592. },
  4593. {
  4594. name: "Macro++",
  4595. height: math.unit(2400, "feet")
  4596. },
  4597. {
  4598. name: "Megamacro",
  4599. height: math.unit(5167, "meters")
  4600. },
  4601. {
  4602. name: "Gigamacro",
  4603. height: math.unit(41769, "miles")
  4604. },
  4605. ]
  4606. ))
  4607. characterMakers.push(() => makeCharacter(
  4608. { name: "Yozey" },
  4609. {
  4610. front: {
  4611. height: math.unit(6, "feet"),
  4612. weight: math.unit(120, "lbs"),
  4613. name: "Front",
  4614. image: {
  4615. source: "./media/characters/yozey/front.svg"
  4616. }
  4617. },
  4618. frontAlt: {
  4619. height: math.unit(6, "feet"),
  4620. weight: math.unit(120, "lbs"),
  4621. name: "Front (Alt)",
  4622. image: {
  4623. source: "./media/characters/yozey/front-alt.svg"
  4624. }
  4625. },
  4626. side: {
  4627. height: math.unit(6, "feet"),
  4628. weight: math.unit(120, "lbs"),
  4629. name: "Side",
  4630. image: {
  4631. source: "./media/characters/yozey/side.svg"
  4632. }
  4633. },
  4634. },
  4635. [
  4636. {
  4637. name: "Micro",
  4638. height: math.unit(3, "inches"),
  4639. default: true
  4640. },
  4641. {
  4642. name: "Normal",
  4643. height: math.unit(6, "feet")
  4644. }
  4645. ]
  4646. ))
  4647. characterMakers.push(() => makeCharacter(
  4648. { name: "Valeska Voss" },
  4649. {
  4650. front: {
  4651. height: math.unit(6, "feet"),
  4652. weight: math.unit(103, "lbs"),
  4653. name: "Front",
  4654. image: {
  4655. source: "./media/characters/valeska-voss/front.svg"
  4656. }
  4657. }
  4658. },
  4659. [
  4660. {
  4661. name: "Mini-Sized Sub",
  4662. height: math.unit(3.1, "inches")
  4663. },
  4664. {
  4665. name: "Mid-Sized Sub",
  4666. height: math.unit(6.2, "inches")
  4667. },
  4668. {
  4669. name: "Full-Sized Sub",
  4670. height: math.unit(9.3, "inches")
  4671. },
  4672. {
  4673. name: "Normal",
  4674. height: math.unit(5 + 2 / 12, "foot"),
  4675. default: true
  4676. },
  4677. ]
  4678. ))
  4679. characterMakers.push(() => makeCharacter(
  4680. { name: "Gene Zeta" },
  4681. {
  4682. front: {
  4683. height: math.unit(6, "feet"),
  4684. weight: math.unit(160, "lbs"),
  4685. name: "Front",
  4686. image: {
  4687. source: "./media/characters/gene-zeta/front.svg",
  4688. bottom: 0.03,
  4689. extra: 1
  4690. }
  4691. }
  4692. },
  4693. [
  4694. {
  4695. name: "Normal",
  4696. height: math.unit(6.25, "foot"),
  4697. default: true
  4698. },
  4699. ]
  4700. ))
  4701. characterMakers.push(() => makeCharacter(
  4702. { name: "Razinox" },
  4703. {
  4704. front: {
  4705. height: math.unit(6, "feet"),
  4706. weight: math.unit(350, "lbs"),
  4707. name: "Front",
  4708. image: {
  4709. source: "./media/characters/razinox/front.svg",
  4710. extra: 1686 / 1548
  4711. }
  4712. },
  4713. back: {
  4714. height: math.unit(6, "feet"),
  4715. weight: math.unit(350, "lbs"),
  4716. name: "Back",
  4717. image: {
  4718. source: "./media/characters/razinox/back.svg",
  4719. extra: 1660 / 1590
  4720. }
  4721. },
  4722. },
  4723. [
  4724. {
  4725. name: "Normal",
  4726. height: math.unit(10 + 8 / 12, "foot")
  4727. },
  4728. {
  4729. name: "Minimacro",
  4730. height: math.unit(15, "foot")
  4731. },
  4732. {
  4733. name: "Macro",
  4734. height: math.unit(60, "foot"),
  4735. default: true
  4736. },
  4737. {
  4738. name: "Megamacro",
  4739. height: math.unit(5, "miles")
  4740. },
  4741. {
  4742. name: "Gigamacro",
  4743. height: math.unit(6000, "miles")
  4744. },
  4745. ]
  4746. ))
  4747. characterMakers.push(() => makeCharacter(
  4748. { name: "Cobalt" },
  4749. {
  4750. front: {
  4751. height: math.unit(6, "feet"),
  4752. weight: math.unit(150, "lbs"),
  4753. name: "Front",
  4754. image: {
  4755. source: "./media/characters/cobalt/front.svg"
  4756. }
  4757. }
  4758. },
  4759. [
  4760. {
  4761. name: "Normal",
  4762. height: math.unit(8 + 1 / 12, "foot")
  4763. },
  4764. {
  4765. name: "Macro",
  4766. height: math.unit(111, "foot"),
  4767. default: true
  4768. },
  4769. {
  4770. name: "Supracosmic",
  4771. height: math.unit(1e42, "feet")
  4772. },
  4773. ]
  4774. ))
  4775. characterMakers.push(() => makeCharacter(
  4776. { name: "Amanda" },
  4777. {
  4778. front: {
  4779. height: math.unit(6, "feet"),
  4780. weight: math.unit(140, "lbs"),
  4781. name: "Front",
  4782. image: {
  4783. source: "./media/characters/amanda/front.svg"
  4784. }
  4785. }
  4786. },
  4787. [
  4788. {
  4789. name: "Micro",
  4790. height: math.unit(5, "inches"),
  4791. default: true
  4792. },
  4793. ]
  4794. ))
  4795. characterMakers.push(() => makeCharacter(
  4796. { name: "Teal" },
  4797. {
  4798. front: {
  4799. height: math.unit(5.59, "feet"),
  4800. weight: math.unit(250, "lbs"),
  4801. name: "Front",
  4802. image: {
  4803. source: "./media/characters/teal/front.svg"
  4804. }
  4805. },
  4806. frontAlt: {
  4807. height: math.unit(6, "feet"),
  4808. weight: math.unit(250, "lbs"),
  4809. name: "Front (Alt)",
  4810. image: {
  4811. source: "./media/characters/teal/front-alt.svg",
  4812. bottom: 0.04,
  4813. extra: 1
  4814. }
  4815. },
  4816. },
  4817. [
  4818. {
  4819. name: "Normal",
  4820. height: math.unit(12, "feet"),
  4821. default: true
  4822. },
  4823. {
  4824. name: "Macro",
  4825. height: math.unit(300, "feet")
  4826. },
  4827. ]
  4828. ))
  4829. characterMakers.push(() => makeCharacter(
  4830. { name: "Ravin Amulet" },
  4831. {
  4832. frontCat: {
  4833. height: math.unit(6, "feet"),
  4834. weight: math.unit(180, "lbs"),
  4835. name: "Front (Cat)",
  4836. image: {
  4837. source: "./media/characters/ravin-amulet/front-cat.svg"
  4838. }
  4839. },
  4840. frontCatAlt: {
  4841. height: math.unit(6, "feet"),
  4842. weight: math.unit(180, "lbs"),
  4843. name: "Front (Alt, Cat)",
  4844. image: {
  4845. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4846. }
  4847. },
  4848. frontWerewolf: {
  4849. height: math.unit(6 * 1.2, "feet"),
  4850. weight: math.unit(225, "lbs"),
  4851. name: "Front (Werewolf)",
  4852. image: {
  4853. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4854. }
  4855. },
  4856. backWerewolf: {
  4857. height: math.unit(6 * 1.2, "feet"),
  4858. weight: math.unit(225, "lbs"),
  4859. name: "Back (Werewolf)",
  4860. image: {
  4861. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4862. }
  4863. },
  4864. },
  4865. [
  4866. {
  4867. name: "Nano",
  4868. height: math.unit(1, "micrometer")
  4869. },
  4870. {
  4871. name: "Micro",
  4872. height: math.unit(1, "inch")
  4873. },
  4874. {
  4875. name: "Normal",
  4876. height: math.unit(6, "feet"),
  4877. default: true
  4878. },
  4879. {
  4880. name: "Macro",
  4881. height: math.unit(60, "feet")
  4882. }
  4883. ]
  4884. ))
  4885. characterMakers.push(() => makeCharacter(
  4886. { name: "Fluoresce" },
  4887. {
  4888. front: {
  4889. height: math.unit(6, "feet"),
  4890. weight: math.unit(165, "lbs"),
  4891. name: "Front",
  4892. image: {
  4893. source: "./media/characters/fluoresce/front.svg"
  4894. }
  4895. }
  4896. },
  4897. [
  4898. {
  4899. name: "Micro",
  4900. height: math.unit(6, "cm")
  4901. },
  4902. {
  4903. name: "Normal",
  4904. height: math.unit(5 + 7 / 12, "feet"),
  4905. default: true
  4906. },
  4907. {
  4908. name: "Macro",
  4909. height: math.unit(56, "feet")
  4910. },
  4911. {
  4912. name: "Megamacro",
  4913. height: math.unit(1.9, "miles")
  4914. },
  4915. ]
  4916. ))
  4917. characterMakers.push(() => makeCharacter(
  4918. { name: "Aurora" },
  4919. {
  4920. front: {
  4921. height: math.unit(9 + 6 / 12, "feet"),
  4922. weight: math.unit(523, "lbs"),
  4923. name: "Side",
  4924. image: {
  4925. source: "./media/characters/aurora/side.svg"
  4926. }
  4927. }
  4928. },
  4929. [
  4930. {
  4931. name: "Normal",
  4932. height: math.unit(9 + 6 / 12, "feet")
  4933. },
  4934. {
  4935. name: "Macro",
  4936. height: math.unit(96, "feet"),
  4937. default: true
  4938. },
  4939. {
  4940. name: "Macro+",
  4941. height: math.unit(243, "feet")
  4942. },
  4943. ]
  4944. ))
  4945. characterMakers.push(() => makeCharacter(
  4946. { name: "Ranek" },
  4947. {
  4948. front: {
  4949. height: math.unit(194, "cm"),
  4950. weight: math.unit(90, "kg"),
  4951. name: "Front",
  4952. image: {
  4953. source: "./media/characters/ranek/front.svg"
  4954. }
  4955. },
  4956. side: {
  4957. height: math.unit(194, "cm"),
  4958. weight: math.unit(90, "kg"),
  4959. name: "Side",
  4960. image: {
  4961. source: "./media/characters/ranek/side.svg"
  4962. }
  4963. },
  4964. back: {
  4965. height: math.unit(194, "cm"),
  4966. weight: math.unit(90, "kg"),
  4967. name: "Back",
  4968. image: {
  4969. source: "./media/characters/ranek/back.svg"
  4970. }
  4971. },
  4972. feral: {
  4973. height: math.unit(30, "cm"),
  4974. weight: math.unit(1.6, "lbs"),
  4975. name: "Feral",
  4976. image: {
  4977. source: "./media/characters/ranek/feral.svg"
  4978. }
  4979. },
  4980. },
  4981. [
  4982. {
  4983. name: "Normal",
  4984. height: math.unit(194, "cm"),
  4985. default: true
  4986. },
  4987. {
  4988. name: "Macro",
  4989. height: math.unit(100, "meters")
  4990. },
  4991. ]
  4992. ))
  4993. characterMakers.push(() => makeCharacter(
  4994. { name: "Andrew Cooper" },
  4995. {
  4996. front: {
  4997. height: math.unit(5 + 6 / 12, "feet"),
  4998. weight: math.unit(153, "lbs"),
  4999. name: "Front",
  5000. image: {
  5001. source: "./media/characters/andrew-cooper/front.svg"
  5002. }
  5003. },
  5004. },
  5005. [
  5006. {
  5007. name: "Nano",
  5008. height: math.unit(1, "mm")
  5009. },
  5010. {
  5011. name: "Micro",
  5012. height: math.unit(2, "inches")
  5013. },
  5014. {
  5015. name: "Normal",
  5016. height: math.unit(5 + 6 / 12, "feet"),
  5017. default: true
  5018. }
  5019. ]
  5020. ))
  5021. characterMakers.push(() => makeCharacter(
  5022. { name: "Akane Sato" },
  5023. {
  5024. front: {
  5025. height: math.unit(6, "feet"),
  5026. weight: math.unit(180, "lbs"),
  5027. name: "Front",
  5028. image: {
  5029. source: "./media/characters/akane-sato/front.svg",
  5030. extra: 1219 / 1140
  5031. }
  5032. },
  5033. back: {
  5034. height: math.unit(6, "feet"),
  5035. weight: math.unit(180, "lbs"),
  5036. name: "Back",
  5037. image: {
  5038. source: "./media/characters/akane-sato/back.svg",
  5039. extra: 1219 / 1170
  5040. }
  5041. },
  5042. },
  5043. [
  5044. {
  5045. name: "Normal",
  5046. height: math.unit(2.5, "meters")
  5047. },
  5048. {
  5049. name: "Macro",
  5050. height: math.unit(250, "meters"),
  5051. default: true
  5052. },
  5053. {
  5054. name: "Megamacro",
  5055. height: math.unit(25, "km")
  5056. },
  5057. ]
  5058. ))
  5059. characterMakers.push(() => makeCharacter(
  5060. { name: "Rook" },
  5061. {
  5062. front: {
  5063. height: math.unit(6, "feet"),
  5064. weight: math.unit(65, "kg"),
  5065. name: "Front",
  5066. image: {
  5067. source: "./media/characters/rook/front.svg"
  5068. }
  5069. }
  5070. },
  5071. [
  5072. {
  5073. name: "Normal",
  5074. height: math.unit(8.8, "feet")
  5075. },
  5076. {
  5077. name: "Macro",
  5078. height: math.unit(88, "feet"),
  5079. default: true
  5080. },
  5081. {
  5082. name: "Megamacro",
  5083. height: math.unit(8, "miles")
  5084. },
  5085. ]
  5086. ))
  5087. characterMakers.push(() => makeCharacter(
  5088. { name: "Prodigy" },
  5089. {
  5090. front: {
  5091. height: math.unit(12 + 2 / 12, "feet"),
  5092. weight: math.unit(808, "lbs"),
  5093. name: "Front",
  5094. image: {
  5095. source: "./media/characters/prodigy/front.svg"
  5096. }
  5097. }
  5098. },
  5099. [
  5100. {
  5101. name: "Normal",
  5102. height: math.unit(12 + 2 / 12, "feet"),
  5103. default: true
  5104. },
  5105. {
  5106. name: "Macro",
  5107. height: math.unit(143, "feet")
  5108. },
  5109. {
  5110. name: "Macro+",
  5111. height: math.unit(400, "feet")
  5112. },
  5113. ]
  5114. ))
  5115. characterMakers.push(() => makeCharacter(
  5116. { name: "Daniel" },
  5117. {
  5118. front: {
  5119. height: math.unit(6, "feet"),
  5120. weight: math.unit(225, "lbs"),
  5121. name: "Front",
  5122. image: {
  5123. source: "./media/characters/daniel/front.svg"
  5124. }
  5125. },
  5126. leaning: {
  5127. height: math.unit(6, "feet"),
  5128. weight: math.unit(225, "lbs"),
  5129. name: "Leaning",
  5130. image: {
  5131. source: "./media/characters/daniel/leaning.svg"
  5132. }
  5133. },
  5134. },
  5135. [
  5136. {
  5137. name: "Macro",
  5138. height: math.unit(1000, "feet"),
  5139. default: true
  5140. },
  5141. ]
  5142. ))
  5143. characterMakers.push(() => makeCharacter(
  5144. { name: "Chiros" },
  5145. {
  5146. front: {
  5147. height: math.unit(6, "feet"),
  5148. weight: math.unit(88, "lbs"),
  5149. name: "Front",
  5150. image: {
  5151. source: "./media/characters/chiros/front.svg",
  5152. extra: 306 / 226
  5153. }
  5154. },
  5155. side: {
  5156. height: math.unit(6, "feet"),
  5157. weight: math.unit(88, "lbs"),
  5158. name: "Side",
  5159. image: {
  5160. source: "./media/characters/chiros/side.svg",
  5161. extra: 306 / 226
  5162. }
  5163. },
  5164. },
  5165. [
  5166. {
  5167. name: "Normal",
  5168. height: math.unit(6, "cm"),
  5169. default: true
  5170. },
  5171. ]
  5172. ))
  5173. characterMakers.push(() => makeCharacter(
  5174. { name: "Selka" },
  5175. {
  5176. front: {
  5177. height: math.unit(6, "feet"),
  5178. weight: math.unit(100, "lbs"),
  5179. name: "Front",
  5180. image: {
  5181. source: "./media/characters/selka/front.svg",
  5182. extra: 947 / 887
  5183. }
  5184. }
  5185. },
  5186. [
  5187. {
  5188. name: "Normal",
  5189. height: math.unit(5, "cm"),
  5190. default: true
  5191. },
  5192. ]
  5193. ))
  5194. characterMakers.push(() => makeCharacter(
  5195. { name: "Verin" },
  5196. {
  5197. front: {
  5198. height: math.unit(8 + 3 / 12, "feet"),
  5199. weight: math.unit(424, "lbs"),
  5200. name: "Front",
  5201. image: {
  5202. source: "./media/characters/verin/front.svg",
  5203. extra: 1845 / 1550
  5204. }
  5205. },
  5206. frontArmored: {
  5207. height: math.unit(8 + 3 / 12, "feet"),
  5208. weight: math.unit(424, "lbs"),
  5209. name: "Front (Armored)",
  5210. image: {
  5211. source: "./media/characters/verin/front-armor.svg",
  5212. extra: 1845 / 1550,
  5213. bottom: 0.01
  5214. }
  5215. },
  5216. back: {
  5217. height: math.unit(8 + 3 / 12, "feet"),
  5218. weight: math.unit(424, "lbs"),
  5219. name: "Back",
  5220. image: {
  5221. source: "./media/characters/verin/back.svg",
  5222. bottom: 0.1,
  5223. extra: 1
  5224. }
  5225. },
  5226. foot: {
  5227. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5228. name: "Foot",
  5229. image: {
  5230. source: "./media/characters/verin/foot.svg"
  5231. }
  5232. },
  5233. },
  5234. [
  5235. {
  5236. name: "Normal",
  5237. height: math.unit(8 + 3 / 12, "feet")
  5238. },
  5239. {
  5240. name: "Minimacro",
  5241. height: math.unit(21, "feet"),
  5242. default: true
  5243. },
  5244. {
  5245. name: "Macro",
  5246. height: math.unit(626, "feet")
  5247. },
  5248. ]
  5249. ))
  5250. characterMakers.push(() => makeCharacter(
  5251. { name: "Sovrim Terraquian" },
  5252. {
  5253. front: {
  5254. height: math.unit(2.718, "meters"),
  5255. weight: math.unit(150, "lbs"),
  5256. name: "Front",
  5257. image: {
  5258. source: "./media/characters/sovrim-terraquian/front.svg"
  5259. }
  5260. },
  5261. back: {
  5262. height: math.unit(2.718, "meters"),
  5263. weight: math.unit(150, "lbs"),
  5264. name: "Back",
  5265. image: {
  5266. source: "./media/characters/sovrim-terraquian/back.svg"
  5267. }
  5268. }
  5269. },
  5270. [
  5271. {
  5272. name: "Micro",
  5273. height: math.unit(2, "inches")
  5274. },
  5275. {
  5276. name: "Small",
  5277. height: math.unit(1, "meter")
  5278. },
  5279. {
  5280. name: "Normal",
  5281. height: math.unit(Math.E, "meters"),
  5282. default: true
  5283. },
  5284. {
  5285. name: "Macro",
  5286. height: math.unit(20, "meters")
  5287. },
  5288. {
  5289. name: "Macro+",
  5290. height: math.unit(400, "meters")
  5291. },
  5292. ]
  5293. ))
  5294. characterMakers.push(() => makeCharacter(
  5295. { name: "Reece Silvermane" },
  5296. {
  5297. front: {
  5298. height: math.unit(7, "feet"),
  5299. weight: math.unit(489, "lbs"),
  5300. name: "Front",
  5301. image: {
  5302. source: "./media/characters/reece-silvermane/front.svg",
  5303. bottom: 0.02,
  5304. extra: 1
  5305. }
  5306. },
  5307. },
  5308. [
  5309. {
  5310. name: "Macro",
  5311. height: math.unit(1.5, "miles"),
  5312. default: true
  5313. },
  5314. ]
  5315. ))
  5316. characterMakers.push(() => makeCharacter(
  5317. { name: "Kane" },
  5318. {
  5319. front: {
  5320. height: math.unit(6, "feet"),
  5321. weight: math.unit(78, "kg"),
  5322. name: "Front",
  5323. image: {
  5324. source: "./media/characters/kane/front.svg",
  5325. extra: 978 / 899
  5326. }
  5327. },
  5328. },
  5329. [
  5330. {
  5331. name: "Normal",
  5332. height: math.unit(2.1, "m"),
  5333. },
  5334. {
  5335. name: "Macro",
  5336. height: math.unit(1, "km"),
  5337. default: true
  5338. },
  5339. ]
  5340. ))
  5341. characterMakers.push(() => makeCharacter(
  5342. { name: "Tegon" },
  5343. {
  5344. front: {
  5345. height: math.unit(6, "feet"),
  5346. weight: math.unit(200, "kg"),
  5347. name: "Front",
  5348. image: {
  5349. source: "./media/characters/tegon/front.svg",
  5350. bottom: 0.01,
  5351. extra: 1
  5352. }
  5353. },
  5354. },
  5355. [
  5356. {
  5357. name: "Micro",
  5358. height: math.unit(1, "inch")
  5359. },
  5360. {
  5361. name: "Normal",
  5362. height: math.unit(6 + 3 / 12, "feet"),
  5363. default: true
  5364. },
  5365. {
  5366. name: "Macro",
  5367. height: math.unit(300, "feet")
  5368. },
  5369. {
  5370. name: "Megamacro",
  5371. height: math.unit(69, "miles")
  5372. },
  5373. ]
  5374. ))
  5375. characterMakers.push(() => makeCharacter(
  5376. { name: "Arcturax" },
  5377. {
  5378. side: {
  5379. height: math.unit(6, "feet"),
  5380. weight: math.unit(2304, "lbs"),
  5381. name: "Side",
  5382. image: {
  5383. source: "./media/characters/arcturax/side.svg",
  5384. extra: 790 / 376,
  5385. bottom: 0.01
  5386. }
  5387. },
  5388. },
  5389. [
  5390. {
  5391. name: "Micro",
  5392. height: math.unit(2, "inch")
  5393. },
  5394. {
  5395. name: "Normal",
  5396. height: math.unit(6, "feet")
  5397. },
  5398. {
  5399. name: "Macro",
  5400. height: math.unit(39, "feet"),
  5401. default: true
  5402. },
  5403. {
  5404. name: "Megamacro",
  5405. height: math.unit(7, "miles")
  5406. },
  5407. ]
  5408. ))
  5409. characterMakers.push(() => makeCharacter(
  5410. { name: "Sentri" },
  5411. {
  5412. front: {
  5413. height: math.unit(6, "feet"),
  5414. weight: math.unit(50, "lbs"),
  5415. name: "Front",
  5416. image: {
  5417. source: "./media/characters/sentri/front.svg",
  5418. extra: 1750 / 1570,
  5419. bottom: 0.025
  5420. }
  5421. },
  5422. frontAlt: {
  5423. height: math.unit(6, "feet"),
  5424. weight: math.unit(50, "lbs"),
  5425. name: "Front (Alt)",
  5426. image: {
  5427. source: "./media/characters/sentri/front-alt.svg",
  5428. extra: 1750 / 1570,
  5429. bottom: 0.025
  5430. }
  5431. },
  5432. },
  5433. [
  5434. {
  5435. name: "Normal",
  5436. height: math.unit(15, "feet"),
  5437. default: true
  5438. },
  5439. {
  5440. name: "Macro",
  5441. height: math.unit(2500, "feet")
  5442. }
  5443. ]
  5444. ))
  5445. characterMakers.push(() => makeCharacter(
  5446. { name: "Corvin" },
  5447. {
  5448. front: {
  5449. height: math.unit(5 + 8 / 12, "feet"),
  5450. weight: math.unit(130, "lbs"),
  5451. name: "Front",
  5452. image: {
  5453. source: "./media/characters/corvin/front.svg",
  5454. extra: 1803 / 1629
  5455. }
  5456. },
  5457. frontShirt: {
  5458. height: math.unit(5 + 8 / 12, "feet"),
  5459. weight: math.unit(130, "lbs"),
  5460. name: "Front (Shirt)",
  5461. image: {
  5462. source: "./media/characters/corvin/front-shirt.svg",
  5463. extra: 1803 / 1629
  5464. }
  5465. },
  5466. frontPoncho: {
  5467. height: math.unit(5 + 8 / 12, "feet"),
  5468. weight: math.unit(130, "lbs"),
  5469. name: "Front (Poncho)",
  5470. image: {
  5471. source: "./media/characters/corvin/front-poncho.svg",
  5472. extra: 1803 / 1629
  5473. }
  5474. },
  5475. side: {
  5476. height: math.unit(5 + 8 / 12, "feet"),
  5477. weight: math.unit(130, "lbs"),
  5478. name: "Side",
  5479. image: {
  5480. source: "./media/characters/corvin/side.svg",
  5481. extra: 1012 / 945
  5482. }
  5483. },
  5484. back: {
  5485. height: math.unit(5 + 8 / 12, "feet"),
  5486. weight: math.unit(130, "lbs"),
  5487. name: "Back",
  5488. image: {
  5489. source: "./media/characters/corvin/back.svg",
  5490. extra: 1803 / 1629
  5491. }
  5492. },
  5493. },
  5494. [
  5495. {
  5496. name: "Micro",
  5497. height: math.unit(3, "inches")
  5498. },
  5499. {
  5500. name: "Normal",
  5501. height: math.unit(5 + 8 / 12, "feet")
  5502. },
  5503. {
  5504. name: "Macro",
  5505. height: math.unit(300, "feet"),
  5506. default: true
  5507. },
  5508. {
  5509. name: "Megamacro",
  5510. height: math.unit(500, "miles")
  5511. }
  5512. ]
  5513. ))
  5514. characterMakers.push(() => makeCharacter(
  5515. { name: "Q" },
  5516. {
  5517. front: {
  5518. height: math.unit(6, "feet"),
  5519. weight: math.unit(135, "lbs"),
  5520. name: "Front",
  5521. image: {
  5522. source: "./media/characters/q/front.svg",
  5523. extra: 854 / 752,
  5524. bottom: 0.005
  5525. }
  5526. },
  5527. back: {
  5528. height: math.unit(6, "feet"),
  5529. weight: math.unit(130, "lbs"),
  5530. name: "Back",
  5531. image: {
  5532. source: "./media/characters/q/back.svg",
  5533. extra: 854 / 752
  5534. }
  5535. },
  5536. },
  5537. [
  5538. {
  5539. name: "Macro",
  5540. height: math.unit(90, "feet"),
  5541. default: true
  5542. },
  5543. {
  5544. name: "Extra Macro",
  5545. height: math.unit(300, "feet"),
  5546. },
  5547. {
  5548. name: "BIG WALF",
  5549. height: math.unit(750, "feet"),
  5550. },
  5551. ]
  5552. ))
  5553. characterMakers.push(() => makeCharacter(
  5554. { name: "Carley" },
  5555. {
  5556. front: {
  5557. height: math.unit(6, "feet"),
  5558. weight: math.unit(150, "lbs"),
  5559. name: "Front",
  5560. image: {
  5561. source: "./media/characters/carley/front.svg",
  5562. extra: 3927 / 3540,
  5563. bottom: 0.03
  5564. }
  5565. }
  5566. },
  5567. [
  5568. {
  5569. name: "Normal",
  5570. height: math.unit(6 + 3 / 12, "feet")
  5571. },
  5572. {
  5573. name: "Macro",
  5574. height: math.unit(185, "feet"),
  5575. default: true
  5576. },
  5577. {
  5578. name: "Megamacro",
  5579. height: math.unit(8, "miles"),
  5580. },
  5581. ]
  5582. ))
  5583. characterMakers.push(() => makeCharacter(
  5584. { name: "Citrine" },
  5585. {
  5586. front: {
  5587. height: math.unit(3, "feet"),
  5588. weight: math.unit(28, "lbs"),
  5589. name: "Front",
  5590. image: {
  5591. source: "./media/characters/citrine/front.svg"
  5592. }
  5593. }
  5594. },
  5595. [
  5596. {
  5597. name: "Normal",
  5598. height: math.unit(3, "feet"),
  5599. default: true
  5600. }
  5601. ]
  5602. ))
  5603. characterMakers.push(() => makeCharacter(
  5604. { name: "Aura Starwind" },
  5605. {
  5606. front: {
  5607. height: math.unit(14, "feet"),
  5608. weight: math.unit(1450, "kg"),
  5609. name: "Front",
  5610. image: {
  5611. source: "./media/characters/aura-starwind/front.svg",
  5612. extra: 1455 / 1335
  5613. }
  5614. },
  5615. side: {
  5616. height: math.unit(14, "feet"),
  5617. weight: math.unit(1450, "kg"),
  5618. name: "Side",
  5619. image: {
  5620. source: "./media/characters/aura-starwind/side.svg",
  5621. extra: 1654 / 1497
  5622. }
  5623. },
  5624. taur: {
  5625. height: math.unit(18, "feet"),
  5626. weight: math.unit(5500, "kg"),
  5627. name: "Taur",
  5628. image: {
  5629. source: "./media/characters/aura-starwind/taur.svg",
  5630. extra: 1760 / 1650
  5631. }
  5632. },
  5633. feral: {
  5634. height: math.unit(46, "feet"),
  5635. weight: math.unit(25000, "kg"),
  5636. name: "Feral",
  5637. image: {
  5638. source: "./media/characters/aura-starwind/feral.svg"
  5639. }
  5640. },
  5641. },
  5642. [
  5643. {
  5644. name: "Normal",
  5645. height: math.unit(14, "feet"),
  5646. default: true
  5647. },
  5648. {
  5649. name: "Macro",
  5650. height: math.unit(50, "meters")
  5651. },
  5652. {
  5653. name: "Megamacro",
  5654. height: math.unit(5000, "meters")
  5655. },
  5656. {
  5657. name: "Gigamacro",
  5658. height: math.unit(100000, "kilometers")
  5659. },
  5660. ]
  5661. ))
  5662. characterMakers.push(() => makeCharacter(
  5663. { name: "Rivet" },
  5664. {
  5665. front: {
  5666. height: math.unit(2 + 7 / 12, "feet"),
  5667. weight: math.unit(32, "lbs"),
  5668. name: "Front",
  5669. image: {
  5670. source: "./media/characters/rivet/front.svg",
  5671. extra: 1716 / 1658,
  5672. bottom: 0.03
  5673. }
  5674. },
  5675. foot: {
  5676. height: math.unit(0.551, "feet"),
  5677. name: "Rivet's Foot",
  5678. image: {
  5679. source: "./media/characters/rivet/foot.svg"
  5680. },
  5681. rename: true
  5682. }
  5683. },
  5684. [
  5685. {
  5686. name: "Micro",
  5687. height: math.unit(1.5, "inches"),
  5688. },
  5689. {
  5690. name: "Normal",
  5691. height: math.unit(2 + 7 / 12, "feet"),
  5692. default: true
  5693. },
  5694. {
  5695. name: "Macro",
  5696. height: math.unit(85, "feet")
  5697. },
  5698. {
  5699. name: "Megamacro",
  5700. height: math.unit(2.2, "km")
  5701. }
  5702. ]
  5703. ))
  5704. characterMakers.push(() => makeCharacter(
  5705. { name: "Coffee" },
  5706. {
  5707. front: {
  5708. height: math.unit(5 + 9 / 12, "feet"),
  5709. weight: math.unit(150, "lbs"),
  5710. name: "Front",
  5711. image: {
  5712. source: "./media/characters/coffee/front.svg",
  5713. extra: 3666 / 3032,
  5714. bottom: 0.04
  5715. }
  5716. },
  5717. foot: {
  5718. height: math.unit(1.29, "feet"),
  5719. name: "Foot",
  5720. image: {
  5721. source: "./media/characters/coffee/foot.svg"
  5722. }
  5723. },
  5724. },
  5725. [
  5726. {
  5727. name: "Micro",
  5728. height: math.unit(2, "inches"),
  5729. },
  5730. {
  5731. name: "Normal",
  5732. height: math.unit(5 + 9 / 12, "feet"),
  5733. default: true
  5734. },
  5735. {
  5736. name: "Macro",
  5737. height: math.unit(800, "feet")
  5738. },
  5739. {
  5740. name: "Megamacro",
  5741. height: math.unit(25, "miles")
  5742. }
  5743. ]
  5744. ))
  5745. characterMakers.push(() => makeCharacter(
  5746. { name: "Chari-Gal" },
  5747. {
  5748. front: {
  5749. height: math.unit(6, "feet"),
  5750. weight: math.unit(200, "lbs"),
  5751. name: "Front",
  5752. image: {
  5753. source: "./media/characters/chari-gal/front.svg",
  5754. extra: 1568 / 1385,
  5755. bottom: 0.047
  5756. }
  5757. },
  5758. gigantamax: {
  5759. height: math.unit(6 * 16, "feet"),
  5760. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5761. name: "Gigantamax",
  5762. image: {
  5763. source: "./media/characters/chari-gal/gigantamax.svg",
  5764. extra: 1124 / 888,
  5765. bottom: 0.03
  5766. }
  5767. },
  5768. },
  5769. [
  5770. {
  5771. name: "Normal",
  5772. height: math.unit(5 + 7 / 12, "feet")
  5773. },
  5774. {
  5775. name: "Macro",
  5776. height: math.unit(200, "feet"),
  5777. default: true
  5778. }
  5779. ]
  5780. ))
  5781. characterMakers.push(() => makeCharacter(
  5782. { name: "Nova" },
  5783. {
  5784. front: {
  5785. height: math.unit(6, "feet"),
  5786. weight: math.unit(150, "lbs"),
  5787. name: "Front",
  5788. image: {
  5789. source: "./media/characters/nova/front.svg",
  5790. extra: 5000 / 4722,
  5791. bottom: 0.02
  5792. }
  5793. }
  5794. },
  5795. [
  5796. {
  5797. name: "Micro-",
  5798. height: math.unit(0.8, "inches")
  5799. },
  5800. {
  5801. name: "Micro",
  5802. height: math.unit(2, "inches"),
  5803. default: true
  5804. },
  5805. ]
  5806. ))
  5807. characterMakers.push(() => makeCharacter(
  5808. { name: "Argent" },
  5809. {
  5810. front: {
  5811. height: math.unit(3 + 1 / 12, "feet"),
  5812. weight: math.unit(21.7, "lbs"),
  5813. name: "Front",
  5814. image: {
  5815. source: "./media/characters/argent/front.svg",
  5816. extra: 1565 / 1416,
  5817. bottom: 0.01
  5818. }
  5819. }
  5820. },
  5821. [
  5822. {
  5823. name: "Micro",
  5824. height: math.unit(2, "inches")
  5825. },
  5826. {
  5827. name: "Normal",
  5828. height: math.unit(3 + 1 / 12, "feet"),
  5829. default: true
  5830. },
  5831. {
  5832. name: "Macro",
  5833. height: math.unit(120, "feet")
  5834. },
  5835. ]
  5836. ))
  5837. characterMakers.push(() => makeCharacter(
  5838. { name: "Mira al-Cul" },
  5839. {
  5840. lamp: {
  5841. height: math.unit(7 * 1559 / 989, "feet"),
  5842. name: "Magic Lamp",
  5843. image: {
  5844. source: "./media/characters/mira-al-cul/lamp.svg",
  5845. extra: 1617 / 1559
  5846. }
  5847. },
  5848. front: {
  5849. height: math.unit(7, "feet"),
  5850. name: "Front",
  5851. image: {
  5852. source: "./media/characters/mira-al-cul/front.svg",
  5853. extra: 1044 / 990
  5854. }
  5855. },
  5856. },
  5857. [
  5858. {
  5859. name: "Heavily Restricted",
  5860. height: math.unit(7 * 1559 / 989, "feet")
  5861. },
  5862. {
  5863. name: "Freshly Freed",
  5864. height: math.unit(50 * 1559 / 989, "feet")
  5865. },
  5866. {
  5867. name: "World Encompassing",
  5868. height: math.unit(10000 * 1559 / 989, "miles")
  5869. },
  5870. {
  5871. name: "Galactic",
  5872. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5873. },
  5874. {
  5875. name: "Palmed Universe",
  5876. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5877. default: true
  5878. },
  5879. {
  5880. name: "Multiversal Matriarch",
  5881. height: math.unit(8.87e10, "yottameters")
  5882. },
  5883. {
  5884. name: "Void Mother",
  5885. height: math.unit(3.14e110, "yottaparsecs")
  5886. },
  5887. ]
  5888. ))
  5889. characterMakers.push(() => makeCharacter(
  5890. { name: "Kuro-shi Uchū" },
  5891. {
  5892. front: {
  5893. height: math.unit(17 + 1 / 12, "feet"),
  5894. weight: math.unit(476.2 * 5, "lbs"),
  5895. name: "Front",
  5896. image: {
  5897. source: "./media/characters/kuro-shi-uchū/front.svg",
  5898. extra: 2329 / 1835,
  5899. bottom: 0.02
  5900. }
  5901. },
  5902. },
  5903. [
  5904. {
  5905. name: "Micro",
  5906. height: math.unit(2, "inches")
  5907. },
  5908. {
  5909. name: "Normal",
  5910. height: math.unit(12, "meters")
  5911. },
  5912. {
  5913. name: "Planetary",
  5914. height: math.unit(0.00929, "AU"),
  5915. default: true
  5916. },
  5917. {
  5918. name: "Universal",
  5919. height: math.unit(20, "gigaparsecs")
  5920. },
  5921. ]
  5922. ))
  5923. characterMakers.push(() => makeCharacter(
  5924. { name: "Katherine" },
  5925. {
  5926. front: {
  5927. height: math.unit(5 + 2 / 12, "feet"),
  5928. weight: math.unit(120, "lbs"),
  5929. name: "Front",
  5930. image: {
  5931. source: "./media/characters/katherine/front.svg",
  5932. extra: 2075 / 1969
  5933. }
  5934. },
  5935. dress: {
  5936. height: math.unit(5 + 2 / 12, "feet"),
  5937. weight: math.unit(120, "lbs"),
  5938. name: "Dress",
  5939. image: {
  5940. source: "./media/characters/katherine/dress.svg",
  5941. extra: 2258 / 2064
  5942. }
  5943. },
  5944. },
  5945. [
  5946. {
  5947. name: "Micro",
  5948. height: math.unit(1, "inches"),
  5949. default: true
  5950. },
  5951. {
  5952. name: "Normal",
  5953. height: math.unit(5 + 2 / 12, "feet")
  5954. },
  5955. {
  5956. name: "Macro",
  5957. height: math.unit(100, "meters")
  5958. },
  5959. {
  5960. name: "Megamacro",
  5961. height: math.unit(80, "miles")
  5962. },
  5963. ]
  5964. ))
  5965. characterMakers.push(() => makeCharacter(
  5966. { name: "Yevis" },
  5967. {
  5968. front: {
  5969. height: math.unit(7 + 8 / 12, "feet"),
  5970. weight: math.unit(250, "lbs"),
  5971. name: "Front",
  5972. image: {
  5973. source: "./media/characters/yevis/front.svg",
  5974. extra: 1938 / 1755
  5975. }
  5976. }
  5977. },
  5978. [
  5979. {
  5980. name: "Mortal",
  5981. height: math.unit(7 + 8 / 12, "feet")
  5982. },
  5983. {
  5984. name: "Battle",
  5985. height: math.unit(25 + 11 / 12, "feet")
  5986. },
  5987. {
  5988. name: "Wrath",
  5989. height: math.unit(1654 + 11 / 12, "feet")
  5990. },
  5991. {
  5992. name: "Planet Destroyer",
  5993. height: math.unit(12000, "miles")
  5994. },
  5995. {
  5996. name: "Galaxy Conqueror",
  5997. height: math.unit(1.45, "zettameters"),
  5998. default: true
  5999. },
  6000. {
  6001. name: "Universal War",
  6002. height: math.unit(184, "gigaparsecs")
  6003. },
  6004. {
  6005. name: "Eternity War",
  6006. height: math.unit(1.98e55, "yottaparsecs")
  6007. },
  6008. ]
  6009. ))
  6010. characterMakers.push(() => makeCharacter(
  6011. { name: "Xavier" },
  6012. {
  6013. front: {
  6014. height: math.unit(5 + 8 / 12, "feet"),
  6015. weight: math.unit(63, "kg"),
  6016. name: "Front",
  6017. image: {
  6018. source: "./media/characters/xavier/front.svg",
  6019. extra: 944 / 883
  6020. }
  6021. },
  6022. frontStretch: {
  6023. height: math.unit(5 + 8 / 12, "feet"),
  6024. weight: math.unit(63, "kg"),
  6025. name: "Stretching",
  6026. image: {
  6027. source: "./media/characters/xavier/front-stretch.svg",
  6028. extra: 962 / 820
  6029. }
  6030. },
  6031. },
  6032. [
  6033. {
  6034. name: "Normal",
  6035. height: math.unit(5 + 8 / 12, "feet")
  6036. },
  6037. {
  6038. name: "Macro",
  6039. height: math.unit(100, "meters"),
  6040. default: true
  6041. },
  6042. {
  6043. name: "McLargeHuge",
  6044. height: math.unit(10, "miles")
  6045. },
  6046. ]
  6047. ))
  6048. characterMakers.push(() => makeCharacter(
  6049. { name: "Joshii" },
  6050. {
  6051. front: {
  6052. height: math.unit(5 + 5 / 12, "feet"),
  6053. weight: math.unit(150, "lb"),
  6054. name: "Front",
  6055. image: {
  6056. source: "./media/characters/joshii/front.svg"
  6057. }
  6058. },
  6059. foot: {
  6060. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6061. name: "Foot",
  6062. image: {
  6063. source: "./media/characters/joshii/foot.svg"
  6064. }
  6065. },
  6066. },
  6067. [
  6068. {
  6069. name: "Micro",
  6070. height: math.unit(2, "inches")
  6071. },
  6072. {
  6073. name: "Normal",
  6074. height: math.unit(5 + 5 / 12, "feet"),
  6075. default: true
  6076. },
  6077. {
  6078. name: "Macro",
  6079. height: math.unit(785, "feet")
  6080. },
  6081. {
  6082. name: "Megamacro",
  6083. height: math.unit(24.5, "miles")
  6084. },
  6085. ]
  6086. ))
  6087. characterMakers.push(() => makeCharacter(
  6088. { name: "Goddess Elizabeth" },
  6089. {
  6090. front: {
  6091. height: math.unit(6, "feet"),
  6092. weight: math.unit(150, "lb"),
  6093. name: "Front",
  6094. image: {
  6095. source: "./media/characters/goddess-elizabeth/front.svg",
  6096. extra: 1800 / 1525,
  6097. bottom: 0.005
  6098. }
  6099. },
  6100. foot: {
  6101. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6102. name: "Foot",
  6103. image: {
  6104. source: "./media/characters/goddess-elizabeth/foot.svg"
  6105. }
  6106. },
  6107. },
  6108. [
  6109. {
  6110. name: "Micro",
  6111. height: math.unit(12, "feet")
  6112. },
  6113. {
  6114. name: "Normal",
  6115. height: math.unit(80, "miles"),
  6116. default: true
  6117. },
  6118. {
  6119. name: "Macro",
  6120. height: math.unit(15000, "parsecs")
  6121. },
  6122. ]
  6123. ))
  6124. characterMakers.push(() => makeCharacter(
  6125. { name: "Kara" },
  6126. {
  6127. front: {
  6128. height: math.unit(5 + 9 / 12, "feet"),
  6129. weight: math.unit(144, "lb"),
  6130. name: "Front",
  6131. image: {
  6132. source: "./media/characters/kara/front.svg"
  6133. }
  6134. },
  6135. feet: {
  6136. height: math.unit(6 / 6.765, "feet"),
  6137. name: "Kara's Feet",
  6138. rename: true,
  6139. image: {
  6140. source: "./media/characters/kara/feet.svg"
  6141. }
  6142. },
  6143. },
  6144. [
  6145. {
  6146. name: "Normal",
  6147. height: math.unit(5 + 9 / 12, "feet")
  6148. },
  6149. {
  6150. name: "Macro",
  6151. height: math.unit(174, "feet"),
  6152. default: true
  6153. },
  6154. ]
  6155. ))
  6156. characterMakers.push(() => makeCharacter(
  6157. { name: "Tyrone" },
  6158. {
  6159. front: {
  6160. height: math.unit(18, "feet"),
  6161. weight: math.unit(4050, "lb"),
  6162. name: "Front",
  6163. image: {
  6164. source: "./media/characters/tyrone/front.svg",
  6165. extra: 2520 / 2402,
  6166. bottom: 0.025
  6167. }
  6168. },
  6169. },
  6170. [
  6171. {
  6172. name: "Normal",
  6173. height: math.unit(18, "feet"),
  6174. default: true
  6175. },
  6176. {
  6177. name: "Macro",
  6178. height: math.unit(300, "feet")
  6179. },
  6180. ]
  6181. ))
  6182. characterMakers.push(() => makeCharacter(
  6183. { name: "Danny" },
  6184. {
  6185. front: {
  6186. height: math.unit(7 + 8 / 12, "feet"),
  6187. weight: math.unit(120, "lb"),
  6188. name: "Front",
  6189. image: {
  6190. source: "./media/characters/danny/front.svg",
  6191. extra: 1490 / 1350
  6192. }
  6193. },
  6194. back: {
  6195. height: math.unit(7 + 8 / 12, "feet"),
  6196. weight: math.unit(120, "lb"),
  6197. name: "Back",
  6198. image: {
  6199. source: "./media/characters/danny/back.svg",
  6200. extra: 1490 / 1350
  6201. }
  6202. },
  6203. },
  6204. [
  6205. {
  6206. name: "Normal",
  6207. height: math.unit(7 + 8 / 12, "feet"),
  6208. default: true
  6209. },
  6210. ]
  6211. ))
  6212. characterMakers.push(() => makeCharacter(
  6213. { name: "Mallow" },
  6214. {
  6215. front: {
  6216. height: math.unit(3.5, "inches"),
  6217. weight: math.unit(19, "grams"),
  6218. name: "Front",
  6219. image: {
  6220. source: "./media/characters/mallow/front.svg",
  6221. extra: 471 / 431
  6222. }
  6223. },
  6224. back: {
  6225. height: math.unit(3.5, "inches"),
  6226. weight: math.unit(19, "grams"),
  6227. name: "Back",
  6228. image: {
  6229. source: "./media/characters/mallow/back.svg",
  6230. extra: 471 / 431
  6231. }
  6232. },
  6233. },
  6234. [
  6235. {
  6236. name: "Normal",
  6237. height: math.unit(3.5, "inches"),
  6238. default: true
  6239. },
  6240. ]
  6241. ))
  6242. characterMakers.push(() => makeCharacter(
  6243. { name: "Starry Aqua" },
  6244. {
  6245. front: {
  6246. height: math.unit(9, "feet"),
  6247. weight: math.unit(230, "kg"),
  6248. name: "Front",
  6249. image: {
  6250. source: "./media/characters/starry-aqua/front.svg"
  6251. }
  6252. },
  6253. back: {
  6254. height: math.unit(9, "feet"),
  6255. weight: math.unit(230, "kg"),
  6256. name: "Back",
  6257. image: {
  6258. source: "./media/characters/starry-aqua/back.svg"
  6259. }
  6260. },
  6261. hand: {
  6262. height: math.unit(9 * 0.1168, "feet"),
  6263. name: "Hand",
  6264. image: {
  6265. source: "./media/characters/starry-aqua/hand.svg"
  6266. }
  6267. },
  6268. foot: {
  6269. height: math.unit(9 * 0.18, "feet"),
  6270. name: "Foot",
  6271. image: {
  6272. source: "./media/characters/starry-aqua/foot.svg"
  6273. }
  6274. }
  6275. },
  6276. [
  6277. {
  6278. name: "Micro",
  6279. height: math.unit(3, "inches")
  6280. },
  6281. {
  6282. name: "Normal",
  6283. height: math.unit(9, "feet")
  6284. },
  6285. {
  6286. name: "Macro",
  6287. height: math.unit(300, "feet"),
  6288. default: true
  6289. },
  6290. {
  6291. name: "Megamacro",
  6292. height: math.unit(3200, "feet")
  6293. }
  6294. ]
  6295. ))
  6296. characterMakers.push(() => makeCharacter(
  6297. { name: "Luka" },
  6298. {
  6299. front: {
  6300. height: math.unit(6, "feet"),
  6301. weight: math.unit(230, "lb"),
  6302. name: "Front",
  6303. image: {
  6304. source: "./media/characters/luka/front.svg",
  6305. extra: 1,
  6306. bottom: 0.025
  6307. }
  6308. },
  6309. },
  6310. [
  6311. {
  6312. name: "Normal",
  6313. height: math.unit(12 + 8 / 12, "feet"),
  6314. default: true
  6315. },
  6316. {
  6317. name: "Minimacro",
  6318. height: math.unit(20, "feet")
  6319. },
  6320. {
  6321. name: "Macro",
  6322. height: math.unit(250, "feet")
  6323. },
  6324. {
  6325. name: "Megamacro",
  6326. height: math.unit(5, "miles")
  6327. },
  6328. {
  6329. name: "Gigamacro",
  6330. height: math.unit(8000, "miles")
  6331. },
  6332. ]
  6333. ))
  6334. characterMakers.push(() => makeCharacter(
  6335. { name: "Natalie Nightring" },
  6336. {
  6337. front: {
  6338. height: math.unit(6, "feet"),
  6339. weight: math.unit(150, "lb"),
  6340. name: "Front",
  6341. image: {
  6342. source: "./media/characters/natalie-nightring/front.svg",
  6343. extra: 1,
  6344. bottom: 0.06
  6345. }
  6346. },
  6347. },
  6348. [
  6349. {
  6350. name: "Uh Oh",
  6351. height: math.unit(0.1, "mm")
  6352. },
  6353. {
  6354. name: "Small",
  6355. height: math.unit(3, "inches")
  6356. },
  6357. {
  6358. name: "Human Scale",
  6359. height: math.unit(6, "feet")
  6360. },
  6361. {
  6362. name: "Librarian",
  6363. height: math.unit(50, "feet"),
  6364. default: true
  6365. },
  6366. {
  6367. name: "Immense",
  6368. height: math.unit(200, "miles")
  6369. },
  6370. ]
  6371. ))
  6372. characterMakers.push(() => makeCharacter(
  6373. { name: "Danni Rosie" },
  6374. {
  6375. front: {
  6376. height: math.unit(6, "feet"),
  6377. weight: math.unit(180, "lbs"),
  6378. name: "Front",
  6379. image: {
  6380. source: "./media/characters/danni-rosie/front.svg",
  6381. extra: 1260 / 1128,
  6382. bottom: 0.022
  6383. }
  6384. },
  6385. },
  6386. [
  6387. {
  6388. name: "Micro",
  6389. height: math.unit(2, "inches"),
  6390. default: true
  6391. },
  6392. ]
  6393. ))
  6394. characterMakers.push(() => makeCharacter(
  6395. { name: "Samantha Kruse" },
  6396. {
  6397. front: {
  6398. height: math.unit(5 + 9 / 12, "feet"),
  6399. weight: math.unit(220, "lb"),
  6400. name: "Front",
  6401. image: {
  6402. source: "./media/characters/samantha-kruse/front.svg",
  6403. extra: (985 / 935),
  6404. bottom: 0.03
  6405. }
  6406. },
  6407. frontUndressed: {
  6408. height: math.unit(5 + 9 / 12, "feet"),
  6409. weight: math.unit(220, "lb"),
  6410. name: "Front (Undressed)",
  6411. image: {
  6412. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6413. extra: (973 / 923),
  6414. bottom: 0.025
  6415. }
  6416. },
  6417. fat: {
  6418. height: math.unit(5 + 9 / 12, "feet"),
  6419. weight: math.unit(900, "lb"),
  6420. name: "Front (Fat)",
  6421. image: {
  6422. source: "./media/characters/samantha-kruse/fat.svg",
  6423. extra: 2688 / 2561
  6424. }
  6425. },
  6426. },
  6427. [
  6428. {
  6429. name: "Normal",
  6430. height: math.unit(5 + 9 / 12, "feet"),
  6431. default: true
  6432. }
  6433. ]
  6434. ))
  6435. characterMakers.push(() => makeCharacter(
  6436. { name: "Amelia Rosie" },
  6437. {
  6438. back: {
  6439. height: math.unit(5 + 4 / 12, "feet"),
  6440. weight: math.unit(4963, "lb"),
  6441. name: "Back",
  6442. image: {
  6443. source: "./media/characters/amelia-rosie/back.svg",
  6444. extra: 1113 / 963,
  6445. bottom: 0.01
  6446. }
  6447. },
  6448. },
  6449. [
  6450. {
  6451. name: "Level 0",
  6452. height: math.unit(5 + 4 / 12, "feet")
  6453. },
  6454. {
  6455. name: "Level 1",
  6456. height: math.unit(164597, "feet"),
  6457. default: true
  6458. },
  6459. {
  6460. name: "Level 2",
  6461. height: math.unit(956243, "miles")
  6462. },
  6463. {
  6464. name: "Level 3",
  6465. height: math.unit(29421709423, "miles")
  6466. },
  6467. {
  6468. name: "Level 4",
  6469. height: math.unit(154, "lightyears")
  6470. },
  6471. {
  6472. name: "Level 5",
  6473. height: math.unit(4738272, "lightyears")
  6474. },
  6475. {
  6476. name: "Level 6",
  6477. height: math.unit(145787152896, "lightyears")
  6478. },
  6479. ]
  6480. ))
  6481. characterMakers.push(() => makeCharacter(
  6482. { name: "Rook Kitara" },
  6483. {
  6484. front: {
  6485. height: math.unit(5 + 11 / 12, "feet"),
  6486. weight: math.unit(65, "kg"),
  6487. name: "Front",
  6488. image: {
  6489. source: "./media/characters/rook-kitara/front.svg",
  6490. extra: 1347 / 1274,
  6491. bottom: 0.005
  6492. }
  6493. },
  6494. },
  6495. [
  6496. {
  6497. name: "Totally Unfair",
  6498. height: math.unit(1.8, "mm")
  6499. },
  6500. {
  6501. name: "Lap Rookie",
  6502. height: math.unit(1.4, "feet")
  6503. },
  6504. {
  6505. name: "Normal",
  6506. height: math.unit(5 + 11 / 12, "feet"),
  6507. default: true
  6508. },
  6509. {
  6510. name: "How Did This Happen",
  6511. height: math.unit(80, "miles")
  6512. }
  6513. ]
  6514. ))
  6515. characterMakers.push(() => makeCharacter(
  6516. { name: "Pisces" },
  6517. {
  6518. front: {
  6519. height: math.unit(7, "feet"),
  6520. weight: math.unit(300, "lb"),
  6521. name: "Front",
  6522. image: {
  6523. source: "./media/characters/pisces/front.svg",
  6524. extra: 2255 / 2115,
  6525. bottom: 0.03
  6526. }
  6527. },
  6528. back: {
  6529. height: math.unit(7, "feet"),
  6530. weight: math.unit(300, "lb"),
  6531. name: "Back",
  6532. image: {
  6533. source: "./media/characters/pisces/back.svg",
  6534. extra: 2146 / 2055,
  6535. bottom: 0.04
  6536. }
  6537. },
  6538. },
  6539. [
  6540. {
  6541. name: "Normal",
  6542. height: math.unit(7, "feet"),
  6543. default: true
  6544. },
  6545. {
  6546. name: "Swimming Pool",
  6547. height: math.unit(12.2, "meters")
  6548. },
  6549. {
  6550. name: "Olympic Swimming Pool",
  6551. height: math.unit(56.3, "meters")
  6552. },
  6553. {
  6554. name: "Lake Superior",
  6555. height: math.unit(93900, "meters")
  6556. },
  6557. {
  6558. name: "Mediterranean Sea",
  6559. height: math.unit(644457, "meters")
  6560. },
  6561. {
  6562. name: "World's Oceans",
  6563. height: math.unit(4567491, "meters")
  6564. },
  6565. ]
  6566. ))
  6567. characterMakers.push(() => makeCharacter(
  6568. { name: "Zelas" },
  6569. {
  6570. front: {
  6571. height: math.unit(2.3, "meters"),
  6572. weight: math.unit(120, "kg"),
  6573. name: "Front",
  6574. image: {
  6575. source: "./media/characters/zelas/front.svg"
  6576. }
  6577. },
  6578. side: {
  6579. height: math.unit(2.3, "meters"),
  6580. weight: math.unit(120, "kg"),
  6581. name: "Side",
  6582. image: {
  6583. source: "./media/characters/zelas/side.svg"
  6584. }
  6585. },
  6586. back: {
  6587. height: math.unit(2.3, "meters"),
  6588. weight: math.unit(120, "kg"),
  6589. name: "Back",
  6590. image: {
  6591. source: "./media/characters/zelas/back.svg"
  6592. }
  6593. },
  6594. foot: {
  6595. height: math.unit(1.116, "feet"),
  6596. name: "Foot",
  6597. image: {
  6598. source: "./media/characters/zelas/foot.svg"
  6599. }
  6600. },
  6601. },
  6602. [
  6603. {
  6604. name: "Normal",
  6605. height: math.unit(2.3, "meters")
  6606. },
  6607. {
  6608. name: "Macro",
  6609. height: math.unit(30, "meters"),
  6610. default: true
  6611. },
  6612. ]
  6613. ))
  6614. characterMakers.push(() => makeCharacter(
  6615. { name: "Talbot" },
  6616. {
  6617. front: {
  6618. height: math.unit(1, "inch"),
  6619. weight: math.unit(0.21, "grams"),
  6620. name: "Front",
  6621. image: {
  6622. source: "./media/characters/talbot/front.svg",
  6623. extra: 594 / 544
  6624. }
  6625. },
  6626. },
  6627. [
  6628. {
  6629. name: "Micro",
  6630. height: math.unit(1, "inch"),
  6631. default: true
  6632. },
  6633. ]
  6634. ))
  6635. characterMakers.push(() => makeCharacter(
  6636. { name: "Fliss" },
  6637. {
  6638. front: {
  6639. height: math.unit(3 + 3 / 12, "feet"),
  6640. weight: math.unit(51.8, "lb"),
  6641. name: "Front",
  6642. image: {
  6643. source: "./media/characters/fliss/front.svg",
  6644. extra: 840 / 640
  6645. }
  6646. },
  6647. },
  6648. [
  6649. {
  6650. name: "Teeny Tiny",
  6651. height: math.unit(1, "mm")
  6652. },
  6653. {
  6654. name: "Small",
  6655. height: math.unit(1, "inch"),
  6656. default: true
  6657. },
  6658. {
  6659. name: "Standard Sylveon",
  6660. height: math.unit(3 + 3 / 12, "feet")
  6661. },
  6662. {
  6663. name: "Large Nuisance",
  6664. height: math.unit(33, "feet")
  6665. },
  6666. {
  6667. name: "City Filler",
  6668. height: math.unit(3000, "feet")
  6669. },
  6670. {
  6671. name: "New Horizon",
  6672. height: math.unit(6000, "miles")
  6673. },
  6674. ]
  6675. ))
  6676. characterMakers.push(() => makeCharacter(
  6677. { name: "Fleta" },
  6678. {
  6679. front: {
  6680. height: math.unit(5, "cm"),
  6681. weight: math.unit(1.94, "g"),
  6682. name: "Front",
  6683. image: {
  6684. source: "./media/characters/fleta/front.svg",
  6685. extra: 835 / 803
  6686. }
  6687. },
  6688. back: {
  6689. height: math.unit(5, "cm"),
  6690. weight: math.unit(1.94, "g"),
  6691. name: "Back",
  6692. image: {
  6693. source: "./media/characters/fleta/back.svg",
  6694. extra: 835 / 803
  6695. }
  6696. },
  6697. },
  6698. [
  6699. {
  6700. name: "Micro",
  6701. height: math.unit(5, "cm"),
  6702. default: true
  6703. },
  6704. ]
  6705. ))
  6706. characterMakers.push(() => makeCharacter(
  6707. { name: "Dominic" },
  6708. {
  6709. front: {
  6710. height: math.unit(6, "feet"),
  6711. weight: math.unit(225, "lb"),
  6712. name: "Front",
  6713. image: {
  6714. source: "./media/characters/dominic/front.svg",
  6715. extra: 1770 / 1620,
  6716. bottom: 0.025
  6717. }
  6718. },
  6719. back: {
  6720. height: math.unit(6, "feet"),
  6721. weight: math.unit(225, "lb"),
  6722. name: "Back",
  6723. image: {
  6724. source: "./media/characters/dominic/back.svg",
  6725. extra: 1745 / 1620,
  6726. bottom: 0.065
  6727. }
  6728. },
  6729. },
  6730. [
  6731. {
  6732. name: "Nano",
  6733. height: math.unit(0.1, "mm")
  6734. },
  6735. {
  6736. name: "Micro-",
  6737. height: math.unit(1, "mm")
  6738. },
  6739. {
  6740. name: "Micro",
  6741. height: math.unit(4, "inches")
  6742. },
  6743. {
  6744. name: "Normal",
  6745. height: math.unit(6 + 4 / 12, "feet"),
  6746. default: true
  6747. },
  6748. {
  6749. name: "Macro",
  6750. height: math.unit(115, "feet")
  6751. },
  6752. {
  6753. name: "Macro+",
  6754. height: math.unit(955, "feet")
  6755. },
  6756. {
  6757. name: "Megamacro",
  6758. height: math.unit(8990, "feet")
  6759. },
  6760. {
  6761. name: "Gigmacro",
  6762. height: math.unit(9310, "miles")
  6763. },
  6764. {
  6765. name: "Teramacro",
  6766. height: math.unit(1567005010, "miles")
  6767. },
  6768. {
  6769. name: "Examacro",
  6770. height: math.unit(1425, "parsecs")
  6771. },
  6772. ]
  6773. ))
  6774. characterMakers.push(() => makeCharacter(
  6775. { name: "Major Colonel" },
  6776. {
  6777. front: {
  6778. height: math.unit(400, "feet"),
  6779. weight: math.unit(44444444, "lb"),
  6780. name: "Front",
  6781. image: {
  6782. source: "./media/characters/major-colonel/front.svg"
  6783. }
  6784. },
  6785. back: {
  6786. height: math.unit(400, "feet"),
  6787. weight: math.unit(44444444, "lb"),
  6788. name: "Back",
  6789. image: {
  6790. source: "./media/characters/major-colonel/back.svg"
  6791. }
  6792. },
  6793. },
  6794. [
  6795. {
  6796. name: "Macro",
  6797. height: math.unit(400, "feet"),
  6798. default: true
  6799. },
  6800. ]
  6801. ))
  6802. characterMakers.push(() => makeCharacter(
  6803. { name: "Axel Lycan" },
  6804. {
  6805. front: {
  6806. height: math.unit(6, "feet"),
  6807. weight: math.unit(120, "lb"),
  6808. name: "Front",
  6809. image: {
  6810. source: "./media/characters/axel-lycan/front.svg",
  6811. extra: 1,
  6812. bottom: 0.08
  6813. }
  6814. },
  6815. },
  6816. [
  6817. {
  6818. name: "Macro",
  6819. height: math.unit(1, "km"),
  6820. default: true
  6821. },
  6822. ]
  6823. ))
  6824. characterMakers.push(() => makeCharacter(
  6825. { name: "Vanrel (Hyena)" },
  6826. {
  6827. front: {
  6828. height: math.unit(5 + 9 / 12, "feet"),
  6829. weight: math.unit(175, "lb"),
  6830. name: "Front",
  6831. image: {
  6832. source: "./media/characters/vanrel-hyena/front.svg",
  6833. extra: 1086 / 1010,
  6834. bottom: 0.04
  6835. }
  6836. },
  6837. },
  6838. [
  6839. {
  6840. name: "Normal",
  6841. height: math.unit(5 + 9 / 12, "feet"),
  6842. default: true
  6843. },
  6844. ]
  6845. ))
  6846. characterMakers.push(() => makeCharacter(
  6847. { name: "Abbott Absol" },
  6848. {
  6849. front: {
  6850. height: math.unit(6, "feet"),
  6851. weight: math.unit(103, "lb"),
  6852. name: "Front",
  6853. image: {
  6854. source: "./media/characters/abbott-absol/front.svg",
  6855. extra: 2010 / 1842
  6856. }
  6857. },
  6858. },
  6859. [
  6860. {
  6861. name: "Megamicro",
  6862. height: math.unit(0.1, "mm")
  6863. },
  6864. {
  6865. name: "Micro",
  6866. height: math.unit(1, "inch")
  6867. },
  6868. {
  6869. name: "Normal",
  6870. height: math.unit(6, "feet"),
  6871. default: true
  6872. },
  6873. ]
  6874. ))
  6875. characterMakers.push(() => makeCharacter(
  6876. { name: "Hector" },
  6877. {
  6878. front: {
  6879. height: math.unit(6, "feet"),
  6880. weight: math.unit(264, "lb"),
  6881. name: "Front",
  6882. image: {
  6883. source: "./media/characters/hector/front.svg",
  6884. extra: 2280 / 2130,
  6885. bottom: 0.07
  6886. }
  6887. },
  6888. },
  6889. [
  6890. {
  6891. name: "Normal",
  6892. height: math.unit(12.25, "foot"),
  6893. default: true
  6894. },
  6895. {
  6896. name: "Macro",
  6897. height: math.unit(160, "feet")
  6898. },
  6899. ]
  6900. ))
  6901. characterMakers.push(() => makeCharacter(
  6902. { name: "Sal" },
  6903. {
  6904. front: {
  6905. height: math.unit(6, "feet"),
  6906. weight: math.unit(150, "lb"),
  6907. name: "Front",
  6908. image: {
  6909. source: "./media/characters/sal/front.svg",
  6910. extra: 1846 / 1699,
  6911. bottom: 0.04
  6912. }
  6913. },
  6914. },
  6915. [
  6916. {
  6917. name: "Megamacro",
  6918. height: math.unit(10, "miles"),
  6919. default: true
  6920. },
  6921. ]
  6922. ))
  6923. characterMakers.push(() => makeCharacter(
  6924. { name: "Ranger" },
  6925. {
  6926. front: {
  6927. height: math.unit(3, "meters"),
  6928. weight: math.unit(450, "kg"),
  6929. name: "front",
  6930. image: {
  6931. source: "./media/characters/ranger/front.svg",
  6932. extra: 2401 / 2243,
  6933. bottom: 0.05
  6934. }
  6935. },
  6936. },
  6937. [
  6938. {
  6939. name: "Normal",
  6940. height: math.unit(3, "meters"),
  6941. default: true
  6942. },
  6943. ]
  6944. ))
  6945. characterMakers.push(() => makeCharacter(
  6946. { name: "Theresa" },
  6947. {
  6948. front: {
  6949. height: math.unit(14, "feet"),
  6950. weight: math.unit(800, "kg"),
  6951. name: "Front",
  6952. image: {
  6953. source: "./media/characters/theresa/front.svg",
  6954. extra: 3575 / 3346,
  6955. bottom: 0.03
  6956. }
  6957. },
  6958. },
  6959. [
  6960. {
  6961. name: "Normal",
  6962. height: math.unit(14, "feet"),
  6963. default: true
  6964. },
  6965. ]
  6966. ))
  6967. characterMakers.push(() => makeCharacter(
  6968. { name: "Ine" },
  6969. {
  6970. front: {
  6971. height: math.unit(6, "feet"),
  6972. weight: math.unit(3, "kg"),
  6973. name: "Front",
  6974. image: {
  6975. source: "./media/characters/ine/front.svg",
  6976. extra: 678 / 539,
  6977. bottom: 0.023
  6978. }
  6979. },
  6980. },
  6981. [
  6982. {
  6983. name: "Normal",
  6984. height: math.unit(2.265, "feet"),
  6985. default: true
  6986. },
  6987. ]
  6988. ))
  6989. characterMakers.push(() => makeCharacter(
  6990. { name: "Vial" },
  6991. {
  6992. front: {
  6993. height: math.unit(5, "feet"),
  6994. weight: math.unit(30, "kg"),
  6995. name: "Front",
  6996. image: {
  6997. source: "./media/characters/vial/front.svg",
  6998. extra: 1365 / 1277,
  6999. bottom: 0.04
  7000. }
  7001. },
  7002. },
  7003. [
  7004. {
  7005. name: "Normal",
  7006. height: math.unit(5, "feet"),
  7007. default: true
  7008. },
  7009. ]
  7010. ))
  7011. characterMakers.push(() => makeCharacter(
  7012. { name: "Rovoska" },
  7013. {
  7014. side: {
  7015. height: math.unit(3.4, "meters"),
  7016. weight: math.unit(1000, "lb"),
  7017. name: "Side",
  7018. image: {
  7019. source: "./media/characters/rovoska/side.svg",
  7020. extra: 4403 / 1515
  7021. }
  7022. },
  7023. },
  7024. [
  7025. {
  7026. name: "Normal",
  7027. height: math.unit(3.4, "meters"),
  7028. default: true
  7029. },
  7030. ]
  7031. ))
  7032. characterMakers.push(() => makeCharacter(
  7033. { name: "Gunner Rotthbauer" },
  7034. {
  7035. front: {
  7036. height: math.unit(8, "feet"),
  7037. weight: math.unit(315, "lb"),
  7038. name: "Front",
  7039. image: {
  7040. source: "./media/characters/gunner-rotthbauer/front.svg"
  7041. }
  7042. },
  7043. back: {
  7044. height: math.unit(8, "feet"),
  7045. weight: math.unit(315, "lb"),
  7046. name: "Back",
  7047. image: {
  7048. source: "./media/characters/gunner-rotthbauer/back.svg"
  7049. }
  7050. },
  7051. },
  7052. [
  7053. {
  7054. name: "Micro",
  7055. height: math.unit(3.5, "inches")
  7056. },
  7057. {
  7058. name: "Normal",
  7059. height: math.unit(8, "feet"),
  7060. default: true
  7061. },
  7062. {
  7063. name: "Macro",
  7064. height: math.unit(250, "feet")
  7065. },
  7066. {
  7067. name: "Megamacro",
  7068. height: math.unit(1, "AU")
  7069. },
  7070. ]
  7071. ))
  7072. characterMakers.push(() => makeCharacter(
  7073. { name: "Allatia" },
  7074. {
  7075. front: {
  7076. height: math.unit(5 + 5 / 12, "feet"),
  7077. weight: math.unit(140, "lb"),
  7078. name: "Front",
  7079. image: {
  7080. source: "./media/characters/allatia/front.svg",
  7081. extra: 1227 / 1180,
  7082. bottom: 0.027
  7083. }
  7084. },
  7085. },
  7086. [
  7087. {
  7088. name: "Normal",
  7089. height: math.unit(5 + 5 / 12, "feet")
  7090. },
  7091. {
  7092. name: "Macro",
  7093. height: math.unit(250, "feet"),
  7094. default: true
  7095. },
  7096. {
  7097. name: "Megamacro",
  7098. height: math.unit(8, "miles")
  7099. }
  7100. ]
  7101. ))
  7102. characterMakers.push(() => makeCharacter(
  7103. { name: "Tene" },
  7104. {
  7105. front: {
  7106. height: math.unit(6, "feet"),
  7107. weight: math.unit(120, "lb"),
  7108. name: "Front",
  7109. image: {
  7110. source: "./media/characters/tene/front.svg",
  7111. extra: 1728 / 1578,
  7112. bottom: 0.022
  7113. }
  7114. },
  7115. stomping: {
  7116. height: math.unit(2.025, "meters"),
  7117. weight: math.unit(120, "lb"),
  7118. name: "Stomping",
  7119. image: {
  7120. source: "./media/characters/tene/stomping.svg",
  7121. extra: 938 / 873,
  7122. bottom: 0.01
  7123. }
  7124. },
  7125. sitting: {
  7126. height: math.unit(1, "meter"),
  7127. weight: math.unit(120, "lb"),
  7128. name: "Sitting",
  7129. image: {
  7130. source: "./media/characters/tene/sitting.svg",
  7131. extra: 437 / 415,
  7132. bottom: 0.1
  7133. }
  7134. },
  7135. feral: {
  7136. height: math.unit(3.9, "feet"),
  7137. weight: math.unit(250, "lb"),
  7138. name: "Feral",
  7139. image: {
  7140. source: "./media/characters/tene/feral.svg",
  7141. extra: 717 / 458,
  7142. bottom: 0.179
  7143. }
  7144. },
  7145. },
  7146. [
  7147. {
  7148. name: "Normal",
  7149. height: math.unit(6, "feet")
  7150. },
  7151. {
  7152. name: "Macro",
  7153. height: math.unit(300, "feet"),
  7154. default: true
  7155. },
  7156. {
  7157. name: "Megamacro",
  7158. height: math.unit(5, "miles")
  7159. },
  7160. ]
  7161. ))
  7162. characterMakers.push(() => makeCharacter(
  7163. { name: "Evander" },
  7164. {
  7165. side: {
  7166. height: math.unit(6, "feet"),
  7167. name: "Side",
  7168. image: {
  7169. source: "./media/characters/evander/side.svg",
  7170. extra: 877 / 477
  7171. }
  7172. },
  7173. },
  7174. [
  7175. {
  7176. name: "Normal",
  7177. height: math.unit(0.83, "meters"),
  7178. default: true
  7179. },
  7180. ]
  7181. ))
  7182. characterMakers.push(() => makeCharacter(
  7183. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7184. {
  7185. front: {
  7186. height: math.unit(12, "feet"),
  7187. weight: math.unit(1000, "lb"),
  7188. name: "Front",
  7189. image: {
  7190. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7191. extra: 1762 / 1611
  7192. }
  7193. },
  7194. back: {
  7195. height: math.unit(12, "feet"),
  7196. weight: math.unit(1000, "lb"),
  7197. name: "Back",
  7198. image: {
  7199. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7200. extra: 1762 / 1611
  7201. }
  7202. },
  7203. },
  7204. [
  7205. {
  7206. name: "Normal",
  7207. height: math.unit(12, "feet"),
  7208. default: true
  7209. },
  7210. {
  7211. name: "Kaiju",
  7212. height: math.unit(150, "feet")
  7213. },
  7214. ]
  7215. ))
  7216. characterMakers.push(() => makeCharacter(
  7217. { name: "Zero Alurus" },
  7218. {
  7219. front: {
  7220. height: math.unit(6, "feet"),
  7221. weight: math.unit(150, "lb"),
  7222. name: "Front",
  7223. image: {
  7224. source: "./media/characters/zero-alurus/front.svg"
  7225. }
  7226. },
  7227. back: {
  7228. height: math.unit(6, "feet"),
  7229. weight: math.unit(150, "lb"),
  7230. name: "Back",
  7231. image: {
  7232. source: "./media/characters/zero-alurus/back.svg"
  7233. }
  7234. },
  7235. },
  7236. [
  7237. {
  7238. name: "Normal",
  7239. height: math.unit(5 + 10 / 12, "feet")
  7240. },
  7241. {
  7242. name: "Macro",
  7243. height: math.unit(60, "feet"),
  7244. default: true
  7245. },
  7246. {
  7247. name: "Macro+",
  7248. height: math.unit(450, "feet")
  7249. },
  7250. ]
  7251. ))
  7252. characterMakers.push(() => makeCharacter(
  7253. { name: "Mega Shi" },
  7254. {
  7255. front: {
  7256. height: math.unit(6, "feet"),
  7257. weight: math.unit(200, "lb"),
  7258. name: "Front",
  7259. image: {
  7260. source: "./media/characters/mega-shi/front.svg",
  7261. extra: 1279 / 1250,
  7262. bottom: 0.02
  7263. }
  7264. },
  7265. back: {
  7266. height: math.unit(6, "feet"),
  7267. weight: math.unit(200, "lb"),
  7268. name: "Back",
  7269. image: {
  7270. source: "./media/characters/mega-shi/back.svg",
  7271. extra: 1279 / 1250,
  7272. bottom: 0.02
  7273. }
  7274. },
  7275. },
  7276. [
  7277. {
  7278. name: "Micro",
  7279. height: math.unit(16 + 6 / 12, "feet")
  7280. },
  7281. {
  7282. name: "Normal",
  7283. height: math.unit(660, "feet"),
  7284. default: true
  7285. },
  7286. {
  7287. name: "Megamacro",
  7288. height: math.unit(10, "miles")
  7289. },
  7290. {
  7291. name: "Planetary Launch",
  7292. height: math.unit(500, "miles")
  7293. },
  7294. {
  7295. name: "Interstellar",
  7296. height: math.unit(1e9, "miles")
  7297. },
  7298. {
  7299. name: "Leaving the Universe",
  7300. height: math.unit(1, "gigaparsec")
  7301. },
  7302. {
  7303. name: "Travelling Universes",
  7304. height: math.unit(30e15, "parsecs")
  7305. },
  7306. ]
  7307. ))
  7308. characterMakers.push(() => makeCharacter(
  7309. { name: "Odyssey" },
  7310. {
  7311. front: {
  7312. height: math.unit(6, "feet"),
  7313. weight: math.unit(150, "lb"),
  7314. name: "Front",
  7315. image: {
  7316. source: "./media/characters/odyssey/front.svg",
  7317. extra: 1782 / 1582,
  7318. bottom: 0.01
  7319. }
  7320. },
  7321. side: {
  7322. height: math.unit(5.6, "feet"),
  7323. weight: math.unit(140, "lb"),
  7324. name: "Side",
  7325. image: {
  7326. source: "./media/characters/odyssey/side.svg",
  7327. extra: 6462 / 5700
  7328. }
  7329. },
  7330. },
  7331. [
  7332. {
  7333. name: "Normal",
  7334. height: math.unit(5 + 4 / 12, "feet")
  7335. },
  7336. {
  7337. name: "Macro",
  7338. height: math.unit(1, "km")
  7339. },
  7340. {
  7341. name: "Megamacro",
  7342. height: math.unit(3000, "km")
  7343. },
  7344. {
  7345. name: "Gigamacro",
  7346. height: math.unit(1, "AU"),
  7347. default: true
  7348. },
  7349. {
  7350. name: "Omniversal",
  7351. height: math.unit(100e14, "lightyears")
  7352. },
  7353. ]
  7354. ))
  7355. characterMakers.push(() => makeCharacter(
  7356. { name: "Mekuto" },
  7357. {
  7358. front: {
  7359. height: math.unit(6, "feet"),
  7360. weight: math.unit(300, "lb"),
  7361. name: "Front",
  7362. image: {
  7363. source: "./media/characters/mekuto/front.svg",
  7364. extra: 921 / 832,
  7365. bottom: 0.03
  7366. }
  7367. },
  7368. hand: {
  7369. height: math.unit(6 / 10.24, "feet"),
  7370. name: "Hand",
  7371. image: {
  7372. source: "./media/characters/mekuto/hand.svg"
  7373. }
  7374. },
  7375. foot: {
  7376. height: math.unit(6 / 5.05, "feet"),
  7377. name: "Foot",
  7378. image: {
  7379. source: "./media/characters/mekuto/foot.svg"
  7380. }
  7381. },
  7382. },
  7383. [
  7384. {
  7385. name: "Minimicro",
  7386. height: math.unit(0.2, "inches")
  7387. },
  7388. {
  7389. name: "Micro",
  7390. height: math.unit(1.5, "inches")
  7391. },
  7392. {
  7393. name: "Normal",
  7394. height: math.unit(5 + 11 / 12, "feet"),
  7395. default: true
  7396. },
  7397. {
  7398. name: "Minimacro",
  7399. height: math.unit(17 + 9 / 12, "feet")
  7400. },
  7401. {
  7402. name: "Macro",
  7403. height: math.unit(177.5, "feet")
  7404. },
  7405. {
  7406. name: "Megamacro",
  7407. height: math.unit(152, "miles")
  7408. },
  7409. ]
  7410. ))
  7411. characterMakers.push(() => makeCharacter(
  7412. { name: "Dafydd Tomos" },
  7413. {
  7414. front: {
  7415. height: math.unit(6.5, "inches"),
  7416. weight: math.unit(13, "oz"),
  7417. name: "Front",
  7418. image: {
  7419. source: "./media/characters/dafydd-tomos/front.svg",
  7420. extra: 2990 / 2603,
  7421. bottom: 0.03
  7422. }
  7423. },
  7424. },
  7425. [
  7426. {
  7427. name: "Micro",
  7428. height: math.unit(6.5, "inches"),
  7429. default: true
  7430. },
  7431. ]
  7432. ))
  7433. characterMakers.push(() => makeCharacter(
  7434. { name: "Splinter" },
  7435. {
  7436. front: {
  7437. height: math.unit(6, "feet"),
  7438. weight: math.unit(150, "lb"),
  7439. name: "Front",
  7440. image: {
  7441. source: "./media/characters/splinter/front.svg",
  7442. extra: 2990 / 2882,
  7443. bottom: 0.04
  7444. }
  7445. },
  7446. back: {
  7447. height: math.unit(6, "feet"),
  7448. weight: math.unit(150, "lb"),
  7449. name: "Back",
  7450. image: {
  7451. source: "./media/characters/splinter/back.svg",
  7452. extra: 2990 / 2882,
  7453. bottom: 0.04
  7454. }
  7455. },
  7456. },
  7457. [
  7458. {
  7459. name: "Normal",
  7460. height: math.unit(6, "feet")
  7461. },
  7462. {
  7463. name: "Macro",
  7464. height: math.unit(230, "meters"),
  7465. default: true
  7466. },
  7467. ]
  7468. ))
  7469. characterMakers.push(() => makeCharacter(
  7470. { name: "SnowGabumon" },
  7471. {
  7472. front: {
  7473. height: math.unit(4 + 10 / 12, "feet"),
  7474. weight: math.unit(480, "lb"),
  7475. name: "Front",
  7476. image: {
  7477. source: "./media/characters/snow-gabumon/front.svg",
  7478. extra: 1140 / 963,
  7479. bottom: 0.058
  7480. }
  7481. },
  7482. back: {
  7483. height: math.unit(4 + 10 / 12, "feet"),
  7484. weight: math.unit(480, "lb"),
  7485. name: "Back",
  7486. image: {
  7487. source: "./media/characters/snow-gabumon/back.svg",
  7488. extra: 1115 / 962,
  7489. bottom: 0.041
  7490. }
  7491. },
  7492. frontUndresed: {
  7493. height: math.unit(4 + 10 / 12, "feet"),
  7494. weight: math.unit(480, "lb"),
  7495. name: "Front (Undressed)",
  7496. image: {
  7497. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7498. extra: 1061 / 960,
  7499. bottom: 0.045
  7500. }
  7501. },
  7502. },
  7503. [
  7504. {
  7505. name: "Micro",
  7506. height: math.unit(1, "inch")
  7507. },
  7508. {
  7509. name: "Normal",
  7510. height: math.unit(4 + 10 / 12, "feet"),
  7511. default: true
  7512. },
  7513. {
  7514. name: "Macro",
  7515. height: math.unit(200, "feet")
  7516. },
  7517. {
  7518. name: "Megamacro",
  7519. height: math.unit(120, "miles")
  7520. },
  7521. {
  7522. name: "Gigamacro",
  7523. height: math.unit(9800, "miles")
  7524. },
  7525. ]
  7526. ))
  7527. characterMakers.push(() => makeCharacter(
  7528. { name: "Moody" },
  7529. {
  7530. front: {
  7531. height: math.unit(1.7, "meters"),
  7532. weight: math.unit(140, "lb"),
  7533. name: "Front",
  7534. image: {
  7535. source: "./media/characters/moody/front.svg",
  7536. extra: 3226 / 3007,
  7537. bottom: 0.087
  7538. }
  7539. },
  7540. },
  7541. [
  7542. {
  7543. name: "Micro",
  7544. height: math.unit(1, "mm")
  7545. },
  7546. {
  7547. name: "Normal",
  7548. height: math.unit(1.7, "meters"),
  7549. default: true
  7550. },
  7551. {
  7552. name: "Macro",
  7553. height: math.unit(80, "meters")
  7554. },
  7555. {
  7556. name: "Macro+",
  7557. height: math.unit(500, "meters")
  7558. },
  7559. ]
  7560. ))
  7561. characterMakers.push(() => makeCharacter(
  7562. { name: "Zyas" },
  7563. {
  7564. front: {
  7565. height: math.unit(6, "feet"),
  7566. weight: math.unit(150, "lb"),
  7567. name: "Front",
  7568. image: {
  7569. source: "./media/characters/zyas/front.svg",
  7570. extra: 1180 / 1120,
  7571. bottom: 0.045
  7572. }
  7573. },
  7574. },
  7575. [
  7576. {
  7577. name: "Normal",
  7578. height: math.unit(10, "feet"),
  7579. default: true
  7580. },
  7581. {
  7582. name: "Macro",
  7583. height: math.unit(500, "feet")
  7584. },
  7585. {
  7586. name: "Megamacro",
  7587. height: math.unit(5, "miles")
  7588. },
  7589. {
  7590. name: "Teramacro",
  7591. height: math.unit(150000, "miles")
  7592. },
  7593. ]
  7594. ))
  7595. characterMakers.push(() => makeCharacter(
  7596. { name: "Cuon" },
  7597. {
  7598. front: {
  7599. height: math.unit(6, "feet"),
  7600. weight: math.unit(150, "lb"),
  7601. name: "Front",
  7602. image: {
  7603. source: "./media/characters/cuon/front.svg",
  7604. extra: 1390 / 1320,
  7605. bottom: 0.008
  7606. }
  7607. },
  7608. },
  7609. [
  7610. {
  7611. name: "Micro",
  7612. height: math.unit(3, "inches")
  7613. },
  7614. {
  7615. name: "Normal",
  7616. height: math.unit(18 + 9 / 12, "feet"),
  7617. default: true
  7618. },
  7619. {
  7620. name: "Macro",
  7621. height: math.unit(360, "feet")
  7622. },
  7623. {
  7624. name: "Megamacro",
  7625. height: math.unit(360, "miles")
  7626. },
  7627. ]
  7628. ))
  7629. characterMakers.push(() => makeCharacter(
  7630. { name: "Nyanuxk" },
  7631. {
  7632. front: {
  7633. height: math.unit(2.4, "meters"),
  7634. weight: math.unit(70, "kg"),
  7635. name: "Front",
  7636. image: {
  7637. source: "./media/characters/nyanuxk/front.svg",
  7638. extra: 1172 / 1084,
  7639. bottom: 0.065
  7640. }
  7641. },
  7642. side: {
  7643. height: math.unit(2.4, "meters"),
  7644. weight: math.unit(70, "kg"),
  7645. name: "Side",
  7646. image: {
  7647. source: "./media/characters/nyanuxk/side.svg",
  7648. extra: 1190 / 1132,
  7649. bottom: 0.007
  7650. }
  7651. },
  7652. back: {
  7653. height: math.unit(2.4, "meters"),
  7654. weight: math.unit(70, "kg"),
  7655. name: "Back",
  7656. image: {
  7657. source: "./media/characters/nyanuxk/back.svg",
  7658. extra: 1200 / 1141,
  7659. bottom: 0.015
  7660. }
  7661. },
  7662. foot: {
  7663. height: math.unit(0.52, "meters"),
  7664. name: "Foot",
  7665. image: {
  7666. source: "./media/characters/nyanuxk/foot.svg"
  7667. }
  7668. },
  7669. },
  7670. [
  7671. {
  7672. name: "Micro",
  7673. height: math.unit(2, "cm")
  7674. },
  7675. {
  7676. name: "Normal",
  7677. height: math.unit(2.4, "meters"),
  7678. default: true
  7679. },
  7680. {
  7681. name: "Smaller Macro",
  7682. height: math.unit(120, "meters")
  7683. },
  7684. {
  7685. name: "Bigger Macro",
  7686. height: math.unit(1.2, "km")
  7687. },
  7688. {
  7689. name: "Megamacro",
  7690. height: math.unit(15, "kilometers")
  7691. },
  7692. {
  7693. name: "Gigamacro",
  7694. height: math.unit(2000, "km")
  7695. },
  7696. {
  7697. name: "Teramacro",
  7698. height: math.unit(500000, "km")
  7699. },
  7700. ]
  7701. ))
  7702. characterMakers.push(() => makeCharacter(
  7703. { name: "Ailbhe" },
  7704. {
  7705. side: {
  7706. height: math.unit(6, "feet"),
  7707. name: "Side",
  7708. image: {
  7709. source: "./media/characters/ailbhe/side.svg",
  7710. extra: 757 / 464,
  7711. bottom: 0.041
  7712. }
  7713. },
  7714. },
  7715. [
  7716. {
  7717. name: "Normal",
  7718. height: math.unit(1.07, "meters"),
  7719. default: true
  7720. },
  7721. ]
  7722. ))
  7723. characterMakers.push(() => makeCharacter(
  7724. { name: "Zevulfius" },
  7725. {
  7726. front: {
  7727. height: math.unit(6, "feet"),
  7728. weight: math.unit(120, "kg"),
  7729. name: "Front",
  7730. image: {
  7731. source: "./media/characters/zevulfius/front.svg",
  7732. extra: 965 / 903
  7733. }
  7734. },
  7735. side: {
  7736. height: math.unit(6, "feet"),
  7737. weight: math.unit(120, "kg"),
  7738. name: "Side",
  7739. image: {
  7740. source: "./media/characters/zevulfius/side.svg",
  7741. extra: 939 / 900
  7742. }
  7743. },
  7744. back: {
  7745. height: math.unit(6, "feet"),
  7746. weight: math.unit(120, "kg"),
  7747. name: "Back",
  7748. image: {
  7749. source: "./media/characters/zevulfius/back.svg",
  7750. extra: 918 / 854,
  7751. bottom: 0.005
  7752. }
  7753. },
  7754. foot: {
  7755. height: math.unit(6 / 3.72, "feet"),
  7756. name: "Foot",
  7757. image: {
  7758. source: "./media/characters/zevulfius/foot.svg"
  7759. }
  7760. },
  7761. },
  7762. [
  7763. {
  7764. name: "Macro",
  7765. height: math.unit(750, "meters")
  7766. },
  7767. {
  7768. name: "Megamacro",
  7769. height: math.unit(20, "km"),
  7770. default: true
  7771. },
  7772. {
  7773. name: "Gigamacro",
  7774. height: math.unit(2000, "km")
  7775. },
  7776. {
  7777. name: "Teramacro",
  7778. height: math.unit(250000, "km")
  7779. },
  7780. ]
  7781. ))
  7782. characterMakers.push(() => makeCharacter(
  7783. { name: "Rikes" },
  7784. {
  7785. front: {
  7786. height: math.unit(100, "feet"),
  7787. weight: math.unit(350, "kg"),
  7788. name: "Front",
  7789. image: {
  7790. source: "./media/characters/rikes/front.svg",
  7791. extra: 1565 / 1483,
  7792. bottom: 0.017
  7793. }
  7794. },
  7795. },
  7796. [
  7797. {
  7798. name: "Macro",
  7799. height: math.unit(100, "feet"),
  7800. default: true
  7801. },
  7802. ]
  7803. ))
  7804. characterMakers.push(() => makeCharacter(
  7805. { name: "Adam Silver-Mane" },
  7806. {
  7807. anthro: {
  7808. height: math.unit(8, "feet"),
  7809. weight: math.unit(120, "kg"),
  7810. name: "Anthro",
  7811. image: {
  7812. source: "./media/characters/adam-silver-mane/anthro.svg",
  7813. extra: 5743 / 5339,
  7814. bottom: 0.07
  7815. }
  7816. },
  7817. taur: {
  7818. height: math.unit(16, "feet"),
  7819. weight: math.unit(1500, "kg"),
  7820. name: "Taur",
  7821. image: {
  7822. source: "./media/characters/adam-silver-mane/taur.svg",
  7823. extra: 1713 / 1571,
  7824. bottom: 0.01
  7825. }
  7826. },
  7827. },
  7828. [
  7829. {
  7830. name: "Normal",
  7831. height: math.unit(8, "feet")
  7832. },
  7833. {
  7834. name: "Minimacro",
  7835. height: math.unit(80, "feet")
  7836. },
  7837. {
  7838. name: "Macro",
  7839. height: math.unit(800, "feet"),
  7840. default: true
  7841. },
  7842. {
  7843. name: "Megamacro",
  7844. height: math.unit(8000, "feet")
  7845. },
  7846. {
  7847. name: "Gigamacro",
  7848. height: math.unit(800, "miles")
  7849. },
  7850. {
  7851. name: "Teramacro",
  7852. height: math.unit(80000, "miles")
  7853. },
  7854. {
  7855. name: "Celestial",
  7856. height: math.unit(8e6, "miles")
  7857. },
  7858. {
  7859. name: "Star Dragon",
  7860. height: math.unit(800000, "parsecs")
  7861. },
  7862. {
  7863. name: "Godly",
  7864. height: math.unit(800, "teraparsecs")
  7865. },
  7866. ]
  7867. ))
  7868. characterMakers.push(() => makeCharacter(
  7869. { name: "Ky'owin" },
  7870. {
  7871. front: {
  7872. height: math.unit(6, "feet"),
  7873. weight: math.unit(150, "lb"),
  7874. name: "Front",
  7875. image: {
  7876. source: "./media/characters/ky'owin/front.svg",
  7877. extra: 3888 / 3068,
  7878. bottom: 0.015
  7879. }
  7880. },
  7881. },
  7882. [
  7883. {
  7884. name: "Normal",
  7885. height: math.unit(6 + 8 / 12, "feet")
  7886. },
  7887. {
  7888. name: "Large",
  7889. height: math.unit(68, "feet")
  7890. },
  7891. {
  7892. name: "Macro",
  7893. height: math.unit(132, "feet")
  7894. },
  7895. {
  7896. name: "Macro+",
  7897. height: math.unit(340, "feet")
  7898. },
  7899. {
  7900. name: "Macro++",
  7901. height: math.unit(680, "feet"),
  7902. default: true
  7903. },
  7904. {
  7905. name: "Megamacro",
  7906. height: math.unit(1, "mile")
  7907. },
  7908. {
  7909. name: "Megamacro+",
  7910. height: math.unit(10, "miles")
  7911. },
  7912. ]
  7913. ))
  7914. characterMakers.push(() => makeCharacter(
  7915. { name: "Mal" },
  7916. {
  7917. front: {
  7918. height: math.unit(4, "feet"),
  7919. weight: math.unit(50, "lb"),
  7920. name: "Front",
  7921. image: {
  7922. source: "./media/characters/mal/front.svg",
  7923. extra: 785 / 724,
  7924. bottom: 0.07
  7925. }
  7926. },
  7927. },
  7928. [
  7929. {
  7930. name: "Micro",
  7931. height: math.unit(4, "inches")
  7932. },
  7933. {
  7934. name: "Normal",
  7935. height: math.unit(4, "feet"),
  7936. default: true
  7937. },
  7938. {
  7939. name: "Macro",
  7940. height: math.unit(200, "feet")
  7941. },
  7942. ]
  7943. ))
  7944. characterMakers.push(() => makeCharacter(
  7945. { name: "Jordan Deware" },
  7946. {
  7947. front: {
  7948. height: math.unit(6, "feet"),
  7949. weight: math.unit(150, "lb"),
  7950. name: "Front",
  7951. image: {
  7952. source: "./media/characters/jordan-deware/front.svg",
  7953. extra: 1191 / 1012
  7954. }
  7955. },
  7956. },
  7957. [
  7958. {
  7959. name: "Nano",
  7960. height: math.unit(0.01, "mm")
  7961. },
  7962. {
  7963. name: "Minimicro",
  7964. height: math.unit(1, "mm")
  7965. },
  7966. {
  7967. name: "Micro",
  7968. height: math.unit(0.5, "inches")
  7969. },
  7970. {
  7971. name: "Normal",
  7972. height: math.unit(4, "feet"),
  7973. default: true
  7974. },
  7975. {
  7976. name: "Minimacro",
  7977. height: math.unit(40, "meters")
  7978. },
  7979. {
  7980. name: "Small Macro",
  7981. height: math.unit(400, "meters")
  7982. },
  7983. {
  7984. name: "Macro",
  7985. height: math.unit(4, "miles")
  7986. },
  7987. {
  7988. name: "Megamacro",
  7989. height: math.unit(40, "miles")
  7990. },
  7991. {
  7992. name: "Megamacro+",
  7993. height: math.unit(400, "miles")
  7994. },
  7995. {
  7996. name: "Gigamacro",
  7997. height: math.unit(400000, "miles")
  7998. },
  7999. ]
  8000. ))
  8001. characterMakers.push(() => makeCharacter(
  8002. { name: "Kimiko" },
  8003. {
  8004. side: {
  8005. height: math.unit(6, "feet"),
  8006. weight: math.unit(150, "lb"),
  8007. name: "Side",
  8008. image: {
  8009. source: "./media/characters/kimiko/side.svg",
  8010. extra: 600 / 358
  8011. }
  8012. },
  8013. },
  8014. [
  8015. {
  8016. name: "Normal",
  8017. height: math.unit(15, "feet"),
  8018. default: true
  8019. },
  8020. {
  8021. name: "Macro",
  8022. height: math.unit(220, "feet")
  8023. },
  8024. {
  8025. name: "Macro+",
  8026. height: math.unit(1450, "feet")
  8027. },
  8028. {
  8029. name: "Megamacro",
  8030. height: math.unit(11500, "feet")
  8031. },
  8032. {
  8033. name: "Gigamacro",
  8034. height: math.unit(9500, "miles")
  8035. },
  8036. {
  8037. name: "Teramacro",
  8038. height: math.unit(2208005005, "miles")
  8039. },
  8040. {
  8041. name: "Examacro",
  8042. height: math.unit(2750, "parsecs")
  8043. },
  8044. {
  8045. name: "Zettamacro",
  8046. height: math.unit(101500, "parsecs")
  8047. },
  8048. ]
  8049. ))
  8050. characterMakers.push(() => makeCharacter(
  8051. { name: "Andrew Sleepy" },
  8052. {
  8053. front: {
  8054. height: math.unit(6, "feet"),
  8055. weight: math.unit(70, "kg"),
  8056. name: "Front",
  8057. image: {
  8058. source: "./media/characters/andrew-sleepy/front.svg"
  8059. }
  8060. },
  8061. side: {
  8062. height: math.unit(6, "feet"),
  8063. weight: math.unit(70, "kg"),
  8064. name: "Side",
  8065. image: {
  8066. source: "./media/characters/andrew-sleepy/side.svg"
  8067. }
  8068. },
  8069. },
  8070. [
  8071. {
  8072. name: "Micro",
  8073. height: math.unit(1, "mm"),
  8074. default: true
  8075. },
  8076. ]
  8077. ))
  8078. characterMakers.push(() => makeCharacter(
  8079. { name: "Judio" },
  8080. {
  8081. front: {
  8082. height: math.unit(6, "feet"),
  8083. weight: math.unit(150, "lb"),
  8084. name: "Front",
  8085. image: {
  8086. source: "./media/characters/judio/front.svg",
  8087. extra: 1258 / 1110
  8088. }
  8089. },
  8090. },
  8091. [
  8092. {
  8093. name: "Normal",
  8094. height: math.unit(5 + 6 / 12, "feet")
  8095. },
  8096. {
  8097. name: "Macro",
  8098. height: math.unit(1000, "feet"),
  8099. default: true
  8100. },
  8101. {
  8102. name: "Megamacro",
  8103. height: math.unit(10, "miles")
  8104. },
  8105. ]
  8106. ))
  8107. characterMakers.push(() => makeCharacter(
  8108. { name: "Nomaxice" },
  8109. {
  8110. front: {
  8111. height: math.unit(6, "feet"),
  8112. weight: math.unit(68, "kg"),
  8113. name: "Front",
  8114. image: {
  8115. source: "./media/characters/nomaxice/front.svg",
  8116. extra: 1498 / 1073,
  8117. bottom: 0.075
  8118. }
  8119. },
  8120. foot: {
  8121. height: math.unit(1.1, "feet"),
  8122. name: "Foot",
  8123. image: {
  8124. source: "./media/characters/nomaxice/foot.svg"
  8125. }
  8126. },
  8127. },
  8128. [
  8129. {
  8130. name: "Micro",
  8131. height: math.unit(8, "cm")
  8132. },
  8133. {
  8134. name: "Norm",
  8135. height: math.unit(1.82, "m")
  8136. },
  8137. {
  8138. name: "Norm+",
  8139. height: math.unit(8.8, "feet")
  8140. },
  8141. {
  8142. name: "Big",
  8143. height: math.unit(8, "meters"),
  8144. default: true
  8145. },
  8146. {
  8147. name: "Macro",
  8148. height: math.unit(18, "meters")
  8149. },
  8150. {
  8151. name: "Macro+",
  8152. height: math.unit(88, "meters")
  8153. },
  8154. ]
  8155. ))
  8156. characterMakers.push(() => makeCharacter(
  8157. { name: "Dydros" },
  8158. {
  8159. front: {
  8160. height: math.unit(12, "feet"),
  8161. weight: math.unit(1.5, "tons"),
  8162. name: "Front",
  8163. image: {
  8164. source: "./media/characters/dydros/front.svg",
  8165. extra: 863 / 800,
  8166. bottom: 0.015
  8167. }
  8168. },
  8169. back: {
  8170. height: math.unit(12, "feet"),
  8171. weight: math.unit(1.5, "tons"),
  8172. name: "Back",
  8173. image: {
  8174. source: "./media/characters/dydros/back.svg",
  8175. extra: 900 / 843,
  8176. bottom: 0.005
  8177. }
  8178. },
  8179. },
  8180. [
  8181. {
  8182. name: "Normal",
  8183. height: math.unit(12, "feet"),
  8184. default: true
  8185. },
  8186. ]
  8187. ))
  8188. characterMakers.push(() => makeCharacter(
  8189. { name: "Riggi" },
  8190. {
  8191. front: {
  8192. height: math.unit(6, "feet"),
  8193. weight: math.unit(100, "kg"),
  8194. name: "Front",
  8195. image: {
  8196. source: "./media/characters/riggi/front.svg",
  8197. extra: 5787 / 5303
  8198. }
  8199. },
  8200. hyper: {
  8201. height: math.unit(6 * 5 / 3, "feet"),
  8202. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8203. name: "Hyper",
  8204. image: {
  8205. source: "./media/characters/riggi/hyper.svg",
  8206. extra: 3595 / 3485
  8207. }
  8208. },
  8209. },
  8210. [
  8211. {
  8212. name: "Small Macro",
  8213. height: math.unit(50, "feet")
  8214. },
  8215. {
  8216. name: "Default",
  8217. height: math.unit(200, "feet"),
  8218. default: true
  8219. },
  8220. {
  8221. name: "Loom",
  8222. height: math.unit(10000, "feet")
  8223. },
  8224. {
  8225. name: "Cruising Altitude",
  8226. height: math.unit(30000, "feet")
  8227. },
  8228. {
  8229. name: "Megamacro",
  8230. height: math.unit(100, "miles")
  8231. },
  8232. {
  8233. name: "Continent Sized",
  8234. height: math.unit(2800, "miles")
  8235. },
  8236. {
  8237. name: "Earth Sized",
  8238. height: math.unit(8000, "miles")
  8239. },
  8240. ]
  8241. ))
  8242. characterMakers.push(() => makeCharacter(
  8243. { name: "Alexi" },
  8244. {
  8245. front: {
  8246. height: math.unit(6, "feet"),
  8247. weight: math.unit(250, "lb"),
  8248. name: "Front",
  8249. image: {
  8250. source: "./media/characters/alexi/front.svg",
  8251. extra: 3483 / 3291,
  8252. bottom: 0.04
  8253. }
  8254. },
  8255. back: {
  8256. height: math.unit(6, "feet"),
  8257. weight: math.unit(250, "lb"),
  8258. name: "Back",
  8259. image: {
  8260. source: "./media/characters/alexi/back.svg",
  8261. extra: 3533 / 3356,
  8262. bottom: 0.021
  8263. }
  8264. },
  8265. frontTransformed: {
  8266. height: math.unit(12.5, "feet"),
  8267. weight: math.unit(4000, "lb"),
  8268. name: "Front (Transformed)",
  8269. image: {
  8270. source: "./media/characters/alexi/front-transformed.svg",
  8271. extra: 5345 / 5100,
  8272. bottom: 0.03
  8273. }
  8274. },
  8275. },
  8276. [
  8277. {
  8278. name: "Normal",
  8279. height: math.unit(3, "meters"),
  8280. default: true
  8281. },
  8282. {
  8283. name: "Minimacro",
  8284. height: math.unit(30, "meters")
  8285. },
  8286. {
  8287. name: "Macro",
  8288. height: math.unit(500, "meters")
  8289. },
  8290. {
  8291. name: "Megamacro",
  8292. height: math.unit(9000, "km")
  8293. },
  8294. {
  8295. name: "Teramacro",
  8296. height: math.unit(384000, "km")
  8297. },
  8298. ]
  8299. ))
  8300. characterMakers.push(() => makeCharacter(
  8301. { name: "Kayroo" },
  8302. {
  8303. front: {
  8304. height: math.unit(6, "feet"),
  8305. weight: math.unit(150, "lb"),
  8306. name: "Front",
  8307. image: {
  8308. source: "./media/characters/kayroo/front.svg",
  8309. extra: 1153 / 1038,
  8310. bottom: 0.06
  8311. }
  8312. },
  8313. foot: {
  8314. height: math.unit(6, "feet"),
  8315. weight: math.unit(150, "lb"),
  8316. name: "Foot",
  8317. image: {
  8318. source: "./media/characters/kayroo/foot.svg"
  8319. }
  8320. },
  8321. },
  8322. [
  8323. {
  8324. name: "Normal",
  8325. height: math.unit(8, "feet"),
  8326. default: true
  8327. },
  8328. {
  8329. name: "Minimacro",
  8330. height: math.unit(250, "feet")
  8331. },
  8332. {
  8333. name: "Macro",
  8334. height: math.unit(2800, "feet")
  8335. },
  8336. {
  8337. name: "Megamacro",
  8338. height: math.unit(5200, "feet")
  8339. },
  8340. {
  8341. name: "Gigamacro",
  8342. height: math.unit(27000, "feet")
  8343. },
  8344. {
  8345. name: "Omega",
  8346. height: math.unit(45000, "feet")
  8347. },
  8348. ]
  8349. ))
  8350. characterMakers.push(() => makeCharacter(
  8351. { name: "Rhys" },
  8352. {
  8353. front: {
  8354. height: math.unit(18, "feet"),
  8355. weight: math.unit(5800, "lb"),
  8356. name: "Front",
  8357. image: {
  8358. source: "./media/characters/rhys/front.svg",
  8359. extra: 3386 / 3090,
  8360. bottom: 0.07
  8361. }
  8362. },
  8363. },
  8364. [
  8365. {
  8366. name: "Normal",
  8367. height: math.unit(18, "feet"),
  8368. default: true
  8369. },
  8370. {
  8371. name: "Working Size",
  8372. height: math.unit(200, "feet")
  8373. },
  8374. {
  8375. name: "Demolition Size",
  8376. height: math.unit(2000, "feet")
  8377. },
  8378. {
  8379. name: "Maximum Licensed Size",
  8380. height: math.unit(5, "miles")
  8381. },
  8382. {
  8383. name: "Maximum Observed Size",
  8384. height: math.unit(10, "yottameters")
  8385. },
  8386. ]
  8387. ))
  8388. characterMakers.push(() => makeCharacter(
  8389. { name: "Toto" },
  8390. {
  8391. front: {
  8392. height: math.unit(6, "feet"),
  8393. weight: math.unit(250, "lb"),
  8394. name: "Front",
  8395. image: {
  8396. source: "./media/characters/toto/front.svg",
  8397. extra: 527 / 479,
  8398. bottom: 0.05
  8399. }
  8400. },
  8401. },
  8402. [
  8403. {
  8404. name: "Micro",
  8405. height: math.unit(3, "feet")
  8406. },
  8407. {
  8408. name: "Normal",
  8409. height: math.unit(10, "feet")
  8410. },
  8411. {
  8412. name: "Macro",
  8413. height: math.unit(150, "feet"),
  8414. default: true
  8415. },
  8416. {
  8417. name: "Megamacro",
  8418. height: math.unit(1200, "feet")
  8419. },
  8420. ]
  8421. ))
  8422. characterMakers.push(() => makeCharacter(
  8423. { name: "King" },
  8424. {
  8425. back: {
  8426. height: math.unit(6, "feet"),
  8427. weight: math.unit(150, "lb"),
  8428. name: "Back",
  8429. image: {
  8430. source: "./media/characters/king/back.svg"
  8431. }
  8432. },
  8433. },
  8434. [
  8435. {
  8436. name: "Micro",
  8437. height: math.unit(2, "inches")
  8438. },
  8439. {
  8440. name: "Normal",
  8441. height: math.unit(8, "feet")
  8442. },
  8443. {
  8444. name: "Macro",
  8445. height: math.unit(200, "feet"),
  8446. default: true
  8447. },
  8448. {
  8449. name: "Megamacro",
  8450. height: math.unit(50, "miles")
  8451. },
  8452. ]
  8453. ))
  8454. characterMakers.push(() => makeCharacter(
  8455. { name: "Cordite" },
  8456. {
  8457. anthro: {
  8458. height: math.unit(6 + 5 / 12, "feet"),
  8459. weight: math.unit(280, "lb"),
  8460. name: "Anthro",
  8461. image: {
  8462. source: "./media/characters/cordite/anthro.svg",
  8463. extra: 1986 / 1905,
  8464. bottom: 0.025
  8465. }
  8466. },
  8467. feral: {
  8468. height: math.unit(2, "feet"),
  8469. weight: math.unit(90, "lb"),
  8470. name: "Feral",
  8471. image: {
  8472. source: "./media/characters/cordite/feral.svg",
  8473. extra: 1260 / 755,
  8474. bottom: 0.05
  8475. }
  8476. },
  8477. },
  8478. [
  8479. {
  8480. name: "Normal",
  8481. height: math.unit(6 + 5 / 12, "feet"),
  8482. default: true
  8483. },
  8484. ]
  8485. ))
  8486. characterMakers.push(() => makeCharacter(
  8487. { name: "Pianostrong" },
  8488. {
  8489. front: {
  8490. height: math.unit(6, "feet"),
  8491. weight: math.unit(150, "lb"),
  8492. name: "Front",
  8493. image: {
  8494. source: "./media/characters/pianostrong/front.svg",
  8495. extra: 6577 / 6254,
  8496. bottom: 0.02
  8497. }
  8498. },
  8499. side: {
  8500. height: math.unit(6, "feet"),
  8501. weight: math.unit(150, "lb"),
  8502. name: "Side",
  8503. image: {
  8504. source: "./media/characters/pianostrong/side.svg",
  8505. extra: 6106 / 5730
  8506. }
  8507. },
  8508. back: {
  8509. height: math.unit(6, "feet"),
  8510. weight: math.unit(150, "lb"),
  8511. name: "Back",
  8512. image: {
  8513. source: "./media/characters/pianostrong/back.svg",
  8514. extra: 6085 / 5733,
  8515. bottom: 0.01
  8516. }
  8517. },
  8518. },
  8519. [
  8520. {
  8521. name: "Macro",
  8522. height: math.unit(100, "feet")
  8523. },
  8524. {
  8525. name: "Macro+",
  8526. height: math.unit(300, "feet"),
  8527. default: true
  8528. },
  8529. {
  8530. name: "Macro++",
  8531. height: math.unit(1000, "feet")
  8532. },
  8533. ]
  8534. ))
  8535. characterMakers.push(() => makeCharacter(
  8536. { name: "Kona" },
  8537. {
  8538. front: {
  8539. height: math.unit(6, "feet"),
  8540. weight: math.unit(150, "lb"),
  8541. name: "Front",
  8542. image: {
  8543. source: "./media/characters/kona/front.svg",
  8544. extra: 2960 / 2629,
  8545. bottom: 0.005
  8546. }
  8547. },
  8548. },
  8549. [
  8550. {
  8551. name: "Normal",
  8552. height: math.unit(11 + 8 / 12, "feet")
  8553. },
  8554. {
  8555. name: "Macro",
  8556. height: math.unit(850, "feet"),
  8557. default: true
  8558. },
  8559. {
  8560. name: "Macro+",
  8561. height: math.unit(1.5, "km"),
  8562. default: true
  8563. },
  8564. {
  8565. name: "Megamacro",
  8566. height: math.unit(80, "miles")
  8567. },
  8568. {
  8569. name: "Gigamacro",
  8570. height: math.unit(3500, "miles")
  8571. },
  8572. ]
  8573. ))
  8574. characterMakers.push(() => makeCharacter(
  8575. { name: "Levi" },
  8576. {
  8577. side: {
  8578. height: math.unit(1.9, "meters"),
  8579. weight: math.unit(326, "kg"),
  8580. name: "Side",
  8581. image: {
  8582. source: "./media/characters/levi/side.svg",
  8583. extra: 1704 / 1334,
  8584. bottom: 0.02
  8585. }
  8586. },
  8587. },
  8588. [
  8589. {
  8590. name: "Normal",
  8591. height: math.unit(1.9, "meters"),
  8592. default: true
  8593. },
  8594. {
  8595. name: "Macro",
  8596. height: math.unit(20, "meters")
  8597. },
  8598. {
  8599. name: "Macro+",
  8600. height: math.unit(200, "meters")
  8601. },
  8602. {
  8603. name: "Megamacro",
  8604. height: math.unit(2, "km")
  8605. },
  8606. {
  8607. name: "Megamacro+",
  8608. height: math.unit(20, "km")
  8609. },
  8610. {
  8611. name: "Gigamacro",
  8612. height: math.unit(2500, "km")
  8613. },
  8614. {
  8615. name: "Gigamacro+",
  8616. height: math.unit(120000, "km")
  8617. },
  8618. {
  8619. name: "Teramacro",
  8620. height: math.unit(7.77e6, "km")
  8621. },
  8622. ]
  8623. ))
  8624. characterMakers.push(() => makeCharacter(
  8625. { name: "BMC" },
  8626. {
  8627. front: {
  8628. height: math.unit(6 + 4 / 12, "feet"),
  8629. weight: math.unit(188, "lb"),
  8630. name: "Front",
  8631. image: {
  8632. source: "./media/characters/bmc/front.svg",
  8633. extra: 1067 / 1022,
  8634. bottom: 0.047
  8635. }
  8636. },
  8637. },
  8638. [
  8639. {
  8640. name: "Human-sized",
  8641. height: math.unit(6 + 4 / 12, "feet")
  8642. },
  8643. {
  8644. name: "Small",
  8645. height: math.unit(250, "feet")
  8646. },
  8647. {
  8648. name: "Normal",
  8649. height: math.unit(1250, "feet"),
  8650. default: true
  8651. },
  8652. {
  8653. name: "Good Day",
  8654. height: math.unit(88, "miles")
  8655. },
  8656. {
  8657. name: "Largest Measured Size",
  8658. height: math.unit(11.2e6, "lightyears")
  8659. },
  8660. ]
  8661. ))
  8662. characterMakers.push(() => makeCharacter(
  8663. { name: "Sven the Kaiju" },
  8664. {
  8665. front: {
  8666. height: math.unit(20, "feet"),
  8667. weight: math.unit(2016, "kg"),
  8668. name: "Front",
  8669. image: {
  8670. source: "./media/characters/sven-the-kaiju/front.svg",
  8671. extra: 1479 / 1449,
  8672. bottom: 0.05
  8673. }
  8674. },
  8675. },
  8676. [
  8677. {
  8678. name: "Fairy",
  8679. height: math.unit(6, "inches")
  8680. },
  8681. {
  8682. name: "Normal",
  8683. height: math.unit(20, "feet"),
  8684. default: true
  8685. },
  8686. {
  8687. name: "Rampage",
  8688. height: math.unit(200, "feet")
  8689. },
  8690. {
  8691. name: "Archfey Forest Guardian",
  8692. height: math.unit(1, "mile")
  8693. },
  8694. ]
  8695. ))
  8696. characterMakers.push(() => makeCharacter(
  8697. { name: "Marik" },
  8698. {
  8699. front: {
  8700. height: math.unit(4, "meters"),
  8701. weight: math.unit(2, "tons"),
  8702. name: "Front",
  8703. image: {
  8704. source: "./media/characters/marik/front.svg",
  8705. extra: 1057 / 1003,
  8706. bottom: 0.08
  8707. }
  8708. },
  8709. },
  8710. [
  8711. {
  8712. name: "Normal",
  8713. height: math.unit(4, "meters"),
  8714. default: true
  8715. },
  8716. {
  8717. name: "Macro",
  8718. height: math.unit(20, "meters")
  8719. },
  8720. {
  8721. name: "Megamacro",
  8722. height: math.unit(50, "km")
  8723. },
  8724. {
  8725. name: "Gigamacro",
  8726. height: math.unit(100, "km")
  8727. },
  8728. {
  8729. name: "Alpha Macro",
  8730. height: math.unit(7.88e7, "yottameters")
  8731. },
  8732. ]
  8733. ))
  8734. characterMakers.push(() => makeCharacter(
  8735. { name: "Mel" },
  8736. {
  8737. front: {
  8738. height: math.unit(6, "feet"),
  8739. weight: math.unit(110, "lb"),
  8740. name: "Front",
  8741. image: {
  8742. source: "./media/characters/mel/front.svg",
  8743. extra: 736 / 617,
  8744. bottom: 0.017
  8745. }
  8746. },
  8747. },
  8748. [
  8749. {
  8750. name: "Pico",
  8751. height: math.unit(3, "pm")
  8752. },
  8753. {
  8754. name: "Nano",
  8755. height: math.unit(3, "nm")
  8756. },
  8757. {
  8758. name: "Micro",
  8759. height: math.unit(0.3, "mm"),
  8760. default: true
  8761. },
  8762. {
  8763. name: "Micro+",
  8764. height: math.unit(3, "mm")
  8765. },
  8766. {
  8767. name: "Normal",
  8768. height: math.unit(5 + 10.5 / 12, "feet")
  8769. },
  8770. ]
  8771. ))
  8772. characterMakers.push(() => makeCharacter(
  8773. { name: "Lykonous" },
  8774. {
  8775. kaiju: {
  8776. height: math.unit(1.75, "meters"),
  8777. weight: math.unit(55, "kg"),
  8778. name: "Kaiju",
  8779. image: {
  8780. source: "./media/characters/lykonous/kaiju.svg",
  8781. extra: 1055 / 946,
  8782. bottom: 0.135
  8783. }
  8784. },
  8785. },
  8786. [
  8787. {
  8788. name: "Normal",
  8789. height: math.unit(2.5, "meters"),
  8790. default: true
  8791. },
  8792. {
  8793. name: "Kaiju Dragon",
  8794. height: math.unit(60, "meters")
  8795. },
  8796. {
  8797. name: "Mega Kaiju",
  8798. height: math.unit(120, "km")
  8799. },
  8800. {
  8801. name: "Giga Kaiju",
  8802. height: math.unit(200, "megameters")
  8803. },
  8804. {
  8805. name: "Terra Kaiju",
  8806. height: math.unit(400, "gigameters")
  8807. },
  8808. {
  8809. name: "Kaiju Dragon God",
  8810. height: math.unit(13000, "exaparsecs")
  8811. },
  8812. ]
  8813. ))
  8814. characterMakers.push(() => makeCharacter(
  8815. { name: "Blü" },
  8816. {
  8817. front: {
  8818. height: math.unit(6, "feet"),
  8819. weight: math.unit(150, "lb"),
  8820. name: "Front",
  8821. image: {
  8822. source: "./media/characters/blü/front.svg",
  8823. extra: 1883 / 1564,
  8824. bottom: 0.031
  8825. }
  8826. },
  8827. },
  8828. [
  8829. {
  8830. name: "Normal",
  8831. height: math.unit(13, "feet"),
  8832. default: true
  8833. },
  8834. {
  8835. name: "Big Boi",
  8836. height: math.unit(150, "meters")
  8837. },
  8838. {
  8839. name: "Mini Stomper",
  8840. height: math.unit(300, "meters")
  8841. },
  8842. {
  8843. name: "Macro",
  8844. height: math.unit(1000, "meters")
  8845. },
  8846. {
  8847. name: "Megamacro",
  8848. height: math.unit(11000, "meters")
  8849. },
  8850. {
  8851. name: "Gigamacro",
  8852. height: math.unit(11000, "km")
  8853. },
  8854. {
  8855. name: "Teramacro",
  8856. height: math.unit(420000, "km")
  8857. },
  8858. {
  8859. name: "Examacro",
  8860. height: math.unit(120, "parsecs")
  8861. },
  8862. {
  8863. name: "God Tho",
  8864. height: math.unit(98000000000, "parsecs")
  8865. },
  8866. ]
  8867. ))
  8868. characterMakers.push(() => makeCharacter(
  8869. { name: "Scales" },
  8870. {
  8871. taurFront: {
  8872. height: math.unit(6, "feet"),
  8873. weight: math.unit(200, "lb"),
  8874. name: "Taur (Front)",
  8875. image: {
  8876. source: "./media/characters/scales/taur-front.svg",
  8877. extra: 1,
  8878. bottom: 0.05
  8879. }
  8880. },
  8881. taurBack: {
  8882. height: math.unit(6, "feet"),
  8883. weight: math.unit(200, "lb"),
  8884. name: "Taur (Back)",
  8885. image: {
  8886. source: "./media/characters/scales/taur-back.svg",
  8887. extra: 1,
  8888. bottom: 0.08
  8889. }
  8890. },
  8891. anthro: {
  8892. height: math.unit(6 * 7 / 12, "feet"),
  8893. weight: math.unit(100, "lb"),
  8894. name: "Anthro",
  8895. image: {
  8896. source: "./media/characters/scales/anthro.svg",
  8897. extra: 1,
  8898. bottom: 0.06
  8899. }
  8900. },
  8901. },
  8902. [
  8903. {
  8904. name: "Normal",
  8905. height: math.unit(12, "feet"),
  8906. default: true
  8907. },
  8908. ]
  8909. ))
  8910. characterMakers.push(() => makeCharacter(
  8911. { name: "Koragos" },
  8912. {
  8913. front: {
  8914. height: math.unit(6, "feet"),
  8915. weight: math.unit(150, "lb"),
  8916. name: "Front",
  8917. image: {
  8918. source: "./media/characters/koragos/front.svg",
  8919. extra: 841 / 794,
  8920. bottom: 0.035
  8921. }
  8922. },
  8923. back: {
  8924. height: math.unit(6, "feet"),
  8925. weight: math.unit(150, "lb"),
  8926. name: "Back",
  8927. image: {
  8928. source: "./media/characters/koragos/back.svg",
  8929. extra: 841 / 810,
  8930. bottom: 0.022
  8931. }
  8932. },
  8933. },
  8934. [
  8935. {
  8936. name: "Normal",
  8937. height: math.unit(6 + 11 / 12, "feet"),
  8938. default: true
  8939. },
  8940. {
  8941. name: "Macro",
  8942. height: math.unit(490, "feet")
  8943. },
  8944. {
  8945. name: "Megamacro",
  8946. height: math.unit(10, "miles")
  8947. },
  8948. {
  8949. name: "Gigamacro",
  8950. height: math.unit(50, "miles")
  8951. },
  8952. ]
  8953. ))
  8954. characterMakers.push(() => makeCharacter(
  8955. { name: "Xylrem" },
  8956. {
  8957. front: {
  8958. height: math.unit(6, "feet"),
  8959. weight: math.unit(250, "lb"),
  8960. name: "Front",
  8961. image: {
  8962. source: "./media/characters/xylrem/front.svg",
  8963. extra: 3323 / 3050,
  8964. bottom: 0.065
  8965. }
  8966. },
  8967. },
  8968. [
  8969. {
  8970. name: "Micro",
  8971. height: math.unit(4, "feet")
  8972. },
  8973. {
  8974. name: "Normal",
  8975. height: math.unit(16, "feet"),
  8976. default: true
  8977. },
  8978. {
  8979. name: "Macro",
  8980. height: math.unit(2720, "feet")
  8981. },
  8982. {
  8983. name: "Megamacro",
  8984. height: math.unit(25000, "miles")
  8985. },
  8986. ]
  8987. ))
  8988. characterMakers.push(() => makeCharacter(
  8989. { name: "Ikideru" },
  8990. {
  8991. front: {
  8992. height: math.unit(8, "feet"),
  8993. weight: math.unit(250, "kg"),
  8994. name: "Front",
  8995. image: {
  8996. source: "./media/characters/ikideru/front.svg",
  8997. extra: 930 / 870,
  8998. bottom: 0.087
  8999. }
  9000. },
  9001. back: {
  9002. height: math.unit(8, "feet"),
  9003. weight: math.unit(250, "kg"),
  9004. name: "Back",
  9005. image: {
  9006. source: "./media/characters/ikideru/back.svg",
  9007. extra: 919 / 852,
  9008. bottom: 0.055
  9009. }
  9010. },
  9011. },
  9012. [
  9013. {
  9014. name: "Rare",
  9015. height: math.unit(8, "feet"),
  9016. default: true
  9017. },
  9018. {
  9019. name: "Playful Loom",
  9020. height: math.unit(80, "feet")
  9021. },
  9022. {
  9023. name: "City Leaner",
  9024. height: math.unit(230, "feet")
  9025. },
  9026. {
  9027. name: "Megamacro",
  9028. height: math.unit(2500, "feet")
  9029. },
  9030. {
  9031. name: "Gigamacro",
  9032. height: math.unit(26400, "feet")
  9033. },
  9034. {
  9035. name: "Tectonic Shifter",
  9036. height: math.unit(1.7, "megameters")
  9037. },
  9038. {
  9039. name: "Planet Carer",
  9040. height: math.unit(21, "megameters")
  9041. },
  9042. {
  9043. name: "God",
  9044. height: math.unit(11157.22, "parsecs")
  9045. },
  9046. ]
  9047. ))
  9048. characterMakers.push(() => makeCharacter(
  9049. { name: "Neo" },
  9050. {
  9051. front: {
  9052. height: math.unit(6, "feet"),
  9053. weight: math.unit(120, "lb"),
  9054. name: "Front",
  9055. image: {
  9056. source: "./media/characters/neo/front.svg"
  9057. }
  9058. },
  9059. },
  9060. [
  9061. {
  9062. name: "Micro",
  9063. height: math.unit(2, "inches"),
  9064. default: true
  9065. },
  9066. {
  9067. name: "Human Size",
  9068. height: math.unit(5 + 8 / 12, "feet")
  9069. },
  9070. ]
  9071. ))
  9072. characterMakers.push(() => makeCharacter(
  9073. { name: "Chauncey (Chantz)" },
  9074. {
  9075. front: {
  9076. height: math.unit(13 + 10 / 12, "feet"),
  9077. weight: math.unit(5320, "lb"),
  9078. name: "Front",
  9079. image: {
  9080. source: "./media/characters/chauncey-chantz/front.svg",
  9081. extra: 1587 / 1435,
  9082. bottom: 0.02
  9083. }
  9084. },
  9085. },
  9086. [
  9087. {
  9088. name: "Normal",
  9089. height: math.unit(13 + 10 / 12, "feet"),
  9090. default: true
  9091. },
  9092. {
  9093. name: "Macro",
  9094. height: math.unit(45, "feet")
  9095. },
  9096. {
  9097. name: "Megamacro",
  9098. height: math.unit(250, "miles")
  9099. },
  9100. {
  9101. name: "Planetary",
  9102. height: math.unit(10000, "miles")
  9103. },
  9104. {
  9105. name: "Galactic",
  9106. height: math.unit(40000, "parsecs")
  9107. },
  9108. {
  9109. name: "Universal",
  9110. height: math.unit(1, "yottameter")
  9111. },
  9112. ]
  9113. ))
  9114. characterMakers.push(() => makeCharacter(
  9115. { name: "Epifox" },
  9116. {
  9117. front: {
  9118. height: math.unit(6, "feet"),
  9119. weight: math.unit(150, "lb"),
  9120. name: "Front",
  9121. image: {
  9122. source: "./media/characters/epifox/front.svg",
  9123. extra: 1,
  9124. bottom: 0.075
  9125. }
  9126. },
  9127. },
  9128. [
  9129. {
  9130. name: "Micro",
  9131. height: math.unit(6, "inches")
  9132. },
  9133. {
  9134. name: "Normal",
  9135. height: math.unit(12, "feet"),
  9136. default: true
  9137. },
  9138. {
  9139. name: "Macro",
  9140. height: math.unit(3810, "feet")
  9141. },
  9142. {
  9143. name: "Megamacro",
  9144. height: math.unit(500, "miles")
  9145. },
  9146. ]
  9147. ))
  9148. characterMakers.push(() => makeCharacter(
  9149. { name: "Colin T." },
  9150. {
  9151. front: {
  9152. height: math.unit(1.8796, "m"),
  9153. weight: math.unit(230, "lb"),
  9154. name: "Front",
  9155. image: {
  9156. source: "./media/characters/colin-t/front.svg",
  9157. extra: 1272 / 1193,
  9158. bottom: 0.07
  9159. }
  9160. },
  9161. },
  9162. [
  9163. {
  9164. name: "Micro",
  9165. height: math.unit(0.571, "meters")
  9166. },
  9167. {
  9168. name: "Normal",
  9169. height: math.unit(1.8796, "meters"),
  9170. default: true
  9171. },
  9172. {
  9173. name: "Tall",
  9174. height: math.unit(4, "meters")
  9175. },
  9176. {
  9177. name: "Macro",
  9178. height: math.unit(67.241, "meters")
  9179. },
  9180. {
  9181. name: "Megamacro",
  9182. height: math.unit(371.856, "meters")
  9183. },
  9184. {
  9185. name: "Planetary",
  9186. height: math.unit(12631.5689, "km")
  9187. },
  9188. ]
  9189. ))
  9190. characterMakers.push(() => makeCharacter(
  9191. { name: "Matvei" },
  9192. {
  9193. front: {
  9194. height: math.unit(1.85, "meters"),
  9195. weight: math.unit(80, "kg"),
  9196. name: "Front",
  9197. image: {
  9198. source: "./media/characters/matvei/front.svg",
  9199. extra: 614 / 594,
  9200. bottom: 0.01
  9201. }
  9202. },
  9203. },
  9204. [
  9205. {
  9206. name: "Normal",
  9207. height: math.unit(1.85, "meters"),
  9208. default: true
  9209. },
  9210. ]
  9211. ))
  9212. characterMakers.push(() => makeCharacter(
  9213. { name: "Quincy" },
  9214. {
  9215. front: {
  9216. height: math.unit(5 + 9 / 12, "feet"),
  9217. weight: math.unit(70, "lb"),
  9218. name: "Front",
  9219. image: {
  9220. source: "./media/characters/quincy/front.svg",
  9221. extra: 3041 / 2751
  9222. }
  9223. },
  9224. back: {
  9225. height: math.unit(5 + 9 / 12, "feet"),
  9226. weight: math.unit(70, "lb"),
  9227. name: "Back",
  9228. image: {
  9229. source: "./media/characters/quincy/back.svg",
  9230. extra: 3041 / 2751
  9231. }
  9232. },
  9233. flying: {
  9234. height: math.unit(5 + 4 / 12, "feet"),
  9235. weight: math.unit(70, "lb"),
  9236. name: "Flying",
  9237. image: {
  9238. source: "./media/characters/quincy/flying.svg",
  9239. extra: 1044 / 930
  9240. }
  9241. },
  9242. },
  9243. [
  9244. {
  9245. name: "Micro",
  9246. height: math.unit(3, "cm")
  9247. },
  9248. {
  9249. name: "Normal",
  9250. height: math.unit(5 + 9 / 12, "feet")
  9251. },
  9252. {
  9253. name: "Macro",
  9254. height: math.unit(200, "meters"),
  9255. default: true
  9256. },
  9257. {
  9258. name: "Megamacro",
  9259. height: math.unit(1000, "meters")
  9260. },
  9261. ]
  9262. ))
  9263. characterMakers.push(() => makeCharacter(
  9264. { name: "Vanrel" },
  9265. {
  9266. front: {
  9267. height: math.unit(4 + 7 / 12, "feet"),
  9268. weight: math.unit(150, "lb"),
  9269. name: "Front",
  9270. image: {
  9271. source: "./media/characters/vanrel/front.svg",
  9272. extra: 1,
  9273. bottom: 0.02
  9274. }
  9275. },
  9276. elemental: {
  9277. height: math.unit(4 + 2/12, "feet"),
  9278. weight: math.unit(150, "lb"),
  9279. name: "Elemental",
  9280. image: {
  9281. source: "./media/characters/vanrel/elemental.svg"
  9282. }
  9283. },
  9284. side: {
  9285. height: math.unit(4 + 7 / 12, "feet"),
  9286. weight: math.unit(150, "lb"),
  9287. name: "Side",
  9288. image: {
  9289. source: "./media/characters/vanrel/side.svg",
  9290. extra: 1,
  9291. bottom: 0.025
  9292. }
  9293. },
  9294. tome: {
  9295. height: math.unit(1.35, "feet"),
  9296. weight: math.unit(10, "lb"),
  9297. name: "Vanrel's Tome",
  9298. rename: true,
  9299. image: {
  9300. source: "./media/characters/vanrel/tome.svg"
  9301. }
  9302. },
  9303. beans: {
  9304. height: math.unit(0.89, "feet"),
  9305. name: "Beans",
  9306. image: {
  9307. source: "./media/characters/vanrel/beans.svg"
  9308. }
  9309. },
  9310. },
  9311. [
  9312. {
  9313. name: "Normal",
  9314. height: math.unit(4 + 7 / 12, "feet"),
  9315. default: true
  9316. },
  9317. ]
  9318. ))
  9319. characterMakers.push(() => makeCharacter(
  9320. { name: "Kuiper Vanrel" },
  9321. {
  9322. front: {
  9323. height: math.unit(7 + 5 / 12, "feet"),
  9324. weight: math.unit(150, "lb"),
  9325. name: "Front",
  9326. image: {
  9327. source: "./media/characters/kuiper-vanrel/front.svg",
  9328. extra: 1118 / 1068,
  9329. bottom: 0.09
  9330. }
  9331. },
  9332. foot: {
  9333. height: math.unit(0.55, "meters"),
  9334. name: "Foot",
  9335. image: {
  9336. source: "./media/characters/kuiper-vanrel/foot.svg",
  9337. }
  9338. },
  9339. },
  9340. [
  9341. {
  9342. name: "Normal",
  9343. height: math.unit(7 + 5 / 12, "feet"),
  9344. default: true
  9345. },
  9346. ]
  9347. ))
  9348. characterMakers.push(() => makeCharacter(
  9349. { name: "Keset Vanrel" },
  9350. {
  9351. front: {
  9352. height: math.unit(8 + 5 / 12, "feet"),
  9353. weight: math.unit(150, "lb"),
  9354. name: "Front",
  9355. image: {
  9356. source: "./media/characters/keset-vanrel/front.svg",
  9357. extra: 1150 / 1084,
  9358. bottom: 0.05
  9359. }
  9360. },
  9361. hand: {
  9362. height: math.unit(0.6, "meters"),
  9363. name: "Hand",
  9364. image: {
  9365. source: "./media/characters/keset-vanrel/hand.svg"
  9366. }
  9367. },
  9368. foot: {
  9369. height: math.unit(0.94978, "meters"),
  9370. name: "Foot",
  9371. image: {
  9372. source: "./media/characters/keset-vanrel/foot.svg"
  9373. }
  9374. },
  9375. },
  9376. [
  9377. {
  9378. name: "Normal",
  9379. height: math.unit(8 + 5 / 12, "feet"),
  9380. default: true
  9381. },
  9382. ]
  9383. ))
  9384. characterMakers.push(() => makeCharacter(
  9385. { name: "Neos" },
  9386. {
  9387. front: {
  9388. height: math.unit(6, "feet"),
  9389. weight: math.unit(150, "lb"),
  9390. name: "Front",
  9391. image: {
  9392. source: "./media/characters/neos/front.svg",
  9393. extra: 1696 / 992,
  9394. bottom: 0.14
  9395. }
  9396. },
  9397. },
  9398. [
  9399. {
  9400. name: "Normal",
  9401. height: math.unit(54, "cm"),
  9402. default: true
  9403. },
  9404. {
  9405. name: "Macro",
  9406. height: math.unit(100, "m")
  9407. },
  9408. {
  9409. name: "Megamacro",
  9410. height: math.unit(10, "km")
  9411. },
  9412. {
  9413. name: "Megamacro+",
  9414. height: math.unit(100, "km")
  9415. },
  9416. {
  9417. name: "Gigamacro",
  9418. height: math.unit(100, "Mm")
  9419. },
  9420. {
  9421. name: "Teramacro",
  9422. height: math.unit(100, "Gm")
  9423. },
  9424. {
  9425. name: "Examacro",
  9426. height: math.unit(100, "Em")
  9427. },
  9428. {
  9429. name: "Godly",
  9430. height: math.unit(10000, "Ym")
  9431. },
  9432. {
  9433. name: "Beyond Godly",
  9434. height: math.unit(10000000, "Ym")
  9435. },
  9436. ]
  9437. ))
  9438. characterMakers.push(() => makeCharacter(
  9439. { name: "Sammy Mouse" },
  9440. {
  9441. feminine: {
  9442. height: math.unit(5, "feet"),
  9443. weight: math.unit(100, "lb"),
  9444. name: "Feminine",
  9445. image: {
  9446. source: "./media/characters/sammy-mouse/feminine.svg",
  9447. extra: 2526 / 2425,
  9448. bottom: 0.123
  9449. }
  9450. },
  9451. masculine: {
  9452. height: math.unit(5, "feet"),
  9453. weight: math.unit(100, "lb"),
  9454. name: "Masculine",
  9455. image: {
  9456. source: "./media/characters/sammy-mouse/masculine.svg",
  9457. extra: 2526 / 2425,
  9458. bottom: 0.123
  9459. }
  9460. },
  9461. },
  9462. [
  9463. {
  9464. name: "Micro",
  9465. height: math.unit(5, "inches")
  9466. },
  9467. {
  9468. name: "Normal",
  9469. height: math.unit(5, "feet"),
  9470. default: true
  9471. },
  9472. {
  9473. name: "Macro",
  9474. height: math.unit(60, "feet")
  9475. },
  9476. ]
  9477. ))
  9478. characterMakers.push(() => makeCharacter(
  9479. { name: "Kole" },
  9480. {
  9481. front: {
  9482. height: math.unit(4, "feet"),
  9483. weight: math.unit(50, "lb"),
  9484. name: "Front",
  9485. image: {
  9486. source: "./media/characters/kole/front.svg",
  9487. extra: 1423 / 1303,
  9488. bottom: 0.025
  9489. }
  9490. },
  9491. back: {
  9492. height: math.unit(4, "feet"),
  9493. weight: math.unit(50, "lb"),
  9494. name: "Back",
  9495. image: {
  9496. source: "./media/characters/kole/back.svg",
  9497. extra: 1426 / 1280,
  9498. bottom: 0.02
  9499. }
  9500. },
  9501. },
  9502. [
  9503. {
  9504. name: "Normal",
  9505. height: math.unit(4, "feet"),
  9506. default: true
  9507. },
  9508. ]
  9509. ))
  9510. characterMakers.push(() => makeCharacter(
  9511. { name: "Rufran" },
  9512. {
  9513. front: {
  9514. height: math.unit(2 + 6 / 12, "feet"),
  9515. weight: math.unit(20, "lb"),
  9516. name: "Front",
  9517. image: {
  9518. source: "./media/characters/rufran/front.svg",
  9519. extra: 2041 / 1839,
  9520. bottom: 0.055
  9521. }
  9522. },
  9523. back: {
  9524. height: math.unit(2 + 6 / 12, "feet"),
  9525. weight: math.unit(20, "lb"),
  9526. name: "Back",
  9527. image: {
  9528. source: "./media/characters/rufran/back.svg",
  9529. extra: 2054 / 1839,
  9530. bottom: 0.01
  9531. }
  9532. },
  9533. hand: {
  9534. height: math.unit(0.2166, "meters"),
  9535. name: "Hand",
  9536. image: {
  9537. source: "./media/characters/rufran/hand.svg"
  9538. }
  9539. },
  9540. foot: {
  9541. height: math.unit(0.185, "meters"),
  9542. name: "Foot",
  9543. image: {
  9544. source: "./media/characters/rufran/foot.svg"
  9545. }
  9546. },
  9547. },
  9548. [
  9549. {
  9550. name: "Micro",
  9551. height: math.unit(1, "inch")
  9552. },
  9553. {
  9554. name: "Normal",
  9555. height: math.unit(2 + 6 / 12, "feet"),
  9556. default: true
  9557. },
  9558. {
  9559. name: "Big",
  9560. height: math.unit(60, "feet")
  9561. },
  9562. {
  9563. name: "Macro",
  9564. height: math.unit(325, "feet")
  9565. },
  9566. ]
  9567. ))
  9568. characterMakers.push(() => makeCharacter(
  9569. { name: "Chip" },
  9570. {
  9571. front: {
  9572. height: math.unit(0.3, "meters"),
  9573. weight: math.unit(3.5, "kg"),
  9574. name: "Front",
  9575. image: {
  9576. source: "./media/characters/chip/front.svg",
  9577. extra: 748 / 674
  9578. }
  9579. },
  9580. },
  9581. [
  9582. {
  9583. name: "Micro",
  9584. height: math.unit(1, "inch"),
  9585. default: true
  9586. },
  9587. ]
  9588. ))
  9589. characterMakers.push(() => makeCharacter(
  9590. { name: "Torvid" },
  9591. {
  9592. side: {
  9593. height: math.unit(2.3, "meters"),
  9594. weight: math.unit(3500, "lb"),
  9595. name: "Side",
  9596. image: {
  9597. source: "./media/characters/torvid/side.svg",
  9598. extra: 1972 / 722,
  9599. bottom: 0.035
  9600. }
  9601. },
  9602. },
  9603. [
  9604. {
  9605. name: "Normal",
  9606. height: math.unit(2.3, "meters"),
  9607. default: true
  9608. },
  9609. ]
  9610. ))
  9611. characterMakers.push(() => makeCharacter(
  9612. { name: "Susan" },
  9613. {
  9614. front: {
  9615. height: math.unit(2, "meters"),
  9616. weight: math.unit(150.5, "kg"),
  9617. name: "Front",
  9618. image: {
  9619. source: "./media/characters/susan/front.svg",
  9620. extra: 693 / 635,
  9621. bottom: 0.05
  9622. }
  9623. },
  9624. },
  9625. [
  9626. {
  9627. name: "Megamacro",
  9628. height: math.unit(505, "miles"),
  9629. default: true
  9630. },
  9631. ]
  9632. ))
  9633. characterMakers.push(() => makeCharacter(
  9634. { name: "Raindrops" },
  9635. {
  9636. front: {
  9637. height: math.unit(6, "feet"),
  9638. weight: math.unit(150, "lb"),
  9639. name: "Front",
  9640. image: {
  9641. source: "./media/characters/raindrops/front.svg",
  9642. extra: 2655 / 2461,
  9643. bottom: 0.02
  9644. }
  9645. },
  9646. back: {
  9647. height: math.unit(6, "feet"),
  9648. weight: math.unit(150, "lb"),
  9649. name: "Back",
  9650. image: {
  9651. source: "./media/characters/raindrops/back.svg",
  9652. extra: 2574 / 2400,
  9653. bottom: 0.03
  9654. }
  9655. },
  9656. },
  9657. [
  9658. {
  9659. name: "Micro",
  9660. height: math.unit(6, "inches")
  9661. },
  9662. {
  9663. name: "Normal",
  9664. height: math.unit(6 + 2 / 12, "feet")
  9665. },
  9666. {
  9667. name: "Macro",
  9668. height: math.unit(131, "feet"),
  9669. default: true
  9670. },
  9671. {
  9672. name: "Megamacro",
  9673. height: math.unit(15, "miles")
  9674. },
  9675. {
  9676. name: "Gigamacro",
  9677. height: math.unit(4000, "miles")
  9678. },
  9679. {
  9680. name: "Teramacro",
  9681. height: math.unit(315000, "miles")
  9682. },
  9683. ]
  9684. ))
  9685. characterMakers.push(() => makeCharacter(
  9686. { name: "Tezwa" },
  9687. {
  9688. front: {
  9689. height: math.unit(2.794, "meters"),
  9690. weight: math.unit(325, "kg"),
  9691. name: "Front",
  9692. image: {
  9693. source: "./media/characters/tezwa/front.svg",
  9694. extra: 2083 / 1906,
  9695. bottom: 0.031
  9696. }
  9697. },
  9698. foot: {
  9699. height: math.unit(0.687, "meters"),
  9700. name: "Foot",
  9701. image: {
  9702. source: "./media/characters/tezwa/foot.svg"
  9703. }
  9704. },
  9705. },
  9706. [
  9707. {
  9708. name: "Normal",
  9709. height: math.unit(9 + 2 / 12, "feet"),
  9710. default: true
  9711. },
  9712. ]
  9713. ))
  9714. characterMakers.push(() => makeCharacter(
  9715. { name: "Typhus" },
  9716. {
  9717. front: {
  9718. height: math.unit(58, "feet"),
  9719. weight: math.unit(89000, "lb"),
  9720. name: "Front",
  9721. image: {
  9722. source: "./media/characters/typhus/front.svg",
  9723. extra: 816 / 800,
  9724. bottom: 0.065
  9725. }
  9726. },
  9727. },
  9728. [
  9729. {
  9730. name: "Macro",
  9731. height: math.unit(58, "feet"),
  9732. default: true
  9733. },
  9734. ]
  9735. ))
  9736. characterMakers.push(() => makeCharacter(
  9737. { name: "Lyra Von Wulf" },
  9738. {
  9739. front: {
  9740. height: math.unit(12, "feet"),
  9741. weight: math.unit(6, "tonnes"),
  9742. name: "Front",
  9743. image: {
  9744. source: "./media/characters/lyra-von-wulf/front.svg",
  9745. extra: 1,
  9746. bottom: 0.10
  9747. }
  9748. },
  9749. frontMecha: {
  9750. height: math.unit(12, "feet"),
  9751. weight: math.unit(12, "tonnes"),
  9752. name: "Front (Mecha)",
  9753. image: {
  9754. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9755. extra: 1,
  9756. bottom: 0.042
  9757. }
  9758. },
  9759. maw: {
  9760. height: math.unit(2.2, "feet"),
  9761. name: "Maw",
  9762. image: {
  9763. source: "./media/characters/lyra-von-wulf/maw.svg"
  9764. }
  9765. },
  9766. },
  9767. [
  9768. {
  9769. name: "Normal",
  9770. height: math.unit(12, "feet"),
  9771. default: true
  9772. },
  9773. {
  9774. name: "Classic",
  9775. height: math.unit(50, "feet")
  9776. },
  9777. {
  9778. name: "Macro",
  9779. height: math.unit(500, "feet")
  9780. },
  9781. {
  9782. name: "Megamacro",
  9783. height: math.unit(1, "mile")
  9784. },
  9785. {
  9786. name: "Gigamacro",
  9787. height: math.unit(400, "miles")
  9788. },
  9789. {
  9790. name: "Teramacro",
  9791. height: math.unit(22000, "miles")
  9792. },
  9793. {
  9794. name: "Solarmacro",
  9795. height: math.unit(8600000, "miles")
  9796. },
  9797. {
  9798. name: "Galactic",
  9799. height: math.unit(1057000, "lightyears")
  9800. },
  9801. ]
  9802. ))
  9803. characterMakers.push(() => makeCharacter(
  9804. { name: "Dixon" },
  9805. {
  9806. front: {
  9807. height: math.unit(6 + 10 / 12, "feet"),
  9808. weight: math.unit(150, "lb"),
  9809. name: "Front",
  9810. image: {
  9811. source: "./media/characters/dixon/front.svg",
  9812. extra: 3361 / 3209,
  9813. bottom: 0.01
  9814. }
  9815. },
  9816. },
  9817. [
  9818. {
  9819. name: "Normal",
  9820. height: math.unit(6 + 10 / 12, "feet"),
  9821. default: true
  9822. },
  9823. {
  9824. name: "Big",
  9825. height: math.unit(12, "meters")
  9826. },
  9827. {
  9828. name: "Macro",
  9829. height: math.unit(500, "meters")
  9830. },
  9831. {
  9832. name: "Megamacro",
  9833. height: math.unit(2, "km")
  9834. },
  9835. ]
  9836. ))
  9837. characterMakers.push(() => makeCharacter(
  9838. { name: "Kauko" },
  9839. {
  9840. front: {
  9841. height: math.unit(185, "cm"),
  9842. weight: math.unit(68, "kg"),
  9843. name: "Front",
  9844. image: {
  9845. source: "./media/characters/kauko/front.svg",
  9846. extra: 1455 / 1421,
  9847. bottom: 0.03
  9848. }
  9849. },
  9850. back: {
  9851. height: math.unit(185, "cm"),
  9852. weight: math.unit(68, "kg"),
  9853. name: "Back",
  9854. image: {
  9855. source: "./media/characters/kauko/back.svg",
  9856. extra: 1455 / 1421,
  9857. bottom: 0.004
  9858. }
  9859. },
  9860. },
  9861. [
  9862. {
  9863. name: "Normal",
  9864. height: math.unit(185, "cm"),
  9865. default: true
  9866. },
  9867. ]
  9868. ))
  9869. characterMakers.push(() => makeCharacter(
  9870. { name: "Varg" },
  9871. {
  9872. front: {
  9873. height: math.unit(6, "feet"),
  9874. weight: math.unit(150, "kg"),
  9875. name: "Front",
  9876. image: {
  9877. source: "./media/characters/varg/front.svg",
  9878. extra: 1108 / 1018,
  9879. bottom: 0.0375
  9880. }
  9881. },
  9882. },
  9883. [
  9884. {
  9885. name: "Normal",
  9886. height: math.unit(5, "meters")
  9887. },
  9888. {
  9889. name: "Macro",
  9890. height: math.unit(200, "meters")
  9891. },
  9892. {
  9893. name: "Megamacro",
  9894. height: math.unit(20, "kilometers")
  9895. },
  9896. {
  9897. name: "True Size",
  9898. height: math.unit(211, "km"),
  9899. default: true
  9900. },
  9901. {
  9902. name: "Gigamacro",
  9903. height: math.unit(1000, "km")
  9904. },
  9905. {
  9906. name: "Gigamacro+",
  9907. height: math.unit(8000, "km")
  9908. },
  9909. {
  9910. name: "Teramacro",
  9911. height: math.unit(1000000, "km")
  9912. },
  9913. ]
  9914. ))
  9915. characterMakers.push(() => makeCharacter(
  9916. { name: "Dayza" },
  9917. {
  9918. front: {
  9919. height: math.unit(7 + 7 / 12, "feet"),
  9920. weight: math.unit(267, "lb"),
  9921. name: "Front",
  9922. image: {
  9923. source: "./media/characters/dayza/front.svg",
  9924. extra: 1262 / 1200,
  9925. bottom: 0.035
  9926. }
  9927. },
  9928. side: {
  9929. height: math.unit(7 + 7 / 12, "feet"),
  9930. weight: math.unit(267, "lb"),
  9931. name: "Side",
  9932. image: {
  9933. source: "./media/characters/dayza/side.svg",
  9934. extra: 1295 / 1245,
  9935. bottom: 0.05
  9936. }
  9937. },
  9938. back: {
  9939. height: math.unit(7 + 7 / 12, "feet"),
  9940. weight: math.unit(267, "lb"),
  9941. name: "Back",
  9942. image: {
  9943. source: "./media/characters/dayza/back.svg",
  9944. extra: 1241 / 1170
  9945. }
  9946. },
  9947. },
  9948. [
  9949. {
  9950. name: "Normal",
  9951. height: math.unit(7 + 7 / 12, "feet"),
  9952. default: true
  9953. },
  9954. {
  9955. name: "Macro",
  9956. height: math.unit(155, "feet")
  9957. },
  9958. ]
  9959. ))
  9960. characterMakers.push(() => makeCharacter(
  9961. { name: "Xanthos" },
  9962. {
  9963. front: {
  9964. height: math.unit(6 + 5 / 12, "feet"),
  9965. weight: math.unit(160, "lb"),
  9966. name: "Front",
  9967. image: {
  9968. source: "./media/characters/xanthos/front.svg",
  9969. extra: 1,
  9970. bottom: 0.04
  9971. }
  9972. },
  9973. back: {
  9974. height: math.unit(6 + 5 / 12, "feet"),
  9975. weight: math.unit(160, "lb"),
  9976. name: "Back",
  9977. image: {
  9978. source: "./media/characters/xanthos/back.svg",
  9979. extra: 1,
  9980. bottom: 0.03
  9981. }
  9982. },
  9983. hand: {
  9984. height: math.unit(0.928, "feet"),
  9985. name: "Hand",
  9986. image: {
  9987. source: "./media/characters/xanthos/hand.svg"
  9988. }
  9989. },
  9990. foot: {
  9991. height: math.unit(1.286, "feet"),
  9992. name: "Foot",
  9993. image: {
  9994. source: "./media/characters/xanthos/foot.svg"
  9995. }
  9996. },
  9997. },
  9998. [
  9999. {
  10000. name: "Normal",
  10001. height: math.unit(6 + 5 / 12, "feet"),
  10002. default: true
  10003. },
  10004. {
  10005. name: "Normal+",
  10006. height: math.unit(6, "meters")
  10007. },
  10008. {
  10009. name: "Macro",
  10010. height: math.unit(40, "feet")
  10011. },
  10012. {
  10013. name: "Macro+",
  10014. height: math.unit(200, "meters")
  10015. },
  10016. {
  10017. name: "Megamacro",
  10018. height: math.unit(20, "km")
  10019. },
  10020. {
  10021. name: "Megamacro+",
  10022. height: math.unit(100, "km")
  10023. },
  10024. ]
  10025. ))
  10026. characterMakers.push(() => makeCharacter(
  10027. { name: "Grynn" },
  10028. {
  10029. front: {
  10030. height: math.unit(6 + 3 / 12, "feet"),
  10031. weight: math.unit(215, "lb"),
  10032. name: "Front",
  10033. image: {
  10034. source: "./media/characters/grynn/front.svg",
  10035. extra: 4627 / 4209,
  10036. bottom: 0.047
  10037. }
  10038. },
  10039. },
  10040. [
  10041. {
  10042. name: "Micro",
  10043. height: math.unit(6, "inches")
  10044. },
  10045. {
  10046. name: "Normal",
  10047. height: math.unit(6 + 3 / 12, "feet"),
  10048. default: true
  10049. },
  10050. {
  10051. name: "Big",
  10052. height: math.unit(104, "feet")
  10053. },
  10054. {
  10055. name: "Macro",
  10056. height: math.unit(944, "feet")
  10057. },
  10058. {
  10059. name: "Macro+",
  10060. height: math.unit(9480, "feet")
  10061. },
  10062. {
  10063. name: "Megamacro",
  10064. height: math.unit(78752, "feet")
  10065. },
  10066. {
  10067. name: "Megamacro+",
  10068. height: math.unit(630128, "feet")
  10069. },
  10070. {
  10071. name: "Megamacro++",
  10072. height: math.unit(3150695, "feet")
  10073. },
  10074. ]
  10075. ))
  10076. characterMakers.push(() => makeCharacter(
  10077. { name: "Mocha Aura" },
  10078. {
  10079. front: {
  10080. height: math.unit(7 + 5 / 12, "feet"),
  10081. weight: math.unit(450, "lb"),
  10082. name: "Front",
  10083. image: {
  10084. source: "./media/characters/mocha-aura/front.svg",
  10085. extra: 1907 / 1817,
  10086. bottom: 0.04
  10087. }
  10088. },
  10089. back: {
  10090. height: math.unit(7 + 5 / 12, "feet"),
  10091. weight: math.unit(450, "lb"),
  10092. name: "Back",
  10093. image: {
  10094. source: "./media/characters/mocha-aura/back.svg",
  10095. extra: 1900 / 1825,
  10096. bottom: 0.045
  10097. }
  10098. },
  10099. },
  10100. [
  10101. {
  10102. name: "Nano",
  10103. height: math.unit(1, "nm")
  10104. },
  10105. {
  10106. name: "Megamicro",
  10107. height: math.unit(1, "mm")
  10108. },
  10109. {
  10110. name: "Micro",
  10111. height: math.unit(3, "inches")
  10112. },
  10113. {
  10114. name: "Normal",
  10115. height: math.unit(7 + 5 / 12, "feet"),
  10116. default: true
  10117. },
  10118. {
  10119. name: "Macro",
  10120. height: math.unit(30, "feet")
  10121. },
  10122. {
  10123. name: "Megamacro",
  10124. height: math.unit(3500, "feet")
  10125. },
  10126. {
  10127. name: "Teramacro",
  10128. height: math.unit(500000, "miles")
  10129. },
  10130. {
  10131. name: "Petamacro",
  10132. height: math.unit(50000000000000000, "parsecs")
  10133. },
  10134. ]
  10135. ))
  10136. characterMakers.push(() => makeCharacter(
  10137. { name: "Ilisha Devya" },
  10138. {
  10139. front: {
  10140. height: math.unit(6, "feet"),
  10141. weight: math.unit(150, "lb"),
  10142. name: "Front",
  10143. image: {
  10144. source: "./media/characters/ilisha-devya/front.svg",
  10145. extra: 1,
  10146. bottom: 0.175
  10147. }
  10148. },
  10149. back: {
  10150. height: math.unit(6, "feet"),
  10151. weight: math.unit(150, "lb"),
  10152. name: "Back",
  10153. image: {
  10154. source: "./media/characters/ilisha-devya/back.svg",
  10155. extra: 1,
  10156. bottom: 0.015
  10157. }
  10158. },
  10159. },
  10160. [
  10161. {
  10162. name: "Macro",
  10163. height: math.unit(500, "feet"),
  10164. default: true
  10165. },
  10166. {
  10167. name: "Megamacro",
  10168. height: math.unit(10, "miles")
  10169. },
  10170. {
  10171. name: "Gigamacro",
  10172. height: math.unit(100000, "miles")
  10173. },
  10174. {
  10175. name: "Examacro",
  10176. height: math.unit(1e9, "lightyears")
  10177. },
  10178. {
  10179. name: "Omniversal",
  10180. height: math.unit(1e33, "lightyears")
  10181. },
  10182. {
  10183. name: "Beyond Infinite",
  10184. height: math.unit(1e100, "lightyears")
  10185. },
  10186. ]
  10187. ))
  10188. characterMakers.push(() => makeCharacter(
  10189. { name: "Mira" },
  10190. {
  10191. Side: {
  10192. height: math.unit(6, "feet"),
  10193. weight: math.unit(150, "lb"),
  10194. name: "Side",
  10195. image: {
  10196. source: "./media/characters/mira/side.svg",
  10197. extra: 900 / 799,
  10198. bottom: 0.02
  10199. }
  10200. },
  10201. },
  10202. [
  10203. {
  10204. name: "Human Size",
  10205. height: math.unit(6, "feet")
  10206. },
  10207. {
  10208. name: "Macro",
  10209. height: math.unit(100, "feet"),
  10210. default: true
  10211. },
  10212. {
  10213. name: "Megamacro",
  10214. height: math.unit(10, "miles")
  10215. },
  10216. {
  10217. name: "Gigamacro",
  10218. height: math.unit(25000, "miles")
  10219. },
  10220. {
  10221. name: "Teramacro",
  10222. height: math.unit(300, "AU")
  10223. },
  10224. {
  10225. name: "Full Size",
  10226. height: math.unit(4.5e10, "lightyears")
  10227. },
  10228. ]
  10229. ))
  10230. characterMakers.push(() => makeCharacter(
  10231. { name: "Holly" },
  10232. {
  10233. front: {
  10234. height: math.unit(6, "feet"),
  10235. weight: math.unit(150, "lb"),
  10236. name: "Front",
  10237. image: {
  10238. source: "./media/characters/holly/front.svg",
  10239. extra: 639 / 606
  10240. }
  10241. },
  10242. back: {
  10243. height: math.unit(6, "feet"),
  10244. weight: math.unit(150, "lb"),
  10245. name: "Back",
  10246. image: {
  10247. source: "./media/characters/holly/back.svg",
  10248. extra: 623 / 598
  10249. }
  10250. },
  10251. frontWorking: {
  10252. height: math.unit(6, "feet"),
  10253. weight: math.unit(150, "lb"),
  10254. name: "Front (Working)",
  10255. image: {
  10256. source: "./media/characters/holly/front-working.svg",
  10257. extra: 607 / 577,
  10258. bottom: 0.048
  10259. }
  10260. },
  10261. },
  10262. [
  10263. {
  10264. name: "Normal",
  10265. height: math.unit(12 + 3 / 12, "feet"),
  10266. default: true
  10267. },
  10268. ]
  10269. ))
  10270. characterMakers.push(() => makeCharacter(
  10271. { name: "Porter" },
  10272. {
  10273. front: {
  10274. height: math.unit(6, "feet"),
  10275. weight: math.unit(150, "lb"),
  10276. name: "Front",
  10277. image: {
  10278. source: "./media/characters/porter/front.svg",
  10279. extra: 1,
  10280. bottom: 0.01
  10281. }
  10282. },
  10283. frontRobes: {
  10284. height: math.unit(6, "feet"),
  10285. weight: math.unit(150, "lb"),
  10286. name: "Front (Robes)",
  10287. image: {
  10288. source: "./media/characters/porter/front-robes.svg",
  10289. extra: 1.01,
  10290. bottom: 0.01
  10291. }
  10292. },
  10293. },
  10294. [
  10295. {
  10296. name: "Normal",
  10297. height: math.unit(11 + 9 / 12, "feet"),
  10298. default: true
  10299. },
  10300. ]
  10301. ))
  10302. characterMakers.push(() => makeCharacter(
  10303. { name: "Lucy" },
  10304. {
  10305. legendary: {
  10306. height: math.unit(6, "feet"),
  10307. weight: math.unit(150, "lb"),
  10308. name: "Legendary",
  10309. image: {
  10310. source: "./media/characters/lucy/legendary.svg",
  10311. extra: 1355 / 1100,
  10312. bottom: 0.045
  10313. }
  10314. },
  10315. },
  10316. [
  10317. {
  10318. name: "Legendary",
  10319. height: math.unit(86882 * 2, "miles"),
  10320. default: true
  10321. },
  10322. ]
  10323. ))
  10324. characterMakers.push(() => makeCharacter(
  10325. { name: "Drusilla" },
  10326. {
  10327. front: {
  10328. height: math.unit(6, "feet"),
  10329. weight: math.unit(150, "lb"),
  10330. name: "Front",
  10331. image: {
  10332. source: "./media/characters/drusilla/front.svg",
  10333. extra: 678 / 635,
  10334. bottom: 0.03
  10335. }
  10336. },
  10337. back: {
  10338. height: math.unit(6, "feet"),
  10339. weight: math.unit(150, "lb"),
  10340. name: "Back",
  10341. image: {
  10342. source: "./media/characters/drusilla/back.svg",
  10343. extra: 678 / 635,
  10344. bottom: 0.005
  10345. }
  10346. },
  10347. },
  10348. [
  10349. {
  10350. name: "Macro",
  10351. height: math.unit(100, "feet")
  10352. },
  10353. {
  10354. name: "Canon Height",
  10355. height: math.unit(2000, "feet"),
  10356. default: true
  10357. },
  10358. ]
  10359. ))
  10360. characterMakers.push(() => makeCharacter(
  10361. { name: "Renard Thatch" },
  10362. {
  10363. front: {
  10364. height: math.unit(6, "feet"),
  10365. weight: math.unit(180, "lb"),
  10366. name: "Front",
  10367. image: {
  10368. source: "./media/characters/renard-thatch/front.svg",
  10369. extra: 2411 / 2275,
  10370. bottom: 0.01
  10371. }
  10372. },
  10373. frontPosing: {
  10374. height: math.unit(6, "feet"),
  10375. weight: math.unit(180, "lb"),
  10376. name: "Front (Posing)",
  10377. image: {
  10378. source: "./media/characters/renard-thatch/front-posing.svg",
  10379. extra: 2381 / 2261,
  10380. bottom: 0.01
  10381. }
  10382. },
  10383. back: {
  10384. height: math.unit(6, "feet"),
  10385. weight: math.unit(180, "lb"),
  10386. name: "Back",
  10387. image: {
  10388. source: "./media/characters/renard-thatch/back.svg",
  10389. extra: 2428 / 2288
  10390. }
  10391. },
  10392. },
  10393. [
  10394. {
  10395. name: "Micro",
  10396. height: math.unit(3, "inches")
  10397. },
  10398. {
  10399. name: "Default",
  10400. height: math.unit(6, "feet"),
  10401. default: true
  10402. },
  10403. {
  10404. name: "Macro",
  10405. height: math.unit(75, "feet")
  10406. },
  10407. ]
  10408. ))
  10409. characterMakers.push(() => makeCharacter(
  10410. { name: "Sekvra" },
  10411. {
  10412. front: {
  10413. height: math.unit(1450, "feet"),
  10414. weight: math.unit(1.21e6, "tons"),
  10415. name: "Front",
  10416. image: {
  10417. source: "./media/characters/sekvra/front.svg",
  10418. extra: 1,
  10419. bottom: 0.03
  10420. }
  10421. },
  10422. frontClothed: {
  10423. height: math.unit(1450, "feet"),
  10424. weight: math.unit(1.21e6, "tons"),
  10425. name: "Front (Clothed)",
  10426. image: {
  10427. source: "./media/characters/sekvra/front-clothed.svg",
  10428. extra: 1,
  10429. bottom: 0.03
  10430. }
  10431. },
  10432. side: {
  10433. height: math.unit(1450, "feet"),
  10434. weight: math.unit(1.21e6, "tons"),
  10435. name: "Side",
  10436. image: {
  10437. source: "./media/characters/sekvra/side.svg",
  10438. extra: 1,
  10439. bottom: 0.025
  10440. }
  10441. },
  10442. back: {
  10443. height: math.unit(1450, "feet"),
  10444. weight: math.unit(1.21e6, "tons"),
  10445. name: "Back",
  10446. image: {
  10447. source: "./media/characters/sekvra/back.svg",
  10448. extra: 1,
  10449. bottom: 0.005
  10450. }
  10451. },
  10452. },
  10453. [
  10454. {
  10455. name: "Macro",
  10456. height: math.unit(1450, "feet"),
  10457. default: true
  10458. },
  10459. {
  10460. name: "Megamacro",
  10461. height: math.unit(15000, "feet")
  10462. },
  10463. ]
  10464. ))
  10465. characterMakers.push(() => makeCharacter(
  10466. { name: "Carmine" },
  10467. {
  10468. front: {
  10469. height: math.unit(6, "feet"),
  10470. weight: math.unit(150, "lb"),
  10471. name: "Front",
  10472. image: {
  10473. source: "./media/characters/carmine/front.svg",
  10474. extra: 1,
  10475. bottom: 0.035
  10476. }
  10477. },
  10478. frontArmor: {
  10479. height: math.unit(6, "feet"),
  10480. weight: math.unit(150, "lb"),
  10481. name: "Front (Armor)",
  10482. image: {
  10483. source: "./media/characters/carmine/front-armor.svg",
  10484. extra: 1,
  10485. bottom: 0.035
  10486. }
  10487. },
  10488. },
  10489. [
  10490. {
  10491. name: "Large",
  10492. height: math.unit(1, "mile")
  10493. },
  10494. {
  10495. name: "Huge",
  10496. height: math.unit(40, "miles"),
  10497. default: true
  10498. },
  10499. {
  10500. name: "Colossal",
  10501. height: math.unit(2500, "miles")
  10502. },
  10503. ]
  10504. ))
  10505. characterMakers.push(() => makeCharacter(
  10506. { name: "Elyssia" },
  10507. {
  10508. front: {
  10509. height: math.unit(6, "feet"),
  10510. weight: math.unit(150, "lb"),
  10511. name: "Front",
  10512. image: {
  10513. source: "./media/characters/elyssia/front.svg",
  10514. extra: 2201 / 2035,
  10515. bottom: 0.05
  10516. }
  10517. },
  10518. frontClothed: {
  10519. height: math.unit(6, "feet"),
  10520. weight: math.unit(150, "lb"),
  10521. name: "Front (Clothed)",
  10522. image: {
  10523. source: "./media/characters/elyssia/front-clothed.svg",
  10524. extra: 2201 / 2035,
  10525. bottom: 0.05
  10526. }
  10527. },
  10528. back: {
  10529. height: math.unit(6, "feet"),
  10530. weight: math.unit(150, "lb"),
  10531. name: "Back",
  10532. image: {
  10533. source: "./media/characters/elyssia/back.svg",
  10534. extra: 2201 / 2035,
  10535. bottom: 0.013
  10536. }
  10537. },
  10538. },
  10539. [
  10540. {
  10541. name: "Smaller",
  10542. height: math.unit(150, "feet")
  10543. },
  10544. {
  10545. name: "Standard",
  10546. height: math.unit(1400, "feet"),
  10547. default: true
  10548. },
  10549. {
  10550. name: "Distracted",
  10551. height: math.unit(15000, "feet")
  10552. },
  10553. ]
  10554. ))
  10555. characterMakers.push(() => makeCharacter(
  10556. { name: "Geno Maxwell" },
  10557. {
  10558. front: {
  10559. height: math.unit(7 + 4 / 12, "feet"),
  10560. weight: math.unit(500, "lb"),
  10561. name: "Front",
  10562. image: {
  10563. source: "./media/characters/geno-maxwell/front.svg",
  10564. extra: 2207 / 2040,
  10565. bottom: 0.015
  10566. }
  10567. },
  10568. },
  10569. [
  10570. {
  10571. name: "Micro",
  10572. height: math.unit(3, "inches")
  10573. },
  10574. {
  10575. name: "Normal",
  10576. height: math.unit(7 + 4 / 12, "feet"),
  10577. default: true
  10578. },
  10579. {
  10580. name: "Macro",
  10581. height: math.unit(220, "feet")
  10582. },
  10583. {
  10584. name: "Megamacro",
  10585. height: math.unit(11, "miles")
  10586. },
  10587. ]
  10588. ))
  10589. characterMakers.push(() => makeCharacter(
  10590. { name: "Regena Maxwell" },
  10591. {
  10592. front: {
  10593. height: math.unit(7 + 4 / 12, "feet"),
  10594. weight: math.unit(500, "lb"),
  10595. name: "Front",
  10596. image: {
  10597. source: "./media/characters/regena-maxwell/front.svg",
  10598. extra: 3115 / 2770,
  10599. bottom: 0.02
  10600. }
  10601. },
  10602. },
  10603. [
  10604. {
  10605. name: "Normal",
  10606. height: math.unit(7 + 4 / 12, "feet"),
  10607. default: true
  10608. },
  10609. {
  10610. name: "Macro",
  10611. height: math.unit(220, "feet")
  10612. },
  10613. {
  10614. name: "Megamacro",
  10615. height: math.unit(11, "miles")
  10616. },
  10617. ]
  10618. ))
  10619. characterMakers.push(() => makeCharacter(
  10620. { name: "XGlidingDragonX" },
  10621. {
  10622. front: {
  10623. height: math.unit(6, "feet"),
  10624. weight: math.unit(150, "lb"),
  10625. name: "Front",
  10626. image: {
  10627. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10628. extra: 860 / 690,
  10629. bottom: 0.03
  10630. }
  10631. },
  10632. },
  10633. [
  10634. {
  10635. name: "Normal",
  10636. height: math.unit(1.7, "meters"),
  10637. default: true
  10638. },
  10639. ]
  10640. ))
  10641. characterMakers.push(() => makeCharacter(
  10642. { name: "Quilly" },
  10643. {
  10644. front: {
  10645. height: math.unit(6, "feet"),
  10646. weight: math.unit(150, "lb"),
  10647. name: "Front",
  10648. image: {
  10649. source: "./media/characters/quilly/front.svg",
  10650. extra: 890 / 776
  10651. }
  10652. },
  10653. },
  10654. [
  10655. {
  10656. name: "Gigamacro",
  10657. height: math.unit(404090, "miles"),
  10658. default: true
  10659. },
  10660. ]
  10661. ))
  10662. characterMakers.push(() => makeCharacter(
  10663. { name: "Tempest" },
  10664. {
  10665. front: {
  10666. height: math.unit(7 + 8 / 12, "feet"),
  10667. weight: math.unit(350, "lb"),
  10668. name: "Front",
  10669. image: {
  10670. source: "./media/characters/tempest/front.svg",
  10671. extra: 1175 / 1086,
  10672. bottom: 0.02
  10673. }
  10674. },
  10675. },
  10676. [
  10677. {
  10678. name: "Normal",
  10679. height: math.unit(7 + 8 / 12, "feet"),
  10680. default: true
  10681. },
  10682. ]
  10683. ))
  10684. characterMakers.push(() => makeCharacter(
  10685. { name: "Rodger" },
  10686. {
  10687. side: {
  10688. height: math.unit(4 + 5 / 12, "feet"),
  10689. weight: math.unit(80, "lb"),
  10690. name: "Side",
  10691. image: {
  10692. source: "./media/characters/rodger/side.svg",
  10693. extra: 1235 / 1118
  10694. }
  10695. },
  10696. },
  10697. [
  10698. {
  10699. name: "Micro",
  10700. height: math.unit(1, "inch")
  10701. },
  10702. {
  10703. name: "Normal",
  10704. height: math.unit(4 + 5 / 12, "feet"),
  10705. default: true
  10706. },
  10707. {
  10708. name: "Macro",
  10709. height: math.unit(120, "feet")
  10710. },
  10711. ]
  10712. ))
  10713. characterMakers.push(() => makeCharacter(
  10714. { name: "Danyel" },
  10715. {
  10716. front: {
  10717. height: math.unit(6, "feet"),
  10718. weight: math.unit(150, "lb"),
  10719. name: "Front",
  10720. image: {
  10721. source: "./media/characters/danyel/front.svg",
  10722. extra: 1185 / 1123,
  10723. bottom: 0.05
  10724. }
  10725. },
  10726. },
  10727. [
  10728. {
  10729. name: "Shrunken",
  10730. height: math.unit(0.5, "mm")
  10731. },
  10732. {
  10733. name: "Micro",
  10734. height: math.unit(1, "mm"),
  10735. default: true
  10736. },
  10737. {
  10738. name: "Upsized",
  10739. height: math.unit(5 + 5 / 12, "feet")
  10740. },
  10741. ]
  10742. ))
  10743. characterMakers.push(() => makeCharacter(
  10744. { name: "Vivian Bijoux" },
  10745. {
  10746. front: {
  10747. height: math.unit(5 + 6 / 12, "feet"),
  10748. weight: math.unit(200, "lb"),
  10749. name: "Front",
  10750. image: {
  10751. source: "./media/characters/vivian-bijoux/front.svg",
  10752. extra: 1,
  10753. bottom: 0.072
  10754. }
  10755. },
  10756. },
  10757. [
  10758. {
  10759. name: "Normal",
  10760. height: math.unit(5 + 6 / 12, "feet"),
  10761. default: true
  10762. },
  10763. {
  10764. name: "Bad Dream",
  10765. height: math.unit(500, "feet")
  10766. },
  10767. {
  10768. name: "Nightmare",
  10769. height: math.unit(500, "miles")
  10770. },
  10771. ]
  10772. ))
  10773. characterMakers.push(() => makeCharacter(
  10774. { name: "Zeta" },
  10775. {
  10776. front: {
  10777. height: math.unit(6 + 1 / 12, "feet"),
  10778. weight: math.unit(260, "lb"),
  10779. name: "Front",
  10780. image: {
  10781. source: "./media/characters/zeta/front.svg",
  10782. extra: 1968 / 1889,
  10783. bottom: 0.06
  10784. }
  10785. },
  10786. back: {
  10787. height: math.unit(6 + 1 / 12, "feet"),
  10788. weight: math.unit(260, "lb"),
  10789. name: "Back",
  10790. image: {
  10791. source: "./media/characters/zeta/back.svg",
  10792. extra: 1944 / 1858,
  10793. bottom: 0.03
  10794. }
  10795. },
  10796. hand: {
  10797. height: math.unit(1.112, "feet"),
  10798. name: "Hand",
  10799. image: {
  10800. source: "./media/characters/zeta/hand.svg"
  10801. }
  10802. },
  10803. foot: {
  10804. height: math.unit(1.48, "feet"),
  10805. name: "Foot",
  10806. image: {
  10807. source: "./media/characters/zeta/foot.svg"
  10808. }
  10809. },
  10810. },
  10811. [
  10812. {
  10813. name: "Micro",
  10814. height: math.unit(6, "inches")
  10815. },
  10816. {
  10817. name: "Normal",
  10818. height: math.unit(6 + 1 / 12, "feet"),
  10819. default: true
  10820. },
  10821. {
  10822. name: "Macro",
  10823. height: math.unit(20, "feet")
  10824. },
  10825. ]
  10826. ))
  10827. characterMakers.push(() => makeCharacter(
  10828. { name: "Jamie Larsen" },
  10829. {
  10830. front: {
  10831. height: math.unit(6, "feet"),
  10832. weight: math.unit(150, "lb"),
  10833. name: "Front",
  10834. image: {
  10835. source: "./media/characters/jamie-larsen/front.svg",
  10836. extra: 962 / 933,
  10837. bottom: 0.02
  10838. }
  10839. },
  10840. back: {
  10841. height: math.unit(6, "feet"),
  10842. weight: math.unit(150, "lb"),
  10843. name: "Back",
  10844. image: {
  10845. source: "./media/characters/jamie-larsen/back.svg",
  10846. extra: 997 / 946
  10847. }
  10848. },
  10849. },
  10850. [
  10851. {
  10852. name: "Macro",
  10853. height: math.unit(28 + 7 / 12, "feet"),
  10854. default: true
  10855. },
  10856. {
  10857. name: "Macro+",
  10858. height: math.unit(180, "feet")
  10859. },
  10860. {
  10861. name: "Megamacro",
  10862. height: math.unit(10, "miles")
  10863. },
  10864. {
  10865. name: "Gigamacro",
  10866. height: math.unit(200000, "miles")
  10867. },
  10868. ]
  10869. ))
  10870. characterMakers.push(() => makeCharacter(
  10871. { name: "Vance" },
  10872. {
  10873. front: {
  10874. height: math.unit(6, "feet"),
  10875. weight: math.unit(120, "lb"),
  10876. name: "Front",
  10877. image: {
  10878. source: "./media/characters/vance/front.svg",
  10879. extra: 1980 / 1890,
  10880. bottom: 0.09
  10881. }
  10882. },
  10883. back: {
  10884. height: math.unit(6, "feet"),
  10885. weight: math.unit(120, "lb"),
  10886. name: "Back",
  10887. image: {
  10888. source: "./media/characters/vance/back.svg",
  10889. extra: 2081 / 1994,
  10890. bottom: 0.014
  10891. }
  10892. },
  10893. hand: {
  10894. height: math.unit(0.88, "feet"),
  10895. name: "Hand",
  10896. image: {
  10897. source: "./media/characters/vance/hand.svg"
  10898. }
  10899. },
  10900. foot: {
  10901. height: math.unit(0.64, "feet"),
  10902. name: "Foot",
  10903. image: {
  10904. source: "./media/characters/vance/foot.svg"
  10905. }
  10906. },
  10907. },
  10908. [
  10909. {
  10910. name: "Small",
  10911. height: math.unit(90, "feet"),
  10912. default: true
  10913. },
  10914. {
  10915. name: "Macro",
  10916. height: math.unit(100, "meters")
  10917. },
  10918. {
  10919. name: "Megamacro",
  10920. height: math.unit(15, "miles")
  10921. },
  10922. ]
  10923. ))
  10924. characterMakers.push(() => makeCharacter(
  10925. { name: "Xochitl" },
  10926. {
  10927. front: {
  10928. height: math.unit(6, "feet"),
  10929. weight: math.unit(180, "lb"),
  10930. name: "Front",
  10931. image: {
  10932. source: "./media/characters/xochitl/front.svg",
  10933. extra: 2297 / 2261,
  10934. bottom: 0.065
  10935. }
  10936. },
  10937. back: {
  10938. height: math.unit(6, "feet"),
  10939. weight: math.unit(180, "lb"),
  10940. name: "Back",
  10941. image: {
  10942. source: "./media/characters/xochitl/back.svg",
  10943. extra: 2386 / 2354,
  10944. bottom: 0.01
  10945. }
  10946. },
  10947. foot: {
  10948. height: math.unit(6 / 5 * 1.15, "feet"),
  10949. weight: math.unit(150, "lb"),
  10950. name: "Foot",
  10951. image: {
  10952. source: "./media/characters/xochitl/foot.svg"
  10953. }
  10954. },
  10955. },
  10956. [
  10957. {
  10958. name: "Macro",
  10959. height: math.unit(80, "feet")
  10960. },
  10961. {
  10962. name: "Macro+",
  10963. height: math.unit(400, "feet"),
  10964. default: true
  10965. },
  10966. {
  10967. name: "Gigamacro",
  10968. height: math.unit(80000, "miles")
  10969. },
  10970. {
  10971. name: "Gigamacro+",
  10972. height: math.unit(400000, "miles")
  10973. },
  10974. {
  10975. name: "Teramacro",
  10976. height: math.unit(300, "AU")
  10977. },
  10978. ]
  10979. ))
  10980. characterMakers.push(() => makeCharacter(
  10981. { name: "Vincent" },
  10982. {
  10983. front: {
  10984. height: math.unit(6, "feet"),
  10985. weight: math.unit(150, "lb"),
  10986. name: "Front",
  10987. image: {
  10988. source: "./media/characters/vincent/front.svg",
  10989. extra: 1130 / 1080,
  10990. bottom: 0.055
  10991. }
  10992. },
  10993. beak: {
  10994. height: math.unit(6 * 0.1, "feet"),
  10995. name: "Beak",
  10996. image: {
  10997. source: "./media/characters/vincent/beak.svg"
  10998. }
  10999. },
  11000. hand: {
  11001. height: math.unit(6 * 0.85, "feet"),
  11002. weight: math.unit(150, "lb"),
  11003. name: "Hand",
  11004. image: {
  11005. source: "./media/characters/vincent/hand.svg"
  11006. }
  11007. },
  11008. foot: {
  11009. height: math.unit(6 * 0.19, "feet"),
  11010. weight: math.unit(150, "lb"),
  11011. name: "Foot",
  11012. image: {
  11013. source: "./media/characters/vincent/foot.svg"
  11014. }
  11015. },
  11016. },
  11017. [
  11018. {
  11019. name: "Base",
  11020. height: math.unit(6 + 5 / 12, "feet"),
  11021. default: true
  11022. },
  11023. {
  11024. name: "Macro",
  11025. height: math.unit(300, "feet")
  11026. },
  11027. {
  11028. name: "Megamacro",
  11029. height: math.unit(2, "miles")
  11030. },
  11031. {
  11032. name: "Gigamacro",
  11033. height: math.unit(1000, "miles")
  11034. },
  11035. ]
  11036. ))
  11037. characterMakers.push(() => makeCharacter(
  11038. { name: "Jay" },
  11039. {
  11040. front: {
  11041. height: math.unit(6 + 2 / 12, "feet"),
  11042. weight: math.unit(65, "lb"),
  11043. name: "Front",
  11044. image: {
  11045. source: "./media/characters/jay/front.svg",
  11046. extra: 1510 / 1430,
  11047. bottom: 0.042
  11048. }
  11049. },
  11050. back: {
  11051. height: math.unit(6 + 2 / 12, "feet"),
  11052. weight: math.unit(65, "lb"),
  11053. name: "Back",
  11054. image: {
  11055. source: "./media/characters/jay/back.svg",
  11056. extra: 1510 / 1430,
  11057. bottom: 0.025
  11058. }
  11059. },
  11060. clothed: {
  11061. height: math.unit(6 + 2 / 12, "feet"),
  11062. weight: math.unit(65, "lb"),
  11063. name: "Front (Clothed)",
  11064. image: {
  11065. source: "./media/characters/jay/clothed.svg",
  11066. extra: 744 / 699,
  11067. bottom: 0.043
  11068. }
  11069. },
  11070. },
  11071. [
  11072. {
  11073. name: "Micro",
  11074. height: math.unit(1, "inch")
  11075. },
  11076. {
  11077. name: "Normal",
  11078. height: math.unit(6 + 2 / 12, "feet"),
  11079. default: true
  11080. },
  11081. {
  11082. name: "Macro",
  11083. height: math.unit(1, "mile")
  11084. },
  11085. {
  11086. name: "Megamacro",
  11087. height: math.unit(100, "miles")
  11088. },
  11089. ]
  11090. ))
  11091. characterMakers.push(() => makeCharacter(
  11092. { name: "Coatl" },
  11093. {
  11094. front: {
  11095. height: math.unit(2, "meters"),
  11096. weight: math.unit(500, "kg"),
  11097. name: "Front",
  11098. image: {
  11099. source: "./media/characters/coatl/front.svg",
  11100. extra: 3948 / 3500,
  11101. bottom: 0.082
  11102. }
  11103. },
  11104. },
  11105. [
  11106. {
  11107. name: "Normal",
  11108. height: math.unit(4, "meters")
  11109. },
  11110. {
  11111. name: "Macro",
  11112. height: math.unit(100, "meters"),
  11113. default: true
  11114. },
  11115. {
  11116. name: "Macro+",
  11117. height: math.unit(300, "meters")
  11118. },
  11119. {
  11120. name: "Megamacro",
  11121. height: math.unit(3, "gigameters")
  11122. },
  11123. {
  11124. name: "Megamacro+",
  11125. height: math.unit(300, "terameters")
  11126. },
  11127. {
  11128. name: "Megamacro++",
  11129. height: math.unit(3, "lightyears")
  11130. },
  11131. ]
  11132. ))
  11133. characterMakers.push(() => makeCharacter(
  11134. { name: "Shiroryu" },
  11135. {
  11136. front: {
  11137. height: math.unit(6, "feet"),
  11138. weight: math.unit(50, "kg"),
  11139. name: "front",
  11140. image: {
  11141. source: "./media/characters/shiroryu/front.svg",
  11142. extra: 1990 / 1935
  11143. }
  11144. },
  11145. },
  11146. [
  11147. {
  11148. name: "Mortal Mingling",
  11149. height: math.unit(3, "meters")
  11150. },
  11151. {
  11152. name: "Kaiju-ish",
  11153. height: math.unit(250, "meters")
  11154. },
  11155. {
  11156. name: "Somewhat Godly",
  11157. height: math.unit(400, "km"),
  11158. default: true
  11159. },
  11160. {
  11161. name: "Planetary",
  11162. height: math.unit(300, "megameters")
  11163. },
  11164. {
  11165. name: "Galaxy-dwarfing",
  11166. height: math.unit(450, "kiloparsecs")
  11167. },
  11168. {
  11169. name: "Universe Eater",
  11170. height: math.unit(150, "gigaparsecs")
  11171. },
  11172. {
  11173. name: "Almost Immeasurable",
  11174. height: math.unit(1.3e266, "yottaparsecs")
  11175. },
  11176. ]
  11177. ))
  11178. characterMakers.push(() => makeCharacter(
  11179. { name: "Umeko" },
  11180. {
  11181. front: {
  11182. height: math.unit(6, "feet"),
  11183. weight: math.unit(150, "lb"),
  11184. name: "Front",
  11185. image: {
  11186. source: "./media/characters/umeko/front.svg",
  11187. extra: 1,
  11188. bottom: 0.019
  11189. }
  11190. },
  11191. frontArmored: {
  11192. height: math.unit(6, "feet"),
  11193. weight: math.unit(150, "lb"),
  11194. name: "Front (Armored)",
  11195. image: {
  11196. source: "./media/characters/umeko/front-armored.svg",
  11197. extra: 1,
  11198. bottom: 0.021
  11199. }
  11200. },
  11201. },
  11202. [
  11203. {
  11204. name: "Macro",
  11205. height: math.unit(220, "feet"),
  11206. default: true
  11207. },
  11208. {
  11209. name: "Guardian Dragon",
  11210. height: math.unit(50, "miles")
  11211. },
  11212. {
  11213. name: "Cosmic",
  11214. height: math.unit(800000, "miles")
  11215. },
  11216. ]
  11217. ))
  11218. characterMakers.push(() => makeCharacter(
  11219. { name: "Cassidy" },
  11220. {
  11221. front: {
  11222. height: math.unit(6, "feet"),
  11223. weight: math.unit(150, "lb"),
  11224. name: "Front",
  11225. image: {
  11226. source: "./media/characters/cassidy/front.svg",
  11227. extra: 1,
  11228. bottom: 0.043
  11229. }
  11230. },
  11231. },
  11232. [
  11233. {
  11234. name: "Canon Height",
  11235. height: math.unit(120, "feet"),
  11236. default: true
  11237. },
  11238. {
  11239. name: "Macro+",
  11240. height: math.unit(400, "feet")
  11241. },
  11242. {
  11243. name: "Macro++",
  11244. height: math.unit(4000, "feet")
  11245. },
  11246. {
  11247. name: "Megamacro",
  11248. height: math.unit(3, "miles")
  11249. },
  11250. ]
  11251. ))
  11252. characterMakers.push(() => makeCharacter(
  11253. { name: "Isaac" },
  11254. {
  11255. front: {
  11256. height: math.unit(6, "feet"),
  11257. weight: math.unit(150, "lb"),
  11258. name: "Front",
  11259. image: {
  11260. source: "./media/characters/isaac/front.svg",
  11261. extra: 896 / 815,
  11262. bottom: 0.11
  11263. }
  11264. },
  11265. },
  11266. [
  11267. {
  11268. name: "Human Size",
  11269. height: math.unit(8, "feet"),
  11270. default: true
  11271. },
  11272. {
  11273. name: "Macro",
  11274. height: math.unit(400, "feet")
  11275. },
  11276. {
  11277. name: "Megamacro",
  11278. height: math.unit(50, "miles")
  11279. },
  11280. {
  11281. name: "Canon Height",
  11282. height: math.unit(200, "AU")
  11283. },
  11284. ]
  11285. ))
  11286. characterMakers.push(() => makeCharacter(
  11287. { name: "Sleekit" },
  11288. {
  11289. front: {
  11290. height: math.unit(6, "feet"),
  11291. weight: math.unit(72, "kg"),
  11292. name: "Front",
  11293. image: {
  11294. source: "./media/characters/sleekit/front.svg",
  11295. extra: 4693 / 4487,
  11296. bottom: 0.012
  11297. }
  11298. },
  11299. },
  11300. [
  11301. {
  11302. name: "Minimum Height",
  11303. height: math.unit(10, "meters")
  11304. },
  11305. {
  11306. name: "Smaller",
  11307. height: math.unit(25, "meters")
  11308. },
  11309. {
  11310. name: "Larger",
  11311. height: math.unit(38, "meters"),
  11312. default: true
  11313. },
  11314. {
  11315. name: "Maximum height",
  11316. height: math.unit(100, "meters")
  11317. },
  11318. ]
  11319. ))
  11320. characterMakers.push(() => makeCharacter(
  11321. { name: "Nillia" },
  11322. {
  11323. front: {
  11324. height: math.unit(6, "feet"),
  11325. weight: math.unit(150, "lb"),
  11326. name: "Front",
  11327. image: {
  11328. source: "./media/characters/nillia/front.svg",
  11329. extra: 2195 / 2037,
  11330. bottom: 0.005
  11331. }
  11332. },
  11333. back: {
  11334. height: math.unit(6, "feet"),
  11335. weight: math.unit(150, "lb"),
  11336. name: "Back",
  11337. image: {
  11338. source: "./media/characters/nillia/back.svg",
  11339. extra: 2195 / 2037,
  11340. bottom: 0.005
  11341. }
  11342. },
  11343. },
  11344. [
  11345. {
  11346. name: "Canon Height",
  11347. height: math.unit(489, "feet"),
  11348. default: true
  11349. }
  11350. ]
  11351. ))
  11352. characterMakers.push(() => makeCharacter(
  11353. { name: "Mesmyriza" },
  11354. {
  11355. front: {
  11356. height: math.unit(6, "feet"),
  11357. weight: math.unit(150, "lb"),
  11358. name: "Front",
  11359. image: {
  11360. source: "./media/characters/mesmyriza/front.svg",
  11361. extra: 2067 / 1784,
  11362. bottom: 0.035
  11363. }
  11364. },
  11365. foot: {
  11366. height: math.unit(6 / (250 / 35), "feet"),
  11367. name: "Foot",
  11368. image: {
  11369. source: "./media/characters/mesmyriza/foot.svg"
  11370. }
  11371. },
  11372. },
  11373. [
  11374. {
  11375. name: "Macro",
  11376. height: math.unit(457, "meters"),
  11377. default: true
  11378. },
  11379. {
  11380. name: "Megamacro",
  11381. height: math.unit(8, "megameters")
  11382. },
  11383. ]
  11384. ))
  11385. characterMakers.push(() => makeCharacter(
  11386. { name: "Saudade" },
  11387. {
  11388. front: {
  11389. height: math.unit(6, "feet"),
  11390. weight: math.unit(250, "lb"),
  11391. name: "Front",
  11392. image: {
  11393. source: "./media/characters/saudade/front.svg",
  11394. extra: 1172 / 1139,
  11395. bottom: 0.035
  11396. }
  11397. },
  11398. },
  11399. [
  11400. {
  11401. name: "Micro",
  11402. height: math.unit(3, "inches")
  11403. },
  11404. {
  11405. name: "Normal",
  11406. height: math.unit(6, "feet"),
  11407. default: true
  11408. },
  11409. {
  11410. name: "Macro",
  11411. height: math.unit(50, "feet")
  11412. },
  11413. {
  11414. name: "Megamacro",
  11415. height: math.unit(2800, "feet")
  11416. },
  11417. ]
  11418. ))
  11419. characterMakers.push(() => makeCharacter(
  11420. { name: "Keireer" },
  11421. {
  11422. front: {
  11423. height: math.unit(5 + 4 / 12, "feet"),
  11424. weight: math.unit(100, "lb"),
  11425. name: "Front",
  11426. image: {
  11427. source: "./media/characters/keireer/front.svg",
  11428. extra: 716 / 666,
  11429. bottom: 0.05
  11430. }
  11431. },
  11432. },
  11433. [
  11434. {
  11435. name: "Normal",
  11436. height: math.unit(5 + 4 / 12, "feet"),
  11437. default: true
  11438. },
  11439. ]
  11440. ))
  11441. characterMakers.push(() => makeCharacter(
  11442. { name: "Mirja" },
  11443. {
  11444. front: {
  11445. height: math.unit(6, "feet"),
  11446. weight: math.unit(90, "kg"),
  11447. name: "Front",
  11448. image: {
  11449. source: "./media/characters/mirja/front.svg",
  11450. extra: 1789 / 1683,
  11451. bottom: 0.05
  11452. }
  11453. },
  11454. frontDressed: {
  11455. height: math.unit(6, "feet"),
  11456. weight: math.unit(90, "lb"),
  11457. name: "Front (Dressed)",
  11458. image: {
  11459. source: "./media/characters/mirja/front-dressed.svg",
  11460. extra: 1789 / 1683,
  11461. bottom: 0.05
  11462. }
  11463. },
  11464. back: {
  11465. height: math.unit(6, "feet"),
  11466. weight: math.unit(90, "lb"),
  11467. name: "Back",
  11468. image: {
  11469. source: "./media/characters/mirja/back.svg",
  11470. extra: 953 / 917,
  11471. bottom: 0.017
  11472. }
  11473. },
  11474. },
  11475. [
  11476. {
  11477. name: "\"Incognito\"",
  11478. height: math.unit(3, "meters")
  11479. },
  11480. {
  11481. name: "Strolling Size",
  11482. height: math.unit(15, "km")
  11483. },
  11484. {
  11485. name: "Larger Strolling Size",
  11486. height: math.unit(400, "km")
  11487. },
  11488. {
  11489. name: "Preferred Size",
  11490. height: math.unit(5000, "km")
  11491. },
  11492. {
  11493. name: "True Size",
  11494. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11495. default: true
  11496. },
  11497. ]
  11498. ))
  11499. characterMakers.push(() => makeCharacter(
  11500. { name: "Nightraver" },
  11501. {
  11502. front: {
  11503. height: math.unit(15, "feet"),
  11504. weight: math.unit(880, "kg"),
  11505. name: "Front",
  11506. image: {
  11507. source: "./media/characters/nightraver/front.svg",
  11508. extra: 2444 / 2160,
  11509. bottom: 0.027
  11510. }
  11511. },
  11512. back: {
  11513. height: math.unit(15, "feet"),
  11514. weight: math.unit(880, "kg"),
  11515. name: "Back",
  11516. image: {
  11517. source: "./media/characters/nightraver/back.svg",
  11518. extra: 2309 / 2180,
  11519. bottom: 0.005
  11520. }
  11521. },
  11522. sole: {
  11523. height: math.unit(2.878, "feet"),
  11524. name: "Sole",
  11525. image: {
  11526. source: "./media/characters/nightraver/sole.svg"
  11527. }
  11528. },
  11529. foot: {
  11530. height: math.unit(2.285, "feet"),
  11531. name: "Foot",
  11532. image: {
  11533. source: "./media/characters/nightraver/foot.svg"
  11534. }
  11535. },
  11536. maw: {
  11537. height: math.unit(2.67, "feet"),
  11538. name: "Maw",
  11539. image: {
  11540. source: "./media/characters/nightraver/maw.svg"
  11541. }
  11542. },
  11543. },
  11544. [
  11545. {
  11546. name: "Micro",
  11547. height: math.unit(1, "cm")
  11548. },
  11549. {
  11550. name: "Normal",
  11551. height: math.unit(15, "feet"),
  11552. default: true
  11553. },
  11554. {
  11555. name: "Macro",
  11556. height: math.unit(300, "feet")
  11557. },
  11558. {
  11559. name: "Megamacro",
  11560. height: math.unit(300, "miles")
  11561. },
  11562. {
  11563. name: "Gigamacro",
  11564. height: math.unit(10000, "miles")
  11565. },
  11566. ]
  11567. ))
  11568. characterMakers.push(() => makeCharacter(
  11569. { name: "Arc" },
  11570. {
  11571. side: {
  11572. height: math.unit(2, "inches"),
  11573. weight: math.unit(5, "grams"),
  11574. name: "Side",
  11575. image: {
  11576. source: "./media/characters/arc/side.svg"
  11577. }
  11578. },
  11579. },
  11580. [
  11581. {
  11582. name: "Micro",
  11583. height: math.unit(2, "inches"),
  11584. default: true
  11585. },
  11586. ]
  11587. ))
  11588. characterMakers.push(() => makeCharacter(
  11589. { name: "Nebula Shahar" },
  11590. {
  11591. front: {
  11592. height: math.unit(1.1938, "meters"),
  11593. weight: math.unit(54, "kg"),
  11594. name: "Front",
  11595. image: {
  11596. source: "./media/characters/nebula-shahar/front.svg",
  11597. extra: 1642 / 1436,
  11598. bottom: 0.06
  11599. }
  11600. },
  11601. },
  11602. [
  11603. {
  11604. name: "Megamicro",
  11605. height: math.unit(0.3, "mm")
  11606. },
  11607. {
  11608. name: "Micro",
  11609. height: math.unit(3, "cm")
  11610. },
  11611. {
  11612. name: "Normal",
  11613. height: math.unit(138, "cm"),
  11614. default: true
  11615. },
  11616. {
  11617. name: "Macro",
  11618. height: math.unit(30, "m")
  11619. },
  11620. ]
  11621. ))
  11622. characterMakers.push(() => makeCharacter(
  11623. { name: "Shayla" },
  11624. {
  11625. front: {
  11626. height: math.unit(5.24, "feet"),
  11627. weight: math.unit(150, "lb"),
  11628. name: "Front",
  11629. image: {
  11630. source: "./media/characters/shayla/front.svg",
  11631. extra: 1512 / 1414,
  11632. bottom: 0.01
  11633. }
  11634. },
  11635. back: {
  11636. height: math.unit(5.24, "feet"),
  11637. weight: math.unit(150, "lb"),
  11638. name: "Back",
  11639. image: {
  11640. source: "./media/characters/shayla/back.svg",
  11641. extra: 1512 / 1414
  11642. }
  11643. },
  11644. hand: {
  11645. height: math.unit(0.7781496062992126, "feet"),
  11646. name: "Hand",
  11647. image: {
  11648. source: "./media/characters/shayla/hand.svg"
  11649. }
  11650. },
  11651. foot: {
  11652. height: math.unit(1.4206036745406823, "feet"),
  11653. name: "Foot",
  11654. image: {
  11655. source: "./media/characters/shayla/foot.svg"
  11656. }
  11657. },
  11658. },
  11659. [
  11660. {
  11661. name: "Micro",
  11662. height: math.unit(0.32, "feet")
  11663. },
  11664. {
  11665. name: "Normal",
  11666. height: math.unit(5.24, "feet"),
  11667. default: true
  11668. },
  11669. {
  11670. name: "Macro",
  11671. height: math.unit(492.12, "feet")
  11672. },
  11673. {
  11674. name: "Megamacro",
  11675. height: math.unit(186.41, "miles")
  11676. },
  11677. ]
  11678. ))
  11679. characterMakers.push(() => makeCharacter(
  11680. { name: "Pia Jr." },
  11681. {
  11682. front: {
  11683. height: math.unit(2.2, "m"),
  11684. weight: math.unit(120, "kg"),
  11685. name: "Front",
  11686. image: {
  11687. source: "./media/characters/pia-jr/front.svg",
  11688. extra: 1000 / 970,
  11689. bottom: 0.035
  11690. }
  11691. },
  11692. hand: {
  11693. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11694. name: "Hand",
  11695. image: {
  11696. source: "./media/characters/pia-jr/hand.svg"
  11697. }
  11698. },
  11699. paw: {
  11700. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11701. name: "Paw",
  11702. image: {
  11703. source: "./media/characters/pia-jr/paw.svg"
  11704. }
  11705. },
  11706. },
  11707. [
  11708. {
  11709. name: "Micro",
  11710. height: math.unit(1.2, "cm")
  11711. },
  11712. {
  11713. name: "Normal",
  11714. height: math.unit(2.2, "m"),
  11715. default: true
  11716. },
  11717. {
  11718. name: "Macro",
  11719. height: math.unit(180, "m")
  11720. },
  11721. {
  11722. name: "Megamacro",
  11723. height: math.unit(420, "km")
  11724. },
  11725. ]
  11726. ))
  11727. characterMakers.push(() => makeCharacter(
  11728. { name: "Pia Sr." },
  11729. {
  11730. front: {
  11731. height: math.unit(2, "m"),
  11732. weight: math.unit(115, "kg"),
  11733. name: "Front",
  11734. image: {
  11735. source: "./media/characters/pia-sr/front.svg",
  11736. extra: 760 / 730,
  11737. bottom: 0.015
  11738. }
  11739. },
  11740. back: {
  11741. height: math.unit(2, "m"),
  11742. weight: math.unit(115, "kg"),
  11743. name: "Back",
  11744. image: {
  11745. source: "./media/characters/pia-sr/back.svg",
  11746. extra: 760 / 730,
  11747. bottom: 0.01
  11748. }
  11749. },
  11750. hand: {
  11751. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11752. name: "Hand",
  11753. image: {
  11754. source: "./media/characters/pia-sr/hand.svg"
  11755. }
  11756. },
  11757. foot: {
  11758. height: math.unit(1.83, "feet"),
  11759. name: "Foot",
  11760. image: {
  11761. source: "./media/characters/pia-sr/foot.svg"
  11762. }
  11763. },
  11764. },
  11765. [
  11766. {
  11767. name: "Micro",
  11768. height: math.unit(88, "mm")
  11769. },
  11770. {
  11771. name: "Normal",
  11772. height: math.unit(2, "m"),
  11773. default: true
  11774. },
  11775. {
  11776. name: "Macro",
  11777. height: math.unit(200, "m")
  11778. },
  11779. {
  11780. name: "Megamacro",
  11781. height: math.unit(420, "km")
  11782. },
  11783. ]
  11784. ))
  11785. characterMakers.push(() => makeCharacter(
  11786. { name: "KIBIBYTE" },
  11787. {
  11788. front: {
  11789. height: math.unit(8 + 2 / 12, "feet"),
  11790. weight: math.unit(300, "lb"),
  11791. name: "Front",
  11792. image: {
  11793. source: "./media/characters/kibibyte/front.svg",
  11794. extra: 2221 / 2098,
  11795. bottom: 0.04
  11796. }
  11797. },
  11798. },
  11799. [
  11800. {
  11801. name: "Normal",
  11802. height: math.unit(8 + 2 / 12, "feet"),
  11803. default: true
  11804. },
  11805. {
  11806. name: "Socialable Macro",
  11807. height: math.unit(50, "feet")
  11808. },
  11809. {
  11810. name: "Macro",
  11811. height: math.unit(300, "feet")
  11812. },
  11813. {
  11814. name: "Megamacro",
  11815. height: math.unit(500, "miles")
  11816. },
  11817. ]
  11818. ))
  11819. characterMakers.push(() => makeCharacter(
  11820. { name: "Felix" },
  11821. {
  11822. front: {
  11823. height: math.unit(6, "feet"),
  11824. weight: math.unit(150, "lb"),
  11825. name: "Front",
  11826. image: {
  11827. source: "./media/characters/felix/front.svg",
  11828. extra: 762 / 722,
  11829. bottom: 0.02
  11830. }
  11831. },
  11832. frontClothed: {
  11833. height: math.unit(6, "feet"),
  11834. weight: math.unit(150, "lb"),
  11835. name: "Front (Clothed)",
  11836. image: {
  11837. source: "./media/characters/felix/front-clothed.svg",
  11838. extra: 762 / 722,
  11839. bottom: 0.02
  11840. }
  11841. },
  11842. },
  11843. [
  11844. {
  11845. name: "Normal",
  11846. height: math.unit(6 + 8 / 12, "feet"),
  11847. default: true
  11848. },
  11849. {
  11850. name: "Macro",
  11851. height: math.unit(2600, "feet")
  11852. },
  11853. {
  11854. name: "Megamacro",
  11855. height: math.unit(450, "miles")
  11856. },
  11857. ]
  11858. ))
  11859. characterMakers.push(() => makeCharacter(
  11860. { name: "Tobo" },
  11861. {
  11862. front: {
  11863. height: math.unit(6 + 1 / 12, "feet"),
  11864. weight: math.unit(250, "lb"),
  11865. name: "Front",
  11866. image: {
  11867. source: "./media/characters/tobo/front.svg",
  11868. extra: 608 / 586,
  11869. bottom: 0.023
  11870. }
  11871. },
  11872. back: {
  11873. height: math.unit(6 + 1 / 12, "feet"),
  11874. weight: math.unit(250, "lb"),
  11875. name: "Back",
  11876. image: {
  11877. source: "./media/characters/tobo/back.svg",
  11878. extra: 608 / 586
  11879. }
  11880. },
  11881. },
  11882. [
  11883. {
  11884. name: "Nano",
  11885. height: math.unit(2, "nm")
  11886. },
  11887. {
  11888. name: "Megamicro",
  11889. height: math.unit(0.1, "mm")
  11890. },
  11891. {
  11892. name: "Micro",
  11893. height: math.unit(1, "inch"),
  11894. default: true
  11895. },
  11896. {
  11897. name: "Human-sized",
  11898. height: math.unit(6 + 1 / 12, "feet")
  11899. },
  11900. {
  11901. name: "Macro",
  11902. height: math.unit(250, "feet")
  11903. },
  11904. {
  11905. name: "Megamacro",
  11906. height: math.unit(75, "miles")
  11907. },
  11908. {
  11909. name: "Texas-sized",
  11910. height: math.unit(750, "miles")
  11911. },
  11912. {
  11913. name: "Teramacro",
  11914. height: math.unit(50000, "miles")
  11915. },
  11916. ]
  11917. ))
  11918. characterMakers.push(() => makeCharacter(
  11919. { name: "Danny Kapowsky" },
  11920. {
  11921. front: {
  11922. height: math.unit(6, "feet"),
  11923. weight: math.unit(269, "lb"),
  11924. name: "Front",
  11925. image: {
  11926. source: "./media/characters/danny-kapowsky/front.svg",
  11927. extra: 766 / 736,
  11928. bottom: 0.044
  11929. }
  11930. },
  11931. back: {
  11932. height: math.unit(6, "feet"),
  11933. weight: math.unit(269, "lb"),
  11934. name: "Back",
  11935. image: {
  11936. source: "./media/characters/danny-kapowsky/back.svg",
  11937. extra: 797 / 760,
  11938. bottom: 0.025
  11939. }
  11940. },
  11941. },
  11942. [
  11943. {
  11944. name: "Macro",
  11945. height: math.unit(150, "feet"),
  11946. default: true
  11947. },
  11948. {
  11949. name: "Macro+",
  11950. height: math.unit(200, "feet")
  11951. },
  11952. {
  11953. name: "Macro++",
  11954. height: math.unit(300, "feet")
  11955. },
  11956. {
  11957. name: "Macro+++",
  11958. height: math.unit(400, "feet")
  11959. },
  11960. ]
  11961. ))
  11962. characterMakers.push(() => makeCharacter(
  11963. { name: "Finn" },
  11964. {
  11965. side: {
  11966. height: math.unit(6, "feet"),
  11967. weight: math.unit(170, "lb"),
  11968. name: "Side",
  11969. image: {
  11970. source: "./media/characters/finn/side.svg",
  11971. extra: 1953 / 1807,
  11972. bottom: 0.057
  11973. }
  11974. },
  11975. },
  11976. [
  11977. {
  11978. name: "Megamacro",
  11979. height: math.unit(14445, "feet"),
  11980. default: true
  11981. },
  11982. ]
  11983. ))
  11984. characterMakers.push(() => makeCharacter(
  11985. { name: "Roy" },
  11986. {
  11987. front: {
  11988. height: math.unit(5 + 6 / 12, "feet"),
  11989. weight: math.unit(125, "lb"),
  11990. name: "Front",
  11991. image: {
  11992. source: "./media/characters/roy/front.svg",
  11993. extra: 1,
  11994. bottom: 0.11
  11995. }
  11996. },
  11997. },
  11998. [
  11999. {
  12000. name: "Micro",
  12001. height: math.unit(3, "inches"),
  12002. default: true
  12003. },
  12004. {
  12005. name: "Normal",
  12006. height: math.unit(5 + 6 / 12, "feet")
  12007. },
  12008. {
  12009. name: "Lesser Macro",
  12010. height: math.unit(60, "feet")
  12011. },
  12012. {
  12013. name: "Greater Macro",
  12014. height: math.unit(120, "feet")
  12015. },
  12016. ]
  12017. ))
  12018. characterMakers.push(() => makeCharacter(
  12019. { name: "Aevsivs" },
  12020. {
  12021. front: {
  12022. height: math.unit(6, "feet"),
  12023. weight: math.unit(100, "lb"),
  12024. name: "Front",
  12025. image: {
  12026. source: "./media/characters/aevsivs/front.svg",
  12027. extra: 1,
  12028. bottom: 0.03
  12029. }
  12030. },
  12031. back: {
  12032. height: math.unit(6, "feet"),
  12033. weight: math.unit(100, "lb"),
  12034. name: "Back",
  12035. image: {
  12036. source: "./media/characters/aevsivs/back.svg"
  12037. }
  12038. },
  12039. },
  12040. [
  12041. {
  12042. name: "Micro",
  12043. height: math.unit(2, "inches"),
  12044. default: true
  12045. },
  12046. {
  12047. name: "Normal",
  12048. height: math.unit(5, "feet")
  12049. },
  12050. ]
  12051. ))
  12052. characterMakers.push(() => makeCharacter(
  12053. { name: "Hildegard" },
  12054. {
  12055. front: {
  12056. height: math.unit(5 + 7 / 12, "feet"),
  12057. weight: math.unit(159, "lb"),
  12058. name: "Front",
  12059. image: {
  12060. source: "./media/characters/hildegard/front.svg",
  12061. extra: 312 / 286,
  12062. bottom: 0.005
  12063. }
  12064. },
  12065. },
  12066. [
  12067. {
  12068. name: "Normal",
  12069. height: math.unit(5 + 7 / 12, "feet"),
  12070. default: true
  12071. },
  12072. ]
  12073. ))
  12074. characterMakers.push(() => makeCharacter(
  12075. { name: "Bernard & Wilder" },
  12076. {
  12077. bernard: {
  12078. height: math.unit(2 + 7 / 12, "feet"),
  12079. weight: math.unit(66, "lb"),
  12080. name: "Bernard",
  12081. rename: true,
  12082. image: {
  12083. source: "./media/characters/bernard-wilder/bernard.svg",
  12084. extra: 192 / 128,
  12085. bottom: 0.05
  12086. }
  12087. },
  12088. wilder: {
  12089. height: math.unit(5 + 8 / 12, "feet"),
  12090. weight: math.unit(143, "lb"),
  12091. name: "Wilder",
  12092. rename: true,
  12093. image: {
  12094. source: "./media/characters/bernard-wilder/wilder.svg",
  12095. extra: 361 / 312,
  12096. bottom: 0.02
  12097. }
  12098. },
  12099. },
  12100. [
  12101. {
  12102. name: "Normal",
  12103. height: math.unit(2 + 7 / 12, "feet"),
  12104. default: true
  12105. },
  12106. ]
  12107. ))
  12108. characterMakers.push(() => makeCharacter(
  12109. { name: "Hearth" },
  12110. {
  12111. anthro: {
  12112. height: math.unit(6 + 1 / 12, "feet"),
  12113. weight: math.unit(155, "lb"),
  12114. name: "Anthro",
  12115. image: {
  12116. source: "./media/characters/hearth/anthro.svg",
  12117. extra: 260 / 250,
  12118. bottom: 0.02
  12119. }
  12120. },
  12121. feral: {
  12122. height: math.unit(3.78, "feet"),
  12123. weight: math.unit(35, "kg"),
  12124. name: "Feral",
  12125. image: {
  12126. source: "./media/characters/hearth/feral.svg",
  12127. extra: 153 / 135,
  12128. bottom: 0.03
  12129. }
  12130. },
  12131. },
  12132. [
  12133. {
  12134. name: "Normal",
  12135. height: math.unit(6 + 1 / 12, "feet"),
  12136. default: true
  12137. },
  12138. ]
  12139. ))
  12140. characterMakers.push(() => makeCharacter(
  12141. { name: "Ingrid" },
  12142. {
  12143. front: {
  12144. height: math.unit(6, "feet"),
  12145. weight: math.unit(182, "lb"),
  12146. name: "Front",
  12147. image: {
  12148. source: "./media/characters/ingrid/front.svg",
  12149. extra: 294 / 268,
  12150. bottom: 0.027
  12151. }
  12152. },
  12153. },
  12154. [
  12155. {
  12156. name: "Normal",
  12157. height: math.unit(6, "feet"),
  12158. default: true
  12159. },
  12160. ]
  12161. ))
  12162. characterMakers.push(() => makeCharacter(
  12163. { name: "Malgam" },
  12164. {
  12165. eevee: {
  12166. height: math.unit(2 + 10 / 12, "feet"),
  12167. weight: math.unit(86, "lb"),
  12168. name: "Malgam",
  12169. image: {
  12170. source: "./media/characters/malgam/eevee.svg",
  12171. extra: 218 / 180,
  12172. bottom: 0.2
  12173. }
  12174. },
  12175. sylveon: {
  12176. height: math.unit(4, "feet"),
  12177. weight: math.unit(101, "lb"),
  12178. name: "Future Malgam",
  12179. rename: true,
  12180. image: {
  12181. source: "./media/characters/malgam/sylveon.svg",
  12182. extra: 371 / 325,
  12183. bottom: 0.015
  12184. }
  12185. },
  12186. gigantamax: {
  12187. height: math.unit(50, "feet"),
  12188. name: "Gigantamax Malgam",
  12189. rename: true,
  12190. image: {
  12191. source: "./media/characters/malgam/gigantamax.svg"
  12192. }
  12193. },
  12194. },
  12195. [
  12196. {
  12197. name: "Normal",
  12198. height: math.unit(2 + 10 / 12, "feet"),
  12199. default: true
  12200. },
  12201. ]
  12202. ))
  12203. characterMakers.push(() => makeCharacter(
  12204. { name: "Fleur" },
  12205. {
  12206. front: {
  12207. height: math.unit(5 + 11 / 12, "feet"),
  12208. weight: math.unit(188, "lb"),
  12209. name: "Front",
  12210. image: {
  12211. source: "./media/characters/fleur/front.svg",
  12212. extra: 309 / 283,
  12213. bottom: 0.007
  12214. }
  12215. },
  12216. },
  12217. [
  12218. {
  12219. name: "Normal",
  12220. height: math.unit(5 + 11 / 12, "feet"),
  12221. default: true
  12222. },
  12223. ]
  12224. ))
  12225. characterMakers.push(() => makeCharacter(
  12226. { name: "Jude" },
  12227. {
  12228. front: {
  12229. height: math.unit(5 + 4 / 12, "feet"),
  12230. weight: math.unit(122, "lb"),
  12231. name: "Front",
  12232. image: {
  12233. source: "./media/characters/jude/front.svg",
  12234. extra: 288 / 273,
  12235. bottom: 0.03
  12236. }
  12237. },
  12238. },
  12239. [
  12240. {
  12241. name: "Normal",
  12242. height: math.unit(5 + 4 / 12, "feet"),
  12243. default: true
  12244. },
  12245. ]
  12246. ))
  12247. characterMakers.push(() => makeCharacter(
  12248. { name: "Seara" },
  12249. {
  12250. front: {
  12251. height: math.unit(5 + 11 / 12, "feet"),
  12252. weight: math.unit(190, "lb"),
  12253. name: "Front",
  12254. image: {
  12255. source: "./media/characters/seara/front.svg",
  12256. extra: 1,
  12257. bottom: 0.05
  12258. }
  12259. },
  12260. },
  12261. [
  12262. {
  12263. name: "Normal",
  12264. height: math.unit(5 + 11 / 12, "feet"),
  12265. default: true
  12266. },
  12267. ]
  12268. ))
  12269. characterMakers.push(() => makeCharacter(
  12270. { name: "Caspian" },
  12271. {
  12272. front: {
  12273. height: math.unit(16 + 5 / 12, "feet"),
  12274. weight: math.unit(524, "lb"),
  12275. name: "Front",
  12276. image: {
  12277. source: "./media/characters/caspian/front.svg",
  12278. extra: 1,
  12279. bottom: 0.04
  12280. }
  12281. },
  12282. },
  12283. [
  12284. {
  12285. name: "Normal",
  12286. height: math.unit(16 + 5 / 12, "feet"),
  12287. default: true
  12288. },
  12289. ]
  12290. ))
  12291. characterMakers.push(() => makeCharacter(
  12292. { name: "Mika" },
  12293. {
  12294. front: {
  12295. height: math.unit(5 + 7 / 12, "feet"),
  12296. weight: math.unit(170, "lb"),
  12297. name: "Front",
  12298. image: {
  12299. source: "./media/characters/mika/front.svg",
  12300. extra: 1,
  12301. bottom: 0.016
  12302. }
  12303. },
  12304. },
  12305. [
  12306. {
  12307. name: "Normal",
  12308. height: math.unit(5 + 7 / 12, "feet"),
  12309. default: true
  12310. },
  12311. ]
  12312. ))
  12313. characterMakers.push(() => makeCharacter(
  12314. { name: "Sol" },
  12315. {
  12316. front: {
  12317. height: math.unit(6 + 2 / 12, "feet"),
  12318. weight: math.unit(268, "lb"),
  12319. name: "Front",
  12320. image: {
  12321. source: "./media/characters/sol/front.svg",
  12322. extra: 247 / 231,
  12323. bottom: 0.05
  12324. }
  12325. },
  12326. },
  12327. [
  12328. {
  12329. name: "Normal",
  12330. height: math.unit(6 + 2 / 12, "feet"),
  12331. default: true
  12332. },
  12333. ]
  12334. ))
  12335. characterMakers.push(() => makeCharacter(
  12336. { name: "Umiko" },
  12337. {
  12338. buizel: {
  12339. height: math.unit(2 + 5 / 12, "feet"),
  12340. weight: math.unit(87, "lb"),
  12341. name: "Buizel",
  12342. image: {
  12343. source: "./media/characters/umiko/buizel.svg",
  12344. extra: 172 / 157,
  12345. bottom: 0.01
  12346. }
  12347. },
  12348. floatzel: {
  12349. height: math.unit(5 + 9 / 12, "feet"),
  12350. weight: math.unit(250, "lb"),
  12351. name: "Floatzel",
  12352. image: {
  12353. source: "./media/characters/umiko/floatzel.svg",
  12354. extra: 262 / 248
  12355. }
  12356. },
  12357. },
  12358. [
  12359. {
  12360. name: "Normal",
  12361. height: math.unit(2 + 5 / 12, "feet"),
  12362. default: true
  12363. },
  12364. ]
  12365. ))
  12366. characterMakers.push(() => makeCharacter(
  12367. { name: "Iliac" },
  12368. {
  12369. front: {
  12370. height: math.unit(6 + 2 / 12, "feet"),
  12371. weight: math.unit(146, "lb"),
  12372. name: "Front",
  12373. image: {
  12374. source: "./media/characters/iliac/front.svg",
  12375. extra: 389 / 365,
  12376. bottom: 0.035
  12377. }
  12378. },
  12379. },
  12380. [
  12381. {
  12382. name: "Normal",
  12383. height: math.unit(6 + 2 / 12, "feet"),
  12384. default: true
  12385. },
  12386. ]
  12387. ))
  12388. characterMakers.push(() => makeCharacter(
  12389. { name: "Topaz" },
  12390. {
  12391. front: {
  12392. height: math.unit(6, "feet"),
  12393. weight: math.unit(170, "lb"),
  12394. name: "Front",
  12395. image: {
  12396. source: "./media/characters/topaz/front.svg",
  12397. extra: 317 / 303,
  12398. bottom: 0.055
  12399. }
  12400. },
  12401. },
  12402. [
  12403. {
  12404. name: "Normal",
  12405. height: math.unit(6, "feet"),
  12406. default: true
  12407. },
  12408. ]
  12409. ))
  12410. characterMakers.push(() => makeCharacter(
  12411. { name: "Gabriel" },
  12412. {
  12413. front: {
  12414. height: math.unit(5 + 11 / 12, "feet"),
  12415. weight: math.unit(144, "lb"),
  12416. name: "Front",
  12417. image: {
  12418. source: "./media/characters/gabriel/front.svg",
  12419. extra: 285 / 262,
  12420. bottom: 0.004
  12421. }
  12422. },
  12423. },
  12424. [
  12425. {
  12426. name: "Normal",
  12427. height: math.unit(5 + 11 / 12, "feet"),
  12428. default: true
  12429. },
  12430. ]
  12431. ))
  12432. characterMakers.push(() => makeCharacter(
  12433. { name: "Tempest (Suicune)" },
  12434. {
  12435. side: {
  12436. height: math.unit(6 + 5 / 12, "feet"),
  12437. weight: math.unit(300, "lb"),
  12438. name: "Side",
  12439. image: {
  12440. source: "./media/characters/tempest-suicune/side.svg",
  12441. extra: 195 / 154,
  12442. bottom: 0.04
  12443. }
  12444. },
  12445. },
  12446. [
  12447. {
  12448. name: "Normal",
  12449. height: math.unit(6 + 5 / 12, "feet"),
  12450. default: true
  12451. },
  12452. ]
  12453. ))
  12454. characterMakers.push(() => makeCharacter(
  12455. { name: "Vulcan" },
  12456. {
  12457. front: {
  12458. height: math.unit(7 + 2 / 12, "feet"),
  12459. weight: math.unit(322, "lb"),
  12460. name: "Front",
  12461. image: {
  12462. source: "./media/characters/vulcan/front.svg",
  12463. extra: 154 / 147,
  12464. bottom: 0.04
  12465. }
  12466. },
  12467. },
  12468. [
  12469. {
  12470. name: "Normal",
  12471. height: math.unit(7 + 2 / 12, "feet"),
  12472. default: true
  12473. },
  12474. ]
  12475. ))
  12476. characterMakers.push(() => makeCharacter(
  12477. { name: "Gault" },
  12478. {
  12479. front: {
  12480. height: math.unit(5 + 10 / 12, "feet"),
  12481. weight: math.unit(264, "lb"),
  12482. name: "Front",
  12483. image: {
  12484. source: "./media/characters/gault/front.svg",
  12485. extra: 161 / 140,
  12486. bottom: 0.028
  12487. }
  12488. },
  12489. },
  12490. [
  12491. {
  12492. name: "Normal",
  12493. height: math.unit(5 + 10 / 12, "feet"),
  12494. default: true
  12495. },
  12496. ]
  12497. ))
  12498. characterMakers.push(() => makeCharacter(
  12499. { name: "Shard" },
  12500. {
  12501. front: {
  12502. height: math.unit(6, "feet"),
  12503. weight: math.unit(150, "lb"),
  12504. name: "Front",
  12505. image: {
  12506. source: "./media/characters/shard/front.svg",
  12507. extra: 273 / 238,
  12508. bottom: 0.02
  12509. }
  12510. },
  12511. },
  12512. [
  12513. {
  12514. name: "Normal",
  12515. height: math.unit(3 + 6 / 12, "feet"),
  12516. default: true
  12517. },
  12518. ]
  12519. ))
  12520. characterMakers.push(() => makeCharacter(
  12521. { name: "Ashe" },
  12522. {
  12523. front: {
  12524. height: math.unit(5 + 11 / 12, "feet"),
  12525. weight: math.unit(146, "lb"),
  12526. name: "Front",
  12527. image: {
  12528. source: "./media/characters/ashe/front.svg",
  12529. extra: 400 / 373,
  12530. bottom: 0.01
  12531. }
  12532. },
  12533. },
  12534. [
  12535. {
  12536. name: "Normal",
  12537. height: math.unit(5 + 11 / 12, "feet"),
  12538. default: true
  12539. },
  12540. ]
  12541. ))
  12542. characterMakers.push(() => makeCharacter(
  12543. { name: "Beatrix" },
  12544. {
  12545. front: {
  12546. height: math.unit(5 + 5 / 12, "feet"),
  12547. weight: math.unit(135, "lb"),
  12548. name: "Front",
  12549. image: {
  12550. source: "./media/characters/beatrix/front.svg",
  12551. extra: 392 / 379,
  12552. bottom: 0.01
  12553. }
  12554. },
  12555. },
  12556. [
  12557. {
  12558. name: "Normal",
  12559. height: math.unit(6, "feet"),
  12560. default: true
  12561. },
  12562. ]
  12563. ))
  12564. characterMakers.push(() => makeCharacter(
  12565. { name: "Ignatius" },
  12566. {
  12567. front: {
  12568. height: math.unit(6, "feet"),
  12569. weight: math.unit(150, "lb"),
  12570. name: "Front",
  12571. image: {
  12572. source: "./media/characters/ignatius/front.svg",
  12573. extra: 245 / 222,
  12574. bottom: 0.01
  12575. }
  12576. },
  12577. },
  12578. [
  12579. {
  12580. name: "Normal",
  12581. height: math.unit(5 + 5 / 12, "feet"),
  12582. default: true
  12583. },
  12584. ]
  12585. ))
  12586. characterMakers.push(() => makeCharacter(
  12587. { name: "Mei Li" },
  12588. {
  12589. front: {
  12590. height: math.unit(6 + 2 / 12, "feet"),
  12591. weight: math.unit(138, "lb"),
  12592. name: "Front",
  12593. image: {
  12594. source: "./media/characters/mei-li/front.svg",
  12595. extra: 237 / 229,
  12596. bottom: 0.03
  12597. }
  12598. },
  12599. },
  12600. [
  12601. {
  12602. name: "Normal",
  12603. height: math.unit(6 + 2 / 12, "feet"),
  12604. default: true
  12605. },
  12606. ]
  12607. ))
  12608. characterMakers.push(() => makeCharacter(
  12609. { name: "Puru" },
  12610. {
  12611. front: {
  12612. height: math.unit(2 + 4 / 12, "feet"),
  12613. weight: math.unit(62, "lb"),
  12614. name: "Front",
  12615. image: {
  12616. source: "./media/characters/puru/front.svg",
  12617. extra: 206 / 149,
  12618. bottom: 0.06
  12619. }
  12620. },
  12621. },
  12622. [
  12623. {
  12624. name: "Normal",
  12625. height: math.unit(2 + 4 / 12, "feet"),
  12626. default: true
  12627. },
  12628. ]
  12629. ))
  12630. characterMakers.push(() => makeCharacter(
  12631. { name: "Kee" },
  12632. {
  12633. taur: {
  12634. height: math.unit(11, "feet"),
  12635. weight: math.unit(500, "lb"),
  12636. name: "Taur",
  12637. image: {
  12638. source: "./media/characters/kee/taur.svg",
  12639. extra: 1,
  12640. bottom: 0.04
  12641. }
  12642. },
  12643. },
  12644. [
  12645. {
  12646. name: "Normal",
  12647. height: math.unit(11, "feet"),
  12648. default: true
  12649. },
  12650. ]
  12651. ))
  12652. characterMakers.push(() => makeCharacter(
  12653. { name: "Cobalt (Dracha)" },
  12654. {
  12655. anthro: {
  12656. height: math.unit(7, "feet"),
  12657. weight: math.unit(190, "lb"),
  12658. name: "Anthro",
  12659. image: {
  12660. source: "./media/characters/cobalt-dracha/anthro.svg",
  12661. extra: 231 / 225,
  12662. bottom: 0.04
  12663. }
  12664. },
  12665. feral: {
  12666. height: math.unit(9 + 7 / 12, "feet"),
  12667. weight: math.unit(294, "lb"),
  12668. name: "Feral",
  12669. image: {
  12670. source: "./media/characters/cobalt-dracha/feral.svg",
  12671. extra: 692 / 633,
  12672. bottom: 0.05
  12673. }
  12674. },
  12675. },
  12676. [
  12677. {
  12678. name: "Normal",
  12679. height: math.unit(7, "feet"),
  12680. default: true
  12681. },
  12682. ]
  12683. ))
  12684. characterMakers.push(() => makeCharacter(
  12685. { name: "Java" },
  12686. {
  12687. fallen: {
  12688. height: math.unit(11 + 8 / 12, "feet"),
  12689. weight: math.unit(485, "lb"),
  12690. name: "Java (Fallen)",
  12691. rename: true,
  12692. image: {
  12693. source: "./media/characters/java/fallen.svg",
  12694. extra: 226 / 208,
  12695. bottom: 0.005
  12696. }
  12697. },
  12698. godkin: {
  12699. height: math.unit(10 + 6 / 12, "feet"),
  12700. weight: math.unit(328, "lb"),
  12701. name: "Java (Godkin)",
  12702. rename: true,
  12703. image: {
  12704. source: "./media/characters/java/godkin.svg",
  12705. extra: 270 / 262,
  12706. bottom: 0.02
  12707. }
  12708. },
  12709. },
  12710. [
  12711. {
  12712. name: "Normal",
  12713. height: math.unit(11 + 8 / 12, "feet"),
  12714. default: true
  12715. },
  12716. ]
  12717. ))
  12718. characterMakers.push(() => makeCharacter(
  12719. { name: "Skoll" },
  12720. {
  12721. front: {
  12722. height: math.unit(7 + 8 / 12, "feet"),
  12723. weight: math.unit(320, "lb"),
  12724. name: "Front",
  12725. image: {
  12726. source: "./media/characters/skoll/front.svg",
  12727. extra: 232 / 220,
  12728. bottom: 0.02
  12729. }
  12730. },
  12731. },
  12732. [
  12733. {
  12734. name: "Normal",
  12735. height: math.unit(7 + 8 / 12, "feet"),
  12736. default: true
  12737. },
  12738. ]
  12739. ))
  12740. characterMakers.push(() => makeCharacter(
  12741. { name: "Purna" },
  12742. {
  12743. front: {
  12744. height: math.unit(5 + 9 / 12, "feet"),
  12745. weight: math.unit(170, "lb"),
  12746. name: "Front",
  12747. image: {
  12748. source: "./media/characters/purna/front.svg",
  12749. extra: 239 / 229,
  12750. bottom: 0.01
  12751. }
  12752. },
  12753. },
  12754. [
  12755. {
  12756. name: "Normal",
  12757. height: math.unit(5 + 9 / 12, "feet"),
  12758. default: true
  12759. },
  12760. ]
  12761. ))
  12762. characterMakers.push(() => makeCharacter(
  12763. { name: "Kuva" },
  12764. {
  12765. front: {
  12766. height: math.unit(5 + 9 / 12, "feet"),
  12767. weight: math.unit(142, "lb"),
  12768. name: "Front",
  12769. image: {
  12770. source: "./media/characters/kuva/front.svg",
  12771. extra: 281 / 271,
  12772. bottom: 0.006
  12773. }
  12774. },
  12775. },
  12776. [
  12777. {
  12778. name: "Normal",
  12779. height: math.unit(5 + 9 / 12, "feet"),
  12780. default: true
  12781. },
  12782. ]
  12783. ))
  12784. characterMakers.push(() => makeCharacter(
  12785. { name: "Embra" },
  12786. {
  12787. anthro: {
  12788. height: math.unit(9 + 2 / 12, "feet"),
  12789. weight: math.unit(270, "lb"),
  12790. name: "Anthro",
  12791. image: {
  12792. source: "./media/characters/embra/anthro.svg",
  12793. extra: 200 / 187,
  12794. bottom: 0.02
  12795. }
  12796. },
  12797. feral: {
  12798. height: math.unit(18 + 8 / 12, "feet"),
  12799. weight: math.unit(576, "lb"),
  12800. name: "Feral",
  12801. image: {
  12802. source: "./media/characters/embra/feral.svg",
  12803. extra: 152 / 137,
  12804. bottom: 0.037
  12805. }
  12806. },
  12807. },
  12808. [
  12809. {
  12810. name: "Normal",
  12811. height: math.unit(9 + 2 / 12, "feet"),
  12812. default: true
  12813. },
  12814. ]
  12815. ))
  12816. characterMakers.push(() => makeCharacter(
  12817. { name: "Grottos" },
  12818. {
  12819. anthro: {
  12820. height: math.unit(10 + 9 / 12, "feet"),
  12821. weight: math.unit(224, "lb"),
  12822. name: "Anthro",
  12823. image: {
  12824. source: "./media/characters/grottos/anthro.svg",
  12825. extra: 350 / 332,
  12826. bottom: 0.045
  12827. }
  12828. },
  12829. feral: {
  12830. height: math.unit(20 + 7 / 12, "feet"),
  12831. weight: math.unit(629, "lb"),
  12832. name: "Feral",
  12833. image: {
  12834. source: "./media/characters/grottos/feral.svg",
  12835. extra: 207 / 190,
  12836. bottom: 0.05
  12837. }
  12838. },
  12839. },
  12840. [
  12841. {
  12842. name: "Normal",
  12843. height: math.unit(10 + 9 / 12, "feet"),
  12844. default: true
  12845. },
  12846. ]
  12847. ))
  12848. characterMakers.push(() => makeCharacter(
  12849. { name: "Frifna" },
  12850. {
  12851. anthro: {
  12852. height: math.unit(9 + 6 / 12, "feet"),
  12853. weight: math.unit(298, "lb"),
  12854. name: "Anthro",
  12855. image: {
  12856. source: "./media/characters/frifna/anthro.svg",
  12857. extra: 282 / 269,
  12858. bottom: 0.015
  12859. }
  12860. },
  12861. feral: {
  12862. height: math.unit(16 + 2 / 12, "feet"),
  12863. weight: math.unit(624, "lb"),
  12864. name: "Feral",
  12865. image: {
  12866. source: "./media/characters/frifna/feral.svg"
  12867. }
  12868. },
  12869. },
  12870. [
  12871. {
  12872. name: "Normal",
  12873. height: math.unit(9 + 6 / 12, "feet"),
  12874. default: true
  12875. },
  12876. ]
  12877. ))
  12878. characterMakers.push(() => makeCharacter(
  12879. { name: "Elise" },
  12880. {
  12881. front: {
  12882. height: math.unit(6 + 2 / 12, "feet"),
  12883. weight: math.unit(168, "lb"),
  12884. name: "Front",
  12885. image: {
  12886. source: "./media/characters/elise/front.svg",
  12887. extra: 276 / 271
  12888. }
  12889. },
  12890. },
  12891. [
  12892. {
  12893. name: "Normal",
  12894. height: math.unit(6 + 2 / 12, "feet"),
  12895. default: true
  12896. },
  12897. ]
  12898. ))
  12899. characterMakers.push(() => makeCharacter(
  12900. { name: "Glade" },
  12901. {
  12902. front: {
  12903. height: math.unit(5 + 10 / 12, "feet"),
  12904. weight: math.unit(210, "lb"),
  12905. name: "Front",
  12906. image: {
  12907. source: "./media/characters/glade/front.svg",
  12908. extra: 258 / 247,
  12909. bottom: 0.008
  12910. }
  12911. },
  12912. },
  12913. [
  12914. {
  12915. name: "Normal",
  12916. height: math.unit(5 + 10 / 12, "feet"),
  12917. default: true
  12918. },
  12919. ]
  12920. ))
  12921. characterMakers.push(() => makeCharacter(
  12922. { name: "Rina" },
  12923. {
  12924. front: {
  12925. height: math.unit(5 + 10 / 12, "feet"),
  12926. weight: math.unit(129, "lb"),
  12927. name: "Front",
  12928. image: {
  12929. source: "./media/characters/rina/front.svg",
  12930. extra: 266 / 255,
  12931. bottom: 0.005
  12932. }
  12933. },
  12934. },
  12935. [
  12936. {
  12937. name: "Normal",
  12938. height: math.unit(5 + 10 / 12, "feet"),
  12939. default: true
  12940. },
  12941. ]
  12942. ))
  12943. characterMakers.push(() => makeCharacter(
  12944. { name: "Veronica" },
  12945. {
  12946. front: {
  12947. height: math.unit(6 + 1 / 12, "feet"),
  12948. weight: math.unit(192, "lb"),
  12949. name: "Front",
  12950. image: {
  12951. source: "./media/characters/veronica/front.svg",
  12952. extra: 319 / 309,
  12953. bottom: 0.005
  12954. }
  12955. },
  12956. },
  12957. [
  12958. {
  12959. name: "Normal",
  12960. height: math.unit(6 + 1 / 12, "feet"),
  12961. default: true
  12962. },
  12963. ]
  12964. ))
  12965. characterMakers.push(() => makeCharacter(
  12966. { name: "Braxton" },
  12967. {
  12968. front: {
  12969. height: math.unit(9 + 3 / 12, "feet"),
  12970. weight: math.unit(1100, "lb"),
  12971. name: "Front",
  12972. image: {
  12973. source: "./media/characters/braxton/front.svg",
  12974. extra: 1057 / 984,
  12975. bottom: 0.05
  12976. }
  12977. },
  12978. },
  12979. [
  12980. {
  12981. name: "Normal",
  12982. height: math.unit(9 + 3 / 12, "feet")
  12983. },
  12984. {
  12985. name: "Giant",
  12986. height: math.unit(300, "feet"),
  12987. default: true
  12988. },
  12989. {
  12990. name: "Macro",
  12991. height: math.unit(700, "feet")
  12992. },
  12993. {
  12994. name: "Megamacro",
  12995. height: math.unit(6000, "feet")
  12996. },
  12997. ]
  12998. ))
  12999. characterMakers.push(() => makeCharacter(
  13000. { name: "Blue Feyonics" },
  13001. {
  13002. front: {
  13003. height: math.unit(6 + 7 / 12, "feet"),
  13004. weight: math.unit(150, "lb"),
  13005. name: "Front",
  13006. image: {
  13007. source: "./media/characters/blue-feyonics/front.svg",
  13008. extra: 1403 / 1306,
  13009. bottom: 0.047
  13010. }
  13011. },
  13012. },
  13013. [
  13014. {
  13015. name: "Normal",
  13016. height: math.unit(6 + 7 / 12, "feet"),
  13017. default: true
  13018. },
  13019. ]
  13020. ))
  13021. characterMakers.push(() => makeCharacter(
  13022. { name: "Maxwell" },
  13023. {
  13024. front: {
  13025. height: math.unit(1.8, "meters"),
  13026. weight: math.unit(60, "kg"),
  13027. name: "Front",
  13028. image: {
  13029. source: "./media/characters/maxwell/front.svg",
  13030. extra: 2060 / 1873
  13031. }
  13032. },
  13033. },
  13034. [
  13035. {
  13036. name: "Micro",
  13037. height: math.unit(1, "mm")
  13038. },
  13039. {
  13040. name: "Normal",
  13041. height: math.unit(1.8, "meter"),
  13042. default: true
  13043. },
  13044. {
  13045. name: "Macro",
  13046. height: math.unit(30, "meters")
  13047. },
  13048. {
  13049. name: "Megamacro",
  13050. height: math.unit(10, "km")
  13051. },
  13052. ]
  13053. ))
  13054. characterMakers.push(() => makeCharacter(
  13055. { name: "Jack" },
  13056. {
  13057. front: {
  13058. height: math.unit(6, "feet"),
  13059. weight: math.unit(150, "lb"),
  13060. name: "Front",
  13061. image: {
  13062. source: "./media/characters/jack/front.svg",
  13063. extra: 1754 / 1640,
  13064. bottom: 0.01
  13065. }
  13066. },
  13067. },
  13068. [
  13069. {
  13070. name: "Normal",
  13071. height: math.unit(80000, "feet"),
  13072. default: true
  13073. },
  13074. {
  13075. name: "Max size",
  13076. height: math.unit(10, "lightyears")
  13077. },
  13078. ]
  13079. ))
  13080. characterMakers.push(() => makeCharacter(
  13081. { name: "Cafat" },
  13082. {
  13083. upright: {
  13084. height: math.unit(7, "feet"),
  13085. weight: math.unit(170, "lb"),
  13086. name: "Upright",
  13087. image: {
  13088. source: "./media/characters/cafat/upright.svg",
  13089. bottom: 0.01
  13090. }
  13091. },
  13092. uprightFull: {
  13093. height: math.unit(7, "feet"),
  13094. weight: math.unit(170, "lb"),
  13095. name: "Upright (Full)",
  13096. image: {
  13097. source: "./media/characters/cafat/upright-full.svg",
  13098. bottom: 0.01
  13099. }
  13100. },
  13101. side: {
  13102. height: math.unit(5, "feet"),
  13103. weight: math.unit(150, "lb"),
  13104. name: "Side",
  13105. image: {
  13106. source: "./media/characters/cafat/side.svg"
  13107. }
  13108. },
  13109. },
  13110. [
  13111. {
  13112. name: "Small",
  13113. height: math.unit(7, "feet"),
  13114. default: true
  13115. },
  13116. {
  13117. name: "Large",
  13118. height: math.unit(15.5, "feet")
  13119. },
  13120. ]
  13121. ))
  13122. characterMakers.push(() => makeCharacter(
  13123. { name: "Verin Raharra" },
  13124. {
  13125. front: {
  13126. height: math.unit(6, "feet"),
  13127. weight: math.unit(150, "lb"),
  13128. name: "Front",
  13129. image: {
  13130. source: "./media/characters/verin-raharra/front.svg",
  13131. extra: 5019 / 4835,
  13132. bottom: 0.023
  13133. }
  13134. },
  13135. },
  13136. [
  13137. {
  13138. name: "Normal",
  13139. height: math.unit(7 + 5 / 12, "feet"),
  13140. default: true
  13141. },
  13142. {
  13143. name: "Upsized",
  13144. height: math.unit(20, "feet")
  13145. },
  13146. ]
  13147. ))
  13148. characterMakers.push(() => makeCharacter(
  13149. { name: "Nakata" },
  13150. {
  13151. front: {
  13152. height: math.unit(7, "feet"),
  13153. weight: math.unit(230, "lb"),
  13154. name: "Front",
  13155. image: {
  13156. source: "./media/characters/nakata/front.svg",
  13157. extra: 1.005,
  13158. bottom: 0.01
  13159. }
  13160. },
  13161. },
  13162. [
  13163. {
  13164. name: "Normal",
  13165. height: math.unit(7, "feet"),
  13166. default: true
  13167. },
  13168. {
  13169. name: "Big",
  13170. height: math.unit(14, "feet")
  13171. },
  13172. {
  13173. name: "Macro",
  13174. height: math.unit(400, "feet")
  13175. },
  13176. ]
  13177. ))
  13178. characterMakers.push(() => makeCharacter(
  13179. { name: "Lily" },
  13180. {
  13181. front: {
  13182. height: math.unit(4.91, "feet"),
  13183. weight: math.unit(100, "lb"),
  13184. name: "Front",
  13185. image: {
  13186. source: "./media/characters/lily/front.svg",
  13187. extra: 1585 / 1415,
  13188. bottom: 0.02
  13189. }
  13190. },
  13191. },
  13192. [
  13193. {
  13194. name: "Normal",
  13195. height: math.unit(4.91, "feet"),
  13196. default: true
  13197. },
  13198. ]
  13199. ))
  13200. characterMakers.push(() => makeCharacter(
  13201. { name: "Sheila" },
  13202. {
  13203. laying: {
  13204. height: math.unit(4 + 4 / 12, "feet"),
  13205. weight: math.unit(600, "lb"),
  13206. name: "Laying",
  13207. image: {
  13208. source: "./media/characters/sheila/laying.svg",
  13209. extra: 1333 / 1265,
  13210. bottom: 0.16
  13211. }
  13212. },
  13213. },
  13214. [
  13215. {
  13216. name: "Normal",
  13217. height: math.unit(4 + 4 / 12, "feet"),
  13218. default: true
  13219. },
  13220. ]
  13221. ))
  13222. characterMakers.push(() => makeCharacter(
  13223. { name: "Sax" },
  13224. {
  13225. front: {
  13226. height: math.unit(6, "feet"),
  13227. weight: math.unit(190, "lb"),
  13228. name: "Front",
  13229. image: {
  13230. source: "./media/characters/sax/front.svg",
  13231. extra: 1187 / 973,
  13232. bottom: 0.042
  13233. }
  13234. },
  13235. },
  13236. [
  13237. {
  13238. name: "Micro",
  13239. height: math.unit(4, "inches"),
  13240. default: true
  13241. },
  13242. ]
  13243. ))
  13244. characterMakers.push(() => makeCharacter(
  13245. { name: "Pandora" },
  13246. {
  13247. front: {
  13248. height: math.unit(6, "feet"),
  13249. weight: math.unit(150, "lb"),
  13250. name: "Front",
  13251. image: {
  13252. source: "./media/characters/pandora/front.svg",
  13253. extra: 2720 / 2556,
  13254. bottom: 0.015
  13255. }
  13256. },
  13257. back: {
  13258. height: math.unit(6, "feet"),
  13259. weight: math.unit(150, "lb"),
  13260. name: "Back",
  13261. image: {
  13262. source: "./media/characters/pandora/back.svg",
  13263. extra: 2720 / 2556,
  13264. bottom: 0.01
  13265. }
  13266. },
  13267. beans: {
  13268. height: math.unit(6 / 8, "feet"),
  13269. name: "Beans",
  13270. image: {
  13271. source: "./media/characters/pandora/beans.svg"
  13272. }
  13273. },
  13274. skirt: {
  13275. height: math.unit(6, "feet"),
  13276. weight: math.unit(150, "lb"),
  13277. name: "Skirt",
  13278. image: {
  13279. source: "./media/characters/pandora/skirt.svg",
  13280. extra: 1622 / 1525,
  13281. bottom: 0.015
  13282. }
  13283. },
  13284. hoodie: {
  13285. height: math.unit(6, "feet"),
  13286. weight: math.unit(150, "lb"),
  13287. name: "Hoodie",
  13288. image: {
  13289. source: "./media/characters/pandora/hoodie.svg",
  13290. extra: 1622 / 1525,
  13291. bottom: 0.015
  13292. }
  13293. },
  13294. casual: {
  13295. height: math.unit(6, "feet"),
  13296. weight: math.unit(150, "lb"),
  13297. name: "Casual",
  13298. image: {
  13299. source: "./media/characters/pandora/casual.svg",
  13300. extra: 1622 / 1525,
  13301. bottom: 0.015
  13302. }
  13303. },
  13304. },
  13305. [
  13306. {
  13307. name: "Normal",
  13308. height: math.unit(6, "feet")
  13309. },
  13310. {
  13311. name: "Big Steppy",
  13312. height: math.unit(1, "km"),
  13313. default: true
  13314. },
  13315. ]
  13316. ))
  13317. characterMakers.push(() => makeCharacter(
  13318. { name: "Venio Darcony" },
  13319. {
  13320. side: {
  13321. height: math.unit(10, "feet"),
  13322. weight: math.unit(800, "kg"),
  13323. name: "Side",
  13324. image: {
  13325. source: "./media/characters/venio-darcony/side.svg",
  13326. extra: 1373 / 1003,
  13327. bottom: 0.037
  13328. }
  13329. },
  13330. front: {
  13331. height: math.unit(19, "feet"),
  13332. weight: math.unit(800, "kg"),
  13333. name: "Front",
  13334. image: {
  13335. source: "./media/characters/venio-darcony/front.svg"
  13336. }
  13337. },
  13338. back: {
  13339. height: math.unit(19, "feet"),
  13340. weight: math.unit(800, "kg"),
  13341. name: "Back",
  13342. image: {
  13343. source: "./media/characters/venio-darcony/back.svg"
  13344. }
  13345. },
  13346. },
  13347. [
  13348. {
  13349. name: "Normal",
  13350. height: math.unit(10, "feet")
  13351. },
  13352. {
  13353. name: "Macro",
  13354. height: math.unit(130, "feet"),
  13355. default: true
  13356. },
  13357. {
  13358. name: "Macro+",
  13359. height: math.unit(240, "feet")
  13360. },
  13361. ]
  13362. ))
  13363. characterMakers.push(() => makeCharacter(
  13364. { name: "Veski" },
  13365. {
  13366. front: {
  13367. height: math.unit(6, "feet"),
  13368. weight: math.unit(150, "lb"),
  13369. name: "Front",
  13370. image: {
  13371. source: "./media/characters/veski/front.svg",
  13372. extra: 1299 / 1225,
  13373. bottom: 0.04
  13374. }
  13375. },
  13376. back: {
  13377. height: math.unit(6, "feet"),
  13378. weight: math.unit(150, "lb"),
  13379. name: "Back",
  13380. image: {
  13381. source: "./media/characters/veski/back.svg",
  13382. extra: 1299 / 1225,
  13383. bottom: 0.008
  13384. }
  13385. },
  13386. maw: {
  13387. height: math.unit(1.5 * 1.21, "feet"),
  13388. name: "Maw",
  13389. image: {
  13390. source: "./media/characters/veski/maw.svg"
  13391. }
  13392. },
  13393. },
  13394. [
  13395. {
  13396. name: "Macro",
  13397. height: math.unit(2, "km"),
  13398. default: true
  13399. },
  13400. ]
  13401. ))
  13402. characterMakers.push(() => makeCharacter(
  13403. { name: "Isabelle" },
  13404. {
  13405. front: {
  13406. height: math.unit(5 + 7 / 12, "feet"),
  13407. name: "Front",
  13408. image: {
  13409. source: "./media/characters/isabelle/front.svg",
  13410. extra: 2130 / 1976,
  13411. bottom: 0.05
  13412. }
  13413. },
  13414. },
  13415. [
  13416. {
  13417. name: "Supermicro",
  13418. height: math.unit(10, "micrometers")
  13419. },
  13420. {
  13421. name: "Micro",
  13422. height: math.unit(1, "inch")
  13423. },
  13424. {
  13425. name: "Tiny",
  13426. height: math.unit(5, "inches")
  13427. },
  13428. {
  13429. name: "Standard",
  13430. height: math.unit(5 + 7 / 12, "inches")
  13431. },
  13432. {
  13433. name: "Macro",
  13434. height: math.unit(80, "meters"),
  13435. default: true
  13436. },
  13437. {
  13438. name: "Megamacro",
  13439. height: math.unit(250, "meters")
  13440. },
  13441. {
  13442. name: "Gigamacro",
  13443. height: math.unit(5, "km")
  13444. },
  13445. {
  13446. name: "Cosmic",
  13447. height: math.unit(2.5e6, "miles")
  13448. },
  13449. ]
  13450. ))
  13451. characterMakers.push(() => makeCharacter(
  13452. { name: "Hanzo" },
  13453. {
  13454. front: {
  13455. height: math.unit(6, "feet"),
  13456. weight: math.unit(150, "lb"),
  13457. name: "Front",
  13458. image: {
  13459. source: "./media/characters/hanzo/front.svg",
  13460. extra: 374 / 344,
  13461. bottom: 0.02
  13462. }
  13463. },
  13464. },
  13465. [
  13466. {
  13467. name: "Normal",
  13468. height: math.unit(8, "feet"),
  13469. default: true
  13470. },
  13471. ]
  13472. ))
  13473. characterMakers.push(() => makeCharacter(
  13474. { name: "Anna" },
  13475. {
  13476. front: {
  13477. height: math.unit(7, "feet"),
  13478. weight: math.unit(130, "lb"),
  13479. name: "Front",
  13480. image: {
  13481. source: "./media/characters/anna/front.svg",
  13482. extra: 169 / 145,
  13483. bottom: 0.06
  13484. }
  13485. },
  13486. full: {
  13487. height: math.unit(4.96, "feet"),
  13488. weight: math.unit(220, "lb"),
  13489. name: "Full",
  13490. image: {
  13491. source: "./media/characters/anna/full.svg",
  13492. extra: 138 / 114,
  13493. bottom: 0.15
  13494. }
  13495. },
  13496. tongue: {
  13497. height: math.unit(2.53, "feet"),
  13498. name: "Tongue",
  13499. image: {
  13500. source: "./media/characters/anna/tongue.svg"
  13501. }
  13502. },
  13503. },
  13504. [
  13505. {
  13506. name: "Normal",
  13507. height: math.unit(7, "feet"),
  13508. default: true
  13509. },
  13510. ]
  13511. ))
  13512. characterMakers.push(() => makeCharacter(
  13513. { name: "Ian Corvid" },
  13514. {
  13515. front: {
  13516. height: math.unit(7, "feet"),
  13517. weight: math.unit(150, "lb"),
  13518. name: "Front",
  13519. image: {
  13520. source: "./media/characters/ian-corvid/front.svg",
  13521. extra: 150 / 142,
  13522. bottom: 0.02
  13523. }
  13524. },
  13525. back: {
  13526. height: math.unit(7, "feet"),
  13527. weight: math.unit(150, "lb"),
  13528. name: "Back",
  13529. image: {
  13530. source: "./media/characters/ian-corvid/back.svg",
  13531. extra: 150 / 143,
  13532. bottom: 0.01
  13533. }
  13534. },
  13535. stomping: {
  13536. height: math.unit(7, "feet"),
  13537. weight: math.unit(150, "lb"),
  13538. name: "Stomping",
  13539. image: {
  13540. source: "./media/characters/ian-corvid/stomping.svg",
  13541. extra: 76 / 72
  13542. }
  13543. },
  13544. sitting: {
  13545. height: math.unit(7 / 1.8, "feet"),
  13546. weight: math.unit(150, "lb"),
  13547. name: "Sitting",
  13548. image: {
  13549. source: "./media/characters/ian-corvid/sitting.svg",
  13550. extra: 1400 / 1269,
  13551. bottom: 0.15
  13552. }
  13553. },
  13554. },
  13555. [
  13556. {
  13557. name: "Tiny Microw",
  13558. height: math.unit(1, "inch")
  13559. },
  13560. {
  13561. name: "Microw",
  13562. height: math.unit(6, "inches")
  13563. },
  13564. {
  13565. name: "Crow",
  13566. height: math.unit(7 + 1 / 12, "feet"),
  13567. default: true
  13568. },
  13569. {
  13570. name: "Macrow",
  13571. height: math.unit(176, "feet")
  13572. },
  13573. ]
  13574. ))
  13575. characterMakers.push(() => makeCharacter(
  13576. { name: "Natalie Kellon" },
  13577. {
  13578. front: {
  13579. height: math.unit(5 + 7 / 12, "feet"),
  13580. weight: math.unit(147, "lb"),
  13581. name: "Front",
  13582. image: {
  13583. source: "./media/characters/natalie-kellon/front.svg",
  13584. extra: 1214 / 1141,
  13585. bottom: 0.02
  13586. }
  13587. },
  13588. },
  13589. [
  13590. {
  13591. name: "Micro",
  13592. height: math.unit(1 / 16, "inch")
  13593. },
  13594. {
  13595. name: "Tiny",
  13596. height: math.unit(4, "inches")
  13597. },
  13598. {
  13599. name: "Normal",
  13600. height: math.unit(5 + 7 / 12, "feet"),
  13601. default: true
  13602. },
  13603. {
  13604. name: "Amazon",
  13605. height: math.unit(12, "feet")
  13606. },
  13607. {
  13608. name: "Giantess",
  13609. height: math.unit(160, "meters")
  13610. },
  13611. {
  13612. name: "Titaness",
  13613. height: math.unit(800, "meters")
  13614. },
  13615. ]
  13616. ))
  13617. characterMakers.push(() => makeCharacter(
  13618. { name: "Alluria" },
  13619. {
  13620. front: {
  13621. height: math.unit(6, "feet"),
  13622. weight: math.unit(150, "lb"),
  13623. name: "Front",
  13624. image: {
  13625. source: "./media/characters/alluria/front.svg",
  13626. extra: 806 / 738,
  13627. bottom: 0.01
  13628. }
  13629. },
  13630. side: {
  13631. height: math.unit(6, "feet"),
  13632. weight: math.unit(150, "lb"),
  13633. name: "Side",
  13634. image: {
  13635. source: "./media/characters/alluria/side.svg",
  13636. extra: 800 / 750,
  13637. }
  13638. },
  13639. back: {
  13640. height: math.unit(6, "feet"),
  13641. weight: math.unit(150, "lb"),
  13642. name: "Back",
  13643. image: {
  13644. source: "./media/characters/alluria/back.svg",
  13645. extra: 806 / 738,
  13646. }
  13647. },
  13648. frontMaid: {
  13649. height: math.unit(6, "feet"),
  13650. weight: math.unit(150, "lb"),
  13651. name: "Front (Maid)",
  13652. image: {
  13653. source: "./media/characters/alluria/front-maid.svg",
  13654. extra: 806 / 738,
  13655. bottom: 0.01
  13656. }
  13657. },
  13658. sideMaid: {
  13659. height: math.unit(6, "feet"),
  13660. weight: math.unit(150, "lb"),
  13661. name: "Side (Maid)",
  13662. image: {
  13663. source: "./media/characters/alluria/side-maid.svg",
  13664. extra: 800 / 750,
  13665. bottom: 0.005
  13666. }
  13667. },
  13668. backMaid: {
  13669. height: math.unit(6, "feet"),
  13670. weight: math.unit(150, "lb"),
  13671. name: "Back (Maid)",
  13672. image: {
  13673. source: "./media/characters/alluria/back-maid.svg",
  13674. extra: 806 / 738,
  13675. }
  13676. },
  13677. },
  13678. [
  13679. {
  13680. name: "Micro",
  13681. height: math.unit(6, "inches"),
  13682. default: true
  13683. },
  13684. ]
  13685. ))
  13686. characterMakers.push(() => makeCharacter(
  13687. { name: "Kyle" },
  13688. {
  13689. front: {
  13690. height: math.unit(6, "feet"),
  13691. weight: math.unit(150, "lb"),
  13692. name: "Front",
  13693. image: {
  13694. source: "./media/characters/kyle/front.svg",
  13695. extra: 1069 / 962,
  13696. bottom: 77.228 / 1727.45
  13697. }
  13698. },
  13699. },
  13700. [
  13701. {
  13702. name: "Macro",
  13703. height: math.unit(150, "feet"),
  13704. default: true
  13705. },
  13706. ]
  13707. ))
  13708. characterMakers.push(() => makeCharacter(
  13709. { name: "Duncan" },
  13710. {
  13711. front: {
  13712. height: math.unit(6, "feet"),
  13713. weight: math.unit(300, "lb"),
  13714. name: "Front",
  13715. image: {
  13716. source: "./media/characters/duncan/front.svg",
  13717. extra: 1650 / 1482,
  13718. bottom: 0.05
  13719. }
  13720. },
  13721. },
  13722. [
  13723. {
  13724. name: "Macro",
  13725. height: math.unit(100, "feet"),
  13726. default: true
  13727. },
  13728. ]
  13729. ))
  13730. characterMakers.push(() => makeCharacter(
  13731. { name: "Memory" },
  13732. {
  13733. front: {
  13734. height: math.unit(5 + 4 / 12, "feet"),
  13735. weight: math.unit(220, "lb"),
  13736. name: "Front",
  13737. image: {
  13738. source: "./media/characters/memory/front.svg",
  13739. extra: 3641 / 3545,
  13740. bottom: 0.03
  13741. }
  13742. },
  13743. back: {
  13744. height: math.unit(5 + 4 / 12, "feet"),
  13745. weight: math.unit(220, "lb"),
  13746. name: "Back",
  13747. image: {
  13748. source: "./media/characters/memory/back.svg",
  13749. extra: 3641 / 3545,
  13750. bottom: 0.025
  13751. }
  13752. },
  13753. frontSkirt: {
  13754. height: math.unit(5 + 4 / 12, "feet"),
  13755. weight: math.unit(220, "lb"),
  13756. name: "Front (Skirt)",
  13757. image: {
  13758. source: "./media/characters/memory/front-skirt.svg",
  13759. extra: 3641 / 3545,
  13760. bottom: 0.03
  13761. }
  13762. },
  13763. frontDress: {
  13764. height: math.unit(5 + 4 / 12, "feet"),
  13765. weight: math.unit(220, "lb"),
  13766. name: "Front (Dress)",
  13767. image: {
  13768. source: "./media/characters/memory/front-dress.svg",
  13769. extra: 3641 / 3545,
  13770. bottom: 0.03
  13771. }
  13772. },
  13773. },
  13774. [
  13775. {
  13776. name: "Micro",
  13777. height: math.unit(6, "inches"),
  13778. default: true
  13779. },
  13780. {
  13781. name: "Normal",
  13782. height: math.unit(5 + 4 / 12, "feet")
  13783. },
  13784. ]
  13785. ))
  13786. characterMakers.push(() => makeCharacter(
  13787. { name: "Luno" },
  13788. {
  13789. front: {
  13790. height: math.unit(4 + 11 / 12, "feet"),
  13791. weight: math.unit(100, "lb"),
  13792. name: "Front",
  13793. image: {
  13794. source: "./media/characters/luno/front.svg",
  13795. extra: 1535 / 1487,
  13796. bottom: 0.03
  13797. }
  13798. },
  13799. },
  13800. [
  13801. {
  13802. name: "Micro",
  13803. height: math.unit(3, "inches")
  13804. },
  13805. {
  13806. name: "Normal",
  13807. height: math.unit(4 + 11 / 12, "feet"),
  13808. default: true
  13809. },
  13810. {
  13811. name: "Macro",
  13812. height: math.unit(300, "feet")
  13813. },
  13814. {
  13815. name: "Megamacro",
  13816. height: math.unit(700, "miles")
  13817. },
  13818. ]
  13819. ))
  13820. characterMakers.push(() => makeCharacter(
  13821. { name: "Jamesy" },
  13822. {
  13823. front: {
  13824. height: math.unit(6 + 2 / 12, "feet"),
  13825. weight: math.unit(170, "lb"),
  13826. name: "Front",
  13827. image: {
  13828. source: "./media/characters/jamesy/front.svg",
  13829. extra: 440 / 382,
  13830. bottom: 0.005
  13831. }
  13832. },
  13833. },
  13834. [
  13835. {
  13836. name: "Micro",
  13837. height: math.unit(3, "inches")
  13838. },
  13839. {
  13840. name: "Normal",
  13841. height: math.unit(6 + 2 / 12, "feet"),
  13842. default: true
  13843. },
  13844. {
  13845. name: "Macro",
  13846. height: math.unit(300, "feet")
  13847. },
  13848. {
  13849. name: "Megamacro",
  13850. height: math.unit(700, "miles")
  13851. },
  13852. ]
  13853. ))
  13854. characterMakers.push(() => makeCharacter(
  13855. { name: "Mark" },
  13856. {
  13857. front: {
  13858. height: math.unit(6, "feet"),
  13859. weight: math.unit(160, "lb"),
  13860. name: "Front",
  13861. image: {
  13862. source: "./media/characters/mark/front.svg",
  13863. extra: 3300 / 3100,
  13864. bottom: 136.42 / 3440.47
  13865. }
  13866. },
  13867. },
  13868. [
  13869. {
  13870. name: "Macro",
  13871. height: math.unit(120, "meters")
  13872. },
  13873. {
  13874. name: "Bigger Macro",
  13875. height: math.unit(350, "meters")
  13876. },
  13877. {
  13878. name: "Megamacro",
  13879. height: math.unit(8, "km"),
  13880. default: true
  13881. },
  13882. {
  13883. name: "Continental",
  13884. height: math.unit(4550, "km")
  13885. },
  13886. {
  13887. name: "Planetary",
  13888. height: math.unit(65000, "km")
  13889. },
  13890. ]
  13891. ))
  13892. characterMakers.push(() => makeCharacter(
  13893. { name: "Mac" },
  13894. {
  13895. front: {
  13896. height: math.unit(6, "feet"),
  13897. weight: math.unit(400, "lb"),
  13898. name: "Front",
  13899. image: {
  13900. source: "./media/characters/mac/front.svg",
  13901. extra: 1048 / 987.7,
  13902. bottom: 60 / 1107.6,
  13903. }
  13904. },
  13905. },
  13906. [
  13907. {
  13908. name: "Macro",
  13909. height: math.unit(500, "feet"),
  13910. default: true
  13911. },
  13912. ]
  13913. ))
  13914. characterMakers.push(() => makeCharacter(
  13915. { name: "Bari" },
  13916. {
  13917. front: {
  13918. height: math.unit(5 + 2 / 12, "feet"),
  13919. weight: math.unit(190, "lb"),
  13920. name: "Front",
  13921. image: {
  13922. source: "./media/characters/bari/front.svg",
  13923. extra: 3156 / 2880,
  13924. bottom: 0.03
  13925. }
  13926. },
  13927. back: {
  13928. height: math.unit(5 + 2 / 12, "feet"),
  13929. weight: math.unit(190, "lb"),
  13930. name: "Back",
  13931. image: {
  13932. source: "./media/characters/bari/back.svg",
  13933. extra: 3260 / 2834,
  13934. bottom: 0.025
  13935. }
  13936. },
  13937. frontPlush: {
  13938. height: math.unit(5 + 2 / 12, "feet"),
  13939. weight: math.unit(190, "lb"),
  13940. name: "Front (Plush)",
  13941. image: {
  13942. source: "./media/characters/bari/front-plush.svg",
  13943. extra: 1112 / 1061,
  13944. bottom: 0.002
  13945. }
  13946. },
  13947. },
  13948. [
  13949. {
  13950. name: "Micro",
  13951. height: math.unit(3, "inches")
  13952. },
  13953. {
  13954. name: "Normal",
  13955. height: math.unit(5 + 2 / 12, "feet"),
  13956. default: true
  13957. },
  13958. {
  13959. name: "Macro",
  13960. height: math.unit(20, "feet")
  13961. },
  13962. ]
  13963. ))
  13964. characterMakers.push(() => makeCharacter(
  13965. { name: "Hunter Misha Raven" },
  13966. {
  13967. front: {
  13968. height: math.unit(6 + 1 / 12, "feet"),
  13969. weight: math.unit(275, "lb"),
  13970. name: "Front",
  13971. image: {
  13972. source: "./media/characters/hunter-misha-raven/front.svg"
  13973. }
  13974. },
  13975. },
  13976. [
  13977. {
  13978. name: "Mortal",
  13979. height: math.unit(6 + 1 / 12, "feet")
  13980. },
  13981. {
  13982. name: "Divine",
  13983. height: math.unit(1.12134e34, "parsecs"),
  13984. default: true
  13985. },
  13986. ]
  13987. ))
  13988. characterMakers.push(() => makeCharacter(
  13989. { name: "Max Calore" },
  13990. {
  13991. front: {
  13992. height: math.unit(6 + 3 / 12, "feet"),
  13993. weight: math.unit(220, "lb"),
  13994. name: "Front",
  13995. image: {
  13996. source: "./media/characters/max-calore/front.svg",
  13997. extra: 1700 / 1648,
  13998. bottom: 0.01
  13999. }
  14000. },
  14001. back: {
  14002. height: math.unit(6 + 3 / 12, "feet"),
  14003. weight: math.unit(220, "lb"),
  14004. name: "Back",
  14005. image: {
  14006. source: "./media/characters/max-calore/back.svg",
  14007. extra: 1700 / 1648,
  14008. bottom: 0.01
  14009. }
  14010. },
  14011. },
  14012. [
  14013. {
  14014. name: "Normal",
  14015. height: math.unit(6 + 3 / 12, "feet"),
  14016. default: true
  14017. },
  14018. ]
  14019. ))
  14020. characterMakers.push(() => makeCharacter(
  14021. { name: "Aspen" },
  14022. {
  14023. side: {
  14024. height: math.unit(2 + 8 / 12, "feet"),
  14025. weight: math.unit(99, "lb"),
  14026. name: "Side",
  14027. image: {
  14028. source: "./media/characters/aspen/side.svg",
  14029. extra: 152 / 138,
  14030. bottom: 0.032
  14031. }
  14032. },
  14033. },
  14034. [
  14035. {
  14036. name: "Normal",
  14037. height: math.unit(2 + 8 / 12, "feet"),
  14038. default: true
  14039. },
  14040. ]
  14041. ))
  14042. characterMakers.push(() => makeCharacter(
  14043. { name: "Sheila (Wolf)" },
  14044. {
  14045. side: {
  14046. height: math.unit(3 + 2 / 12, "feet"),
  14047. weight: math.unit(224, "lb"),
  14048. name: "Side",
  14049. image: {
  14050. source: "./media/characters/sheila-wolf/side.svg",
  14051. extra: 179 / 166,
  14052. bottom: 0.03
  14053. }
  14054. },
  14055. },
  14056. [
  14057. {
  14058. name: "Normal",
  14059. height: math.unit(3 + 2 / 12, "feet"),
  14060. default: true
  14061. },
  14062. ]
  14063. ))
  14064. characterMakers.push(() => makeCharacter(
  14065. { name: "Michelle" },
  14066. {
  14067. side: {
  14068. height: math.unit(1 + 9 / 12, "feet"),
  14069. weight: math.unit(38, "lb"),
  14070. name: "Side",
  14071. image: {
  14072. source: "./media/characters/michelle/side.svg",
  14073. extra: 147 / 136.7,
  14074. bottom: 0.03
  14075. }
  14076. },
  14077. },
  14078. [
  14079. {
  14080. name: "Normal",
  14081. height: math.unit(1 + 9 / 12, "feet"),
  14082. default: true
  14083. },
  14084. ]
  14085. ))
  14086. characterMakers.push(() => makeCharacter(
  14087. { name: "Nino" },
  14088. {
  14089. front: {
  14090. height: math.unit(1 + 1 / 12, "feet"),
  14091. weight: math.unit(18, "lb"),
  14092. name: "Front",
  14093. image: {
  14094. source: "./media/characters/nino/front.svg"
  14095. }
  14096. },
  14097. },
  14098. [
  14099. {
  14100. name: "Normal",
  14101. height: math.unit(1 + 1 / 12, "feet"),
  14102. default: true
  14103. },
  14104. ]
  14105. ))
  14106. characterMakers.push(() => makeCharacter(
  14107. { name: "Viola" },
  14108. {
  14109. front: {
  14110. height: math.unit(1, "feet"),
  14111. weight: math.unit(16, "lb"),
  14112. name: "Front",
  14113. image: {
  14114. source: "./media/characters/viola/front.svg"
  14115. }
  14116. },
  14117. },
  14118. [
  14119. {
  14120. name: "Normal",
  14121. height: math.unit(1, "feet"),
  14122. default: true
  14123. },
  14124. ]
  14125. ))
  14126. characterMakers.push(() => makeCharacter(
  14127. { name: "Atlas" },
  14128. {
  14129. front: {
  14130. height: math.unit(6 + 5 / 12, "feet"),
  14131. weight: math.unit(580, "lb"),
  14132. name: "Front",
  14133. image: {
  14134. source: "./media/characters/atlas/front.svg",
  14135. extra: 298.5 / 290,
  14136. bottom: 0.015
  14137. }
  14138. },
  14139. },
  14140. [
  14141. {
  14142. name: "Normal",
  14143. height: math.unit(6 + 5 / 12, "feet"),
  14144. default: true
  14145. },
  14146. ]
  14147. ))
  14148. characterMakers.push(() => makeCharacter(
  14149. { name: "Davy" },
  14150. {
  14151. side: {
  14152. height: math.unit(1 + 10 / 12, "feet"),
  14153. weight: math.unit(25, "lb"),
  14154. name: "Side",
  14155. image: {
  14156. source: "./media/characters/davy/side.svg",
  14157. extra: 200 / 170,
  14158. bottom: 0.01
  14159. }
  14160. },
  14161. },
  14162. [
  14163. {
  14164. name: "Normal",
  14165. height: math.unit(1 + 10 / 12, "feet"),
  14166. default: true
  14167. },
  14168. ]
  14169. ))
  14170. characterMakers.push(() => makeCharacter(
  14171. { name: "Fiona" },
  14172. {
  14173. side: {
  14174. height: math.unit(4 + 8 / 12, "feet"),
  14175. weight: math.unit(166, "lb"),
  14176. name: "Side",
  14177. image: {
  14178. source: "./media/characters/fiona/side.svg",
  14179. extra: 232 / 220,
  14180. bottom: 0.03
  14181. }
  14182. },
  14183. },
  14184. [
  14185. {
  14186. name: "Normal",
  14187. height: math.unit(4 + 8 / 12, "feet"),
  14188. default: true
  14189. },
  14190. ]
  14191. ))
  14192. characterMakers.push(() => makeCharacter(
  14193. { name: "Lyla" },
  14194. {
  14195. front: {
  14196. height: math.unit(2, "feet"),
  14197. weight: math.unit(62, "lb"),
  14198. name: "Front",
  14199. image: {
  14200. source: "./media/characters/lyla/front.svg",
  14201. bottom: 0.1
  14202. }
  14203. },
  14204. },
  14205. [
  14206. {
  14207. name: "Normal",
  14208. height: math.unit(2, "feet"),
  14209. default: true
  14210. },
  14211. ]
  14212. ))
  14213. characterMakers.push(() => makeCharacter(
  14214. { name: "Perseus" },
  14215. {
  14216. side: {
  14217. height: math.unit(1.8, "feet"),
  14218. weight: math.unit(44, "lb"),
  14219. name: "Side",
  14220. image: {
  14221. source: "./media/characters/perseus/side.svg",
  14222. bottom: 0.21
  14223. }
  14224. },
  14225. },
  14226. [
  14227. {
  14228. name: "Normal",
  14229. height: math.unit(1.8, "feet"),
  14230. default: true
  14231. },
  14232. ]
  14233. ))
  14234. characterMakers.push(() => makeCharacter(
  14235. { name: "Remus" },
  14236. {
  14237. side: {
  14238. height: math.unit(4 + 2 / 12, "feet"),
  14239. weight: math.unit(20, "lb"),
  14240. name: "Side",
  14241. image: {
  14242. source: "./media/characters/remus/side.svg"
  14243. }
  14244. },
  14245. },
  14246. [
  14247. {
  14248. name: "Normal",
  14249. height: math.unit(4 + 2 / 12, "feet"),
  14250. default: true
  14251. },
  14252. ]
  14253. ))
  14254. characterMakers.push(() => makeCharacter(
  14255. { name: "Raf" },
  14256. {
  14257. front: {
  14258. height: math.unit(4 + 11 / 12, "feet"),
  14259. weight: math.unit(114, "lb"),
  14260. name: "Front",
  14261. image: {
  14262. source: "./media/characters/raf/front.svg",
  14263. bottom: 0.01
  14264. }
  14265. },
  14266. side: {
  14267. height: math.unit(4 + 11 / 12, "feet"),
  14268. weight: math.unit(114, "lb"),
  14269. name: "Side",
  14270. image: {
  14271. source: "./media/characters/raf/side.svg",
  14272. bottom: 0.005
  14273. }
  14274. },
  14275. },
  14276. [
  14277. {
  14278. name: "Micro",
  14279. height: math.unit(2, "inches")
  14280. },
  14281. {
  14282. name: "Normal",
  14283. height: math.unit(4 + 11 / 12, "feet"),
  14284. default: true
  14285. },
  14286. {
  14287. name: "Macro",
  14288. height: math.unit(70, "feet")
  14289. },
  14290. ]
  14291. ))
  14292. characterMakers.push(() => makeCharacter(
  14293. { name: "Liam Einarr" },
  14294. {
  14295. front: {
  14296. height: math.unit(1.5, "meters"),
  14297. weight: math.unit(68, "kg"),
  14298. name: "Front",
  14299. image: {
  14300. source: "./media/characters/liam-einarr/front.svg",
  14301. extra: 2822 / 2666
  14302. }
  14303. },
  14304. back: {
  14305. height: math.unit(1.5, "meters"),
  14306. weight: math.unit(68, "kg"),
  14307. name: "Back",
  14308. image: {
  14309. source: "./media/characters/liam-einarr/back.svg",
  14310. extra: 2822 / 2666,
  14311. bottom: 0.015
  14312. }
  14313. },
  14314. },
  14315. [
  14316. {
  14317. name: "Normal",
  14318. height: math.unit(1.5, "meters"),
  14319. default: true
  14320. },
  14321. {
  14322. name: "Macro",
  14323. height: math.unit(150, "meters")
  14324. },
  14325. {
  14326. name: "Megamacro",
  14327. height: math.unit(35, "km")
  14328. },
  14329. ]
  14330. ))
  14331. characterMakers.push(() => makeCharacter(
  14332. { name: "Linda" },
  14333. {
  14334. front: {
  14335. height: math.unit(6, "feet"),
  14336. weight: math.unit(75, "kg"),
  14337. name: "Front",
  14338. image: {
  14339. source: "./media/characters/linda/front.svg",
  14340. extra: 930 / 874,
  14341. bottom: 0.004
  14342. }
  14343. },
  14344. },
  14345. [
  14346. {
  14347. name: "Normal",
  14348. height: math.unit(6, "feet"),
  14349. default: true
  14350. },
  14351. ]
  14352. ))
  14353. characterMakers.push(() => makeCharacter(
  14354. { name: "Caylex" },
  14355. {
  14356. front: {
  14357. height: math.unit(6 + 8 / 12, "feet"),
  14358. weight: math.unit(220, "lb"),
  14359. name: "Front",
  14360. image: {
  14361. source: "./media/characters/caylex/front.svg",
  14362. extra: 821 / 772,
  14363. bottom: 0.07
  14364. }
  14365. },
  14366. back: {
  14367. height: math.unit(6 + 8 / 12, "feet"),
  14368. weight: math.unit(220, "lb"),
  14369. name: "Back",
  14370. image: {
  14371. source: "./media/characters/caylex/back.svg",
  14372. extra: 821 / 772,
  14373. bottom: 0.022
  14374. }
  14375. },
  14376. hand: {
  14377. height: math.unit(1.25, "feet"),
  14378. name: "Hand",
  14379. image: {
  14380. source: "./media/characters/caylex/hand.svg"
  14381. }
  14382. },
  14383. foot: {
  14384. height: math.unit(1.6, "feet"),
  14385. name: "Foot",
  14386. image: {
  14387. source: "./media/characters/caylex/foot.svg"
  14388. }
  14389. },
  14390. armored: {
  14391. height: math.unit(6 + 8 / 12, "feet"),
  14392. weight: math.unit(250, "lb"),
  14393. name: "Armored",
  14394. image: {
  14395. source: "./media/characters/caylex/armored.svg",
  14396. extra: 1420 / 1310,
  14397. bottom: 0.045
  14398. }
  14399. },
  14400. },
  14401. [
  14402. {
  14403. name: "Normal",
  14404. height: math.unit(6 + 8 / 12, "feet"),
  14405. default: true
  14406. },
  14407. {
  14408. name: "Normal+",
  14409. height: math.unit(12, "feet")
  14410. },
  14411. ]
  14412. ))
  14413. characterMakers.push(() => makeCharacter(
  14414. { name: "Alana" },
  14415. {
  14416. front: {
  14417. height: math.unit(7 + 6 / 12, "feet"),
  14418. weight: math.unit(288, "lb"),
  14419. name: "Front",
  14420. image: {
  14421. source: "./media/characters/alana/front.svg",
  14422. extra: 679 / 653,
  14423. bottom: 22.5 / 701
  14424. }
  14425. },
  14426. },
  14427. [
  14428. {
  14429. name: "Normal",
  14430. height: math.unit(7 + 6 / 12, "feet")
  14431. },
  14432. {
  14433. name: "Large",
  14434. height: math.unit(50, "feet")
  14435. },
  14436. {
  14437. name: "Macro",
  14438. height: math.unit(100, "feet"),
  14439. default: true
  14440. },
  14441. {
  14442. name: "Macro+",
  14443. height: math.unit(200, "feet")
  14444. },
  14445. ]
  14446. ))
  14447. characterMakers.push(() => makeCharacter(
  14448. { name: "Hasani" },
  14449. {
  14450. front: {
  14451. height: math.unit(6 + 1 / 12, "feet"),
  14452. weight: math.unit(210, "lb"),
  14453. name: "Front",
  14454. image: {
  14455. source: "./media/characters/hasani/front.svg",
  14456. extra: 244 / 232,
  14457. bottom: 0.01
  14458. }
  14459. },
  14460. back: {
  14461. height: math.unit(6 + 1 / 12, "feet"),
  14462. weight: math.unit(210, "lb"),
  14463. name: "Back",
  14464. image: {
  14465. source: "./media/characters/hasani/back.svg",
  14466. extra: 244 / 232,
  14467. bottom: 0.01
  14468. }
  14469. },
  14470. },
  14471. [
  14472. {
  14473. name: "Normal",
  14474. height: math.unit(6 + 1 / 12, "feet")
  14475. },
  14476. {
  14477. name: "Macro",
  14478. height: math.unit(175, "feet"),
  14479. default: true
  14480. },
  14481. ]
  14482. ))
  14483. characterMakers.push(() => makeCharacter(
  14484. { name: "Nita" },
  14485. {
  14486. front: {
  14487. height: math.unit(1.82, "meters"),
  14488. weight: math.unit(140, "lb"),
  14489. name: "Front",
  14490. image: {
  14491. source: "./media/characters/nita/front.svg",
  14492. extra: 2473 / 2363,
  14493. bottom: 0.01
  14494. }
  14495. },
  14496. },
  14497. [
  14498. {
  14499. name: "Normal",
  14500. height: math.unit(1.82, "m")
  14501. },
  14502. {
  14503. name: "Macro",
  14504. height: math.unit(300, "m")
  14505. },
  14506. {
  14507. name: "Mistake Canon",
  14508. height: math.unit(0.5, "miles"),
  14509. default: true
  14510. },
  14511. {
  14512. name: "Big Mistake",
  14513. height: math.unit(13, "miles")
  14514. },
  14515. {
  14516. name: "Playing God",
  14517. height: math.unit(2450, "miles")
  14518. },
  14519. ]
  14520. ))
  14521. characterMakers.push(() => makeCharacter(
  14522. { name: "Shiriko" },
  14523. {
  14524. front: {
  14525. height: math.unit(4, "feet"),
  14526. weight: math.unit(120, "lb"),
  14527. name: "Front",
  14528. image: {
  14529. source: "./media/characters/shiriko/front.svg",
  14530. extra: 195 / 188
  14531. }
  14532. },
  14533. },
  14534. [
  14535. {
  14536. name: "Normal",
  14537. height: math.unit(4, "feet"),
  14538. default: true
  14539. },
  14540. ]
  14541. ))
  14542. characterMakers.push(() => makeCharacter(
  14543. { name: "Deja" },
  14544. {
  14545. front: {
  14546. height: math.unit(6, "feet"),
  14547. name: "front",
  14548. image: {
  14549. source: "./media/characters/deja/front.svg",
  14550. extra: 926 / 840,
  14551. bottom: 0.07
  14552. }
  14553. },
  14554. },
  14555. [
  14556. {
  14557. name: "Planck Length",
  14558. height: math.unit(1.6e-35, "meters")
  14559. },
  14560. {
  14561. name: "Normal",
  14562. height: math.unit(30.48, "meters"),
  14563. default: true
  14564. },
  14565. {
  14566. name: "Universal",
  14567. height: math.unit(8.8e26, "meters")
  14568. },
  14569. ]
  14570. ))
  14571. characterMakers.push(() => makeCharacter(
  14572. { name: "Anima" },
  14573. {
  14574. side: {
  14575. height: math.unit(8, "feet"),
  14576. weight: math.unit(6300, "lb"),
  14577. name: "Side",
  14578. image: {
  14579. source: "./media/characters/anima/side.svg",
  14580. bottom: 0.035
  14581. }
  14582. },
  14583. },
  14584. [
  14585. {
  14586. name: "Normal",
  14587. height: math.unit(8, "feet"),
  14588. default: true
  14589. },
  14590. ]
  14591. ))
  14592. characterMakers.push(() => makeCharacter(
  14593. { name: "Bianca" },
  14594. {
  14595. front: {
  14596. height: math.unit(8, "feet"),
  14597. weight: math.unit(350, "lb"),
  14598. name: "Front",
  14599. image: {
  14600. source: "./media/characters/bianca/front.svg",
  14601. extra: 234 / 225,
  14602. bottom: 0.03
  14603. }
  14604. },
  14605. },
  14606. [
  14607. {
  14608. name: "Normal",
  14609. height: math.unit(8, "feet"),
  14610. default: true
  14611. },
  14612. ]
  14613. ))
  14614. characterMakers.push(() => makeCharacter(
  14615. { name: "Adinia" },
  14616. {
  14617. front: {
  14618. height: math.unit(6, "feet"),
  14619. weight: math.unit(150, "lb"),
  14620. name: "Front",
  14621. image: {
  14622. source: "./media/characters/adinia/front.svg",
  14623. extra: 1845 / 1672,
  14624. bottom: 0.02
  14625. }
  14626. },
  14627. back: {
  14628. height: math.unit(6, "feet"),
  14629. weight: math.unit(150, "lb"),
  14630. name: "Back",
  14631. image: {
  14632. source: "./media/characters/adinia/back.svg",
  14633. extra: 1845 / 1672,
  14634. bottom: 0.002
  14635. }
  14636. },
  14637. },
  14638. [
  14639. {
  14640. name: "Normal",
  14641. height: math.unit(11 + 5 / 12, "feet"),
  14642. default: true
  14643. },
  14644. ]
  14645. ))
  14646. characterMakers.push(() => makeCharacter(
  14647. { name: "Lykasa" },
  14648. {
  14649. front: {
  14650. height: math.unit(3, "meters"),
  14651. weight: math.unit(200, "kg"),
  14652. name: "Front",
  14653. image: {
  14654. source: "./media/characters/lykasa/front.svg",
  14655. extra: 1076 / 976,
  14656. bottom: 0.06
  14657. }
  14658. },
  14659. },
  14660. [
  14661. {
  14662. name: "Normal",
  14663. height: math.unit(3, "meters")
  14664. },
  14665. {
  14666. name: "Kaiku",
  14667. height: math.unit(120, "meters"),
  14668. default: true
  14669. },
  14670. {
  14671. name: "Mega Kaiju",
  14672. height: math.unit(240, "km")
  14673. },
  14674. {
  14675. name: "Giga Kaiju",
  14676. height: math.unit(400, "megameters")
  14677. },
  14678. {
  14679. name: "Tera Kaiju",
  14680. height: math.unit(800, "gigameters")
  14681. },
  14682. {
  14683. name: "Kaiju Dragon Goddess",
  14684. height: math.unit(26, "zettaparsecs")
  14685. },
  14686. ]
  14687. ))
  14688. characterMakers.push(() => makeCharacter(
  14689. { name: "Malfaren" },
  14690. {
  14691. side: {
  14692. height: math.unit(283 / 124 * 6, "feet"),
  14693. weight: math.unit(35000, "lb"),
  14694. name: "Side",
  14695. image: {
  14696. source: "./media/characters/malfaren/side.svg",
  14697. extra: 2500 / 1010,
  14698. bottom: 0.01
  14699. }
  14700. },
  14701. front: {
  14702. height: math.unit(22.36, "feet"),
  14703. weight: math.unit(35000, "lb"),
  14704. name: "Front",
  14705. image: {
  14706. source: "./media/characters/malfaren/front.svg",
  14707. extra: 1631 / 1476,
  14708. bottom: 0.01
  14709. }
  14710. },
  14711. maw: {
  14712. height: math.unit(6.9, "feet"),
  14713. name: "Maw",
  14714. image: {
  14715. source: "./media/characters/malfaren/maw.svg"
  14716. }
  14717. },
  14718. },
  14719. [
  14720. {
  14721. name: "Big",
  14722. height: math.unit(283 / 162 * 6, "feet"),
  14723. },
  14724. {
  14725. name: "Bigger",
  14726. height: math.unit(283 / 124 * 6, "feet")
  14727. },
  14728. {
  14729. name: "Massive",
  14730. height: math.unit(283 / 92 * 6, "feet"),
  14731. default: true
  14732. },
  14733. {
  14734. name: "👀💦",
  14735. height: math.unit(283 / 73 * 6, "feet"),
  14736. },
  14737. ]
  14738. ))
  14739. characterMakers.push(() => makeCharacter(
  14740. { name: "Kernel" },
  14741. {
  14742. front: {
  14743. height: math.unit(1.7, "m"),
  14744. weight: math.unit(70, "kg"),
  14745. name: "Front",
  14746. image: {
  14747. source: "./media/characters/kernel/front.svg",
  14748. extra: 222 / 210,
  14749. bottom: 0.007
  14750. }
  14751. },
  14752. },
  14753. [
  14754. {
  14755. name: "Nano",
  14756. height: math.unit(17, "micrometers")
  14757. },
  14758. {
  14759. name: "Micro",
  14760. height: math.unit(1.7, "mm")
  14761. },
  14762. {
  14763. name: "Small",
  14764. height: math.unit(1.7, "cm")
  14765. },
  14766. {
  14767. name: "Normal",
  14768. height: math.unit(1.7, "m"),
  14769. default: true
  14770. },
  14771. ]
  14772. ))
  14773. characterMakers.push(() => makeCharacter(
  14774. { name: "Jayne Folest" },
  14775. {
  14776. front: {
  14777. height: math.unit(1.75, "meters"),
  14778. weight: math.unit(65, "kg"),
  14779. name: "Front",
  14780. image: {
  14781. source: "./media/characters/jayne-folest/front.svg",
  14782. extra: 2115 / 2007,
  14783. bottom: 0.02
  14784. }
  14785. },
  14786. back: {
  14787. height: math.unit(1.75, "meters"),
  14788. weight: math.unit(65, "kg"),
  14789. name: "Back",
  14790. image: {
  14791. source: "./media/characters/jayne-folest/back.svg",
  14792. extra: 2115 / 2007,
  14793. bottom: 0.005
  14794. }
  14795. },
  14796. frontClothed: {
  14797. height: math.unit(1.75, "meters"),
  14798. weight: math.unit(65, "kg"),
  14799. name: "Front (Clothed)",
  14800. image: {
  14801. source: "./media/characters/jayne-folest/front-clothed.svg",
  14802. extra: 2115 / 2007,
  14803. bottom: 0.035
  14804. }
  14805. },
  14806. hand: {
  14807. height: math.unit(1 / 1.260, "feet"),
  14808. name: "Hand",
  14809. image: {
  14810. source: "./media/characters/jayne-folest/hand.svg"
  14811. }
  14812. },
  14813. foot: {
  14814. height: math.unit(1 / 0.918, "feet"),
  14815. name: "Foot",
  14816. image: {
  14817. source: "./media/characters/jayne-folest/foot.svg"
  14818. }
  14819. },
  14820. },
  14821. [
  14822. {
  14823. name: "Micro",
  14824. height: math.unit(4, "cm")
  14825. },
  14826. {
  14827. name: "Normal",
  14828. height: math.unit(1.75, "meters")
  14829. },
  14830. {
  14831. name: "Macro",
  14832. height: math.unit(47.5, "meters"),
  14833. default: true
  14834. },
  14835. ]
  14836. ))
  14837. characterMakers.push(() => makeCharacter(
  14838. { name: "Algier" },
  14839. {
  14840. front: {
  14841. height: math.unit(180, "cm"),
  14842. weight: math.unit(70, "kg"),
  14843. name: "Front",
  14844. image: {
  14845. source: "./media/characters/algier/front.svg",
  14846. extra: 596 / 572,
  14847. bottom: 0.04
  14848. }
  14849. },
  14850. back: {
  14851. height: math.unit(180, "cm"),
  14852. weight: math.unit(70, "kg"),
  14853. name: "Back",
  14854. image: {
  14855. source: "./media/characters/algier/back.svg",
  14856. extra: 596 / 572,
  14857. bottom: 0.025
  14858. }
  14859. },
  14860. frontdressed: {
  14861. height: math.unit(180, "cm"),
  14862. weight: math.unit(150, "kg"),
  14863. name: "Front-dressed",
  14864. image: {
  14865. source: "./media/characters/algier/front-dressed.svg",
  14866. extra: 596 / 572,
  14867. bottom: 0.038
  14868. }
  14869. },
  14870. },
  14871. [
  14872. {
  14873. name: "Micro",
  14874. height: math.unit(5, "cm")
  14875. },
  14876. {
  14877. name: "Normal",
  14878. height: math.unit(180, "cm"),
  14879. default: true
  14880. },
  14881. {
  14882. name: "Macro",
  14883. height: math.unit(64, "m")
  14884. },
  14885. ]
  14886. ))
  14887. characterMakers.push(() => makeCharacter(
  14888. { name: "Pretzel" },
  14889. {
  14890. upright: {
  14891. height: math.unit(7, "feet"),
  14892. weight: math.unit(300, "lb"),
  14893. name: "Upright",
  14894. image: {
  14895. source: "./media/characters/pretzel/upright.svg",
  14896. extra: 534 / 522,
  14897. bottom: 0.065
  14898. }
  14899. },
  14900. sprawling: {
  14901. height: math.unit(3.75, "feet"),
  14902. weight: math.unit(300, "lb"),
  14903. name: "Sprawling",
  14904. image: {
  14905. source: "./media/characters/pretzel/sprawling.svg",
  14906. extra: 314 / 281,
  14907. bottom: 0.1
  14908. }
  14909. },
  14910. tongue: {
  14911. height: math.unit(2, "feet"),
  14912. name: "Tongue",
  14913. image: {
  14914. source: "./media/characters/pretzel/tongue.svg"
  14915. }
  14916. },
  14917. },
  14918. [
  14919. {
  14920. name: "Normal",
  14921. height: math.unit(7, "feet"),
  14922. default: true
  14923. },
  14924. {
  14925. name: "Oversized",
  14926. height: math.unit(15, "feet")
  14927. },
  14928. {
  14929. name: "Huge",
  14930. height: math.unit(30, "feet")
  14931. },
  14932. {
  14933. name: "Macro",
  14934. height: math.unit(250, "feet")
  14935. },
  14936. ]
  14937. ))
  14938. characterMakers.push(() => makeCharacter(
  14939. { name: "Roxi" },
  14940. {
  14941. sideFront: {
  14942. height: math.unit(5 + 2 / 12, "feet"),
  14943. weight: math.unit(120, "lb"),
  14944. name: "Front Side",
  14945. image: {
  14946. source: "./media/characters/roxi/side-front.svg",
  14947. extra: 2924 / 2717,
  14948. bottom: 0.08
  14949. }
  14950. },
  14951. sideBack: {
  14952. height: math.unit(5 + 2 / 12, "feet"),
  14953. weight: math.unit(120, "lb"),
  14954. name: "Back Side",
  14955. image: {
  14956. source: "./media/characters/roxi/side-back.svg",
  14957. extra: 2904 / 2693,
  14958. bottom: 0.06
  14959. }
  14960. },
  14961. front: {
  14962. height: math.unit(5 + 2 / 12, "feet"),
  14963. weight: math.unit(120, "lb"),
  14964. name: "Front",
  14965. image: {
  14966. source: "./media/characters/roxi/front.svg",
  14967. extra: 2028 / 1907,
  14968. bottom: 0.01
  14969. }
  14970. },
  14971. frontAlt: {
  14972. height: math.unit(5 + 2 / 12, "feet"),
  14973. weight: math.unit(120, "lb"),
  14974. name: "Front (Alt)",
  14975. image: {
  14976. source: "./media/characters/roxi/front-alt.svg",
  14977. extra: 1828 / 1798,
  14978. bottom: 0.01
  14979. }
  14980. },
  14981. sitting: {
  14982. height: math.unit(2.8, "feet"),
  14983. weight: math.unit(120, "lb"),
  14984. name: "Sitting",
  14985. image: {
  14986. source: "./media/characters/roxi/sitting.svg",
  14987. extra: 2660 / 2462,
  14988. bottom: 0.1
  14989. }
  14990. },
  14991. },
  14992. [
  14993. {
  14994. name: "Normal",
  14995. height: math.unit(5 + 2 / 12, "feet"),
  14996. default: true
  14997. },
  14998. ]
  14999. ))
  15000. characterMakers.push(() => makeCharacter(
  15001. { name: "Shadow" },
  15002. {
  15003. side: {
  15004. height: math.unit(55, "feet"),
  15005. weight: math.unit(153, "tons"),
  15006. name: "Side",
  15007. image: {
  15008. source: "./media/characters/shadow/side.svg",
  15009. extra: 701 / 628,
  15010. bottom: 0.02
  15011. }
  15012. },
  15013. flying: {
  15014. height: math.unit(145, "feet"),
  15015. weight: math.unit(153, "tons"),
  15016. name: "Flying",
  15017. image: {
  15018. source: "./media/characters/shadow/flying.svg"
  15019. }
  15020. },
  15021. },
  15022. [
  15023. {
  15024. name: "Normal",
  15025. height: math.unit(55, "feet"),
  15026. default: true
  15027. },
  15028. ]
  15029. ))
  15030. characterMakers.push(() => makeCharacter(
  15031. { name: "Marcie" },
  15032. {
  15033. front: {
  15034. height: math.unit(6, "feet"),
  15035. weight: math.unit(200, "lb"),
  15036. name: "Front",
  15037. image: {
  15038. source: "./media/characters/marcie/front.svg",
  15039. extra: 960 / 876,
  15040. bottom: 58 / 1017.87
  15041. }
  15042. },
  15043. },
  15044. [
  15045. {
  15046. name: "Macro",
  15047. height: math.unit(1, "mile"),
  15048. default: true
  15049. },
  15050. ]
  15051. ))
  15052. characterMakers.push(() => makeCharacter(
  15053. { name: "Kachina" },
  15054. {
  15055. front: {
  15056. height: math.unit(7, "feet"),
  15057. weight: math.unit(200, "lb"),
  15058. name: "Front",
  15059. image: {
  15060. source: "./media/characters/kachina/front.svg",
  15061. extra: 1290.68 / 1119,
  15062. bottom: 36.5 / 1327.18
  15063. }
  15064. },
  15065. },
  15066. [
  15067. {
  15068. name: "Normal",
  15069. height: math.unit(7, "feet"),
  15070. default: true
  15071. },
  15072. ]
  15073. ))
  15074. characterMakers.push(() => makeCharacter(
  15075. { name: "Kash" },
  15076. {
  15077. looking: {
  15078. height: math.unit(2, "meters"),
  15079. weight: math.unit(300, "kg"),
  15080. name: "Looking",
  15081. image: {
  15082. source: "./media/characters/kash/looking.svg",
  15083. extra: 474 / 344,
  15084. bottom: 0.03
  15085. }
  15086. },
  15087. side: {
  15088. height: math.unit(2, "meters"),
  15089. weight: math.unit(300, "kg"),
  15090. name: "Side",
  15091. image: {
  15092. source: "./media/characters/kash/side.svg",
  15093. extra: 302 / 251,
  15094. bottom: 0.03
  15095. }
  15096. },
  15097. front: {
  15098. height: math.unit(2, "meters"),
  15099. weight: math.unit(300, "kg"),
  15100. name: "Front",
  15101. image: {
  15102. source: "./media/characters/kash/front.svg",
  15103. extra: 495 / 360,
  15104. bottom: 0.015
  15105. }
  15106. },
  15107. },
  15108. [
  15109. {
  15110. name: "Normal",
  15111. height: math.unit(2, "meters"),
  15112. default: true
  15113. },
  15114. {
  15115. name: "Big",
  15116. height: math.unit(3, "meters")
  15117. },
  15118. {
  15119. name: "Large",
  15120. height: math.unit(5, "meters")
  15121. },
  15122. ]
  15123. ))
  15124. characterMakers.push(() => makeCharacter(
  15125. { name: "Lalim" },
  15126. {
  15127. feeding: {
  15128. height: math.unit(6.7, "feet"),
  15129. weight: math.unit(350, "lb"),
  15130. name: "Feeding",
  15131. image: {
  15132. source: "./media/characters/lalim/feeding.svg",
  15133. }
  15134. },
  15135. },
  15136. [
  15137. {
  15138. name: "Normal",
  15139. height: math.unit(6.7, "feet"),
  15140. default: true
  15141. },
  15142. ]
  15143. ))
  15144. characterMakers.push(() => makeCharacter(
  15145. { name: "De'Vout" },
  15146. {
  15147. front: {
  15148. height: math.unit(9.5, "feet"),
  15149. weight: math.unit(600, "lb"),
  15150. name: "Front",
  15151. image: {
  15152. source: "./media/characters/de'vout/front.svg",
  15153. extra: 1443 / 1328,
  15154. bottom: 0.025
  15155. }
  15156. },
  15157. back: {
  15158. height: math.unit(9.5, "feet"),
  15159. weight: math.unit(600, "lb"),
  15160. name: "Back",
  15161. image: {
  15162. source: "./media/characters/de'vout/back.svg",
  15163. extra: 1443 / 1328
  15164. }
  15165. },
  15166. frontDressed: {
  15167. height: math.unit(9.5, "feet"),
  15168. weight: math.unit(600, "lb"),
  15169. name: "Front (Dressed",
  15170. image: {
  15171. source: "./media/characters/de'vout/front-dressed.svg",
  15172. extra: 1443 / 1328,
  15173. bottom: 0.025
  15174. }
  15175. },
  15176. backDressed: {
  15177. height: math.unit(9.5, "feet"),
  15178. weight: math.unit(600, "lb"),
  15179. name: "Back (Dressed",
  15180. image: {
  15181. source: "./media/characters/de'vout/back-dressed.svg",
  15182. extra: 1443 / 1328
  15183. }
  15184. },
  15185. },
  15186. [
  15187. {
  15188. name: "Normal",
  15189. height: math.unit(9.5, "feet"),
  15190. default: true
  15191. },
  15192. ]
  15193. ))
  15194. characterMakers.push(() => makeCharacter(
  15195. { name: "Talana" },
  15196. {
  15197. front: {
  15198. height: math.unit(8, "feet"),
  15199. weight: math.unit(225, "lb"),
  15200. name: "Front",
  15201. image: {
  15202. source: "./media/characters/talana/front.svg",
  15203. extra: 1410 / 1300,
  15204. bottom: 0.015
  15205. }
  15206. },
  15207. frontDressed: {
  15208. height: math.unit(8, "feet"),
  15209. weight: math.unit(225, "lb"),
  15210. name: "Front (Dressed",
  15211. image: {
  15212. source: "./media/characters/talana/front-dressed.svg",
  15213. extra: 1410 / 1300,
  15214. bottom: 0.015
  15215. }
  15216. },
  15217. },
  15218. [
  15219. {
  15220. name: "Normal",
  15221. height: math.unit(8, "feet"),
  15222. default: true
  15223. },
  15224. ]
  15225. ))
  15226. characterMakers.push(() => makeCharacter(
  15227. { name: "Xeauvok" },
  15228. {
  15229. side: {
  15230. height: math.unit(7.2, "feet"),
  15231. weight: math.unit(150, "lb"),
  15232. name: "Side",
  15233. image: {
  15234. source: "./media/characters/xeauvok/side.svg",
  15235. extra: 1975 / 1523,
  15236. bottom: 0.07
  15237. }
  15238. },
  15239. },
  15240. [
  15241. {
  15242. name: "Normal",
  15243. height: math.unit(7.2, "feet"),
  15244. default: true
  15245. },
  15246. ]
  15247. ))
  15248. characterMakers.push(() => makeCharacter(
  15249. { name: "Zara" },
  15250. {
  15251. side: {
  15252. height: math.unit(10, "feet"),
  15253. weight: math.unit(900, "kg"),
  15254. name: "Side",
  15255. image: {
  15256. source: "./media/characters/zara/side.svg",
  15257. extra: 504 / 498
  15258. }
  15259. },
  15260. },
  15261. [
  15262. {
  15263. name: "Normal",
  15264. height: math.unit(10, "feet"),
  15265. default: true
  15266. },
  15267. ]
  15268. ))
  15269. characterMakers.push(() => makeCharacter(
  15270. { name: "Richard (Dragon)" },
  15271. {
  15272. side: {
  15273. height: math.unit(6, "feet"),
  15274. weight: math.unit(150, "lb"),
  15275. name: "Side",
  15276. image: {
  15277. source: "./media/characters/richard-dragon/side.svg",
  15278. extra: 845 / 340,
  15279. bottom: 0.017
  15280. }
  15281. },
  15282. maw: {
  15283. height: math.unit(2.97, "feet"),
  15284. name: "Maw",
  15285. image: {
  15286. source: "./media/characters/richard-dragon/maw.svg"
  15287. }
  15288. },
  15289. },
  15290. [
  15291. ]
  15292. ))
  15293. characterMakers.push(() => makeCharacter(
  15294. { name: "Richard (Smeargle)" },
  15295. {
  15296. front: {
  15297. height: math.unit(4, "feet"),
  15298. weight: math.unit(100, "lb"),
  15299. name: "Front",
  15300. image: {
  15301. source: "./media/characters/richard-smeargle/front.svg",
  15302. extra: 2952 / 2820,
  15303. bottom: 0.028
  15304. }
  15305. },
  15306. },
  15307. [
  15308. {
  15309. name: "Normal",
  15310. height: math.unit(4, "feet"),
  15311. default: true
  15312. },
  15313. {
  15314. name: "Dynamax",
  15315. height: math.unit(20, "meters")
  15316. },
  15317. ]
  15318. ))
  15319. characterMakers.push(() => makeCharacter(
  15320. { name: "Klay" },
  15321. {
  15322. front: {
  15323. height: math.unit(6, "feet"),
  15324. weight: math.unit(110, "lb"),
  15325. name: "Front",
  15326. image: {
  15327. source: "./media/characters/klay/front.svg",
  15328. extra: 962 / 883,
  15329. bottom: 0.04
  15330. }
  15331. },
  15332. back: {
  15333. height: math.unit(6, "feet"),
  15334. weight: math.unit(110, "lb"),
  15335. name: "Back",
  15336. image: {
  15337. source: "./media/characters/klay/back.svg",
  15338. extra: 962 / 883
  15339. }
  15340. },
  15341. beans: {
  15342. height: math.unit(1.15, "feet"),
  15343. name: "Beans",
  15344. image: {
  15345. source: "./media/characters/klay/beans.svg"
  15346. }
  15347. },
  15348. },
  15349. [
  15350. {
  15351. name: "Micro",
  15352. height: math.unit(6, "inches")
  15353. },
  15354. {
  15355. name: "Mini",
  15356. height: math.unit(3, "feet")
  15357. },
  15358. {
  15359. name: "Normal",
  15360. height: math.unit(6, "feet"),
  15361. default: true
  15362. },
  15363. {
  15364. name: "Big",
  15365. height: math.unit(25, "feet")
  15366. },
  15367. {
  15368. name: "Macro",
  15369. height: math.unit(100, "feet")
  15370. },
  15371. {
  15372. name: "Megamacro",
  15373. height: math.unit(400, "feet")
  15374. },
  15375. ]
  15376. ))
  15377. characterMakers.push(() => makeCharacter(
  15378. { name: "Marcus" },
  15379. {
  15380. front: {
  15381. height: math.unit(6, "feet"),
  15382. weight: math.unit(160, "lb"),
  15383. name: "Front",
  15384. image: {
  15385. source: "./media/characters/marcus/front.svg",
  15386. extra: 734 / 676,
  15387. bottom: 0.03
  15388. }
  15389. },
  15390. },
  15391. [
  15392. {
  15393. name: "Little",
  15394. height: math.unit(6, "feet")
  15395. },
  15396. {
  15397. name: "Normal",
  15398. height: math.unit(110, "feet"),
  15399. default: true
  15400. },
  15401. {
  15402. name: "Macro",
  15403. height: math.unit(250, "feet")
  15404. },
  15405. {
  15406. name: "Megamacro",
  15407. height: math.unit(1000, "feet")
  15408. },
  15409. ]
  15410. ))
  15411. characterMakers.push(() => makeCharacter(
  15412. { name: "Claude DelRoute" },
  15413. {
  15414. front: {
  15415. height: math.unit(7, "feet"),
  15416. weight: math.unit(275, "lb"),
  15417. name: "Front",
  15418. image: {
  15419. source: "./media/characters/claude-delroute/front.svg",
  15420. extra: 230 / 214,
  15421. bottom: 0.007
  15422. }
  15423. },
  15424. side: {
  15425. height: math.unit(7, "feet"),
  15426. weight: math.unit(275, "lb"),
  15427. name: "Side",
  15428. image: {
  15429. source: "./media/characters/claude-delroute/side.svg",
  15430. extra: 222 / 214,
  15431. bottom: 0.01
  15432. }
  15433. },
  15434. back: {
  15435. height: math.unit(7, "feet"),
  15436. weight: math.unit(275, "lb"),
  15437. name: "Back",
  15438. image: {
  15439. source: "./media/characters/claude-delroute/back.svg",
  15440. extra: 230 / 214,
  15441. bottom: 0.015
  15442. }
  15443. },
  15444. maw: {
  15445. height: math.unit(0.6407, "meters"),
  15446. name: "Maw",
  15447. image: {
  15448. source: "./media/characters/claude-delroute/maw.svg"
  15449. }
  15450. },
  15451. },
  15452. [
  15453. {
  15454. name: "Normal",
  15455. height: math.unit(7, "feet"),
  15456. default: true
  15457. },
  15458. {
  15459. name: "Lorge",
  15460. height: math.unit(20, "feet")
  15461. },
  15462. ]
  15463. ))
  15464. characterMakers.push(() => makeCharacter(
  15465. { name: "Dragonien" },
  15466. {
  15467. front: {
  15468. height: math.unit(8 + 4 / 12, "feet"),
  15469. weight: math.unit(600, "lb"),
  15470. name: "Front",
  15471. image: {
  15472. source: "./media/characters/dragonien/front.svg",
  15473. extra: 100 / 94,
  15474. bottom: 3.3 / 103.3445
  15475. }
  15476. },
  15477. back: {
  15478. height: math.unit(8 + 4 / 12, "feet"),
  15479. weight: math.unit(600, "lb"),
  15480. name: "Back",
  15481. image: {
  15482. source: "./media/characters/dragonien/back.svg",
  15483. extra: 776 / 746,
  15484. bottom: 6.4 / 782.0616
  15485. }
  15486. },
  15487. foot: {
  15488. height: math.unit(1.54, "feet"),
  15489. name: "Foot",
  15490. image: {
  15491. source: "./media/characters/dragonien/foot.svg",
  15492. }
  15493. },
  15494. },
  15495. [
  15496. {
  15497. name: "Normal",
  15498. height: math.unit(8 + 4 / 12, "feet"),
  15499. default: true
  15500. },
  15501. {
  15502. name: "Macro",
  15503. height: math.unit(200, "feet")
  15504. },
  15505. {
  15506. name: "Megamacro",
  15507. height: math.unit(1, "mile")
  15508. },
  15509. {
  15510. name: "Gigamacro",
  15511. height: math.unit(1000, "miles")
  15512. },
  15513. ]
  15514. ))
  15515. characterMakers.push(() => makeCharacter(
  15516. { name: "Desta" },
  15517. {
  15518. front: {
  15519. height: math.unit(5 + 2 / 12, "feet"),
  15520. weight: math.unit(110, "lb"),
  15521. name: "Front",
  15522. image: {
  15523. source: "./media/characters/desta/front.svg",
  15524. extra: 1482 / 1417
  15525. }
  15526. },
  15527. side: {
  15528. height: math.unit(5 + 2 / 12, "feet"),
  15529. weight: math.unit(110, "lb"),
  15530. name: "Side",
  15531. image: {
  15532. source: "./media/characters/desta/side.svg",
  15533. extra: 2579 / 2491,
  15534. bottom: 0.053
  15535. }
  15536. },
  15537. },
  15538. [
  15539. {
  15540. name: "Micro",
  15541. height: math.unit(6, "inches")
  15542. },
  15543. {
  15544. name: "Normal",
  15545. height: math.unit(5 + 2 / 12, "feet"),
  15546. default: true
  15547. },
  15548. {
  15549. name: "Macro",
  15550. height: math.unit(62, "feet")
  15551. },
  15552. {
  15553. name: "Megamacro",
  15554. height: math.unit(1800, "feet")
  15555. },
  15556. ]
  15557. ))
  15558. characterMakers.push(() => makeCharacter(
  15559. { name: "Storm Alystar" },
  15560. {
  15561. front: {
  15562. height: math.unit(10, "feet"),
  15563. weight: math.unit(700, "lb"),
  15564. name: "Front",
  15565. image: {
  15566. source: "./media/characters/storm-alystar/front.svg",
  15567. extra: 2112 / 1898,
  15568. bottom: 0.034
  15569. }
  15570. },
  15571. },
  15572. [
  15573. {
  15574. name: "Micro",
  15575. height: math.unit(3.5, "inches")
  15576. },
  15577. {
  15578. name: "Normal",
  15579. height: math.unit(10, "feet"),
  15580. default: true
  15581. },
  15582. {
  15583. name: "Macro",
  15584. height: math.unit(400, "feet")
  15585. },
  15586. {
  15587. name: "Deific",
  15588. height: math.unit(60, "miles")
  15589. },
  15590. ]
  15591. ))
  15592. characterMakers.push(() => makeCharacter(
  15593. { name: "Ilia" },
  15594. {
  15595. front: {
  15596. height: math.unit(2.35, "meters"),
  15597. weight: math.unit(119, "kg"),
  15598. name: "Front",
  15599. image: {
  15600. source: "./media/characters/ilia/front.svg",
  15601. extra: 1285 / 1255,
  15602. bottom: 0.06
  15603. }
  15604. },
  15605. },
  15606. [
  15607. {
  15608. name: "Normal",
  15609. height: math.unit(2.35, "meters")
  15610. },
  15611. {
  15612. name: "Macro",
  15613. height: math.unit(140, "meters"),
  15614. default: true
  15615. },
  15616. {
  15617. name: "Megamacro",
  15618. height: math.unit(100, "miles")
  15619. },
  15620. ]
  15621. ))
  15622. characterMakers.push(() => makeCharacter(
  15623. { name: "KingDead" },
  15624. {
  15625. front: {
  15626. height: math.unit(6 + 5 / 12, "feet"),
  15627. weight: math.unit(190, "lb"),
  15628. name: "Front",
  15629. image: {
  15630. source: "./media/characters/kingdead/front.svg",
  15631. extra: 1228 / 1177
  15632. }
  15633. },
  15634. },
  15635. [
  15636. {
  15637. name: "Micro",
  15638. height: math.unit(7, "inches")
  15639. },
  15640. {
  15641. name: "Normal",
  15642. height: math.unit(6 + 5 / 12, "feet")
  15643. },
  15644. {
  15645. name: "Macro",
  15646. height: math.unit(150, "feet"),
  15647. default: true
  15648. },
  15649. {
  15650. name: "Megamacro",
  15651. height: math.unit(200, "miles")
  15652. },
  15653. ]
  15654. ))
  15655. characterMakers.push(() => makeCharacter(
  15656. { name: "Kyrehx" },
  15657. {
  15658. front: {
  15659. height: math.unit(8, "feet"),
  15660. weight: math.unit(600, "lb"),
  15661. name: "Front",
  15662. image: {
  15663. source: "./media/characters/kyrehx/front.svg",
  15664. extra: 1195 / 1095,
  15665. bottom: 0.034
  15666. }
  15667. },
  15668. },
  15669. [
  15670. {
  15671. name: "Micro",
  15672. height: math.unit(2, "inches")
  15673. },
  15674. {
  15675. name: "Normal",
  15676. height: math.unit(8, "feet"),
  15677. default: true
  15678. },
  15679. {
  15680. name: "Macro",
  15681. height: math.unit(255, "feet")
  15682. },
  15683. ]
  15684. ))
  15685. characterMakers.push(() => makeCharacter(
  15686. { name: "Xang" },
  15687. {
  15688. front: {
  15689. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15690. weight: math.unit(184, "lb"),
  15691. name: "Front",
  15692. image: {
  15693. source: "./media/characters/xang/front.svg",
  15694. extra: 845 / 755
  15695. }
  15696. },
  15697. },
  15698. [
  15699. {
  15700. name: "Normal",
  15701. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15702. default: true
  15703. },
  15704. {
  15705. name: "Macro",
  15706. height: math.unit(0.935 * 146, "feet")
  15707. },
  15708. {
  15709. name: "Megamacro",
  15710. height: math.unit(0.935 * 3, "miles")
  15711. },
  15712. ]
  15713. ))
  15714. characterMakers.push(() => makeCharacter(
  15715. { name: "Doc Weardno" },
  15716. {
  15717. frontDressed: {
  15718. height: math.unit(5 + 7 / 12, "feet"),
  15719. weight: math.unit(140, "lb"),
  15720. name: "Front (Dressed)",
  15721. image: {
  15722. source: "./media/characters/doc-weardno/front-dressed.svg",
  15723. extra: 263 / 234
  15724. }
  15725. },
  15726. backDressed: {
  15727. height: math.unit(5 + 7 / 12, "feet"),
  15728. weight: math.unit(140, "lb"),
  15729. name: "Back (Dressed)",
  15730. image: {
  15731. source: "./media/characters/doc-weardno/back-dressed.svg",
  15732. extra: 266 / 238
  15733. }
  15734. },
  15735. front: {
  15736. height: math.unit(5 + 7 / 12, "feet"),
  15737. weight: math.unit(140, "lb"),
  15738. name: "Front",
  15739. image: {
  15740. source: "./media/characters/doc-weardno/front.svg",
  15741. extra: 254 / 233
  15742. }
  15743. },
  15744. },
  15745. [
  15746. {
  15747. name: "Micro",
  15748. height: math.unit(3, "inches")
  15749. },
  15750. {
  15751. name: "Normal",
  15752. height: math.unit(5 + 7 / 12, "feet"),
  15753. default: true
  15754. },
  15755. {
  15756. name: "Macro",
  15757. height: math.unit(25, "feet")
  15758. },
  15759. {
  15760. name: "Megamacro",
  15761. height: math.unit(2, "miles")
  15762. },
  15763. ]
  15764. ))
  15765. characterMakers.push(() => makeCharacter(
  15766. { name: "Seth Whilst" },
  15767. {
  15768. front: {
  15769. height: math.unit(6 + 2 / 12, "feet"),
  15770. weight: math.unit(153, "lb"),
  15771. name: "Front",
  15772. image: {
  15773. source: "./media/characters/seth-whilst/front.svg",
  15774. bottom: 0.07
  15775. }
  15776. },
  15777. },
  15778. [
  15779. {
  15780. name: "Micro",
  15781. height: math.unit(5, "inches")
  15782. },
  15783. {
  15784. name: "Normal",
  15785. height: math.unit(6 + 2 / 12, "feet"),
  15786. default: true
  15787. },
  15788. ]
  15789. ))
  15790. characterMakers.push(() => makeCharacter(
  15791. { name: "Pocket Jabari" },
  15792. {
  15793. front: {
  15794. height: math.unit(3, "inches"),
  15795. weight: math.unit(8, "grams"),
  15796. name: "Front",
  15797. image: {
  15798. source: "./media/characters/pocket-jabari/front.svg",
  15799. extra: 1024 / 974,
  15800. bottom: 0.039
  15801. }
  15802. },
  15803. },
  15804. [
  15805. {
  15806. name: "Minimicro",
  15807. height: math.unit(8, "mm")
  15808. },
  15809. {
  15810. name: "Micro",
  15811. height: math.unit(3, "inches"),
  15812. default: true
  15813. },
  15814. {
  15815. name: "Normal",
  15816. height: math.unit(3, "feet")
  15817. },
  15818. ]
  15819. ))
  15820. characterMakers.push(() => makeCharacter(
  15821. { name: "Sapphy" },
  15822. {
  15823. front: {
  15824. height: math.unit(15, "feet"),
  15825. weight: math.unit(3280, "lb"),
  15826. name: "Front",
  15827. image: {
  15828. source: "./media/characters/sapphy/front.svg",
  15829. extra: 671 / 577,
  15830. bottom: 0.085
  15831. }
  15832. },
  15833. back: {
  15834. height: math.unit(15, "feet"),
  15835. weight: math.unit(3280, "lb"),
  15836. name: "Back",
  15837. image: {
  15838. source: "./media/characters/sapphy/back.svg",
  15839. extra: 631 / 607,
  15840. bottom: 0.045
  15841. }
  15842. },
  15843. },
  15844. [
  15845. {
  15846. name: "Normal",
  15847. height: math.unit(15, "feet")
  15848. },
  15849. {
  15850. name: "Casual Macro",
  15851. height: math.unit(120, "feet")
  15852. },
  15853. {
  15854. name: "Macro",
  15855. height: math.unit(2150, "feet"),
  15856. default: true
  15857. },
  15858. {
  15859. name: "Megamacro",
  15860. height: math.unit(8, "miles")
  15861. },
  15862. {
  15863. name: "Galaxy Mom",
  15864. height: math.unit(6, "megalightyears")
  15865. },
  15866. ]
  15867. ))
  15868. characterMakers.push(() => makeCharacter(
  15869. { name: "Kiro" },
  15870. {
  15871. front: {
  15872. height: math.unit(6, "feet"),
  15873. weight: math.unit(170, "lb"),
  15874. name: "Front",
  15875. image: {
  15876. source: "./media/characters/kiro/front.svg",
  15877. extra: 1064 / 1012,
  15878. bottom: 0.052
  15879. }
  15880. },
  15881. },
  15882. [
  15883. {
  15884. name: "Micro",
  15885. height: math.unit(6, "inches")
  15886. },
  15887. {
  15888. name: "Normal",
  15889. height: math.unit(6, "feet"),
  15890. default: true
  15891. },
  15892. {
  15893. name: "Macro",
  15894. height: math.unit(72, "feet")
  15895. },
  15896. ]
  15897. ))
  15898. characterMakers.push(() => makeCharacter(
  15899. { name: "Irishfox" },
  15900. {
  15901. front: {
  15902. height: math.unit(5 + 9 / 12, "feet"),
  15903. weight: math.unit(175, "lb"),
  15904. name: "Front",
  15905. image: {
  15906. source: "./media/characters/irishfox/front.svg",
  15907. extra: 1912 / 1680,
  15908. bottom: 0.02
  15909. }
  15910. },
  15911. },
  15912. [
  15913. {
  15914. name: "Nano",
  15915. height: math.unit(1, "mm")
  15916. },
  15917. {
  15918. name: "Micro",
  15919. height: math.unit(2, "inches")
  15920. },
  15921. {
  15922. name: "Normal",
  15923. height: math.unit(5 + 9 / 12, "feet"),
  15924. default: true
  15925. },
  15926. {
  15927. name: "Macro",
  15928. height: math.unit(45, "feet")
  15929. },
  15930. ]
  15931. ))
  15932. characterMakers.push(() => makeCharacter(
  15933. { name: "Aronai Sieyes" },
  15934. {
  15935. front: {
  15936. height: math.unit(6 + 1 / 12, "feet"),
  15937. weight: math.unit(150, "lb"),
  15938. name: "Front",
  15939. image: {
  15940. source: "./media/characters/aronai-sieyes/front.svg",
  15941. extra: 1556 / 1480,
  15942. bottom: 0.015
  15943. }
  15944. },
  15945. side: {
  15946. height: math.unit(6 + 1 / 12, "feet"),
  15947. weight: math.unit(150, "lb"),
  15948. name: "Side",
  15949. image: {
  15950. source: "./media/characters/aronai-sieyes/side.svg",
  15951. extra: 1433 / 1390,
  15952. bottom: 0.0393
  15953. }
  15954. },
  15955. back: {
  15956. height: math.unit(6 + 1 / 12, "feet"),
  15957. weight: math.unit(150, "lb"),
  15958. name: "Back",
  15959. image: {
  15960. source: "./media/characters/aronai-sieyes/back.svg",
  15961. extra: 1544 / 1494,
  15962. bottom: 0.02
  15963. }
  15964. },
  15965. frontClothed: {
  15966. height: math.unit(6 + 1 / 12, "feet"),
  15967. weight: math.unit(150, "lb"),
  15968. name: "Front (Clothed)",
  15969. image: {
  15970. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  15971. extra: 1582 / 1527
  15972. }
  15973. },
  15974. feral: {
  15975. height: math.unit(18, "feet"),
  15976. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  15977. name: "Feral",
  15978. image: {
  15979. source: "./media/characters/aronai-sieyes/feral.svg",
  15980. extra: 1530 / 1240,
  15981. bottom: 0.035
  15982. }
  15983. },
  15984. },
  15985. [
  15986. {
  15987. name: "Micro",
  15988. height: math.unit(2, "inches")
  15989. },
  15990. {
  15991. name: "Normal",
  15992. height: math.unit(6 + 1 / 12, "feet"),
  15993. default: true
  15994. }
  15995. ]
  15996. ))
  15997. characterMakers.push(() => makeCharacter(
  15998. { name: "Xuna" },
  15999. {
  16000. front: {
  16001. height: math.unit(12, "feet"),
  16002. weight: math.unit(410, "kg"),
  16003. name: "Front",
  16004. image: {
  16005. source: "./media/characters/xuna/front.svg",
  16006. extra: 2184 / 1980
  16007. }
  16008. },
  16009. side: {
  16010. height: math.unit(12, "feet"),
  16011. weight: math.unit(410, "kg"),
  16012. name: "Side",
  16013. image: {
  16014. source: "./media/characters/xuna/side.svg",
  16015. extra: 2184 / 1980
  16016. }
  16017. },
  16018. back: {
  16019. height: math.unit(12, "feet"),
  16020. weight: math.unit(410, "kg"),
  16021. name: "Back",
  16022. image: {
  16023. source: "./media/characters/xuna/back.svg",
  16024. extra: 2184 / 1980
  16025. }
  16026. },
  16027. },
  16028. [
  16029. {
  16030. name: "Nano glow",
  16031. height: math.unit(10, "nm")
  16032. },
  16033. {
  16034. name: "Micro floof",
  16035. height: math.unit(0.3, "m")
  16036. },
  16037. {
  16038. name: "Huggable softy boi",
  16039. height: math.unit(3.6576, "m"),
  16040. default: true
  16041. },
  16042. {
  16043. name: "Admirable floof",
  16044. height: math.unit(80, "meters")
  16045. },
  16046. {
  16047. name: "Gentle macro",
  16048. height: math.unit(300, "meters")
  16049. },
  16050. {
  16051. name: "Very careful floof",
  16052. height: math.unit(3200, "meters")
  16053. },
  16054. {
  16055. name: "The mega floof",
  16056. height: math.unit(36000, "meters")
  16057. },
  16058. {
  16059. name: "Giga-fur-Wicker",
  16060. height: math.unit(4800000, "meters")
  16061. },
  16062. {
  16063. name: "Licky world",
  16064. height: math.unit(20000000, "meters")
  16065. },
  16066. {
  16067. name: "Floofy cyan sun",
  16068. height: math.unit(1500000000, "meters")
  16069. },
  16070. {
  16071. name: "Milky Wicker",
  16072. height: math.unit(1000000000000000000000, "meters")
  16073. },
  16074. {
  16075. name: "The observing Wicker",
  16076. height: math.unit(999999999999999999999999999, "meters")
  16077. },
  16078. ]
  16079. ))
  16080. characterMakers.push(() => makeCharacter(
  16081. { name: "Arokha Sieyes" },
  16082. {
  16083. front: {
  16084. height: math.unit(5 + 9 / 12, "feet"),
  16085. weight: math.unit(150, "lb"),
  16086. name: "Front",
  16087. image: {
  16088. source: "./media/characters/arokha-sieyes/front.svg",
  16089. extra: 1425 / 1284,
  16090. bottom: 0.05
  16091. }
  16092. },
  16093. },
  16094. [
  16095. {
  16096. name: "Normal",
  16097. height: math.unit(5 + 9 / 12, "feet")
  16098. },
  16099. {
  16100. name: "Macro",
  16101. height: math.unit(30, "meters"),
  16102. default: true
  16103. },
  16104. ]
  16105. ))
  16106. characterMakers.push(() => makeCharacter(
  16107. { name: "Arokh Sieyes" },
  16108. {
  16109. front: {
  16110. height: math.unit(6, "feet"),
  16111. weight: math.unit(180, "lb"),
  16112. name: "Front",
  16113. image: {
  16114. source: "./media/characters/arokh-sieyes/front.svg",
  16115. extra: 1830 / 1769,
  16116. bottom: 0.01
  16117. }
  16118. },
  16119. },
  16120. [
  16121. {
  16122. name: "Normal",
  16123. height: math.unit(6, "feet")
  16124. },
  16125. {
  16126. name: "Macro",
  16127. height: math.unit(30, "meters"),
  16128. default: true
  16129. },
  16130. ]
  16131. ))
  16132. characterMakers.push(() => makeCharacter(
  16133. { name: "Goldeneye" },
  16134. {
  16135. side: {
  16136. height: math.unit(13 + 1 / 12, "feet"),
  16137. weight: math.unit(8.5, "tonnes"),
  16138. name: "Side",
  16139. image: {
  16140. source: "./media/characters/goldeneye/side.svg",
  16141. extra: 1182 / 778,
  16142. bottom: 0.067
  16143. }
  16144. },
  16145. paw: {
  16146. height: math.unit(3.4, "feet"),
  16147. name: "Paw",
  16148. image: {
  16149. source: "./media/characters/goldeneye/paw.svg"
  16150. }
  16151. },
  16152. },
  16153. [
  16154. {
  16155. name: "Normal",
  16156. height: math.unit(13 + 1 / 12, "feet"),
  16157. default: true
  16158. },
  16159. ]
  16160. ))
  16161. characterMakers.push(() => makeCharacter(
  16162. { name: "Leonardo Lycheborne" },
  16163. {
  16164. front: {
  16165. height: math.unit(6 + 1 / 12, "feet"),
  16166. weight: math.unit(210, "lb"),
  16167. name: "Front",
  16168. image: {
  16169. source: "./media/characters/leonardo-lycheborne/front.svg",
  16170. extra: 390 / 365,
  16171. bottom: 0.032
  16172. }
  16173. },
  16174. side: {
  16175. height: math.unit(6 + 1 / 12, "feet"),
  16176. weight: math.unit(210, "lb"),
  16177. name: "Side",
  16178. image: {
  16179. source: "./media/characters/leonardo-lycheborne/side.svg",
  16180. extra: 390 / 365,
  16181. bottom: 0.005
  16182. }
  16183. },
  16184. back: {
  16185. height: math.unit(6 + 1 / 12, "feet"),
  16186. weight: math.unit(210, "lb"),
  16187. name: "Back",
  16188. image: {
  16189. source: "./media/characters/leonardo-lycheborne/back.svg",
  16190. extra: 392 / 366,
  16191. bottom: 0.01
  16192. }
  16193. },
  16194. hand: {
  16195. height: math.unit(1.08, "feet"),
  16196. name: "Hand",
  16197. image: {
  16198. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16199. }
  16200. },
  16201. foot: {
  16202. height: math.unit(1.32, "feet"),
  16203. name: "Foot",
  16204. image: {
  16205. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16206. }
  16207. },
  16208. were: {
  16209. height: math.unit(20, "feet"),
  16210. weight: math.unit(7800, "lb"),
  16211. name: "Were",
  16212. image: {
  16213. source: "./media/characters/leonardo-lycheborne/were.svg",
  16214. extra: 308 / 294,
  16215. bottom: 0.048
  16216. }
  16217. },
  16218. feral: {
  16219. height: math.unit(7.5, "feet"),
  16220. weight: math.unit(600, "lb"),
  16221. name: "Feral",
  16222. image: {
  16223. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16224. extra: 210 / 186,
  16225. bottom: 0.108
  16226. }
  16227. },
  16228. taur: {
  16229. height: math.unit(11, "feet"),
  16230. weight: math.unit(3300, "lb"),
  16231. name: "Taur",
  16232. image: {
  16233. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16234. extra: 320 / 303,
  16235. bottom: 0.025
  16236. }
  16237. },
  16238. barghest: {
  16239. height: math.unit(11, "feet"),
  16240. weight: math.unit(1300, "lb"),
  16241. name: "Barghest",
  16242. image: {
  16243. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16244. extra: 323 / 302,
  16245. bottom: 0.027
  16246. }
  16247. },
  16248. dick: {
  16249. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16250. name: "Dick",
  16251. image: {
  16252. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16253. }
  16254. },
  16255. dickWere: {
  16256. height: math.unit((20) / 3.8, "feet"),
  16257. name: "Dick (Were)",
  16258. image: {
  16259. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16260. }
  16261. },
  16262. },
  16263. [
  16264. {
  16265. name: "Normal",
  16266. height: math.unit(6 + 1 / 12, "feet"),
  16267. default: true
  16268. },
  16269. ]
  16270. ))
  16271. characterMakers.push(() => makeCharacter(
  16272. { name: "Jet" },
  16273. {
  16274. front: {
  16275. height: math.unit(10, "feet"),
  16276. weight: math.unit(350, "lb"),
  16277. name: "Front",
  16278. image: {
  16279. source: "./media/characters/jet/front.svg",
  16280. extra: 2050 / 1980,
  16281. bottom: 0.013
  16282. }
  16283. },
  16284. back: {
  16285. height: math.unit(10, "feet"),
  16286. weight: math.unit(350, "lb"),
  16287. name: "Back",
  16288. image: {
  16289. source: "./media/characters/jet/back.svg",
  16290. extra: 2050 / 1980,
  16291. bottom: 0.013
  16292. }
  16293. },
  16294. },
  16295. [
  16296. {
  16297. name: "Micro",
  16298. height: math.unit(6, "inches")
  16299. },
  16300. {
  16301. name: "Normal",
  16302. height: math.unit(10, "feet"),
  16303. default: true
  16304. },
  16305. {
  16306. name: "Macro",
  16307. height: math.unit(100, "feet")
  16308. },
  16309. ]
  16310. ))
  16311. characterMakers.push(() => makeCharacter(
  16312. { name: "Tanarath" },
  16313. {
  16314. front: {
  16315. height: math.unit(15, "feet"),
  16316. weight: math.unit(2800, "lb"),
  16317. name: "Front",
  16318. image: {
  16319. source: "./media/characters/tanarath/front.svg",
  16320. extra: 2392 / 2220,
  16321. bottom: 0.03
  16322. }
  16323. },
  16324. back: {
  16325. height: math.unit(15, "feet"),
  16326. weight: math.unit(2800, "lb"),
  16327. name: "Back",
  16328. image: {
  16329. source: "./media/characters/tanarath/back.svg",
  16330. extra: 2392 / 2220,
  16331. bottom: 0.03
  16332. }
  16333. },
  16334. },
  16335. [
  16336. {
  16337. name: "Normal",
  16338. height: math.unit(15, "feet"),
  16339. default: true
  16340. },
  16341. ]
  16342. ))
  16343. characterMakers.push(() => makeCharacter(
  16344. { name: "Patty CattyBatty" },
  16345. {
  16346. front: {
  16347. height: math.unit(7 + 1 / 12, "feet"),
  16348. weight: math.unit(175, "lb"),
  16349. name: "Front",
  16350. image: {
  16351. source: "./media/characters/patty-cattybatty/front.svg",
  16352. extra: 908 / 874,
  16353. bottom: 0.025
  16354. }
  16355. },
  16356. },
  16357. [
  16358. {
  16359. name: "Micro",
  16360. height: math.unit(1, "inch")
  16361. },
  16362. {
  16363. name: "Normal",
  16364. height: math.unit(7 + 1 / 12, "feet")
  16365. },
  16366. {
  16367. name: "Mini Macro",
  16368. height: math.unit(155, "feet")
  16369. },
  16370. {
  16371. name: "Macro",
  16372. height: math.unit(1077, "feet")
  16373. },
  16374. {
  16375. name: "Mega Macro",
  16376. height: math.unit(47650, "feet"),
  16377. default: true
  16378. },
  16379. {
  16380. name: "Giga Macro",
  16381. height: math.unit(440, "miles")
  16382. },
  16383. {
  16384. name: "Tera Macro",
  16385. height: math.unit(8700, "miles")
  16386. },
  16387. {
  16388. name: "Planetary Macro",
  16389. height: math.unit(32700, "miles")
  16390. },
  16391. {
  16392. name: "Solar Macro",
  16393. height: math.unit(550000, "miles")
  16394. },
  16395. {
  16396. name: "Celestial Macro",
  16397. height: math.unit(2.5, "AU")
  16398. },
  16399. ]
  16400. ))
  16401. characterMakers.push(() => makeCharacter(
  16402. { name: "Cappu" },
  16403. {
  16404. front: {
  16405. height: math.unit(4 + 5 / 12, "feet"),
  16406. weight: math.unit(90, "lb"),
  16407. name: "Front",
  16408. image: {
  16409. source: "./media/characters/cappu/front.svg",
  16410. extra: 1247 / 1152,
  16411. bottom: 0.012
  16412. }
  16413. },
  16414. },
  16415. [
  16416. {
  16417. name: "Normal",
  16418. height: math.unit(4 + 5 / 12, "feet"),
  16419. default: true
  16420. },
  16421. ]
  16422. ))
  16423. characterMakers.push(() => makeCharacter(
  16424. { name: "Sebi" },
  16425. {
  16426. frontDressed: {
  16427. height: math.unit(70, "cm"),
  16428. weight: math.unit(6, "kg"),
  16429. name: "Front (Dressed)",
  16430. image: {
  16431. source: "./media/characters/sebi/front-dressed.svg",
  16432. extra: 713.5 / 686.5,
  16433. bottom: 0.003
  16434. }
  16435. },
  16436. front: {
  16437. height: math.unit(70, "cm"),
  16438. weight: math.unit(5, "kg"),
  16439. name: "Front",
  16440. image: {
  16441. source: "./media/characters/sebi/front.svg",
  16442. extra: 713.5 / 686.5,
  16443. bottom: 0.003
  16444. }
  16445. }
  16446. },
  16447. [
  16448. {
  16449. name: "Normal",
  16450. height: math.unit(70, "cm"),
  16451. default: true
  16452. },
  16453. {
  16454. name: "Macro",
  16455. height: math.unit(8, "meters")
  16456. },
  16457. ]
  16458. ))
  16459. characterMakers.push(() => makeCharacter(
  16460. { name: "Typhek" },
  16461. {
  16462. front: {
  16463. height: math.unit(6, "feet"),
  16464. weight: math.unit(150, "lb"),
  16465. name: "Front",
  16466. image: {
  16467. source: "./media/characters/typhek/front.svg",
  16468. extra: 1948 / 1929,
  16469. bottom: 0.025
  16470. }
  16471. },
  16472. side: {
  16473. height: math.unit(6, "feet"),
  16474. weight: math.unit(150, "lb"),
  16475. name: "Side",
  16476. image: {
  16477. source: "./media/characters/typhek/side.svg",
  16478. extra: 2034 / 2010,
  16479. bottom: 0.003
  16480. }
  16481. },
  16482. back: {
  16483. height: math.unit(6, "feet"),
  16484. weight: math.unit(150, "lb"),
  16485. name: "Back",
  16486. image: {
  16487. source: "./media/characters/typhek/back.svg",
  16488. extra: 2005 / 1978,
  16489. bottom: 0.004
  16490. }
  16491. },
  16492. palm: {
  16493. height: math.unit(1.2, "feet"),
  16494. name: "Palm",
  16495. image: {
  16496. source: "./media/characters/typhek/palm.svg"
  16497. }
  16498. },
  16499. fist: {
  16500. height: math.unit(1.1, "feet"),
  16501. name: "Fist",
  16502. image: {
  16503. source: "./media/characters/typhek/fist.svg"
  16504. }
  16505. },
  16506. foot: {
  16507. height: math.unit(1.57, "feet"),
  16508. name: "Foot",
  16509. image: {
  16510. source: "./media/characters/typhek/foot.svg"
  16511. }
  16512. },
  16513. sole: {
  16514. height: math.unit(2.05, "feet"),
  16515. name: "Sole",
  16516. image: {
  16517. source: "./media/characters/typhek/sole.svg"
  16518. }
  16519. },
  16520. },
  16521. [
  16522. {
  16523. name: "Macro",
  16524. height: math.unit(40, "stories"),
  16525. default: true
  16526. },
  16527. {
  16528. name: "Megamacro",
  16529. height: math.unit(1, "mile")
  16530. },
  16531. {
  16532. name: "Gigamacro",
  16533. height: math.unit(4000, "solarradii")
  16534. },
  16535. {
  16536. name: "Universal",
  16537. height: math.unit(1.1, "universes")
  16538. }
  16539. ]
  16540. ))
  16541. characterMakers.push(() => makeCharacter(
  16542. { name: "Kassy" },
  16543. {
  16544. side: {
  16545. height: math.unit(5 + 7 / 12, "feet"),
  16546. weight: math.unit(150, "lb"),
  16547. name: "Side",
  16548. image: {
  16549. source: "./media/characters/kassy/side.svg",
  16550. extra: 1280 / 1225,
  16551. bottom: 0.002
  16552. }
  16553. },
  16554. front: {
  16555. height: math.unit(5 + 7 / 12, "feet"),
  16556. weight: math.unit(150, "lb"),
  16557. name: "Front",
  16558. image: {
  16559. source: "./media/characters/kassy/front.svg",
  16560. extra: 1280 / 1225,
  16561. bottom: 0.025
  16562. }
  16563. },
  16564. back: {
  16565. height: math.unit(5 + 7 / 12, "feet"),
  16566. weight: math.unit(150, "lb"),
  16567. name: "Back",
  16568. image: {
  16569. source: "./media/characters/kassy/back.svg",
  16570. extra: 1280 / 1225,
  16571. bottom: 0.002
  16572. }
  16573. },
  16574. foot: {
  16575. height: math.unit(1.266, "feet"),
  16576. name: "Foot",
  16577. image: {
  16578. source: "./media/characters/kassy/foot.svg"
  16579. }
  16580. },
  16581. },
  16582. [
  16583. {
  16584. name: "Normal",
  16585. height: math.unit(5 + 7 / 12, "feet")
  16586. },
  16587. {
  16588. name: "Macro",
  16589. height: math.unit(137, "feet"),
  16590. default: true
  16591. },
  16592. {
  16593. name: "Megamacro",
  16594. height: math.unit(1, "mile")
  16595. },
  16596. ]
  16597. ))
  16598. characterMakers.push(() => makeCharacter(
  16599. { name: "Neil" },
  16600. {
  16601. front: {
  16602. height: math.unit(6 + 1 / 12, "feet"),
  16603. weight: math.unit(200, "lb"),
  16604. name: "Front",
  16605. image: {
  16606. source: "./media/characters/neil/front.svg",
  16607. extra: 1326 / 1250,
  16608. bottom: 0.023
  16609. }
  16610. },
  16611. },
  16612. [
  16613. {
  16614. name: "Normal",
  16615. height: math.unit(6 + 1 / 12, "feet"),
  16616. default: true
  16617. },
  16618. {
  16619. name: "Macro",
  16620. height: math.unit(200, "feet")
  16621. },
  16622. ]
  16623. ))
  16624. characterMakers.push(() => makeCharacter(
  16625. { name: "Atticus" },
  16626. {
  16627. front: {
  16628. height: math.unit(5 + 9 / 12, "feet"),
  16629. weight: math.unit(190, "lb"),
  16630. name: "Front",
  16631. image: {
  16632. source: "./media/characters/atticus/front.svg",
  16633. extra: 2934 / 2785,
  16634. bottom: 0.025
  16635. }
  16636. },
  16637. },
  16638. [
  16639. {
  16640. name: "Normal",
  16641. height: math.unit(5 + 9 / 12, "feet"),
  16642. default: true
  16643. },
  16644. {
  16645. name: "Macro",
  16646. height: math.unit(180, "feet")
  16647. },
  16648. ]
  16649. ))
  16650. characterMakers.push(() => makeCharacter(
  16651. { name: "Milo" },
  16652. {
  16653. side: {
  16654. height: math.unit(9, "feet"),
  16655. weight: math.unit(650, "lb"),
  16656. name: "Side",
  16657. image: {
  16658. source: "./media/characters/milo/side.svg",
  16659. extra: 2644 / 2310,
  16660. bottom: 0.032
  16661. }
  16662. },
  16663. },
  16664. [
  16665. {
  16666. name: "Normal",
  16667. height: math.unit(9, "feet"),
  16668. default: true
  16669. },
  16670. {
  16671. name: "Macro",
  16672. height: math.unit(300, "feet")
  16673. },
  16674. ]
  16675. ))
  16676. characterMakers.push(() => makeCharacter(
  16677. { name: "Ijzer" },
  16678. {
  16679. side: {
  16680. height: math.unit(8, "meters"),
  16681. weight: math.unit(90000, "kg"),
  16682. name: "Side",
  16683. image: {
  16684. source: "./media/characters/ijzer/side.svg",
  16685. extra: 2756 / 1600,
  16686. bottom: 0.01
  16687. }
  16688. },
  16689. },
  16690. [
  16691. {
  16692. name: "Small",
  16693. height: math.unit(3, "meters")
  16694. },
  16695. {
  16696. name: "Normal",
  16697. height: math.unit(8, "meters"),
  16698. default: true
  16699. },
  16700. {
  16701. name: "Normal+",
  16702. height: math.unit(10, "meters")
  16703. },
  16704. {
  16705. name: "Bigger",
  16706. height: math.unit(24, "meters")
  16707. },
  16708. {
  16709. name: "Huge",
  16710. height: math.unit(80, "meters")
  16711. },
  16712. ]
  16713. ))
  16714. characterMakers.push(() => makeCharacter(
  16715. { name: "Luca Cervicum" },
  16716. {
  16717. front: {
  16718. height: math.unit(6 + 2 / 12, "feet"),
  16719. weight: math.unit(153, "lb"),
  16720. name: "Front",
  16721. image: {
  16722. source: "./media/characters/luca-cervicum/front.svg",
  16723. extra: 370 / 327,
  16724. bottom: 0.015
  16725. }
  16726. },
  16727. back: {
  16728. height: math.unit(6 + 2 / 12, "feet"),
  16729. weight: math.unit(153, "lb"),
  16730. name: "Back",
  16731. image: {
  16732. source: "./media/characters/luca-cervicum/back.svg",
  16733. extra: 367 / 333,
  16734. bottom: 0.005
  16735. }
  16736. },
  16737. frontGear: {
  16738. height: math.unit(6 + 2 / 12, "feet"),
  16739. weight: math.unit(173, "lb"),
  16740. name: "Front (Gear)",
  16741. image: {
  16742. source: "./media/characters/luca-cervicum/front-gear.svg",
  16743. extra: 377 / 333,
  16744. bottom: 0.006
  16745. }
  16746. },
  16747. },
  16748. [
  16749. {
  16750. name: "Normal",
  16751. height: math.unit(6 + 2 / 12, "feet"),
  16752. default: true
  16753. },
  16754. ]
  16755. ))
  16756. characterMakers.push(() => makeCharacter(
  16757. { name: "Oliver" },
  16758. {
  16759. front: {
  16760. height: math.unit(6 + 1 / 12, "feet"),
  16761. weight: math.unit(304, "lb"),
  16762. name: "Front",
  16763. image: {
  16764. source: "./media/characters/oliver/front.svg",
  16765. extra: 157 / 143,
  16766. bottom: 0.08
  16767. }
  16768. },
  16769. },
  16770. [
  16771. {
  16772. name: "Normal",
  16773. height: math.unit(6 + 1 / 12, "feet"),
  16774. default: true
  16775. },
  16776. ]
  16777. ))
  16778. characterMakers.push(() => makeCharacter(
  16779. { name: "Shane" },
  16780. {
  16781. front: {
  16782. height: math.unit(5 + 7 / 12, "feet"),
  16783. weight: math.unit(140, "lb"),
  16784. name: "Front",
  16785. image: {
  16786. source: "./media/characters/shane/front.svg",
  16787. extra: 304 / 289,
  16788. bottom: 0.005
  16789. }
  16790. },
  16791. },
  16792. [
  16793. {
  16794. name: "Normal",
  16795. height: math.unit(5 + 7 / 12, "feet"),
  16796. default: true
  16797. },
  16798. ]
  16799. ))
  16800. characterMakers.push(() => makeCharacter(
  16801. { name: "Shin" },
  16802. {
  16803. front: {
  16804. height: math.unit(5 + 9 / 12, "feet"),
  16805. weight: math.unit(178, "lb"),
  16806. name: "Front",
  16807. image: {
  16808. source: "./media/characters/shin/front.svg",
  16809. extra: 159 / 151,
  16810. bottom: 0.015
  16811. }
  16812. },
  16813. },
  16814. [
  16815. {
  16816. name: "Normal",
  16817. height: math.unit(5 + 9 / 12, "feet"),
  16818. default: true
  16819. },
  16820. ]
  16821. ))
  16822. characterMakers.push(() => makeCharacter(
  16823. { name: "Xerxes" },
  16824. {
  16825. front: {
  16826. height: math.unit(5 + 10 / 12, "feet"),
  16827. weight: math.unit(168, "lb"),
  16828. name: "Front",
  16829. image: {
  16830. source: "./media/characters/xerxes/front.svg",
  16831. extra: 282 / 260,
  16832. bottom: 0.045
  16833. }
  16834. },
  16835. },
  16836. [
  16837. {
  16838. name: "Normal",
  16839. height: math.unit(5 + 10 / 12, "feet"),
  16840. default: true
  16841. },
  16842. ]
  16843. ))
  16844. characterMakers.push(() => makeCharacter(
  16845. { name: "Chaska" },
  16846. {
  16847. front: {
  16848. height: math.unit(6 + 7 / 12, "feet"),
  16849. weight: math.unit(208, "lb"),
  16850. name: "Front",
  16851. image: {
  16852. source: "./media/characters/chaska/front.svg",
  16853. extra: 332 / 319,
  16854. bottom: 0.015
  16855. }
  16856. },
  16857. },
  16858. [
  16859. {
  16860. name: "Normal",
  16861. height: math.unit(6 + 7 / 12, "feet"),
  16862. default: true
  16863. },
  16864. ]
  16865. ))
  16866. characterMakers.push(() => makeCharacter(
  16867. { name: "Enuk" },
  16868. {
  16869. front: {
  16870. height: math.unit(5 + 8 / 12, "feet"),
  16871. weight: math.unit(208, "lb"),
  16872. name: "Front",
  16873. image: {
  16874. source: "./media/characters/enuk/front.svg",
  16875. extra: 437 / 406,
  16876. bottom: 0.02
  16877. }
  16878. },
  16879. },
  16880. [
  16881. {
  16882. name: "Normal",
  16883. height: math.unit(5 + 8 / 12, "feet"),
  16884. default: true
  16885. },
  16886. ]
  16887. ))
  16888. characterMakers.push(() => makeCharacter(
  16889. { name: "Bruun" },
  16890. {
  16891. front: {
  16892. height: math.unit(5 + 10 / 12, "feet"),
  16893. weight: math.unit(252, "lb"),
  16894. name: "Front",
  16895. image: {
  16896. source: "./media/characters/bruun/front.svg",
  16897. extra: 197 / 187,
  16898. bottom: 0.012
  16899. }
  16900. },
  16901. },
  16902. [
  16903. {
  16904. name: "Normal",
  16905. height: math.unit(5 + 10 / 12, "feet"),
  16906. default: true
  16907. },
  16908. ]
  16909. ))
  16910. characterMakers.push(() => makeCharacter(
  16911. { name: "Alexeev" },
  16912. {
  16913. front: {
  16914. height: math.unit(6 + 10 / 12, "feet"),
  16915. weight: math.unit(255, "lb"),
  16916. name: "Front",
  16917. image: {
  16918. source: "./media/characters/alexeev/front.svg",
  16919. extra: 213 / 200,
  16920. bottom: 0.05
  16921. }
  16922. },
  16923. },
  16924. [
  16925. {
  16926. name: "Normal",
  16927. height: math.unit(6 + 10 / 12, "feet"),
  16928. default: true
  16929. },
  16930. ]
  16931. ))
  16932. characterMakers.push(() => makeCharacter(
  16933. { name: "Evelyn" },
  16934. {
  16935. front: {
  16936. height: math.unit(2 + 8 / 12, "feet"),
  16937. weight: math.unit(22, "lb"),
  16938. name: "Front",
  16939. image: {
  16940. source: "./media/characters/evelyn/front.svg",
  16941. extra: 208 / 180
  16942. }
  16943. },
  16944. },
  16945. [
  16946. {
  16947. name: "Normal",
  16948. height: math.unit(2 + 8 / 12, "feet"),
  16949. default: true
  16950. },
  16951. ]
  16952. ))
  16953. characterMakers.push(() => makeCharacter(
  16954. { name: "Inca" },
  16955. {
  16956. front: {
  16957. height: math.unit(5 + 9 / 12, "feet"),
  16958. weight: math.unit(139, "lb"),
  16959. name: "Front",
  16960. image: {
  16961. source: "./media/characters/inca/front.svg",
  16962. extra: 294 / 291,
  16963. bottom: 0.03
  16964. }
  16965. },
  16966. },
  16967. [
  16968. {
  16969. name: "Normal",
  16970. height: math.unit(5 + 9 / 12, "feet"),
  16971. default: true
  16972. },
  16973. ]
  16974. ))
  16975. characterMakers.push(() => makeCharacter(
  16976. { name: "Magdalene" },
  16977. {
  16978. front: {
  16979. height: math.unit(5 + 1 / 12, "feet"),
  16980. weight: math.unit(84, "lb"),
  16981. name: "Front",
  16982. image: {
  16983. source: "./media/characters/magdalene/front.svg",
  16984. extra: 293 / 273
  16985. }
  16986. },
  16987. },
  16988. [
  16989. {
  16990. name: "Normal",
  16991. height: math.unit(5 + 1 / 12, "feet"),
  16992. default: true
  16993. },
  16994. ]
  16995. ))
  16996. characterMakers.push(() => makeCharacter(
  16997. { name: "Mera" },
  16998. {
  16999. front: {
  17000. height: math.unit(6 + 3 / 12, "feet"),
  17001. weight: math.unit(185, "lb"),
  17002. name: "Front",
  17003. image: {
  17004. source: "./media/characters/mera/front.svg",
  17005. extra: 291 / 277,
  17006. bottom: 0.03
  17007. }
  17008. },
  17009. },
  17010. [
  17011. {
  17012. name: "Normal",
  17013. height: math.unit(6 + 3 / 12, "feet"),
  17014. default: true
  17015. },
  17016. ]
  17017. ))
  17018. characterMakers.push(() => makeCharacter(
  17019. { name: "Ceres" },
  17020. {
  17021. front: {
  17022. height: math.unit(6 + 7 / 12, "feet"),
  17023. weight: math.unit(160, "lb"),
  17024. name: "Front",
  17025. image: {
  17026. source: "./media/characters/ceres/front.svg",
  17027. extra: 1023 / 950,
  17028. bottom: 0.027
  17029. }
  17030. },
  17031. back: {
  17032. height: math.unit(6 + 7 / 12, "feet"),
  17033. weight: math.unit(160, "lb"),
  17034. name: "Back",
  17035. image: {
  17036. source: "./media/characters/ceres/back.svg",
  17037. extra: 1023 / 950
  17038. }
  17039. },
  17040. },
  17041. [
  17042. {
  17043. name: "Normal",
  17044. height: math.unit(6 + 7 / 12, "feet"),
  17045. default: true
  17046. },
  17047. ]
  17048. ))
  17049. characterMakers.push(() => makeCharacter(
  17050. { name: "Kris" },
  17051. {
  17052. front: {
  17053. height: math.unit(5 + 10 / 12, "feet"),
  17054. weight: math.unit(150, "lb"),
  17055. name: "Front",
  17056. image: {
  17057. source: "./media/characters/kris/front.svg",
  17058. extra: 885 / 803,
  17059. bottom: 0.03
  17060. }
  17061. },
  17062. },
  17063. [
  17064. {
  17065. name: "Normal",
  17066. height: math.unit(5 + 10 / 12, "feet"),
  17067. default: true
  17068. },
  17069. ]
  17070. ))
  17071. characterMakers.push(() => makeCharacter(
  17072. { name: "Taluthus" },
  17073. {
  17074. front: {
  17075. height: math.unit(7, "feet"),
  17076. weight: math.unit(120, "kg"),
  17077. name: "Front",
  17078. image: {
  17079. source: "./media/characters/taluthus/front.svg",
  17080. extra: 903 / 833,
  17081. bottom: 0.015
  17082. }
  17083. },
  17084. },
  17085. [
  17086. {
  17087. name: "Normal",
  17088. height: math.unit(7, "feet"),
  17089. default: true
  17090. },
  17091. {
  17092. name: "Macro",
  17093. height: math.unit(300, "feet")
  17094. },
  17095. ]
  17096. ))
  17097. characterMakers.push(() => makeCharacter(
  17098. { name: "Dawn" },
  17099. {
  17100. front: {
  17101. height: math.unit(5 + 9 / 12, "feet"),
  17102. weight: math.unit(145, "lb"),
  17103. name: "Front",
  17104. image: {
  17105. source: "./media/characters/dawn/front.svg",
  17106. extra: 2094 / 2016,
  17107. bottom: 0.025
  17108. }
  17109. },
  17110. back: {
  17111. height: math.unit(5 + 9 / 12, "feet"),
  17112. weight: math.unit(160, "lb"),
  17113. name: "Back",
  17114. image: {
  17115. source: "./media/characters/dawn/back.svg",
  17116. extra: 2112 / 2080,
  17117. bottom: 0.005
  17118. }
  17119. },
  17120. },
  17121. [
  17122. {
  17123. name: "Normal",
  17124. height: math.unit(6 + 7 / 12, "feet"),
  17125. default: true
  17126. },
  17127. ]
  17128. ))
  17129. characterMakers.push(() => makeCharacter(
  17130. { name: "Arador" },
  17131. {
  17132. anthro: {
  17133. height: math.unit(8 + 3 / 12, "feet"),
  17134. weight: math.unit(450, "lb"),
  17135. name: "Anthro",
  17136. image: {
  17137. source: "./media/characters/arador/anthro.svg",
  17138. extra: 1835 / 1718,
  17139. bottom: 0.025
  17140. }
  17141. },
  17142. feral: {
  17143. height: math.unit(4, "feet"),
  17144. weight: math.unit(200, "lb"),
  17145. name: "Feral",
  17146. image: {
  17147. source: "./media/characters/arador/feral.svg",
  17148. extra: 1683 / 1514,
  17149. bottom: 0.07
  17150. }
  17151. },
  17152. },
  17153. [
  17154. {
  17155. name: "Normal",
  17156. height: math.unit(8 + 3 / 12, "feet")
  17157. },
  17158. {
  17159. name: "Macro",
  17160. height: math.unit(82.5, "feet"),
  17161. default: true
  17162. },
  17163. ]
  17164. ))
  17165. characterMakers.push(() => makeCharacter(
  17166. { name: "Dharsi" },
  17167. {
  17168. front: {
  17169. height: math.unit(5 + 10 / 12, "feet"),
  17170. weight: math.unit(125, "lb"),
  17171. name: "Front",
  17172. image: {
  17173. source: "./media/characters/dharsi/front.svg",
  17174. extra: 716 / 630,
  17175. bottom: 0.035
  17176. }
  17177. },
  17178. },
  17179. [
  17180. {
  17181. name: "Nano",
  17182. height: math.unit(100, "nm")
  17183. },
  17184. {
  17185. name: "Micro",
  17186. height: math.unit(2, "inches")
  17187. },
  17188. {
  17189. name: "Normal",
  17190. height: math.unit(5 + 10 / 12, "feet"),
  17191. default: true
  17192. },
  17193. {
  17194. name: "Macro",
  17195. height: math.unit(1000, "feet")
  17196. },
  17197. {
  17198. name: "Megamacro",
  17199. height: math.unit(10, "miles")
  17200. },
  17201. {
  17202. name: "Gigamacro",
  17203. height: math.unit(3000, "miles")
  17204. },
  17205. {
  17206. name: "Teramacro",
  17207. height: math.unit(500000, "miles")
  17208. },
  17209. {
  17210. name: "Teramacro+",
  17211. height: math.unit(30, "galaxies")
  17212. },
  17213. ]
  17214. ))
  17215. characterMakers.push(() => makeCharacter(
  17216. { name: "Deathy" },
  17217. {
  17218. front: {
  17219. height: math.unit(6, "feet"),
  17220. weight: math.unit(150, "lb"),
  17221. name: "Front",
  17222. image: {
  17223. source: "./media/characters/deathy/front.svg",
  17224. extra: 1552 / 1463,
  17225. bottom: 0.025
  17226. }
  17227. },
  17228. side: {
  17229. height: math.unit(6, "feet"),
  17230. weight: math.unit(150, "lb"),
  17231. name: "Side",
  17232. image: {
  17233. source: "./media/characters/deathy/side.svg",
  17234. extra: 1604 / 1455,
  17235. bottom: 0.025
  17236. }
  17237. },
  17238. back: {
  17239. height: math.unit(6, "feet"),
  17240. weight: math.unit(150, "lb"),
  17241. name: "Back",
  17242. image: {
  17243. source: "./media/characters/deathy/back.svg",
  17244. extra: 1580 / 1463,
  17245. bottom: 0.005
  17246. }
  17247. },
  17248. },
  17249. [
  17250. {
  17251. name: "Micro",
  17252. height: math.unit(5, "millimeters")
  17253. },
  17254. {
  17255. name: "Normal",
  17256. height: math.unit(6 + 5 / 12, "feet"),
  17257. default: true
  17258. },
  17259. ]
  17260. ))
  17261. characterMakers.push(() => makeCharacter(
  17262. { name: "Juniper" },
  17263. {
  17264. front: {
  17265. height: math.unit(16, "feet"),
  17266. weight: math.unit(4000, "lb"),
  17267. name: "Front",
  17268. image: {
  17269. source: "./media/characters/juniper/front.svg",
  17270. bottom: 0.04
  17271. }
  17272. },
  17273. },
  17274. [
  17275. {
  17276. name: "Normal",
  17277. height: math.unit(16, "feet"),
  17278. default: true
  17279. },
  17280. ]
  17281. ))
  17282. characterMakers.push(() => makeCharacter(
  17283. { name: "Hipster" },
  17284. {
  17285. front: {
  17286. height: math.unit(6, "feet"),
  17287. weight: math.unit(150, "lb"),
  17288. name: "Front",
  17289. image: {
  17290. source: "./media/characters/hipster/front.svg",
  17291. extra: 1312 / 1209,
  17292. bottom: 0.025
  17293. }
  17294. },
  17295. back: {
  17296. height: math.unit(6, "feet"),
  17297. weight: math.unit(150, "lb"),
  17298. name: "Back",
  17299. image: {
  17300. source: "./media/characters/hipster/back.svg",
  17301. extra: 1281 / 1196,
  17302. bottom: 0.01
  17303. }
  17304. },
  17305. },
  17306. [
  17307. {
  17308. name: "Micro",
  17309. height: math.unit(1, "mm")
  17310. },
  17311. {
  17312. name: "Normal",
  17313. height: math.unit(4, "inches"),
  17314. default: true
  17315. },
  17316. {
  17317. name: "Macro",
  17318. height: math.unit(500, "feet")
  17319. },
  17320. {
  17321. name: "Megamacro",
  17322. height: math.unit(1000, "miles")
  17323. },
  17324. ]
  17325. ))
  17326. characterMakers.push(() => makeCharacter(
  17327. { name: "Tendirmuldr" },
  17328. {
  17329. front: {
  17330. height: math.unit(6, "feet"),
  17331. weight: math.unit(150, "lb"),
  17332. name: "Front",
  17333. image: {
  17334. source: "./media/characters/tendirmuldr/front.svg",
  17335. extra: 1878 / 1772,
  17336. bottom: 0.015
  17337. }
  17338. },
  17339. },
  17340. [
  17341. {
  17342. name: "Megamacro",
  17343. height: math.unit(1500, "miles"),
  17344. default: true
  17345. },
  17346. ]
  17347. ))
  17348. characterMakers.push(() => makeCharacter(
  17349. { name: "Mort" },
  17350. {
  17351. front: {
  17352. height: math.unit(14, "feet"),
  17353. weight: math.unit(12000, "lb"),
  17354. name: "Front",
  17355. image: {
  17356. source: "./media/characters/mort/front.svg",
  17357. extra: 365 / 318,
  17358. bottom: 0.01
  17359. }
  17360. },
  17361. side: {
  17362. height: math.unit(14, "feet"),
  17363. weight: math.unit(12000, "lb"),
  17364. name: "Side",
  17365. image: {
  17366. source: "./media/characters/mort/side.svg",
  17367. extra: 365 / 318,
  17368. bottom: 0.052
  17369. },
  17370. default: true
  17371. },
  17372. back: {
  17373. height: math.unit(14, "feet"),
  17374. weight: math.unit(12000, "lb"),
  17375. name: "Back",
  17376. image: {
  17377. source: "./media/characters/mort/back.svg",
  17378. extra: 371 / 332,
  17379. bottom: 0.18
  17380. }
  17381. },
  17382. },
  17383. [
  17384. {
  17385. name: "Normal",
  17386. height: math.unit(14, "feet"),
  17387. default: true
  17388. },
  17389. ]
  17390. ))
  17391. characterMakers.push(() => makeCharacter(
  17392. { name: "Lycoa" },
  17393. {
  17394. front: {
  17395. height: math.unit(8, "feet"),
  17396. weight: math.unit(1, "ton"),
  17397. name: "Front",
  17398. image: {
  17399. source: "./media/characters/lycoa/front.svg",
  17400. extra: 1875 / 1789,
  17401. bottom: 0.022
  17402. }
  17403. },
  17404. back: {
  17405. height: math.unit(8, "feet"),
  17406. weight: math.unit(1, "ton"),
  17407. name: "Back",
  17408. image: {
  17409. source: "./media/characters/lycoa/back.svg",
  17410. extra: 1835 / 1781,
  17411. bottom: 0.03
  17412. }
  17413. },
  17414. },
  17415. [
  17416. {
  17417. name: "Normal",
  17418. height: math.unit(8, "feet"),
  17419. default: true
  17420. },
  17421. {
  17422. name: "Macro",
  17423. height: math.unit(30, "feet")
  17424. },
  17425. ]
  17426. ))
  17427. characterMakers.push(() => makeCharacter(
  17428. { name: "Naldara" },
  17429. {
  17430. front: {
  17431. height: math.unit(4 + 2 / 12, "feet"),
  17432. weight: math.unit(70, "lb"),
  17433. name: "Front",
  17434. image: {
  17435. source: "./media/characters/naldara/front.svg",
  17436. extra: 841 / 720,
  17437. bottom: 0.04
  17438. }
  17439. },
  17440. },
  17441. [
  17442. {
  17443. name: "Normal",
  17444. height: math.unit(4 + 2 / 12, "feet"),
  17445. default: true
  17446. },
  17447. ]
  17448. ))
  17449. characterMakers.push(() => makeCharacter(
  17450. { name: "Briar" },
  17451. {
  17452. front: {
  17453. height: math.unit(13 + 7 / 12, "feet"),
  17454. weight: math.unit(1500, "lb"),
  17455. name: "Front",
  17456. image: {
  17457. source: "./media/characters/briar/front.svg",
  17458. extra: 626 / 596,
  17459. bottom: 0.08
  17460. }
  17461. },
  17462. },
  17463. [
  17464. {
  17465. name: "Normal",
  17466. height: math.unit(13 + 7 / 12, "feet"),
  17467. default: true
  17468. },
  17469. ]
  17470. ))
  17471. characterMakers.push(() => makeCharacter(
  17472. { name: "Vanguard" },
  17473. {
  17474. side: {
  17475. height: math.unit(10, "feet"),
  17476. weight: math.unit(500, "lb"),
  17477. name: "Side",
  17478. image: {
  17479. source: "./media/characters/vanguard/side.svg",
  17480. extra: 502 / 425,
  17481. bottom: 0.087
  17482. }
  17483. },
  17484. },
  17485. [
  17486. {
  17487. name: "Normal",
  17488. height: math.unit(10, "feet"),
  17489. default: true
  17490. },
  17491. ]
  17492. ))
  17493. characterMakers.push(() => makeCharacter(
  17494. { name: "Artemis" },
  17495. {
  17496. front: {
  17497. height: math.unit(7.5, "feet"),
  17498. weight: math.unit(2, "lb"),
  17499. name: "Front",
  17500. image: {
  17501. source: "./media/characters/artemis/front.svg",
  17502. extra: 1192 / 1075,
  17503. bottom: 0.07
  17504. }
  17505. },
  17506. },
  17507. [
  17508. {
  17509. name: "Normal",
  17510. height: math.unit(7.5, "feet"),
  17511. default: true
  17512. },
  17513. {
  17514. name: "Enlarged",
  17515. height: math.unit(12, "feet")
  17516. },
  17517. ]
  17518. ))
  17519. characterMakers.push(() => makeCharacter(
  17520. { name: "Kira" },
  17521. {
  17522. front: {
  17523. height: math.unit(5 + 3 / 12, "feet"),
  17524. weight: math.unit(160, "lb"),
  17525. name: "Front",
  17526. image: {
  17527. source: "./media/characters/kira/front.svg",
  17528. extra: 906 / 786,
  17529. bottom: 0.01
  17530. }
  17531. },
  17532. back: {
  17533. height: math.unit(5 + 3 / 12, "feet"),
  17534. weight: math.unit(160, "lb"),
  17535. name: "Back",
  17536. image: {
  17537. source: "./media/characters/kira/back.svg",
  17538. extra: 882 / 757,
  17539. bottom: 0.005
  17540. }
  17541. },
  17542. frontDressed: {
  17543. height: math.unit(5 + 3 / 12, "feet"),
  17544. weight: math.unit(160, "lb"),
  17545. name: "Front (Dressed)",
  17546. image: {
  17547. source: "./media/characters/kira/front-dressed.svg",
  17548. extra: 906 / 786,
  17549. bottom: 0.01
  17550. }
  17551. },
  17552. beans: {
  17553. height: math.unit(0.92, "feet"),
  17554. name: "Beans",
  17555. image: {
  17556. source: "./media/characters/kira/beans.svg"
  17557. }
  17558. },
  17559. },
  17560. [
  17561. {
  17562. name: "Normal",
  17563. height: math.unit(5 + 3 / 12, "feet"),
  17564. default: true
  17565. },
  17566. ]
  17567. ))
  17568. characterMakers.push(() => makeCharacter(
  17569. { name: "Scramble" },
  17570. {
  17571. front: {
  17572. height: math.unit(5 + 4 / 12, "feet"),
  17573. weight: math.unit(145, "lb"),
  17574. name: "Front",
  17575. image: {
  17576. source: "./media/characters/scramble/front.svg",
  17577. extra: 763 / 727,
  17578. bottom: 0.05
  17579. }
  17580. },
  17581. back: {
  17582. height: math.unit(5 + 4 / 12, "feet"),
  17583. weight: math.unit(145, "lb"),
  17584. name: "Back",
  17585. image: {
  17586. source: "./media/characters/scramble/back.svg",
  17587. extra: 826 / 737,
  17588. bottom: 0.002
  17589. }
  17590. },
  17591. },
  17592. [
  17593. {
  17594. name: "Normal",
  17595. height: math.unit(5 + 4 / 12, "feet"),
  17596. default: true
  17597. },
  17598. ]
  17599. ))
  17600. characterMakers.push(() => makeCharacter(
  17601. { name: "Biscuit" },
  17602. {
  17603. side: {
  17604. height: math.unit(6 + 2 / 12, "feet"),
  17605. weight: math.unit(190, "lb"),
  17606. name: "Side",
  17607. image: {
  17608. source: "./media/characters/biscuit/side.svg",
  17609. extra: 858 / 791,
  17610. bottom: 0.044
  17611. }
  17612. },
  17613. },
  17614. [
  17615. {
  17616. name: "Normal",
  17617. height: math.unit(6 + 2 / 12, "feet"),
  17618. default: true
  17619. },
  17620. ]
  17621. ))
  17622. characterMakers.push(() => makeCharacter(
  17623. { name: "Poffin" },
  17624. {
  17625. front: {
  17626. height: math.unit(5 + 2 / 12, "feet"),
  17627. weight: math.unit(120, "lb"),
  17628. name: "Front",
  17629. image: {
  17630. source: "./media/characters/poffin/front.svg",
  17631. extra: 786 / 680,
  17632. bottom: 0.005
  17633. }
  17634. },
  17635. },
  17636. [
  17637. {
  17638. name: "Normal",
  17639. height: math.unit(5 + 2 / 12, "feet"),
  17640. default: true
  17641. },
  17642. ]
  17643. ))
  17644. characterMakers.push(() => makeCharacter(
  17645. { name: "Dhari" },
  17646. {
  17647. front: {
  17648. height: math.unit(6 + 3 / 12, "feet"),
  17649. weight: math.unit(519, "lb"),
  17650. name: "Front",
  17651. image: {
  17652. source: "./media/characters/dhari/front.svg",
  17653. extra: 1048 / 946,
  17654. bottom: 0.015
  17655. }
  17656. },
  17657. back: {
  17658. height: math.unit(6 + 3 / 12, "feet"),
  17659. weight: math.unit(519, "lb"),
  17660. name: "Back",
  17661. image: {
  17662. source: "./media/characters/dhari/back.svg",
  17663. extra: 1048 / 931,
  17664. bottom: 0.005
  17665. }
  17666. },
  17667. frontDressed: {
  17668. height: math.unit(6 + 3 / 12, "feet"),
  17669. weight: math.unit(519, "lb"),
  17670. name: "Front (Dressed)",
  17671. image: {
  17672. source: "./media/characters/dhari/front-dressed.svg",
  17673. extra: 1713 / 1546,
  17674. bottom: 0.02
  17675. }
  17676. },
  17677. backDressed: {
  17678. height: math.unit(6 + 3 / 12, "feet"),
  17679. weight: math.unit(519, "lb"),
  17680. name: "Back (Dressed)",
  17681. image: {
  17682. source: "./media/characters/dhari/back-dressed.svg",
  17683. extra: 1699 / 1537,
  17684. bottom: 0.01
  17685. }
  17686. },
  17687. maw: {
  17688. height: math.unit(0.95, "feet"),
  17689. name: "Maw",
  17690. image: {
  17691. source: "./media/characters/dhari/maw.svg"
  17692. }
  17693. },
  17694. wereFront: {
  17695. height: math.unit(12 + 8 / 12, "feet"),
  17696. weight: math.unit(4000, "lb"),
  17697. name: "Front (Were)",
  17698. image: {
  17699. source: "./media/characters/dhari/were-front.svg",
  17700. extra: 1065 / 969,
  17701. bottom: 0.015
  17702. }
  17703. },
  17704. wereBack: {
  17705. height: math.unit(12 + 8 / 12, "feet"),
  17706. weight: math.unit(4000, "lb"),
  17707. name: "Back (Were)",
  17708. image: {
  17709. source: "./media/characters/dhari/were-back.svg",
  17710. extra: 1065 / 969,
  17711. bottom: 0.012
  17712. }
  17713. },
  17714. wereMaw: {
  17715. height: math.unit(0.625, "meters"),
  17716. name: "Maw (Were)",
  17717. image: {
  17718. source: "./media/characters/dhari/were-maw.svg"
  17719. }
  17720. },
  17721. },
  17722. [
  17723. {
  17724. name: "Normal",
  17725. height: math.unit(6 + 3 / 12, "feet"),
  17726. default: true
  17727. },
  17728. ]
  17729. ))
  17730. characterMakers.push(() => makeCharacter(
  17731. { name: "Rena Dyne" },
  17732. {
  17733. anthro: {
  17734. height: math.unit(5 + 7 / 12, "feet"),
  17735. weight: math.unit(175, "lb"),
  17736. name: "Anthro",
  17737. image: {
  17738. source: "./media/characters/rena-dyne/anthro.svg",
  17739. extra: 1849 / 1785,
  17740. bottom: 0.005
  17741. }
  17742. },
  17743. taur: {
  17744. height: math.unit(15 + 6 / 12, "feet"),
  17745. weight: math.unit(8000, "lb"),
  17746. name: "Taur",
  17747. image: {
  17748. source: "./media/characters/rena-dyne/taur.svg",
  17749. extra: 2315 / 2234,
  17750. bottom: 0.033
  17751. }
  17752. },
  17753. },
  17754. [
  17755. {
  17756. name: "Normal",
  17757. height: math.unit(5 + 7 / 12, "feet"),
  17758. default: true
  17759. },
  17760. ]
  17761. ))
  17762. characterMakers.push(() => makeCharacter(
  17763. { name: "Weremeep" },
  17764. {
  17765. front: {
  17766. height: math.unit(8, "feet"),
  17767. weight: math.unit(600, "lb"),
  17768. name: "Front",
  17769. image: {
  17770. source: "./media/characters/weremeep/front.svg",
  17771. extra: 967 / 862,
  17772. bottom: 0.01
  17773. }
  17774. },
  17775. },
  17776. [
  17777. {
  17778. name: "Normal",
  17779. height: math.unit(8, "feet"),
  17780. default: true
  17781. },
  17782. {
  17783. name: "Lorg",
  17784. height: math.unit(12, "feet")
  17785. },
  17786. {
  17787. name: "Oh Lawd She Comin'",
  17788. height: math.unit(20, "feet")
  17789. },
  17790. ]
  17791. ))
  17792. characterMakers.push(() => makeCharacter(
  17793. { name: "Reza" },
  17794. {
  17795. front: {
  17796. height: math.unit(4, "feet"),
  17797. weight: math.unit(90, "lb"),
  17798. name: "Front",
  17799. image: {
  17800. source: "./media/characters/reza/front.svg",
  17801. extra: 1183 / 1111,
  17802. bottom: 0.017
  17803. }
  17804. },
  17805. back: {
  17806. height: math.unit(4, "feet"),
  17807. weight: math.unit(90, "lb"),
  17808. name: "Back",
  17809. image: {
  17810. source: "./media/characters/reza/back.svg",
  17811. extra: 1183 / 1111,
  17812. bottom: 0.01
  17813. }
  17814. },
  17815. },
  17816. [
  17817. {
  17818. name: "Normal",
  17819. height: math.unit(4, "feet"),
  17820. default: true
  17821. },
  17822. ]
  17823. ))
  17824. characterMakers.push(() => makeCharacter(
  17825. { name: "Athea" },
  17826. {
  17827. side: {
  17828. height: math.unit(15, "feet"),
  17829. weight: math.unit(14, "tons"),
  17830. name: "Side",
  17831. image: {
  17832. source: "./media/characters/athea/side.svg",
  17833. extra: 960 / 540,
  17834. bottom: 0.003
  17835. }
  17836. },
  17837. sitting: {
  17838. height: math.unit(6 * 2.85, "feet"),
  17839. weight: math.unit(14, "tons"),
  17840. name: "Sitting",
  17841. image: {
  17842. source: "./media/characters/athea/sitting.svg",
  17843. extra: 621 / 581,
  17844. bottom: 0.075
  17845. }
  17846. },
  17847. maw: {
  17848. height: math.unit(7.59498031496063, "feet"),
  17849. name: "Maw",
  17850. image: {
  17851. source: "./media/characters/athea/maw.svg"
  17852. }
  17853. },
  17854. },
  17855. [
  17856. {
  17857. name: "Lap Cat",
  17858. height: math.unit(2.5, "feet")
  17859. },
  17860. {
  17861. name: "Minimacro",
  17862. height: math.unit(15, "feet"),
  17863. default: true
  17864. },
  17865. {
  17866. name: "Macro",
  17867. height: math.unit(120, "feet")
  17868. },
  17869. {
  17870. name: "Macro+",
  17871. height: math.unit(640, "feet")
  17872. },
  17873. {
  17874. name: "Colossus",
  17875. height: math.unit(2.2, "miles")
  17876. },
  17877. ]
  17878. ))
  17879. characterMakers.push(() => makeCharacter(
  17880. { name: "Seroko" },
  17881. {
  17882. front: {
  17883. height: math.unit(8 + 8 / 12, "feet"),
  17884. weight: math.unit(130, "kg"),
  17885. name: "Front",
  17886. image: {
  17887. source: "./media/characters/seroko/front.svg",
  17888. extra: 1385 / 1280,
  17889. bottom: 0.025
  17890. }
  17891. },
  17892. back: {
  17893. height: math.unit(8 + 8 / 12, "feet"),
  17894. weight: math.unit(130, "kg"),
  17895. name: "Back",
  17896. image: {
  17897. source: "./media/characters/seroko/back.svg",
  17898. extra: 1369 / 1238,
  17899. bottom: 0.018
  17900. }
  17901. },
  17902. frontDressed: {
  17903. height: math.unit(8 + 8 / 12, "feet"),
  17904. weight: math.unit(130, "kg"),
  17905. name: "Front (Dressed)",
  17906. image: {
  17907. source: "./media/characters/seroko/front-dressed.svg",
  17908. extra: 1366 / 1275,
  17909. bottom: 0.03
  17910. }
  17911. },
  17912. },
  17913. [
  17914. {
  17915. name: "Normal",
  17916. height: math.unit(8 + 8 / 12, "feet"),
  17917. default: true
  17918. },
  17919. ]
  17920. ))
  17921. characterMakers.push(() => makeCharacter(
  17922. { name: "Quatzi" },
  17923. {
  17924. front: {
  17925. height: math.unit(5.5, "feet"),
  17926. weight: math.unit(160, "lb"),
  17927. name: "Front",
  17928. image: {
  17929. source: "./media/characters/quatzi/front.svg",
  17930. extra: 2346 / 2242,
  17931. bottom: 0.015
  17932. }
  17933. },
  17934. },
  17935. [
  17936. {
  17937. name: "Normal",
  17938. height: math.unit(5.5, "feet"),
  17939. default: true
  17940. },
  17941. {
  17942. name: "Big",
  17943. height: math.unit(7.7, "feet")
  17944. },
  17945. ]
  17946. ))
  17947. characterMakers.push(() => makeCharacter(
  17948. { name: "Sen" },
  17949. {
  17950. front: {
  17951. height: math.unit(5 + 11 / 12, "feet"),
  17952. weight: math.unit(180, "lb"),
  17953. name: "Front",
  17954. image: {
  17955. source: "./media/characters/sen/front.svg",
  17956. extra: 1321 / 1254,
  17957. bottom: 0.015
  17958. }
  17959. },
  17960. side: {
  17961. height: math.unit(5 + 11 / 12, "feet"),
  17962. weight: math.unit(180, "lb"),
  17963. name: "Side",
  17964. image: {
  17965. source: "./media/characters/sen/side.svg",
  17966. extra: 1321 / 1254,
  17967. bottom: 0.007
  17968. }
  17969. },
  17970. back: {
  17971. height: math.unit(5 + 11 / 12, "feet"),
  17972. weight: math.unit(180, "lb"),
  17973. name: "Back",
  17974. image: {
  17975. source: "./media/characters/sen/back.svg",
  17976. extra: 1321 / 1254
  17977. }
  17978. },
  17979. },
  17980. [
  17981. {
  17982. name: "Normal",
  17983. height: math.unit(5 + 11 / 12, "feet"),
  17984. default: true
  17985. },
  17986. ]
  17987. ))
  17988. characterMakers.push(() => makeCharacter(
  17989. { name: "Fruity" },
  17990. {
  17991. front: {
  17992. height: math.unit(166.6, "cm"),
  17993. weight: math.unit(66.6, "kg"),
  17994. name: "Front",
  17995. image: {
  17996. source: "./media/characters/fruity/front.svg",
  17997. extra: 1510 / 1386,
  17998. bottom: 0.04
  17999. }
  18000. },
  18001. back: {
  18002. height: math.unit(166.6, "cm"),
  18003. weight: math.unit(66.6, "lb"),
  18004. name: "Back",
  18005. image: {
  18006. source: "./media/characters/fruity/back.svg",
  18007. extra: 1563 / 1435,
  18008. bottom: 0.005
  18009. }
  18010. },
  18011. },
  18012. [
  18013. {
  18014. name: "Normal",
  18015. height: math.unit(166.6, "cm"),
  18016. default: true
  18017. },
  18018. {
  18019. name: "Demonic",
  18020. height: math.unit(166.6, "feet")
  18021. },
  18022. ]
  18023. ))
  18024. characterMakers.push(() => makeCharacter(
  18025. { name: "Zost" },
  18026. {
  18027. side: {
  18028. height: math.unit(10, "feet"),
  18029. weight: math.unit(500, "lb"),
  18030. name: "Side",
  18031. image: {
  18032. source: "./media/characters/zost/side.svg",
  18033. extra: 966 / 880,
  18034. bottom: 0.075
  18035. }
  18036. },
  18037. mawFront: {
  18038. height: math.unit(1.08, "meters"),
  18039. name: "Maw (Front)",
  18040. image: {
  18041. source: "./media/characters/zost/maw-front.svg"
  18042. }
  18043. },
  18044. mawSide: {
  18045. height: math.unit(2.66, "feet"),
  18046. name: "Maw (Side)",
  18047. image: {
  18048. source: "./media/characters/zost/maw-side.svg"
  18049. }
  18050. },
  18051. },
  18052. [
  18053. {
  18054. name: "Normal",
  18055. height: math.unit(10, "feet"),
  18056. default: true
  18057. },
  18058. ]
  18059. ))
  18060. characterMakers.push(() => makeCharacter(
  18061. { name: "Luci" },
  18062. {
  18063. front: {
  18064. height: math.unit(5 + 4 / 12, "feet"),
  18065. weight: math.unit(120, "lb"),
  18066. name: "Front",
  18067. image: {
  18068. source: "./media/characters/luci/front.svg",
  18069. extra: 1985 / 1884,
  18070. bottom: 0.04
  18071. }
  18072. },
  18073. back: {
  18074. height: math.unit(5 + 4 / 12, "feet"),
  18075. weight: math.unit(120, "lb"),
  18076. name: "Back",
  18077. image: {
  18078. source: "./media/characters/luci/back.svg",
  18079. extra: 1892 / 1791,
  18080. bottom: 0.002
  18081. }
  18082. },
  18083. },
  18084. [
  18085. {
  18086. name: "Normal",
  18087. height: math.unit(5 + 4 / 12, "feet"),
  18088. default: true
  18089. },
  18090. ]
  18091. ))
  18092. characterMakers.push(() => makeCharacter(
  18093. { name: "2th" },
  18094. {
  18095. front: {
  18096. height: math.unit(1500, "feet"),
  18097. weight: math.unit(3.8e6, "tons"),
  18098. name: "Front",
  18099. image: {
  18100. source: "./media/characters/2th/front.svg",
  18101. extra: 3489 / 3350,
  18102. bottom: 0.1
  18103. }
  18104. },
  18105. foot: {
  18106. height: math.unit(461, "feet"),
  18107. name: "Foot",
  18108. image: {
  18109. source: "./media/characters/2th/foot.svg"
  18110. }
  18111. },
  18112. },
  18113. [
  18114. {
  18115. name: "\"Micro\"",
  18116. height: math.unit(15 + 7 / 12, "feet")
  18117. },
  18118. {
  18119. name: "Normal",
  18120. height: math.unit(1500, "feet"),
  18121. default: true
  18122. },
  18123. {
  18124. name: "Macro",
  18125. height: math.unit(5000, "feet")
  18126. },
  18127. {
  18128. name: "Megamacro",
  18129. height: math.unit(15, "miles")
  18130. },
  18131. {
  18132. name: "Gigamacro",
  18133. height: math.unit(4000, "miles")
  18134. },
  18135. {
  18136. name: "Galactic",
  18137. height: math.unit(50, "AU")
  18138. },
  18139. ]
  18140. ))
  18141. characterMakers.push(() => makeCharacter(
  18142. { name: "Amethyst" },
  18143. {
  18144. front: {
  18145. height: math.unit(5 + 6 / 12, "feet"),
  18146. weight: math.unit(220, "lb"),
  18147. name: "Front",
  18148. image: {
  18149. source: "./media/characters/amethyst/front.svg",
  18150. extra: 2078 / 2040,
  18151. bottom: 0.045
  18152. }
  18153. },
  18154. back: {
  18155. height: math.unit(5 + 6 / 12, "feet"),
  18156. weight: math.unit(220, "lb"),
  18157. name: "Back",
  18158. image: {
  18159. source: "./media/characters/amethyst/back.svg",
  18160. extra: 2021 / 1989,
  18161. bottom: 0.02
  18162. }
  18163. },
  18164. },
  18165. [
  18166. {
  18167. name: "Normal",
  18168. height: math.unit(5 + 6 / 12, "feet"),
  18169. default: true
  18170. },
  18171. ]
  18172. ))
  18173. characterMakers.push(() => makeCharacter(
  18174. { name: "Yumi Akiyama" },
  18175. {
  18176. front: {
  18177. height: math.unit(4 + 11 / 12, "feet"),
  18178. weight: math.unit(120, "lb"),
  18179. name: "Front",
  18180. image: {
  18181. source: "./media/characters/yumi-akiyama/front.svg",
  18182. extra: 1327 / 1235,
  18183. bottom: 0.02
  18184. }
  18185. },
  18186. back: {
  18187. height: math.unit(4 + 11 / 12, "feet"),
  18188. weight: math.unit(120, "lb"),
  18189. name: "Back",
  18190. image: {
  18191. source: "./media/characters/yumi-akiyama/back.svg",
  18192. extra: 1287 / 1245,
  18193. bottom: 0.002
  18194. }
  18195. },
  18196. },
  18197. [
  18198. {
  18199. name: "Galactic",
  18200. height: math.unit(50, "galaxies"),
  18201. default: true
  18202. },
  18203. {
  18204. name: "Universal",
  18205. height: math.unit(100, "universes")
  18206. },
  18207. ]
  18208. ))
  18209. characterMakers.push(() => makeCharacter(
  18210. { name: "Rifter Yrmori" },
  18211. {
  18212. front: {
  18213. height: math.unit(8, "feet"),
  18214. weight: math.unit(500, "lb"),
  18215. name: "Front",
  18216. image: {
  18217. source: "./media/characters/rifter-yrmori/front.svg",
  18218. extra: 1180 / 1125,
  18219. bottom: 0.02
  18220. }
  18221. },
  18222. back: {
  18223. height: math.unit(8, "feet"),
  18224. weight: math.unit(500, "lb"),
  18225. name: "Back",
  18226. image: {
  18227. source: "./media/characters/rifter-yrmori/back.svg",
  18228. extra: 1190 / 1145,
  18229. bottom: 0.001
  18230. }
  18231. },
  18232. wings: {
  18233. height: math.unit(7.75, "feet"),
  18234. weight: math.unit(500, "lb"),
  18235. name: "Wings",
  18236. image: {
  18237. source: "./media/characters/rifter-yrmori/wings.svg",
  18238. extra: 1357 / 1285
  18239. }
  18240. },
  18241. maw: {
  18242. height: math.unit(0.8, "feet"),
  18243. name: "Maw",
  18244. image: {
  18245. source: "./media/characters/rifter-yrmori/maw.svg"
  18246. }
  18247. },
  18248. },
  18249. [
  18250. {
  18251. name: "Normal",
  18252. height: math.unit(8, "feet"),
  18253. default: true
  18254. },
  18255. {
  18256. name: "Macro",
  18257. height: math.unit(42, "meters")
  18258. },
  18259. ]
  18260. ))
  18261. characterMakers.push(() => makeCharacter(
  18262. { name: "Tahajin" },
  18263. {
  18264. were: {
  18265. height: math.unit(25 + 6 / 12, "feet"),
  18266. weight: math.unit(10000, "lb"),
  18267. name: "Were",
  18268. image: {
  18269. source: "./media/characters/tahajin/were.svg",
  18270. extra: 801 / 770,
  18271. bottom: 0.042
  18272. }
  18273. },
  18274. aquatic: {
  18275. height: math.unit(6 + 4 / 12, "feet"),
  18276. weight: math.unit(160, "lb"),
  18277. name: "Aquatic",
  18278. image: {
  18279. source: "./media/characters/tahajin/aquatic.svg",
  18280. extra: 572 / 542,
  18281. bottom: 0.04
  18282. }
  18283. },
  18284. chow: {
  18285. height: math.unit(8 + 11 / 12, "feet"),
  18286. weight: math.unit(450, "lb"),
  18287. name: "Chow",
  18288. image: {
  18289. source: "./media/characters/tahajin/chow.svg",
  18290. extra: 660 / 640,
  18291. bottom: 0.015
  18292. }
  18293. },
  18294. demiNaga: {
  18295. height: math.unit(6 + 8 / 12, "feet"),
  18296. weight: math.unit(300, "lb"),
  18297. name: "Demi Naga",
  18298. image: {
  18299. source: "./media/characters/tahajin/demi-naga.svg",
  18300. extra: 643 / 615,
  18301. bottom: 0.1
  18302. }
  18303. },
  18304. data: {
  18305. height: math.unit(5, "inches"),
  18306. weight: math.unit(0.1, "lb"),
  18307. name: "Data",
  18308. image: {
  18309. source: "./media/characters/tahajin/data.svg"
  18310. }
  18311. },
  18312. fluu: {
  18313. height: math.unit(5 + 7 / 12, "feet"),
  18314. weight: math.unit(140, "lb"),
  18315. name: "Fluu",
  18316. image: {
  18317. source: "./media/characters/tahajin/fluu.svg",
  18318. extra: 628 / 592,
  18319. bottom: 0.02
  18320. }
  18321. },
  18322. starWarrior: {
  18323. height: math.unit(4 + 5 / 12, "feet"),
  18324. weight: math.unit(50, "lb"),
  18325. name: "Star Warrior",
  18326. image: {
  18327. source: "./media/characters/tahajin/star-warrior.svg"
  18328. }
  18329. },
  18330. },
  18331. [
  18332. {
  18333. name: "Normal",
  18334. height: math.unit(25 + 6 / 12, "feet"),
  18335. default: true
  18336. },
  18337. ]
  18338. ))
  18339. characterMakers.push(() => makeCharacter(
  18340. { name: "Gabira" },
  18341. {
  18342. front: {
  18343. height: math.unit(8, "feet"),
  18344. weight: math.unit(350, "lb"),
  18345. name: "Front",
  18346. image: {
  18347. source: "./media/characters/gabira/front.svg",
  18348. extra: 608 / 580,
  18349. bottom: 0.03
  18350. }
  18351. },
  18352. back: {
  18353. height: math.unit(8, "feet"),
  18354. weight: math.unit(350, "lb"),
  18355. name: "Back",
  18356. image: {
  18357. source: "./media/characters/gabira/back.svg",
  18358. extra: 608 / 580,
  18359. bottom: 0.03
  18360. }
  18361. },
  18362. },
  18363. [
  18364. {
  18365. name: "Normal",
  18366. height: math.unit(8, "feet"),
  18367. default: true
  18368. },
  18369. ]
  18370. ))
  18371. characterMakers.push(() => makeCharacter(
  18372. { name: "Sasha Katraine" },
  18373. {
  18374. front: {
  18375. height: math.unit(5 + 3 / 12, "feet"),
  18376. weight: math.unit(137, "lb"),
  18377. name: "Front",
  18378. image: {
  18379. source: "./media/characters/sasha-katraine/front.svg",
  18380. bottom: 0.045
  18381. }
  18382. },
  18383. },
  18384. [
  18385. {
  18386. name: "Micro",
  18387. height: math.unit(5, "inches")
  18388. },
  18389. {
  18390. name: "Normal",
  18391. height: math.unit(5 + 3 / 12, "feet"),
  18392. default: true
  18393. },
  18394. ]
  18395. ))
  18396. characterMakers.push(() => makeCharacter(
  18397. { name: "Der" },
  18398. {
  18399. side: {
  18400. height: math.unit(4, "inches"),
  18401. weight: math.unit(200, "grams"),
  18402. name: "Side",
  18403. image: {
  18404. source: "./media/characters/der/side.svg",
  18405. extra: 719 / 400,
  18406. bottom: 30.6 / 749.9187
  18407. }
  18408. },
  18409. },
  18410. [
  18411. {
  18412. name: "Micro",
  18413. height: math.unit(4, "inches"),
  18414. default: true
  18415. },
  18416. ]
  18417. ))
  18418. characterMakers.push(() => makeCharacter(
  18419. { name: "Fixerdragon" },
  18420. {
  18421. side: {
  18422. height: math.unit(30, "meters"),
  18423. weight: math.unit(700, "tonnes"),
  18424. name: "Side",
  18425. image: {
  18426. source: "./media/characters/fixerdragon/side.svg",
  18427. extra: (1293.0514-116.03)/1106.86,
  18428. bottom: 116.03/1293.0514
  18429. }
  18430. },
  18431. },
  18432. [
  18433. {
  18434. name: "Planck",
  18435. height: math.unit(1.6e-35, "meters")
  18436. },
  18437. {
  18438. name: "Micro",
  18439. height: math.unit(0.4, "meters")
  18440. },
  18441. {
  18442. name: "Normal",
  18443. height: math.unit(30, "meters"),
  18444. default: true
  18445. },
  18446. {
  18447. name: "Megamacro",
  18448. height: math.unit(1.2, "megameters")
  18449. },
  18450. {
  18451. name: "Teramacro",
  18452. height: math.unit(130, "terameters")
  18453. },
  18454. {
  18455. name: "Yottamacro",
  18456. height: math.unit(6200, "yottameters")
  18457. },
  18458. ]
  18459. ));
  18460. characterMakers.push(() => makeCharacter(
  18461. { name: "Kite" },
  18462. {
  18463. front: {
  18464. height: math.unit(8, "feet"),
  18465. weight: math.unit(250, "lb"),
  18466. name: "Front",
  18467. image: {
  18468. source: "./media/characters/kite/front.svg",
  18469. extra: 2796/2659,
  18470. bottom: 0.002
  18471. }
  18472. },
  18473. },
  18474. [
  18475. {
  18476. name: "Normal",
  18477. height: math.unit(8, "feet"),
  18478. default: true
  18479. },
  18480. {
  18481. name: "Macro",
  18482. height: math.unit(360, "feet")
  18483. },
  18484. {
  18485. name: "Megamacro",
  18486. height: math.unit(1500, "feet")
  18487. },
  18488. ]
  18489. ))
  18490. characterMakers.push(() => makeCharacter(
  18491. { name: "Poojawa Vynar" },
  18492. {
  18493. front: {
  18494. height: math.unit(5 + 10/12, "feet"),
  18495. weight: math.unit(150, "lb"),
  18496. name: "Front",
  18497. image: {
  18498. source: "./media/characters/poojawa-vynar/front.svg",
  18499. extra: (1506.1547-55) / 1356.6,
  18500. bottom: 55/1506.1547
  18501. }
  18502. },
  18503. frontTailless: {
  18504. height: math.unit(5 + 10/12, "feet"),
  18505. weight: math.unit(150, "lb"),
  18506. name: "Front (Tailless)",
  18507. image: {
  18508. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18509. extra: (1506.1547-55) / 1356.6,
  18510. bottom: 55/1506.1547
  18511. }
  18512. },
  18513. },
  18514. [
  18515. {
  18516. name: "Normal",
  18517. height: math.unit(5 + 10/12, "feet"),
  18518. default: true
  18519. },
  18520. ]
  18521. ))
  18522. characterMakers.push(() => makeCharacter(
  18523. { name: "Violette" },
  18524. {
  18525. front: {
  18526. height: math.unit(293, "meters"),
  18527. weight: math.unit(70400, "tons"),
  18528. name: "Front",
  18529. image: {
  18530. source: "./media/characters/violette/front.svg",
  18531. extra: 1227/1180,
  18532. bottom: 0.005
  18533. }
  18534. },
  18535. back: {
  18536. height: math.unit(293, "meters"),
  18537. weight: math.unit(70400, "tons"),
  18538. name: "Back",
  18539. image: {
  18540. source: "./media/characters/violette/back.svg",
  18541. extra: 1227/1180,
  18542. bottom: 0.005
  18543. }
  18544. },
  18545. },
  18546. [
  18547. {
  18548. name: "Macro",
  18549. height: math.unit(293, "meters"),
  18550. default: true
  18551. },
  18552. ]
  18553. ))
  18554. characterMakers.push(() => makeCharacter(
  18555. { name: "Alessandra" },
  18556. {
  18557. front: {
  18558. height: math.unit(1050, "feet"),
  18559. weight: math.unit(200000, "tons"),
  18560. name: "Front",
  18561. image: {
  18562. source: "./media/characters/alessandra/front.svg",
  18563. extra: 960/912,
  18564. bottom: 0.06
  18565. }
  18566. },
  18567. },
  18568. [
  18569. {
  18570. name: "Macro",
  18571. height: math.unit(1050, "feet")
  18572. },
  18573. {
  18574. name: "Macro+",
  18575. height: math.unit(900, "meters"),
  18576. default: true
  18577. },
  18578. ]
  18579. ))
  18580. characterMakers.push(() => makeCharacter(
  18581. { name: "Person", species: "Catdragon" },
  18582. {
  18583. front: {
  18584. height: math.unit(5, "feet"),
  18585. weight: math.unit(187, "lb"),
  18586. name: "Front",
  18587. image: {
  18588. source: "./media/characters/person/front.svg",
  18589. extra: 3087/2945,
  18590. bottom: 91/3181
  18591. }
  18592. },
  18593. },
  18594. [
  18595. {
  18596. name: "Micro",
  18597. height: math.unit(3, "inches")
  18598. },
  18599. {
  18600. name: "Normal",
  18601. height: math.unit(5, "feet"),
  18602. default: true
  18603. },
  18604. {
  18605. name: "Macro",
  18606. height: math.unit(90, "feet")
  18607. },
  18608. {
  18609. name: "Max Size",
  18610. height: math.unit(280, "feet")
  18611. },
  18612. ]
  18613. ))
  18614. characterMakers.push(() => makeCharacter(
  18615. { name: "Ty" },
  18616. {
  18617. front: {
  18618. height: math.unit(4.5, "meters"),
  18619. weight: math.unit(3200, "lb"),
  18620. name: "Front",
  18621. image: {
  18622. source: "./media/characters/ty/front.svg",
  18623. extra: 1038/960,
  18624. bottom: 31.156/1068
  18625. }
  18626. },
  18627. back: {
  18628. height: math.unit(4.5, "meters"),
  18629. weight: math.unit(3200, "lb"),
  18630. name: "Back",
  18631. image: {
  18632. source: "./media/characters/ty/back.svg",
  18633. extra: 1044/966,
  18634. bottom: 7.48/1049
  18635. }
  18636. },
  18637. },
  18638. [
  18639. {
  18640. name: "Normal",
  18641. height: math.unit(4.5, "meters"),
  18642. default: true
  18643. },
  18644. ]
  18645. ))
  18646. characterMakers.push(() => makeCharacter(
  18647. { name: "Rocky" },
  18648. {
  18649. front: {
  18650. height: math.unit(5 + 4/12, "feet"),
  18651. weight: math.unit(115, "lb"),
  18652. name: "Front",
  18653. image: {
  18654. source: "./media/characters/rocky/front.svg",
  18655. extra: 1012/975,
  18656. bottom: 54/1066
  18657. }
  18658. },
  18659. },
  18660. [
  18661. {
  18662. name: "Normal",
  18663. height: math.unit(5 + 4/12, "feet"),
  18664. default: true
  18665. },
  18666. ]
  18667. ))
  18668. characterMakers.push(() => makeCharacter(
  18669. { name: "Ruin" },
  18670. {
  18671. upright: {
  18672. height: math.unit(6, "meters"),
  18673. weight: math.unit(4000, "kg"),
  18674. name: "Upright",
  18675. image: {
  18676. source: "./media/characters/ruin/upright.svg",
  18677. extra: 668/661,
  18678. bottom: 42/799.8396
  18679. }
  18680. },
  18681. },
  18682. [
  18683. {
  18684. name: "Normal",
  18685. height: math.unit(6, "meters")
  18686. },
  18687. ]
  18688. ))
  18689. characterMakers.push(() => makeCharacter(
  18690. { name: "Robin" },
  18691. {
  18692. front: {
  18693. height: math.unit(5, "feet"),
  18694. weight: math.unit(106, "lb"),
  18695. name: "Front",
  18696. image: {
  18697. source: "./media/characters/robin/front.svg",
  18698. extra: 862/799,
  18699. bottom: 42.4/914.8856
  18700. }
  18701. },
  18702. },
  18703. [
  18704. {
  18705. name: "Normal",
  18706. height: math.unit(5, "feet"),
  18707. default: true
  18708. },
  18709. ]
  18710. ))
  18711. characterMakers.push(() => makeCharacter(
  18712. { name: "Saian" },
  18713. {
  18714. side: {
  18715. height: math.unit(3, "feet"),
  18716. weight: math.unit(225, "lb"),
  18717. name: "Side",
  18718. image: {
  18719. source: "./media/characters/saian/side.svg",
  18720. extra: 566/356,
  18721. bottom: 79.7/643
  18722. }
  18723. },
  18724. maw: {
  18725. height: math.unit(2.85, "feet"),
  18726. name: "Maw",
  18727. image: {
  18728. source: "./media/characters/saian/maw.svg"
  18729. }
  18730. },
  18731. },
  18732. [
  18733. {
  18734. name: "Normal",
  18735. height: math.unit(3, "feet"),
  18736. default: true
  18737. },
  18738. ]
  18739. ))
  18740. characterMakers.push(() => makeCharacter(
  18741. { name: "Equus Silvermane" },
  18742. {
  18743. side: {
  18744. height: math.unit(8, "feet"),
  18745. weight: math.unit(300, "lb"),
  18746. name: "Side",
  18747. image: {
  18748. source: "./media/characters/equus-silvermane/side.svg",
  18749. extra: 2176/2050,
  18750. bottom: 65.7/2245
  18751. }
  18752. },
  18753. front: {
  18754. height: math.unit(8, "feet"),
  18755. weight: math.unit(300, "lb"),
  18756. name: "Front",
  18757. image: {
  18758. source: "./media/characters/equus-silvermane/front.svg",
  18759. extra: 4633/4400,
  18760. bottom: 71.3/4706.915
  18761. }
  18762. },
  18763. sideStepping: {
  18764. height: math.unit(8, "feet"),
  18765. weight: math.unit(300, "lb"),
  18766. name: "Side (Stepping)",
  18767. image: {
  18768. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18769. extra: 1968/1860,
  18770. bottom: 16.4/1989
  18771. }
  18772. },
  18773. },
  18774. [
  18775. {
  18776. name: "Normal",
  18777. height: math.unit(8, "feet")
  18778. },
  18779. {
  18780. name: "Minimacro",
  18781. height: math.unit(75, "feet"),
  18782. default: true
  18783. },
  18784. {
  18785. name: "Macro",
  18786. height: math.unit(150, "feet")
  18787. },
  18788. {
  18789. name: "Macro+",
  18790. height: math.unit(1000, "feet")
  18791. },
  18792. {
  18793. name: "Megamacro",
  18794. height: math.unit(1, "mile")
  18795. },
  18796. ]
  18797. ))
  18798. characterMakers.push(() => makeCharacter(
  18799. { name: "Windar" },
  18800. {
  18801. side: {
  18802. height: math.unit(20, "feet"),
  18803. weight: math.unit(30000, "kg"),
  18804. name: "Side",
  18805. image: {
  18806. source: "./media/characters/windar/side.svg",
  18807. extra: 1491/1248,
  18808. bottom: 82.56/1568
  18809. }
  18810. },
  18811. },
  18812. [
  18813. {
  18814. name: "Normal",
  18815. height: math.unit(20, "feet"),
  18816. default: true
  18817. },
  18818. ]
  18819. ))
  18820. characterMakers.push(() => makeCharacter(
  18821. { name: "Melody" },
  18822. {
  18823. side: {
  18824. height: math.unit(15.66, "feet"),
  18825. weight: math.unit(150, "lb"),
  18826. name: "Side",
  18827. image: {
  18828. source: "./media/characters/melody/side.svg",
  18829. extra: 1097/944,
  18830. bottom: 11.8/1109
  18831. }
  18832. },
  18833. sideOutfit: {
  18834. height: math.unit(15.66, "feet"),
  18835. weight: math.unit(150, "lb"),
  18836. name: "Side (Outfit)",
  18837. image: {
  18838. source: "./media/characters/melody/side-outfit.svg",
  18839. extra: 1097/944,
  18840. bottom: 11.8/1109
  18841. }
  18842. },
  18843. },
  18844. [
  18845. {
  18846. name: "Normal",
  18847. height: math.unit(15.66, "feet"),
  18848. default: true
  18849. },
  18850. ]
  18851. ))
  18852. characterMakers.push(() => makeCharacter(
  18853. { name: "Windera" },
  18854. {
  18855. front: {
  18856. height: math.unit(8, "feet"),
  18857. weight: math.unit(325, "lb"),
  18858. name: "Front",
  18859. image: {
  18860. source: "./media/characters/windera/front.svg",
  18861. extra: 3180/2845,
  18862. bottom: 178/3365
  18863. }
  18864. },
  18865. },
  18866. [
  18867. {
  18868. name: "Normal",
  18869. height: math.unit(8, "feet"),
  18870. default: true
  18871. },
  18872. ]
  18873. ))
  18874. characterMakers.push(() => makeCharacter(
  18875. { name: "Sonear" },
  18876. {
  18877. front: {
  18878. height: math.unit(28.75, "feet"),
  18879. weight: math.unit(2000, "kg"),
  18880. name: "Front",
  18881. image: {
  18882. source: "./media/characters/sonear/front.svg",
  18883. extra: 1041.1/964.9,
  18884. bottom: 53.7/1096.6
  18885. }
  18886. },
  18887. },
  18888. [
  18889. {
  18890. name: "Normal",
  18891. height: math.unit(28.75, "feet"),
  18892. default: true
  18893. },
  18894. ]
  18895. ))
  18896. characterMakers.push(() => makeCharacter(
  18897. { name: "Kanara" },
  18898. {
  18899. side: {
  18900. height: math.unit(25.5, "feet"),
  18901. weight: math.unit(23000, "kg"),
  18902. name: "Side",
  18903. image: {
  18904. source: "./media/characters/kanara/side.svg"
  18905. }
  18906. },
  18907. },
  18908. [
  18909. {
  18910. name: "Normal",
  18911. height: math.unit(25.5, "feet"),
  18912. default: true
  18913. },
  18914. ]
  18915. ))
  18916. characterMakers.push(() => makeCharacter(
  18917. { name: "Ereus" },
  18918. {
  18919. side: {
  18920. height: math.unit(10, "feet"),
  18921. weight: math.unit(1000, "kg"),
  18922. name: "Side",
  18923. image: {
  18924. source: "./media/characters/ereus/side.svg",
  18925. extra: 1157/959,
  18926. bottom: 153/1312.5
  18927. }
  18928. },
  18929. },
  18930. [
  18931. {
  18932. name: "Normal",
  18933. height: math.unit(10, "feet"),
  18934. default: true
  18935. },
  18936. ]
  18937. ))
  18938. characterMakers.push(() => makeCharacter(
  18939. { name: "E-ter" },
  18940. {
  18941. side: {
  18942. height: math.unit(4.5, "feet"),
  18943. weight: math.unit(500, "lb"),
  18944. name: "Side",
  18945. image: {
  18946. source: "./media/characters/e-ter/side.svg",
  18947. extra: 1550/1248,
  18948. bottom: 146/1694
  18949. }
  18950. },
  18951. },
  18952. [
  18953. {
  18954. name: "Normal",
  18955. height: math.unit(4.5, "feet"),
  18956. default: true
  18957. },
  18958. ]
  18959. ))
  18960. characterMakers.push(() => makeCharacter(
  18961. { name: "Yamie" },
  18962. {
  18963. side: {
  18964. height: math.unit(9.7, "feet"),
  18965. weight: math.unit(4000, "kg"),
  18966. name: "Side",
  18967. image: {
  18968. source: "./media/characters/yamie/side.svg"
  18969. }
  18970. },
  18971. },
  18972. [
  18973. {
  18974. name: "Normal",
  18975. height: math.unit(9.7, "feet"),
  18976. default: true
  18977. },
  18978. ]
  18979. ))
  18980. characterMakers.push(() => makeCharacter(
  18981. { name: "Anders" },
  18982. {
  18983. front: {
  18984. height: math.unit(50, "feet"),
  18985. weight: math.unit(50000, "kg"),
  18986. name: "Front",
  18987. image: {
  18988. source: "./media/characters/anders/front.svg",
  18989. extra: 570/539,
  18990. bottom: 14.7/586.7
  18991. }
  18992. },
  18993. },
  18994. [
  18995. {
  18996. name: "Large",
  18997. height: math.unit(50, "feet")
  18998. },
  18999. {
  19000. name: "Macro",
  19001. height: math.unit(2000, "feet"),
  19002. default: true
  19003. },
  19004. {
  19005. name: "Megamacro",
  19006. height: math.unit(12, "miles")
  19007. },
  19008. ]
  19009. ))
  19010. characterMakers.push(() => makeCharacter(
  19011. { name: "Reban" },
  19012. {
  19013. front: {
  19014. height: math.unit(7 + 2/12, "feet"),
  19015. weight: math.unit(300, "lb"),
  19016. name: "Front",
  19017. image: {
  19018. source: "./media/characters/reban/front.svg",
  19019. extra: 516/487,
  19020. bottom: 42.82/558.356
  19021. }
  19022. },
  19023. dick: {
  19024. height: math.unit(7/5, "feet"),
  19025. name: "Dick",
  19026. image: {
  19027. source: "./media/characters/reban/dick.svg"
  19028. }
  19029. },
  19030. },
  19031. [
  19032. {
  19033. name: "Natural Height",
  19034. height: math.unit(7 + 2/12, "feet")
  19035. },
  19036. {
  19037. name: "Macro",
  19038. height: math.unit(500, "feet"),
  19039. default: true
  19040. },
  19041. {
  19042. name: "Canon Height",
  19043. height: math.unit(50, "AU")
  19044. },
  19045. ]
  19046. ))
  19047. characterMakers.push(() => makeCharacter(
  19048. { name: "Terrance Keayes" },
  19049. {
  19050. front: {
  19051. height: math.unit(6, "feet"),
  19052. weight: math.unit(150, "lb"),
  19053. name: "Front",
  19054. image: {
  19055. source: "./media/characters/terrance-keayes/front.svg",
  19056. extra: 1.005,
  19057. bottom: 151/1615
  19058. }
  19059. },
  19060. side: {
  19061. height: math.unit(6, "feet"),
  19062. weight: math.unit(150, "lb"),
  19063. name: "Side",
  19064. image: {
  19065. source: "./media/characters/terrance-keayes/side.svg",
  19066. extra: 1.005,
  19067. bottom: 129.4/1544
  19068. }
  19069. },
  19070. back: {
  19071. height: math.unit(6, "feet"),
  19072. weight: math.unit(150, "lb"),
  19073. name: "Back",
  19074. image: {
  19075. source: "./media/characters/terrance-keayes/back.svg",
  19076. extra: 1.005,
  19077. bottom: 58.4/1557.3
  19078. }
  19079. },
  19080. dick: {
  19081. height: math.unit(6*0.208, "feet"),
  19082. name: "Dick",
  19083. image: {
  19084. source: "./media/characters/terrance-keayes/dick.svg"
  19085. }
  19086. },
  19087. },
  19088. [
  19089. {
  19090. name: "Canon Height",
  19091. height: math.unit(35, "miles"),
  19092. default: true
  19093. },
  19094. ]
  19095. ))
  19096. characterMakers.push(() => makeCharacter(
  19097. { name: "Ofelia" },
  19098. {
  19099. front: {
  19100. height: math.unit(6, "feet"),
  19101. weight: math.unit(150, "lb"),
  19102. name: "Front",
  19103. image: {
  19104. source: "./media/characters/ofelia/front.svg",
  19105. extra: 546/541,
  19106. bottom: 39/583
  19107. }
  19108. },
  19109. back: {
  19110. height: math.unit(6, "feet"),
  19111. weight: math.unit(150, "lb"),
  19112. name: "Back",
  19113. image: {
  19114. source: "./media/characters/ofelia/back.svg",
  19115. extra: 564/559.5,
  19116. bottom: 8.69/573.02
  19117. }
  19118. },
  19119. maw: {
  19120. height: math.unit(1, "feet"),
  19121. name: "Maw",
  19122. image: {
  19123. source: "./media/characters/ofelia/maw.svg"
  19124. }
  19125. },
  19126. foot: {
  19127. height: math.unit(1.949, "feet"),
  19128. name: "Foot",
  19129. image: {
  19130. source: "./media/characters/ofelia/foot.svg"
  19131. }
  19132. },
  19133. },
  19134. [
  19135. {
  19136. name: "Canon Height",
  19137. height: math.unit(2000, "miles"),
  19138. default: true
  19139. },
  19140. ]
  19141. ))
  19142. characterMakers.push(() => makeCharacter(
  19143. { name: "Samuel" },
  19144. {
  19145. front: {
  19146. height: math.unit(6, "feet"),
  19147. weight: math.unit(150, "lb"),
  19148. name: "Front",
  19149. image: {
  19150. source: "./media/characters/samuel/front.svg",
  19151. extra: 265/258,
  19152. bottom: 2/266.1566
  19153. }
  19154. },
  19155. },
  19156. [
  19157. {
  19158. name: "Macro",
  19159. height: math.unit(100, "feet"),
  19160. default: true
  19161. },
  19162. {
  19163. name: "Full Size",
  19164. height: math.unit(1000, "miles")
  19165. },
  19166. ]
  19167. ))
  19168. characterMakers.push(() => makeCharacter(
  19169. { name: "Beishir Kiel" },
  19170. {
  19171. front: {
  19172. height: math.unit(6, "feet"),
  19173. weight: math.unit(300, "lb"),
  19174. name: "Front",
  19175. image: {
  19176. source: "./media/characters/beishir-kiel/front.svg",
  19177. extra: 569/547,
  19178. bottom: 41.9/609
  19179. }
  19180. },
  19181. maw: {
  19182. height: math.unit(6*0.202, "feet"),
  19183. name: "Maw",
  19184. image: {
  19185. source: "./media/characters/beishir-kiel/maw.svg"
  19186. }
  19187. },
  19188. },
  19189. [
  19190. {
  19191. name: "Macro",
  19192. height: math.unit(300, "feet"),
  19193. default: true
  19194. },
  19195. ]
  19196. ))
  19197. characterMakers.push(() => makeCharacter(
  19198. { name: "Logan Grey" },
  19199. {
  19200. front: {
  19201. height: math.unit(5 + 8/12, "feet"),
  19202. weight: math.unit(120, "lb"),
  19203. name: "Front",
  19204. image: {
  19205. source: "./media/characters/logan-grey/front.svg",
  19206. extra: 2539/2393,
  19207. bottom: 97.6/2636.37
  19208. }
  19209. },
  19210. frontAlt: {
  19211. height: math.unit(5 + 8/12, "feet"),
  19212. weight: math.unit(120, "lb"),
  19213. name: "Front (Alt)",
  19214. image: {
  19215. source: "./media/characters/logan-grey/front-alt.svg",
  19216. extra: 958/893,
  19217. bottom: 15/970.768
  19218. }
  19219. },
  19220. back: {
  19221. height: math.unit(5 + 8/12, "feet"),
  19222. weight: math.unit(120, "lb"),
  19223. name: "Back",
  19224. image: {
  19225. source: "./media/characters/logan-grey/back.svg",
  19226. extra: 958/893,
  19227. bottom: 2.1881/970.9788
  19228. }
  19229. },
  19230. dick: {
  19231. height: math.unit(1.437, "feet"),
  19232. name: "Dick",
  19233. image: {
  19234. source: "./media/characters/logan-grey/dick.svg"
  19235. }
  19236. },
  19237. },
  19238. [
  19239. {
  19240. name: "Normal",
  19241. height: math.unit(5 + 8/12, "feet")
  19242. },
  19243. {
  19244. name: "The 500 Foot Femboy",
  19245. height: math.unit(500, "feet"),
  19246. default: true
  19247. },
  19248. {
  19249. name: "Megmacro",
  19250. height: math.unit(20, "miles")
  19251. },
  19252. ]
  19253. ))
  19254. characterMakers.push(() => makeCharacter(
  19255. { name: "Draganta" },
  19256. {
  19257. front: {
  19258. height: math.unit(8 + 2/12, "feet"),
  19259. weight: math.unit(275, "lb"),
  19260. name: "Front",
  19261. image: {
  19262. source: "./media/characters/draganta/front.svg",
  19263. extra: 1177/1135,
  19264. bottom: 33.46/1212.1
  19265. }
  19266. },
  19267. },
  19268. [
  19269. {
  19270. name: "Normal",
  19271. height: math.unit(8 + 6/12, "feet"),
  19272. default: true
  19273. },
  19274. {
  19275. name: "Macro",
  19276. height: math.unit(150, "feet")
  19277. },
  19278. {
  19279. name: "Megamacro",
  19280. height: math.unit(1000, "miles")
  19281. },
  19282. ]
  19283. ))
  19284. characterMakers.push(() => makeCharacter(
  19285. { name: "Voski", species: "Corvid" },
  19286. {
  19287. front: {
  19288. height: math.unit(1.72, "m"),
  19289. weight: math.unit(80, "lb"),
  19290. name: "Front",
  19291. image: {
  19292. source: "./media/characters/voski/front.svg",
  19293. extra: 2076.22/2022.4,
  19294. bottom: 102.7/2177.3866
  19295. }
  19296. },
  19297. back: {
  19298. height: math.unit(1.72, "m"),
  19299. weight: math.unit(80, "lb"),
  19300. name: "Back",
  19301. image: {
  19302. source: "./media/characters/voski/back.svg",
  19303. extra: 2104/2051,
  19304. bottom: 10.45/2113.63
  19305. }
  19306. },
  19307. },
  19308. [
  19309. {
  19310. name: "Normal",
  19311. height: math.unit(1.72, "m")
  19312. },
  19313. {
  19314. name: "Macro",
  19315. height: math.unit(55, "m"),
  19316. default: true
  19317. },
  19318. {
  19319. name: "Macro+",
  19320. height: math.unit(300, "m")
  19321. },
  19322. {
  19323. name: "Macro++",
  19324. height: math.unit(700, "m")
  19325. },
  19326. {
  19327. name: "Macro+++",
  19328. height: math.unit(4500, "m")
  19329. },
  19330. {
  19331. name: "Macro++++",
  19332. height: math.unit(45, "km")
  19333. },
  19334. {
  19335. name: "Macro+++++",
  19336. height: math.unit(1220, "km")
  19337. },
  19338. ]
  19339. ))
  19340. characterMakers.push(() => makeCharacter(
  19341. { name: "Icowom Lee" },
  19342. {
  19343. front: {
  19344. height: math.unit(2.3, "m"),
  19345. weight: math.unit(304, "kg"),
  19346. name: "Front",
  19347. image: {
  19348. source: "./media/characters/icowom-lee/front.svg",
  19349. extra: 3076/2933,
  19350. bottom: 51.4/3125.1889
  19351. }
  19352. },
  19353. },
  19354. [
  19355. {
  19356. name: "Normal",
  19357. height: math.unit(2.3, "meters"),
  19358. default: true
  19359. },
  19360. {
  19361. name: "Macro",
  19362. height: math.unit(94, "meters"),
  19363. default: true
  19364. },
  19365. ]
  19366. ))
  19367. characterMakers.push(() => makeCharacter(
  19368. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19369. {
  19370. front: {
  19371. height: math.unit(22, "meters"),
  19372. weight: math.unit(21000, "kg"),
  19373. name: "Front",
  19374. image: {
  19375. source: "./media/characters/shock-diamond/front.svg",
  19376. extra: 2204/2053,
  19377. bottom: 65/2239.47
  19378. }
  19379. },
  19380. frontNude: {
  19381. height: math.unit(22, "meters"),
  19382. weight: math.unit(21000, "kg"),
  19383. name: "Front (Nude)",
  19384. image: {
  19385. source: "./media/characters/shock-diamond/front-nude.svg",
  19386. extra: 2514/2285,
  19387. bottom: 13/2527.56
  19388. }
  19389. },
  19390. },
  19391. [
  19392. {
  19393. name: "Normal",
  19394. height: math.unit(3, "meters")
  19395. },
  19396. {
  19397. name: "Macro",
  19398. height: math.unit(22, "meters"),
  19399. default: true
  19400. },
  19401. ]
  19402. ))
  19403. characterMakers.push(() => makeCharacter(
  19404. { name: "Rory" },
  19405. {
  19406. front: {
  19407. height: math.unit(5 + 4/12, "feet"),
  19408. weight: math.unit(120, "lb"),
  19409. name: "Front",
  19410. image: {
  19411. source: "./media/characters/rory/front.svg",
  19412. extra: 589/556,
  19413. bottom: 45.7/635.76
  19414. }
  19415. },
  19416. frontNude: {
  19417. height: math.unit(5 + 4/12, "feet"),
  19418. weight: math.unit(120, "lb"),
  19419. name: "Front (Nude)",
  19420. image: {
  19421. source: "./media/characters/rory/front-nude.svg",
  19422. extra: 589/556,
  19423. bottom: 45.7/635.76
  19424. }
  19425. },
  19426. side: {
  19427. height: math.unit(5 + 4/12, "feet"),
  19428. weight: math.unit(120, "lb"),
  19429. name: "Side",
  19430. image: {
  19431. source: "./media/characters/rory/side.svg",
  19432. extra: 597/564,
  19433. bottom: 55/653
  19434. }
  19435. },
  19436. back: {
  19437. height: math.unit(5 + 4/12, "feet"),
  19438. weight: math.unit(120, "lb"),
  19439. name: "Back",
  19440. image: {
  19441. source: "./media/characters/rory/back.svg",
  19442. extra: 620/585,
  19443. bottom: 8.86/630.43
  19444. }
  19445. },
  19446. dick: {
  19447. height: math.unit(0.86, "feet"),
  19448. name: "Dick",
  19449. image: {
  19450. source: "./media/characters/rory/dick.svg"
  19451. }
  19452. },
  19453. },
  19454. [
  19455. {
  19456. name: "Normal",
  19457. height: math.unit(5 + 4/12, "feet"),
  19458. default: true
  19459. },
  19460. {
  19461. name: "Macro",
  19462. height: math.unit(100, "feet")
  19463. },
  19464. {
  19465. name: "Macro+",
  19466. height: math.unit(140, "feet")
  19467. },
  19468. {
  19469. name: "Macro++",
  19470. height: math.unit(300, "feet")
  19471. },
  19472. ]
  19473. ))
  19474. //characters
  19475. function makeCharacters() {
  19476. const results = [];
  19477. characterMakers.forEach(character => {
  19478. results.push(character());
  19479. });
  19480. return results;
  19481. }