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.
 
 
 

20465 lines
488 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: 1794 / 1677,
  602. bottom: 31.7 / 1828.5
  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: 859/824,
  848. bottom: 23/879.6
  849. }
  850. },
  851. frontNsfw: {
  852. height: math.unit(5 + 5 / 12, "feet"),
  853. weight: math.unit(75, "kg"),
  854. name: "Front (NSFW)",
  855. image: {
  856. source: "./media/characters/natasha/front-nsfw.svg",
  857. extra: 859/824,
  858. bottom: 23/879.6
  859. }
  860. },
  861. frontErect: {
  862. height: math.unit(5 + 5 / 12, "feet"),
  863. weight: math.unit(75, "kg"),
  864. name: "Front (Erect)",
  865. image: {
  866. source: "./media/characters/natasha/front-erect.svg",
  867. extra: 859/824,
  868. bottom: 23/879.6
  869. }
  870. },
  871. back: {
  872. height: math.unit(5 + 5 / 12, "feet"),
  873. weight: math.unit(75, "kg"),
  874. name: "Back",
  875. image: {
  876. source: "./media/characters/natasha/back.svg",
  877. extra: 887.9/852.6,
  878. bottom: 9.7/896.4
  879. }
  880. },
  881. backAlt: {
  882. height: math.unit(5 + 5 / 12, "feet"),
  883. weight: math.unit(75, "kg"),
  884. name: "Back (Alt)",
  885. image: {
  886. source: "./media/characters/natasha/back-alt.svg",
  887. extra: 1236.7/1192,
  888. bottom: 22.3/1258.2
  889. }
  890. },
  891. dick: {
  892. height: math.unit(1.772, "feet"),
  893. name: "Dick",
  894. image: {
  895. source: "./media/characters/natasha/dick.svg"
  896. }
  897. },
  898. },
  899. [
  900. {
  901. name: "Normal",
  902. height: math.unit(5 + 5 / 12, "feet")
  903. },
  904. {
  905. name: "Large",
  906. height: math.unit(12, "feet")
  907. },
  908. {
  909. name: "Macro",
  910. height: math.unit(100, "feet"),
  911. default: true
  912. },
  913. {
  914. name: "Macro+",
  915. height: math.unit(260, "feet")
  916. },
  917. {
  918. name: "Macro++",
  919. height: math.unit(1, "mile")
  920. },
  921. ]
  922. ))
  923. characterMakers.push(() => makeCharacter(
  924. { name: "Malik" },
  925. {
  926. front: {
  927. height: math.unit(6, "feet"),
  928. weight: math.unit(75, "kg"),
  929. name: "Front",
  930. image: {
  931. source: "./media/characters/malik/front.svg"
  932. }
  933. },
  934. side: {
  935. height: math.unit(6, "feet"),
  936. weight: math.unit(75, "kg"),
  937. name: "Side",
  938. image: {
  939. source: "./media/characters/malik/side.svg",
  940. extra: 1.1539
  941. }
  942. },
  943. back: {
  944. height: math.unit(6, "feet"),
  945. weight: math.unit(75, "kg"),
  946. name: "Back",
  947. image: {
  948. source: "./media/characters/malik/back.svg"
  949. }
  950. },
  951. },
  952. [
  953. {
  954. name: "Macro",
  955. height: math.unit(156, "feet"),
  956. default: true
  957. },
  958. {
  959. name: "Macro+",
  960. height: math.unit(1188, "feet")
  961. },
  962. ]
  963. ))
  964. characterMakers.push(() => makeCharacter(
  965. { name: "Sefer" },
  966. {
  967. front: {
  968. height: math.unit(6, "feet"),
  969. weight: math.unit(75, "kg"),
  970. name: "Front",
  971. image: {
  972. source: "./media/characters/sefer/front.svg"
  973. }
  974. },
  975. back: {
  976. height: math.unit(6, "feet"),
  977. weight: math.unit(75, "kg"),
  978. name: "Back",
  979. image: {
  980. source: "./media/characters/sefer/back.svg"
  981. }
  982. },
  983. },
  984. [
  985. {
  986. name: "Normal",
  987. height: math.unit(6, "feet"),
  988. default: true
  989. },
  990. ]
  991. ))
  992. characterMakers.push(() => makeCharacter(
  993. { name: "North" },
  994. {
  995. body: {
  996. height: math.unit(2.2428, "meter"),
  997. weight: math.unit(124.738, "kg"),
  998. name: "Body",
  999. image: {
  1000. extra: 1225 / 1050,
  1001. source: "./media/characters/north/front.svg"
  1002. }
  1003. }
  1004. },
  1005. [
  1006. {
  1007. name: "Micro",
  1008. height: math.unit(4, "inches")
  1009. },
  1010. {
  1011. name: "Macro",
  1012. height: math.unit(63, "meters")
  1013. },
  1014. {
  1015. name: "Megamacro",
  1016. height: math.unit(101, "miles"),
  1017. default: true
  1018. }
  1019. ]
  1020. ))
  1021. characterMakers.push(() => makeCharacter(
  1022. { name: "Talan" },
  1023. {
  1024. angled: {
  1025. height: math.unit(4, "meter"),
  1026. weight: math.unit(150, "kg"),
  1027. name: "Angled",
  1028. image: {
  1029. source: "./media/characters/talan/angled-sfw.svg",
  1030. bottom: 29 / 3734
  1031. }
  1032. },
  1033. angledNsfw: {
  1034. height: math.unit(4, "meter"),
  1035. weight: math.unit(150, "kg"),
  1036. name: "Angled (NSFW)",
  1037. image: {
  1038. source: "./media/characters/talan/angled-nsfw.svg",
  1039. bottom: 29 / 3734
  1040. }
  1041. },
  1042. frontNsfw: {
  1043. height: math.unit(4, "meter"),
  1044. weight: math.unit(150, "kg"),
  1045. name: "Front (NSFW)",
  1046. image: {
  1047. source: "./media/characters/talan/front-nsfw.svg",
  1048. bottom: 29 / 3734
  1049. }
  1050. },
  1051. sideNsfw: {
  1052. height: math.unit(4, "meter"),
  1053. weight: math.unit(150, "kg"),
  1054. name: "Side (NSFW)",
  1055. image: {
  1056. source: "./media/characters/talan/side-nsfw.svg",
  1057. bottom: 29 / 3734
  1058. }
  1059. },
  1060. back: {
  1061. height: math.unit(4, "meter"),
  1062. weight: math.unit(150, "kg"),
  1063. name: "Back",
  1064. image: {
  1065. source: "./media/characters/talan/back.svg"
  1066. }
  1067. },
  1068. dickBottom: {
  1069. height: math.unit(0.621, "meter"),
  1070. name: "Dick (Bottom)",
  1071. image: {
  1072. source: "./media/characters/talan/dick-bottom.svg"
  1073. }
  1074. },
  1075. dickTop: {
  1076. height: math.unit(0.621, "meter"),
  1077. name: "Dick (Top)",
  1078. image: {
  1079. source: "./media/characters/talan/dick-top.svg"
  1080. }
  1081. },
  1082. dickSide: {
  1083. height: math.unit(0.305, "meter"),
  1084. name: "Dick (Side)",
  1085. image: {
  1086. source: "./media/characters/talan/dick-side.svg"
  1087. }
  1088. },
  1089. dickFront: {
  1090. height: math.unit(0.305, "meter"),
  1091. name: "Dick (Front)",
  1092. image: {
  1093. source: "./media/characters/talan/dick-front.svg"
  1094. }
  1095. },
  1096. },
  1097. [
  1098. {
  1099. name: "Normal",
  1100. height: math.unit(4, "meters")
  1101. },
  1102. {
  1103. name: "Macro",
  1104. height: math.unit(100, "meters")
  1105. },
  1106. {
  1107. name: "Megamacro",
  1108. height: math.unit(2, "miles"),
  1109. default: true
  1110. },
  1111. {
  1112. name: "Gigamacro",
  1113. height: math.unit(5000, "miles")
  1114. },
  1115. {
  1116. name: "Teramacro",
  1117. height: math.unit(100, "parsecs")
  1118. }
  1119. ]
  1120. ))
  1121. characterMakers.push(() => makeCharacter(
  1122. { name: "Gael'Rathus" },
  1123. {
  1124. front: {
  1125. height: math.unit(2, "meter"),
  1126. weight: math.unit(90, "kg"),
  1127. name: "Front",
  1128. image: {
  1129. source: "./media/characters/gael'rathus/front.svg"
  1130. }
  1131. },
  1132. frontAlt: {
  1133. height: math.unit(2, "meter"),
  1134. weight: math.unit(90, "kg"),
  1135. name: "Front (alt)",
  1136. image: {
  1137. source: "./media/characters/gael'rathus/front-alt.svg"
  1138. }
  1139. },
  1140. frontAlt2: {
  1141. height: math.unit(2, "meter"),
  1142. weight: math.unit(90, "kg"),
  1143. name: "Front (alt 2)",
  1144. image: {
  1145. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1146. }
  1147. }
  1148. },
  1149. [
  1150. {
  1151. name: "Normal",
  1152. height: math.unit(9, "feet"),
  1153. default: true
  1154. },
  1155. {
  1156. name: "Large",
  1157. height: math.unit(25, "feet")
  1158. },
  1159. {
  1160. name: "Macro",
  1161. height: math.unit(0.25, "miles")
  1162. },
  1163. {
  1164. name: "Megamacro",
  1165. height: math.unit(10, "miles")
  1166. }
  1167. ]
  1168. ))
  1169. characterMakers.push(() => makeCharacter(
  1170. { name: "Sosha" },
  1171. {
  1172. side: {
  1173. height: math.unit(2, "meter"),
  1174. weight: math.unit(140, "kg"),
  1175. name: "Side",
  1176. image: {
  1177. source: "./media/characters/sosha/side.svg",
  1178. bottom: 0.042
  1179. }
  1180. },
  1181. },
  1182. [
  1183. {
  1184. name: "Normal",
  1185. height: math.unit(12, "feet"),
  1186. default: true
  1187. }
  1188. ]
  1189. ))
  1190. characterMakers.push(() => makeCharacter(
  1191. { name: "RuNNoLa" },
  1192. {
  1193. side: {
  1194. height: math.unit(5 + 5 / 12, "feet"),
  1195. weight: math.unit(170, "kg"),
  1196. name: "Side",
  1197. image: {
  1198. source: "./media/characters/runnola/side.svg",
  1199. extra: 741 / 448,
  1200. bottom: 0.05
  1201. }
  1202. },
  1203. },
  1204. [
  1205. {
  1206. name: "Small",
  1207. height: math.unit(3, "feet")
  1208. },
  1209. {
  1210. name: "Normal",
  1211. height: math.unit(5 + 5 / 12, "feet"),
  1212. default: true
  1213. },
  1214. {
  1215. name: "Big",
  1216. height: math.unit(10, "feet")
  1217. },
  1218. ]
  1219. ))
  1220. characterMakers.push(() => makeCharacter(
  1221. { name: "Kurribird" },
  1222. {
  1223. front: {
  1224. height: math.unit(2, "meter"),
  1225. weight: math.unit(50, "kg"),
  1226. name: "Front",
  1227. image: {
  1228. source: "./media/characters/kurribird/front.svg",
  1229. bottom: 0.015
  1230. }
  1231. },
  1232. frontAlt: {
  1233. height: math.unit(1.5, "meter"),
  1234. weight: math.unit(50, "kg"),
  1235. name: "Front (Alt)",
  1236. image: {
  1237. source: "./media/characters/kurribird/front-alt.svg",
  1238. extra: 1.45
  1239. }
  1240. },
  1241. },
  1242. [
  1243. {
  1244. name: "Normal",
  1245. height: math.unit(7, "feet")
  1246. },
  1247. {
  1248. name: "Big",
  1249. height: math.unit(12, "feet"),
  1250. default: true
  1251. },
  1252. {
  1253. name: "Macro",
  1254. height: math.unit(1500, "feet")
  1255. },
  1256. {
  1257. name: "Megamacro",
  1258. height: math.unit(2, "miles")
  1259. }
  1260. ]
  1261. ))
  1262. characterMakers.push(() => makeCharacter(
  1263. { name: "Elbial" },
  1264. {
  1265. front: {
  1266. height: math.unit(2, "meter"),
  1267. weight: math.unit(80, "kg"),
  1268. name: "Front",
  1269. image: {
  1270. source: "./media/characters/elbial/front.svg",
  1271. extra: 1643 / 1556,
  1272. bottom: 60.2 / 1696
  1273. }
  1274. },
  1275. side: {
  1276. height: math.unit(2, "meter"),
  1277. weight: math.unit(80, "kg"),
  1278. name: "Side",
  1279. image: {
  1280. source: "./media/characters/elbial/side.svg",
  1281. extra: 1630 / 1565,
  1282. bottom: 71.5 / 1697
  1283. }
  1284. },
  1285. back: {
  1286. height: math.unit(2, "meter"),
  1287. weight: math.unit(80, "kg"),
  1288. name: "Back",
  1289. image: {
  1290. source: "./media/characters/elbial/back.svg",
  1291. extra: 1668 / 1595,
  1292. bottom: 5.6 / 1672
  1293. }
  1294. },
  1295. frontDressed: {
  1296. height: math.unit(2, "meter"),
  1297. weight: math.unit(80, "kg"),
  1298. name: "Front (Dressed)",
  1299. image: {
  1300. source: "./media/characters/elbial/front-dressed.svg",
  1301. extra: 1653 / 1584,
  1302. bottom: 57 / 1708
  1303. }
  1304. },
  1305. genitals: {
  1306. height: math.unit(2 / 3.367, "meter"),
  1307. name: "Genitals",
  1308. image: {
  1309. source: "./media/characters/elbial/genitals.svg"
  1310. }
  1311. },
  1312. },
  1313. [
  1314. {
  1315. name: "Large",
  1316. height: math.unit(100, "feet")
  1317. },
  1318. {
  1319. name: "Macro",
  1320. height: math.unit(500, "feet"),
  1321. default: true
  1322. },
  1323. {
  1324. name: "Megamacro",
  1325. height: math.unit(10, "miles")
  1326. },
  1327. {
  1328. name: "Gigamacro",
  1329. height: math.unit(25000, "miles")
  1330. },
  1331. {
  1332. name: "Full-Size",
  1333. height: math.unit(8000000, "gigaparsecs")
  1334. }
  1335. ]
  1336. ))
  1337. characterMakers.push(() => makeCharacter(
  1338. { name: "Noah" },
  1339. {
  1340. front: {
  1341. height: math.unit(2, "meter"),
  1342. weight: math.unit(60, "kg"),
  1343. name: "Front",
  1344. image: {
  1345. source: "./media/characters/noah/front.svg"
  1346. }
  1347. },
  1348. talons: {
  1349. height: math.unit(0.315, "meter"),
  1350. name: "Talons",
  1351. image: {
  1352. source: "./media/characters/noah/talons.svg"
  1353. }
  1354. }
  1355. },
  1356. [
  1357. {
  1358. name: "Large",
  1359. height: math.unit(50, "feet")
  1360. },
  1361. {
  1362. name: "Macro",
  1363. height: math.unit(750, "feet"),
  1364. default: true
  1365. },
  1366. {
  1367. name: "Megamacro",
  1368. height: math.unit(50, "miles")
  1369. },
  1370. {
  1371. name: "Gigamacro",
  1372. height: math.unit(100000, "miles")
  1373. },
  1374. {
  1375. name: "Full-Size",
  1376. height: math.unit(3000000000, "miles")
  1377. }
  1378. ]
  1379. ))
  1380. characterMakers.push(() => makeCharacter(
  1381. { name: "Natalya" },
  1382. {
  1383. front: {
  1384. height: math.unit(2, "meter"),
  1385. weight: math.unit(80, "kg"),
  1386. name: "Front",
  1387. image: {
  1388. source: "./media/characters/natalya/front.svg"
  1389. }
  1390. },
  1391. back: {
  1392. height: math.unit(2, "meter"),
  1393. weight: math.unit(80, "kg"),
  1394. name: "Back",
  1395. image: {
  1396. source: "./media/characters/natalya/back.svg"
  1397. }
  1398. }
  1399. },
  1400. [
  1401. {
  1402. name: "Normal",
  1403. height: math.unit(150, "feet"),
  1404. default: true
  1405. },
  1406. {
  1407. name: "Megamacro",
  1408. height: math.unit(5, "miles")
  1409. },
  1410. {
  1411. name: "Full-Size",
  1412. height: math.unit(600, "kiloparsecs")
  1413. }
  1414. ]
  1415. ))
  1416. characterMakers.push(() => makeCharacter(
  1417. { name: "Erestrebah" },
  1418. {
  1419. front: {
  1420. height: math.unit(2, "meter"),
  1421. weight: math.unit(50, "kg"),
  1422. name: "Front",
  1423. image: {
  1424. source: "./media/characters/erestrebah/front.svg",
  1425. extra: 208 / 193,
  1426. bottom: 0.055
  1427. }
  1428. },
  1429. back: {
  1430. height: math.unit(2, "meter"),
  1431. weight: math.unit(50, "kg"),
  1432. name: "Back",
  1433. image: {
  1434. source: "./media/characters/erestrebah/back.svg",
  1435. extra: 1.3
  1436. }
  1437. }
  1438. },
  1439. [
  1440. {
  1441. name: "Normal",
  1442. height: math.unit(10, "feet")
  1443. },
  1444. {
  1445. name: "Large",
  1446. height: math.unit(50, "feet"),
  1447. default: true
  1448. },
  1449. {
  1450. name: "Macro",
  1451. height: math.unit(300, "feet")
  1452. },
  1453. {
  1454. name: "Macro+",
  1455. height: math.unit(750, "feet")
  1456. },
  1457. {
  1458. name: "Megamacro",
  1459. height: math.unit(3, "miles")
  1460. }
  1461. ]
  1462. ))
  1463. characterMakers.push(() => makeCharacter(
  1464. { name: "Jennifer" },
  1465. {
  1466. front: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(80, "kg"),
  1469. name: "Front",
  1470. image: {
  1471. source: "./media/characters/jennifer/front.svg",
  1472. bottom: 0.11,
  1473. extra: 1.16
  1474. }
  1475. },
  1476. frontAlt: {
  1477. height: math.unit(2, "meter"),
  1478. weight: math.unit(80, "kg"),
  1479. name: "Front (Alt)",
  1480. image: {
  1481. source: "./media/characters/jennifer/front-alt.svg"
  1482. }
  1483. }
  1484. },
  1485. [
  1486. {
  1487. name: "Canon Height",
  1488. height: math.unit(120, "feet"),
  1489. default: true
  1490. },
  1491. {
  1492. name: "Macro+",
  1493. height: math.unit(300, "feet")
  1494. },
  1495. {
  1496. name: "Megamacro",
  1497. height: math.unit(20000, "feet")
  1498. }
  1499. ]
  1500. ))
  1501. characterMakers.push(() => makeCharacter(
  1502. { name: "Kalista" },
  1503. {
  1504. front: {
  1505. height: math.unit(2, "meter"),
  1506. weight: math.unit(50, "kg"),
  1507. name: "Front",
  1508. image: {
  1509. source: "./media/characters/kalista/front.svg",
  1510. extra: 1947 / 1700
  1511. }
  1512. },
  1513. back: {
  1514. height: math.unit(2, "meter"),
  1515. weight: math.unit(50, "kg"),
  1516. name: "Back",
  1517. image: {
  1518. source: "./media/characters/kalista/back.svg",
  1519. extra: 1366 / 1156
  1520. }
  1521. }
  1522. },
  1523. [
  1524. {
  1525. name: "Uncomfortably Small",
  1526. height: math.unit(10, "feet")
  1527. },
  1528. {
  1529. name: "Small",
  1530. height: math.unit(30, "feet")
  1531. },
  1532. {
  1533. name: "Macro",
  1534. height: math.unit(100, "feet"),
  1535. default: true
  1536. },
  1537. {
  1538. name: "Macro+",
  1539. height: math.unit(2000, "feet")
  1540. },
  1541. {
  1542. name: "True Form",
  1543. height: math.unit(8924, "miles")
  1544. }
  1545. ]
  1546. ))
  1547. characterMakers.push(() => makeCharacter(
  1548. { name: "GiantGrowingVixen" },
  1549. {
  1550. front: {
  1551. height: math.unit(2, "meter"),
  1552. weight: math.unit(120, "kg"),
  1553. name: "Front",
  1554. image: {
  1555. source: "./media/characters/ggv/front.svg"
  1556. }
  1557. },
  1558. side: {
  1559. height: math.unit(2, "meter"),
  1560. weight: math.unit(120, "kg"),
  1561. name: "Side",
  1562. image: {
  1563. source: "./media/characters/ggv/side.svg"
  1564. }
  1565. }
  1566. },
  1567. [
  1568. {
  1569. name: "Extremely Puny",
  1570. height: math.unit(9 + 5 / 12, "feet")
  1571. },
  1572. {
  1573. name: "Horribly Small",
  1574. height: math.unit(47.7, "miles"),
  1575. default: true
  1576. },
  1577. {
  1578. name: "Reasonably Sized",
  1579. height: math.unit(25000, "parsecs")
  1580. },
  1581. {
  1582. name: "Slightly Uncompressed",
  1583. height: math.unit(7.77e31, "parsecs")
  1584. },
  1585. {
  1586. name: "Omniversal",
  1587. height: math.unit(1e300, "meters")
  1588. },
  1589. ]
  1590. ))
  1591. characterMakers.push(() => makeCharacter(
  1592. { name: "Napalm" },
  1593. {
  1594. front: {
  1595. height: math.unit(2, "meter"),
  1596. weight: math.unit(75, "lb"),
  1597. name: "Front",
  1598. image: {
  1599. source: "./media/characters/napalm/front.svg"
  1600. }
  1601. },
  1602. back: {
  1603. height: math.unit(2, "meter"),
  1604. weight: math.unit(75, "lb"),
  1605. name: "Back",
  1606. image: {
  1607. source: "./media/characters/napalm/back.svg"
  1608. }
  1609. }
  1610. },
  1611. [
  1612. {
  1613. name: "Standard",
  1614. height: math.unit(55, "feet"),
  1615. default: true
  1616. }
  1617. ]
  1618. ))
  1619. characterMakers.push(() => makeCharacter(
  1620. { name: "Asana" },
  1621. {
  1622. front: {
  1623. height: math.unit(7 + 5 / 6, "feet"),
  1624. weight: math.unit(325, "lb"),
  1625. name: "Front",
  1626. image: {
  1627. source: "./media/characters/asana/front.svg",
  1628. extra: 1128 / 1068
  1629. }
  1630. },
  1631. back: {
  1632. height: math.unit(7 + 5 / 6, "feet"),
  1633. weight: math.unit(325, "lb"),
  1634. name: "Back",
  1635. image: {
  1636. source: "./media/characters/asana/back.svg",
  1637. extra: 1128 / 1068
  1638. }
  1639. },
  1640. },
  1641. [
  1642. {
  1643. name: "Standard",
  1644. height: math.unit(7 + 5 / 6, "feet"),
  1645. default: true
  1646. },
  1647. {
  1648. name: "Large",
  1649. height: math.unit(10, "meters")
  1650. },
  1651. {
  1652. name: "Macro",
  1653. height: math.unit(2500, "meters")
  1654. },
  1655. {
  1656. name: "Megamacro",
  1657. height: math.unit(5e6, "meters")
  1658. },
  1659. {
  1660. name: "Examacro",
  1661. height: math.unit(5e12, "lightyears")
  1662. },
  1663. {
  1664. name: "Max Size",
  1665. height: math.unit(1e31, "lightyears")
  1666. }
  1667. ]
  1668. ))
  1669. characterMakers.push(() => makeCharacter(
  1670. { name: "Ebony" },
  1671. {
  1672. front: {
  1673. height: math.unit(2, "meter"),
  1674. weight: math.unit(60, "kg"),
  1675. name: "Front",
  1676. image: {
  1677. source: "./media/characters/ebony/front.svg",
  1678. bottom: 0.03,
  1679. extra: 1045 / 810 + 0.03
  1680. }
  1681. },
  1682. side: {
  1683. height: math.unit(2, "meter"),
  1684. weight: math.unit(60, "kg"),
  1685. name: "Side",
  1686. image: {
  1687. source: "./media/characters/ebony/side.svg",
  1688. bottom: 0.03,
  1689. extra: 1045 / 810 + 0.03
  1690. }
  1691. },
  1692. back: {
  1693. height: math.unit(2, "meter"),
  1694. weight: math.unit(60, "kg"),
  1695. name: "Back",
  1696. image: {
  1697. source: "./media/characters/ebony/back.svg",
  1698. bottom: 0.01,
  1699. extra: 1045 / 810 + 0.01
  1700. }
  1701. },
  1702. },
  1703. [
  1704. // TODO check why I did this lol
  1705. {
  1706. name: "Standard",
  1707. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1708. default: true
  1709. },
  1710. {
  1711. name: "Macro",
  1712. height: math.unit(200, "feet")
  1713. },
  1714. {
  1715. name: "Gigamacro",
  1716. height: math.unit(13000, "km")
  1717. }
  1718. ]
  1719. ))
  1720. characterMakers.push(() => makeCharacter(
  1721. { name: "Mountain" },
  1722. {
  1723. front: {
  1724. height: math.unit(6, "feet"),
  1725. weight: math.unit(175, "lb"),
  1726. name: "Front",
  1727. image: {
  1728. source: "./media/characters/mountain/front.svg"
  1729. }
  1730. },
  1731. back: {
  1732. height: math.unit(6, "feet"),
  1733. weight: math.unit(175, "lb"),
  1734. name: "Back",
  1735. image: {
  1736. source: "./media/characters/mountain/back.svg"
  1737. }
  1738. },
  1739. },
  1740. [
  1741. {
  1742. name: "Large",
  1743. height: math.unit(20, "meters")
  1744. },
  1745. {
  1746. name: "Macro",
  1747. height: math.unit(300, "meters")
  1748. },
  1749. {
  1750. name: "Gigamacro",
  1751. height: math.unit(10000, "km"),
  1752. default: true
  1753. },
  1754. {
  1755. name: "Examacro",
  1756. height: math.unit(10e9, "lightyears")
  1757. }
  1758. ]
  1759. ))
  1760. characterMakers.push(() => makeCharacter(
  1761. { name: "Rick" },
  1762. {
  1763. front: {
  1764. height: math.unit(8, "feet"),
  1765. weight: math.unit(500, "lb"),
  1766. name: "Front",
  1767. image: {
  1768. source: "./media/characters/rick/front.svg"
  1769. }
  1770. }
  1771. },
  1772. [
  1773. {
  1774. name: "Normal",
  1775. height: math.unit(8, "feet"),
  1776. default: true
  1777. },
  1778. {
  1779. name: "Macro",
  1780. height: math.unit(5, "km")
  1781. }
  1782. ]
  1783. ))
  1784. characterMakers.push(() => makeCharacter(
  1785. { name: "Ona" },
  1786. {
  1787. front: {
  1788. height: math.unit(8, "feet"),
  1789. weight: math.unit(120, "lb"),
  1790. name: "Front",
  1791. image: {
  1792. source: "./media/characters/ona/front.svg"
  1793. }
  1794. },
  1795. frontAlt: {
  1796. height: math.unit(8, "feet"),
  1797. weight: math.unit(120, "lb"),
  1798. name: "Front (Alt)",
  1799. image: {
  1800. source: "./media/characters/ona/front-alt.svg"
  1801. }
  1802. },
  1803. back: {
  1804. height: math.unit(8, "feet"),
  1805. weight: math.unit(120, "lb"),
  1806. name: "Back",
  1807. image: {
  1808. source: "./media/characters/ona/back.svg"
  1809. }
  1810. },
  1811. foot: {
  1812. height: math.unit(1.1, "feet"),
  1813. name: "Foot",
  1814. image: {
  1815. source: "./media/characters/ona/foot.svg"
  1816. }
  1817. }
  1818. },
  1819. [
  1820. {
  1821. name: "Megamacro",
  1822. height: math.unit(70, "km"),
  1823. default: true
  1824. },
  1825. {
  1826. name: "Gigamacro",
  1827. height: math.unit(681818, "miles")
  1828. },
  1829. {
  1830. name: "Examacro",
  1831. height: math.unit(3800000, "lightyears")
  1832. },
  1833. ]
  1834. ))
  1835. characterMakers.push(() => makeCharacter(
  1836. { name: "Mech" },
  1837. {
  1838. front: {
  1839. height: math.unit(12, "feet"),
  1840. weight: math.unit(3000, "lb"),
  1841. name: "Front",
  1842. image: {
  1843. source: "./media/characters/mech/front.svg",
  1844. bottom: 0.025,
  1845. }
  1846. },
  1847. back: {
  1848. height: math.unit(12, "feet"),
  1849. weight: math.unit(3000, "lb"),
  1850. name: "Back",
  1851. image: {
  1852. source: "./media/characters/mech/back.svg",
  1853. bottom: 0.03,
  1854. }
  1855. }
  1856. },
  1857. [
  1858. {
  1859. name: "Normal",
  1860. height: math.unit(12, "feet")
  1861. },
  1862. {
  1863. name: "Macro",
  1864. height: math.unit(300, "feet"),
  1865. default: true
  1866. },
  1867. {
  1868. name: "Macro+",
  1869. height: math.unit(1500, "feet")
  1870. },
  1871. ]
  1872. ))
  1873. characterMakers.push(() => makeCharacter(
  1874. { name: "Gregory" },
  1875. {
  1876. front: {
  1877. height: math.unit(1.3, "meter"),
  1878. weight: math.unit(30, "kg"),
  1879. name: "Front",
  1880. image: {
  1881. source: "./media/characters/gregory/front.svg",
  1882. }
  1883. }
  1884. },
  1885. [
  1886. {
  1887. name: "Normal",
  1888. height: math.unit(1.3, "meter"),
  1889. default: true
  1890. },
  1891. {
  1892. name: "Macro",
  1893. height: math.unit(20, "meter")
  1894. }
  1895. ]
  1896. ))
  1897. characterMakers.push(() => makeCharacter(
  1898. { name: "Elory" },
  1899. {
  1900. front: {
  1901. height: math.unit(2.8, "meter"),
  1902. weight: math.unit(200, "kg"),
  1903. name: "Front",
  1904. image: {
  1905. source: "./media/characters/elory/front.svg",
  1906. }
  1907. }
  1908. },
  1909. [
  1910. {
  1911. name: "Normal",
  1912. height: math.unit(2.8, "meter"),
  1913. default: true
  1914. },
  1915. {
  1916. name: "Macro",
  1917. height: math.unit(38, "meter")
  1918. }
  1919. ]
  1920. ))
  1921. characterMakers.push(() => makeCharacter(
  1922. { name: "Angelpatamon" },
  1923. {
  1924. front: {
  1925. height: math.unit(470, "feet"),
  1926. weight: math.unit(924, "tons"),
  1927. name: "Front",
  1928. image: {
  1929. source: "./media/characters/angelpatamon/front.svg",
  1930. }
  1931. }
  1932. },
  1933. [
  1934. {
  1935. name: "Normal",
  1936. height: math.unit(470, "feet"),
  1937. default: true
  1938. },
  1939. {
  1940. name: "Deity Size I",
  1941. height: math.unit(28651.2, "km")
  1942. },
  1943. {
  1944. name: "Deity Size II",
  1945. height: math.unit(171907.2, "km")
  1946. }
  1947. ]
  1948. ))
  1949. characterMakers.push(() => makeCharacter(
  1950. { name: "Cryae" },
  1951. {
  1952. side: {
  1953. height: math.unit(7.2, "meter"),
  1954. weight: math.unit(8.2, "tons"),
  1955. name: "Side",
  1956. image: {
  1957. source: "./media/characters/cryae/side.svg",
  1958. extra: 3500 / 1500
  1959. }
  1960. }
  1961. },
  1962. [
  1963. {
  1964. name: "Normal",
  1965. height: math.unit(7.2, "meter"),
  1966. default: true
  1967. }
  1968. ]
  1969. ))
  1970. characterMakers.push(() => makeCharacter(
  1971. { name: "Xera" },
  1972. {
  1973. front: {
  1974. height: math.unit(6, "feet"),
  1975. weight: math.unit(175, "lb"),
  1976. name: "Front",
  1977. image: {
  1978. source: "./media/characters/xera/front.svg",
  1979. extra: 2300 / 2061
  1980. }
  1981. },
  1982. side: {
  1983. height: math.unit(6, "feet"),
  1984. weight: math.unit(175, "lb"),
  1985. name: "Side",
  1986. image: {
  1987. source: "./media/characters/xera/side.svg",
  1988. extra: 2300 / 2061
  1989. }
  1990. },
  1991. back: {
  1992. height: math.unit(6, "feet"),
  1993. weight: math.unit(175, "lb"),
  1994. name: "Back",
  1995. image: {
  1996. source: "./media/characters/xera/back.svg"
  1997. }
  1998. },
  1999. },
  2000. [
  2001. {
  2002. name: "Small",
  2003. height: math.unit(10, "feet")
  2004. },
  2005. {
  2006. name: "Macro",
  2007. height: math.unit(500, "meters"),
  2008. default: true
  2009. },
  2010. {
  2011. name: "Macro+",
  2012. height: math.unit(10, "km")
  2013. },
  2014. {
  2015. name: "Gigamacro",
  2016. height: math.unit(25000, "km")
  2017. },
  2018. {
  2019. name: "Teramacro",
  2020. height: math.unit(3e6, "km")
  2021. }
  2022. ]
  2023. ))
  2024. characterMakers.push(() => makeCharacter(
  2025. { name: "Nebula" },
  2026. {
  2027. front: {
  2028. height: math.unit(6, "feet"),
  2029. weight: math.unit(175, "lb"),
  2030. name: "Front",
  2031. image: {
  2032. source: "./media/characters/nebula/front.svg",
  2033. extra: 2600 / 2450
  2034. }
  2035. }
  2036. },
  2037. [
  2038. {
  2039. name: "Small",
  2040. height: math.unit(4.5, "meters")
  2041. },
  2042. {
  2043. name: "Macro",
  2044. height: math.unit(1500, "meters"),
  2045. default: true
  2046. },
  2047. {
  2048. name: "Megamacro",
  2049. height: math.unit(150, "km")
  2050. },
  2051. {
  2052. name: "Gigamacro",
  2053. height: math.unit(27000, "km")
  2054. }
  2055. ]
  2056. ))
  2057. characterMakers.push(() => makeCharacter(
  2058. { name: "Abysgar" },
  2059. {
  2060. front: {
  2061. height: math.unit(6, "feet"),
  2062. weight: math.unit(225, "lb"),
  2063. name: "Front",
  2064. image: {
  2065. source: "./media/characters/abysgar/front.svg"
  2066. }
  2067. }
  2068. },
  2069. [
  2070. {
  2071. name: "Small",
  2072. height: math.unit(4.5, "meters")
  2073. },
  2074. {
  2075. name: "Macro",
  2076. height: math.unit(1250, "meters"),
  2077. default: true
  2078. },
  2079. {
  2080. name: "Megamacro",
  2081. height: math.unit(125, "km")
  2082. },
  2083. {
  2084. name: "Gigamacro",
  2085. height: math.unit(26000, "km")
  2086. }
  2087. ]
  2088. ))
  2089. characterMakers.push(() => makeCharacter(
  2090. { name: "Yakuz" },
  2091. {
  2092. front: {
  2093. height: math.unit(6, "feet"),
  2094. weight: math.unit(180, "lb"),
  2095. name: "Front",
  2096. image: {
  2097. source: "./media/characters/yakuz/front.svg"
  2098. }
  2099. }
  2100. },
  2101. [
  2102. {
  2103. name: "Small",
  2104. height: math.unit(5, "meters")
  2105. },
  2106. {
  2107. name: "Macro",
  2108. height: math.unit(1500, "meters"),
  2109. default: true
  2110. },
  2111. {
  2112. name: "Megamacro",
  2113. height: math.unit(200, "km")
  2114. },
  2115. {
  2116. name: "Gigamacro",
  2117. height: math.unit(100000, "km")
  2118. }
  2119. ]
  2120. ))
  2121. characterMakers.push(() => makeCharacter(
  2122. { name: "Mirova" },
  2123. {
  2124. front: {
  2125. height: math.unit(6, "feet"),
  2126. weight: math.unit(175, "lb"),
  2127. name: "Front",
  2128. image: {
  2129. source: "./media/characters/mirova/front.svg"
  2130. }
  2131. }
  2132. },
  2133. [
  2134. {
  2135. name: "Small",
  2136. height: math.unit(5, "meters")
  2137. },
  2138. {
  2139. name: "Macro",
  2140. height: math.unit(900, "meters"),
  2141. default: true
  2142. },
  2143. {
  2144. name: "Megamacro",
  2145. height: math.unit(135, "km")
  2146. },
  2147. {
  2148. name: "Gigamacro",
  2149. height: math.unit(20000, "km")
  2150. }
  2151. ]
  2152. ))
  2153. characterMakers.push(() => makeCharacter(
  2154. { name: "Asana (Mech)" },
  2155. {
  2156. side: {
  2157. height: math.unit(28.35, "feet"),
  2158. weight: math.unit(99.75, "tons"),
  2159. name: "Side",
  2160. image: {
  2161. source: "./media/characters/asana-mech/side.svg"
  2162. }
  2163. }
  2164. },
  2165. [
  2166. {
  2167. name: "Normal",
  2168. height: math.unit(28.35, "feet"),
  2169. default: true
  2170. },
  2171. {
  2172. name: "Macro",
  2173. height: math.unit(2500, "feet")
  2174. },
  2175. {
  2176. name: "Megamacro",
  2177. height: math.unit(25, "miles")
  2178. },
  2179. {
  2180. name: "Examacro",
  2181. height: math.unit(6e8, "lightyears")
  2182. },
  2183. ]
  2184. ))
  2185. characterMakers.push(() => makeCharacter(
  2186. { name: "Ashtrek" },
  2187. {
  2188. front: {
  2189. height: math.unit(2, "meters"),
  2190. weight: math.unit(70, "kg"),
  2191. name: "Front",
  2192. image: {
  2193. source: "./media/characters/ashtrek/front.svg",
  2194. extra: 560 / 524,
  2195. bottom: 0.01
  2196. }
  2197. },
  2198. frontArmor: {
  2199. height: math.unit(2, "meters"),
  2200. weight: math.unit(76, "kg"),
  2201. name: "Front (Armor)",
  2202. image: {
  2203. source: "./media/characters/ashtrek/front-armor.svg",
  2204. extra: 561 / 527,
  2205. bottom: 0.01
  2206. }
  2207. },
  2208. side: {
  2209. height: math.unit(2, "meters"),
  2210. weight: math.unit(70, "kg"),
  2211. name: "Side",
  2212. image: {
  2213. source: "./media/characters/ashtrek/side.svg",
  2214. extra: 1717 / 1609,
  2215. bottom: 0.005
  2216. }
  2217. },
  2218. back: {
  2219. height: math.unit(2, "meters"),
  2220. weight: math.unit(70, "kg"),
  2221. name: "Back",
  2222. image: {
  2223. source: "./media/characters/ashtrek/back.svg",
  2224. extra: 1570 / 1501
  2225. }
  2226. },
  2227. },
  2228. [
  2229. {
  2230. name: "DEFCON 5",
  2231. height: math.unit(5, "meters")
  2232. },
  2233. {
  2234. name: "DEFCON 4",
  2235. height: math.unit(500, "meters"),
  2236. default: true
  2237. },
  2238. {
  2239. name: "DEFCON 3",
  2240. height: math.unit(5, "km")
  2241. },
  2242. {
  2243. name: "DEFCON 2",
  2244. height: math.unit(500, "km")
  2245. },
  2246. {
  2247. name: "DEFCON 1",
  2248. height: math.unit(500000, "km")
  2249. },
  2250. {
  2251. name: "DEFCON 0",
  2252. height: math.unit(3, "gigaparsecs")
  2253. },
  2254. ]
  2255. ))
  2256. characterMakers.push(() => makeCharacter(
  2257. { name: "Gale" },
  2258. {
  2259. front: {
  2260. height: math.unit(2, "meters"),
  2261. weight: math.unit(76, "kg"),
  2262. name: "Front",
  2263. image: {
  2264. source: "./media/characters/gale/front.svg"
  2265. }
  2266. },
  2267. frontAlt1: {
  2268. height: math.unit(2, "meters"),
  2269. weight: math.unit(76, "kg"),
  2270. name: "Front (Alt 1)",
  2271. image: {
  2272. source: "./media/characters/gale/front-alt-1.svg"
  2273. }
  2274. },
  2275. frontAlt2: {
  2276. height: math.unit(2, "meters"),
  2277. weight: math.unit(76, "kg"),
  2278. name: "Front (Alt 2)",
  2279. image: {
  2280. source: "./media/characters/gale/front-alt-2.svg"
  2281. }
  2282. },
  2283. },
  2284. [
  2285. {
  2286. name: "Normal",
  2287. height: math.unit(7, "feet")
  2288. },
  2289. {
  2290. name: "Macro",
  2291. height: math.unit(150, "feet"),
  2292. default: true
  2293. },
  2294. {
  2295. name: "Macro+",
  2296. height: math.unit(300, "feet")
  2297. },
  2298. ]
  2299. ))
  2300. characterMakers.push(() => makeCharacter(
  2301. { name: "Draylen" },
  2302. {
  2303. front: {
  2304. height: math.unit(2, "meters"),
  2305. weight: math.unit(76, "kg"),
  2306. name: "Front",
  2307. image: {
  2308. source: "./media/characters/draylen/front.svg"
  2309. }
  2310. }
  2311. },
  2312. [
  2313. {
  2314. name: "Macro",
  2315. height: math.unit(150, "feet"),
  2316. default: true
  2317. }
  2318. ]
  2319. ))
  2320. characterMakers.push(() => makeCharacter(
  2321. { name: "Chez" },
  2322. {
  2323. front: {
  2324. height: math.unit(7 + 9 / 12, "feet"),
  2325. weight: math.unit(379, "lbs"),
  2326. name: "Front",
  2327. image: {
  2328. source: "./media/characters/chez/front.svg"
  2329. }
  2330. },
  2331. side: {
  2332. height: math.unit(7 + 9 / 12, "feet"),
  2333. weight: math.unit(379, "lbs"),
  2334. name: "Side",
  2335. image: {
  2336. source: "./media/characters/chez/side.svg"
  2337. }
  2338. }
  2339. },
  2340. [
  2341. {
  2342. name: "Normal",
  2343. height: math.unit(7 + 9 / 12, "feet"),
  2344. default: true
  2345. },
  2346. {
  2347. name: "God King",
  2348. height: math.unit(9750000, "meters")
  2349. }
  2350. ]
  2351. ))
  2352. characterMakers.push(() => makeCharacter(
  2353. { name: "Kaylum" },
  2354. {
  2355. front: {
  2356. height: math.unit(6, "feet"),
  2357. weight: math.unit(275, "lbs"),
  2358. name: "Front",
  2359. image: {
  2360. source: "./media/characters/kaylum/front.svg",
  2361. bottom: 0.01,
  2362. extra: 1166 / 1031
  2363. }
  2364. },
  2365. frontWingless: {
  2366. height: math.unit(6, "feet"),
  2367. weight: math.unit(275, "lbs"),
  2368. name: "Front (Wingless)",
  2369. image: {
  2370. source: "./media/characters/kaylum/front-wingless.svg",
  2371. bottom: 0.01,
  2372. extra: 1117 / 1031
  2373. }
  2374. }
  2375. },
  2376. [
  2377. {
  2378. name: "Normal",
  2379. height: math.unit(3.05, "meters")
  2380. },
  2381. {
  2382. name: "Master",
  2383. height: math.unit(5.5, "meters")
  2384. },
  2385. {
  2386. name: "Rampage",
  2387. height: math.unit(19, "meters")
  2388. },
  2389. {
  2390. name: "Macro Lite",
  2391. height: math.unit(37, "meters")
  2392. },
  2393. {
  2394. name: "Hyper Predator",
  2395. height: math.unit(61, "meters")
  2396. },
  2397. {
  2398. name: "Macro",
  2399. height: math.unit(138, "meters"),
  2400. default: true
  2401. }
  2402. ]
  2403. ))
  2404. characterMakers.push(() => makeCharacter(
  2405. { name: "Geta" },
  2406. {
  2407. front: {
  2408. height: math.unit(6, "feet"),
  2409. weight: math.unit(150, "lbs"),
  2410. name: "Front",
  2411. image: {
  2412. source: "./media/characters/geta/front.svg"
  2413. }
  2414. }
  2415. },
  2416. [
  2417. {
  2418. name: "Micro",
  2419. height: math.unit(3, "inches"),
  2420. default: true
  2421. },
  2422. {
  2423. name: "Normal",
  2424. height: math.unit(5 + 5 / 12, "feet")
  2425. }
  2426. ]
  2427. ))
  2428. characterMakers.push(() => makeCharacter(
  2429. { name: "Tyrnn" },
  2430. {
  2431. front: {
  2432. height: math.unit(6, "feet"),
  2433. weight: math.unit(300, "lbs"),
  2434. name: "Front",
  2435. image: {
  2436. source: "./media/characters/tyrnn/front.svg"
  2437. }
  2438. }
  2439. },
  2440. [
  2441. {
  2442. name: "Main Height",
  2443. height: math.unit(355, "feet"),
  2444. default: true
  2445. },
  2446. {
  2447. name: "Fave. Height",
  2448. height: math.unit(2400, "feet")
  2449. }
  2450. ]
  2451. ))
  2452. characterMakers.push(() => makeCharacter(
  2453. { name: "Apple" },
  2454. {
  2455. front: {
  2456. height: math.unit(6, "feet"),
  2457. weight: math.unit(300, "lbs"),
  2458. name: "Front",
  2459. image: {
  2460. source: "./media/characters/appledectomy/front.svg"
  2461. }
  2462. }
  2463. },
  2464. [
  2465. {
  2466. name: "Macro",
  2467. height: math.unit(2500, "feet")
  2468. },
  2469. {
  2470. name: "Megamacro",
  2471. height: math.unit(50, "miles"),
  2472. default: true
  2473. },
  2474. {
  2475. name: "Gigamacro",
  2476. height: math.unit(5000, "miles")
  2477. },
  2478. {
  2479. name: "Teramacro",
  2480. height: math.unit(250000, "miles")
  2481. },
  2482. ]
  2483. ))
  2484. characterMakers.push(() => makeCharacter(
  2485. { name: "Vulpes" },
  2486. {
  2487. front: {
  2488. height: math.unit(6, "feet"),
  2489. weight: math.unit(200, "lbs"),
  2490. name: "Front",
  2491. image: {
  2492. source: "./media/characters/vulpes/front.svg",
  2493. extra: 573 / 543,
  2494. bottom: 0.033
  2495. }
  2496. },
  2497. side: {
  2498. height: math.unit(6, "feet"),
  2499. weight: math.unit(200, "lbs"),
  2500. name: "Side",
  2501. image: {
  2502. source: "./media/characters/vulpes/side.svg",
  2503. extra: 573 / 543,
  2504. bottom: 0.01
  2505. }
  2506. },
  2507. back: {
  2508. height: math.unit(6, "feet"),
  2509. weight: math.unit(200, "lbs"),
  2510. name: "Back",
  2511. image: {
  2512. source: "./media/characters/vulpes/back.svg",
  2513. extra: 573 / 543,
  2514. }
  2515. },
  2516. feet: {
  2517. height: math.unit(1.276, "feet"),
  2518. name: "Feet",
  2519. image: {
  2520. source: "./media/characters/vulpes/feet.svg"
  2521. }
  2522. },
  2523. maw: {
  2524. height: math.unit(1.18, "feet"),
  2525. name: "Maw",
  2526. image: {
  2527. source: "./media/characters/vulpes/maw.svg"
  2528. }
  2529. },
  2530. },
  2531. [
  2532. {
  2533. name: "Micro",
  2534. height: math.unit(2, "inches")
  2535. },
  2536. {
  2537. name: "Normal",
  2538. height: math.unit(6.3, "feet")
  2539. },
  2540. {
  2541. name: "Macro",
  2542. height: math.unit(850, "feet")
  2543. },
  2544. {
  2545. name: "Megamacro",
  2546. height: math.unit(7500, "feet"),
  2547. default: true
  2548. },
  2549. {
  2550. name: "Gigamacro",
  2551. height: math.unit(570000, "miles")
  2552. }
  2553. ]
  2554. ))
  2555. characterMakers.push(() => makeCharacter(
  2556. { name: "Rain Fallen" },
  2557. {
  2558. front: {
  2559. height: math.unit(6, "feet"),
  2560. weight: math.unit(210, "lbs"),
  2561. name: "Front",
  2562. image: {
  2563. source: "./media/characters/rain-fallen/front.svg"
  2564. }
  2565. },
  2566. side: {
  2567. height: math.unit(6, "feet"),
  2568. weight: math.unit(210, "lbs"),
  2569. name: "Side",
  2570. image: {
  2571. source: "./media/characters/rain-fallen/side.svg"
  2572. }
  2573. },
  2574. back: {
  2575. height: math.unit(6, "feet"),
  2576. weight: math.unit(210, "lbs"),
  2577. name: "Back",
  2578. image: {
  2579. source: "./media/characters/rain-fallen/back.svg"
  2580. }
  2581. },
  2582. feral: {
  2583. height: math.unit(9, "feet"),
  2584. weight: math.unit(700, "lbs"),
  2585. name: "Feral",
  2586. image: {
  2587. source: "./media/characters/rain-fallen/feral.svg"
  2588. }
  2589. },
  2590. },
  2591. [
  2592. {
  2593. name: "Normal",
  2594. height: math.unit(5, "meter")
  2595. },
  2596. {
  2597. name: "Macro",
  2598. height: math.unit(150, "meter"),
  2599. default: true
  2600. },
  2601. {
  2602. name: "Megamacro",
  2603. height: math.unit(278e6, "meter")
  2604. },
  2605. {
  2606. name: "Gigamacro",
  2607. height: math.unit(2e9, "meter")
  2608. },
  2609. {
  2610. name: "Teramacro",
  2611. height: math.unit(8e12, "meter")
  2612. },
  2613. {
  2614. name: "Devourer",
  2615. height: math.unit(14, "zettameters")
  2616. },
  2617. {
  2618. name: "Scarlet King",
  2619. height: math.unit(18, "yottameters")
  2620. },
  2621. {
  2622. name: "Void",
  2623. height: math.unit(6.66e66, "yottameters")
  2624. }
  2625. ]
  2626. ))
  2627. characterMakers.push(() => makeCharacter(
  2628. { name: "Zaakira" },
  2629. {
  2630. standing: {
  2631. height: math.unit(6, "feet"),
  2632. weight: math.unit(180, "lbs"),
  2633. name: "Standing",
  2634. image: {
  2635. source: "./media/characters/zaakira/standing.svg"
  2636. }
  2637. },
  2638. laying: {
  2639. height: math.unit(3, "feet"),
  2640. weight: math.unit(180, "lbs"),
  2641. name: "Laying",
  2642. image: {
  2643. source: "./media/characters/zaakira/laying.svg"
  2644. }
  2645. },
  2646. },
  2647. [
  2648. {
  2649. name: "Normal",
  2650. height: math.unit(12, "feet")
  2651. },
  2652. {
  2653. name: "Macro",
  2654. height: math.unit(279, "feet"),
  2655. default: true
  2656. }
  2657. ]
  2658. ))
  2659. characterMakers.push(() => makeCharacter(
  2660. { name: "Sigvald" },
  2661. {
  2662. front: {
  2663. height: math.unit(6, "feet"),
  2664. weight: math.unit(250, "lbs"),
  2665. name: "Front",
  2666. image: {
  2667. source: "./media/characters/sigvald/front.svg",
  2668. extra: 1000 / 850
  2669. }
  2670. },
  2671. back: {
  2672. height: math.unit(6, "feet"),
  2673. weight: math.unit(250, "lbs"),
  2674. name: "Back",
  2675. image: {
  2676. source: "./media/characters/sigvald/back.svg"
  2677. }
  2678. },
  2679. },
  2680. [
  2681. {
  2682. name: "Normal",
  2683. height: math.unit(8, "feet")
  2684. },
  2685. {
  2686. name: "Large",
  2687. height: math.unit(12, "feet")
  2688. },
  2689. {
  2690. name: "Larger",
  2691. height: math.unit(20, "feet")
  2692. },
  2693. {
  2694. name: "Macro",
  2695. height: math.unit(150, "feet")
  2696. },
  2697. {
  2698. name: "Macro+",
  2699. height: math.unit(200, "feet"),
  2700. default: true
  2701. },
  2702. ]
  2703. ))
  2704. characterMakers.push(() => makeCharacter(
  2705. { name: "Scott" },
  2706. {
  2707. side: {
  2708. height: math.unit(12, "feet"),
  2709. weight: math.unit(3000, "lbs"),
  2710. name: "Side",
  2711. image: {
  2712. source: "./media/characters/scott/side.svg",
  2713. extra: 1,
  2714. bottom: 0.069
  2715. }
  2716. },
  2717. upright: {
  2718. height: math.unit(12, "feet"),
  2719. weight: math.unit(3000, "lbs"),
  2720. name: "Upright",
  2721. image: {
  2722. source: "./media/characters/scott/upright.svg",
  2723. extra: 1,
  2724. bottom: 0.05
  2725. }
  2726. },
  2727. },
  2728. [
  2729. {
  2730. name: "Normal",
  2731. height: math.unit(12, "feet"),
  2732. default: true
  2733. },
  2734. ]
  2735. ))
  2736. characterMakers.push(() => makeCharacter(
  2737. { name: "Tobias" },
  2738. {
  2739. side: {
  2740. height: math.unit(8, "meters"),
  2741. weight: math.unit(84755, "lbs"),
  2742. name: "Side",
  2743. image: {
  2744. source: "./media/characters/tobias/side.svg",
  2745. extra: 1474 / 1096,
  2746. bottom: 38.9 / 1513.1235
  2747. }
  2748. },
  2749. },
  2750. [
  2751. {
  2752. name: "Normal",
  2753. height: math.unit(8, "meters"),
  2754. default: true
  2755. },
  2756. ]
  2757. ))
  2758. characterMakers.push(() => makeCharacter(
  2759. { name: "Kieran" },
  2760. {
  2761. front: {
  2762. height: math.unit(5.5, "feet"),
  2763. weight: math.unit(400, "lbs"),
  2764. name: "Front",
  2765. image: {
  2766. source: "./media/characters/kieran/front.svg",
  2767. extra: 2694/2364,
  2768. bottom: 217/2908
  2769. }
  2770. },
  2771. side: {
  2772. height: math.unit(5.5, "feet"),
  2773. weight: math.unit(400, "lbs"),
  2774. name: "Side",
  2775. image: {
  2776. source: "./media/characters/kieran/side.svg",
  2777. extra: 875/777,
  2778. bottom: 84.6/959
  2779. }
  2780. },
  2781. },
  2782. [
  2783. {
  2784. name: "Normal",
  2785. height: math.unit(5.5, "feet"),
  2786. default: true
  2787. },
  2788. ]
  2789. ))
  2790. characterMakers.push(() => makeCharacter(
  2791. { name: "Sanya" },
  2792. {
  2793. side: {
  2794. height: math.unit(2, "meters"),
  2795. weight: math.unit(70, "kg"),
  2796. name: "Side",
  2797. image: {
  2798. source: "./media/characters/sanya/side.svg",
  2799. bottom: 0.02,
  2800. extra: 1.02
  2801. }
  2802. },
  2803. },
  2804. [
  2805. {
  2806. name: "Small",
  2807. height: math.unit(2, "meters")
  2808. },
  2809. {
  2810. name: "Normal",
  2811. height: math.unit(3, "meters")
  2812. },
  2813. {
  2814. name: "Macro",
  2815. height: math.unit(16, "meters"),
  2816. default: true
  2817. },
  2818. ]
  2819. ))
  2820. characterMakers.push(() => makeCharacter(
  2821. { name: "Miranda" },
  2822. {
  2823. side: {
  2824. height: math.unit(2, "meters"),
  2825. weight: math.unit(120, "kg"),
  2826. name: "Front",
  2827. image: {
  2828. source: "./media/characters/miranda/front.svg",
  2829. extra: 10.6 / 10
  2830. }
  2831. },
  2832. },
  2833. [
  2834. {
  2835. name: "Normal",
  2836. height: math.unit(10, "feet"),
  2837. default: true
  2838. }
  2839. ]
  2840. ))
  2841. characterMakers.push(() => makeCharacter(
  2842. { name: "James" },
  2843. {
  2844. side: {
  2845. height: math.unit(2, "meters"),
  2846. weight: math.unit(100, "kg"),
  2847. name: "Front",
  2848. image: {
  2849. source: "./media/characters/james/front.svg",
  2850. extra: 10 / 8.5
  2851. }
  2852. },
  2853. },
  2854. [
  2855. {
  2856. name: "Normal",
  2857. height: math.unit(8.5, "feet"),
  2858. default: true
  2859. }
  2860. ]
  2861. ))
  2862. characterMakers.push(() => makeCharacter(
  2863. { name: "Heather" },
  2864. {
  2865. side: {
  2866. height: math.unit(9.5, "feet"),
  2867. weight: math.unit(2500, "lbs"),
  2868. name: "Side",
  2869. image: {
  2870. source: "./media/characters/heather/side.svg"
  2871. }
  2872. },
  2873. },
  2874. [
  2875. {
  2876. name: "Normal",
  2877. height: math.unit(9.5, "feet"),
  2878. default: true
  2879. }
  2880. ]
  2881. ))
  2882. characterMakers.push(() => makeCharacter(
  2883. { name: "Lukas" },
  2884. {
  2885. side: {
  2886. height: math.unit(6.5, "feet"),
  2887. weight: math.unit(400, "lbs"),
  2888. name: "Side",
  2889. image: {
  2890. source: "./media/characters/lukas/side.svg",
  2891. extra: 7.25 / 6.5
  2892. }
  2893. },
  2894. },
  2895. [
  2896. {
  2897. name: "Normal",
  2898. height: math.unit(6.5, "feet"),
  2899. default: true
  2900. }
  2901. ]
  2902. ))
  2903. characterMakers.push(() => makeCharacter(
  2904. { name: "Louise" },
  2905. {
  2906. side: {
  2907. height: math.unit(5, "feet"),
  2908. weight: math.unit(3000, "lbs"),
  2909. name: "Side",
  2910. image: {
  2911. source: "./media/characters/louise/side.svg"
  2912. }
  2913. },
  2914. },
  2915. [
  2916. {
  2917. name: "Normal",
  2918. height: math.unit(5, "feet"),
  2919. default: true
  2920. }
  2921. ]
  2922. ))
  2923. characterMakers.push(() => makeCharacter(
  2924. { name: "Ramona" },
  2925. {
  2926. side: {
  2927. height: math.unit(6, "feet"),
  2928. weight: math.unit(150, "lbs"),
  2929. name: "Side",
  2930. image: {
  2931. source: "./media/characters/ramona/side.svg"
  2932. }
  2933. },
  2934. },
  2935. [
  2936. {
  2937. name: "Normal",
  2938. height: math.unit(5.3, "meters"),
  2939. default: true
  2940. },
  2941. {
  2942. name: "Macro",
  2943. height: math.unit(20, "stories")
  2944. },
  2945. {
  2946. name: "Macro+",
  2947. height: math.unit(50, "stories")
  2948. },
  2949. ]
  2950. ))
  2951. characterMakers.push(() => makeCharacter(
  2952. { name: "Deerpuff" },
  2953. {
  2954. standing: {
  2955. height: math.unit(5.75, "feet"),
  2956. weight: math.unit(160, "lbs"),
  2957. name: "Standing",
  2958. image: {
  2959. source: "./media/characters/deerpuff/standing.svg",
  2960. extra: 682 / 624
  2961. }
  2962. },
  2963. sitting: {
  2964. height: math.unit(5.75 / 1.79, "feet"),
  2965. weight: math.unit(160, "lbs"),
  2966. name: "Sitting",
  2967. image: {
  2968. source: "./media/characters/deerpuff/sitting.svg",
  2969. bottom: 44 / 400,
  2970. extra: 1
  2971. }
  2972. },
  2973. taurLaying: {
  2974. height: math.unit(6, "feet"),
  2975. weight: math.unit(400, "lbs"),
  2976. name: "Taur (Laying)",
  2977. image: {
  2978. source: "./media/characters/deerpuff/taur-laying.svg"
  2979. }
  2980. },
  2981. },
  2982. [
  2983. {
  2984. name: "Puffball",
  2985. height: math.unit(6, "inches")
  2986. },
  2987. {
  2988. name: "Normalpuff",
  2989. height: math.unit(5.75, "feet")
  2990. },
  2991. {
  2992. name: "Macropuff",
  2993. height: math.unit(1500, "feet"),
  2994. default: true
  2995. },
  2996. {
  2997. name: "Megapuff",
  2998. height: math.unit(500, "miles")
  2999. },
  3000. {
  3001. name: "Gigapuff",
  3002. height: math.unit(250000, "miles")
  3003. },
  3004. {
  3005. name: "Omegapuff",
  3006. height: math.unit(1000, "lightyears")
  3007. },
  3008. ]
  3009. ))
  3010. characterMakers.push(() => makeCharacter(
  3011. { name: "Vivian" },
  3012. {
  3013. stomping: {
  3014. height: math.unit(6, "feet"),
  3015. weight: math.unit(170, "lbs"),
  3016. name: "Stomping",
  3017. image: {
  3018. source: "./media/characters/vivian/stomping.svg"
  3019. }
  3020. },
  3021. sitting: {
  3022. height: math.unit(6 / 1.75, "feet"),
  3023. weight: math.unit(170, "lbs"),
  3024. name: "Sitting",
  3025. image: {
  3026. source: "./media/characters/vivian/sitting.svg",
  3027. bottom: 1 / 6.4,
  3028. extra: 1,
  3029. }
  3030. },
  3031. },
  3032. [
  3033. {
  3034. name: "Normal",
  3035. height: math.unit(7, "feet"),
  3036. default: true
  3037. },
  3038. {
  3039. name: "Macro",
  3040. height: math.unit(10, "stories")
  3041. },
  3042. {
  3043. name: "Macro+",
  3044. height: math.unit(30, "stories")
  3045. },
  3046. {
  3047. name: "Megamacro",
  3048. height: math.unit(10, "miles")
  3049. },
  3050. {
  3051. name: "Megamacro+",
  3052. height: math.unit(2750000, "meters")
  3053. },
  3054. ]
  3055. ))
  3056. characterMakers.push(() => makeCharacter(
  3057. { name: "Prince" },
  3058. {
  3059. front: {
  3060. height: math.unit(6, "feet"),
  3061. weight: math.unit(160, "lbs"),
  3062. name: "Front",
  3063. image: {
  3064. source: "./media/characters/prince/front.svg",
  3065. extra: 3400 / 3000
  3066. }
  3067. },
  3068. jumping: {
  3069. height: math.unit(6, "feet"),
  3070. weight: math.unit(160, "lbs"),
  3071. name: "Jumping",
  3072. image: {
  3073. source: "./media/characters/prince/jump.svg",
  3074. extra: 2555 / 2134
  3075. }
  3076. },
  3077. },
  3078. [
  3079. {
  3080. name: "Normal",
  3081. height: math.unit(7.75, "feet"),
  3082. default: true
  3083. },
  3084. {
  3085. name: "Not cute",
  3086. height: math.unit(17, "feet")
  3087. },
  3088. {
  3089. name: "I said NOT",
  3090. height: math.unit(91, "feet")
  3091. },
  3092. {
  3093. name: "Please stop",
  3094. height: math.unit(560, "feet")
  3095. },
  3096. {
  3097. name: "What have you done",
  3098. height: math.unit(2200, "feet")
  3099. },
  3100. {
  3101. name: "Deer God",
  3102. height: math.unit(3.6, "miles")
  3103. },
  3104. ]
  3105. ))
  3106. characterMakers.push(() => makeCharacter(
  3107. { name: "Psymon" },
  3108. {
  3109. standing: {
  3110. height: math.unit(6, "feet"),
  3111. weight: math.unit(300, "lbs"),
  3112. name: "Standing",
  3113. image: {
  3114. source: "./media/characters/psymon/standing.svg",
  3115. extra: 1888 / 1810,
  3116. bottom: 0.05
  3117. }
  3118. },
  3119. slithering: {
  3120. height: math.unit(6, "feet"),
  3121. weight: math.unit(300, "lbs"),
  3122. name: "Slithering",
  3123. image: {
  3124. source: "./media/characters/psymon/slithering.svg",
  3125. extra: 1330 / 1224
  3126. }
  3127. },
  3128. slitheringAlt: {
  3129. height: math.unit(6, "feet"),
  3130. weight: math.unit(300, "lbs"),
  3131. name: "Slithering (Alt)",
  3132. image: {
  3133. source: "./media/characters/psymon/slithering-alt.svg",
  3134. extra: 1330 / 1224
  3135. }
  3136. },
  3137. },
  3138. [
  3139. {
  3140. name: "Normal",
  3141. height: math.unit(11.25, "feet"),
  3142. default: true
  3143. },
  3144. {
  3145. name: "Large",
  3146. height: math.unit(27, "feet")
  3147. },
  3148. {
  3149. name: "Giant",
  3150. height: math.unit(87, "feet")
  3151. },
  3152. {
  3153. name: "Macro",
  3154. height: math.unit(365, "feet")
  3155. },
  3156. {
  3157. name: "Megamacro",
  3158. height: math.unit(3, "miles")
  3159. },
  3160. {
  3161. name: "World Serpent",
  3162. height: math.unit(8000, "miles")
  3163. },
  3164. ]
  3165. ))
  3166. characterMakers.push(() => makeCharacter(
  3167. { name: "Daimos" },
  3168. {
  3169. front: {
  3170. height: math.unit(6, "feet"),
  3171. weight: math.unit(180, "lbs"),
  3172. name: "Front",
  3173. image: {
  3174. source: "./media/characters/daimos/front.svg",
  3175. extra: 4160 / 3897,
  3176. bottom: 0.021
  3177. }
  3178. }
  3179. },
  3180. [
  3181. {
  3182. name: "Normal",
  3183. height: math.unit(8, "feet"),
  3184. default: true
  3185. },
  3186. {
  3187. name: "Big Dog",
  3188. height: math.unit(22, "feet")
  3189. },
  3190. {
  3191. name: "Macro",
  3192. height: math.unit(127, "feet")
  3193. },
  3194. {
  3195. name: "Megamacro",
  3196. height: math.unit(3600, "feet")
  3197. },
  3198. ]
  3199. ))
  3200. characterMakers.push(() => makeCharacter(
  3201. { name: "Blake" },
  3202. {
  3203. side: {
  3204. height: math.unit(6, "feet"),
  3205. weight: math.unit(180, "lbs"),
  3206. name: "Side",
  3207. image: {
  3208. source: "./media/characters/blake/side.svg",
  3209. extra: 1212 / 1120,
  3210. bottom: 0.05
  3211. }
  3212. },
  3213. crouched: {
  3214. height: math.unit(6 * 0.57, "feet"),
  3215. weight: math.unit(180, "lbs"),
  3216. name: "Crouched",
  3217. image: {
  3218. source: "./media/characters/blake/crouched.svg",
  3219. extra: 840 / 587,
  3220. bottom: 0.04
  3221. }
  3222. },
  3223. bent: {
  3224. height: math.unit(6 * 0.75, "feet"),
  3225. weight: math.unit(180, "lbs"),
  3226. name: "Bent",
  3227. image: {
  3228. source: "./media/characters/blake/bent.svg",
  3229. extra: 592 / 544,
  3230. bottom: 0.035
  3231. }
  3232. },
  3233. },
  3234. [
  3235. {
  3236. name: "Normal",
  3237. height: math.unit(8 + 1 / 6, "feet"),
  3238. default: true
  3239. },
  3240. {
  3241. name: "Big Backside",
  3242. height: math.unit(37, "feet")
  3243. },
  3244. {
  3245. name: "Subway Shredder",
  3246. height: math.unit(72, "feet")
  3247. },
  3248. {
  3249. name: "City Carver",
  3250. height: math.unit(1675, "feet")
  3251. },
  3252. {
  3253. name: "Tectonic Tweaker",
  3254. height: math.unit(2300, "miles")
  3255. },
  3256. ]
  3257. ))
  3258. characterMakers.push(() => makeCharacter(
  3259. { name: "Guisetto" },
  3260. {
  3261. front: {
  3262. height: math.unit(6, "feet"),
  3263. weight: math.unit(180, "lbs"),
  3264. name: "Front",
  3265. image: {
  3266. source: "./media/characters/guisetto/front.svg",
  3267. extra: 856 / 817,
  3268. bottom: 0.06
  3269. }
  3270. },
  3271. airborne: {
  3272. height: math.unit(6, "feet"),
  3273. weight: math.unit(180, "lbs"),
  3274. name: "Airborne",
  3275. image: {
  3276. source: "./media/characters/guisetto/airborne.svg",
  3277. extra: 584 / 525
  3278. }
  3279. },
  3280. },
  3281. [
  3282. {
  3283. name: "Normal",
  3284. height: math.unit(10 + 11 / 12, "feet"),
  3285. default: true
  3286. },
  3287. {
  3288. name: "Large",
  3289. height: math.unit(35, "feet")
  3290. },
  3291. {
  3292. name: "Macro",
  3293. height: math.unit(475, "feet")
  3294. },
  3295. ]
  3296. ))
  3297. characterMakers.push(() => makeCharacter(
  3298. { name: "Luxor" },
  3299. {
  3300. front: {
  3301. height: math.unit(6, "feet"),
  3302. weight: math.unit(180, "lbs"),
  3303. name: "Front",
  3304. image: {
  3305. source: "./media/characters/luxor/front.svg",
  3306. extra: 2940 / 2152
  3307. }
  3308. },
  3309. back: {
  3310. height: math.unit(6, "feet"),
  3311. weight: math.unit(180, "lbs"),
  3312. name: "Back",
  3313. image: {
  3314. source: "./media/characters/luxor/back.svg",
  3315. extra: 1083 / 960
  3316. }
  3317. },
  3318. },
  3319. [
  3320. {
  3321. name: "Normal",
  3322. height: math.unit(5 + 5 / 6, "feet"),
  3323. default: true
  3324. },
  3325. {
  3326. name: "Lamp",
  3327. height: math.unit(50, "feet")
  3328. },
  3329. {
  3330. name: "Lämp",
  3331. height: math.unit(300, "feet")
  3332. },
  3333. {
  3334. name: "The sun is a lamp",
  3335. height: math.unit(250000, "miles")
  3336. },
  3337. ]
  3338. ))
  3339. characterMakers.push(() => makeCharacter(
  3340. { name: "Huoyan" },
  3341. {
  3342. front: {
  3343. height: math.unit(6, "feet"),
  3344. weight: math.unit(50, "lbs"),
  3345. name: "Front",
  3346. image: {
  3347. source: "./media/characters/huoyan/front.svg"
  3348. }
  3349. },
  3350. side: {
  3351. height: math.unit(6, "feet"),
  3352. weight: math.unit(180, "lbs"),
  3353. name: "Side",
  3354. image: {
  3355. source: "./media/characters/huoyan/side.svg"
  3356. }
  3357. },
  3358. },
  3359. [
  3360. {
  3361. name: "Chef",
  3362. height: math.unit(9, "feet")
  3363. },
  3364. {
  3365. name: "Normal",
  3366. height: math.unit(65, "feet"),
  3367. default: true
  3368. },
  3369. {
  3370. name: "Macro",
  3371. height: math.unit(780, "feet")
  3372. },
  3373. {
  3374. name: "Flaming Mountain",
  3375. height: math.unit(4.8, "miles")
  3376. },
  3377. {
  3378. name: "Celestial",
  3379. height: math.unit(765000, "miles")
  3380. },
  3381. ]
  3382. ))
  3383. characterMakers.push(() => makeCharacter(
  3384. { name: "Tails" },
  3385. {
  3386. front: {
  3387. height: math.unit(5 + 3 / 4, "feet"),
  3388. weight: math.unit(120, "lbs"),
  3389. name: "Front",
  3390. image: {
  3391. source: "./media/characters/tails/front.svg"
  3392. }
  3393. }
  3394. },
  3395. [
  3396. {
  3397. name: "Normal",
  3398. height: math.unit(5 + 3 / 4, "feet"),
  3399. default: true
  3400. }
  3401. ]
  3402. ))
  3403. characterMakers.push(() => makeCharacter(
  3404. { name: "Rainy" },
  3405. {
  3406. front: {
  3407. height: math.unit(4, "feet"),
  3408. weight: math.unit(50, "lbs"),
  3409. name: "Front",
  3410. image: {
  3411. source: "./media/characters/rainy/front.svg"
  3412. }
  3413. }
  3414. },
  3415. [
  3416. {
  3417. name: "Macro",
  3418. height: math.unit(800, "feet"),
  3419. default: true
  3420. }
  3421. ]
  3422. ))
  3423. characterMakers.push(() => makeCharacter(
  3424. { name: "Rainier" },
  3425. {
  3426. front: {
  3427. height: math.unit(6, "feet"),
  3428. weight: math.unit(150, "lbs"),
  3429. name: "Front",
  3430. image: {
  3431. source: "./media/characters/rainier/front.svg"
  3432. }
  3433. }
  3434. },
  3435. [
  3436. {
  3437. name: "Micro",
  3438. height: math.unit(2, "mm"),
  3439. default: true
  3440. }
  3441. ]
  3442. ))
  3443. characterMakers.push(() => makeCharacter(
  3444. { name: "Andy" },
  3445. {
  3446. front: {
  3447. height: math.unit(6, "feet"),
  3448. weight: math.unit(180, "lbs"),
  3449. name: "Front",
  3450. image: {
  3451. source: "./media/characters/andy/front.svg"
  3452. }
  3453. }
  3454. },
  3455. [
  3456. {
  3457. name: "Normal",
  3458. height: math.unit(8, "feet"),
  3459. default: true
  3460. },
  3461. {
  3462. name: "Macro",
  3463. height: math.unit(1000, "feet")
  3464. },
  3465. {
  3466. name: "Megamacro",
  3467. height: math.unit(5, "miles")
  3468. },
  3469. {
  3470. name: "Gigamacro",
  3471. height: math.unit(5000, "miles")
  3472. },
  3473. ]
  3474. ))
  3475. characterMakers.push(() => makeCharacter(
  3476. { name: "Cimmaron" },
  3477. {
  3478. front: {
  3479. height: math.unit(6, "feet"),
  3480. weight: math.unit(210, "lbs"),
  3481. name: "Front",
  3482. image: {
  3483. source: "./media/characters/cimmaron/front-sfw.svg",
  3484. extra: 701 / 676,
  3485. bottom: 0.046
  3486. }
  3487. },
  3488. back: {
  3489. height: math.unit(6, "feet"),
  3490. weight: math.unit(210, "lbs"),
  3491. name: "Back",
  3492. image: {
  3493. source: "./media/characters/cimmaron/back-sfw.svg",
  3494. extra: 701 / 676,
  3495. bottom: 0.046
  3496. }
  3497. },
  3498. frontNsfw: {
  3499. height: math.unit(6, "feet"),
  3500. weight: math.unit(210, "lbs"),
  3501. name: "Front (NSFW)",
  3502. image: {
  3503. source: "./media/characters/cimmaron/front-nsfw.svg",
  3504. extra: 701 / 676,
  3505. bottom: 0.046
  3506. }
  3507. },
  3508. backNsfw: {
  3509. height: math.unit(6, "feet"),
  3510. weight: math.unit(210, "lbs"),
  3511. name: "Back (NSFW)",
  3512. image: {
  3513. source: "./media/characters/cimmaron/back-nsfw.svg",
  3514. extra: 701 / 676,
  3515. bottom: 0.046
  3516. }
  3517. },
  3518. dick: {
  3519. height: math.unit(1.714, "feet"),
  3520. name: "Dick",
  3521. image: {
  3522. source: "./media/characters/cimmaron/dick.svg"
  3523. }
  3524. },
  3525. },
  3526. [
  3527. {
  3528. name: "Normal",
  3529. height: math.unit(6, "feet"),
  3530. default: true
  3531. },
  3532. {
  3533. name: "Macro Mayor",
  3534. height: math.unit(350, "meters")
  3535. },
  3536. ]
  3537. ))
  3538. characterMakers.push(() => makeCharacter(
  3539. { name: "Akari Kaen" },
  3540. {
  3541. front: {
  3542. height: math.unit(6, "feet"),
  3543. weight: math.unit(200, "lbs"),
  3544. name: "Front",
  3545. image: {
  3546. source: "./media/characters/akari/front.svg",
  3547. extra: 962 / 901,
  3548. bottom: 0.04
  3549. }
  3550. }
  3551. },
  3552. [
  3553. {
  3554. name: "Micro",
  3555. height: math.unit(5, "inches"),
  3556. default: true
  3557. },
  3558. {
  3559. name: "Normal",
  3560. height: math.unit(7, "feet")
  3561. },
  3562. ]
  3563. ))
  3564. characterMakers.push(() => makeCharacter(
  3565. { name: "Cynosura" },
  3566. {
  3567. front: {
  3568. height: math.unit(6, "feet"),
  3569. weight: math.unit(140, "lbs"),
  3570. name: "Front",
  3571. image: {
  3572. source: "./media/characters/cynosura/front.svg",
  3573. extra: 896 / 847
  3574. }
  3575. },
  3576. back: {
  3577. height: math.unit(6, "feet"),
  3578. weight: math.unit(140, "lbs"),
  3579. name: "Back",
  3580. image: {
  3581. source: "./media/characters/cynosura/back.svg",
  3582. extra: 1365 / 1250
  3583. }
  3584. },
  3585. },
  3586. [
  3587. {
  3588. name: "Micro",
  3589. height: math.unit(4, "inches")
  3590. },
  3591. {
  3592. name: "Normal",
  3593. height: math.unit(5.75, "feet"),
  3594. default: true
  3595. },
  3596. {
  3597. name: "Tall",
  3598. height: math.unit(10, "feet")
  3599. },
  3600. {
  3601. name: "Big",
  3602. height: math.unit(20, "feet")
  3603. },
  3604. {
  3605. name: "Macro",
  3606. height: math.unit(50, "feet")
  3607. },
  3608. ]
  3609. ))
  3610. characterMakers.push(() => makeCharacter(
  3611. { name: "Gin" },
  3612. {
  3613. front: {
  3614. height: math.unit(6, "feet"),
  3615. weight: math.unit(170, "lbs"),
  3616. name: "Front",
  3617. image: {
  3618. source: "./media/characters/gin/front.svg",
  3619. extra: 1.053,
  3620. bottom: 0.025
  3621. }
  3622. },
  3623. foot: {
  3624. height: math.unit(6 / 4.25, "feet"),
  3625. name: "Foot",
  3626. image: {
  3627. source: "./media/characters/gin/foot.svg"
  3628. }
  3629. },
  3630. sole: {
  3631. height: math.unit(6 / 4.40, "feet"),
  3632. name: "Sole",
  3633. image: {
  3634. source: "./media/characters/gin/sole.svg"
  3635. }
  3636. },
  3637. },
  3638. [
  3639. {
  3640. name: "Normal",
  3641. height: math.unit(9 + 4 / 12, "feet")
  3642. },
  3643. {
  3644. name: "Macro",
  3645. height: math.unit(1500, "feet")
  3646. },
  3647. {
  3648. name: "Megamacro",
  3649. height: math.unit(200, "miles"),
  3650. default: true
  3651. },
  3652. {
  3653. name: "Gigamacro",
  3654. height: math.unit(500, "megameters")
  3655. },
  3656. {
  3657. name: "Teramacro",
  3658. height: math.unit(15, "lightyears")
  3659. }
  3660. ]
  3661. ))
  3662. characterMakers.push(() => makeCharacter(
  3663. { name: "Guy" },
  3664. {
  3665. front: {
  3666. height: math.unit(6 + 1 / 6, "feet"),
  3667. weight: math.unit(178, "lbs"),
  3668. name: "Front",
  3669. image: {
  3670. source: "./media/characters/guy/front.svg"
  3671. }
  3672. }
  3673. },
  3674. [
  3675. {
  3676. name: "Normal",
  3677. height: math.unit(6 + 1 / 6, "feet"),
  3678. default: true
  3679. },
  3680. {
  3681. name: "Large",
  3682. height: math.unit(25 + 7 / 12, "feet")
  3683. },
  3684. {
  3685. name: "Macro",
  3686. height: math.unit(60 + 9 / 12, "feet")
  3687. },
  3688. {
  3689. name: "Macro+",
  3690. height: math.unit(246, "feet")
  3691. },
  3692. {
  3693. name: "Macro++",
  3694. height: math.unit(878, "feet")
  3695. }
  3696. ]
  3697. ))
  3698. characterMakers.push(() => makeCharacter(
  3699. { name: "Tiberius" },
  3700. {
  3701. front: {
  3702. height: math.unit(9, "feet"),
  3703. weight: math.unit(800, "lbs"),
  3704. name: "Front",
  3705. image: {
  3706. source: "./media/characters/tiberius/front.svg",
  3707. extra: 2295 / 2071
  3708. }
  3709. },
  3710. back: {
  3711. height: math.unit(9, "feet"),
  3712. weight: math.unit(800, "lbs"),
  3713. name: "Back",
  3714. image: {
  3715. source: "./media/characters/tiberius/back.svg",
  3716. extra: 2373 / 2160
  3717. }
  3718. },
  3719. },
  3720. [
  3721. {
  3722. name: "Normal",
  3723. height: math.unit(9, "feet"),
  3724. default: true
  3725. }
  3726. ]
  3727. ))
  3728. characterMakers.push(() => makeCharacter(
  3729. { name: "Surgo" },
  3730. {
  3731. front: {
  3732. height: math.unit(6, "feet"),
  3733. weight: math.unit(600, "lbs"),
  3734. name: "Front",
  3735. image: {
  3736. source: "./media/characters/surgo/front.svg",
  3737. extra: 3591 / 2227
  3738. }
  3739. },
  3740. back: {
  3741. height: math.unit(6, "feet"),
  3742. weight: math.unit(600, "lbs"),
  3743. name: "Back",
  3744. image: {
  3745. source: "./media/characters/surgo/back.svg",
  3746. extra: 3557 / 2228
  3747. }
  3748. },
  3749. laying: {
  3750. height: math.unit(6 * 0.85, "feet"),
  3751. weight: math.unit(600, "lbs"),
  3752. name: "Laying",
  3753. image: {
  3754. source: "./media/characters/surgo/laying.svg"
  3755. }
  3756. },
  3757. },
  3758. [
  3759. {
  3760. name: "Normal",
  3761. height: math.unit(6, "feet"),
  3762. default: true
  3763. }
  3764. ]
  3765. ))
  3766. characterMakers.push(() => makeCharacter(
  3767. { name: "Cibus" },
  3768. {
  3769. side: {
  3770. height: math.unit(6, "feet"),
  3771. weight: math.unit(150, "lbs"),
  3772. name: "Side",
  3773. image: {
  3774. source: "./media/characters/cibus/side.svg",
  3775. extra: 800 / 400
  3776. }
  3777. },
  3778. },
  3779. [
  3780. {
  3781. name: "Normal",
  3782. height: math.unit(6, "feet"),
  3783. default: true
  3784. }
  3785. ]
  3786. ))
  3787. characterMakers.push(() => makeCharacter(
  3788. { name: "Nibbles" },
  3789. {
  3790. front: {
  3791. height: math.unit(6, "feet"),
  3792. weight: math.unit(240, "lbs"),
  3793. name: "Front",
  3794. image: {
  3795. source: "./media/characters/nibbles/front.svg"
  3796. }
  3797. },
  3798. side: {
  3799. height: math.unit(6, "feet"),
  3800. weight: math.unit(240, "lbs"),
  3801. name: "Side",
  3802. image: {
  3803. source: "./media/characters/nibbles/side.svg"
  3804. }
  3805. },
  3806. },
  3807. [
  3808. {
  3809. name: "Normal",
  3810. height: math.unit(9, "feet"),
  3811. default: true
  3812. }
  3813. ]
  3814. ))
  3815. characterMakers.push(() => makeCharacter(
  3816. { name: "Rikky" },
  3817. {
  3818. side: {
  3819. height: math.unit(5 + 1 / 6, "feet"),
  3820. weight: math.unit(130, "lbs"),
  3821. name: "Side",
  3822. image: {
  3823. source: "./media/characters/rikky/side.svg"
  3824. }
  3825. },
  3826. },
  3827. [
  3828. {
  3829. name: "Normal",
  3830. height: math.unit(5 + 1 / 6, "feet")
  3831. },
  3832. {
  3833. name: "Macro",
  3834. height: math.unit(152, "feet"),
  3835. default: true
  3836. },
  3837. {
  3838. name: "Megamacro",
  3839. height: math.unit(7, "miles")
  3840. }
  3841. ]
  3842. ))
  3843. characterMakers.push(() => makeCharacter(
  3844. { name: "Malfressa" },
  3845. {
  3846. side: {
  3847. height: math.unit(370, "cm"),
  3848. weight: math.unit(350, "lbs"),
  3849. name: "Side",
  3850. image: {
  3851. source: "./media/characters/malfressa/side.svg"
  3852. }
  3853. },
  3854. walking: {
  3855. height: math.unit(370, "cm"),
  3856. weight: math.unit(350, "lbs"),
  3857. name: "Walking",
  3858. image: {
  3859. source: "./media/characters/malfressa/walking.svg"
  3860. }
  3861. },
  3862. feral: {
  3863. height: math.unit(2500, "cm"),
  3864. weight: math.unit(100000, "lbs"),
  3865. name: "Feral",
  3866. image: {
  3867. source: "./media/characters/malfressa/feral.svg",
  3868. extra: 2108 / 837,
  3869. bottom: 0.02
  3870. }
  3871. },
  3872. },
  3873. [
  3874. {
  3875. name: "Normal",
  3876. height: math.unit(370, "cm")
  3877. },
  3878. {
  3879. name: "Macro",
  3880. height: math.unit(300, "meters"),
  3881. default: true
  3882. }
  3883. ]
  3884. ))
  3885. characterMakers.push(() => makeCharacter(
  3886. { name: "Jaro" },
  3887. {
  3888. front: {
  3889. height: math.unit(6, "feet"),
  3890. weight: math.unit(60, "kg"),
  3891. name: "Front",
  3892. image: {
  3893. source: "./media/characters/jaro/front.svg"
  3894. }
  3895. },
  3896. back: {
  3897. height: math.unit(6, "feet"),
  3898. weight: math.unit(60, "kg"),
  3899. name: "Back",
  3900. image: {
  3901. source: "./media/characters/jaro/back.svg"
  3902. }
  3903. },
  3904. },
  3905. [
  3906. {
  3907. name: "Micro",
  3908. height: math.unit(7, "inches")
  3909. },
  3910. {
  3911. name: "Normal",
  3912. height: math.unit(5.5, "feet"),
  3913. default: true
  3914. },
  3915. {
  3916. name: "Minimacro",
  3917. height: math.unit(20, "feet")
  3918. },
  3919. {
  3920. name: "Macro",
  3921. height: math.unit(200, "meters")
  3922. }
  3923. ]
  3924. ))
  3925. characterMakers.push(() => makeCharacter(
  3926. { name: "Rogue" },
  3927. {
  3928. front: {
  3929. height: math.unit(6, "feet"),
  3930. weight: math.unit(195, "lb"),
  3931. name: "Front",
  3932. image: {
  3933. source: "./media/characters/rogue/front.svg"
  3934. }
  3935. },
  3936. },
  3937. [
  3938. {
  3939. name: "Macro",
  3940. height: math.unit(90, "feet"),
  3941. default: true
  3942. },
  3943. ]
  3944. ))
  3945. characterMakers.push(() => makeCharacter(
  3946. { name: "Piper" },
  3947. {
  3948. front: {
  3949. height: math.unit(5 + 8 / 12, "feet"),
  3950. weight: math.unit(140, "lb"),
  3951. name: "Front",
  3952. image: {
  3953. source: "./media/characters/piper/front.svg",
  3954. extra: 3928 / 3681
  3955. }
  3956. },
  3957. },
  3958. [
  3959. {
  3960. name: "Micro",
  3961. height: math.unit(2, "inches")
  3962. },
  3963. {
  3964. name: "Normal",
  3965. height: math.unit(5 + 8 / 12, "feet")
  3966. },
  3967. {
  3968. name: "Macro",
  3969. height: math.unit(250, "feet"),
  3970. default: true
  3971. },
  3972. {
  3973. name: "Megamacro",
  3974. height: math.unit(7, "miles")
  3975. },
  3976. ]
  3977. ))
  3978. characterMakers.push(() => makeCharacter(
  3979. { name: "Gemini" },
  3980. {
  3981. front: {
  3982. height: math.unit(6, "feet"),
  3983. weight: math.unit(220, "lb"),
  3984. name: "Front",
  3985. image: {
  3986. source: "./media/characters/gemini/front.svg"
  3987. }
  3988. },
  3989. back: {
  3990. height: math.unit(6, "feet"),
  3991. weight: math.unit(220, "lb"),
  3992. name: "Back",
  3993. image: {
  3994. source: "./media/characters/gemini/back.svg"
  3995. }
  3996. },
  3997. kneeling: {
  3998. height: math.unit(6 / 1.5, "feet"),
  3999. weight: math.unit(220, "lb"),
  4000. name: "Kneeling",
  4001. image: {
  4002. source: "./media/characters/gemini/kneeling.svg",
  4003. bottom: 0.02
  4004. }
  4005. },
  4006. },
  4007. [
  4008. {
  4009. name: "Macro",
  4010. height: math.unit(300, "meters"),
  4011. default: true
  4012. },
  4013. {
  4014. name: "Megamacro",
  4015. height: math.unit(6900, "meters")
  4016. },
  4017. ]
  4018. ))
  4019. characterMakers.push(() => makeCharacter(
  4020. { name: "Alicia" },
  4021. {
  4022. anthro: {
  4023. height: math.unit(2.35, "meters"),
  4024. weight: math.unit(73, "kg"),
  4025. name: "Anthro",
  4026. image: {
  4027. source: "./media/characters/alicia/anthro.svg"
  4028. }
  4029. },
  4030. feral: {
  4031. height: math.unit(1.69, "meters"),
  4032. weight: math.unit(73, "kg"),
  4033. name: "Feral",
  4034. image: {
  4035. source: "./media/characters/alicia/feral.svg"
  4036. }
  4037. },
  4038. },
  4039. [
  4040. {
  4041. name: "Normal",
  4042. height: math.unit(2.35, "meters")
  4043. },
  4044. {
  4045. name: "Macro",
  4046. height: math.unit(60, "meters"),
  4047. default: true
  4048. },
  4049. {
  4050. name: "Megamacro",
  4051. height: math.unit(10000, "kilometers")
  4052. },
  4053. ]
  4054. ))
  4055. characterMakers.push(() => makeCharacter(
  4056. { name: "Archy" },
  4057. {
  4058. front: {
  4059. height: math.unit(7, "feet"),
  4060. weight: math.unit(250, "lbs"),
  4061. name: "Front",
  4062. image: {
  4063. source: "./media/characters/archy/front.svg"
  4064. }
  4065. }
  4066. },
  4067. [
  4068. {
  4069. name: "Micro",
  4070. height: math.unit(1, "inch")
  4071. },
  4072. {
  4073. name: "Shorty",
  4074. height: math.unit(5, "feet")
  4075. },
  4076. {
  4077. name: "Normal",
  4078. height: math.unit(7, "feet")
  4079. },
  4080. {
  4081. name: "Macro",
  4082. height: math.unit(600, "meters"),
  4083. default: true
  4084. },
  4085. {
  4086. name: "Megamacro",
  4087. height: math.unit(1, "mile")
  4088. },
  4089. ]
  4090. ))
  4091. characterMakers.push(() => makeCharacter(
  4092. { name: "Berri" },
  4093. {
  4094. front: {
  4095. height: math.unit(1.65, "meters"),
  4096. weight: math.unit(74, "kg"),
  4097. name: "Front",
  4098. image: {
  4099. source: "./media/characters/berri/front.svg"
  4100. }
  4101. }
  4102. },
  4103. [
  4104. {
  4105. name: "Normal",
  4106. height: math.unit(1.65, "meters")
  4107. },
  4108. {
  4109. name: "Macro",
  4110. height: math.unit(60, "m"),
  4111. default: true
  4112. },
  4113. {
  4114. name: "Megamacro",
  4115. height: math.unit(9.213, "km")
  4116. },
  4117. {
  4118. name: "Planet Eater",
  4119. height: math.unit(489, "megameters")
  4120. },
  4121. {
  4122. name: "Teramacro",
  4123. height: math.unit(2471635000000, "meters")
  4124. },
  4125. {
  4126. name: "Examacro",
  4127. height: math.unit(8.0624e+26, "meters")
  4128. }
  4129. ]
  4130. ))
  4131. characterMakers.push(() => makeCharacter(
  4132. { name: "Lexi" },
  4133. {
  4134. front: {
  4135. height: math.unit(1.72, "meters"),
  4136. weight: math.unit(68, "kg"),
  4137. name: "Front",
  4138. image: {
  4139. source: "./media/characters/lexi/front.svg"
  4140. }
  4141. }
  4142. },
  4143. [
  4144. {
  4145. name: "Very Smol",
  4146. height: math.unit(10, "mm")
  4147. },
  4148. {
  4149. name: "Micro",
  4150. height: math.unit(6.8, "cm"),
  4151. default: true
  4152. },
  4153. {
  4154. name: "Normal",
  4155. height: math.unit(1.72, "m")
  4156. }
  4157. ]
  4158. ))
  4159. characterMakers.push(() => makeCharacter(
  4160. { name: "Martin" },
  4161. {
  4162. front: {
  4163. height: math.unit(1.69, "meters"),
  4164. weight: math.unit(68, "kg"),
  4165. name: "Front",
  4166. image: {
  4167. source: "./media/characters/martin/front.svg",
  4168. extra: 596 / 581
  4169. }
  4170. }
  4171. },
  4172. [
  4173. {
  4174. name: "Micro",
  4175. height: math.unit(6.85, "cm"),
  4176. default: true
  4177. },
  4178. {
  4179. name: "Normal",
  4180. height: math.unit(1.69, "m")
  4181. }
  4182. ]
  4183. ))
  4184. characterMakers.push(() => makeCharacter(
  4185. { name: "Juno" },
  4186. {
  4187. front: {
  4188. height: math.unit(1.69, "meters"),
  4189. weight: math.unit(68, "kg"),
  4190. name: "Front",
  4191. image: {
  4192. source: "./media/characters/juno/front.svg"
  4193. }
  4194. }
  4195. },
  4196. [
  4197. {
  4198. name: "Micro",
  4199. height: math.unit(7, "cm")
  4200. },
  4201. {
  4202. name: "Normal",
  4203. height: math.unit(1.89, "m")
  4204. },
  4205. {
  4206. name: "Macro",
  4207. height: math.unit(353, "meters"),
  4208. default: true
  4209. }
  4210. ]
  4211. ))
  4212. characterMakers.push(() => makeCharacter(
  4213. { name: "Samantha" },
  4214. {
  4215. front: {
  4216. height: math.unit(1.93, "meters"),
  4217. weight: math.unit(83, "kg"),
  4218. name: "Front",
  4219. image: {
  4220. source: "./media/characters/samantha/front.svg"
  4221. }
  4222. },
  4223. frontClothed: {
  4224. height: math.unit(1.93, "meters"),
  4225. weight: math.unit(83, "kg"),
  4226. name: "Front (Clothed)",
  4227. image: {
  4228. source: "./media/characters/samantha/front-clothed.svg"
  4229. }
  4230. },
  4231. back: {
  4232. height: math.unit(1.93, "meters"),
  4233. weight: math.unit(83, "kg"),
  4234. name: "Back",
  4235. image: {
  4236. source: "./media/characters/samantha/back.svg"
  4237. }
  4238. },
  4239. },
  4240. [
  4241. {
  4242. name: "Normal",
  4243. height: math.unit(1.93, "m")
  4244. },
  4245. {
  4246. name: "Macro",
  4247. height: math.unit(74, "meters"),
  4248. default: true
  4249. },
  4250. {
  4251. name: "Macro+",
  4252. height: math.unit(223, "meters"),
  4253. },
  4254. {
  4255. name: "Megamacro",
  4256. height: math.unit(8381, "meters"),
  4257. },
  4258. {
  4259. name: "Megamacro+",
  4260. height: math.unit(12000, "kilometers")
  4261. },
  4262. ]
  4263. ))
  4264. characterMakers.push(() => makeCharacter(
  4265. { name: "Dr. Clay" },
  4266. {
  4267. front: {
  4268. height: math.unit(1.92, "meters"),
  4269. weight: math.unit(80, "kg"),
  4270. name: "Front",
  4271. image: {
  4272. source: "./media/characters/dr-clay/front.svg"
  4273. }
  4274. },
  4275. frontClothed: {
  4276. height: math.unit(1.92, "meters"),
  4277. weight: math.unit(80, "kg"),
  4278. name: "Front (Clothed)",
  4279. image: {
  4280. source: "./media/characters/dr-clay/front-clothed.svg"
  4281. }
  4282. }
  4283. },
  4284. [
  4285. {
  4286. name: "Normal",
  4287. height: math.unit(1.92, "m")
  4288. },
  4289. {
  4290. name: "Macro",
  4291. height: math.unit(214, "meters"),
  4292. default: true
  4293. },
  4294. {
  4295. name: "Macro+",
  4296. height: math.unit(12.237, "meters"),
  4297. },
  4298. {
  4299. name: "Megamacro",
  4300. height: math.unit(557, "megameters"),
  4301. },
  4302. {
  4303. name: "Unimaginable",
  4304. height: math.unit(120e9, "lightyears")
  4305. },
  4306. ]
  4307. ))
  4308. characterMakers.push(() => makeCharacter(
  4309. { name: "Wyvrn Ripsnarl" },
  4310. {
  4311. front: {
  4312. height: math.unit(2, "meters"),
  4313. weight: math.unit(80, "kg"),
  4314. name: "Front",
  4315. image: {
  4316. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4317. }
  4318. }
  4319. },
  4320. [
  4321. {
  4322. name: "Teramacro",
  4323. height: math.unit(500000, "lightyears"),
  4324. default: true
  4325. },
  4326. ]
  4327. ))
  4328. characterMakers.push(() => makeCharacter(
  4329. { name: "Vemus" },
  4330. {
  4331. front: {
  4332. height: math.unit(2, "meters"),
  4333. weight: math.unit(150, "kg"),
  4334. name: "Front",
  4335. image: {
  4336. source: "./media/characters/vemus/front.svg",
  4337. extra: 2384 / 2084,
  4338. bottom: 0.0123
  4339. }
  4340. }
  4341. },
  4342. [
  4343. {
  4344. name: "Normal",
  4345. height: math.unit(3.75, "meters"),
  4346. default: true
  4347. },
  4348. {
  4349. name: "Big",
  4350. height: math.unit(8, "meters")
  4351. },
  4352. {
  4353. name: "Macro",
  4354. height: math.unit(100, "meters")
  4355. },
  4356. {
  4357. name: "Macro+",
  4358. height: math.unit(1500, "meters")
  4359. },
  4360. {
  4361. name: "Stellar",
  4362. height: math.unit(14e8, "meters")
  4363. },
  4364. ]
  4365. ))
  4366. characterMakers.push(() => makeCharacter(
  4367. { name: "Beherit" },
  4368. {
  4369. front: {
  4370. height: math.unit(2, "meters"),
  4371. weight: math.unit(70, "kg"),
  4372. name: "Front",
  4373. image: {
  4374. source: "./media/characters/beherit/front.svg",
  4375. extra: 1408 / 1242
  4376. }
  4377. }
  4378. },
  4379. [
  4380. {
  4381. name: "Normal",
  4382. height: math.unit(6, "feet")
  4383. },
  4384. {
  4385. name: "Lorg",
  4386. height: math.unit(25, "feet"),
  4387. default: true
  4388. },
  4389. {
  4390. name: "Lorger",
  4391. height: math.unit(75, "feet")
  4392. },
  4393. {
  4394. name: "Macro",
  4395. height: math.unit(200, "meters")
  4396. },
  4397. ]
  4398. ))
  4399. characterMakers.push(() => makeCharacter(
  4400. { name: "Everett" },
  4401. {
  4402. front: {
  4403. height: math.unit(2, "meters"),
  4404. weight: math.unit(150, "kg"),
  4405. name: "Front",
  4406. image: {
  4407. source: "./media/characters/everett/front.svg",
  4408. extra: 2038 / 1737,
  4409. bottom: 0.03
  4410. }
  4411. },
  4412. paw: {
  4413. height: math.unit(2 / 3.6, "meters"),
  4414. name: "Paw",
  4415. image: {
  4416. source: "./media/characters/everett/paw.svg"
  4417. }
  4418. },
  4419. },
  4420. [
  4421. {
  4422. name: "Normal",
  4423. height: math.unit(15, "feet"),
  4424. default: true
  4425. },
  4426. {
  4427. name: "Lorg",
  4428. height: math.unit(70, "feet"),
  4429. default: true
  4430. },
  4431. {
  4432. name: "Lorger",
  4433. height: math.unit(250, "feet")
  4434. },
  4435. {
  4436. name: "Macro",
  4437. height: math.unit(500, "meters")
  4438. },
  4439. ]
  4440. ))
  4441. characterMakers.push(() => makeCharacter(
  4442. { name: "Rose Lion" },
  4443. {
  4444. front: {
  4445. height: math.unit(2, "meters"),
  4446. weight: math.unit(86, "kg"),
  4447. name: "Front",
  4448. image: {
  4449. source: "./media/characters/rose-lion/front.svg"
  4450. }
  4451. },
  4452. bent: {
  4453. height: math.unit(2 / 1.4288, "meters"),
  4454. weight: math.unit(86, "kg"),
  4455. name: "Bent",
  4456. image: {
  4457. source: "./media/characters/rose-lion/bent.svg"
  4458. }
  4459. }
  4460. },
  4461. [
  4462. {
  4463. name: "Mini-Micro",
  4464. height: math.unit(1, "cm")
  4465. },
  4466. {
  4467. name: "Micro",
  4468. height: math.unit(3.5, "inches"),
  4469. default: true
  4470. },
  4471. {
  4472. name: "Normal",
  4473. height: math.unit(6 + 1 / 6, "feet")
  4474. },
  4475. {
  4476. name: "Mini-Macro",
  4477. height: math.unit(9 + 10 / 12, "feet")
  4478. },
  4479. ]
  4480. ))
  4481. characterMakers.push(() => makeCharacter(
  4482. { name: "Regal" },
  4483. {
  4484. front: {
  4485. height: math.unit(2, "meters"),
  4486. weight: math.unit(350, "lbs"),
  4487. name: "Front",
  4488. image: {
  4489. source: "./media/characters/regal/front.svg"
  4490. }
  4491. },
  4492. back: {
  4493. height: math.unit(2, "meters"),
  4494. weight: math.unit(350, "lbs"),
  4495. name: "Back",
  4496. image: {
  4497. source: "./media/characters/regal/back.svg"
  4498. }
  4499. },
  4500. },
  4501. [
  4502. {
  4503. name: "Macro",
  4504. height: math.unit(350, "feet"),
  4505. default: true
  4506. }
  4507. ]
  4508. ))
  4509. characterMakers.push(() => makeCharacter(
  4510. { name: "Opal" },
  4511. {
  4512. front: {
  4513. height: math.unit(4 + 11 / 12, "feet"),
  4514. weight: math.unit(100, "lbs"),
  4515. name: "Front",
  4516. image: {
  4517. source: "./media/characters/opal/front.svg"
  4518. }
  4519. },
  4520. frontAlt: {
  4521. height: math.unit(4 + 11 / 12, "feet"),
  4522. weight: math.unit(100, "lbs"),
  4523. name: "Front (Alt)",
  4524. image: {
  4525. source: "./media/characters/opal/front-alt.svg"
  4526. }
  4527. },
  4528. },
  4529. [
  4530. {
  4531. name: "Small",
  4532. height: math.unit(4 + 11 / 12, "feet")
  4533. },
  4534. {
  4535. name: "Normal",
  4536. height: math.unit(20, "feet"),
  4537. default: true
  4538. },
  4539. {
  4540. name: "Macro",
  4541. height: math.unit(120, "feet")
  4542. },
  4543. {
  4544. name: "Megamacro",
  4545. height: math.unit(80, "miles")
  4546. },
  4547. {
  4548. name: "True Size",
  4549. height: math.unit(100000, "lightyears")
  4550. },
  4551. ]
  4552. ))
  4553. characterMakers.push(() => makeCharacter(
  4554. { name: "Vector Wuff" },
  4555. {
  4556. front: {
  4557. height: math.unit(6, "feet"),
  4558. weight: math.unit(200, "lbs"),
  4559. name: "Front",
  4560. image: {
  4561. source: "./media/characters/vector-wuff/front.svg"
  4562. }
  4563. }
  4564. },
  4565. [
  4566. {
  4567. name: "Normal",
  4568. height: math.unit(2.8, "meters")
  4569. },
  4570. {
  4571. name: "Macro",
  4572. height: math.unit(450, "meters"),
  4573. default: true
  4574. },
  4575. {
  4576. name: "Megamacro",
  4577. height: math.unit(15, "kilometers")
  4578. }
  4579. ]
  4580. ))
  4581. characterMakers.push(() => makeCharacter(
  4582. { name: "Dannik" },
  4583. {
  4584. front: {
  4585. height: math.unit(6, "feet"),
  4586. weight: math.unit(256, "lbs"),
  4587. name: "Front",
  4588. image: {
  4589. source: "./media/characters/dannik/front.svg"
  4590. }
  4591. }
  4592. },
  4593. [
  4594. {
  4595. name: "Macro",
  4596. height: math.unit(69.57, "meters"),
  4597. default: true
  4598. },
  4599. ]
  4600. ))
  4601. characterMakers.push(() => makeCharacter(
  4602. { name: "Azura Saharah" },
  4603. {
  4604. front: {
  4605. height: math.unit(6, "feet"),
  4606. weight: math.unit(120, "lbs"),
  4607. name: "Front",
  4608. image: {
  4609. source: "./media/characters/azura-saharah/front.svg"
  4610. }
  4611. },
  4612. back: {
  4613. height: math.unit(6, "feet"),
  4614. weight: math.unit(120, "lbs"),
  4615. name: "Back",
  4616. image: {
  4617. source: "./media/characters/azura-saharah/back.svg"
  4618. }
  4619. },
  4620. },
  4621. [
  4622. {
  4623. name: "Macro",
  4624. height: math.unit(100, "feet"),
  4625. default: true
  4626. },
  4627. ]
  4628. ))
  4629. characterMakers.push(() => makeCharacter(
  4630. { name: "Kennedy" },
  4631. {
  4632. side: {
  4633. height: math.unit(5 + 4 / 12, "feet"),
  4634. weight: math.unit(163, "lbs"),
  4635. name: "Side",
  4636. image: {
  4637. source: "./media/characters/kennedy/side.svg"
  4638. }
  4639. }
  4640. },
  4641. [
  4642. {
  4643. name: "Standard Doggo",
  4644. height: math.unit(5 + 4 / 12, "feet")
  4645. },
  4646. {
  4647. name: "Big Doggo",
  4648. height: math.unit(25 + 3 / 12, "feet"),
  4649. default: true
  4650. },
  4651. ]
  4652. ))
  4653. characterMakers.push(() => makeCharacter(
  4654. { name: "Odi Lunar" },
  4655. {
  4656. front: {
  4657. height: math.unit(6, "feet"),
  4658. weight: math.unit(90, "lbs"),
  4659. name: "Front",
  4660. image: {
  4661. source: "./media/characters/odi-lunar/front.svg"
  4662. }
  4663. }
  4664. },
  4665. [
  4666. {
  4667. name: "Micro",
  4668. height: math.unit(3, "inches"),
  4669. default: true
  4670. },
  4671. {
  4672. name: "Normal",
  4673. height: math.unit(5.5, "feet")
  4674. }
  4675. ]
  4676. ))
  4677. characterMakers.push(() => makeCharacter(
  4678. { name: "Mandake" },
  4679. {
  4680. back: {
  4681. height: math.unit(6, "feet"),
  4682. weight: math.unit(220, "lbs"),
  4683. name: "Back",
  4684. image: {
  4685. source: "./media/characters/mandake/back.svg"
  4686. }
  4687. }
  4688. },
  4689. [
  4690. {
  4691. name: "Normal",
  4692. height: math.unit(7, "feet"),
  4693. default: true
  4694. },
  4695. {
  4696. name: "Macro",
  4697. height: math.unit(78, "feet")
  4698. },
  4699. {
  4700. name: "Macro+",
  4701. height: math.unit(300, "meters")
  4702. },
  4703. {
  4704. name: "Macro++",
  4705. height: math.unit(2400, "feet")
  4706. },
  4707. {
  4708. name: "Megamacro",
  4709. height: math.unit(5167, "meters")
  4710. },
  4711. {
  4712. name: "Gigamacro",
  4713. height: math.unit(41769, "miles")
  4714. },
  4715. ]
  4716. ))
  4717. characterMakers.push(() => makeCharacter(
  4718. { name: "Yozey" },
  4719. {
  4720. front: {
  4721. height: math.unit(6, "feet"),
  4722. weight: math.unit(120, "lbs"),
  4723. name: "Front",
  4724. image: {
  4725. source: "./media/characters/yozey/front.svg"
  4726. }
  4727. },
  4728. frontAlt: {
  4729. height: math.unit(6, "feet"),
  4730. weight: math.unit(120, "lbs"),
  4731. name: "Front (Alt)",
  4732. image: {
  4733. source: "./media/characters/yozey/front-alt.svg"
  4734. }
  4735. },
  4736. side: {
  4737. height: math.unit(6, "feet"),
  4738. weight: math.unit(120, "lbs"),
  4739. name: "Side",
  4740. image: {
  4741. source: "./media/characters/yozey/side.svg"
  4742. }
  4743. },
  4744. },
  4745. [
  4746. {
  4747. name: "Micro",
  4748. height: math.unit(3, "inches"),
  4749. default: true
  4750. },
  4751. {
  4752. name: "Normal",
  4753. height: math.unit(6, "feet")
  4754. }
  4755. ]
  4756. ))
  4757. characterMakers.push(() => makeCharacter(
  4758. { name: "Valeska Voss" },
  4759. {
  4760. front: {
  4761. height: math.unit(6, "feet"),
  4762. weight: math.unit(103, "lbs"),
  4763. name: "Front",
  4764. image: {
  4765. source: "./media/characters/valeska-voss/front.svg"
  4766. }
  4767. }
  4768. },
  4769. [
  4770. {
  4771. name: "Mini-Sized Sub",
  4772. height: math.unit(3.1, "inches")
  4773. },
  4774. {
  4775. name: "Mid-Sized Sub",
  4776. height: math.unit(6.2, "inches")
  4777. },
  4778. {
  4779. name: "Full-Sized Sub",
  4780. height: math.unit(9.3, "inches")
  4781. },
  4782. {
  4783. name: "Normal",
  4784. height: math.unit(5 + 2 / 12, "foot"),
  4785. default: true
  4786. },
  4787. ]
  4788. ))
  4789. characterMakers.push(() => makeCharacter(
  4790. { name: "Gene Zeta" },
  4791. {
  4792. front: {
  4793. height: math.unit(6, "feet"),
  4794. weight: math.unit(160, "lbs"),
  4795. name: "Front",
  4796. image: {
  4797. source: "./media/characters/gene-zeta/front.svg",
  4798. bottom: 0.03,
  4799. extra: 1
  4800. }
  4801. }
  4802. },
  4803. [
  4804. {
  4805. name: "Normal",
  4806. height: math.unit(6.25, "foot"),
  4807. default: true
  4808. },
  4809. ]
  4810. ))
  4811. characterMakers.push(() => makeCharacter(
  4812. { name: "Razinox" },
  4813. {
  4814. front: {
  4815. height: math.unit(6, "feet"),
  4816. weight: math.unit(350, "lbs"),
  4817. name: "Front",
  4818. image: {
  4819. source: "./media/characters/razinox/front.svg",
  4820. extra: 1686 / 1548
  4821. }
  4822. },
  4823. back: {
  4824. height: math.unit(6, "feet"),
  4825. weight: math.unit(350, "lbs"),
  4826. name: "Back",
  4827. image: {
  4828. source: "./media/characters/razinox/back.svg",
  4829. extra: 1660 / 1590
  4830. }
  4831. },
  4832. },
  4833. [
  4834. {
  4835. name: "Normal",
  4836. height: math.unit(10 + 8 / 12, "foot")
  4837. },
  4838. {
  4839. name: "Minimacro",
  4840. height: math.unit(15, "foot")
  4841. },
  4842. {
  4843. name: "Macro",
  4844. height: math.unit(60, "foot"),
  4845. default: true
  4846. },
  4847. {
  4848. name: "Megamacro",
  4849. height: math.unit(5, "miles")
  4850. },
  4851. {
  4852. name: "Gigamacro",
  4853. height: math.unit(6000, "miles")
  4854. },
  4855. ]
  4856. ))
  4857. characterMakers.push(() => makeCharacter(
  4858. { name: "Cobalt" },
  4859. {
  4860. front: {
  4861. height: math.unit(6, "feet"),
  4862. weight: math.unit(150, "lbs"),
  4863. name: "Front",
  4864. image: {
  4865. source: "./media/characters/cobalt/front.svg"
  4866. }
  4867. }
  4868. },
  4869. [
  4870. {
  4871. name: "Normal",
  4872. height: math.unit(8 + 1 / 12, "foot")
  4873. },
  4874. {
  4875. name: "Macro",
  4876. height: math.unit(111, "foot"),
  4877. default: true
  4878. },
  4879. {
  4880. name: "Supracosmic",
  4881. height: math.unit(1e42, "feet")
  4882. },
  4883. ]
  4884. ))
  4885. characterMakers.push(() => makeCharacter(
  4886. { name: "Amanda" },
  4887. {
  4888. front: {
  4889. height: math.unit(6, "feet"),
  4890. weight: math.unit(140, "lbs"),
  4891. name: "Front",
  4892. image: {
  4893. source: "./media/characters/amanda/front.svg"
  4894. }
  4895. }
  4896. },
  4897. [
  4898. {
  4899. name: "Micro",
  4900. height: math.unit(5, "inches"),
  4901. default: true
  4902. },
  4903. ]
  4904. ))
  4905. characterMakers.push(() => makeCharacter(
  4906. { name: "Teal" },
  4907. {
  4908. front: {
  4909. height: math.unit(5.59, "feet"),
  4910. weight: math.unit(250, "lbs"),
  4911. name: "Front",
  4912. image: {
  4913. source: "./media/characters/teal/front.svg"
  4914. }
  4915. },
  4916. frontAlt: {
  4917. height: math.unit(6, "feet"),
  4918. weight: math.unit(250, "lbs"),
  4919. name: "Front (Alt)",
  4920. image: {
  4921. source: "./media/characters/teal/front-alt.svg",
  4922. bottom: 0.04,
  4923. extra: 1
  4924. }
  4925. },
  4926. },
  4927. [
  4928. {
  4929. name: "Normal",
  4930. height: math.unit(12, "feet"),
  4931. default: true
  4932. },
  4933. {
  4934. name: "Macro",
  4935. height: math.unit(300, "feet")
  4936. },
  4937. ]
  4938. ))
  4939. characterMakers.push(() => makeCharacter(
  4940. { name: "Ravin Amulet" },
  4941. {
  4942. frontCat: {
  4943. height: math.unit(6, "feet"),
  4944. weight: math.unit(180, "lbs"),
  4945. name: "Front (Cat)",
  4946. image: {
  4947. source: "./media/characters/ravin-amulet/front-cat.svg"
  4948. }
  4949. },
  4950. frontCatAlt: {
  4951. height: math.unit(6, "feet"),
  4952. weight: math.unit(180, "lbs"),
  4953. name: "Front (Alt, Cat)",
  4954. image: {
  4955. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4956. }
  4957. },
  4958. frontWerewolf: {
  4959. height: math.unit(6 * 1.2, "feet"),
  4960. weight: math.unit(225, "lbs"),
  4961. name: "Front (Werewolf)",
  4962. image: {
  4963. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4964. }
  4965. },
  4966. backWerewolf: {
  4967. height: math.unit(6 * 1.2, "feet"),
  4968. weight: math.unit(225, "lbs"),
  4969. name: "Back (Werewolf)",
  4970. image: {
  4971. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4972. }
  4973. },
  4974. },
  4975. [
  4976. {
  4977. name: "Nano",
  4978. height: math.unit(1, "micrometer")
  4979. },
  4980. {
  4981. name: "Micro",
  4982. height: math.unit(1, "inch")
  4983. },
  4984. {
  4985. name: "Normal",
  4986. height: math.unit(6, "feet"),
  4987. default: true
  4988. },
  4989. {
  4990. name: "Macro",
  4991. height: math.unit(60, "feet")
  4992. }
  4993. ]
  4994. ))
  4995. characterMakers.push(() => makeCharacter(
  4996. { name: "Fluoresce" },
  4997. {
  4998. front: {
  4999. height: math.unit(6, "feet"),
  5000. weight: math.unit(165, "lbs"),
  5001. name: "Front",
  5002. image: {
  5003. source: "./media/characters/fluoresce/front.svg"
  5004. }
  5005. }
  5006. },
  5007. [
  5008. {
  5009. name: "Micro",
  5010. height: math.unit(6, "cm")
  5011. },
  5012. {
  5013. name: "Normal",
  5014. height: math.unit(5 + 7 / 12, "feet"),
  5015. default: true
  5016. },
  5017. {
  5018. name: "Macro",
  5019. height: math.unit(56, "feet")
  5020. },
  5021. {
  5022. name: "Megamacro",
  5023. height: math.unit(1.9, "miles")
  5024. },
  5025. ]
  5026. ))
  5027. characterMakers.push(() => makeCharacter(
  5028. { name: "Aurora" },
  5029. {
  5030. front: {
  5031. height: math.unit(9 + 6 / 12, "feet"),
  5032. weight: math.unit(523, "lbs"),
  5033. name: "Side",
  5034. image: {
  5035. source: "./media/characters/aurora/side.svg"
  5036. }
  5037. }
  5038. },
  5039. [
  5040. {
  5041. name: "Normal",
  5042. height: math.unit(9 + 6 / 12, "feet")
  5043. },
  5044. {
  5045. name: "Macro",
  5046. height: math.unit(96, "feet"),
  5047. default: true
  5048. },
  5049. {
  5050. name: "Macro+",
  5051. height: math.unit(243, "feet")
  5052. },
  5053. ]
  5054. ))
  5055. characterMakers.push(() => makeCharacter(
  5056. { name: "Ranek" },
  5057. {
  5058. front: {
  5059. height: math.unit(194, "cm"),
  5060. weight: math.unit(90, "kg"),
  5061. name: "Front",
  5062. image: {
  5063. source: "./media/characters/ranek/front.svg"
  5064. }
  5065. },
  5066. side: {
  5067. height: math.unit(194, "cm"),
  5068. weight: math.unit(90, "kg"),
  5069. name: "Side",
  5070. image: {
  5071. source: "./media/characters/ranek/side.svg"
  5072. }
  5073. },
  5074. back: {
  5075. height: math.unit(194, "cm"),
  5076. weight: math.unit(90, "kg"),
  5077. name: "Back",
  5078. image: {
  5079. source: "./media/characters/ranek/back.svg"
  5080. }
  5081. },
  5082. feral: {
  5083. height: math.unit(30, "cm"),
  5084. weight: math.unit(1.6, "lbs"),
  5085. name: "Feral",
  5086. image: {
  5087. source: "./media/characters/ranek/feral.svg"
  5088. }
  5089. },
  5090. },
  5091. [
  5092. {
  5093. name: "Normal",
  5094. height: math.unit(194, "cm"),
  5095. default: true
  5096. },
  5097. {
  5098. name: "Macro",
  5099. height: math.unit(100, "meters")
  5100. },
  5101. ]
  5102. ))
  5103. characterMakers.push(() => makeCharacter(
  5104. { name: "Andrew Cooper" },
  5105. {
  5106. front: {
  5107. height: math.unit(5 + 6 / 12, "feet"),
  5108. weight: math.unit(153, "lbs"),
  5109. name: "Front",
  5110. image: {
  5111. source: "./media/characters/andrew-cooper/front.svg"
  5112. }
  5113. },
  5114. },
  5115. [
  5116. {
  5117. name: "Nano",
  5118. height: math.unit(1, "mm")
  5119. },
  5120. {
  5121. name: "Micro",
  5122. height: math.unit(2, "inches")
  5123. },
  5124. {
  5125. name: "Normal",
  5126. height: math.unit(5 + 6 / 12, "feet"),
  5127. default: true
  5128. }
  5129. ]
  5130. ))
  5131. characterMakers.push(() => makeCharacter(
  5132. { name: "Akane Sato" },
  5133. {
  5134. front: {
  5135. height: math.unit(6, "feet"),
  5136. weight: math.unit(180, "lbs"),
  5137. name: "Front",
  5138. image: {
  5139. source: "./media/characters/akane-sato/front.svg",
  5140. extra: 1219 / 1140
  5141. }
  5142. },
  5143. back: {
  5144. height: math.unit(6, "feet"),
  5145. weight: math.unit(180, "lbs"),
  5146. name: "Back",
  5147. image: {
  5148. source: "./media/characters/akane-sato/back.svg",
  5149. extra: 1219 / 1170
  5150. }
  5151. },
  5152. },
  5153. [
  5154. {
  5155. name: "Normal",
  5156. height: math.unit(2.5, "meters")
  5157. },
  5158. {
  5159. name: "Macro",
  5160. height: math.unit(250, "meters"),
  5161. default: true
  5162. },
  5163. {
  5164. name: "Megamacro",
  5165. height: math.unit(25, "km")
  5166. },
  5167. ]
  5168. ))
  5169. characterMakers.push(() => makeCharacter(
  5170. { name: "Rook" },
  5171. {
  5172. front: {
  5173. height: math.unit(6, "feet"),
  5174. weight: math.unit(65, "kg"),
  5175. name: "Front",
  5176. image: {
  5177. source: "./media/characters/rook/front.svg",
  5178. extra: 960/950
  5179. }
  5180. }
  5181. },
  5182. [
  5183. {
  5184. name: "Normal",
  5185. height: math.unit(8.8, "feet")
  5186. },
  5187. {
  5188. name: "Macro",
  5189. height: math.unit(88, "feet"),
  5190. default: true
  5191. },
  5192. {
  5193. name: "Megamacro",
  5194. height: math.unit(8, "miles")
  5195. },
  5196. ]
  5197. ))
  5198. characterMakers.push(() => makeCharacter(
  5199. { name: "Prodigy" },
  5200. {
  5201. front: {
  5202. height: math.unit(12 + 2 / 12, "feet"),
  5203. weight: math.unit(808, "lbs"),
  5204. name: "Front",
  5205. image: {
  5206. source: "./media/characters/prodigy/front.svg"
  5207. }
  5208. }
  5209. },
  5210. [
  5211. {
  5212. name: "Normal",
  5213. height: math.unit(12 + 2 / 12, "feet"),
  5214. default: true
  5215. },
  5216. {
  5217. name: "Macro",
  5218. height: math.unit(143, "feet")
  5219. },
  5220. {
  5221. name: "Macro+",
  5222. height: math.unit(400, "feet")
  5223. },
  5224. ]
  5225. ))
  5226. characterMakers.push(() => makeCharacter(
  5227. { name: "Daniel" },
  5228. {
  5229. front: {
  5230. height: math.unit(6, "feet"),
  5231. weight: math.unit(225, "lbs"),
  5232. name: "Front",
  5233. image: {
  5234. source: "./media/characters/daniel/front.svg"
  5235. }
  5236. },
  5237. leaning: {
  5238. height: math.unit(6, "feet"),
  5239. weight: math.unit(225, "lbs"),
  5240. name: "Leaning",
  5241. image: {
  5242. source: "./media/characters/daniel/leaning.svg"
  5243. }
  5244. },
  5245. },
  5246. [
  5247. {
  5248. name: "Macro",
  5249. height: math.unit(1000, "feet"),
  5250. default: true
  5251. },
  5252. ]
  5253. ))
  5254. characterMakers.push(() => makeCharacter(
  5255. { name: "Chiros" },
  5256. {
  5257. front: {
  5258. height: math.unit(6, "feet"),
  5259. weight: math.unit(88, "lbs"),
  5260. name: "Front",
  5261. image: {
  5262. source: "./media/characters/chiros/front.svg",
  5263. extra: 306 / 226
  5264. }
  5265. },
  5266. side: {
  5267. height: math.unit(6, "feet"),
  5268. weight: math.unit(88, "lbs"),
  5269. name: "Side",
  5270. image: {
  5271. source: "./media/characters/chiros/side.svg",
  5272. extra: 306 / 226
  5273. }
  5274. },
  5275. },
  5276. [
  5277. {
  5278. name: "Normal",
  5279. height: math.unit(6, "cm"),
  5280. default: true
  5281. },
  5282. ]
  5283. ))
  5284. characterMakers.push(() => makeCharacter(
  5285. { name: "Selka" },
  5286. {
  5287. front: {
  5288. height: math.unit(6, "feet"),
  5289. weight: math.unit(100, "lbs"),
  5290. name: "Front",
  5291. image: {
  5292. source: "./media/characters/selka/front.svg",
  5293. extra: 947 / 887
  5294. }
  5295. }
  5296. },
  5297. [
  5298. {
  5299. name: "Normal",
  5300. height: math.unit(5, "cm"),
  5301. default: true
  5302. },
  5303. ]
  5304. ))
  5305. characterMakers.push(() => makeCharacter(
  5306. { name: "Verin" },
  5307. {
  5308. front: {
  5309. height: math.unit(8 + 3 / 12, "feet"),
  5310. weight: math.unit(424, "lbs"),
  5311. name: "Front",
  5312. image: {
  5313. source: "./media/characters/verin/front.svg",
  5314. extra: 1845 / 1550
  5315. }
  5316. },
  5317. frontArmored: {
  5318. height: math.unit(8 + 3 / 12, "feet"),
  5319. weight: math.unit(424, "lbs"),
  5320. name: "Front (Armored)",
  5321. image: {
  5322. source: "./media/characters/verin/front-armor.svg",
  5323. extra: 1845 / 1550,
  5324. bottom: 0.01
  5325. }
  5326. },
  5327. back: {
  5328. height: math.unit(8 + 3 / 12, "feet"),
  5329. weight: math.unit(424, "lbs"),
  5330. name: "Back",
  5331. image: {
  5332. source: "./media/characters/verin/back.svg",
  5333. bottom: 0.1,
  5334. extra: 1
  5335. }
  5336. },
  5337. foot: {
  5338. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5339. name: "Foot",
  5340. image: {
  5341. source: "./media/characters/verin/foot.svg"
  5342. }
  5343. },
  5344. },
  5345. [
  5346. {
  5347. name: "Normal",
  5348. height: math.unit(8 + 3 / 12, "feet")
  5349. },
  5350. {
  5351. name: "Minimacro",
  5352. height: math.unit(21, "feet"),
  5353. default: true
  5354. },
  5355. {
  5356. name: "Macro",
  5357. height: math.unit(626, "feet")
  5358. },
  5359. ]
  5360. ))
  5361. characterMakers.push(() => makeCharacter(
  5362. { name: "Sovrim Terraquian" },
  5363. {
  5364. front: {
  5365. height: math.unit(2.718, "meters"),
  5366. weight: math.unit(150, "lbs"),
  5367. name: "Front",
  5368. image: {
  5369. source: "./media/characters/sovrim-terraquian/front.svg"
  5370. }
  5371. },
  5372. back: {
  5373. height: math.unit(2.718, "meters"),
  5374. weight: math.unit(150, "lbs"),
  5375. name: "Back",
  5376. image: {
  5377. source: "./media/characters/sovrim-terraquian/back.svg"
  5378. }
  5379. }
  5380. },
  5381. [
  5382. {
  5383. name: "Micro",
  5384. height: math.unit(2, "inches")
  5385. },
  5386. {
  5387. name: "Small",
  5388. height: math.unit(1, "meter")
  5389. },
  5390. {
  5391. name: "Normal",
  5392. height: math.unit(Math.E, "meters"),
  5393. default: true
  5394. },
  5395. {
  5396. name: "Macro",
  5397. height: math.unit(20, "meters")
  5398. },
  5399. {
  5400. name: "Macro+",
  5401. height: math.unit(400, "meters")
  5402. },
  5403. ]
  5404. ))
  5405. characterMakers.push(() => makeCharacter(
  5406. { name: "Reece Silvermane" },
  5407. {
  5408. front: {
  5409. height: math.unit(7, "feet"),
  5410. weight: math.unit(489, "lbs"),
  5411. name: "Front",
  5412. image: {
  5413. source: "./media/characters/reece-silvermane/front.svg",
  5414. bottom: 0.02,
  5415. extra: 1
  5416. }
  5417. },
  5418. },
  5419. [
  5420. {
  5421. name: "Macro",
  5422. height: math.unit(1.5, "miles"),
  5423. default: true
  5424. },
  5425. ]
  5426. ))
  5427. characterMakers.push(() => makeCharacter(
  5428. { name: "Kane" },
  5429. {
  5430. front: {
  5431. height: math.unit(6, "feet"),
  5432. weight: math.unit(78, "kg"),
  5433. name: "Front",
  5434. image: {
  5435. source: "./media/characters/kane/front.svg",
  5436. extra: 978 / 899
  5437. }
  5438. },
  5439. },
  5440. [
  5441. {
  5442. name: "Normal",
  5443. height: math.unit(2.1, "m"),
  5444. },
  5445. {
  5446. name: "Macro",
  5447. height: math.unit(1, "km"),
  5448. default: true
  5449. },
  5450. ]
  5451. ))
  5452. characterMakers.push(() => makeCharacter(
  5453. { name: "Tegon" },
  5454. {
  5455. front: {
  5456. height: math.unit(6, "feet"),
  5457. weight: math.unit(200, "kg"),
  5458. name: "Front",
  5459. image: {
  5460. source: "./media/characters/tegon/front.svg",
  5461. bottom: 0.01,
  5462. extra: 1
  5463. }
  5464. },
  5465. },
  5466. [
  5467. {
  5468. name: "Micro",
  5469. height: math.unit(1, "inch")
  5470. },
  5471. {
  5472. name: "Normal",
  5473. height: math.unit(6 + 3 / 12, "feet"),
  5474. default: true
  5475. },
  5476. {
  5477. name: "Macro",
  5478. height: math.unit(300, "feet")
  5479. },
  5480. {
  5481. name: "Megamacro",
  5482. height: math.unit(69, "miles")
  5483. },
  5484. ]
  5485. ))
  5486. characterMakers.push(() => makeCharacter(
  5487. { name: "Arcturax" },
  5488. {
  5489. side: {
  5490. height: math.unit(6, "feet"),
  5491. weight: math.unit(2304, "lbs"),
  5492. name: "Side",
  5493. image: {
  5494. source: "./media/characters/arcturax/side.svg",
  5495. extra: 790 / 376,
  5496. bottom: 0.01
  5497. }
  5498. },
  5499. },
  5500. [
  5501. {
  5502. name: "Micro",
  5503. height: math.unit(2, "inch")
  5504. },
  5505. {
  5506. name: "Normal",
  5507. height: math.unit(6, "feet")
  5508. },
  5509. {
  5510. name: "Macro",
  5511. height: math.unit(39, "feet"),
  5512. default: true
  5513. },
  5514. {
  5515. name: "Megamacro",
  5516. height: math.unit(7, "miles")
  5517. },
  5518. ]
  5519. ))
  5520. characterMakers.push(() => makeCharacter(
  5521. { name: "Sentri" },
  5522. {
  5523. front: {
  5524. height: math.unit(6, "feet"),
  5525. weight: math.unit(50, "lbs"),
  5526. name: "Front",
  5527. image: {
  5528. source: "./media/characters/sentri/front.svg",
  5529. extra: 1750 / 1570,
  5530. bottom: 0.025
  5531. }
  5532. },
  5533. frontAlt: {
  5534. height: math.unit(6, "feet"),
  5535. weight: math.unit(50, "lbs"),
  5536. name: "Front (Alt)",
  5537. image: {
  5538. source: "./media/characters/sentri/front-alt.svg",
  5539. extra: 1750 / 1570,
  5540. bottom: 0.025
  5541. }
  5542. },
  5543. },
  5544. [
  5545. {
  5546. name: "Normal",
  5547. height: math.unit(15, "feet"),
  5548. default: true
  5549. },
  5550. {
  5551. name: "Macro",
  5552. height: math.unit(2500, "feet")
  5553. }
  5554. ]
  5555. ))
  5556. characterMakers.push(() => makeCharacter(
  5557. { name: "Corvin" },
  5558. {
  5559. front: {
  5560. height: math.unit(5 + 8 / 12, "feet"),
  5561. weight: math.unit(130, "lbs"),
  5562. name: "Front",
  5563. image: {
  5564. source: "./media/characters/corvin/front.svg",
  5565. extra: 1803 / 1629
  5566. }
  5567. },
  5568. frontShirt: {
  5569. height: math.unit(5 + 8 / 12, "feet"),
  5570. weight: math.unit(130, "lbs"),
  5571. name: "Front (Shirt)",
  5572. image: {
  5573. source: "./media/characters/corvin/front-shirt.svg",
  5574. extra: 1803 / 1629
  5575. }
  5576. },
  5577. frontPoncho: {
  5578. height: math.unit(5 + 8 / 12, "feet"),
  5579. weight: math.unit(130, "lbs"),
  5580. name: "Front (Poncho)",
  5581. image: {
  5582. source: "./media/characters/corvin/front-poncho.svg",
  5583. extra: 1803 / 1629
  5584. }
  5585. },
  5586. side: {
  5587. height: math.unit(5 + 8 / 12, "feet"),
  5588. weight: math.unit(130, "lbs"),
  5589. name: "Side",
  5590. image: {
  5591. source: "./media/characters/corvin/side.svg",
  5592. extra: 1012 / 945
  5593. }
  5594. },
  5595. back: {
  5596. height: math.unit(5 + 8 / 12, "feet"),
  5597. weight: math.unit(130, "lbs"),
  5598. name: "Back",
  5599. image: {
  5600. source: "./media/characters/corvin/back.svg",
  5601. extra: 1803 / 1629
  5602. }
  5603. },
  5604. },
  5605. [
  5606. {
  5607. name: "Micro",
  5608. height: math.unit(3, "inches")
  5609. },
  5610. {
  5611. name: "Normal",
  5612. height: math.unit(5 + 8 / 12, "feet")
  5613. },
  5614. {
  5615. name: "Macro",
  5616. height: math.unit(300, "feet"),
  5617. default: true
  5618. },
  5619. {
  5620. name: "Megamacro",
  5621. height: math.unit(500, "miles")
  5622. }
  5623. ]
  5624. ))
  5625. characterMakers.push(() => makeCharacter(
  5626. { name: "Q" },
  5627. {
  5628. front: {
  5629. height: math.unit(6, "feet"),
  5630. weight: math.unit(135, "lbs"),
  5631. name: "Front",
  5632. image: {
  5633. source: "./media/characters/q/front.svg",
  5634. extra: 854 / 752,
  5635. bottom: 0.005
  5636. }
  5637. },
  5638. back: {
  5639. height: math.unit(6, "feet"),
  5640. weight: math.unit(130, "lbs"),
  5641. name: "Back",
  5642. image: {
  5643. source: "./media/characters/q/back.svg",
  5644. extra: 854 / 752
  5645. }
  5646. },
  5647. },
  5648. [
  5649. {
  5650. name: "Macro",
  5651. height: math.unit(90, "feet"),
  5652. default: true
  5653. },
  5654. {
  5655. name: "Extra Macro",
  5656. height: math.unit(300, "feet"),
  5657. },
  5658. {
  5659. name: "BIG WALF",
  5660. height: math.unit(750, "feet"),
  5661. },
  5662. ]
  5663. ))
  5664. characterMakers.push(() => makeCharacter(
  5665. { name: "Carley" },
  5666. {
  5667. front: {
  5668. height: math.unit(6, "feet"),
  5669. weight: math.unit(150, "lbs"),
  5670. name: "Front",
  5671. image: {
  5672. source: "./media/characters/carley/front.svg",
  5673. extra: 3927 / 3540,
  5674. bottom: 0.03
  5675. }
  5676. }
  5677. },
  5678. [
  5679. {
  5680. name: "Normal",
  5681. height: math.unit(6 + 3 / 12, "feet")
  5682. },
  5683. {
  5684. name: "Macro",
  5685. height: math.unit(185, "feet"),
  5686. default: true
  5687. },
  5688. {
  5689. name: "Megamacro",
  5690. height: math.unit(8, "miles"),
  5691. },
  5692. ]
  5693. ))
  5694. characterMakers.push(() => makeCharacter(
  5695. { name: "Citrine" },
  5696. {
  5697. front: {
  5698. height: math.unit(3, "feet"),
  5699. weight: math.unit(28, "lbs"),
  5700. name: "Front",
  5701. image: {
  5702. source: "./media/characters/citrine/front.svg"
  5703. }
  5704. }
  5705. },
  5706. [
  5707. {
  5708. name: "Normal",
  5709. height: math.unit(3, "feet"),
  5710. default: true
  5711. }
  5712. ]
  5713. ))
  5714. characterMakers.push(() => makeCharacter(
  5715. { name: "Aura Starwind" },
  5716. {
  5717. front: {
  5718. height: math.unit(14, "feet"),
  5719. weight: math.unit(1450, "kg"),
  5720. name: "Front",
  5721. image: {
  5722. source: "./media/characters/aura-starwind/front.svg",
  5723. extra: 1455 / 1335
  5724. }
  5725. },
  5726. side: {
  5727. height: math.unit(14, "feet"),
  5728. weight: math.unit(1450, "kg"),
  5729. name: "Side",
  5730. image: {
  5731. source: "./media/characters/aura-starwind/side.svg",
  5732. extra: 1654 / 1497
  5733. }
  5734. },
  5735. taur: {
  5736. height: math.unit(18, "feet"),
  5737. weight: math.unit(5500, "kg"),
  5738. name: "Taur",
  5739. image: {
  5740. source: "./media/characters/aura-starwind/taur.svg",
  5741. extra: 1760 / 1650
  5742. }
  5743. },
  5744. feral: {
  5745. height: math.unit(46, "feet"),
  5746. weight: math.unit(25000, "kg"),
  5747. name: "Feral",
  5748. image: {
  5749. source: "./media/characters/aura-starwind/feral.svg"
  5750. }
  5751. },
  5752. },
  5753. [
  5754. {
  5755. name: "Normal",
  5756. height: math.unit(14, "feet"),
  5757. default: true
  5758. },
  5759. {
  5760. name: "Macro",
  5761. height: math.unit(50, "meters")
  5762. },
  5763. {
  5764. name: "Megamacro",
  5765. height: math.unit(5000, "meters")
  5766. },
  5767. {
  5768. name: "Gigamacro",
  5769. height: math.unit(100000, "kilometers")
  5770. },
  5771. ]
  5772. ))
  5773. characterMakers.push(() => makeCharacter(
  5774. { name: "Rivet" },
  5775. {
  5776. front: {
  5777. height: math.unit(2 + 7 / 12, "feet"),
  5778. weight: math.unit(32, "lbs"),
  5779. name: "Front",
  5780. image: {
  5781. source: "./media/characters/rivet/front.svg",
  5782. extra: 1716 / 1658,
  5783. bottom: 0.03
  5784. }
  5785. },
  5786. foot: {
  5787. height: math.unit(0.551, "feet"),
  5788. name: "Rivet's Foot",
  5789. image: {
  5790. source: "./media/characters/rivet/foot.svg"
  5791. },
  5792. rename: true
  5793. }
  5794. },
  5795. [
  5796. {
  5797. name: "Micro",
  5798. height: math.unit(1.5, "inches"),
  5799. },
  5800. {
  5801. name: "Normal",
  5802. height: math.unit(2 + 7 / 12, "feet"),
  5803. default: true
  5804. },
  5805. {
  5806. name: "Macro",
  5807. height: math.unit(85, "feet")
  5808. },
  5809. {
  5810. name: "Megamacro",
  5811. height: math.unit(2.2, "km")
  5812. }
  5813. ]
  5814. ))
  5815. characterMakers.push(() => makeCharacter(
  5816. { name: "Coffee" },
  5817. {
  5818. front: {
  5819. height: math.unit(5 + 9 / 12, "feet"),
  5820. weight: math.unit(150, "lbs"),
  5821. name: "Front",
  5822. image: {
  5823. source: "./media/characters/coffee/front.svg",
  5824. extra: 3666 / 3032,
  5825. bottom: 0.04
  5826. }
  5827. },
  5828. foot: {
  5829. height: math.unit(1.29, "feet"),
  5830. name: "Foot",
  5831. image: {
  5832. source: "./media/characters/coffee/foot.svg"
  5833. }
  5834. },
  5835. },
  5836. [
  5837. {
  5838. name: "Micro",
  5839. height: math.unit(2, "inches"),
  5840. },
  5841. {
  5842. name: "Normal",
  5843. height: math.unit(5 + 9 / 12, "feet"),
  5844. default: true
  5845. },
  5846. {
  5847. name: "Macro",
  5848. height: math.unit(800, "feet")
  5849. },
  5850. {
  5851. name: "Megamacro",
  5852. height: math.unit(25, "miles")
  5853. }
  5854. ]
  5855. ))
  5856. characterMakers.push(() => makeCharacter(
  5857. { name: "Chari-Gal" },
  5858. {
  5859. front: {
  5860. height: math.unit(6, "feet"),
  5861. weight: math.unit(200, "lbs"),
  5862. name: "Front",
  5863. image: {
  5864. source: "./media/characters/chari-gal/front.svg",
  5865. extra: 1568 / 1385,
  5866. bottom: 0.047
  5867. }
  5868. },
  5869. gigantamax: {
  5870. height: math.unit(6 * 16, "feet"),
  5871. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5872. name: "Gigantamax",
  5873. image: {
  5874. source: "./media/characters/chari-gal/gigantamax.svg",
  5875. extra: 1124 / 888,
  5876. bottom: 0.03
  5877. }
  5878. },
  5879. },
  5880. [
  5881. {
  5882. name: "Normal",
  5883. height: math.unit(5 + 7 / 12, "feet")
  5884. },
  5885. {
  5886. name: "Macro",
  5887. height: math.unit(200, "feet"),
  5888. default: true
  5889. }
  5890. ]
  5891. ))
  5892. characterMakers.push(() => makeCharacter(
  5893. { name: "Nova" },
  5894. {
  5895. front: {
  5896. height: math.unit(6, "feet"),
  5897. weight: math.unit(150, "lbs"),
  5898. name: "Front",
  5899. image: {
  5900. source: "./media/characters/nova/front.svg",
  5901. extra: 5000 / 4722,
  5902. bottom: 0.02
  5903. }
  5904. }
  5905. },
  5906. [
  5907. {
  5908. name: "Micro-",
  5909. height: math.unit(0.8, "inches")
  5910. },
  5911. {
  5912. name: "Micro",
  5913. height: math.unit(2, "inches"),
  5914. default: true
  5915. },
  5916. ]
  5917. ))
  5918. characterMakers.push(() => makeCharacter(
  5919. { name: "Argent" },
  5920. {
  5921. front: {
  5922. height: math.unit(3 + 1 / 12, "feet"),
  5923. weight: math.unit(21.7, "lbs"),
  5924. name: "Front",
  5925. image: {
  5926. source: "./media/characters/argent/front.svg",
  5927. extra: 1565 / 1416,
  5928. bottom: 0.01
  5929. }
  5930. }
  5931. },
  5932. [
  5933. {
  5934. name: "Micro",
  5935. height: math.unit(2, "inches")
  5936. },
  5937. {
  5938. name: "Normal",
  5939. height: math.unit(3 + 1 / 12, "feet"),
  5940. default: true
  5941. },
  5942. {
  5943. name: "Macro",
  5944. height: math.unit(120, "feet")
  5945. },
  5946. ]
  5947. ))
  5948. characterMakers.push(() => makeCharacter(
  5949. { name: "Mira al-Cul" },
  5950. {
  5951. lamp: {
  5952. height: math.unit(7 * 1559 / 989, "feet"),
  5953. name: "Magic Lamp",
  5954. image: {
  5955. source: "./media/characters/mira-al-cul/lamp.svg",
  5956. extra: 1617 / 1559
  5957. }
  5958. },
  5959. front: {
  5960. height: math.unit(7, "feet"),
  5961. name: "Front",
  5962. image: {
  5963. source: "./media/characters/mira-al-cul/front.svg",
  5964. extra: 1044 / 990
  5965. }
  5966. },
  5967. },
  5968. [
  5969. {
  5970. name: "Heavily Restricted",
  5971. height: math.unit(7 * 1559 / 989, "feet")
  5972. },
  5973. {
  5974. name: "Freshly Freed",
  5975. height: math.unit(50 * 1559 / 989, "feet")
  5976. },
  5977. {
  5978. name: "World Encompassing",
  5979. height: math.unit(10000 * 1559 / 989, "miles")
  5980. },
  5981. {
  5982. name: "Galactic",
  5983. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5984. },
  5985. {
  5986. name: "Palmed Universe",
  5987. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5988. default: true
  5989. },
  5990. {
  5991. name: "Multiversal Matriarch",
  5992. height: math.unit(8.87e10, "yottameters")
  5993. },
  5994. {
  5995. name: "Void Mother",
  5996. height: math.unit(3.14e110, "yottaparsecs")
  5997. },
  5998. ]
  5999. ))
  6000. characterMakers.push(() => makeCharacter(
  6001. { name: "Kuro-shi Uchū" },
  6002. {
  6003. front: {
  6004. height: math.unit(17 + 1 / 12, "feet"),
  6005. weight: math.unit(476.2 * 5, "lbs"),
  6006. name: "Front",
  6007. image: {
  6008. source: "./media/characters/kuro-shi-uchū/front.svg",
  6009. extra: 2329 / 1835,
  6010. bottom: 0.02
  6011. }
  6012. },
  6013. },
  6014. [
  6015. {
  6016. name: "Micro",
  6017. height: math.unit(2, "inches")
  6018. },
  6019. {
  6020. name: "Normal",
  6021. height: math.unit(12, "meters")
  6022. },
  6023. {
  6024. name: "Planetary",
  6025. height: math.unit(0.00929, "AU"),
  6026. default: true
  6027. },
  6028. {
  6029. name: "Universal",
  6030. height: math.unit(20, "gigaparsecs")
  6031. },
  6032. ]
  6033. ))
  6034. characterMakers.push(() => makeCharacter(
  6035. { name: "Katherine" },
  6036. {
  6037. front: {
  6038. height: math.unit(5 + 2 / 12, "feet"),
  6039. weight: math.unit(120, "lbs"),
  6040. name: "Front",
  6041. image: {
  6042. source: "./media/characters/katherine/front.svg",
  6043. extra: 2075 / 1969
  6044. }
  6045. },
  6046. dress: {
  6047. height: math.unit(5 + 2 / 12, "feet"),
  6048. weight: math.unit(120, "lbs"),
  6049. name: "Dress",
  6050. image: {
  6051. source: "./media/characters/katherine/dress.svg",
  6052. extra: 2258 / 2064
  6053. }
  6054. },
  6055. },
  6056. [
  6057. {
  6058. name: "Micro",
  6059. height: math.unit(1, "inches"),
  6060. default: true
  6061. },
  6062. {
  6063. name: "Normal",
  6064. height: math.unit(5 + 2 / 12, "feet")
  6065. },
  6066. {
  6067. name: "Macro",
  6068. height: math.unit(100, "meters")
  6069. },
  6070. {
  6071. name: "Megamacro",
  6072. height: math.unit(80, "miles")
  6073. },
  6074. ]
  6075. ))
  6076. characterMakers.push(() => makeCharacter(
  6077. { name: "Yevis" },
  6078. {
  6079. front: {
  6080. height: math.unit(7 + 8 / 12, "feet"),
  6081. weight: math.unit(250, "lbs"),
  6082. name: "Front",
  6083. image: {
  6084. source: "./media/characters/yevis/front.svg",
  6085. extra: 1938 / 1755
  6086. }
  6087. }
  6088. },
  6089. [
  6090. {
  6091. name: "Mortal",
  6092. height: math.unit(7 + 8 / 12, "feet")
  6093. },
  6094. {
  6095. name: "Battle",
  6096. height: math.unit(25 + 11 / 12, "feet")
  6097. },
  6098. {
  6099. name: "Wrath",
  6100. height: math.unit(1654 + 11 / 12, "feet")
  6101. },
  6102. {
  6103. name: "Planet Destroyer",
  6104. height: math.unit(12000, "miles")
  6105. },
  6106. {
  6107. name: "Galaxy Conqueror",
  6108. height: math.unit(1.45, "zettameters"),
  6109. default: true
  6110. },
  6111. {
  6112. name: "Universal War",
  6113. height: math.unit(184, "gigaparsecs")
  6114. },
  6115. {
  6116. name: "Eternity War",
  6117. height: math.unit(1.98e55, "yottaparsecs")
  6118. },
  6119. ]
  6120. ))
  6121. characterMakers.push(() => makeCharacter(
  6122. { name: "Xavier" },
  6123. {
  6124. front: {
  6125. height: math.unit(5 + 8 / 12, "feet"),
  6126. weight: math.unit(63, "kg"),
  6127. name: "Front",
  6128. image: {
  6129. source: "./media/characters/xavier/front.svg",
  6130. extra: 944 / 883
  6131. }
  6132. },
  6133. frontStretch: {
  6134. height: math.unit(5 + 8 / 12, "feet"),
  6135. weight: math.unit(63, "kg"),
  6136. name: "Stretching",
  6137. image: {
  6138. source: "./media/characters/xavier/front-stretch.svg",
  6139. extra: 962 / 820
  6140. }
  6141. },
  6142. },
  6143. [
  6144. {
  6145. name: "Normal",
  6146. height: math.unit(5 + 8 / 12, "feet")
  6147. },
  6148. {
  6149. name: "Macro",
  6150. height: math.unit(100, "meters"),
  6151. default: true
  6152. },
  6153. {
  6154. name: "McLargeHuge",
  6155. height: math.unit(10, "miles")
  6156. },
  6157. ]
  6158. ))
  6159. characterMakers.push(() => makeCharacter(
  6160. { name: "Joshii" },
  6161. {
  6162. front: {
  6163. height: math.unit(5 + 5 / 12, "feet"),
  6164. weight: math.unit(150, "lb"),
  6165. name: "Front",
  6166. image: {
  6167. source: "./media/characters/joshii/front.svg"
  6168. }
  6169. },
  6170. foot: {
  6171. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6172. name: "Foot",
  6173. image: {
  6174. source: "./media/characters/joshii/foot.svg"
  6175. }
  6176. },
  6177. },
  6178. [
  6179. {
  6180. name: "Micro",
  6181. height: math.unit(2, "inches")
  6182. },
  6183. {
  6184. name: "Normal",
  6185. height: math.unit(5 + 5 / 12, "feet"),
  6186. default: true
  6187. },
  6188. {
  6189. name: "Macro",
  6190. height: math.unit(785, "feet")
  6191. },
  6192. {
  6193. name: "Megamacro",
  6194. height: math.unit(24.5, "miles")
  6195. },
  6196. ]
  6197. ))
  6198. characterMakers.push(() => makeCharacter(
  6199. { name: "Goddess Elizabeth" },
  6200. {
  6201. front: {
  6202. height: math.unit(6, "feet"),
  6203. weight: math.unit(150, "lb"),
  6204. name: "Front",
  6205. image: {
  6206. source: "./media/characters/goddess-elizabeth/front.svg",
  6207. extra: 1800 / 1525,
  6208. bottom: 0.005
  6209. }
  6210. },
  6211. foot: {
  6212. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6213. name: "Foot",
  6214. image: {
  6215. source: "./media/characters/goddess-elizabeth/foot.svg"
  6216. }
  6217. },
  6218. },
  6219. [
  6220. {
  6221. name: "Micro",
  6222. height: math.unit(12, "feet")
  6223. },
  6224. {
  6225. name: "Normal",
  6226. height: math.unit(80, "miles"),
  6227. default: true
  6228. },
  6229. {
  6230. name: "Macro",
  6231. height: math.unit(15000, "parsecs")
  6232. },
  6233. ]
  6234. ))
  6235. characterMakers.push(() => makeCharacter(
  6236. { name: "Kara" },
  6237. {
  6238. front: {
  6239. height: math.unit(5 + 9 / 12, "feet"),
  6240. weight: math.unit(144, "lb"),
  6241. name: "Front",
  6242. image: {
  6243. source: "./media/characters/kara/front.svg"
  6244. }
  6245. },
  6246. feet: {
  6247. height: math.unit(6 / 6.765, "feet"),
  6248. name: "Kara's Feet",
  6249. rename: true,
  6250. image: {
  6251. source: "./media/characters/kara/feet.svg"
  6252. }
  6253. },
  6254. },
  6255. [
  6256. {
  6257. name: "Normal",
  6258. height: math.unit(5 + 9 / 12, "feet")
  6259. },
  6260. {
  6261. name: "Macro",
  6262. height: math.unit(174, "feet"),
  6263. default: true
  6264. },
  6265. ]
  6266. ))
  6267. characterMakers.push(() => makeCharacter(
  6268. { name: "Tyrone" },
  6269. {
  6270. front: {
  6271. height: math.unit(18, "feet"),
  6272. weight: math.unit(4050, "lb"),
  6273. name: "Front",
  6274. image: {
  6275. source: "./media/characters/tyrone/front.svg",
  6276. extra: 2520 / 2402,
  6277. bottom: 0.025
  6278. }
  6279. },
  6280. },
  6281. [
  6282. {
  6283. name: "Normal",
  6284. height: math.unit(18, "feet"),
  6285. default: true
  6286. },
  6287. {
  6288. name: "Macro",
  6289. height: math.unit(300, "feet")
  6290. },
  6291. ]
  6292. ))
  6293. characterMakers.push(() => makeCharacter(
  6294. { name: "Danny" },
  6295. {
  6296. front: {
  6297. height: math.unit(7 + 8 / 12, "feet"),
  6298. weight: math.unit(120, "lb"),
  6299. name: "Front",
  6300. image: {
  6301. source: "./media/characters/danny/front.svg",
  6302. extra: 1490 / 1350
  6303. }
  6304. },
  6305. back: {
  6306. height: math.unit(7 + 8 / 12, "feet"),
  6307. weight: math.unit(120, "lb"),
  6308. name: "Back",
  6309. image: {
  6310. source: "./media/characters/danny/back.svg",
  6311. extra: 1490 / 1350
  6312. }
  6313. },
  6314. },
  6315. [
  6316. {
  6317. name: "Normal",
  6318. height: math.unit(7 + 8 / 12, "feet"),
  6319. default: true
  6320. },
  6321. ]
  6322. ))
  6323. characterMakers.push(() => makeCharacter(
  6324. { name: "Mallow" },
  6325. {
  6326. front: {
  6327. height: math.unit(3.5, "inches"),
  6328. weight: math.unit(19, "grams"),
  6329. name: "Front",
  6330. image: {
  6331. source: "./media/characters/mallow/front.svg",
  6332. extra: 471 / 431
  6333. }
  6334. },
  6335. back: {
  6336. height: math.unit(3.5, "inches"),
  6337. weight: math.unit(19, "grams"),
  6338. name: "Back",
  6339. image: {
  6340. source: "./media/characters/mallow/back.svg",
  6341. extra: 471 / 431
  6342. }
  6343. },
  6344. },
  6345. [
  6346. {
  6347. name: "Normal",
  6348. height: math.unit(3.5, "inches"),
  6349. default: true
  6350. },
  6351. ]
  6352. ))
  6353. characterMakers.push(() => makeCharacter(
  6354. { name: "Starry Aqua" },
  6355. {
  6356. front: {
  6357. height: math.unit(9, "feet"),
  6358. weight: math.unit(230, "kg"),
  6359. name: "Front",
  6360. image: {
  6361. source: "./media/characters/starry-aqua/front.svg"
  6362. }
  6363. },
  6364. back: {
  6365. height: math.unit(9, "feet"),
  6366. weight: math.unit(230, "kg"),
  6367. name: "Back",
  6368. image: {
  6369. source: "./media/characters/starry-aqua/back.svg"
  6370. }
  6371. },
  6372. hand: {
  6373. height: math.unit(9 * 0.1168, "feet"),
  6374. name: "Hand",
  6375. image: {
  6376. source: "./media/characters/starry-aqua/hand.svg"
  6377. }
  6378. },
  6379. foot: {
  6380. height: math.unit(9 * 0.18, "feet"),
  6381. name: "Foot",
  6382. image: {
  6383. source: "./media/characters/starry-aqua/foot.svg"
  6384. }
  6385. }
  6386. },
  6387. [
  6388. {
  6389. name: "Micro",
  6390. height: math.unit(3, "inches")
  6391. },
  6392. {
  6393. name: "Normal",
  6394. height: math.unit(9, "feet")
  6395. },
  6396. {
  6397. name: "Macro",
  6398. height: math.unit(300, "feet"),
  6399. default: true
  6400. },
  6401. {
  6402. name: "Megamacro",
  6403. height: math.unit(3200, "feet")
  6404. }
  6405. ]
  6406. ))
  6407. characterMakers.push(() => makeCharacter(
  6408. { name: "Luka" },
  6409. {
  6410. front: {
  6411. height: math.unit(6, "feet"),
  6412. weight: math.unit(230, "lb"),
  6413. name: "Front",
  6414. image: {
  6415. source: "./media/characters/luka/front.svg",
  6416. extra: 1,
  6417. bottom: 0.025
  6418. }
  6419. },
  6420. },
  6421. [
  6422. {
  6423. name: "Normal",
  6424. height: math.unit(12 + 8 / 12, "feet"),
  6425. default: true
  6426. },
  6427. {
  6428. name: "Minimacro",
  6429. height: math.unit(20, "feet")
  6430. },
  6431. {
  6432. name: "Macro",
  6433. height: math.unit(250, "feet")
  6434. },
  6435. {
  6436. name: "Megamacro",
  6437. height: math.unit(5, "miles")
  6438. },
  6439. {
  6440. name: "Gigamacro",
  6441. height: math.unit(8000, "miles")
  6442. },
  6443. ]
  6444. ))
  6445. characterMakers.push(() => makeCharacter(
  6446. { name: "Natalie Nightring" },
  6447. {
  6448. front: {
  6449. height: math.unit(6, "feet"),
  6450. weight: math.unit(150, "lb"),
  6451. name: "Front",
  6452. image: {
  6453. source: "./media/characters/natalie-nightring/front.svg",
  6454. extra: 1,
  6455. bottom: 0.06
  6456. }
  6457. },
  6458. },
  6459. [
  6460. {
  6461. name: "Uh Oh",
  6462. height: math.unit(0.1, "mm")
  6463. },
  6464. {
  6465. name: "Small",
  6466. height: math.unit(3, "inches")
  6467. },
  6468. {
  6469. name: "Human Scale",
  6470. height: math.unit(6, "feet")
  6471. },
  6472. {
  6473. name: "Librarian",
  6474. height: math.unit(50, "feet"),
  6475. default: true
  6476. },
  6477. {
  6478. name: "Immense",
  6479. height: math.unit(200, "miles")
  6480. },
  6481. ]
  6482. ))
  6483. characterMakers.push(() => makeCharacter(
  6484. { name: "Danni Rosie" },
  6485. {
  6486. front: {
  6487. height: math.unit(6, "feet"),
  6488. weight: math.unit(180, "lbs"),
  6489. name: "Front",
  6490. image: {
  6491. source: "./media/characters/danni-rosie/front.svg",
  6492. extra: 1260 / 1128,
  6493. bottom: 0.022
  6494. }
  6495. },
  6496. },
  6497. [
  6498. {
  6499. name: "Micro",
  6500. height: math.unit(2, "inches"),
  6501. default: true
  6502. },
  6503. ]
  6504. ))
  6505. characterMakers.push(() => makeCharacter(
  6506. { name: "Samantha Kruse" },
  6507. {
  6508. front: {
  6509. height: math.unit(5 + 9 / 12, "feet"),
  6510. weight: math.unit(220, "lb"),
  6511. name: "Front",
  6512. image: {
  6513. source: "./media/characters/samantha-kruse/front.svg",
  6514. extra: (985 / 935),
  6515. bottom: 0.03
  6516. }
  6517. },
  6518. frontUndressed: {
  6519. height: math.unit(5 + 9 / 12, "feet"),
  6520. weight: math.unit(220, "lb"),
  6521. name: "Front (Undressed)",
  6522. image: {
  6523. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6524. extra: (973 / 923),
  6525. bottom: 0.025
  6526. }
  6527. },
  6528. fat: {
  6529. height: math.unit(5 + 9 / 12, "feet"),
  6530. weight: math.unit(900, "lb"),
  6531. name: "Front (Fat)",
  6532. image: {
  6533. source: "./media/characters/samantha-kruse/fat.svg",
  6534. extra: 2688 / 2561
  6535. }
  6536. },
  6537. },
  6538. [
  6539. {
  6540. name: "Normal",
  6541. height: math.unit(5 + 9 / 12, "feet"),
  6542. default: true
  6543. }
  6544. ]
  6545. ))
  6546. characterMakers.push(() => makeCharacter(
  6547. { name: "Amelia Rosie" },
  6548. {
  6549. back: {
  6550. height: math.unit(5 + 4 / 12, "feet"),
  6551. weight: math.unit(4963, "lb"),
  6552. name: "Back",
  6553. image: {
  6554. source: "./media/characters/amelia-rosie/back.svg",
  6555. extra: 1113 / 963,
  6556. bottom: 0.01
  6557. }
  6558. },
  6559. },
  6560. [
  6561. {
  6562. name: "Level 0",
  6563. height: math.unit(5 + 4 / 12, "feet")
  6564. },
  6565. {
  6566. name: "Level 1",
  6567. height: math.unit(164597, "feet"),
  6568. default: true
  6569. },
  6570. {
  6571. name: "Level 2",
  6572. height: math.unit(956243, "miles")
  6573. },
  6574. {
  6575. name: "Level 3",
  6576. height: math.unit(29421709423, "miles")
  6577. },
  6578. {
  6579. name: "Level 4",
  6580. height: math.unit(154, "lightyears")
  6581. },
  6582. {
  6583. name: "Level 5",
  6584. height: math.unit(4738272, "lightyears")
  6585. },
  6586. {
  6587. name: "Level 6",
  6588. height: math.unit(145787152896, "lightyears")
  6589. },
  6590. ]
  6591. ))
  6592. characterMakers.push(() => makeCharacter(
  6593. { name: "Rook Kitara" },
  6594. {
  6595. front: {
  6596. height: math.unit(5 + 11 / 12, "feet"),
  6597. weight: math.unit(65, "kg"),
  6598. name: "Front",
  6599. image: {
  6600. source: "./media/characters/rook-kitara/front.svg",
  6601. extra: 1347 / 1274,
  6602. bottom: 0.005
  6603. }
  6604. },
  6605. },
  6606. [
  6607. {
  6608. name: "Totally Unfair",
  6609. height: math.unit(1.8, "mm")
  6610. },
  6611. {
  6612. name: "Lap Rookie",
  6613. height: math.unit(1.4, "feet")
  6614. },
  6615. {
  6616. name: "Normal",
  6617. height: math.unit(5 + 11 / 12, "feet"),
  6618. default: true
  6619. },
  6620. {
  6621. name: "How Did This Happen",
  6622. height: math.unit(80, "miles")
  6623. }
  6624. ]
  6625. ))
  6626. characterMakers.push(() => makeCharacter(
  6627. { name: "Pisces" },
  6628. {
  6629. front: {
  6630. height: math.unit(7, "feet"),
  6631. weight: math.unit(300, "lb"),
  6632. name: "Front",
  6633. image: {
  6634. source: "./media/characters/pisces/front.svg",
  6635. extra: 2255 / 2115,
  6636. bottom: 0.03
  6637. }
  6638. },
  6639. back: {
  6640. height: math.unit(7, "feet"),
  6641. weight: math.unit(300, "lb"),
  6642. name: "Back",
  6643. image: {
  6644. source: "./media/characters/pisces/back.svg",
  6645. extra: 2146 / 2055,
  6646. bottom: 0.04
  6647. }
  6648. },
  6649. },
  6650. [
  6651. {
  6652. name: "Normal",
  6653. height: math.unit(7, "feet"),
  6654. default: true
  6655. },
  6656. {
  6657. name: "Swimming Pool",
  6658. height: math.unit(12.2, "meters")
  6659. },
  6660. {
  6661. name: "Olympic Swimming Pool",
  6662. height: math.unit(56.3, "meters")
  6663. },
  6664. {
  6665. name: "Lake Superior",
  6666. height: math.unit(93900, "meters")
  6667. },
  6668. {
  6669. name: "Mediterranean Sea",
  6670. height: math.unit(644457, "meters")
  6671. },
  6672. {
  6673. name: "World's Oceans",
  6674. height: math.unit(4567491, "meters")
  6675. },
  6676. ]
  6677. ))
  6678. characterMakers.push(() => makeCharacter(
  6679. { name: "Zelas" },
  6680. {
  6681. front: {
  6682. height: math.unit(2.3, "meters"),
  6683. weight: math.unit(120, "kg"),
  6684. name: "Front",
  6685. image: {
  6686. source: "./media/characters/zelas/front.svg"
  6687. }
  6688. },
  6689. side: {
  6690. height: math.unit(2.3, "meters"),
  6691. weight: math.unit(120, "kg"),
  6692. name: "Side",
  6693. image: {
  6694. source: "./media/characters/zelas/side.svg"
  6695. }
  6696. },
  6697. back: {
  6698. height: math.unit(2.3, "meters"),
  6699. weight: math.unit(120, "kg"),
  6700. name: "Back",
  6701. image: {
  6702. source: "./media/characters/zelas/back.svg"
  6703. }
  6704. },
  6705. foot: {
  6706. height: math.unit(1.116, "feet"),
  6707. name: "Foot",
  6708. image: {
  6709. source: "./media/characters/zelas/foot.svg"
  6710. }
  6711. },
  6712. },
  6713. [
  6714. {
  6715. name: "Normal",
  6716. height: math.unit(2.3, "meters")
  6717. },
  6718. {
  6719. name: "Macro",
  6720. height: math.unit(30, "meters"),
  6721. default: true
  6722. },
  6723. ]
  6724. ))
  6725. characterMakers.push(() => makeCharacter(
  6726. { name: "Talbot" },
  6727. {
  6728. front: {
  6729. height: math.unit(1, "inch"),
  6730. weight: math.unit(0.21, "grams"),
  6731. name: "Front",
  6732. image: {
  6733. source: "./media/characters/talbot/front.svg",
  6734. extra: 594 / 544
  6735. }
  6736. },
  6737. },
  6738. [
  6739. {
  6740. name: "Micro",
  6741. height: math.unit(1, "inch"),
  6742. default: true
  6743. },
  6744. ]
  6745. ))
  6746. characterMakers.push(() => makeCharacter(
  6747. { name: "Fliss" },
  6748. {
  6749. front: {
  6750. height: math.unit(3 + 3 / 12, "feet"),
  6751. weight: math.unit(51.8, "lb"),
  6752. name: "Front",
  6753. image: {
  6754. source: "./media/characters/fliss/front.svg",
  6755. extra: 840 / 640
  6756. }
  6757. },
  6758. },
  6759. [
  6760. {
  6761. name: "Teeny Tiny",
  6762. height: math.unit(1, "mm")
  6763. },
  6764. {
  6765. name: "Small",
  6766. height: math.unit(1, "inch"),
  6767. default: true
  6768. },
  6769. {
  6770. name: "Standard Sylveon",
  6771. height: math.unit(3 + 3 / 12, "feet")
  6772. },
  6773. {
  6774. name: "Large Nuisance",
  6775. height: math.unit(33, "feet")
  6776. },
  6777. {
  6778. name: "City Filler",
  6779. height: math.unit(3000, "feet")
  6780. },
  6781. {
  6782. name: "New Horizon",
  6783. height: math.unit(6000, "miles")
  6784. },
  6785. ]
  6786. ))
  6787. characterMakers.push(() => makeCharacter(
  6788. { name: "Fleta" },
  6789. {
  6790. front: {
  6791. height: math.unit(5, "cm"),
  6792. weight: math.unit(1.94, "g"),
  6793. name: "Front",
  6794. image: {
  6795. source: "./media/characters/fleta/front.svg",
  6796. extra: 835 / 803
  6797. }
  6798. },
  6799. back: {
  6800. height: math.unit(5, "cm"),
  6801. weight: math.unit(1.94, "g"),
  6802. name: "Back",
  6803. image: {
  6804. source: "./media/characters/fleta/back.svg",
  6805. extra: 835 / 803
  6806. }
  6807. },
  6808. },
  6809. [
  6810. {
  6811. name: "Micro",
  6812. height: math.unit(5, "cm"),
  6813. default: true
  6814. },
  6815. ]
  6816. ))
  6817. characterMakers.push(() => makeCharacter(
  6818. { name: "Dominic" },
  6819. {
  6820. front: {
  6821. height: math.unit(6, "feet"),
  6822. weight: math.unit(225, "lb"),
  6823. name: "Front",
  6824. image: {
  6825. source: "./media/characters/dominic/front.svg",
  6826. extra: 1770 / 1620,
  6827. bottom: 0.025
  6828. }
  6829. },
  6830. back: {
  6831. height: math.unit(6, "feet"),
  6832. weight: math.unit(225, "lb"),
  6833. name: "Back",
  6834. image: {
  6835. source: "./media/characters/dominic/back.svg",
  6836. extra: 1745 / 1620,
  6837. bottom: 0.065
  6838. }
  6839. },
  6840. },
  6841. [
  6842. {
  6843. name: "Nano",
  6844. height: math.unit(0.1, "mm")
  6845. },
  6846. {
  6847. name: "Micro-",
  6848. height: math.unit(1, "mm")
  6849. },
  6850. {
  6851. name: "Micro",
  6852. height: math.unit(4, "inches")
  6853. },
  6854. {
  6855. name: "Normal",
  6856. height: math.unit(6 + 4 / 12, "feet"),
  6857. default: true
  6858. },
  6859. {
  6860. name: "Macro",
  6861. height: math.unit(115, "feet")
  6862. },
  6863. {
  6864. name: "Macro+",
  6865. height: math.unit(955, "feet")
  6866. },
  6867. {
  6868. name: "Megamacro",
  6869. height: math.unit(8990, "feet")
  6870. },
  6871. {
  6872. name: "Gigmacro",
  6873. height: math.unit(9310, "miles")
  6874. },
  6875. {
  6876. name: "Teramacro",
  6877. height: math.unit(1567005010, "miles")
  6878. },
  6879. {
  6880. name: "Examacro",
  6881. height: math.unit(1425, "parsecs")
  6882. },
  6883. ]
  6884. ))
  6885. characterMakers.push(() => makeCharacter(
  6886. { name: "Major Colonel" },
  6887. {
  6888. front: {
  6889. height: math.unit(400, "feet"),
  6890. weight: math.unit(44444444, "lb"),
  6891. name: "Front",
  6892. image: {
  6893. source: "./media/characters/major-colonel/front.svg"
  6894. }
  6895. },
  6896. back: {
  6897. height: math.unit(400, "feet"),
  6898. weight: math.unit(44444444, "lb"),
  6899. name: "Back",
  6900. image: {
  6901. source: "./media/characters/major-colonel/back.svg"
  6902. }
  6903. },
  6904. },
  6905. [
  6906. {
  6907. name: "Macro",
  6908. height: math.unit(400, "feet"),
  6909. default: true
  6910. },
  6911. ]
  6912. ))
  6913. characterMakers.push(() => makeCharacter(
  6914. { name: "Axel Lycan" },
  6915. {
  6916. front: {
  6917. height: math.unit(6, "feet"),
  6918. weight: math.unit(120, "lb"),
  6919. name: "Front",
  6920. image: {
  6921. source: "./media/characters/axel-lycan/front.svg",
  6922. extra: 1,
  6923. bottom: 0.08
  6924. }
  6925. },
  6926. },
  6927. [
  6928. {
  6929. name: "Macro",
  6930. height: math.unit(1, "km"),
  6931. default: true
  6932. },
  6933. ]
  6934. ))
  6935. characterMakers.push(() => makeCharacter(
  6936. { name: "Vanrel (Hyena)" },
  6937. {
  6938. front: {
  6939. height: math.unit(5 + 9 / 12, "feet"),
  6940. weight: math.unit(175, "lb"),
  6941. name: "Front",
  6942. image: {
  6943. source: "./media/characters/vanrel-hyena/front.svg",
  6944. extra: 1086 / 1010,
  6945. bottom: 0.04
  6946. }
  6947. },
  6948. },
  6949. [
  6950. {
  6951. name: "Normal",
  6952. height: math.unit(5 + 9 / 12, "feet"),
  6953. default: true
  6954. },
  6955. ]
  6956. ))
  6957. characterMakers.push(() => makeCharacter(
  6958. { name: "Abbott Absol" },
  6959. {
  6960. front: {
  6961. height: math.unit(6, "feet"),
  6962. weight: math.unit(103, "lb"),
  6963. name: "Front",
  6964. image: {
  6965. source: "./media/characters/abbott-absol/front.svg",
  6966. extra: 2010 / 1842
  6967. }
  6968. },
  6969. },
  6970. [
  6971. {
  6972. name: "Megamicro",
  6973. height: math.unit(0.1, "mm")
  6974. },
  6975. {
  6976. name: "Micro",
  6977. height: math.unit(1, "inch")
  6978. },
  6979. {
  6980. name: "Normal",
  6981. height: math.unit(6, "feet"),
  6982. default: true
  6983. },
  6984. ]
  6985. ))
  6986. characterMakers.push(() => makeCharacter(
  6987. { name: "Hector" },
  6988. {
  6989. front: {
  6990. height: math.unit(6, "feet"),
  6991. weight: math.unit(264, "lb"),
  6992. name: "Front",
  6993. image: {
  6994. source: "./media/characters/hector/front.svg",
  6995. extra: 2280 / 2130,
  6996. bottom: 0.07
  6997. }
  6998. },
  6999. },
  7000. [
  7001. {
  7002. name: "Normal",
  7003. height: math.unit(12.25, "foot"),
  7004. default: true
  7005. },
  7006. {
  7007. name: "Macro",
  7008. height: math.unit(160, "feet")
  7009. },
  7010. ]
  7011. ))
  7012. characterMakers.push(() => makeCharacter(
  7013. { name: "Sal" },
  7014. {
  7015. front: {
  7016. height: math.unit(6, "feet"),
  7017. weight: math.unit(150, "lb"),
  7018. name: "Front",
  7019. image: {
  7020. source: "./media/characters/sal/front.svg",
  7021. extra: 1846 / 1699,
  7022. bottom: 0.04
  7023. }
  7024. },
  7025. },
  7026. [
  7027. {
  7028. name: "Megamacro",
  7029. height: math.unit(10, "miles"),
  7030. default: true
  7031. },
  7032. ]
  7033. ))
  7034. characterMakers.push(() => makeCharacter(
  7035. { name: "Ranger" },
  7036. {
  7037. front: {
  7038. height: math.unit(3, "meters"),
  7039. weight: math.unit(450, "kg"),
  7040. name: "front",
  7041. image: {
  7042. source: "./media/characters/ranger/front.svg",
  7043. extra: 2401 / 2243,
  7044. bottom: 0.05
  7045. }
  7046. },
  7047. },
  7048. [
  7049. {
  7050. name: "Normal",
  7051. height: math.unit(3, "meters"),
  7052. default: true
  7053. },
  7054. ]
  7055. ))
  7056. characterMakers.push(() => makeCharacter(
  7057. { name: "Theresa" },
  7058. {
  7059. front: {
  7060. height: math.unit(14, "feet"),
  7061. weight: math.unit(800, "kg"),
  7062. name: "Front",
  7063. image: {
  7064. source: "./media/characters/theresa/front.svg",
  7065. extra: 3575 / 3346,
  7066. bottom: 0.03
  7067. }
  7068. },
  7069. },
  7070. [
  7071. {
  7072. name: "Normal",
  7073. height: math.unit(14, "feet"),
  7074. default: true
  7075. },
  7076. ]
  7077. ))
  7078. characterMakers.push(() => makeCharacter(
  7079. { name: "Ine" },
  7080. {
  7081. front: {
  7082. height: math.unit(6, "feet"),
  7083. weight: math.unit(3, "kg"),
  7084. name: "Front",
  7085. image: {
  7086. source: "./media/characters/ine/front.svg",
  7087. extra: 678 / 539,
  7088. bottom: 0.023
  7089. }
  7090. },
  7091. },
  7092. [
  7093. {
  7094. name: "Normal",
  7095. height: math.unit(2.265, "feet"),
  7096. default: true
  7097. },
  7098. ]
  7099. ))
  7100. characterMakers.push(() => makeCharacter(
  7101. { name: "Vial" },
  7102. {
  7103. front: {
  7104. height: math.unit(5, "feet"),
  7105. weight: math.unit(30, "kg"),
  7106. name: "Front",
  7107. image: {
  7108. source: "./media/characters/vial/front.svg",
  7109. extra: 1365 / 1277,
  7110. bottom: 0.04
  7111. }
  7112. },
  7113. },
  7114. [
  7115. {
  7116. name: "Normal",
  7117. height: math.unit(5, "feet"),
  7118. default: true
  7119. },
  7120. ]
  7121. ))
  7122. characterMakers.push(() => makeCharacter(
  7123. { name: "Rovoska" },
  7124. {
  7125. side: {
  7126. height: math.unit(3.4, "meters"),
  7127. weight: math.unit(1000, "lb"),
  7128. name: "Side",
  7129. image: {
  7130. source: "./media/characters/rovoska/side.svg",
  7131. extra: 4403 / 1515
  7132. }
  7133. },
  7134. },
  7135. [
  7136. {
  7137. name: "Normal",
  7138. height: math.unit(3.4, "meters"),
  7139. default: true
  7140. },
  7141. ]
  7142. ))
  7143. characterMakers.push(() => makeCharacter(
  7144. { name: "Gunner Rotthbauer" },
  7145. {
  7146. front: {
  7147. height: math.unit(8, "feet"),
  7148. weight: math.unit(315, "lb"),
  7149. name: "Front",
  7150. image: {
  7151. source: "./media/characters/gunner-rotthbauer/front.svg"
  7152. }
  7153. },
  7154. back: {
  7155. height: math.unit(8, "feet"),
  7156. weight: math.unit(315, "lb"),
  7157. name: "Back",
  7158. image: {
  7159. source: "./media/characters/gunner-rotthbauer/back.svg"
  7160. }
  7161. },
  7162. },
  7163. [
  7164. {
  7165. name: "Micro",
  7166. height: math.unit(3.5, "inches")
  7167. },
  7168. {
  7169. name: "Normal",
  7170. height: math.unit(8, "feet"),
  7171. default: true
  7172. },
  7173. {
  7174. name: "Macro",
  7175. height: math.unit(250, "feet")
  7176. },
  7177. {
  7178. name: "Megamacro",
  7179. height: math.unit(1, "AU")
  7180. },
  7181. ]
  7182. ))
  7183. characterMakers.push(() => makeCharacter(
  7184. { name: "Allatia" },
  7185. {
  7186. front: {
  7187. height: math.unit(5 + 5 / 12, "feet"),
  7188. weight: math.unit(140, "lb"),
  7189. name: "Front",
  7190. image: {
  7191. source: "./media/characters/allatia/front.svg",
  7192. extra: 1227 / 1180,
  7193. bottom: 0.027
  7194. }
  7195. },
  7196. },
  7197. [
  7198. {
  7199. name: "Normal",
  7200. height: math.unit(5 + 5 / 12, "feet")
  7201. },
  7202. {
  7203. name: "Macro",
  7204. height: math.unit(250, "feet"),
  7205. default: true
  7206. },
  7207. {
  7208. name: "Megamacro",
  7209. height: math.unit(8, "miles")
  7210. }
  7211. ]
  7212. ))
  7213. characterMakers.push(() => makeCharacter(
  7214. { name: "Tene" },
  7215. {
  7216. front: {
  7217. height: math.unit(6, "feet"),
  7218. weight: math.unit(120, "lb"),
  7219. name: "Front",
  7220. image: {
  7221. source: "./media/characters/tene/front.svg",
  7222. extra: 1728 / 1578,
  7223. bottom: 0.022
  7224. }
  7225. },
  7226. stomping: {
  7227. height: math.unit(2.025, "meters"),
  7228. weight: math.unit(120, "lb"),
  7229. name: "Stomping",
  7230. image: {
  7231. source: "./media/characters/tene/stomping.svg",
  7232. extra: 938 / 873,
  7233. bottom: 0.01
  7234. }
  7235. },
  7236. sitting: {
  7237. height: math.unit(1, "meter"),
  7238. weight: math.unit(120, "lb"),
  7239. name: "Sitting",
  7240. image: {
  7241. source: "./media/characters/tene/sitting.svg",
  7242. extra: 437 / 415,
  7243. bottom: 0.1
  7244. }
  7245. },
  7246. feral: {
  7247. height: math.unit(3.9, "feet"),
  7248. weight: math.unit(250, "lb"),
  7249. name: "Feral",
  7250. image: {
  7251. source: "./media/characters/tene/feral.svg",
  7252. extra: 717 / 458,
  7253. bottom: 0.179
  7254. }
  7255. },
  7256. },
  7257. [
  7258. {
  7259. name: "Normal",
  7260. height: math.unit(6, "feet")
  7261. },
  7262. {
  7263. name: "Macro",
  7264. height: math.unit(300, "feet"),
  7265. default: true
  7266. },
  7267. {
  7268. name: "Megamacro",
  7269. height: math.unit(5, "miles")
  7270. },
  7271. ]
  7272. ))
  7273. characterMakers.push(() => makeCharacter(
  7274. { name: "Evander" },
  7275. {
  7276. side: {
  7277. height: math.unit(6, "feet"),
  7278. name: "Side",
  7279. image: {
  7280. source: "./media/characters/evander/side.svg",
  7281. extra: 877 / 477
  7282. }
  7283. },
  7284. },
  7285. [
  7286. {
  7287. name: "Normal",
  7288. height: math.unit(0.83, "meters"),
  7289. default: true
  7290. },
  7291. ]
  7292. ))
  7293. characterMakers.push(() => makeCharacter(
  7294. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7295. {
  7296. front: {
  7297. height: math.unit(12, "feet"),
  7298. weight: math.unit(1000, "lb"),
  7299. name: "Front",
  7300. image: {
  7301. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7302. extra: 1762 / 1611
  7303. }
  7304. },
  7305. back: {
  7306. height: math.unit(12, "feet"),
  7307. weight: math.unit(1000, "lb"),
  7308. name: "Back",
  7309. image: {
  7310. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7311. extra: 1762 / 1611
  7312. }
  7313. },
  7314. },
  7315. [
  7316. {
  7317. name: "Normal",
  7318. height: math.unit(12, "feet"),
  7319. default: true
  7320. },
  7321. {
  7322. name: "Kaiju",
  7323. height: math.unit(150, "feet")
  7324. },
  7325. ]
  7326. ))
  7327. characterMakers.push(() => makeCharacter(
  7328. { name: "Zero Alurus" },
  7329. {
  7330. front: {
  7331. height: math.unit(6, "feet"),
  7332. weight: math.unit(150, "lb"),
  7333. name: "Front",
  7334. image: {
  7335. source: "./media/characters/zero-alurus/front.svg"
  7336. }
  7337. },
  7338. back: {
  7339. height: math.unit(6, "feet"),
  7340. weight: math.unit(150, "lb"),
  7341. name: "Back",
  7342. image: {
  7343. source: "./media/characters/zero-alurus/back.svg"
  7344. }
  7345. },
  7346. },
  7347. [
  7348. {
  7349. name: "Normal",
  7350. height: math.unit(5 + 10 / 12, "feet")
  7351. },
  7352. {
  7353. name: "Macro",
  7354. height: math.unit(60, "feet"),
  7355. default: true
  7356. },
  7357. {
  7358. name: "Macro+",
  7359. height: math.unit(450, "feet")
  7360. },
  7361. ]
  7362. ))
  7363. characterMakers.push(() => makeCharacter(
  7364. { name: "Mega Shi" },
  7365. {
  7366. front: {
  7367. height: math.unit(6, "feet"),
  7368. weight: math.unit(200, "lb"),
  7369. name: "Front",
  7370. image: {
  7371. source: "./media/characters/mega-shi/front.svg",
  7372. extra: 1279 / 1250,
  7373. bottom: 0.02
  7374. }
  7375. },
  7376. back: {
  7377. height: math.unit(6, "feet"),
  7378. weight: math.unit(200, "lb"),
  7379. name: "Back",
  7380. image: {
  7381. source: "./media/characters/mega-shi/back.svg",
  7382. extra: 1279 / 1250,
  7383. bottom: 0.02
  7384. }
  7385. },
  7386. },
  7387. [
  7388. {
  7389. name: "Micro",
  7390. height: math.unit(16 + 6 / 12, "feet")
  7391. },
  7392. {
  7393. name: "Normal",
  7394. height: math.unit(660, "feet"),
  7395. default: true
  7396. },
  7397. {
  7398. name: "Megamacro",
  7399. height: math.unit(10, "miles")
  7400. },
  7401. {
  7402. name: "Planetary Launch",
  7403. height: math.unit(500, "miles")
  7404. },
  7405. {
  7406. name: "Interstellar",
  7407. height: math.unit(1e9, "miles")
  7408. },
  7409. {
  7410. name: "Leaving the Universe",
  7411. height: math.unit(1, "gigaparsec")
  7412. },
  7413. {
  7414. name: "Travelling Universes",
  7415. height: math.unit(30e15, "parsecs")
  7416. },
  7417. ]
  7418. ))
  7419. characterMakers.push(() => makeCharacter(
  7420. { name: "Odyssey" },
  7421. {
  7422. front: {
  7423. height: math.unit(6, "feet"),
  7424. weight: math.unit(150, "lb"),
  7425. name: "Front",
  7426. image: {
  7427. source: "./media/characters/odyssey/front.svg",
  7428. extra: 1782 / 1582,
  7429. bottom: 0.01
  7430. }
  7431. },
  7432. side: {
  7433. height: math.unit(5.7, "feet"),
  7434. weight: math.unit(140, "lb"),
  7435. name: "Side",
  7436. image: {
  7437. source: "./media/characters/odyssey/side.svg",
  7438. extra: 6462 / 5700
  7439. }
  7440. },
  7441. },
  7442. [
  7443. {
  7444. name: "Normal",
  7445. height: math.unit(5 + 4 / 12, "feet")
  7446. },
  7447. {
  7448. name: "Macro",
  7449. height: math.unit(1, "km")
  7450. },
  7451. {
  7452. name: "Megamacro",
  7453. height: math.unit(3000, "km")
  7454. },
  7455. {
  7456. name: "Gigamacro",
  7457. height: math.unit(1, "AU"),
  7458. default: true
  7459. },
  7460. {
  7461. name: "Omniversal",
  7462. height: math.unit(100e14, "lightyears")
  7463. },
  7464. ]
  7465. ))
  7466. characterMakers.push(() => makeCharacter(
  7467. { name: "Mekuto" },
  7468. {
  7469. front: {
  7470. height: math.unit(6, "feet"),
  7471. weight: math.unit(300, "lb"),
  7472. name: "Front",
  7473. image: {
  7474. source: "./media/characters/mekuto/front.svg",
  7475. extra: 921 / 832,
  7476. bottom: 0.03
  7477. }
  7478. },
  7479. hand: {
  7480. height: math.unit(6 / 10.24, "feet"),
  7481. name: "Hand",
  7482. image: {
  7483. source: "./media/characters/mekuto/hand.svg"
  7484. }
  7485. },
  7486. foot: {
  7487. height: math.unit(6 / 5.05, "feet"),
  7488. name: "Foot",
  7489. image: {
  7490. source: "./media/characters/mekuto/foot.svg"
  7491. }
  7492. },
  7493. },
  7494. [
  7495. {
  7496. name: "Minimicro",
  7497. height: math.unit(0.2, "inches")
  7498. },
  7499. {
  7500. name: "Micro",
  7501. height: math.unit(1.5, "inches")
  7502. },
  7503. {
  7504. name: "Normal",
  7505. height: math.unit(5 + 11 / 12, "feet"),
  7506. default: true
  7507. },
  7508. {
  7509. name: "Minimacro",
  7510. height: math.unit(17 + 9 / 12, "feet")
  7511. },
  7512. {
  7513. name: "Macro",
  7514. height: math.unit(177.5, "feet")
  7515. },
  7516. {
  7517. name: "Megamacro",
  7518. height: math.unit(152, "miles")
  7519. },
  7520. ]
  7521. ))
  7522. characterMakers.push(() => makeCharacter(
  7523. { name: "Dafydd Tomos" },
  7524. {
  7525. front: {
  7526. height: math.unit(6.5, "inches"),
  7527. weight: math.unit(13, "oz"),
  7528. name: "Front",
  7529. image: {
  7530. source: "./media/characters/dafydd-tomos/front.svg",
  7531. extra: 2990 / 2603,
  7532. bottom: 0.03
  7533. }
  7534. },
  7535. },
  7536. [
  7537. {
  7538. name: "Micro",
  7539. height: math.unit(6.5, "inches"),
  7540. default: true
  7541. },
  7542. ]
  7543. ))
  7544. characterMakers.push(() => makeCharacter(
  7545. { name: "Splinter" },
  7546. {
  7547. front: {
  7548. height: math.unit(6, "feet"),
  7549. weight: math.unit(150, "lb"),
  7550. name: "Front",
  7551. image: {
  7552. source: "./media/characters/splinter/front.svg",
  7553. extra: 2990 / 2882,
  7554. bottom: 0.04
  7555. }
  7556. },
  7557. back: {
  7558. height: math.unit(6, "feet"),
  7559. weight: math.unit(150, "lb"),
  7560. name: "Back",
  7561. image: {
  7562. source: "./media/characters/splinter/back.svg",
  7563. extra: 2990 / 2882,
  7564. bottom: 0.04
  7565. }
  7566. },
  7567. },
  7568. [
  7569. {
  7570. name: "Normal",
  7571. height: math.unit(6, "feet")
  7572. },
  7573. {
  7574. name: "Macro",
  7575. height: math.unit(230, "meters"),
  7576. default: true
  7577. },
  7578. ]
  7579. ))
  7580. characterMakers.push(() => makeCharacter(
  7581. { name: "SnowGabumon" },
  7582. {
  7583. front: {
  7584. height: math.unit(4 + 10 / 12, "feet"),
  7585. weight: math.unit(480, "lb"),
  7586. name: "Front",
  7587. image: {
  7588. source: "./media/characters/snow-gabumon/front.svg",
  7589. extra: 1140 / 963,
  7590. bottom: 0.058
  7591. }
  7592. },
  7593. back: {
  7594. height: math.unit(4 + 10 / 12, "feet"),
  7595. weight: math.unit(480, "lb"),
  7596. name: "Back",
  7597. image: {
  7598. source: "./media/characters/snow-gabumon/back.svg",
  7599. extra: 1115 / 962,
  7600. bottom: 0.041
  7601. }
  7602. },
  7603. frontUndresed: {
  7604. height: math.unit(4 + 10 / 12, "feet"),
  7605. weight: math.unit(480, "lb"),
  7606. name: "Front (Undressed)",
  7607. image: {
  7608. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7609. extra: 1061 / 960,
  7610. bottom: 0.045
  7611. }
  7612. },
  7613. },
  7614. [
  7615. {
  7616. name: "Micro",
  7617. height: math.unit(1, "inch")
  7618. },
  7619. {
  7620. name: "Normal",
  7621. height: math.unit(4 + 10 / 12, "feet"),
  7622. default: true
  7623. },
  7624. {
  7625. name: "Macro",
  7626. height: math.unit(200, "feet")
  7627. },
  7628. {
  7629. name: "Megamacro",
  7630. height: math.unit(120, "miles")
  7631. },
  7632. {
  7633. name: "Gigamacro",
  7634. height: math.unit(9800, "miles")
  7635. },
  7636. ]
  7637. ))
  7638. characterMakers.push(() => makeCharacter(
  7639. { name: "Moody" },
  7640. {
  7641. front: {
  7642. height: math.unit(1.7, "meters"),
  7643. weight: math.unit(140, "lb"),
  7644. name: "Front",
  7645. image: {
  7646. source: "./media/characters/moody/front.svg",
  7647. extra: 3226 / 3007,
  7648. bottom: 0.087
  7649. }
  7650. },
  7651. },
  7652. [
  7653. {
  7654. name: "Micro",
  7655. height: math.unit(1, "mm")
  7656. },
  7657. {
  7658. name: "Normal",
  7659. height: math.unit(1.7, "meters"),
  7660. default: true
  7661. },
  7662. {
  7663. name: "Macro",
  7664. height: math.unit(80, "meters")
  7665. },
  7666. {
  7667. name: "Macro+",
  7668. height: math.unit(500, "meters")
  7669. },
  7670. ]
  7671. ))
  7672. characterMakers.push(() => makeCharacter(
  7673. { name: "Zyas" },
  7674. {
  7675. front: {
  7676. height: math.unit(6, "feet"),
  7677. weight: math.unit(150, "lb"),
  7678. name: "Front",
  7679. image: {
  7680. source: "./media/characters/zyas/front.svg",
  7681. extra: 1180 / 1120,
  7682. bottom: 0.045
  7683. }
  7684. },
  7685. },
  7686. [
  7687. {
  7688. name: "Normal",
  7689. height: math.unit(10, "feet"),
  7690. default: true
  7691. },
  7692. {
  7693. name: "Macro",
  7694. height: math.unit(500, "feet")
  7695. },
  7696. {
  7697. name: "Megamacro",
  7698. height: math.unit(5, "miles")
  7699. },
  7700. {
  7701. name: "Teramacro",
  7702. height: math.unit(150000, "miles")
  7703. },
  7704. ]
  7705. ))
  7706. characterMakers.push(() => makeCharacter(
  7707. { name: "Cuon" },
  7708. {
  7709. front: {
  7710. height: math.unit(6, "feet"),
  7711. weight: math.unit(150, "lb"),
  7712. name: "Front",
  7713. image: {
  7714. source: "./media/characters/cuon/front.svg",
  7715. extra: 1390 / 1320,
  7716. bottom: 0.008
  7717. }
  7718. },
  7719. },
  7720. [
  7721. {
  7722. name: "Micro",
  7723. height: math.unit(3, "inches")
  7724. },
  7725. {
  7726. name: "Normal",
  7727. height: math.unit(18 + 9 / 12, "feet"),
  7728. default: true
  7729. },
  7730. {
  7731. name: "Macro",
  7732. height: math.unit(360, "feet")
  7733. },
  7734. {
  7735. name: "Megamacro",
  7736. height: math.unit(360, "miles")
  7737. },
  7738. ]
  7739. ))
  7740. characterMakers.push(() => makeCharacter(
  7741. { name: "Nyanuxk" },
  7742. {
  7743. front: {
  7744. height: math.unit(2.4, "meters"),
  7745. weight: math.unit(70, "kg"),
  7746. name: "Front",
  7747. image: {
  7748. source: "./media/characters/nyanuxk/front.svg",
  7749. extra: 1172 / 1084,
  7750. bottom: 0.065
  7751. }
  7752. },
  7753. side: {
  7754. height: math.unit(2.4, "meters"),
  7755. weight: math.unit(70, "kg"),
  7756. name: "Side",
  7757. image: {
  7758. source: "./media/characters/nyanuxk/side.svg",
  7759. extra: 1190 / 1132,
  7760. bottom: 0.007
  7761. }
  7762. },
  7763. back: {
  7764. height: math.unit(2.4, "meters"),
  7765. weight: math.unit(70, "kg"),
  7766. name: "Back",
  7767. image: {
  7768. source: "./media/characters/nyanuxk/back.svg",
  7769. extra: 1200 / 1141,
  7770. bottom: 0.015
  7771. }
  7772. },
  7773. foot: {
  7774. height: math.unit(0.52, "meters"),
  7775. name: "Foot",
  7776. image: {
  7777. source: "./media/characters/nyanuxk/foot.svg"
  7778. }
  7779. },
  7780. },
  7781. [
  7782. {
  7783. name: "Micro",
  7784. height: math.unit(2, "cm")
  7785. },
  7786. {
  7787. name: "Normal",
  7788. height: math.unit(2.4, "meters"),
  7789. default: true
  7790. },
  7791. {
  7792. name: "Smaller Macro",
  7793. height: math.unit(120, "meters")
  7794. },
  7795. {
  7796. name: "Bigger Macro",
  7797. height: math.unit(1.2, "km")
  7798. },
  7799. {
  7800. name: "Megamacro",
  7801. height: math.unit(15, "kilometers")
  7802. },
  7803. {
  7804. name: "Gigamacro",
  7805. height: math.unit(2000, "km")
  7806. },
  7807. {
  7808. name: "Teramacro",
  7809. height: math.unit(500000, "km")
  7810. },
  7811. ]
  7812. ))
  7813. characterMakers.push(() => makeCharacter(
  7814. { name: "Ailbhe" },
  7815. {
  7816. side: {
  7817. height: math.unit(6, "feet"),
  7818. name: "Side",
  7819. image: {
  7820. source: "./media/characters/ailbhe/side.svg",
  7821. extra: 757 / 464,
  7822. bottom: 0.041
  7823. }
  7824. },
  7825. },
  7826. [
  7827. {
  7828. name: "Normal",
  7829. height: math.unit(1.07, "meters"),
  7830. default: true
  7831. },
  7832. ]
  7833. ))
  7834. characterMakers.push(() => makeCharacter(
  7835. { name: "Zevulfius" },
  7836. {
  7837. front: {
  7838. height: math.unit(6, "feet"),
  7839. weight: math.unit(120, "kg"),
  7840. name: "Front",
  7841. image: {
  7842. source: "./media/characters/zevulfius/front.svg",
  7843. extra: 965 / 903
  7844. }
  7845. },
  7846. side: {
  7847. height: math.unit(6, "feet"),
  7848. weight: math.unit(120, "kg"),
  7849. name: "Side",
  7850. image: {
  7851. source: "./media/characters/zevulfius/side.svg",
  7852. extra: 939 / 900
  7853. }
  7854. },
  7855. back: {
  7856. height: math.unit(6, "feet"),
  7857. weight: math.unit(120, "kg"),
  7858. name: "Back",
  7859. image: {
  7860. source: "./media/characters/zevulfius/back.svg",
  7861. extra: 918 / 854,
  7862. bottom: 0.005
  7863. }
  7864. },
  7865. foot: {
  7866. height: math.unit(6 / 3.72, "feet"),
  7867. name: "Foot",
  7868. image: {
  7869. source: "./media/characters/zevulfius/foot.svg"
  7870. }
  7871. },
  7872. },
  7873. [
  7874. {
  7875. name: "Macro",
  7876. height: math.unit(750, "meters")
  7877. },
  7878. {
  7879. name: "Megamacro",
  7880. height: math.unit(20, "km"),
  7881. default: true
  7882. },
  7883. {
  7884. name: "Gigamacro",
  7885. height: math.unit(2000, "km")
  7886. },
  7887. {
  7888. name: "Teramacro",
  7889. height: math.unit(250000, "km")
  7890. },
  7891. ]
  7892. ))
  7893. characterMakers.push(() => makeCharacter(
  7894. { name: "Rikes" },
  7895. {
  7896. front: {
  7897. height: math.unit(100, "feet"),
  7898. weight: math.unit(350, "kg"),
  7899. name: "Front",
  7900. image: {
  7901. source: "./media/characters/rikes/front.svg",
  7902. extra: 1565 / 1483,
  7903. bottom: 0.017
  7904. }
  7905. },
  7906. },
  7907. [
  7908. {
  7909. name: "Macro",
  7910. height: math.unit(100, "feet"),
  7911. default: true
  7912. },
  7913. ]
  7914. ))
  7915. characterMakers.push(() => makeCharacter(
  7916. { name: "Adam Silver-Mane" },
  7917. {
  7918. anthro: {
  7919. height: math.unit(8, "feet"),
  7920. weight: math.unit(120, "kg"),
  7921. name: "Anthro",
  7922. image: {
  7923. source: "./media/characters/adam-silver-mane/anthro.svg",
  7924. extra: 5743 / 5339,
  7925. bottom: 0.07
  7926. }
  7927. },
  7928. taur: {
  7929. height: math.unit(16, "feet"),
  7930. weight: math.unit(1500, "kg"),
  7931. name: "Taur",
  7932. image: {
  7933. source: "./media/characters/adam-silver-mane/taur.svg",
  7934. extra: 1713 / 1571,
  7935. bottom: 0.01
  7936. }
  7937. },
  7938. },
  7939. [
  7940. {
  7941. name: "Normal",
  7942. height: math.unit(8, "feet")
  7943. },
  7944. {
  7945. name: "Minimacro",
  7946. height: math.unit(80, "feet")
  7947. },
  7948. {
  7949. name: "Macro",
  7950. height: math.unit(800, "feet"),
  7951. default: true
  7952. },
  7953. {
  7954. name: "Megamacro",
  7955. height: math.unit(8000, "feet")
  7956. },
  7957. {
  7958. name: "Gigamacro",
  7959. height: math.unit(800, "miles")
  7960. },
  7961. {
  7962. name: "Teramacro",
  7963. height: math.unit(80000, "miles")
  7964. },
  7965. {
  7966. name: "Celestial",
  7967. height: math.unit(8e6, "miles")
  7968. },
  7969. {
  7970. name: "Star Dragon",
  7971. height: math.unit(800000, "parsecs")
  7972. },
  7973. {
  7974. name: "Godly",
  7975. height: math.unit(800, "teraparsecs")
  7976. },
  7977. ]
  7978. ))
  7979. characterMakers.push(() => makeCharacter(
  7980. { name: "Ky'owin" },
  7981. {
  7982. front: {
  7983. height: math.unit(6, "feet"),
  7984. weight: math.unit(150, "lb"),
  7985. name: "Front",
  7986. image: {
  7987. source: "./media/characters/ky'owin/front.svg",
  7988. extra: 3888 / 3068,
  7989. bottom: 0.015
  7990. }
  7991. },
  7992. },
  7993. [
  7994. {
  7995. name: "Normal",
  7996. height: math.unit(6 + 8 / 12, "feet")
  7997. },
  7998. {
  7999. name: "Large",
  8000. height: math.unit(68, "feet")
  8001. },
  8002. {
  8003. name: "Macro",
  8004. height: math.unit(132, "feet")
  8005. },
  8006. {
  8007. name: "Macro+",
  8008. height: math.unit(340, "feet")
  8009. },
  8010. {
  8011. name: "Macro++",
  8012. height: math.unit(680, "feet"),
  8013. default: true
  8014. },
  8015. {
  8016. name: "Megamacro",
  8017. height: math.unit(1, "mile")
  8018. },
  8019. {
  8020. name: "Megamacro+",
  8021. height: math.unit(10, "miles")
  8022. },
  8023. ]
  8024. ))
  8025. characterMakers.push(() => makeCharacter(
  8026. { name: "Mal" },
  8027. {
  8028. front: {
  8029. height: math.unit(4, "feet"),
  8030. weight: math.unit(50, "lb"),
  8031. name: "Front",
  8032. image: {
  8033. source: "./media/characters/mal/front.svg",
  8034. extra: 785 / 724,
  8035. bottom: 0.07
  8036. }
  8037. },
  8038. },
  8039. [
  8040. {
  8041. name: "Micro",
  8042. height: math.unit(4, "inches")
  8043. },
  8044. {
  8045. name: "Normal",
  8046. height: math.unit(4, "feet"),
  8047. default: true
  8048. },
  8049. {
  8050. name: "Macro",
  8051. height: math.unit(200, "feet")
  8052. },
  8053. ]
  8054. ))
  8055. characterMakers.push(() => makeCharacter(
  8056. { name: "Jordan Deware" },
  8057. {
  8058. front: {
  8059. height: math.unit(6, "feet"),
  8060. weight: math.unit(150, "lb"),
  8061. name: "Front",
  8062. image: {
  8063. source: "./media/characters/jordan-deware/front.svg",
  8064. extra: 1191 / 1012
  8065. }
  8066. },
  8067. },
  8068. [
  8069. {
  8070. name: "Nano",
  8071. height: math.unit(0.01, "mm")
  8072. },
  8073. {
  8074. name: "Minimicro",
  8075. height: math.unit(1, "mm")
  8076. },
  8077. {
  8078. name: "Micro",
  8079. height: math.unit(0.5, "inches")
  8080. },
  8081. {
  8082. name: "Normal",
  8083. height: math.unit(4, "feet"),
  8084. default: true
  8085. },
  8086. {
  8087. name: "Minimacro",
  8088. height: math.unit(40, "meters")
  8089. },
  8090. {
  8091. name: "Small Macro",
  8092. height: math.unit(400, "meters")
  8093. },
  8094. {
  8095. name: "Macro",
  8096. height: math.unit(4, "miles")
  8097. },
  8098. {
  8099. name: "Megamacro",
  8100. height: math.unit(40, "miles")
  8101. },
  8102. {
  8103. name: "Megamacro+",
  8104. height: math.unit(400, "miles")
  8105. },
  8106. {
  8107. name: "Gigamacro",
  8108. height: math.unit(400000, "miles")
  8109. },
  8110. ]
  8111. ))
  8112. characterMakers.push(() => makeCharacter(
  8113. { name: "Kimiko" },
  8114. {
  8115. side: {
  8116. height: math.unit(6, "feet"),
  8117. weight: math.unit(150, "lb"),
  8118. name: "Side",
  8119. image: {
  8120. source: "./media/characters/kimiko/side.svg",
  8121. extra: 600 / 358
  8122. }
  8123. },
  8124. },
  8125. [
  8126. {
  8127. name: "Normal",
  8128. height: math.unit(15, "feet"),
  8129. default: true
  8130. },
  8131. {
  8132. name: "Macro",
  8133. height: math.unit(220, "feet")
  8134. },
  8135. {
  8136. name: "Macro+",
  8137. height: math.unit(1450, "feet")
  8138. },
  8139. {
  8140. name: "Megamacro",
  8141. height: math.unit(11500, "feet")
  8142. },
  8143. {
  8144. name: "Gigamacro",
  8145. height: math.unit(9500, "miles")
  8146. },
  8147. {
  8148. name: "Teramacro",
  8149. height: math.unit(2208005005, "miles")
  8150. },
  8151. {
  8152. name: "Examacro",
  8153. height: math.unit(2750, "parsecs")
  8154. },
  8155. {
  8156. name: "Zettamacro",
  8157. height: math.unit(101500, "parsecs")
  8158. },
  8159. ]
  8160. ))
  8161. characterMakers.push(() => makeCharacter(
  8162. { name: "Andrew Sleepy" },
  8163. {
  8164. front: {
  8165. height: math.unit(6, "feet"),
  8166. weight: math.unit(70, "kg"),
  8167. name: "Front",
  8168. image: {
  8169. source: "./media/characters/andrew-sleepy/front.svg"
  8170. }
  8171. },
  8172. side: {
  8173. height: math.unit(6, "feet"),
  8174. weight: math.unit(70, "kg"),
  8175. name: "Side",
  8176. image: {
  8177. source: "./media/characters/andrew-sleepy/side.svg"
  8178. }
  8179. },
  8180. },
  8181. [
  8182. {
  8183. name: "Micro",
  8184. height: math.unit(1, "mm"),
  8185. default: true
  8186. },
  8187. ]
  8188. ))
  8189. characterMakers.push(() => makeCharacter(
  8190. { name: "Judio" },
  8191. {
  8192. front: {
  8193. height: math.unit(6, "feet"),
  8194. weight: math.unit(150, "lb"),
  8195. name: "Front",
  8196. image: {
  8197. source: "./media/characters/judio/front.svg",
  8198. extra: 1258 / 1110
  8199. }
  8200. },
  8201. },
  8202. [
  8203. {
  8204. name: "Normal",
  8205. height: math.unit(5 + 6 / 12, "feet")
  8206. },
  8207. {
  8208. name: "Macro",
  8209. height: math.unit(1000, "feet"),
  8210. default: true
  8211. },
  8212. {
  8213. name: "Megamacro",
  8214. height: math.unit(10, "miles")
  8215. },
  8216. ]
  8217. ))
  8218. characterMakers.push(() => makeCharacter(
  8219. { name: "Nomaxice" },
  8220. {
  8221. front: {
  8222. height: math.unit(6, "feet"),
  8223. weight: math.unit(68, "kg"),
  8224. name: "Front",
  8225. image: {
  8226. source: "./media/characters/nomaxice/front.svg",
  8227. extra: 1498 / 1073,
  8228. bottom: 0.075
  8229. }
  8230. },
  8231. foot: {
  8232. height: math.unit(1.1, "feet"),
  8233. name: "Foot",
  8234. image: {
  8235. source: "./media/characters/nomaxice/foot.svg"
  8236. }
  8237. },
  8238. },
  8239. [
  8240. {
  8241. name: "Micro",
  8242. height: math.unit(8, "cm")
  8243. },
  8244. {
  8245. name: "Norm",
  8246. height: math.unit(1.82, "m")
  8247. },
  8248. {
  8249. name: "Norm+",
  8250. height: math.unit(8.8, "feet")
  8251. },
  8252. {
  8253. name: "Big",
  8254. height: math.unit(8, "meters"),
  8255. default: true
  8256. },
  8257. {
  8258. name: "Macro",
  8259. height: math.unit(18, "meters")
  8260. },
  8261. {
  8262. name: "Macro+",
  8263. height: math.unit(88, "meters")
  8264. },
  8265. ]
  8266. ))
  8267. characterMakers.push(() => makeCharacter(
  8268. { name: "Dydros" },
  8269. {
  8270. front: {
  8271. height: math.unit(12, "feet"),
  8272. weight: math.unit(1.5, "tons"),
  8273. name: "Front",
  8274. image: {
  8275. source: "./media/characters/dydros/front.svg",
  8276. extra: 863 / 800,
  8277. bottom: 0.015
  8278. }
  8279. },
  8280. back: {
  8281. height: math.unit(12, "feet"),
  8282. weight: math.unit(1.5, "tons"),
  8283. name: "Back",
  8284. image: {
  8285. source: "./media/characters/dydros/back.svg",
  8286. extra: 900 / 843,
  8287. bottom: 0.005
  8288. }
  8289. },
  8290. },
  8291. [
  8292. {
  8293. name: "Normal",
  8294. height: math.unit(12, "feet"),
  8295. default: true
  8296. },
  8297. ]
  8298. ))
  8299. characterMakers.push(() => makeCharacter(
  8300. { name: "Riggi" },
  8301. {
  8302. front: {
  8303. height: math.unit(6, "feet"),
  8304. weight: math.unit(100, "kg"),
  8305. name: "Front",
  8306. image: {
  8307. source: "./media/characters/riggi/front.svg",
  8308. extra: 5787 / 5303
  8309. }
  8310. },
  8311. hyper: {
  8312. height: math.unit(6 * 5 / 3, "feet"),
  8313. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8314. name: "Hyper",
  8315. image: {
  8316. source: "./media/characters/riggi/hyper.svg",
  8317. extra: 3595 / 3485
  8318. }
  8319. },
  8320. },
  8321. [
  8322. {
  8323. name: "Small Macro",
  8324. height: math.unit(50, "feet")
  8325. },
  8326. {
  8327. name: "Default",
  8328. height: math.unit(200, "feet"),
  8329. default: true
  8330. },
  8331. {
  8332. name: "Loom",
  8333. height: math.unit(10000, "feet")
  8334. },
  8335. {
  8336. name: "Cruising Altitude",
  8337. height: math.unit(30000, "feet")
  8338. },
  8339. {
  8340. name: "Megamacro",
  8341. height: math.unit(100, "miles")
  8342. },
  8343. {
  8344. name: "Continent Sized",
  8345. height: math.unit(2800, "miles")
  8346. },
  8347. {
  8348. name: "Earth Sized",
  8349. height: math.unit(8000, "miles")
  8350. },
  8351. ]
  8352. ))
  8353. characterMakers.push(() => makeCharacter(
  8354. { name: "Alexi" },
  8355. {
  8356. front: {
  8357. height: math.unit(6, "feet"),
  8358. weight: math.unit(250, "lb"),
  8359. name: "Front",
  8360. image: {
  8361. source: "./media/characters/alexi/front.svg",
  8362. extra: 3483 / 3291,
  8363. bottom: 0.04
  8364. }
  8365. },
  8366. back: {
  8367. height: math.unit(6, "feet"),
  8368. weight: math.unit(250, "lb"),
  8369. name: "Back",
  8370. image: {
  8371. source: "./media/characters/alexi/back.svg",
  8372. extra: 3533 / 3356,
  8373. bottom: 0.021
  8374. }
  8375. },
  8376. frontTransformed: {
  8377. height: math.unit(12.5, "feet"),
  8378. weight: math.unit(4000, "lb"),
  8379. name: "Front (Transformed)",
  8380. image: {
  8381. source: "./media/characters/alexi/front-transformed.svg",
  8382. extra: 5345 / 5100,
  8383. bottom: 0.03
  8384. }
  8385. },
  8386. },
  8387. [
  8388. {
  8389. name: "Normal",
  8390. height: math.unit(3, "meters"),
  8391. default: true
  8392. },
  8393. {
  8394. name: "Minimacro",
  8395. height: math.unit(30, "meters")
  8396. },
  8397. {
  8398. name: "Macro",
  8399. height: math.unit(500, "meters")
  8400. },
  8401. {
  8402. name: "Megamacro",
  8403. height: math.unit(9000, "km")
  8404. },
  8405. {
  8406. name: "Teramacro",
  8407. height: math.unit(384000, "km")
  8408. },
  8409. ]
  8410. ))
  8411. characterMakers.push(() => makeCharacter(
  8412. { name: "Kayroo" },
  8413. {
  8414. front: {
  8415. height: math.unit(6, "feet"),
  8416. weight: math.unit(150, "lb"),
  8417. name: "Front",
  8418. image: {
  8419. source: "./media/characters/kayroo/front.svg",
  8420. extra: 1153 / 1038,
  8421. bottom: 0.06
  8422. }
  8423. },
  8424. foot: {
  8425. height: math.unit(6, "feet"),
  8426. weight: math.unit(150, "lb"),
  8427. name: "Foot",
  8428. image: {
  8429. source: "./media/characters/kayroo/foot.svg"
  8430. }
  8431. },
  8432. },
  8433. [
  8434. {
  8435. name: "Normal",
  8436. height: math.unit(8, "feet"),
  8437. default: true
  8438. },
  8439. {
  8440. name: "Minimacro",
  8441. height: math.unit(250, "feet")
  8442. },
  8443. {
  8444. name: "Macro",
  8445. height: math.unit(2800, "feet")
  8446. },
  8447. {
  8448. name: "Megamacro",
  8449. height: math.unit(5200, "feet")
  8450. },
  8451. {
  8452. name: "Gigamacro",
  8453. height: math.unit(27000, "feet")
  8454. },
  8455. {
  8456. name: "Omega",
  8457. height: math.unit(45000, "feet")
  8458. },
  8459. ]
  8460. ))
  8461. characterMakers.push(() => makeCharacter(
  8462. { name: "Rhys" },
  8463. {
  8464. front: {
  8465. height: math.unit(18, "feet"),
  8466. weight: math.unit(5800, "lb"),
  8467. name: "Front",
  8468. image: {
  8469. source: "./media/characters/rhys/front.svg",
  8470. extra: 3386 / 3090,
  8471. bottom: 0.07
  8472. }
  8473. },
  8474. },
  8475. [
  8476. {
  8477. name: "Normal",
  8478. height: math.unit(18, "feet"),
  8479. default: true
  8480. },
  8481. {
  8482. name: "Working Size",
  8483. height: math.unit(200, "feet")
  8484. },
  8485. {
  8486. name: "Demolition Size",
  8487. height: math.unit(2000, "feet")
  8488. },
  8489. {
  8490. name: "Maximum Licensed Size",
  8491. height: math.unit(5, "miles")
  8492. },
  8493. {
  8494. name: "Maximum Observed Size",
  8495. height: math.unit(10, "yottameters")
  8496. },
  8497. ]
  8498. ))
  8499. characterMakers.push(() => makeCharacter(
  8500. { name: "Toto" },
  8501. {
  8502. front: {
  8503. height: math.unit(6, "feet"),
  8504. weight: math.unit(250, "lb"),
  8505. name: "Front",
  8506. image: {
  8507. source: "./media/characters/toto/front.svg",
  8508. extra: 527 / 479,
  8509. bottom: 0.05
  8510. }
  8511. },
  8512. },
  8513. [
  8514. {
  8515. name: "Micro",
  8516. height: math.unit(3, "feet")
  8517. },
  8518. {
  8519. name: "Normal",
  8520. height: math.unit(10, "feet")
  8521. },
  8522. {
  8523. name: "Macro",
  8524. height: math.unit(150, "feet"),
  8525. default: true
  8526. },
  8527. {
  8528. name: "Megamacro",
  8529. height: math.unit(1200, "feet")
  8530. },
  8531. ]
  8532. ))
  8533. characterMakers.push(() => makeCharacter(
  8534. { name: "King" },
  8535. {
  8536. back: {
  8537. height: math.unit(6, "feet"),
  8538. weight: math.unit(150, "lb"),
  8539. name: "Back",
  8540. image: {
  8541. source: "./media/characters/king/back.svg"
  8542. }
  8543. },
  8544. },
  8545. [
  8546. {
  8547. name: "Micro",
  8548. height: math.unit(2, "inches")
  8549. },
  8550. {
  8551. name: "Normal",
  8552. height: math.unit(8, "feet")
  8553. },
  8554. {
  8555. name: "Macro",
  8556. height: math.unit(200, "feet"),
  8557. default: true
  8558. },
  8559. {
  8560. name: "Megamacro",
  8561. height: math.unit(50, "miles")
  8562. },
  8563. ]
  8564. ))
  8565. characterMakers.push(() => makeCharacter(
  8566. { name: "Cordite" },
  8567. {
  8568. anthro: {
  8569. height: math.unit(6 + 5 / 12, "feet"),
  8570. weight: math.unit(280, "lb"),
  8571. name: "Anthro",
  8572. image: {
  8573. source: "./media/characters/cordite/anthro.svg",
  8574. extra: 1986 / 1905,
  8575. bottom: 0.025
  8576. }
  8577. },
  8578. feral: {
  8579. height: math.unit(2, "feet"),
  8580. weight: math.unit(90, "lb"),
  8581. name: "Feral",
  8582. image: {
  8583. source: "./media/characters/cordite/feral.svg",
  8584. extra: 1260 / 755,
  8585. bottom: 0.05
  8586. }
  8587. },
  8588. },
  8589. [
  8590. {
  8591. name: "Normal",
  8592. height: math.unit(6 + 5 / 12, "feet"),
  8593. default: true
  8594. },
  8595. ]
  8596. ))
  8597. characterMakers.push(() => makeCharacter(
  8598. { name: "Pianostrong" },
  8599. {
  8600. front: {
  8601. height: math.unit(6, "feet"),
  8602. weight: math.unit(150, "lb"),
  8603. name: "Front",
  8604. image: {
  8605. source: "./media/characters/pianostrong/front.svg",
  8606. extra: 6577 / 6254,
  8607. bottom: 0.02
  8608. }
  8609. },
  8610. side: {
  8611. height: math.unit(6, "feet"),
  8612. weight: math.unit(150, "lb"),
  8613. name: "Side",
  8614. image: {
  8615. source: "./media/characters/pianostrong/side.svg",
  8616. extra: 6106 / 5730
  8617. }
  8618. },
  8619. back: {
  8620. height: math.unit(6, "feet"),
  8621. weight: math.unit(150, "lb"),
  8622. name: "Back",
  8623. image: {
  8624. source: "./media/characters/pianostrong/back.svg",
  8625. extra: 6085 / 5733,
  8626. bottom: 0.01
  8627. }
  8628. },
  8629. },
  8630. [
  8631. {
  8632. name: "Macro",
  8633. height: math.unit(100, "feet")
  8634. },
  8635. {
  8636. name: "Macro+",
  8637. height: math.unit(300, "feet"),
  8638. default: true
  8639. },
  8640. {
  8641. name: "Macro++",
  8642. height: math.unit(1000, "feet")
  8643. },
  8644. ]
  8645. ))
  8646. characterMakers.push(() => makeCharacter(
  8647. { name: "Kona" },
  8648. {
  8649. front: {
  8650. height: math.unit(6, "feet"),
  8651. weight: math.unit(150, "lb"),
  8652. name: "Front",
  8653. image: {
  8654. source: "./media/characters/kona/front.svg",
  8655. extra: 2960 / 2629,
  8656. bottom: 0.005
  8657. }
  8658. },
  8659. },
  8660. [
  8661. {
  8662. name: "Normal",
  8663. height: math.unit(11 + 8 / 12, "feet")
  8664. },
  8665. {
  8666. name: "Macro",
  8667. height: math.unit(850, "feet"),
  8668. default: true
  8669. },
  8670. {
  8671. name: "Macro+",
  8672. height: math.unit(1.5, "km"),
  8673. default: true
  8674. },
  8675. {
  8676. name: "Megamacro",
  8677. height: math.unit(80, "miles")
  8678. },
  8679. {
  8680. name: "Gigamacro",
  8681. height: math.unit(3500, "miles")
  8682. },
  8683. ]
  8684. ))
  8685. characterMakers.push(() => makeCharacter(
  8686. { name: "Levi" },
  8687. {
  8688. side: {
  8689. height: math.unit(1.9, "meters"),
  8690. weight: math.unit(326, "kg"),
  8691. name: "Side",
  8692. image: {
  8693. source: "./media/characters/levi/side.svg",
  8694. extra: 1704 / 1334,
  8695. bottom: 0.02
  8696. }
  8697. },
  8698. },
  8699. [
  8700. {
  8701. name: "Normal",
  8702. height: math.unit(1.9, "meters"),
  8703. default: true
  8704. },
  8705. {
  8706. name: "Macro",
  8707. height: math.unit(20, "meters")
  8708. },
  8709. {
  8710. name: "Macro+",
  8711. height: math.unit(200, "meters")
  8712. },
  8713. {
  8714. name: "Megamacro",
  8715. height: math.unit(2, "km")
  8716. },
  8717. {
  8718. name: "Megamacro+",
  8719. height: math.unit(20, "km")
  8720. },
  8721. {
  8722. name: "Gigamacro",
  8723. height: math.unit(2500, "km")
  8724. },
  8725. {
  8726. name: "Gigamacro+",
  8727. height: math.unit(120000, "km")
  8728. },
  8729. {
  8730. name: "Teramacro",
  8731. height: math.unit(7.77e6, "km")
  8732. },
  8733. ]
  8734. ))
  8735. characterMakers.push(() => makeCharacter(
  8736. { name: "BMC" },
  8737. {
  8738. front: {
  8739. height: math.unit(6 + 4 / 12, "feet"),
  8740. weight: math.unit(188, "lb"),
  8741. name: "Front",
  8742. image: {
  8743. source: "./media/characters/bmc/front.svg",
  8744. extra: 1067 / 1022,
  8745. bottom: 0.047
  8746. }
  8747. },
  8748. },
  8749. [
  8750. {
  8751. name: "Human-sized",
  8752. height: math.unit(6 + 4 / 12, "feet")
  8753. },
  8754. {
  8755. name: "Small",
  8756. height: math.unit(250, "feet")
  8757. },
  8758. {
  8759. name: "Normal",
  8760. height: math.unit(1250, "feet"),
  8761. default: true
  8762. },
  8763. {
  8764. name: "Good Day",
  8765. height: math.unit(88, "miles")
  8766. },
  8767. {
  8768. name: "Largest Measured Size",
  8769. height: math.unit(11.2e6, "lightyears")
  8770. },
  8771. ]
  8772. ))
  8773. characterMakers.push(() => makeCharacter(
  8774. { name: "Sven the Kaiju" },
  8775. {
  8776. front: {
  8777. height: math.unit(20, "feet"),
  8778. weight: math.unit(2016, "kg"),
  8779. name: "Front",
  8780. image: {
  8781. source: "./media/characters/sven-the-kaiju/front.svg",
  8782. extra: 1479 / 1449,
  8783. bottom: 0.05
  8784. }
  8785. },
  8786. },
  8787. [
  8788. {
  8789. name: "Fairy",
  8790. height: math.unit(6, "inches")
  8791. },
  8792. {
  8793. name: "Normal",
  8794. height: math.unit(20, "feet"),
  8795. default: true
  8796. },
  8797. {
  8798. name: "Rampage",
  8799. height: math.unit(200, "feet")
  8800. },
  8801. {
  8802. name: "Archfey Forest Guardian",
  8803. height: math.unit(1, "mile")
  8804. },
  8805. ]
  8806. ))
  8807. characterMakers.push(() => makeCharacter(
  8808. { name: "Marik" },
  8809. {
  8810. front: {
  8811. height: math.unit(4, "meters"),
  8812. weight: math.unit(2, "tons"),
  8813. name: "Front",
  8814. image: {
  8815. source: "./media/characters/marik/front.svg",
  8816. extra: 1057 / 1003,
  8817. bottom: 0.08
  8818. }
  8819. },
  8820. },
  8821. [
  8822. {
  8823. name: "Normal",
  8824. height: math.unit(4, "meters"),
  8825. default: true
  8826. },
  8827. {
  8828. name: "Macro",
  8829. height: math.unit(20, "meters")
  8830. },
  8831. {
  8832. name: "Megamacro",
  8833. height: math.unit(50, "km")
  8834. },
  8835. {
  8836. name: "Gigamacro",
  8837. height: math.unit(100, "km")
  8838. },
  8839. {
  8840. name: "Alpha Macro",
  8841. height: math.unit(7.88e7, "yottameters")
  8842. },
  8843. ]
  8844. ))
  8845. characterMakers.push(() => makeCharacter(
  8846. { name: "Mel" },
  8847. {
  8848. front: {
  8849. height: math.unit(6, "feet"),
  8850. weight: math.unit(110, "lb"),
  8851. name: "Front",
  8852. image: {
  8853. source: "./media/characters/mel/front.svg",
  8854. extra: 736 / 617,
  8855. bottom: 0.017
  8856. }
  8857. },
  8858. },
  8859. [
  8860. {
  8861. name: "Pico",
  8862. height: math.unit(3, "pm")
  8863. },
  8864. {
  8865. name: "Nano",
  8866. height: math.unit(3, "nm")
  8867. },
  8868. {
  8869. name: "Micro",
  8870. height: math.unit(0.3, "mm"),
  8871. default: true
  8872. },
  8873. {
  8874. name: "Micro+",
  8875. height: math.unit(3, "mm")
  8876. },
  8877. {
  8878. name: "Normal",
  8879. height: math.unit(5 + 10.5 / 12, "feet")
  8880. },
  8881. ]
  8882. ))
  8883. characterMakers.push(() => makeCharacter(
  8884. { name: "Lykonous" },
  8885. {
  8886. kaiju: {
  8887. height: math.unit(1.75, "meters"),
  8888. weight: math.unit(55, "kg"),
  8889. name: "Kaiju",
  8890. image: {
  8891. source: "./media/characters/lykonous/kaiju.svg",
  8892. extra: 1055 / 946,
  8893. bottom: 0.135
  8894. }
  8895. },
  8896. },
  8897. [
  8898. {
  8899. name: "Normal",
  8900. height: math.unit(2.5, "meters"),
  8901. default: true
  8902. },
  8903. {
  8904. name: "Kaiju Dragon",
  8905. height: math.unit(60, "meters")
  8906. },
  8907. {
  8908. name: "Mega Kaiju",
  8909. height: math.unit(120, "km")
  8910. },
  8911. {
  8912. name: "Giga Kaiju",
  8913. height: math.unit(200, "megameters")
  8914. },
  8915. {
  8916. name: "Terra Kaiju",
  8917. height: math.unit(400, "gigameters")
  8918. },
  8919. {
  8920. name: "Kaiju Dragon God",
  8921. height: math.unit(13000, "exaparsecs")
  8922. },
  8923. ]
  8924. ))
  8925. characterMakers.push(() => makeCharacter(
  8926. { name: "Blü" },
  8927. {
  8928. front: {
  8929. height: math.unit(6, "feet"),
  8930. weight: math.unit(150, "lb"),
  8931. name: "Front",
  8932. image: {
  8933. source: "./media/characters/blü/front.svg",
  8934. extra: 1883 / 1564,
  8935. bottom: 0.031
  8936. }
  8937. },
  8938. },
  8939. [
  8940. {
  8941. name: "Normal",
  8942. height: math.unit(13, "feet"),
  8943. default: true
  8944. },
  8945. {
  8946. name: "Big Boi",
  8947. height: math.unit(150, "meters")
  8948. },
  8949. {
  8950. name: "Mini Stomper",
  8951. height: math.unit(300, "meters")
  8952. },
  8953. {
  8954. name: "Macro",
  8955. height: math.unit(1000, "meters")
  8956. },
  8957. {
  8958. name: "Megamacro",
  8959. height: math.unit(11000, "meters")
  8960. },
  8961. {
  8962. name: "Gigamacro",
  8963. height: math.unit(11000, "km")
  8964. },
  8965. {
  8966. name: "Teramacro",
  8967. height: math.unit(420000, "km")
  8968. },
  8969. {
  8970. name: "Examacro",
  8971. height: math.unit(120, "parsecs")
  8972. },
  8973. {
  8974. name: "God Tho",
  8975. height: math.unit(98000000000, "parsecs")
  8976. },
  8977. ]
  8978. ))
  8979. characterMakers.push(() => makeCharacter(
  8980. { name: "Scales" },
  8981. {
  8982. taurFront: {
  8983. height: math.unit(6, "feet"),
  8984. weight: math.unit(200, "lb"),
  8985. name: "Taur (Front)",
  8986. image: {
  8987. source: "./media/characters/scales/taur-front.svg",
  8988. extra: 1,
  8989. bottom: 0.05
  8990. }
  8991. },
  8992. taurBack: {
  8993. height: math.unit(6, "feet"),
  8994. weight: math.unit(200, "lb"),
  8995. name: "Taur (Back)",
  8996. image: {
  8997. source: "./media/characters/scales/taur-back.svg",
  8998. extra: 1,
  8999. bottom: 0.08
  9000. }
  9001. },
  9002. anthro: {
  9003. height: math.unit(6 * 7 / 12, "feet"),
  9004. weight: math.unit(100, "lb"),
  9005. name: "Anthro",
  9006. image: {
  9007. source: "./media/characters/scales/anthro.svg",
  9008. extra: 1,
  9009. bottom: 0.06
  9010. }
  9011. },
  9012. },
  9013. [
  9014. {
  9015. name: "Normal",
  9016. height: math.unit(12, "feet"),
  9017. default: true
  9018. },
  9019. ]
  9020. ))
  9021. characterMakers.push(() => makeCharacter(
  9022. { name: "Koragos" },
  9023. {
  9024. front: {
  9025. height: math.unit(6, "feet"),
  9026. weight: math.unit(150, "lb"),
  9027. name: "Front",
  9028. image: {
  9029. source: "./media/characters/koragos/front.svg",
  9030. extra: 841 / 794,
  9031. bottom: 0.035
  9032. }
  9033. },
  9034. back: {
  9035. height: math.unit(6, "feet"),
  9036. weight: math.unit(150, "lb"),
  9037. name: "Back",
  9038. image: {
  9039. source: "./media/characters/koragos/back.svg",
  9040. extra: 841 / 810,
  9041. bottom: 0.022
  9042. }
  9043. },
  9044. },
  9045. [
  9046. {
  9047. name: "Normal",
  9048. height: math.unit(6 + 11 / 12, "feet"),
  9049. default: true
  9050. },
  9051. {
  9052. name: "Macro",
  9053. height: math.unit(490, "feet")
  9054. },
  9055. {
  9056. name: "Megamacro",
  9057. height: math.unit(10, "miles")
  9058. },
  9059. {
  9060. name: "Gigamacro",
  9061. height: math.unit(50, "miles")
  9062. },
  9063. ]
  9064. ))
  9065. characterMakers.push(() => makeCharacter(
  9066. { name: "Xylrem" },
  9067. {
  9068. front: {
  9069. height: math.unit(6, "feet"),
  9070. weight: math.unit(250, "lb"),
  9071. name: "Front",
  9072. image: {
  9073. source: "./media/characters/xylrem/front.svg",
  9074. extra: 3323 / 3050,
  9075. bottom: 0.065
  9076. }
  9077. },
  9078. },
  9079. [
  9080. {
  9081. name: "Micro",
  9082. height: math.unit(4, "feet")
  9083. },
  9084. {
  9085. name: "Normal",
  9086. height: math.unit(16, "feet"),
  9087. default: true
  9088. },
  9089. {
  9090. name: "Macro",
  9091. height: math.unit(2720, "feet")
  9092. },
  9093. {
  9094. name: "Megamacro",
  9095. height: math.unit(25000, "miles")
  9096. },
  9097. ]
  9098. ))
  9099. characterMakers.push(() => makeCharacter(
  9100. { name: "Ikideru" },
  9101. {
  9102. front: {
  9103. height: math.unit(8, "feet"),
  9104. weight: math.unit(250, "kg"),
  9105. name: "Front",
  9106. image: {
  9107. source: "./media/characters/ikideru/front.svg",
  9108. extra: 930 / 870,
  9109. bottom: 0.087
  9110. }
  9111. },
  9112. back: {
  9113. height: math.unit(8, "feet"),
  9114. weight: math.unit(250, "kg"),
  9115. name: "Back",
  9116. image: {
  9117. source: "./media/characters/ikideru/back.svg",
  9118. extra: 919 / 852,
  9119. bottom: 0.055
  9120. }
  9121. },
  9122. },
  9123. [
  9124. {
  9125. name: "Rare",
  9126. height: math.unit(8, "feet"),
  9127. default: true
  9128. },
  9129. {
  9130. name: "Playful Loom",
  9131. height: math.unit(80, "feet")
  9132. },
  9133. {
  9134. name: "City Leaner",
  9135. height: math.unit(230, "feet")
  9136. },
  9137. {
  9138. name: "Megamacro",
  9139. height: math.unit(2500, "feet")
  9140. },
  9141. {
  9142. name: "Gigamacro",
  9143. height: math.unit(26400, "feet")
  9144. },
  9145. {
  9146. name: "Tectonic Shifter",
  9147. height: math.unit(1.7, "megameters")
  9148. },
  9149. {
  9150. name: "Planet Carer",
  9151. height: math.unit(21, "megameters")
  9152. },
  9153. {
  9154. name: "God",
  9155. height: math.unit(11157.22, "parsecs")
  9156. },
  9157. ]
  9158. ))
  9159. characterMakers.push(() => makeCharacter(
  9160. { name: "Neo" },
  9161. {
  9162. front: {
  9163. height: math.unit(6, "feet"),
  9164. weight: math.unit(120, "lb"),
  9165. name: "Front",
  9166. image: {
  9167. source: "./media/characters/neo/front.svg"
  9168. }
  9169. },
  9170. },
  9171. [
  9172. {
  9173. name: "Micro",
  9174. height: math.unit(2, "inches"),
  9175. default: true
  9176. },
  9177. {
  9178. name: "Human Size",
  9179. height: math.unit(5 + 8 / 12, "feet")
  9180. },
  9181. ]
  9182. ))
  9183. characterMakers.push(() => makeCharacter(
  9184. { name: "Chauncey (Chantz)" },
  9185. {
  9186. front: {
  9187. height: math.unit(13 + 10 / 12, "feet"),
  9188. weight: math.unit(5320, "lb"),
  9189. name: "Front",
  9190. image: {
  9191. source: "./media/characters/chauncey-chantz/front.svg",
  9192. extra: 1587 / 1435,
  9193. bottom: 0.02
  9194. }
  9195. },
  9196. },
  9197. [
  9198. {
  9199. name: "Normal",
  9200. height: math.unit(13 + 10 / 12, "feet"),
  9201. default: true
  9202. },
  9203. {
  9204. name: "Macro",
  9205. height: math.unit(45, "feet")
  9206. },
  9207. {
  9208. name: "Megamacro",
  9209. height: math.unit(250, "miles")
  9210. },
  9211. {
  9212. name: "Planetary",
  9213. height: math.unit(10000, "miles")
  9214. },
  9215. {
  9216. name: "Galactic",
  9217. height: math.unit(40000, "parsecs")
  9218. },
  9219. {
  9220. name: "Universal",
  9221. height: math.unit(1, "yottameter")
  9222. },
  9223. ]
  9224. ))
  9225. characterMakers.push(() => makeCharacter(
  9226. { name: "Epifox" },
  9227. {
  9228. front: {
  9229. height: math.unit(6, "feet"),
  9230. weight: math.unit(150, "lb"),
  9231. name: "Front",
  9232. image: {
  9233. source: "./media/characters/epifox/front.svg",
  9234. extra: 1,
  9235. bottom: 0.075
  9236. }
  9237. },
  9238. },
  9239. [
  9240. {
  9241. name: "Micro",
  9242. height: math.unit(6, "inches")
  9243. },
  9244. {
  9245. name: "Normal",
  9246. height: math.unit(12, "feet"),
  9247. default: true
  9248. },
  9249. {
  9250. name: "Macro",
  9251. height: math.unit(3810, "feet")
  9252. },
  9253. {
  9254. name: "Megamacro",
  9255. height: math.unit(500, "miles")
  9256. },
  9257. ]
  9258. ))
  9259. characterMakers.push(() => makeCharacter(
  9260. { name: "Colin T." },
  9261. {
  9262. front: {
  9263. height: math.unit(1.8796, "m"),
  9264. weight: math.unit(230, "lb"),
  9265. name: "Front",
  9266. image: {
  9267. source: "./media/characters/colin-t/front.svg",
  9268. extra: 1272 / 1193,
  9269. bottom: 0.07
  9270. }
  9271. },
  9272. },
  9273. [
  9274. {
  9275. name: "Micro",
  9276. height: math.unit(0.571, "meters")
  9277. },
  9278. {
  9279. name: "Normal",
  9280. height: math.unit(1.8796, "meters"),
  9281. default: true
  9282. },
  9283. {
  9284. name: "Tall",
  9285. height: math.unit(4, "meters")
  9286. },
  9287. {
  9288. name: "Macro",
  9289. height: math.unit(67.241, "meters")
  9290. },
  9291. {
  9292. name: "Megamacro",
  9293. height: math.unit(371.856, "meters")
  9294. },
  9295. {
  9296. name: "Planetary",
  9297. height: math.unit(12631.5689, "km")
  9298. },
  9299. ]
  9300. ))
  9301. characterMakers.push(() => makeCharacter(
  9302. { name: "Matvei" },
  9303. {
  9304. front: {
  9305. height: math.unit(1.85, "meters"),
  9306. weight: math.unit(80, "kg"),
  9307. name: "Front",
  9308. image: {
  9309. source: "./media/characters/matvei/front.svg",
  9310. extra: 614 / 594,
  9311. bottom: 0.01
  9312. }
  9313. },
  9314. },
  9315. [
  9316. {
  9317. name: "Normal",
  9318. height: math.unit(1.85, "meters"),
  9319. default: true
  9320. },
  9321. ]
  9322. ))
  9323. characterMakers.push(() => makeCharacter(
  9324. { name: "Quincy" },
  9325. {
  9326. front: {
  9327. height: math.unit(5 + 9 / 12, "feet"),
  9328. weight: math.unit(70, "lb"),
  9329. name: "Front",
  9330. image: {
  9331. source: "./media/characters/quincy/front.svg",
  9332. extra: 3041 / 2751
  9333. }
  9334. },
  9335. back: {
  9336. height: math.unit(5 + 9 / 12, "feet"),
  9337. weight: math.unit(70, "lb"),
  9338. name: "Back",
  9339. image: {
  9340. source: "./media/characters/quincy/back.svg",
  9341. extra: 3041 / 2751
  9342. }
  9343. },
  9344. flying: {
  9345. height: math.unit(5 + 4 / 12, "feet"),
  9346. weight: math.unit(70, "lb"),
  9347. name: "Flying",
  9348. image: {
  9349. source: "./media/characters/quincy/flying.svg",
  9350. extra: 1044 / 930
  9351. }
  9352. },
  9353. },
  9354. [
  9355. {
  9356. name: "Micro",
  9357. height: math.unit(3, "cm")
  9358. },
  9359. {
  9360. name: "Normal",
  9361. height: math.unit(5 + 9 / 12, "feet")
  9362. },
  9363. {
  9364. name: "Macro",
  9365. height: math.unit(200, "meters"),
  9366. default: true
  9367. },
  9368. {
  9369. name: "Megamacro",
  9370. height: math.unit(1000, "meters")
  9371. },
  9372. ]
  9373. ))
  9374. characterMakers.push(() => makeCharacter(
  9375. { name: "Vanrel" },
  9376. {
  9377. front: {
  9378. height: math.unit(4 + 7 / 12, "feet"),
  9379. weight: math.unit(150, "lb"),
  9380. name: "Front",
  9381. image: {
  9382. source: "./media/characters/vanrel/front.svg",
  9383. extra: 1,
  9384. bottom: 0.02
  9385. }
  9386. },
  9387. elemental: {
  9388. height: math.unit(4 + 2 / 12, "feet"),
  9389. weight: math.unit(150, "lb"),
  9390. name: "Elemental",
  9391. image: {
  9392. source: "./media/characters/vanrel/elemental.svg"
  9393. }
  9394. },
  9395. side: {
  9396. height: math.unit(4 + 7 / 12, "feet"),
  9397. weight: math.unit(150, "lb"),
  9398. name: "Side",
  9399. image: {
  9400. source: "./media/characters/vanrel/side.svg",
  9401. extra: 1,
  9402. bottom: 0.025
  9403. }
  9404. },
  9405. tome: {
  9406. height: math.unit(1.35, "feet"),
  9407. weight: math.unit(10, "lb"),
  9408. name: "Vanrel's Tome",
  9409. rename: true,
  9410. image: {
  9411. source: "./media/characters/vanrel/tome.svg"
  9412. }
  9413. },
  9414. beans: {
  9415. height: math.unit(0.89, "feet"),
  9416. name: "Beans",
  9417. image: {
  9418. source: "./media/characters/vanrel/beans.svg"
  9419. }
  9420. },
  9421. },
  9422. [
  9423. {
  9424. name: "Normal",
  9425. height: math.unit(4 + 7 / 12, "feet"),
  9426. default: true
  9427. },
  9428. ]
  9429. ))
  9430. characterMakers.push(() => makeCharacter(
  9431. { name: "Kuiper Vanrel" },
  9432. {
  9433. front: {
  9434. height: math.unit(7 + 5 / 12, "feet"),
  9435. weight: math.unit(150, "lb"),
  9436. name: "Front",
  9437. image: {
  9438. source: "./media/characters/kuiper-vanrel/front.svg",
  9439. extra: 1118 / 1068,
  9440. bottom: 0.09
  9441. }
  9442. },
  9443. foot: {
  9444. height: math.unit(0.55, "meters"),
  9445. name: "Foot",
  9446. image: {
  9447. source: "./media/characters/kuiper-vanrel/foot.svg",
  9448. }
  9449. },
  9450. },
  9451. [
  9452. {
  9453. name: "Normal",
  9454. height: math.unit(7 + 5 / 12, "feet"),
  9455. default: true
  9456. },
  9457. ]
  9458. ))
  9459. characterMakers.push(() => makeCharacter(
  9460. { name: "Keset Vanrel" },
  9461. {
  9462. front: {
  9463. height: math.unit(8 + 5 / 12, "feet"),
  9464. weight: math.unit(150, "lb"),
  9465. name: "Front",
  9466. image: {
  9467. source: "./media/characters/keset-vanrel/front.svg",
  9468. extra: 1150 / 1084,
  9469. bottom: 0.05
  9470. }
  9471. },
  9472. hand: {
  9473. height: math.unit(0.6, "meters"),
  9474. name: "Hand",
  9475. image: {
  9476. source: "./media/characters/keset-vanrel/hand.svg"
  9477. }
  9478. },
  9479. foot: {
  9480. height: math.unit(0.94978, "meters"),
  9481. name: "Foot",
  9482. image: {
  9483. source: "./media/characters/keset-vanrel/foot.svg"
  9484. }
  9485. },
  9486. },
  9487. [
  9488. {
  9489. name: "Normal",
  9490. height: math.unit(8 + 5 / 12, "feet"),
  9491. default: true
  9492. },
  9493. ]
  9494. ))
  9495. characterMakers.push(() => makeCharacter(
  9496. { name: "Neos" },
  9497. {
  9498. front: {
  9499. height: math.unit(6, "feet"),
  9500. weight: math.unit(150, "lb"),
  9501. name: "Front",
  9502. image: {
  9503. source: "./media/characters/neos/front.svg",
  9504. extra: 1696 / 992,
  9505. bottom: 0.14
  9506. }
  9507. },
  9508. },
  9509. [
  9510. {
  9511. name: "Normal",
  9512. height: math.unit(54, "cm"),
  9513. default: true
  9514. },
  9515. {
  9516. name: "Macro",
  9517. height: math.unit(100, "m")
  9518. },
  9519. {
  9520. name: "Megamacro",
  9521. height: math.unit(10, "km")
  9522. },
  9523. {
  9524. name: "Megamacro+",
  9525. height: math.unit(100, "km")
  9526. },
  9527. {
  9528. name: "Gigamacro",
  9529. height: math.unit(100, "Mm")
  9530. },
  9531. {
  9532. name: "Teramacro",
  9533. height: math.unit(100, "Gm")
  9534. },
  9535. {
  9536. name: "Examacro",
  9537. height: math.unit(100, "Em")
  9538. },
  9539. {
  9540. name: "Godly",
  9541. height: math.unit(10000, "Ym")
  9542. },
  9543. {
  9544. name: "Beyond Godly",
  9545. height: math.unit(10000000, "Ym")
  9546. },
  9547. ]
  9548. ))
  9549. characterMakers.push(() => makeCharacter(
  9550. { name: "Sammy Mouse" },
  9551. {
  9552. feminine: {
  9553. height: math.unit(5, "feet"),
  9554. weight: math.unit(100, "lb"),
  9555. name: "Feminine",
  9556. image: {
  9557. source: "./media/characters/sammy-mouse/feminine.svg",
  9558. extra: 2526 / 2425,
  9559. bottom: 0.123
  9560. }
  9561. },
  9562. masculine: {
  9563. height: math.unit(5, "feet"),
  9564. weight: math.unit(100, "lb"),
  9565. name: "Masculine",
  9566. image: {
  9567. source: "./media/characters/sammy-mouse/masculine.svg",
  9568. extra: 2526 / 2425,
  9569. bottom: 0.123
  9570. }
  9571. },
  9572. },
  9573. [
  9574. {
  9575. name: "Micro",
  9576. height: math.unit(5, "inches")
  9577. },
  9578. {
  9579. name: "Normal",
  9580. height: math.unit(5, "feet"),
  9581. default: true
  9582. },
  9583. {
  9584. name: "Macro",
  9585. height: math.unit(60, "feet")
  9586. },
  9587. ]
  9588. ))
  9589. characterMakers.push(() => makeCharacter(
  9590. { name: "Kole" },
  9591. {
  9592. front: {
  9593. height: math.unit(4, "feet"),
  9594. weight: math.unit(50, "lb"),
  9595. name: "Front",
  9596. image: {
  9597. source: "./media/characters/kole/front.svg",
  9598. extra: 1423 / 1303,
  9599. bottom: 0.025
  9600. }
  9601. },
  9602. back: {
  9603. height: math.unit(4, "feet"),
  9604. weight: math.unit(50, "lb"),
  9605. name: "Back",
  9606. image: {
  9607. source: "./media/characters/kole/back.svg",
  9608. extra: 1426 / 1280,
  9609. bottom: 0.02
  9610. }
  9611. },
  9612. },
  9613. [
  9614. {
  9615. name: "Normal",
  9616. height: math.unit(4, "feet"),
  9617. default: true
  9618. },
  9619. ]
  9620. ))
  9621. characterMakers.push(() => makeCharacter(
  9622. { name: "Rufran" },
  9623. {
  9624. front: {
  9625. height: math.unit(2 + 6 / 12, "feet"),
  9626. weight: math.unit(20, "lb"),
  9627. name: "Front",
  9628. image: {
  9629. source: "./media/characters/rufran/front.svg",
  9630. extra: 2041 / 1839,
  9631. bottom: 0.055
  9632. }
  9633. },
  9634. back: {
  9635. height: math.unit(2 + 6 / 12, "feet"),
  9636. weight: math.unit(20, "lb"),
  9637. name: "Back",
  9638. image: {
  9639. source: "./media/characters/rufran/back.svg",
  9640. extra: 2054 / 1839,
  9641. bottom: 0.01
  9642. }
  9643. },
  9644. hand: {
  9645. height: math.unit(0.2166, "meters"),
  9646. name: "Hand",
  9647. image: {
  9648. source: "./media/characters/rufran/hand.svg"
  9649. }
  9650. },
  9651. foot: {
  9652. height: math.unit(0.185, "meters"),
  9653. name: "Foot",
  9654. image: {
  9655. source: "./media/characters/rufran/foot.svg"
  9656. }
  9657. },
  9658. },
  9659. [
  9660. {
  9661. name: "Micro",
  9662. height: math.unit(1, "inch")
  9663. },
  9664. {
  9665. name: "Normal",
  9666. height: math.unit(2 + 6 / 12, "feet"),
  9667. default: true
  9668. },
  9669. {
  9670. name: "Big",
  9671. height: math.unit(60, "feet")
  9672. },
  9673. {
  9674. name: "Macro",
  9675. height: math.unit(325, "feet")
  9676. },
  9677. ]
  9678. ))
  9679. characterMakers.push(() => makeCharacter(
  9680. { name: "Chip" },
  9681. {
  9682. front: {
  9683. height: math.unit(0.3, "meters"),
  9684. weight: math.unit(3.5, "kg"),
  9685. name: "Front",
  9686. image: {
  9687. source: "./media/characters/chip/front.svg",
  9688. extra: 748 / 674
  9689. }
  9690. },
  9691. },
  9692. [
  9693. {
  9694. name: "Micro",
  9695. height: math.unit(1, "inch"),
  9696. default: true
  9697. },
  9698. ]
  9699. ))
  9700. characterMakers.push(() => makeCharacter(
  9701. { name: "Torvid" },
  9702. {
  9703. side: {
  9704. height: math.unit(2.3, "meters"),
  9705. weight: math.unit(3500, "lb"),
  9706. name: "Side",
  9707. image: {
  9708. source: "./media/characters/torvid/side.svg",
  9709. extra: 1972 / 722,
  9710. bottom: 0.035
  9711. }
  9712. },
  9713. },
  9714. [
  9715. {
  9716. name: "Normal",
  9717. height: math.unit(2.3, "meters"),
  9718. default: true
  9719. },
  9720. ]
  9721. ))
  9722. characterMakers.push(() => makeCharacter(
  9723. { name: "Susan" },
  9724. {
  9725. front: {
  9726. height: math.unit(2, "meters"),
  9727. weight: math.unit(150.5, "kg"),
  9728. name: "Front",
  9729. image: {
  9730. source: "./media/characters/susan/front.svg",
  9731. extra: 693 / 635,
  9732. bottom: 0.05
  9733. }
  9734. },
  9735. },
  9736. [
  9737. {
  9738. name: "Megamacro",
  9739. height: math.unit(505, "miles"),
  9740. default: true
  9741. },
  9742. ]
  9743. ))
  9744. characterMakers.push(() => makeCharacter(
  9745. { name: "Raindrops" },
  9746. {
  9747. front: {
  9748. height: math.unit(6, "feet"),
  9749. weight: math.unit(150, "lb"),
  9750. name: "Front",
  9751. image: {
  9752. source: "./media/characters/raindrops/front.svg",
  9753. extra: 2655 / 2461,
  9754. bottom: 0.02
  9755. }
  9756. },
  9757. back: {
  9758. height: math.unit(6, "feet"),
  9759. weight: math.unit(150, "lb"),
  9760. name: "Back",
  9761. image: {
  9762. source: "./media/characters/raindrops/back.svg",
  9763. extra: 2574 / 2400,
  9764. bottom: 0.03
  9765. }
  9766. },
  9767. },
  9768. [
  9769. {
  9770. name: "Micro",
  9771. height: math.unit(6, "inches")
  9772. },
  9773. {
  9774. name: "Normal",
  9775. height: math.unit(6 + 2 / 12, "feet")
  9776. },
  9777. {
  9778. name: "Macro",
  9779. height: math.unit(131, "feet"),
  9780. default: true
  9781. },
  9782. {
  9783. name: "Megamacro",
  9784. height: math.unit(15, "miles")
  9785. },
  9786. {
  9787. name: "Gigamacro",
  9788. height: math.unit(4000, "miles")
  9789. },
  9790. {
  9791. name: "Teramacro",
  9792. height: math.unit(315000, "miles")
  9793. },
  9794. ]
  9795. ))
  9796. characterMakers.push(() => makeCharacter(
  9797. { name: "Tezwa" },
  9798. {
  9799. front: {
  9800. height: math.unit(2.794, "meters"),
  9801. weight: math.unit(325, "kg"),
  9802. name: "Front",
  9803. image: {
  9804. source: "./media/characters/tezwa/front.svg",
  9805. extra: 2083 / 1906,
  9806. bottom: 0.031
  9807. }
  9808. },
  9809. foot: {
  9810. height: math.unit(0.687, "meters"),
  9811. name: "Foot",
  9812. image: {
  9813. source: "./media/characters/tezwa/foot.svg"
  9814. }
  9815. },
  9816. },
  9817. [
  9818. {
  9819. name: "Normal",
  9820. height: math.unit(9 + 2 / 12, "feet"),
  9821. default: true
  9822. },
  9823. ]
  9824. ))
  9825. characterMakers.push(() => makeCharacter(
  9826. { name: "Typhus" },
  9827. {
  9828. front: {
  9829. height: math.unit(58, "feet"),
  9830. weight: math.unit(89000, "lb"),
  9831. name: "Front",
  9832. image: {
  9833. source: "./media/characters/typhus/front.svg",
  9834. extra: 816 / 800,
  9835. bottom: 0.065
  9836. }
  9837. },
  9838. },
  9839. [
  9840. {
  9841. name: "Macro",
  9842. height: math.unit(58, "feet"),
  9843. default: true
  9844. },
  9845. ]
  9846. ))
  9847. characterMakers.push(() => makeCharacter(
  9848. { name: "Lyra Von Wulf" },
  9849. {
  9850. front: {
  9851. height: math.unit(12, "feet"),
  9852. weight: math.unit(6, "tonnes"),
  9853. name: "Front",
  9854. image: {
  9855. source: "./media/characters/lyra-von-wulf/front.svg",
  9856. extra: 1,
  9857. bottom: 0.10
  9858. }
  9859. },
  9860. frontMecha: {
  9861. height: math.unit(12, "feet"),
  9862. weight: math.unit(12, "tonnes"),
  9863. name: "Front (Mecha)",
  9864. image: {
  9865. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9866. extra: 1,
  9867. bottom: 0.042
  9868. }
  9869. },
  9870. maw: {
  9871. height: math.unit(2.2, "feet"),
  9872. name: "Maw",
  9873. image: {
  9874. source: "./media/characters/lyra-von-wulf/maw.svg"
  9875. }
  9876. },
  9877. },
  9878. [
  9879. {
  9880. name: "Normal",
  9881. height: math.unit(12, "feet"),
  9882. default: true
  9883. },
  9884. {
  9885. name: "Classic",
  9886. height: math.unit(50, "feet")
  9887. },
  9888. {
  9889. name: "Macro",
  9890. height: math.unit(500, "feet")
  9891. },
  9892. {
  9893. name: "Megamacro",
  9894. height: math.unit(1, "mile")
  9895. },
  9896. {
  9897. name: "Gigamacro",
  9898. height: math.unit(400, "miles")
  9899. },
  9900. {
  9901. name: "Teramacro",
  9902. height: math.unit(22000, "miles")
  9903. },
  9904. {
  9905. name: "Solarmacro",
  9906. height: math.unit(8600000, "miles")
  9907. },
  9908. {
  9909. name: "Galactic",
  9910. height: math.unit(1057000, "lightyears")
  9911. },
  9912. ]
  9913. ))
  9914. characterMakers.push(() => makeCharacter(
  9915. { name: "Dixon" },
  9916. {
  9917. front: {
  9918. height: math.unit(6 + 10 / 12, "feet"),
  9919. weight: math.unit(150, "lb"),
  9920. name: "Front",
  9921. image: {
  9922. source: "./media/characters/dixon/front.svg",
  9923. extra: 3361 / 3209,
  9924. bottom: 0.01
  9925. }
  9926. },
  9927. },
  9928. [
  9929. {
  9930. name: "Normal",
  9931. height: math.unit(6 + 10 / 12, "feet"),
  9932. default: true
  9933. },
  9934. {
  9935. name: "Big",
  9936. height: math.unit(12, "meters")
  9937. },
  9938. {
  9939. name: "Macro",
  9940. height: math.unit(500, "meters")
  9941. },
  9942. {
  9943. name: "Megamacro",
  9944. height: math.unit(2, "km")
  9945. },
  9946. ]
  9947. ))
  9948. characterMakers.push(() => makeCharacter(
  9949. { name: "Kauko" },
  9950. {
  9951. front: {
  9952. height: math.unit(185, "cm"),
  9953. weight: math.unit(68, "kg"),
  9954. name: "Front",
  9955. image: {
  9956. source: "./media/characters/kauko/front.svg",
  9957. extra: 1455 / 1421,
  9958. bottom: 0.03
  9959. }
  9960. },
  9961. back: {
  9962. height: math.unit(185, "cm"),
  9963. weight: math.unit(68, "kg"),
  9964. name: "Back",
  9965. image: {
  9966. source: "./media/characters/kauko/back.svg",
  9967. extra: 1455 / 1421,
  9968. bottom: 0.004
  9969. }
  9970. },
  9971. },
  9972. [
  9973. {
  9974. name: "Normal",
  9975. height: math.unit(185, "cm"),
  9976. default: true
  9977. },
  9978. ]
  9979. ))
  9980. characterMakers.push(() => makeCharacter(
  9981. { name: "Varg" },
  9982. {
  9983. front: {
  9984. height: math.unit(6, "feet"),
  9985. weight: math.unit(150, "kg"),
  9986. name: "Front",
  9987. image: {
  9988. source: "./media/characters/varg/front.svg",
  9989. extra: 1108 / 1018,
  9990. bottom: 0.0375
  9991. }
  9992. },
  9993. },
  9994. [
  9995. {
  9996. name: "Normal",
  9997. height: math.unit(5, "meters")
  9998. },
  9999. {
  10000. name: "Macro",
  10001. height: math.unit(200, "meters")
  10002. },
  10003. {
  10004. name: "Megamacro",
  10005. height: math.unit(20, "kilometers")
  10006. },
  10007. {
  10008. name: "True Size",
  10009. height: math.unit(211, "km"),
  10010. default: true
  10011. },
  10012. {
  10013. name: "Gigamacro",
  10014. height: math.unit(1000, "km")
  10015. },
  10016. {
  10017. name: "Gigamacro+",
  10018. height: math.unit(8000, "km")
  10019. },
  10020. {
  10021. name: "Teramacro",
  10022. height: math.unit(1000000, "km")
  10023. },
  10024. ]
  10025. ))
  10026. characterMakers.push(() => makeCharacter(
  10027. { name: "Dayza" },
  10028. {
  10029. front: {
  10030. height: math.unit(7 + 7 / 12, "feet"),
  10031. weight: math.unit(267, "lb"),
  10032. name: "Front",
  10033. image: {
  10034. source: "./media/characters/dayza/front.svg",
  10035. extra: 1262 / 1200,
  10036. bottom: 0.035
  10037. }
  10038. },
  10039. side: {
  10040. height: math.unit(7 + 7 / 12, "feet"),
  10041. weight: math.unit(267, "lb"),
  10042. name: "Side",
  10043. image: {
  10044. source: "./media/characters/dayza/side.svg",
  10045. extra: 1295 / 1245,
  10046. bottom: 0.05
  10047. }
  10048. },
  10049. back: {
  10050. height: math.unit(7 + 7 / 12, "feet"),
  10051. weight: math.unit(267, "lb"),
  10052. name: "Back",
  10053. image: {
  10054. source: "./media/characters/dayza/back.svg",
  10055. extra: 1241 / 1170
  10056. }
  10057. },
  10058. },
  10059. [
  10060. {
  10061. name: "Normal",
  10062. height: math.unit(7 + 7 / 12, "feet"),
  10063. default: true
  10064. },
  10065. {
  10066. name: "Macro",
  10067. height: math.unit(155, "feet")
  10068. },
  10069. ]
  10070. ))
  10071. characterMakers.push(() => makeCharacter(
  10072. { name: "Xanthos" },
  10073. {
  10074. front: {
  10075. height: math.unit(6 + 5 / 12, "feet"),
  10076. weight: math.unit(160, "lb"),
  10077. name: "Front",
  10078. image: {
  10079. source: "./media/characters/xanthos/front.svg",
  10080. extra: 1,
  10081. bottom: 0.04
  10082. }
  10083. },
  10084. back: {
  10085. height: math.unit(6 + 5 / 12, "feet"),
  10086. weight: math.unit(160, "lb"),
  10087. name: "Back",
  10088. image: {
  10089. source: "./media/characters/xanthos/back.svg",
  10090. extra: 1,
  10091. bottom: 0.03
  10092. }
  10093. },
  10094. hand: {
  10095. height: math.unit(0.928, "feet"),
  10096. name: "Hand",
  10097. image: {
  10098. source: "./media/characters/xanthos/hand.svg"
  10099. }
  10100. },
  10101. foot: {
  10102. height: math.unit(1.286, "feet"),
  10103. name: "Foot",
  10104. image: {
  10105. source: "./media/characters/xanthos/foot.svg"
  10106. }
  10107. },
  10108. },
  10109. [
  10110. {
  10111. name: "Normal",
  10112. height: math.unit(6 + 5 / 12, "feet"),
  10113. default: true
  10114. },
  10115. {
  10116. name: "Normal+",
  10117. height: math.unit(6, "meters")
  10118. },
  10119. {
  10120. name: "Macro",
  10121. height: math.unit(40, "feet")
  10122. },
  10123. {
  10124. name: "Macro+",
  10125. height: math.unit(200, "meters")
  10126. },
  10127. {
  10128. name: "Megamacro",
  10129. height: math.unit(20, "km")
  10130. },
  10131. {
  10132. name: "Megamacro+",
  10133. height: math.unit(100, "km")
  10134. },
  10135. ]
  10136. ))
  10137. characterMakers.push(() => makeCharacter(
  10138. { name: "Grynn" },
  10139. {
  10140. front: {
  10141. height: math.unit(6 + 3 / 12, "feet"),
  10142. weight: math.unit(215, "lb"),
  10143. name: "Front",
  10144. image: {
  10145. source: "./media/characters/grynn/front.svg",
  10146. extra: 4627 / 4209,
  10147. bottom: 0.047
  10148. }
  10149. },
  10150. },
  10151. [
  10152. {
  10153. name: "Micro",
  10154. height: math.unit(6, "inches")
  10155. },
  10156. {
  10157. name: "Normal",
  10158. height: math.unit(6 + 3 / 12, "feet"),
  10159. default: true
  10160. },
  10161. {
  10162. name: "Big",
  10163. height: math.unit(104, "feet")
  10164. },
  10165. {
  10166. name: "Macro",
  10167. height: math.unit(944, "feet")
  10168. },
  10169. {
  10170. name: "Macro+",
  10171. height: math.unit(9480, "feet")
  10172. },
  10173. {
  10174. name: "Megamacro",
  10175. height: math.unit(78752, "feet")
  10176. },
  10177. {
  10178. name: "Megamacro+",
  10179. height: math.unit(630128, "feet")
  10180. },
  10181. {
  10182. name: "Megamacro++",
  10183. height: math.unit(3150695, "feet")
  10184. },
  10185. ]
  10186. ))
  10187. characterMakers.push(() => makeCharacter(
  10188. { name: "Mocha Aura" },
  10189. {
  10190. front: {
  10191. height: math.unit(7 + 5 / 12, "feet"),
  10192. weight: math.unit(450, "lb"),
  10193. name: "Front",
  10194. image: {
  10195. source: "./media/characters/mocha-aura/front.svg",
  10196. extra: 1907 / 1817,
  10197. bottom: 0.04
  10198. }
  10199. },
  10200. back: {
  10201. height: math.unit(7 + 5 / 12, "feet"),
  10202. weight: math.unit(450, "lb"),
  10203. name: "Back",
  10204. image: {
  10205. source: "./media/characters/mocha-aura/back.svg",
  10206. extra: 1900 / 1825,
  10207. bottom: 0.045
  10208. }
  10209. },
  10210. },
  10211. [
  10212. {
  10213. name: "Nano",
  10214. height: math.unit(1, "nm")
  10215. },
  10216. {
  10217. name: "Megamicro",
  10218. height: math.unit(1, "mm")
  10219. },
  10220. {
  10221. name: "Micro",
  10222. height: math.unit(3, "inches")
  10223. },
  10224. {
  10225. name: "Normal",
  10226. height: math.unit(7 + 5 / 12, "feet"),
  10227. default: true
  10228. },
  10229. {
  10230. name: "Macro",
  10231. height: math.unit(30, "feet")
  10232. },
  10233. {
  10234. name: "Megamacro",
  10235. height: math.unit(3500, "feet")
  10236. },
  10237. {
  10238. name: "Teramacro",
  10239. height: math.unit(500000, "miles")
  10240. },
  10241. {
  10242. name: "Petamacro",
  10243. height: math.unit(50000000000000000, "parsecs")
  10244. },
  10245. ]
  10246. ))
  10247. characterMakers.push(() => makeCharacter(
  10248. { name: "Ilisha Devya" },
  10249. {
  10250. front: {
  10251. height: math.unit(6, "feet"),
  10252. weight: math.unit(150, "lb"),
  10253. name: "Front",
  10254. image: {
  10255. source: "./media/characters/ilisha-devya/front.svg",
  10256. extra: 1,
  10257. bottom: 0.175
  10258. }
  10259. },
  10260. back: {
  10261. height: math.unit(6, "feet"),
  10262. weight: math.unit(150, "lb"),
  10263. name: "Back",
  10264. image: {
  10265. source: "./media/characters/ilisha-devya/back.svg",
  10266. extra: 1,
  10267. bottom: 0.015
  10268. }
  10269. },
  10270. },
  10271. [
  10272. {
  10273. name: "Macro",
  10274. height: math.unit(500, "feet"),
  10275. default: true
  10276. },
  10277. {
  10278. name: "Megamacro",
  10279. height: math.unit(10, "miles")
  10280. },
  10281. {
  10282. name: "Gigamacro",
  10283. height: math.unit(100000, "miles")
  10284. },
  10285. {
  10286. name: "Examacro",
  10287. height: math.unit(1e9, "lightyears")
  10288. },
  10289. {
  10290. name: "Omniversal",
  10291. height: math.unit(1e33, "lightyears")
  10292. },
  10293. {
  10294. name: "Beyond Infinite",
  10295. height: math.unit(1e100, "lightyears")
  10296. },
  10297. ]
  10298. ))
  10299. characterMakers.push(() => makeCharacter(
  10300. { name: "Mira" },
  10301. {
  10302. Side: {
  10303. height: math.unit(6, "feet"),
  10304. weight: math.unit(150, "lb"),
  10305. name: "Side",
  10306. image: {
  10307. source: "./media/characters/mira/side.svg",
  10308. extra: 900 / 799,
  10309. bottom: 0.02
  10310. }
  10311. },
  10312. },
  10313. [
  10314. {
  10315. name: "Human Size",
  10316. height: math.unit(6, "feet")
  10317. },
  10318. {
  10319. name: "Macro",
  10320. height: math.unit(100, "feet"),
  10321. default: true
  10322. },
  10323. {
  10324. name: "Megamacro",
  10325. height: math.unit(10, "miles")
  10326. },
  10327. {
  10328. name: "Gigamacro",
  10329. height: math.unit(25000, "miles")
  10330. },
  10331. {
  10332. name: "Teramacro",
  10333. height: math.unit(300, "AU")
  10334. },
  10335. {
  10336. name: "Full Size",
  10337. height: math.unit(4.5e10, "lightyears")
  10338. },
  10339. ]
  10340. ))
  10341. characterMakers.push(() => makeCharacter(
  10342. { name: "Holly" },
  10343. {
  10344. front: {
  10345. height: math.unit(6, "feet"),
  10346. weight: math.unit(150, "lb"),
  10347. name: "Front",
  10348. image: {
  10349. source: "./media/characters/holly/front.svg",
  10350. extra: 639 / 606
  10351. }
  10352. },
  10353. back: {
  10354. height: math.unit(6, "feet"),
  10355. weight: math.unit(150, "lb"),
  10356. name: "Back",
  10357. image: {
  10358. source: "./media/characters/holly/back.svg",
  10359. extra: 623 / 598
  10360. }
  10361. },
  10362. frontWorking: {
  10363. height: math.unit(6, "feet"),
  10364. weight: math.unit(150, "lb"),
  10365. name: "Front (Working)",
  10366. image: {
  10367. source: "./media/characters/holly/front-working.svg",
  10368. extra: 607 / 577,
  10369. bottom: 0.048
  10370. }
  10371. },
  10372. },
  10373. [
  10374. {
  10375. name: "Normal",
  10376. height: math.unit(12 + 3 / 12, "feet"),
  10377. default: true
  10378. },
  10379. ]
  10380. ))
  10381. characterMakers.push(() => makeCharacter(
  10382. { name: "Porter" },
  10383. {
  10384. front: {
  10385. height: math.unit(6, "feet"),
  10386. weight: math.unit(150, "lb"),
  10387. name: "Front",
  10388. image: {
  10389. source: "./media/characters/porter/front.svg",
  10390. extra: 1,
  10391. bottom: 0.01
  10392. }
  10393. },
  10394. frontRobes: {
  10395. height: math.unit(6, "feet"),
  10396. weight: math.unit(150, "lb"),
  10397. name: "Front (Robes)",
  10398. image: {
  10399. source: "./media/characters/porter/front-robes.svg",
  10400. extra: 1.01,
  10401. bottom: 0.01
  10402. }
  10403. },
  10404. },
  10405. [
  10406. {
  10407. name: "Normal",
  10408. height: math.unit(11 + 9 / 12, "feet"),
  10409. default: true
  10410. },
  10411. ]
  10412. ))
  10413. characterMakers.push(() => makeCharacter(
  10414. { name: "Lucy" },
  10415. {
  10416. legendary: {
  10417. height: math.unit(6, "feet"),
  10418. weight: math.unit(150, "lb"),
  10419. name: "Legendary",
  10420. image: {
  10421. source: "./media/characters/lucy/legendary.svg",
  10422. extra: 1355 / 1100,
  10423. bottom: 0.045
  10424. }
  10425. },
  10426. },
  10427. [
  10428. {
  10429. name: "Legendary",
  10430. height: math.unit(86882 * 2, "miles"),
  10431. default: true
  10432. },
  10433. ]
  10434. ))
  10435. characterMakers.push(() => makeCharacter(
  10436. { name: "Drusilla" },
  10437. {
  10438. front: {
  10439. height: math.unit(6, "feet"),
  10440. weight: math.unit(150, "lb"),
  10441. name: "Front",
  10442. image: {
  10443. source: "./media/characters/drusilla/front.svg",
  10444. extra: 678 / 635,
  10445. bottom: 0.03
  10446. }
  10447. },
  10448. back: {
  10449. height: math.unit(6, "feet"),
  10450. weight: math.unit(150, "lb"),
  10451. name: "Back",
  10452. image: {
  10453. source: "./media/characters/drusilla/back.svg",
  10454. extra: 678 / 635,
  10455. bottom: 0.005
  10456. }
  10457. },
  10458. },
  10459. [
  10460. {
  10461. name: "Macro",
  10462. height: math.unit(100, "feet")
  10463. },
  10464. {
  10465. name: "Canon Height",
  10466. height: math.unit(2000, "feet"),
  10467. default: true
  10468. },
  10469. ]
  10470. ))
  10471. characterMakers.push(() => makeCharacter(
  10472. { name: "Renard Thatch" },
  10473. {
  10474. front: {
  10475. height: math.unit(6, "feet"),
  10476. weight: math.unit(180, "lb"),
  10477. name: "Front",
  10478. image: {
  10479. source: "./media/characters/renard-thatch/front.svg",
  10480. extra: 2411 / 2275,
  10481. bottom: 0.01
  10482. }
  10483. },
  10484. frontPosing: {
  10485. height: math.unit(6, "feet"),
  10486. weight: math.unit(180, "lb"),
  10487. name: "Front (Posing)",
  10488. image: {
  10489. source: "./media/characters/renard-thatch/front-posing.svg",
  10490. extra: 2381 / 2261,
  10491. bottom: 0.01
  10492. }
  10493. },
  10494. back: {
  10495. height: math.unit(6, "feet"),
  10496. weight: math.unit(180, "lb"),
  10497. name: "Back",
  10498. image: {
  10499. source: "./media/characters/renard-thatch/back.svg",
  10500. extra: 2428 / 2288
  10501. }
  10502. },
  10503. },
  10504. [
  10505. {
  10506. name: "Micro",
  10507. height: math.unit(3, "inches")
  10508. },
  10509. {
  10510. name: "Default",
  10511. height: math.unit(6, "feet"),
  10512. default: true
  10513. },
  10514. {
  10515. name: "Macro",
  10516. height: math.unit(75, "feet")
  10517. },
  10518. ]
  10519. ))
  10520. characterMakers.push(() => makeCharacter(
  10521. { name: "Sekvra" },
  10522. {
  10523. front: {
  10524. height: math.unit(1450, "feet"),
  10525. weight: math.unit(1.21e6, "tons"),
  10526. name: "Front",
  10527. image: {
  10528. source: "./media/characters/sekvra/front.svg",
  10529. extra: 1,
  10530. bottom: 0.03
  10531. }
  10532. },
  10533. frontClothed: {
  10534. height: math.unit(1450, "feet"),
  10535. weight: math.unit(1.21e6, "tons"),
  10536. name: "Front (Clothed)",
  10537. image: {
  10538. source: "./media/characters/sekvra/front-clothed.svg",
  10539. extra: 1,
  10540. bottom: 0.03
  10541. }
  10542. },
  10543. side: {
  10544. height: math.unit(1450, "feet"),
  10545. weight: math.unit(1.21e6, "tons"),
  10546. name: "Side",
  10547. image: {
  10548. source: "./media/characters/sekvra/side.svg",
  10549. extra: 1,
  10550. bottom: 0.025
  10551. }
  10552. },
  10553. back: {
  10554. height: math.unit(1450, "feet"),
  10555. weight: math.unit(1.21e6, "tons"),
  10556. name: "Back",
  10557. image: {
  10558. source: "./media/characters/sekvra/back.svg",
  10559. extra: 1,
  10560. bottom: 0.005
  10561. }
  10562. },
  10563. },
  10564. [
  10565. {
  10566. name: "Macro",
  10567. height: math.unit(1450, "feet"),
  10568. default: true
  10569. },
  10570. {
  10571. name: "Megamacro",
  10572. height: math.unit(15000, "feet")
  10573. },
  10574. ]
  10575. ))
  10576. characterMakers.push(() => makeCharacter(
  10577. { name: "Carmine" },
  10578. {
  10579. front: {
  10580. height: math.unit(6, "feet"),
  10581. weight: math.unit(150, "lb"),
  10582. name: "Front",
  10583. image: {
  10584. source: "./media/characters/carmine/front.svg",
  10585. extra: 1,
  10586. bottom: 0.035
  10587. }
  10588. },
  10589. frontArmor: {
  10590. height: math.unit(6, "feet"),
  10591. weight: math.unit(150, "lb"),
  10592. name: "Front (Armor)",
  10593. image: {
  10594. source: "./media/characters/carmine/front-armor.svg",
  10595. extra: 1,
  10596. bottom: 0.035
  10597. }
  10598. },
  10599. },
  10600. [
  10601. {
  10602. name: "Large",
  10603. height: math.unit(1, "mile")
  10604. },
  10605. {
  10606. name: "Huge",
  10607. height: math.unit(40, "miles"),
  10608. default: true
  10609. },
  10610. {
  10611. name: "Colossal",
  10612. height: math.unit(2500, "miles")
  10613. },
  10614. ]
  10615. ))
  10616. characterMakers.push(() => makeCharacter(
  10617. { name: "Elyssia" },
  10618. {
  10619. front: {
  10620. height: math.unit(6, "feet"),
  10621. weight: math.unit(150, "lb"),
  10622. name: "Front",
  10623. image: {
  10624. source: "./media/characters/elyssia/front.svg",
  10625. extra: 2201 / 2035,
  10626. bottom: 0.05
  10627. }
  10628. },
  10629. frontClothed: {
  10630. height: math.unit(6, "feet"),
  10631. weight: math.unit(150, "lb"),
  10632. name: "Front (Clothed)",
  10633. image: {
  10634. source: "./media/characters/elyssia/front-clothed.svg",
  10635. extra: 2201 / 2035,
  10636. bottom: 0.05
  10637. }
  10638. },
  10639. back: {
  10640. height: math.unit(6, "feet"),
  10641. weight: math.unit(150, "lb"),
  10642. name: "Back",
  10643. image: {
  10644. source: "./media/characters/elyssia/back.svg",
  10645. extra: 2201 / 2035,
  10646. bottom: 0.013
  10647. }
  10648. },
  10649. },
  10650. [
  10651. {
  10652. name: "Smaller",
  10653. height: math.unit(150, "feet")
  10654. },
  10655. {
  10656. name: "Standard",
  10657. height: math.unit(1400, "feet"),
  10658. default: true
  10659. },
  10660. {
  10661. name: "Distracted",
  10662. height: math.unit(15000, "feet")
  10663. },
  10664. ]
  10665. ))
  10666. characterMakers.push(() => makeCharacter(
  10667. { name: "Geno Maxwell" },
  10668. {
  10669. front: {
  10670. height: math.unit(7 + 4 / 12, "feet"),
  10671. weight: math.unit(500, "lb"),
  10672. name: "Front",
  10673. image: {
  10674. source: "./media/characters/geno-maxwell/front.svg",
  10675. extra: 2207 / 2040,
  10676. bottom: 0.015
  10677. }
  10678. },
  10679. },
  10680. [
  10681. {
  10682. name: "Micro",
  10683. height: math.unit(3, "inches")
  10684. },
  10685. {
  10686. name: "Normal",
  10687. height: math.unit(7 + 4 / 12, "feet"),
  10688. default: true
  10689. },
  10690. {
  10691. name: "Macro",
  10692. height: math.unit(220, "feet")
  10693. },
  10694. {
  10695. name: "Megamacro",
  10696. height: math.unit(11, "miles")
  10697. },
  10698. ]
  10699. ))
  10700. characterMakers.push(() => makeCharacter(
  10701. { name: "Regena Maxwell" },
  10702. {
  10703. front: {
  10704. height: math.unit(7 + 4 / 12, "feet"),
  10705. weight: math.unit(500, "lb"),
  10706. name: "Front",
  10707. image: {
  10708. source: "./media/characters/regena-maxwell/front.svg",
  10709. extra: 3115 / 2770,
  10710. bottom: 0.02
  10711. }
  10712. },
  10713. },
  10714. [
  10715. {
  10716. name: "Normal",
  10717. height: math.unit(7 + 4 / 12, "feet"),
  10718. default: true
  10719. },
  10720. {
  10721. name: "Macro",
  10722. height: math.unit(220, "feet")
  10723. },
  10724. {
  10725. name: "Megamacro",
  10726. height: math.unit(11, "miles")
  10727. },
  10728. ]
  10729. ))
  10730. characterMakers.push(() => makeCharacter(
  10731. { name: "XGlidingDragonX" },
  10732. {
  10733. front: {
  10734. height: math.unit(6, "feet"),
  10735. weight: math.unit(150, "lb"),
  10736. name: "Front",
  10737. image: {
  10738. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10739. extra: 860 / 690,
  10740. bottom: 0.03
  10741. }
  10742. },
  10743. },
  10744. [
  10745. {
  10746. name: "Normal",
  10747. height: math.unit(1.7, "meters"),
  10748. default: true
  10749. },
  10750. ]
  10751. ))
  10752. characterMakers.push(() => makeCharacter(
  10753. { name: "Quilly" },
  10754. {
  10755. front: {
  10756. height: math.unit(6, "feet"),
  10757. weight: math.unit(150, "lb"),
  10758. name: "Front",
  10759. image: {
  10760. source: "./media/characters/quilly/front.svg",
  10761. extra: 890 / 776
  10762. }
  10763. },
  10764. },
  10765. [
  10766. {
  10767. name: "Gigamacro",
  10768. height: math.unit(404090, "miles"),
  10769. default: true
  10770. },
  10771. ]
  10772. ))
  10773. characterMakers.push(() => makeCharacter(
  10774. { name: "Tempest" },
  10775. {
  10776. front: {
  10777. height: math.unit(7 + 8 / 12, "feet"),
  10778. weight: math.unit(350, "lb"),
  10779. name: "Front",
  10780. image: {
  10781. source: "./media/characters/tempest/front.svg",
  10782. extra: 1175 / 1086,
  10783. bottom: 0.02
  10784. }
  10785. },
  10786. },
  10787. [
  10788. {
  10789. name: "Normal",
  10790. height: math.unit(7 + 8 / 12, "feet"),
  10791. default: true
  10792. },
  10793. ]
  10794. ))
  10795. characterMakers.push(() => makeCharacter(
  10796. { name: "Rodger" },
  10797. {
  10798. side: {
  10799. height: math.unit(4 + 5 / 12, "feet"),
  10800. weight: math.unit(80, "lb"),
  10801. name: "Side",
  10802. image: {
  10803. source: "./media/characters/rodger/side.svg",
  10804. extra: 1235 / 1118
  10805. }
  10806. },
  10807. },
  10808. [
  10809. {
  10810. name: "Micro",
  10811. height: math.unit(1, "inch")
  10812. },
  10813. {
  10814. name: "Normal",
  10815. height: math.unit(4 + 5 / 12, "feet"),
  10816. default: true
  10817. },
  10818. {
  10819. name: "Macro",
  10820. height: math.unit(120, "feet")
  10821. },
  10822. ]
  10823. ))
  10824. characterMakers.push(() => makeCharacter(
  10825. { name: "Danyel" },
  10826. {
  10827. front: {
  10828. height: math.unit(6, "feet"),
  10829. weight: math.unit(150, "lb"),
  10830. name: "Front",
  10831. image: {
  10832. source: "./media/characters/danyel/front.svg",
  10833. extra: 1185 / 1123,
  10834. bottom: 0.05
  10835. }
  10836. },
  10837. },
  10838. [
  10839. {
  10840. name: "Shrunken",
  10841. height: math.unit(0.5, "mm")
  10842. },
  10843. {
  10844. name: "Micro",
  10845. height: math.unit(1, "mm"),
  10846. default: true
  10847. },
  10848. {
  10849. name: "Upsized",
  10850. height: math.unit(5 + 5 / 12, "feet")
  10851. },
  10852. ]
  10853. ))
  10854. characterMakers.push(() => makeCharacter(
  10855. { name: "Vivian Bijoux" },
  10856. {
  10857. front: {
  10858. height: math.unit(5 + 6 / 12, "feet"),
  10859. weight: math.unit(200, "lb"),
  10860. name: "Front",
  10861. image: {
  10862. source: "./media/characters/vivian-bijoux/front.svg",
  10863. extra: 1,
  10864. bottom: 0.072
  10865. }
  10866. },
  10867. },
  10868. [
  10869. {
  10870. name: "Normal",
  10871. height: math.unit(5 + 6 / 12, "feet"),
  10872. default: true
  10873. },
  10874. {
  10875. name: "Bad Dream",
  10876. height: math.unit(500, "feet")
  10877. },
  10878. {
  10879. name: "Nightmare",
  10880. height: math.unit(500, "miles")
  10881. },
  10882. ]
  10883. ))
  10884. characterMakers.push(() => makeCharacter(
  10885. { name: "Zeta" },
  10886. {
  10887. front: {
  10888. height: math.unit(6 + 1 / 12, "feet"),
  10889. weight: math.unit(260, "lb"),
  10890. name: "Front",
  10891. image: {
  10892. source: "./media/characters/zeta/front.svg",
  10893. extra: 1968 / 1889,
  10894. bottom: 0.06
  10895. }
  10896. },
  10897. back: {
  10898. height: math.unit(6 + 1 / 12, "feet"),
  10899. weight: math.unit(260, "lb"),
  10900. name: "Back",
  10901. image: {
  10902. source: "./media/characters/zeta/back.svg",
  10903. extra: 1944 / 1858,
  10904. bottom: 0.03
  10905. }
  10906. },
  10907. hand: {
  10908. height: math.unit(1.112, "feet"),
  10909. name: "Hand",
  10910. image: {
  10911. source: "./media/characters/zeta/hand.svg"
  10912. }
  10913. },
  10914. foot: {
  10915. height: math.unit(1.48, "feet"),
  10916. name: "Foot",
  10917. image: {
  10918. source: "./media/characters/zeta/foot.svg"
  10919. }
  10920. },
  10921. },
  10922. [
  10923. {
  10924. name: "Micro",
  10925. height: math.unit(6, "inches")
  10926. },
  10927. {
  10928. name: "Normal",
  10929. height: math.unit(6 + 1 / 12, "feet"),
  10930. default: true
  10931. },
  10932. {
  10933. name: "Macro",
  10934. height: math.unit(20, "feet")
  10935. },
  10936. ]
  10937. ))
  10938. characterMakers.push(() => makeCharacter(
  10939. { name: "Jamie Larsen" },
  10940. {
  10941. front: {
  10942. height: math.unit(6, "feet"),
  10943. weight: math.unit(150, "lb"),
  10944. name: "Front",
  10945. image: {
  10946. source: "./media/characters/jamie-larsen/front.svg",
  10947. extra: 962 / 933,
  10948. bottom: 0.02
  10949. }
  10950. },
  10951. back: {
  10952. height: math.unit(6, "feet"),
  10953. weight: math.unit(150, "lb"),
  10954. name: "Back",
  10955. image: {
  10956. source: "./media/characters/jamie-larsen/back.svg",
  10957. extra: 997 / 946
  10958. }
  10959. },
  10960. },
  10961. [
  10962. {
  10963. name: "Macro",
  10964. height: math.unit(28 + 7 / 12, "feet"),
  10965. default: true
  10966. },
  10967. {
  10968. name: "Macro+",
  10969. height: math.unit(180, "feet")
  10970. },
  10971. {
  10972. name: "Megamacro",
  10973. height: math.unit(10, "miles")
  10974. },
  10975. {
  10976. name: "Gigamacro",
  10977. height: math.unit(200000, "miles")
  10978. },
  10979. ]
  10980. ))
  10981. characterMakers.push(() => makeCharacter(
  10982. { name: "Vance" },
  10983. {
  10984. front: {
  10985. height: math.unit(6, "feet"),
  10986. weight: math.unit(120, "lb"),
  10987. name: "Front",
  10988. image: {
  10989. source: "./media/characters/vance/front.svg",
  10990. extra: 1980 / 1890,
  10991. bottom: 0.09
  10992. }
  10993. },
  10994. back: {
  10995. height: math.unit(6, "feet"),
  10996. weight: math.unit(120, "lb"),
  10997. name: "Back",
  10998. image: {
  10999. source: "./media/characters/vance/back.svg",
  11000. extra: 2081 / 1994,
  11001. bottom: 0.014
  11002. }
  11003. },
  11004. hand: {
  11005. height: math.unit(0.88, "feet"),
  11006. name: "Hand",
  11007. image: {
  11008. source: "./media/characters/vance/hand.svg"
  11009. }
  11010. },
  11011. foot: {
  11012. height: math.unit(0.64, "feet"),
  11013. name: "Foot",
  11014. image: {
  11015. source: "./media/characters/vance/foot.svg"
  11016. }
  11017. },
  11018. },
  11019. [
  11020. {
  11021. name: "Small",
  11022. height: math.unit(90, "feet"),
  11023. default: true
  11024. },
  11025. {
  11026. name: "Macro",
  11027. height: math.unit(100, "meters")
  11028. },
  11029. {
  11030. name: "Megamacro",
  11031. height: math.unit(15, "miles")
  11032. },
  11033. ]
  11034. ))
  11035. characterMakers.push(() => makeCharacter(
  11036. { name: "Xochitl" },
  11037. {
  11038. front: {
  11039. height: math.unit(6, "feet"),
  11040. weight: math.unit(180, "lb"),
  11041. name: "Front",
  11042. image: {
  11043. source: "./media/characters/xochitl/front.svg",
  11044. extra: 2297 / 2261,
  11045. bottom: 0.065
  11046. }
  11047. },
  11048. back: {
  11049. height: math.unit(6, "feet"),
  11050. weight: math.unit(180, "lb"),
  11051. name: "Back",
  11052. image: {
  11053. source: "./media/characters/xochitl/back.svg",
  11054. extra: 2386 / 2354,
  11055. bottom: 0.01
  11056. }
  11057. },
  11058. foot: {
  11059. height: math.unit(6 / 5 * 1.15, "feet"),
  11060. weight: math.unit(150, "lb"),
  11061. name: "Foot",
  11062. image: {
  11063. source: "./media/characters/xochitl/foot.svg"
  11064. }
  11065. },
  11066. },
  11067. [
  11068. {
  11069. name: "Macro",
  11070. height: math.unit(80, "feet")
  11071. },
  11072. {
  11073. name: "Macro+",
  11074. height: math.unit(400, "feet"),
  11075. default: true
  11076. },
  11077. {
  11078. name: "Gigamacro",
  11079. height: math.unit(80000, "miles")
  11080. },
  11081. {
  11082. name: "Gigamacro+",
  11083. height: math.unit(400000, "miles")
  11084. },
  11085. {
  11086. name: "Teramacro",
  11087. height: math.unit(300, "AU")
  11088. },
  11089. ]
  11090. ))
  11091. characterMakers.push(() => makeCharacter(
  11092. { name: "Vincent" },
  11093. {
  11094. front: {
  11095. height: math.unit(6, "feet"),
  11096. weight: math.unit(150, "lb"),
  11097. name: "Front",
  11098. image: {
  11099. source: "./media/characters/vincent/front.svg",
  11100. extra: 1130 / 1080,
  11101. bottom: 0.055
  11102. }
  11103. },
  11104. beak: {
  11105. height: math.unit(6 * 0.1, "feet"),
  11106. name: "Beak",
  11107. image: {
  11108. source: "./media/characters/vincent/beak.svg"
  11109. }
  11110. },
  11111. hand: {
  11112. height: math.unit(6 * 0.85, "feet"),
  11113. weight: math.unit(150, "lb"),
  11114. name: "Hand",
  11115. image: {
  11116. source: "./media/characters/vincent/hand.svg"
  11117. }
  11118. },
  11119. foot: {
  11120. height: math.unit(6 * 0.19, "feet"),
  11121. weight: math.unit(150, "lb"),
  11122. name: "Foot",
  11123. image: {
  11124. source: "./media/characters/vincent/foot.svg"
  11125. }
  11126. },
  11127. },
  11128. [
  11129. {
  11130. name: "Base",
  11131. height: math.unit(6 + 5 / 12, "feet"),
  11132. default: true
  11133. },
  11134. {
  11135. name: "Macro",
  11136. height: math.unit(300, "feet")
  11137. },
  11138. {
  11139. name: "Megamacro",
  11140. height: math.unit(2, "miles")
  11141. },
  11142. {
  11143. name: "Gigamacro",
  11144. height: math.unit(1000, "miles")
  11145. },
  11146. ]
  11147. ))
  11148. characterMakers.push(() => makeCharacter(
  11149. { name: "Jay" },
  11150. {
  11151. front: {
  11152. height: math.unit(6 + 2 / 12, "feet"),
  11153. weight: math.unit(65, "lb"),
  11154. name: "Front",
  11155. image: {
  11156. source: "./media/characters/jay/front.svg",
  11157. extra: 1510 / 1430,
  11158. bottom: 0.042
  11159. }
  11160. },
  11161. back: {
  11162. height: math.unit(6 + 2 / 12, "feet"),
  11163. weight: math.unit(65, "lb"),
  11164. name: "Back",
  11165. image: {
  11166. source: "./media/characters/jay/back.svg",
  11167. extra: 1510 / 1430,
  11168. bottom: 0.025
  11169. }
  11170. },
  11171. clothed: {
  11172. height: math.unit(6 + 2 / 12, "feet"),
  11173. weight: math.unit(65, "lb"),
  11174. name: "Front (Clothed)",
  11175. image: {
  11176. source: "./media/characters/jay/clothed.svg",
  11177. extra: 744 / 699,
  11178. bottom: 0.043
  11179. }
  11180. },
  11181. },
  11182. [
  11183. {
  11184. name: "Micro",
  11185. height: math.unit(1, "inch")
  11186. },
  11187. {
  11188. name: "Normal",
  11189. height: math.unit(6 + 2 / 12, "feet"),
  11190. default: true
  11191. },
  11192. {
  11193. name: "Macro",
  11194. height: math.unit(1, "mile")
  11195. },
  11196. {
  11197. name: "Megamacro",
  11198. height: math.unit(100, "miles")
  11199. },
  11200. ]
  11201. ))
  11202. characterMakers.push(() => makeCharacter(
  11203. { name: "Coatl" },
  11204. {
  11205. front: {
  11206. height: math.unit(2, "meters"),
  11207. weight: math.unit(500, "kg"),
  11208. name: "Front",
  11209. image: {
  11210. source: "./media/characters/coatl/front.svg",
  11211. extra: 3948 / 3500,
  11212. bottom: 0.082
  11213. }
  11214. },
  11215. },
  11216. [
  11217. {
  11218. name: "Normal",
  11219. height: math.unit(4, "meters")
  11220. },
  11221. {
  11222. name: "Macro",
  11223. height: math.unit(100, "meters"),
  11224. default: true
  11225. },
  11226. {
  11227. name: "Macro+",
  11228. height: math.unit(300, "meters")
  11229. },
  11230. {
  11231. name: "Megamacro",
  11232. height: math.unit(3, "gigameters")
  11233. },
  11234. {
  11235. name: "Megamacro+",
  11236. height: math.unit(300, "terameters")
  11237. },
  11238. {
  11239. name: "Megamacro++",
  11240. height: math.unit(3, "lightyears")
  11241. },
  11242. ]
  11243. ))
  11244. characterMakers.push(() => makeCharacter(
  11245. { name: "Shiroryu" },
  11246. {
  11247. front: {
  11248. height: math.unit(6, "feet"),
  11249. weight: math.unit(50, "kg"),
  11250. name: "front",
  11251. image: {
  11252. source: "./media/characters/shiroryu/front.svg",
  11253. extra: 1990 / 1935
  11254. }
  11255. },
  11256. },
  11257. [
  11258. {
  11259. name: "Mortal Mingling",
  11260. height: math.unit(3, "meters")
  11261. },
  11262. {
  11263. name: "Kaiju-ish",
  11264. height: math.unit(250, "meters")
  11265. },
  11266. {
  11267. name: "Somewhat Godly",
  11268. height: math.unit(400, "km"),
  11269. default: true
  11270. },
  11271. {
  11272. name: "Planetary",
  11273. height: math.unit(300, "megameters")
  11274. },
  11275. {
  11276. name: "Galaxy-dwarfing",
  11277. height: math.unit(450, "kiloparsecs")
  11278. },
  11279. {
  11280. name: "Universe Eater",
  11281. height: math.unit(150, "gigaparsecs")
  11282. },
  11283. {
  11284. name: "Almost Immeasurable",
  11285. height: math.unit(1.3e266, "yottaparsecs")
  11286. },
  11287. ]
  11288. ))
  11289. characterMakers.push(() => makeCharacter(
  11290. { name: "Umeko" },
  11291. {
  11292. front: {
  11293. height: math.unit(6, "feet"),
  11294. weight: math.unit(150, "lb"),
  11295. name: "Front",
  11296. image: {
  11297. source: "./media/characters/umeko/front.svg",
  11298. extra: 1,
  11299. bottom: 0.019
  11300. }
  11301. },
  11302. frontArmored: {
  11303. height: math.unit(6, "feet"),
  11304. weight: math.unit(150, "lb"),
  11305. name: "Front (Armored)",
  11306. image: {
  11307. source: "./media/characters/umeko/front-armored.svg",
  11308. extra: 1,
  11309. bottom: 0.021
  11310. }
  11311. },
  11312. },
  11313. [
  11314. {
  11315. name: "Macro",
  11316. height: math.unit(220, "feet"),
  11317. default: true
  11318. },
  11319. {
  11320. name: "Guardian Dragon",
  11321. height: math.unit(50, "miles")
  11322. },
  11323. {
  11324. name: "Cosmic",
  11325. height: math.unit(800000, "miles")
  11326. },
  11327. ]
  11328. ))
  11329. characterMakers.push(() => makeCharacter(
  11330. { name: "Cassidy" },
  11331. {
  11332. front: {
  11333. height: math.unit(6, "feet"),
  11334. weight: math.unit(150, "lb"),
  11335. name: "Front",
  11336. image: {
  11337. source: "./media/characters/cassidy/front.svg",
  11338. extra: 1,
  11339. bottom: 0.043
  11340. }
  11341. },
  11342. },
  11343. [
  11344. {
  11345. name: "Canon Height",
  11346. height: math.unit(120, "feet"),
  11347. default: true
  11348. },
  11349. {
  11350. name: "Macro+",
  11351. height: math.unit(400, "feet")
  11352. },
  11353. {
  11354. name: "Macro++",
  11355. height: math.unit(4000, "feet")
  11356. },
  11357. {
  11358. name: "Megamacro",
  11359. height: math.unit(3, "miles")
  11360. },
  11361. ]
  11362. ))
  11363. characterMakers.push(() => makeCharacter(
  11364. { name: "Isaac" },
  11365. {
  11366. front: {
  11367. height: math.unit(6, "feet"),
  11368. weight: math.unit(150, "lb"),
  11369. name: "Front",
  11370. image: {
  11371. source: "./media/characters/isaac/front.svg",
  11372. extra: 896 / 815,
  11373. bottom: 0.11
  11374. }
  11375. },
  11376. },
  11377. [
  11378. {
  11379. name: "Human Size",
  11380. height: math.unit(8, "feet"),
  11381. default: true
  11382. },
  11383. {
  11384. name: "Macro",
  11385. height: math.unit(400, "feet")
  11386. },
  11387. {
  11388. name: "Megamacro",
  11389. height: math.unit(50, "miles")
  11390. },
  11391. {
  11392. name: "Canon Height",
  11393. height: math.unit(200, "AU")
  11394. },
  11395. ]
  11396. ))
  11397. characterMakers.push(() => makeCharacter(
  11398. { name: "Sleekit" },
  11399. {
  11400. front: {
  11401. height: math.unit(6, "feet"),
  11402. weight: math.unit(72, "kg"),
  11403. name: "Front",
  11404. image: {
  11405. source: "./media/characters/sleekit/front.svg",
  11406. extra: 4693 / 4487,
  11407. bottom: 0.012
  11408. }
  11409. },
  11410. },
  11411. [
  11412. {
  11413. name: "Minimum Height",
  11414. height: math.unit(10, "meters")
  11415. },
  11416. {
  11417. name: "Smaller",
  11418. height: math.unit(25, "meters")
  11419. },
  11420. {
  11421. name: "Larger",
  11422. height: math.unit(38, "meters"),
  11423. default: true
  11424. },
  11425. {
  11426. name: "Maximum height",
  11427. height: math.unit(100, "meters")
  11428. },
  11429. ]
  11430. ))
  11431. characterMakers.push(() => makeCharacter(
  11432. { name: "Nillia" },
  11433. {
  11434. front: {
  11435. height: math.unit(6, "feet"),
  11436. weight: math.unit(150, "lb"),
  11437. name: "Front",
  11438. image: {
  11439. source: "./media/characters/nillia/front.svg",
  11440. extra: 2195 / 2037,
  11441. bottom: 0.005
  11442. }
  11443. },
  11444. back: {
  11445. height: math.unit(6, "feet"),
  11446. weight: math.unit(150, "lb"),
  11447. name: "Back",
  11448. image: {
  11449. source: "./media/characters/nillia/back.svg",
  11450. extra: 2195 / 2037,
  11451. bottom: 0.005
  11452. }
  11453. },
  11454. },
  11455. [
  11456. {
  11457. name: "Canon Height",
  11458. height: math.unit(489, "feet"),
  11459. default: true
  11460. }
  11461. ]
  11462. ))
  11463. characterMakers.push(() => makeCharacter(
  11464. { name: "Mesmyriza" },
  11465. {
  11466. front: {
  11467. height: math.unit(6, "feet"),
  11468. weight: math.unit(150, "lb"),
  11469. name: "Front",
  11470. image: {
  11471. source: "./media/characters/mesmyriza/front.svg",
  11472. extra: 2067 / 1784,
  11473. bottom: 0.035
  11474. }
  11475. },
  11476. foot: {
  11477. height: math.unit(6 / (250 / 35), "feet"),
  11478. name: "Foot",
  11479. image: {
  11480. source: "./media/characters/mesmyriza/foot.svg"
  11481. }
  11482. },
  11483. },
  11484. [
  11485. {
  11486. name: "Macro",
  11487. height: math.unit(457, "meters"),
  11488. default: true
  11489. },
  11490. {
  11491. name: "Megamacro",
  11492. height: math.unit(8, "megameters")
  11493. },
  11494. ]
  11495. ))
  11496. characterMakers.push(() => makeCharacter(
  11497. { name: "Saudade" },
  11498. {
  11499. front: {
  11500. height: math.unit(6, "feet"),
  11501. weight: math.unit(250, "lb"),
  11502. name: "Front",
  11503. image: {
  11504. source: "./media/characters/saudade/front.svg",
  11505. extra: 1172 / 1139,
  11506. bottom: 0.035
  11507. }
  11508. },
  11509. },
  11510. [
  11511. {
  11512. name: "Micro",
  11513. height: math.unit(3, "inches")
  11514. },
  11515. {
  11516. name: "Normal",
  11517. height: math.unit(6, "feet"),
  11518. default: true
  11519. },
  11520. {
  11521. name: "Macro",
  11522. height: math.unit(50, "feet")
  11523. },
  11524. {
  11525. name: "Megamacro",
  11526. height: math.unit(2800, "feet")
  11527. },
  11528. ]
  11529. ))
  11530. characterMakers.push(() => makeCharacter(
  11531. { name: "Keireer" },
  11532. {
  11533. front: {
  11534. height: math.unit(5 + 4 / 12, "feet"),
  11535. weight: math.unit(100, "lb"),
  11536. name: "Front",
  11537. image: {
  11538. source: "./media/characters/keireer/front.svg",
  11539. extra: 716 / 666,
  11540. bottom: 0.05
  11541. }
  11542. },
  11543. },
  11544. [
  11545. {
  11546. name: "Normal",
  11547. height: math.unit(5 + 4 / 12, "feet"),
  11548. default: true
  11549. },
  11550. ]
  11551. ))
  11552. characterMakers.push(() => makeCharacter(
  11553. { name: "Mirja" },
  11554. {
  11555. front: {
  11556. height: math.unit(6, "feet"),
  11557. weight: math.unit(90, "kg"),
  11558. name: "Front",
  11559. image: {
  11560. source: "./media/characters/mirja/front.svg",
  11561. extra: 1789 / 1683,
  11562. bottom: 0.05
  11563. }
  11564. },
  11565. frontDressed: {
  11566. height: math.unit(6, "feet"),
  11567. weight: math.unit(90, "lb"),
  11568. name: "Front (Dressed)",
  11569. image: {
  11570. source: "./media/characters/mirja/front-dressed.svg",
  11571. extra: 1789 / 1683,
  11572. bottom: 0.05
  11573. }
  11574. },
  11575. back: {
  11576. height: math.unit(6, "feet"),
  11577. weight: math.unit(90, "lb"),
  11578. name: "Back",
  11579. image: {
  11580. source: "./media/characters/mirja/back.svg",
  11581. extra: 953 / 917,
  11582. bottom: 0.017
  11583. }
  11584. },
  11585. },
  11586. [
  11587. {
  11588. name: "\"Incognito\"",
  11589. height: math.unit(3, "meters")
  11590. },
  11591. {
  11592. name: "Strolling Size",
  11593. height: math.unit(15, "km")
  11594. },
  11595. {
  11596. name: "Larger Strolling Size",
  11597. height: math.unit(400, "km")
  11598. },
  11599. {
  11600. name: "Preferred Size",
  11601. height: math.unit(5000, "km")
  11602. },
  11603. {
  11604. name: "True Size",
  11605. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11606. default: true
  11607. },
  11608. ]
  11609. ))
  11610. characterMakers.push(() => makeCharacter(
  11611. { name: "Nightraver" },
  11612. {
  11613. front: {
  11614. height: math.unit(15, "feet"),
  11615. weight: math.unit(880, "kg"),
  11616. name: "Front",
  11617. image: {
  11618. source: "./media/characters/nightraver/front.svg",
  11619. extra: 2444 / 2160,
  11620. bottom: 0.027
  11621. }
  11622. },
  11623. back: {
  11624. height: math.unit(15, "feet"),
  11625. weight: math.unit(880, "kg"),
  11626. name: "Back",
  11627. image: {
  11628. source: "./media/characters/nightraver/back.svg",
  11629. extra: 2309 / 2180,
  11630. bottom: 0.005
  11631. }
  11632. },
  11633. sole: {
  11634. height: math.unit(2.878, "feet"),
  11635. name: "Sole",
  11636. image: {
  11637. source: "./media/characters/nightraver/sole.svg"
  11638. }
  11639. },
  11640. foot: {
  11641. height: math.unit(2.285, "feet"),
  11642. name: "Foot",
  11643. image: {
  11644. source: "./media/characters/nightraver/foot.svg"
  11645. }
  11646. },
  11647. maw: {
  11648. height: math.unit(2.67, "feet"),
  11649. name: "Maw",
  11650. image: {
  11651. source: "./media/characters/nightraver/maw.svg"
  11652. }
  11653. },
  11654. },
  11655. [
  11656. {
  11657. name: "Micro",
  11658. height: math.unit(1, "cm")
  11659. },
  11660. {
  11661. name: "Normal",
  11662. height: math.unit(15, "feet"),
  11663. default: true
  11664. },
  11665. {
  11666. name: "Macro",
  11667. height: math.unit(300, "feet")
  11668. },
  11669. {
  11670. name: "Megamacro",
  11671. height: math.unit(300, "miles")
  11672. },
  11673. {
  11674. name: "Gigamacro",
  11675. height: math.unit(10000, "miles")
  11676. },
  11677. ]
  11678. ))
  11679. characterMakers.push(() => makeCharacter(
  11680. { name: "Arc" },
  11681. {
  11682. side: {
  11683. height: math.unit(2, "inches"),
  11684. weight: math.unit(5, "grams"),
  11685. name: "Side",
  11686. image: {
  11687. source: "./media/characters/arc/side.svg"
  11688. }
  11689. },
  11690. },
  11691. [
  11692. {
  11693. name: "Micro",
  11694. height: math.unit(2, "inches"),
  11695. default: true
  11696. },
  11697. ]
  11698. ))
  11699. characterMakers.push(() => makeCharacter(
  11700. { name: "Nebula Shahar" },
  11701. {
  11702. front: {
  11703. height: math.unit(1.1938, "meters"),
  11704. weight: math.unit(54, "kg"),
  11705. name: "Front",
  11706. image: {
  11707. source: "./media/characters/nebula-shahar/front.svg",
  11708. extra: 1642 / 1436,
  11709. bottom: 0.06
  11710. }
  11711. },
  11712. },
  11713. [
  11714. {
  11715. name: "Megamicro",
  11716. height: math.unit(0.3, "mm")
  11717. },
  11718. {
  11719. name: "Micro",
  11720. height: math.unit(3, "cm")
  11721. },
  11722. {
  11723. name: "Normal",
  11724. height: math.unit(138, "cm"),
  11725. default: true
  11726. },
  11727. {
  11728. name: "Macro",
  11729. height: math.unit(30, "m")
  11730. },
  11731. ]
  11732. ))
  11733. characterMakers.push(() => makeCharacter(
  11734. { name: "Shayla" },
  11735. {
  11736. front: {
  11737. height: math.unit(5.24, "feet"),
  11738. weight: math.unit(150, "lb"),
  11739. name: "Front",
  11740. image: {
  11741. source: "./media/characters/shayla/front.svg",
  11742. extra: 1512 / 1414,
  11743. bottom: 0.01
  11744. }
  11745. },
  11746. back: {
  11747. height: math.unit(5.24, "feet"),
  11748. weight: math.unit(150, "lb"),
  11749. name: "Back",
  11750. image: {
  11751. source: "./media/characters/shayla/back.svg",
  11752. extra: 1512 / 1414
  11753. }
  11754. },
  11755. hand: {
  11756. height: math.unit(0.7781496062992126, "feet"),
  11757. name: "Hand",
  11758. image: {
  11759. source: "./media/characters/shayla/hand.svg"
  11760. }
  11761. },
  11762. foot: {
  11763. height: math.unit(1.4206036745406823, "feet"),
  11764. name: "Foot",
  11765. image: {
  11766. source: "./media/characters/shayla/foot.svg"
  11767. }
  11768. },
  11769. },
  11770. [
  11771. {
  11772. name: "Micro",
  11773. height: math.unit(0.32, "feet")
  11774. },
  11775. {
  11776. name: "Normal",
  11777. height: math.unit(5.24, "feet"),
  11778. default: true
  11779. },
  11780. {
  11781. name: "Macro",
  11782. height: math.unit(492.12, "feet")
  11783. },
  11784. {
  11785. name: "Megamacro",
  11786. height: math.unit(186.41, "miles")
  11787. },
  11788. ]
  11789. ))
  11790. characterMakers.push(() => makeCharacter(
  11791. { name: "Pia Jr." },
  11792. {
  11793. front: {
  11794. height: math.unit(2.2, "m"),
  11795. weight: math.unit(120, "kg"),
  11796. name: "Front",
  11797. image: {
  11798. source: "./media/characters/pia-jr/front.svg",
  11799. extra: 1000 / 970,
  11800. bottom: 0.035
  11801. }
  11802. },
  11803. hand: {
  11804. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11805. name: "Hand",
  11806. image: {
  11807. source: "./media/characters/pia-jr/hand.svg"
  11808. }
  11809. },
  11810. paw: {
  11811. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11812. name: "Paw",
  11813. image: {
  11814. source: "./media/characters/pia-jr/paw.svg"
  11815. }
  11816. },
  11817. },
  11818. [
  11819. {
  11820. name: "Micro",
  11821. height: math.unit(1.2, "cm")
  11822. },
  11823. {
  11824. name: "Normal",
  11825. height: math.unit(2.2, "m"),
  11826. default: true
  11827. },
  11828. {
  11829. name: "Macro",
  11830. height: math.unit(180, "m")
  11831. },
  11832. {
  11833. name: "Megamacro",
  11834. height: math.unit(420, "km")
  11835. },
  11836. ]
  11837. ))
  11838. characterMakers.push(() => makeCharacter(
  11839. { name: "Pia Sr." },
  11840. {
  11841. front: {
  11842. height: math.unit(2, "m"),
  11843. weight: math.unit(115, "kg"),
  11844. name: "Front",
  11845. image: {
  11846. source: "./media/characters/pia-sr/front.svg",
  11847. extra: 760 / 730,
  11848. bottom: 0.015
  11849. }
  11850. },
  11851. back: {
  11852. height: math.unit(2, "m"),
  11853. weight: math.unit(115, "kg"),
  11854. name: "Back",
  11855. image: {
  11856. source: "./media/characters/pia-sr/back.svg",
  11857. extra: 760 / 730,
  11858. bottom: 0.01
  11859. }
  11860. },
  11861. hand: {
  11862. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11863. name: "Hand",
  11864. image: {
  11865. source: "./media/characters/pia-sr/hand.svg"
  11866. }
  11867. },
  11868. foot: {
  11869. height: math.unit(1.83, "feet"),
  11870. name: "Foot",
  11871. image: {
  11872. source: "./media/characters/pia-sr/foot.svg"
  11873. }
  11874. },
  11875. },
  11876. [
  11877. {
  11878. name: "Micro",
  11879. height: math.unit(88, "mm")
  11880. },
  11881. {
  11882. name: "Normal",
  11883. height: math.unit(2, "m"),
  11884. default: true
  11885. },
  11886. {
  11887. name: "Macro",
  11888. height: math.unit(200, "m")
  11889. },
  11890. {
  11891. name: "Megamacro",
  11892. height: math.unit(420, "km")
  11893. },
  11894. ]
  11895. ))
  11896. characterMakers.push(() => makeCharacter(
  11897. { name: "KIBIBYTE" },
  11898. {
  11899. front: {
  11900. height: math.unit(8 + 2 / 12, "feet"),
  11901. weight: math.unit(300, "lb"),
  11902. name: "Front",
  11903. image: {
  11904. source: "./media/characters/kibibyte/front.svg",
  11905. extra: 2221 / 2098,
  11906. bottom: 0.04
  11907. }
  11908. },
  11909. },
  11910. [
  11911. {
  11912. name: "Normal",
  11913. height: math.unit(8 + 2 / 12, "feet"),
  11914. default: true
  11915. },
  11916. {
  11917. name: "Socialable Macro",
  11918. height: math.unit(50, "feet")
  11919. },
  11920. {
  11921. name: "Macro",
  11922. height: math.unit(300, "feet")
  11923. },
  11924. {
  11925. name: "Megamacro",
  11926. height: math.unit(500, "miles")
  11927. },
  11928. ]
  11929. ))
  11930. characterMakers.push(() => makeCharacter(
  11931. { name: "Felix" },
  11932. {
  11933. front: {
  11934. height: math.unit(6, "feet"),
  11935. weight: math.unit(150, "lb"),
  11936. name: "Front",
  11937. image: {
  11938. source: "./media/characters/felix/front.svg",
  11939. extra: 762 / 722,
  11940. bottom: 0.02
  11941. }
  11942. },
  11943. frontClothed: {
  11944. height: math.unit(6, "feet"),
  11945. weight: math.unit(150, "lb"),
  11946. name: "Front (Clothed)",
  11947. image: {
  11948. source: "./media/characters/felix/front-clothed.svg",
  11949. extra: 762 / 722,
  11950. bottom: 0.02
  11951. }
  11952. },
  11953. },
  11954. [
  11955. {
  11956. name: "Normal",
  11957. height: math.unit(6 + 8 / 12, "feet"),
  11958. default: true
  11959. },
  11960. {
  11961. name: "Macro",
  11962. height: math.unit(2600, "feet")
  11963. },
  11964. {
  11965. name: "Megamacro",
  11966. height: math.unit(450, "miles")
  11967. },
  11968. ]
  11969. ))
  11970. characterMakers.push(() => makeCharacter(
  11971. { name: "Tobo" },
  11972. {
  11973. front: {
  11974. height: math.unit(6 + 1 / 12, "feet"),
  11975. weight: math.unit(250, "lb"),
  11976. name: "Front",
  11977. image: {
  11978. source: "./media/characters/tobo/front.svg",
  11979. extra: 608 / 586,
  11980. bottom: 0.023
  11981. }
  11982. },
  11983. back: {
  11984. height: math.unit(6 + 1 / 12, "feet"),
  11985. weight: math.unit(250, "lb"),
  11986. name: "Back",
  11987. image: {
  11988. source: "./media/characters/tobo/back.svg",
  11989. extra: 608 / 586
  11990. }
  11991. },
  11992. },
  11993. [
  11994. {
  11995. name: "Nano",
  11996. height: math.unit(2, "nm")
  11997. },
  11998. {
  11999. name: "Megamicro",
  12000. height: math.unit(0.1, "mm")
  12001. },
  12002. {
  12003. name: "Micro",
  12004. height: math.unit(1, "inch"),
  12005. default: true
  12006. },
  12007. {
  12008. name: "Human-sized",
  12009. height: math.unit(6 + 1 / 12, "feet")
  12010. },
  12011. {
  12012. name: "Macro",
  12013. height: math.unit(250, "feet")
  12014. },
  12015. {
  12016. name: "Megamacro",
  12017. height: math.unit(75, "miles")
  12018. },
  12019. {
  12020. name: "Texas-sized",
  12021. height: math.unit(750, "miles")
  12022. },
  12023. {
  12024. name: "Teramacro",
  12025. height: math.unit(50000, "miles")
  12026. },
  12027. ]
  12028. ))
  12029. characterMakers.push(() => makeCharacter(
  12030. { name: "Danny Kapowsky" },
  12031. {
  12032. front: {
  12033. height: math.unit(6, "feet"),
  12034. weight: math.unit(269, "lb"),
  12035. name: "Front",
  12036. image: {
  12037. source: "./media/characters/danny-kapowsky/front.svg",
  12038. extra: 766 / 736,
  12039. bottom: 0.044
  12040. }
  12041. },
  12042. back: {
  12043. height: math.unit(6, "feet"),
  12044. weight: math.unit(269, "lb"),
  12045. name: "Back",
  12046. image: {
  12047. source: "./media/characters/danny-kapowsky/back.svg",
  12048. extra: 797 / 760,
  12049. bottom: 0.025
  12050. }
  12051. },
  12052. },
  12053. [
  12054. {
  12055. name: "Macro",
  12056. height: math.unit(150, "feet"),
  12057. default: true
  12058. },
  12059. {
  12060. name: "Macro+",
  12061. height: math.unit(200, "feet")
  12062. },
  12063. {
  12064. name: "Macro++",
  12065. height: math.unit(300, "feet")
  12066. },
  12067. {
  12068. name: "Macro+++",
  12069. height: math.unit(400, "feet")
  12070. },
  12071. ]
  12072. ))
  12073. characterMakers.push(() => makeCharacter(
  12074. { name: "Finn" },
  12075. {
  12076. side: {
  12077. height: math.unit(6, "feet"),
  12078. weight: math.unit(170, "lb"),
  12079. name: "Side",
  12080. image: {
  12081. source: "./media/characters/finn/side.svg",
  12082. extra: 1953 / 1807,
  12083. bottom: 0.057
  12084. }
  12085. },
  12086. },
  12087. [
  12088. {
  12089. name: "Megamacro",
  12090. height: math.unit(14445, "feet"),
  12091. default: true
  12092. },
  12093. ]
  12094. ))
  12095. characterMakers.push(() => makeCharacter(
  12096. { name: "Roy" },
  12097. {
  12098. front: {
  12099. height: math.unit(5 + 6 / 12, "feet"),
  12100. weight: math.unit(125, "lb"),
  12101. name: "Front",
  12102. image: {
  12103. source: "./media/characters/roy/front.svg",
  12104. extra: 1,
  12105. bottom: 0.11
  12106. }
  12107. },
  12108. },
  12109. [
  12110. {
  12111. name: "Micro",
  12112. height: math.unit(3, "inches"),
  12113. default: true
  12114. },
  12115. {
  12116. name: "Normal",
  12117. height: math.unit(5 + 6 / 12, "feet")
  12118. },
  12119. {
  12120. name: "Lesser Macro",
  12121. height: math.unit(60, "feet")
  12122. },
  12123. {
  12124. name: "Greater Macro",
  12125. height: math.unit(120, "feet")
  12126. },
  12127. ]
  12128. ))
  12129. characterMakers.push(() => makeCharacter(
  12130. { name: "Aevsivs" },
  12131. {
  12132. front: {
  12133. height: math.unit(6, "feet"),
  12134. weight: math.unit(100, "lb"),
  12135. name: "Front",
  12136. image: {
  12137. source: "./media/characters/aevsivs/front.svg",
  12138. extra: 1,
  12139. bottom: 0.03
  12140. }
  12141. },
  12142. back: {
  12143. height: math.unit(6, "feet"),
  12144. weight: math.unit(100, "lb"),
  12145. name: "Back",
  12146. image: {
  12147. source: "./media/characters/aevsivs/back.svg"
  12148. }
  12149. },
  12150. },
  12151. [
  12152. {
  12153. name: "Micro",
  12154. height: math.unit(2, "inches"),
  12155. default: true
  12156. },
  12157. {
  12158. name: "Normal",
  12159. height: math.unit(5, "feet")
  12160. },
  12161. ]
  12162. ))
  12163. characterMakers.push(() => makeCharacter(
  12164. { name: "Hildegard" },
  12165. {
  12166. front: {
  12167. height: math.unit(5 + 7 / 12, "feet"),
  12168. weight: math.unit(159, "lb"),
  12169. name: "Front",
  12170. image: {
  12171. source: "./media/characters/hildegard/front.svg",
  12172. extra: 312 / 286,
  12173. bottom: 0.005
  12174. }
  12175. },
  12176. },
  12177. [
  12178. {
  12179. name: "Normal",
  12180. height: math.unit(5 + 7 / 12, "feet"),
  12181. default: true
  12182. },
  12183. ]
  12184. ))
  12185. characterMakers.push(() => makeCharacter(
  12186. { name: "Bernard & Wilder" },
  12187. {
  12188. bernard: {
  12189. height: math.unit(2 + 7 / 12, "feet"),
  12190. weight: math.unit(66, "lb"),
  12191. name: "Bernard",
  12192. rename: true,
  12193. image: {
  12194. source: "./media/characters/bernard-wilder/bernard.svg",
  12195. extra: 192 / 128,
  12196. bottom: 0.05
  12197. }
  12198. },
  12199. wilder: {
  12200. height: math.unit(5 + 8 / 12, "feet"),
  12201. weight: math.unit(143, "lb"),
  12202. name: "Wilder",
  12203. rename: true,
  12204. image: {
  12205. source: "./media/characters/bernard-wilder/wilder.svg",
  12206. extra: 361 / 312,
  12207. bottom: 0.02
  12208. }
  12209. },
  12210. },
  12211. [
  12212. {
  12213. name: "Normal",
  12214. height: math.unit(2 + 7 / 12, "feet"),
  12215. default: true
  12216. },
  12217. ]
  12218. ))
  12219. characterMakers.push(() => makeCharacter(
  12220. { name: "Hearth" },
  12221. {
  12222. anthro: {
  12223. height: math.unit(6 + 1 / 12, "feet"),
  12224. weight: math.unit(155, "lb"),
  12225. name: "Anthro",
  12226. image: {
  12227. source: "./media/characters/hearth/anthro.svg",
  12228. extra: 260 / 250,
  12229. bottom: 0.02
  12230. }
  12231. },
  12232. feral: {
  12233. height: math.unit(3.78, "feet"),
  12234. weight: math.unit(35, "kg"),
  12235. name: "Feral",
  12236. image: {
  12237. source: "./media/characters/hearth/feral.svg",
  12238. extra: 153 / 135,
  12239. bottom: 0.03
  12240. }
  12241. },
  12242. },
  12243. [
  12244. {
  12245. name: "Normal",
  12246. height: math.unit(6 + 1 / 12, "feet"),
  12247. default: true
  12248. },
  12249. ]
  12250. ))
  12251. characterMakers.push(() => makeCharacter(
  12252. { name: "Ingrid" },
  12253. {
  12254. front: {
  12255. height: math.unit(6, "feet"),
  12256. weight: math.unit(182, "lb"),
  12257. name: "Front",
  12258. image: {
  12259. source: "./media/characters/ingrid/front.svg",
  12260. extra: 294 / 268,
  12261. bottom: 0.027
  12262. }
  12263. },
  12264. },
  12265. [
  12266. {
  12267. name: "Normal",
  12268. height: math.unit(6, "feet"),
  12269. default: true
  12270. },
  12271. ]
  12272. ))
  12273. characterMakers.push(() => makeCharacter(
  12274. { name: "Malgam" },
  12275. {
  12276. eevee: {
  12277. height: math.unit(2 + 10 / 12, "feet"),
  12278. weight: math.unit(86, "lb"),
  12279. name: "Malgam",
  12280. image: {
  12281. source: "./media/characters/malgam/eevee.svg",
  12282. extra: 218 / 180,
  12283. bottom: 0.2
  12284. }
  12285. },
  12286. sylveon: {
  12287. height: math.unit(4, "feet"),
  12288. weight: math.unit(101, "lb"),
  12289. name: "Future Malgam",
  12290. rename: true,
  12291. image: {
  12292. source: "./media/characters/malgam/sylveon.svg",
  12293. extra: 371 / 325,
  12294. bottom: 0.015
  12295. }
  12296. },
  12297. gigantamax: {
  12298. height: math.unit(50, "feet"),
  12299. name: "Gigantamax Malgam",
  12300. rename: true,
  12301. image: {
  12302. source: "./media/characters/malgam/gigantamax.svg"
  12303. }
  12304. },
  12305. },
  12306. [
  12307. {
  12308. name: "Normal",
  12309. height: math.unit(2 + 10 / 12, "feet"),
  12310. default: true
  12311. },
  12312. ]
  12313. ))
  12314. characterMakers.push(() => makeCharacter(
  12315. { name: "Fleur" },
  12316. {
  12317. front: {
  12318. height: math.unit(5 + 11 / 12, "feet"),
  12319. weight: math.unit(188, "lb"),
  12320. name: "Front",
  12321. image: {
  12322. source: "./media/characters/fleur/front.svg",
  12323. extra: 309 / 283,
  12324. bottom: 0.007
  12325. }
  12326. },
  12327. },
  12328. [
  12329. {
  12330. name: "Normal",
  12331. height: math.unit(5 + 11 / 12, "feet"),
  12332. default: true
  12333. },
  12334. ]
  12335. ))
  12336. characterMakers.push(() => makeCharacter(
  12337. { name: "Jude" },
  12338. {
  12339. front: {
  12340. height: math.unit(5 + 4 / 12, "feet"),
  12341. weight: math.unit(122, "lb"),
  12342. name: "Front",
  12343. image: {
  12344. source: "./media/characters/jude/front.svg",
  12345. extra: 288 / 273,
  12346. bottom: 0.03
  12347. }
  12348. },
  12349. },
  12350. [
  12351. {
  12352. name: "Normal",
  12353. height: math.unit(5 + 4 / 12, "feet"),
  12354. default: true
  12355. },
  12356. ]
  12357. ))
  12358. characterMakers.push(() => makeCharacter(
  12359. { name: "Seara" },
  12360. {
  12361. front: {
  12362. height: math.unit(5 + 11 / 12, "feet"),
  12363. weight: math.unit(190, "lb"),
  12364. name: "Front",
  12365. image: {
  12366. source: "./media/characters/seara/front.svg",
  12367. extra: 1,
  12368. bottom: 0.05
  12369. }
  12370. },
  12371. },
  12372. [
  12373. {
  12374. name: "Normal",
  12375. height: math.unit(5 + 11 / 12, "feet"),
  12376. default: true
  12377. },
  12378. ]
  12379. ))
  12380. characterMakers.push(() => makeCharacter(
  12381. { name: "Caspian" },
  12382. {
  12383. front: {
  12384. height: math.unit(16 + 5 / 12, "feet"),
  12385. weight: math.unit(524, "lb"),
  12386. name: "Front",
  12387. image: {
  12388. source: "./media/characters/caspian/front.svg",
  12389. extra: 1,
  12390. bottom: 0.04
  12391. }
  12392. },
  12393. },
  12394. [
  12395. {
  12396. name: "Normal",
  12397. height: math.unit(16 + 5 / 12, "feet"),
  12398. default: true
  12399. },
  12400. ]
  12401. ))
  12402. characterMakers.push(() => makeCharacter(
  12403. { name: "Mika" },
  12404. {
  12405. front: {
  12406. height: math.unit(5 + 7 / 12, "feet"),
  12407. weight: math.unit(170, "lb"),
  12408. name: "Front",
  12409. image: {
  12410. source: "./media/characters/mika/front.svg",
  12411. extra: 1,
  12412. bottom: 0.016
  12413. }
  12414. },
  12415. },
  12416. [
  12417. {
  12418. name: "Normal",
  12419. height: math.unit(5 + 7 / 12, "feet"),
  12420. default: true
  12421. },
  12422. ]
  12423. ))
  12424. characterMakers.push(() => makeCharacter(
  12425. { name: "Sol" },
  12426. {
  12427. front: {
  12428. height: math.unit(6 + 2 / 12, "feet"),
  12429. weight: math.unit(268, "lb"),
  12430. name: "Front",
  12431. image: {
  12432. source: "./media/characters/sol/front.svg",
  12433. extra: 247 / 231,
  12434. bottom: 0.05
  12435. }
  12436. },
  12437. },
  12438. [
  12439. {
  12440. name: "Normal",
  12441. height: math.unit(6 + 2 / 12, "feet"),
  12442. default: true
  12443. },
  12444. ]
  12445. ))
  12446. characterMakers.push(() => makeCharacter(
  12447. { name: "Umiko" },
  12448. {
  12449. buizel: {
  12450. height: math.unit(2 + 5 / 12, "feet"),
  12451. weight: math.unit(87, "lb"),
  12452. name: "Buizel",
  12453. image: {
  12454. source: "./media/characters/umiko/buizel.svg",
  12455. extra: 172 / 157,
  12456. bottom: 0.01
  12457. }
  12458. },
  12459. floatzel: {
  12460. height: math.unit(5 + 9 / 12, "feet"),
  12461. weight: math.unit(250, "lb"),
  12462. name: "Floatzel",
  12463. image: {
  12464. source: "./media/characters/umiko/floatzel.svg",
  12465. extra: 262 / 248
  12466. }
  12467. },
  12468. },
  12469. [
  12470. {
  12471. name: "Normal",
  12472. height: math.unit(2 + 5 / 12, "feet"),
  12473. default: true
  12474. },
  12475. ]
  12476. ))
  12477. characterMakers.push(() => makeCharacter(
  12478. { name: "Iliac" },
  12479. {
  12480. front: {
  12481. height: math.unit(6 + 2 / 12, "feet"),
  12482. weight: math.unit(146, "lb"),
  12483. name: "Front",
  12484. image: {
  12485. source: "./media/characters/iliac/front.svg",
  12486. extra: 389 / 365,
  12487. bottom: 0.035
  12488. }
  12489. },
  12490. },
  12491. [
  12492. {
  12493. name: "Normal",
  12494. height: math.unit(6 + 2 / 12, "feet"),
  12495. default: true
  12496. },
  12497. ]
  12498. ))
  12499. characterMakers.push(() => makeCharacter(
  12500. { name: "Topaz" },
  12501. {
  12502. front: {
  12503. height: math.unit(6, "feet"),
  12504. weight: math.unit(170, "lb"),
  12505. name: "Front",
  12506. image: {
  12507. source: "./media/characters/topaz/front.svg",
  12508. extra: 317 / 303,
  12509. bottom: 0.055
  12510. }
  12511. },
  12512. },
  12513. [
  12514. {
  12515. name: "Normal",
  12516. height: math.unit(6, "feet"),
  12517. default: true
  12518. },
  12519. ]
  12520. ))
  12521. characterMakers.push(() => makeCharacter(
  12522. { name: "Gabriel" },
  12523. {
  12524. front: {
  12525. height: math.unit(5 + 11 / 12, "feet"),
  12526. weight: math.unit(144, "lb"),
  12527. name: "Front",
  12528. image: {
  12529. source: "./media/characters/gabriel/front.svg",
  12530. extra: 285 / 262,
  12531. bottom: 0.004
  12532. }
  12533. },
  12534. },
  12535. [
  12536. {
  12537. name: "Normal",
  12538. height: math.unit(5 + 11 / 12, "feet"),
  12539. default: true
  12540. },
  12541. ]
  12542. ))
  12543. characterMakers.push(() => makeCharacter(
  12544. { name: "Tempest (Suicune)" },
  12545. {
  12546. side: {
  12547. height: math.unit(6 + 5 / 12, "feet"),
  12548. weight: math.unit(300, "lb"),
  12549. name: "Side",
  12550. image: {
  12551. source: "./media/characters/tempest-suicune/side.svg",
  12552. extra: 195 / 154,
  12553. bottom: 0.04
  12554. }
  12555. },
  12556. },
  12557. [
  12558. {
  12559. name: "Normal",
  12560. height: math.unit(6 + 5 / 12, "feet"),
  12561. default: true
  12562. },
  12563. ]
  12564. ))
  12565. characterMakers.push(() => makeCharacter(
  12566. { name: "Vulcan" },
  12567. {
  12568. front: {
  12569. height: math.unit(7 + 2 / 12, "feet"),
  12570. weight: math.unit(322, "lb"),
  12571. name: "Front",
  12572. image: {
  12573. source: "./media/characters/vulcan/front.svg",
  12574. extra: 154 / 147,
  12575. bottom: 0.04
  12576. }
  12577. },
  12578. },
  12579. [
  12580. {
  12581. name: "Normal",
  12582. height: math.unit(7 + 2 / 12, "feet"),
  12583. default: true
  12584. },
  12585. ]
  12586. ))
  12587. characterMakers.push(() => makeCharacter(
  12588. { name: "Gault" },
  12589. {
  12590. front: {
  12591. height: math.unit(5 + 10 / 12, "feet"),
  12592. weight: math.unit(264, "lb"),
  12593. name: "Front",
  12594. image: {
  12595. source: "./media/characters/gault/front.svg",
  12596. extra: 161 / 140,
  12597. bottom: 0.028
  12598. }
  12599. },
  12600. },
  12601. [
  12602. {
  12603. name: "Normal",
  12604. height: math.unit(5 + 10 / 12, "feet"),
  12605. default: true
  12606. },
  12607. ]
  12608. ))
  12609. characterMakers.push(() => makeCharacter(
  12610. { name: "Shard" },
  12611. {
  12612. front: {
  12613. height: math.unit(6, "feet"),
  12614. weight: math.unit(150, "lb"),
  12615. name: "Front",
  12616. image: {
  12617. source: "./media/characters/shard/front.svg",
  12618. extra: 273 / 238,
  12619. bottom: 0.02
  12620. }
  12621. },
  12622. },
  12623. [
  12624. {
  12625. name: "Normal",
  12626. height: math.unit(3 + 6 / 12, "feet"),
  12627. default: true
  12628. },
  12629. ]
  12630. ))
  12631. characterMakers.push(() => makeCharacter(
  12632. { name: "Ashe" },
  12633. {
  12634. front: {
  12635. height: math.unit(5 + 11 / 12, "feet"),
  12636. weight: math.unit(146, "lb"),
  12637. name: "Front",
  12638. image: {
  12639. source: "./media/characters/ashe/front.svg",
  12640. extra: 400 / 373,
  12641. bottom: 0.01
  12642. }
  12643. },
  12644. },
  12645. [
  12646. {
  12647. name: "Normal",
  12648. height: math.unit(5 + 11 / 12, "feet"),
  12649. default: true
  12650. },
  12651. ]
  12652. ))
  12653. characterMakers.push(() => makeCharacter(
  12654. { name: "Beatrix" },
  12655. {
  12656. front: {
  12657. height: math.unit(5 + 5 / 12, "feet"),
  12658. weight: math.unit(135, "lb"),
  12659. name: "Front",
  12660. image: {
  12661. source: "./media/characters/beatrix/front.svg",
  12662. extra: 392 / 379,
  12663. bottom: 0.01
  12664. }
  12665. },
  12666. },
  12667. [
  12668. {
  12669. name: "Normal",
  12670. height: math.unit(6, "feet"),
  12671. default: true
  12672. },
  12673. ]
  12674. ))
  12675. characterMakers.push(() => makeCharacter(
  12676. { name: "Ignatius" },
  12677. {
  12678. front: {
  12679. height: math.unit(6, "feet"),
  12680. weight: math.unit(150, "lb"),
  12681. name: "Front",
  12682. image: {
  12683. source: "./media/characters/ignatius/front.svg",
  12684. extra: 245 / 222,
  12685. bottom: 0.01
  12686. }
  12687. },
  12688. },
  12689. [
  12690. {
  12691. name: "Normal",
  12692. height: math.unit(5 + 5 / 12, "feet"),
  12693. default: true
  12694. },
  12695. ]
  12696. ))
  12697. characterMakers.push(() => makeCharacter(
  12698. { name: "Mei Li" },
  12699. {
  12700. front: {
  12701. height: math.unit(6 + 2 / 12, "feet"),
  12702. weight: math.unit(138, "lb"),
  12703. name: "Front",
  12704. image: {
  12705. source: "./media/characters/mei-li/front.svg",
  12706. extra: 237 / 229,
  12707. bottom: 0.03
  12708. }
  12709. },
  12710. },
  12711. [
  12712. {
  12713. name: "Normal",
  12714. height: math.unit(6 + 2 / 12, "feet"),
  12715. default: true
  12716. },
  12717. ]
  12718. ))
  12719. characterMakers.push(() => makeCharacter(
  12720. { name: "Puru" },
  12721. {
  12722. front: {
  12723. height: math.unit(2 + 4 / 12, "feet"),
  12724. weight: math.unit(62, "lb"),
  12725. name: "Front",
  12726. image: {
  12727. source: "./media/characters/puru/front.svg",
  12728. extra: 206 / 149,
  12729. bottom: 0.06
  12730. }
  12731. },
  12732. },
  12733. [
  12734. {
  12735. name: "Normal",
  12736. height: math.unit(2 + 4 / 12, "feet"),
  12737. default: true
  12738. },
  12739. ]
  12740. ))
  12741. characterMakers.push(() => makeCharacter(
  12742. { name: "Kee" },
  12743. {
  12744. taur: {
  12745. height: math.unit(11, "feet"),
  12746. weight: math.unit(500, "lb"),
  12747. name: "Taur",
  12748. image: {
  12749. source: "./media/characters/kee/taur.svg",
  12750. extra: 1,
  12751. bottom: 0.04
  12752. }
  12753. },
  12754. },
  12755. [
  12756. {
  12757. name: "Normal",
  12758. height: math.unit(11, "feet"),
  12759. default: true
  12760. },
  12761. ]
  12762. ))
  12763. characterMakers.push(() => makeCharacter(
  12764. { name: "Cobalt (Dracha)" },
  12765. {
  12766. anthro: {
  12767. height: math.unit(7, "feet"),
  12768. weight: math.unit(190, "lb"),
  12769. name: "Anthro",
  12770. image: {
  12771. source: "./media/characters/cobalt-dracha/anthro.svg",
  12772. extra: 231 / 225,
  12773. bottom: 0.04
  12774. }
  12775. },
  12776. feral: {
  12777. height: math.unit(9 + 7 / 12, "feet"),
  12778. weight: math.unit(294, "lb"),
  12779. name: "Feral",
  12780. image: {
  12781. source: "./media/characters/cobalt-dracha/feral.svg",
  12782. extra: 692 / 633,
  12783. bottom: 0.05
  12784. }
  12785. },
  12786. },
  12787. [
  12788. {
  12789. name: "Normal",
  12790. height: math.unit(7, "feet"),
  12791. default: true
  12792. },
  12793. ]
  12794. ))
  12795. characterMakers.push(() => makeCharacter(
  12796. { name: "Java" },
  12797. {
  12798. fallen: {
  12799. height: math.unit(11 + 8 / 12, "feet"),
  12800. weight: math.unit(485, "lb"),
  12801. name: "Java (Fallen)",
  12802. rename: true,
  12803. image: {
  12804. source: "./media/characters/java/fallen.svg",
  12805. extra: 226 / 208,
  12806. bottom: 0.005
  12807. }
  12808. },
  12809. godkin: {
  12810. height: math.unit(10 + 6 / 12, "feet"),
  12811. weight: math.unit(328, "lb"),
  12812. name: "Java (Godkin)",
  12813. rename: true,
  12814. image: {
  12815. source: "./media/characters/java/godkin.svg",
  12816. extra: 270 / 262,
  12817. bottom: 0.02
  12818. }
  12819. },
  12820. },
  12821. [
  12822. {
  12823. name: "Normal",
  12824. height: math.unit(11 + 8 / 12, "feet"),
  12825. default: true
  12826. },
  12827. ]
  12828. ))
  12829. characterMakers.push(() => makeCharacter(
  12830. { name: "Skoll" },
  12831. {
  12832. front: {
  12833. height: math.unit(7 + 8 / 12, "feet"),
  12834. weight: math.unit(320, "lb"),
  12835. name: "Front",
  12836. image: {
  12837. source: "./media/characters/skoll/front.svg",
  12838. extra: 232 / 220,
  12839. bottom: 0.02
  12840. }
  12841. },
  12842. },
  12843. [
  12844. {
  12845. name: "Normal",
  12846. height: math.unit(7 + 8 / 12, "feet"),
  12847. default: true
  12848. },
  12849. ]
  12850. ))
  12851. characterMakers.push(() => makeCharacter(
  12852. { name: "Purna" },
  12853. {
  12854. front: {
  12855. height: math.unit(5 + 9 / 12, "feet"),
  12856. weight: math.unit(170, "lb"),
  12857. name: "Front",
  12858. image: {
  12859. source: "./media/characters/purna/front.svg",
  12860. extra: 239 / 229,
  12861. bottom: 0.01
  12862. }
  12863. },
  12864. },
  12865. [
  12866. {
  12867. name: "Normal",
  12868. height: math.unit(5 + 9 / 12, "feet"),
  12869. default: true
  12870. },
  12871. ]
  12872. ))
  12873. characterMakers.push(() => makeCharacter(
  12874. { name: "Kuva" },
  12875. {
  12876. front: {
  12877. height: math.unit(5 + 9 / 12, "feet"),
  12878. weight: math.unit(142, "lb"),
  12879. name: "Front",
  12880. image: {
  12881. source: "./media/characters/kuva/front.svg",
  12882. extra: 281 / 271,
  12883. bottom: 0.006
  12884. }
  12885. },
  12886. },
  12887. [
  12888. {
  12889. name: "Normal",
  12890. height: math.unit(5 + 9 / 12, "feet"),
  12891. default: true
  12892. },
  12893. ]
  12894. ))
  12895. characterMakers.push(() => makeCharacter(
  12896. { name: "Embra" },
  12897. {
  12898. anthro: {
  12899. height: math.unit(9 + 2 / 12, "feet"),
  12900. weight: math.unit(270, "lb"),
  12901. name: "Anthro",
  12902. image: {
  12903. source: "./media/characters/embra/anthro.svg",
  12904. extra: 200 / 187,
  12905. bottom: 0.02
  12906. }
  12907. },
  12908. feral: {
  12909. height: math.unit(18 + 8 / 12, "feet"),
  12910. weight: math.unit(576, "lb"),
  12911. name: "Feral",
  12912. image: {
  12913. source: "./media/characters/embra/feral.svg",
  12914. extra: 152 / 137,
  12915. bottom: 0.037
  12916. }
  12917. },
  12918. },
  12919. [
  12920. {
  12921. name: "Normal",
  12922. height: math.unit(9 + 2 / 12, "feet"),
  12923. default: true
  12924. },
  12925. ]
  12926. ))
  12927. characterMakers.push(() => makeCharacter(
  12928. { name: "Grottos" },
  12929. {
  12930. anthro: {
  12931. height: math.unit(10 + 9 / 12, "feet"),
  12932. weight: math.unit(224, "lb"),
  12933. name: "Anthro",
  12934. image: {
  12935. source: "./media/characters/grottos/anthro.svg",
  12936. extra: 350 / 332,
  12937. bottom: 0.045
  12938. }
  12939. },
  12940. feral: {
  12941. height: math.unit(20 + 7 / 12, "feet"),
  12942. weight: math.unit(629, "lb"),
  12943. name: "Feral",
  12944. image: {
  12945. source: "./media/characters/grottos/feral.svg",
  12946. extra: 207 / 190,
  12947. bottom: 0.05
  12948. }
  12949. },
  12950. },
  12951. [
  12952. {
  12953. name: "Normal",
  12954. height: math.unit(10 + 9 / 12, "feet"),
  12955. default: true
  12956. },
  12957. ]
  12958. ))
  12959. characterMakers.push(() => makeCharacter(
  12960. { name: "Frifna" },
  12961. {
  12962. anthro: {
  12963. height: math.unit(9 + 6 / 12, "feet"),
  12964. weight: math.unit(298, "lb"),
  12965. name: "Anthro",
  12966. image: {
  12967. source: "./media/characters/frifna/anthro.svg",
  12968. extra: 282 / 269,
  12969. bottom: 0.015
  12970. }
  12971. },
  12972. feral: {
  12973. height: math.unit(16 + 2 / 12, "feet"),
  12974. weight: math.unit(624, "lb"),
  12975. name: "Feral",
  12976. image: {
  12977. source: "./media/characters/frifna/feral.svg"
  12978. }
  12979. },
  12980. },
  12981. [
  12982. {
  12983. name: "Normal",
  12984. height: math.unit(9 + 6 / 12, "feet"),
  12985. default: true
  12986. },
  12987. ]
  12988. ))
  12989. characterMakers.push(() => makeCharacter(
  12990. { name: "Elise" },
  12991. {
  12992. front: {
  12993. height: math.unit(6 + 2 / 12, "feet"),
  12994. weight: math.unit(168, "lb"),
  12995. name: "Front",
  12996. image: {
  12997. source: "./media/characters/elise/front.svg",
  12998. extra: 276 / 271
  12999. }
  13000. },
  13001. },
  13002. [
  13003. {
  13004. name: "Normal",
  13005. height: math.unit(6 + 2 / 12, "feet"),
  13006. default: true
  13007. },
  13008. ]
  13009. ))
  13010. characterMakers.push(() => makeCharacter(
  13011. { name: "Glade" },
  13012. {
  13013. front: {
  13014. height: math.unit(5 + 10 / 12, "feet"),
  13015. weight: math.unit(210, "lb"),
  13016. name: "Front",
  13017. image: {
  13018. source: "./media/characters/glade/front.svg",
  13019. extra: 258 / 247,
  13020. bottom: 0.008
  13021. }
  13022. },
  13023. },
  13024. [
  13025. {
  13026. name: "Normal",
  13027. height: math.unit(5 + 10 / 12, "feet"),
  13028. default: true
  13029. },
  13030. ]
  13031. ))
  13032. characterMakers.push(() => makeCharacter(
  13033. { name: "Rina" },
  13034. {
  13035. front: {
  13036. height: math.unit(5 + 10 / 12, "feet"),
  13037. weight: math.unit(129, "lb"),
  13038. name: "Front",
  13039. image: {
  13040. source: "./media/characters/rina/front.svg",
  13041. extra: 266 / 255,
  13042. bottom: 0.005
  13043. }
  13044. },
  13045. },
  13046. [
  13047. {
  13048. name: "Normal",
  13049. height: math.unit(5 + 10 / 12, "feet"),
  13050. default: true
  13051. },
  13052. ]
  13053. ))
  13054. characterMakers.push(() => makeCharacter(
  13055. { name: "Veronica" },
  13056. {
  13057. front: {
  13058. height: math.unit(6 + 1 / 12, "feet"),
  13059. weight: math.unit(192, "lb"),
  13060. name: "Front",
  13061. image: {
  13062. source: "./media/characters/veronica/front.svg",
  13063. extra: 319 / 309,
  13064. bottom: 0.005
  13065. }
  13066. },
  13067. },
  13068. [
  13069. {
  13070. name: "Normal",
  13071. height: math.unit(6 + 1 / 12, "feet"),
  13072. default: true
  13073. },
  13074. ]
  13075. ))
  13076. characterMakers.push(() => makeCharacter(
  13077. { name: "Braxton" },
  13078. {
  13079. front: {
  13080. height: math.unit(9 + 3 / 12, "feet"),
  13081. weight: math.unit(1100, "lb"),
  13082. name: "Front",
  13083. image: {
  13084. source: "./media/characters/braxton/front.svg",
  13085. extra: 1057 / 984,
  13086. bottom: 0.05
  13087. }
  13088. },
  13089. },
  13090. [
  13091. {
  13092. name: "Normal",
  13093. height: math.unit(9 + 3 / 12, "feet")
  13094. },
  13095. {
  13096. name: "Giant",
  13097. height: math.unit(300, "feet"),
  13098. default: true
  13099. },
  13100. {
  13101. name: "Macro",
  13102. height: math.unit(700, "feet")
  13103. },
  13104. {
  13105. name: "Megamacro",
  13106. height: math.unit(6000, "feet")
  13107. },
  13108. ]
  13109. ))
  13110. characterMakers.push(() => makeCharacter(
  13111. { name: "Blue Feyonics" },
  13112. {
  13113. front: {
  13114. height: math.unit(6 + 7 / 12, "feet"),
  13115. weight: math.unit(150, "lb"),
  13116. name: "Front",
  13117. image: {
  13118. source: "./media/characters/blue-feyonics/front.svg",
  13119. extra: 1403 / 1306,
  13120. bottom: 0.047
  13121. }
  13122. },
  13123. },
  13124. [
  13125. {
  13126. name: "Normal",
  13127. height: math.unit(6 + 7 / 12, "feet"),
  13128. default: true
  13129. },
  13130. ]
  13131. ))
  13132. characterMakers.push(() => makeCharacter(
  13133. { name: "Maxwell" },
  13134. {
  13135. front: {
  13136. height: math.unit(1.8, "meters"),
  13137. weight: math.unit(60, "kg"),
  13138. name: "Front",
  13139. image: {
  13140. source: "./media/characters/maxwell/front.svg",
  13141. extra: 2060 / 1873
  13142. }
  13143. },
  13144. },
  13145. [
  13146. {
  13147. name: "Micro",
  13148. height: math.unit(1, "mm")
  13149. },
  13150. {
  13151. name: "Normal",
  13152. height: math.unit(1.8, "meter"),
  13153. default: true
  13154. },
  13155. {
  13156. name: "Macro",
  13157. height: math.unit(30, "meters")
  13158. },
  13159. {
  13160. name: "Megamacro",
  13161. height: math.unit(10, "km")
  13162. },
  13163. ]
  13164. ))
  13165. characterMakers.push(() => makeCharacter(
  13166. { name: "Jack" },
  13167. {
  13168. front: {
  13169. height: math.unit(6, "feet"),
  13170. weight: math.unit(150, "lb"),
  13171. name: "Front",
  13172. image: {
  13173. source: "./media/characters/jack/front.svg",
  13174. extra: 1754 / 1640,
  13175. bottom: 0.01
  13176. }
  13177. },
  13178. },
  13179. [
  13180. {
  13181. name: "Normal",
  13182. height: math.unit(80000, "feet"),
  13183. default: true
  13184. },
  13185. {
  13186. name: "Max size",
  13187. height: math.unit(10, "lightyears")
  13188. },
  13189. ]
  13190. ))
  13191. characterMakers.push(() => makeCharacter(
  13192. { name: "Cafat" },
  13193. {
  13194. upright: {
  13195. height: math.unit(7, "feet"),
  13196. weight: math.unit(170, "lb"),
  13197. name: "Upright",
  13198. image: {
  13199. source: "./media/characters/cafat/upright.svg",
  13200. bottom: 0.01
  13201. }
  13202. },
  13203. uprightFull: {
  13204. height: math.unit(7, "feet"),
  13205. weight: math.unit(170, "lb"),
  13206. name: "Upright (Full)",
  13207. image: {
  13208. source: "./media/characters/cafat/upright-full.svg",
  13209. bottom: 0.01
  13210. }
  13211. },
  13212. side: {
  13213. height: math.unit(5, "feet"),
  13214. weight: math.unit(150, "lb"),
  13215. name: "Side",
  13216. image: {
  13217. source: "./media/characters/cafat/side.svg"
  13218. }
  13219. },
  13220. },
  13221. [
  13222. {
  13223. name: "Small",
  13224. height: math.unit(7, "feet"),
  13225. default: true
  13226. },
  13227. {
  13228. name: "Large",
  13229. height: math.unit(15.5, "feet")
  13230. },
  13231. ]
  13232. ))
  13233. characterMakers.push(() => makeCharacter(
  13234. { name: "Verin Raharra" },
  13235. {
  13236. front: {
  13237. height: math.unit(6, "feet"),
  13238. weight: math.unit(150, "lb"),
  13239. name: "Front",
  13240. image: {
  13241. source: "./media/characters/verin-raharra/front.svg",
  13242. extra: 5019 / 4835,
  13243. bottom: 0.023
  13244. }
  13245. },
  13246. },
  13247. [
  13248. {
  13249. name: "Normal",
  13250. height: math.unit(7 + 5 / 12, "feet"),
  13251. default: true
  13252. },
  13253. {
  13254. name: "Upsized",
  13255. height: math.unit(20, "feet")
  13256. },
  13257. ]
  13258. ))
  13259. characterMakers.push(() => makeCharacter(
  13260. { name: "Nakata" },
  13261. {
  13262. front: {
  13263. height: math.unit(7, "feet"),
  13264. weight: math.unit(230, "lb"),
  13265. name: "Front",
  13266. image: {
  13267. source: "./media/characters/nakata/front.svg",
  13268. extra: 1.005,
  13269. bottom: 0.01
  13270. }
  13271. },
  13272. },
  13273. [
  13274. {
  13275. name: "Normal",
  13276. height: math.unit(7, "feet"),
  13277. default: true
  13278. },
  13279. {
  13280. name: "Big",
  13281. height: math.unit(14, "feet")
  13282. },
  13283. {
  13284. name: "Macro",
  13285. height: math.unit(400, "feet")
  13286. },
  13287. ]
  13288. ))
  13289. characterMakers.push(() => makeCharacter(
  13290. { name: "Lily" },
  13291. {
  13292. front: {
  13293. height: math.unit(4.91, "feet"),
  13294. weight: math.unit(100, "lb"),
  13295. name: "Front",
  13296. image: {
  13297. source: "./media/characters/lily/front.svg",
  13298. extra: 1585 / 1415,
  13299. bottom: 0.02
  13300. }
  13301. },
  13302. },
  13303. [
  13304. {
  13305. name: "Normal",
  13306. height: math.unit(4.91, "feet"),
  13307. default: true
  13308. },
  13309. ]
  13310. ))
  13311. characterMakers.push(() => makeCharacter(
  13312. { name: "Sheila" },
  13313. {
  13314. laying: {
  13315. height: math.unit(4 + 4 / 12, "feet"),
  13316. weight: math.unit(600, "lb"),
  13317. name: "Laying",
  13318. image: {
  13319. source: "./media/characters/sheila/laying.svg",
  13320. extra: 1333 / 1265,
  13321. bottom: 0.16
  13322. }
  13323. },
  13324. },
  13325. [
  13326. {
  13327. name: "Normal",
  13328. height: math.unit(4 + 4 / 12, "feet"),
  13329. default: true
  13330. },
  13331. ]
  13332. ))
  13333. characterMakers.push(() => makeCharacter(
  13334. { name: "Sax" },
  13335. {
  13336. front: {
  13337. height: math.unit(6, "feet"),
  13338. weight: math.unit(190, "lb"),
  13339. name: "Front",
  13340. image: {
  13341. source: "./media/characters/sax/front.svg",
  13342. extra: 1187 / 973,
  13343. bottom: 0.042
  13344. }
  13345. },
  13346. },
  13347. [
  13348. {
  13349. name: "Micro",
  13350. height: math.unit(4, "inches"),
  13351. default: true
  13352. },
  13353. ]
  13354. ))
  13355. characterMakers.push(() => makeCharacter(
  13356. { name: "Pandora" },
  13357. {
  13358. front: {
  13359. height: math.unit(6, "feet"),
  13360. weight: math.unit(150, "lb"),
  13361. name: "Front",
  13362. image: {
  13363. source: "./media/characters/pandora/front.svg",
  13364. extra: 2720 / 2556,
  13365. bottom: 0.015
  13366. }
  13367. },
  13368. back: {
  13369. height: math.unit(6, "feet"),
  13370. weight: math.unit(150, "lb"),
  13371. name: "Back",
  13372. image: {
  13373. source: "./media/characters/pandora/back.svg",
  13374. extra: 2720 / 2556,
  13375. bottom: 0.01
  13376. }
  13377. },
  13378. beans: {
  13379. height: math.unit(6 / 8, "feet"),
  13380. name: "Beans",
  13381. image: {
  13382. source: "./media/characters/pandora/beans.svg"
  13383. }
  13384. },
  13385. skirt: {
  13386. height: math.unit(6, "feet"),
  13387. weight: math.unit(150, "lb"),
  13388. name: "Skirt",
  13389. image: {
  13390. source: "./media/characters/pandora/skirt.svg",
  13391. extra: 1622 / 1525,
  13392. bottom: 0.015
  13393. }
  13394. },
  13395. hoodie: {
  13396. height: math.unit(6, "feet"),
  13397. weight: math.unit(150, "lb"),
  13398. name: "Hoodie",
  13399. image: {
  13400. source: "./media/characters/pandora/hoodie.svg",
  13401. extra: 1622 / 1525,
  13402. bottom: 0.015
  13403. }
  13404. },
  13405. casual: {
  13406. height: math.unit(6, "feet"),
  13407. weight: math.unit(150, "lb"),
  13408. name: "Casual",
  13409. image: {
  13410. source: "./media/characters/pandora/casual.svg",
  13411. extra: 1622 / 1525,
  13412. bottom: 0.015
  13413. }
  13414. },
  13415. },
  13416. [
  13417. {
  13418. name: "Normal",
  13419. height: math.unit(6, "feet")
  13420. },
  13421. {
  13422. name: "Big Steppy",
  13423. height: math.unit(1, "km"),
  13424. default: true
  13425. },
  13426. ]
  13427. ))
  13428. characterMakers.push(() => makeCharacter(
  13429. { name: "Venio Darcony" },
  13430. {
  13431. side: {
  13432. height: math.unit(10, "feet"),
  13433. weight: math.unit(800, "kg"),
  13434. name: "Side",
  13435. image: {
  13436. source: "./media/characters/venio-darcony/side.svg",
  13437. extra: 1373 / 1003,
  13438. bottom: 0.037
  13439. }
  13440. },
  13441. front: {
  13442. height: math.unit(19, "feet"),
  13443. weight: math.unit(800, "kg"),
  13444. name: "Front",
  13445. image: {
  13446. source: "./media/characters/venio-darcony/front.svg"
  13447. }
  13448. },
  13449. back: {
  13450. height: math.unit(19, "feet"),
  13451. weight: math.unit(800, "kg"),
  13452. name: "Back",
  13453. image: {
  13454. source: "./media/characters/venio-darcony/back.svg"
  13455. }
  13456. },
  13457. },
  13458. [
  13459. {
  13460. name: "Normal",
  13461. height: math.unit(10, "feet")
  13462. },
  13463. {
  13464. name: "Macro",
  13465. height: math.unit(130, "feet"),
  13466. default: true
  13467. },
  13468. {
  13469. name: "Macro+",
  13470. height: math.unit(240, "feet")
  13471. },
  13472. ]
  13473. ))
  13474. characterMakers.push(() => makeCharacter(
  13475. { name: "Veski" },
  13476. {
  13477. front: {
  13478. height: math.unit(6, "feet"),
  13479. weight: math.unit(150, "lb"),
  13480. name: "Front",
  13481. image: {
  13482. source: "./media/characters/veski/front.svg",
  13483. extra: 1299 / 1225,
  13484. bottom: 0.04
  13485. }
  13486. },
  13487. back: {
  13488. height: math.unit(6, "feet"),
  13489. weight: math.unit(150, "lb"),
  13490. name: "Back",
  13491. image: {
  13492. source: "./media/characters/veski/back.svg",
  13493. extra: 1299 / 1225,
  13494. bottom: 0.008
  13495. }
  13496. },
  13497. maw: {
  13498. height: math.unit(1.5 * 1.21, "feet"),
  13499. name: "Maw",
  13500. image: {
  13501. source: "./media/characters/veski/maw.svg"
  13502. }
  13503. },
  13504. },
  13505. [
  13506. {
  13507. name: "Macro",
  13508. height: math.unit(2, "km"),
  13509. default: true
  13510. },
  13511. ]
  13512. ))
  13513. characterMakers.push(() => makeCharacter(
  13514. { name: "Isabelle" },
  13515. {
  13516. front: {
  13517. height: math.unit(5 + 7 / 12, "feet"),
  13518. name: "Front",
  13519. image: {
  13520. source: "./media/characters/isabelle/front.svg",
  13521. extra: 2130 / 1976,
  13522. bottom: 0.05
  13523. }
  13524. },
  13525. },
  13526. [
  13527. {
  13528. name: "Supermicro",
  13529. height: math.unit(10, "micrometers")
  13530. },
  13531. {
  13532. name: "Micro",
  13533. height: math.unit(1, "inch")
  13534. },
  13535. {
  13536. name: "Tiny",
  13537. height: math.unit(5, "inches")
  13538. },
  13539. {
  13540. name: "Standard",
  13541. height: math.unit(5 + 7 / 12, "inches")
  13542. },
  13543. {
  13544. name: "Macro",
  13545. height: math.unit(80, "meters"),
  13546. default: true
  13547. },
  13548. {
  13549. name: "Megamacro",
  13550. height: math.unit(250, "meters")
  13551. },
  13552. {
  13553. name: "Gigamacro",
  13554. height: math.unit(5, "km")
  13555. },
  13556. {
  13557. name: "Cosmic",
  13558. height: math.unit(2.5e6, "miles")
  13559. },
  13560. ]
  13561. ))
  13562. characterMakers.push(() => makeCharacter(
  13563. { name: "Hanzo" },
  13564. {
  13565. front: {
  13566. height: math.unit(6, "feet"),
  13567. weight: math.unit(150, "lb"),
  13568. name: "Front",
  13569. image: {
  13570. source: "./media/characters/hanzo/front.svg",
  13571. extra: 374 / 344,
  13572. bottom: 0.02
  13573. }
  13574. },
  13575. },
  13576. [
  13577. {
  13578. name: "Normal",
  13579. height: math.unit(8, "feet"),
  13580. default: true
  13581. },
  13582. ]
  13583. ))
  13584. characterMakers.push(() => makeCharacter(
  13585. { name: "Anna" },
  13586. {
  13587. front: {
  13588. height: math.unit(7, "feet"),
  13589. weight: math.unit(130, "lb"),
  13590. name: "Front",
  13591. image: {
  13592. source: "./media/characters/anna/front.svg",
  13593. extra: 169 / 145,
  13594. bottom: 0.06
  13595. }
  13596. },
  13597. full: {
  13598. height: math.unit(4.96, "feet"),
  13599. weight: math.unit(220, "lb"),
  13600. name: "Full",
  13601. image: {
  13602. source: "./media/characters/anna/full.svg",
  13603. extra: 138 / 114,
  13604. bottom: 0.15
  13605. }
  13606. },
  13607. tongue: {
  13608. height: math.unit(2.53, "feet"),
  13609. name: "Tongue",
  13610. image: {
  13611. source: "./media/characters/anna/tongue.svg"
  13612. }
  13613. },
  13614. },
  13615. [
  13616. {
  13617. name: "Normal",
  13618. height: math.unit(7, "feet"),
  13619. default: true
  13620. },
  13621. ]
  13622. ))
  13623. characterMakers.push(() => makeCharacter(
  13624. { name: "Ian Corvid" },
  13625. {
  13626. front: {
  13627. height: math.unit(7, "feet"),
  13628. weight: math.unit(150, "lb"),
  13629. name: "Front",
  13630. image: {
  13631. source: "./media/characters/ian-corvid/front.svg",
  13632. extra: 150 / 142,
  13633. bottom: 0.02
  13634. }
  13635. },
  13636. back: {
  13637. height: math.unit(7, "feet"),
  13638. weight: math.unit(150, "lb"),
  13639. name: "Back",
  13640. image: {
  13641. source: "./media/characters/ian-corvid/back.svg",
  13642. extra: 150 / 143,
  13643. bottom: 0.01
  13644. }
  13645. },
  13646. stomping: {
  13647. height: math.unit(7, "feet"),
  13648. weight: math.unit(150, "lb"),
  13649. name: "Stomping",
  13650. image: {
  13651. source: "./media/characters/ian-corvid/stomping.svg",
  13652. extra: 76 / 72
  13653. }
  13654. },
  13655. sitting: {
  13656. height: math.unit(7 / 1.8, "feet"),
  13657. weight: math.unit(150, "lb"),
  13658. name: "Sitting",
  13659. image: {
  13660. source: "./media/characters/ian-corvid/sitting.svg",
  13661. extra: 1400 / 1269,
  13662. bottom: 0.15
  13663. }
  13664. },
  13665. },
  13666. [
  13667. {
  13668. name: "Tiny Microw",
  13669. height: math.unit(1, "inch")
  13670. },
  13671. {
  13672. name: "Microw",
  13673. height: math.unit(6, "inches")
  13674. },
  13675. {
  13676. name: "Crow",
  13677. height: math.unit(7 + 1 / 12, "feet"),
  13678. default: true
  13679. },
  13680. {
  13681. name: "Macrow",
  13682. height: math.unit(176, "feet")
  13683. },
  13684. ]
  13685. ))
  13686. characterMakers.push(() => makeCharacter(
  13687. { name: "Natalie Kellon" },
  13688. {
  13689. front: {
  13690. height: math.unit(5 + 7 / 12, "feet"),
  13691. weight: math.unit(147, "lb"),
  13692. name: "Front",
  13693. image: {
  13694. source: "./media/characters/natalie-kellon/front.svg",
  13695. extra: 1214 / 1141,
  13696. bottom: 0.02
  13697. }
  13698. },
  13699. },
  13700. [
  13701. {
  13702. name: "Micro",
  13703. height: math.unit(1 / 16, "inch")
  13704. },
  13705. {
  13706. name: "Tiny",
  13707. height: math.unit(4, "inches")
  13708. },
  13709. {
  13710. name: "Normal",
  13711. height: math.unit(5 + 7 / 12, "feet"),
  13712. default: true
  13713. },
  13714. {
  13715. name: "Amazon",
  13716. height: math.unit(12, "feet")
  13717. },
  13718. {
  13719. name: "Giantess",
  13720. height: math.unit(160, "meters")
  13721. },
  13722. {
  13723. name: "Titaness",
  13724. height: math.unit(800, "meters")
  13725. },
  13726. ]
  13727. ))
  13728. characterMakers.push(() => makeCharacter(
  13729. { name: "Alluria" },
  13730. {
  13731. front: {
  13732. height: math.unit(6, "feet"),
  13733. weight: math.unit(150, "lb"),
  13734. name: "Front",
  13735. image: {
  13736. source: "./media/characters/alluria/front.svg",
  13737. extra: 806 / 738,
  13738. bottom: 0.01
  13739. }
  13740. },
  13741. side: {
  13742. height: math.unit(6, "feet"),
  13743. weight: math.unit(150, "lb"),
  13744. name: "Side",
  13745. image: {
  13746. source: "./media/characters/alluria/side.svg",
  13747. extra: 800 / 750,
  13748. }
  13749. },
  13750. back: {
  13751. height: math.unit(6, "feet"),
  13752. weight: math.unit(150, "lb"),
  13753. name: "Back",
  13754. image: {
  13755. source: "./media/characters/alluria/back.svg",
  13756. extra: 806 / 738,
  13757. }
  13758. },
  13759. frontMaid: {
  13760. height: math.unit(6, "feet"),
  13761. weight: math.unit(150, "lb"),
  13762. name: "Front (Maid)",
  13763. image: {
  13764. source: "./media/characters/alluria/front-maid.svg",
  13765. extra: 806 / 738,
  13766. bottom: 0.01
  13767. }
  13768. },
  13769. sideMaid: {
  13770. height: math.unit(6, "feet"),
  13771. weight: math.unit(150, "lb"),
  13772. name: "Side (Maid)",
  13773. image: {
  13774. source: "./media/characters/alluria/side-maid.svg",
  13775. extra: 800 / 750,
  13776. bottom: 0.005
  13777. }
  13778. },
  13779. backMaid: {
  13780. height: math.unit(6, "feet"),
  13781. weight: math.unit(150, "lb"),
  13782. name: "Back (Maid)",
  13783. image: {
  13784. source: "./media/characters/alluria/back-maid.svg",
  13785. extra: 806 / 738,
  13786. }
  13787. },
  13788. },
  13789. [
  13790. {
  13791. name: "Micro",
  13792. height: math.unit(6, "inches"),
  13793. default: true
  13794. },
  13795. ]
  13796. ))
  13797. characterMakers.push(() => makeCharacter(
  13798. { name: "Kyle" },
  13799. {
  13800. front: {
  13801. height: math.unit(6, "feet"),
  13802. weight: math.unit(150, "lb"),
  13803. name: "Front",
  13804. image: {
  13805. source: "./media/characters/kyle/front.svg",
  13806. extra: 1069 / 962,
  13807. bottom: 77.228 / 1727.45
  13808. }
  13809. },
  13810. },
  13811. [
  13812. {
  13813. name: "Macro",
  13814. height: math.unit(150, "feet"),
  13815. default: true
  13816. },
  13817. ]
  13818. ))
  13819. characterMakers.push(() => makeCharacter(
  13820. { name: "Duncan" },
  13821. {
  13822. front: {
  13823. height: math.unit(6, "feet"),
  13824. weight: math.unit(300, "lb"),
  13825. name: "Front",
  13826. image: {
  13827. source: "./media/characters/duncan/front.svg",
  13828. extra: 1650 / 1482,
  13829. bottom: 0.05
  13830. }
  13831. },
  13832. },
  13833. [
  13834. {
  13835. name: "Macro",
  13836. height: math.unit(100, "feet"),
  13837. default: true
  13838. },
  13839. ]
  13840. ))
  13841. characterMakers.push(() => makeCharacter(
  13842. { name: "Memory" },
  13843. {
  13844. front: {
  13845. height: math.unit(5 + 4 / 12, "feet"),
  13846. weight: math.unit(220, "lb"),
  13847. name: "Front",
  13848. image: {
  13849. source: "./media/characters/memory/front.svg",
  13850. extra: 3641 / 3545,
  13851. bottom: 0.03
  13852. }
  13853. },
  13854. back: {
  13855. height: math.unit(5 + 4 / 12, "feet"),
  13856. weight: math.unit(220, "lb"),
  13857. name: "Back",
  13858. image: {
  13859. source: "./media/characters/memory/back.svg",
  13860. extra: 3641 / 3545,
  13861. bottom: 0.025
  13862. }
  13863. },
  13864. frontSkirt: {
  13865. height: math.unit(5 + 4 / 12, "feet"),
  13866. weight: math.unit(220, "lb"),
  13867. name: "Front (Skirt)",
  13868. image: {
  13869. source: "./media/characters/memory/front-skirt.svg",
  13870. extra: 3641 / 3545,
  13871. bottom: 0.03
  13872. }
  13873. },
  13874. frontDress: {
  13875. height: math.unit(5 + 4 / 12, "feet"),
  13876. weight: math.unit(220, "lb"),
  13877. name: "Front (Dress)",
  13878. image: {
  13879. source: "./media/characters/memory/front-dress.svg",
  13880. extra: 3641 / 3545,
  13881. bottom: 0.03
  13882. }
  13883. },
  13884. },
  13885. [
  13886. {
  13887. name: "Micro",
  13888. height: math.unit(6, "inches"),
  13889. default: true
  13890. },
  13891. {
  13892. name: "Normal",
  13893. height: math.unit(5 + 4 / 12, "feet")
  13894. },
  13895. ]
  13896. ))
  13897. characterMakers.push(() => makeCharacter(
  13898. { name: "Luno" },
  13899. {
  13900. front: {
  13901. height: math.unit(4 + 11 / 12, "feet"),
  13902. weight: math.unit(100, "lb"),
  13903. name: "Front",
  13904. image: {
  13905. source: "./media/characters/luno/front.svg",
  13906. extra: 1535 / 1487,
  13907. bottom: 0.03
  13908. }
  13909. },
  13910. },
  13911. [
  13912. {
  13913. name: "Micro",
  13914. height: math.unit(3, "inches")
  13915. },
  13916. {
  13917. name: "Normal",
  13918. height: math.unit(4 + 11 / 12, "feet"),
  13919. default: true
  13920. },
  13921. {
  13922. name: "Macro",
  13923. height: math.unit(300, "feet")
  13924. },
  13925. {
  13926. name: "Megamacro",
  13927. height: math.unit(700, "miles")
  13928. },
  13929. ]
  13930. ))
  13931. characterMakers.push(() => makeCharacter(
  13932. { name: "Jamesy" },
  13933. {
  13934. front: {
  13935. height: math.unit(6 + 2 / 12, "feet"),
  13936. weight: math.unit(170, "lb"),
  13937. name: "Front",
  13938. image: {
  13939. source: "./media/characters/jamesy/front.svg",
  13940. extra: 440 / 382,
  13941. bottom: 0.005
  13942. }
  13943. },
  13944. },
  13945. [
  13946. {
  13947. name: "Micro",
  13948. height: math.unit(3, "inches")
  13949. },
  13950. {
  13951. name: "Normal",
  13952. height: math.unit(6 + 2 / 12, "feet"),
  13953. default: true
  13954. },
  13955. {
  13956. name: "Macro",
  13957. height: math.unit(300, "feet")
  13958. },
  13959. {
  13960. name: "Megamacro",
  13961. height: math.unit(700, "miles")
  13962. },
  13963. ]
  13964. ))
  13965. characterMakers.push(() => makeCharacter(
  13966. { name: "Mark" },
  13967. {
  13968. front: {
  13969. height: math.unit(6, "feet"),
  13970. weight: math.unit(160, "lb"),
  13971. name: "Front",
  13972. image: {
  13973. source: "./media/characters/mark/front.svg",
  13974. extra: 3300 / 3100,
  13975. bottom: 136.42 / 3440.47
  13976. }
  13977. },
  13978. },
  13979. [
  13980. {
  13981. name: "Macro",
  13982. height: math.unit(120, "meters")
  13983. },
  13984. {
  13985. name: "Bigger Macro",
  13986. height: math.unit(350, "meters")
  13987. },
  13988. {
  13989. name: "Megamacro",
  13990. height: math.unit(8, "km"),
  13991. default: true
  13992. },
  13993. {
  13994. name: "Continental",
  13995. height: math.unit(4550, "km")
  13996. },
  13997. {
  13998. name: "Planetary",
  13999. height: math.unit(65000, "km")
  14000. },
  14001. ]
  14002. ))
  14003. characterMakers.push(() => makeCharacter(
  14004. { name: "Mac" },
  14005. {
  14006. front: {
  14007. height: math.unit(6, "feet"),
  14008. weight: math.unit(400, "lb"),
  14009. name: "Front",
  14010. image: {
  14011. source: "./media/characters/mac/front.svg",
  14012. extra: 1048 / 987.7,
  14013. bottom: 60 / 1107.6,
  14014. }
  14015. },
  14016. },
  14017. [
  14018. {
  14019. name: "Macro",
  14020. height: math.unit(500, "feet"),
  14021. default: true
  14022. },
  14023. ]
  14024. ))
  14025. characterMakers.push(() => makeCharacter(
  14026. { name: "Bari" },
  14027. {
  14028. front: {
  14029. height: math.unit(5 + 2 / 12, "feet"),
  14030. weight: math.unit(190, "lb"),
  14031. name: "Front",
  14032. image: {
  14033. source: "./media/characters/bari/front.svg",
  14034. extra: 3156 / 2880,
  14035. bottom: 0.03
  14036. }
  14037. },
  14038. back: {
  14039. height: math.unit(5 + 2 / 12, "feet"),
  14040. weight: math.unit(190, "lb"),
  14041. name: "Back",
  14042. image: {
  14043. source: "./media/characters/bari/back.svg",
  14044. extra: 3260 / 2834,
  14045. bottom: 0.025
  14046. }
  14047. },
  14048. frontPlush: {
  14049. height: math.unit(5 + 2 / 12, "feet"),
  14050. weight: math.unit(190, "lb"),
  14051. name: "Front (Plush)",
  14052. image: {
  14053. source: "./media/characters/bari/front-plush.svg",
  14054. extra: 1112 / 1061,
  14055. bottom: 0.002
  14056. }
  14057. },
  14058. },
  14059. [
  14060. {
  14061. name: "Micro",
  14062. height: math.unit(3, "inches")
  14063. },
  14064. {
  14065. name: "Normal",
  14066. height: math.unit(5 + 2 / 12, "feet"),
  14067. default: true
  14068. },
  14069. {
  14070. name: "Macro",
  14071. height: math.unit(20, "feet")
  14072. },
  14073. ]
  14074. ))
  14075. characterMakers.push(() => makeCharacter(
  14076. { name: "Hunter Misha Raven" },
  14077. {
  14078. front: {
  14079. height: math.unit(6 + 1 / 12, "feet"),
  14080. weight: math.unit(275, "lb"),
  14081. name: "Front",
  14082. image: {
  14083. source: "./media/characters/hunter-misha-raven/front.svg"
  14084. }
  14085. },
  14086. },
  14087. [
  14088. {
  14089. name: "Mortal",
  14090. height: math.unit(6 + 1 / 12, "feet")
  14091. },
  14092. {
  14093. name: "Divine",
  14094. height: math.unit(1.12134e34, "parsecs"),
  14095. default: true
  14096. },
  14097. ]
  14098. ))
  14099. characterMakers.push(() => makeCharacter(
  14100. { name: "Max Calore" },
  14101. {
  14102. front: {
  14103. height: math.unit(6 + 3 / 12, "feet"),
  14104. weight: math.unit(220, "lb"),
  14105. name: "Front",
  14106. image: {
  14107. source: "./media/characters/max-calore/front.svg",
  14108. extra: 1700 / 1648,
  14109. bottom: 0.01
  14110. }
  14111. },
  14112. back: {
  14113. height: math.unit(6 + 3 / 12, "feet"),
  14114. weight: math.unit(220, "lb"),
  14115. name: "Back",
  14116. image: {
  14117. source: "./media/characters/max-calore/back.svg",
  14118. extra: 1700 / 1648,
  14119. bottom: 0.01
  14120. }
  14121. },
  14122. },
  14123. [
  14124. {
  14125. name: "Normal",
  14126. height: math.unit(6 + 3 / 12, "feet"),
  14127. default: true
  14128. },
  14129. ]
  14130. ))
  14131. characterMakers.push(() => makeCharacter(
  14132. { name: "Aspen" },
  14133. {
  14134. side: {
  14135. height: math.unit(2 + 8 / 12, "feet"),
  14136. weight: math.unit(99, "lb"),
  14137. name: "Side",
  14138. image: {
  14139. source: "./media/characters/aspen/side.svg",
  14140. extra: 152 / 138,
  14141. bottom: 0.032
  14142. }
  14143. },
  14144. },
  14145. [
  14146. {
  14147. name: "Normal",
  14148. height: math.unit(2 + 8 / 12, "feet"),
  14149. default: true
  14150. },
  14151. ]
  14152. ))
  14153. characterMakers.push(() => makeCharacter(
  14154. { name: "Sheila (Wolf)" },
  14155. {
  14156. side: {
  14157. height: math.unit(3 + 2 / 12, "feet"),
  14158. weight: math.unit(224, "lb"),
  14159. name: "Side",
  14160. image: {
  14161. source: "./media/characters/sheila-wolf/side.svg",
  14162. extra: 179 / 166,
  14163. bottom: 0.03
  14164. }
  14165. },
  14166. },
  14167. [
  14168. {
  14169. name: "Normal",
  14170. height: math.unit(3 + 2 / 12, "feet"),
  14171. default: true
  14172. },
  14173. ]
  14174. ))
  14175. characterMakers.push(() => makeCharacter(
  14176. { name: "Michelle" },
  14177. {
  14178. side: {
  14179. height: math.unit(1 + 9 / 12, "feet"),
  14180. weight: math.unit(38, "lb"),
  14181. name: "Side",
  14182. image: {
  14183. source: "./media/characters/michelle/side.svg",
  14184. extra: 147 / 136.7,
  14185. bottom: 0.03
  14186. }
  14187. },
  14188. },
  14189. [
  14190. {
  14191. name: "Normal",
  14192. height: math.unit(1 + 9 / 12, "feet"),
  14193. default: true
  14194. },
  14195. ]
  14196. ))
  14197. characterMakers.push(() => makeCharacter(
  14198. { name: "Nino" },
  14199. {
  14200. front: {
  14201. height: math.unit(1 + 1 / 12, "feet"),
  14202. weight: math.unit(18, "lb"),
  14203. name: "Front",
  14204. image: {
  14205. source: "./media/characters/nino/front.svg"
  14206. }
  14207. },
  14208. },
  14209. [
  14210. {
  14211. name: "Normal",
  14212. height: math.unit(1 + 1 / 12, "feet"),
  14213. default: true
  14214. },
  14215. ]
  14216. ))
  14217. characterMakers.push(() => makeCharacter(
  14218. { name: "Viola" },
  14219. {
  14220. front: {
  14221. height: math.unit(1, "feet"),
  14222. weight: math.unit(16, "lb"),
  14223. name: "Front",
  14224. image: {
  14225. source: "./media/characters/viola/front.svg"
  14226. }
  14227. },
  14228. },
  14229. [
  14230. {
  14231. name: "Normal",
  14232. height: math.unit(1, "feet"),
  14233. default: true
  14234. },
  14235. ]
  14236. ))
  14237. characterMakers.push(() => makeCharacter(
  14238. { name: "Atlas" },
  14239. {
  14240. front: {
  14241. height: math.unit(6 + 5 / 12, "feet"),
  14242. weight: math.unit(580, "lb"),
  14243. name: "Front",
  14244. image: {
  14245. source: "./media/characters/atlas/front.svg",
  14246. extra: 298.5 / 290,
  14247. bottom: 0.015
  14248. }
  14249. },
  14250. },
  14251. [
  14252. {
  14253. name: "Normal",
  14254. height: math.unit(6 + 5 / 12, "feet"),
  14255. default: true
  14256. },
  14257. ]
  14258. ))
  14259. characterMakers.push(() => makeCharacter(
  14260. { name: "Davy" },
  14261. {
  14262. side: {
  14263. height: math.unit(1 + 10 / 12, "feet"),
  14264. weight: math.unit(25, "lb"),
  14265. name: "Side",
  14266. image: {
  14267. source: "./media/characters/davy/side.svg",
  14268. extra: 200 / 170,
  14269. bottom: 0.01
  14270. }
  14271. },
  14272. },
  14273. [
  14274. {
  14275. name: "Normal",
  14276. height: math.unit(1 + 10 / 12, "feet"),
  14277. default: true
  14278. },
  14279. ]
  14280. ))
  14281. characterMakers.push(() => makeCharacter(
  14282. { name: "Fiona" },
  14283. {
  14284. side: {
  14285. height: math.unit(4 + 8 / 12, "feet"),
  14286. weight: math.unit(166, "lb"),
  14287. name: "Side",
  14288. image: {
  14289. source: "./media/characters/fiona/side.svg",
  14290. extra: 232 / 220,
  14291. bottom: 0.03
  14292. }
  14293. },
  14294. },
  14295. [
  14296. {
  14297. name: "Normal",
  14298. height: math.unit(4 + 8 / 12, "feet"),
  14299. default: true
  14300. },
  14301. ]
  14302. ))
  14303. characterMakers.push(() => makeCharacter(
  14304. { name: "Lyla" },
  14305. {
  14306. front: {
  14307. height: math.unit(2, "feet"),
  14308. weight: math.unit(62, "lb"),
  14309. name: "Front",
  14310. image: {
  14311. source: "./media/characters/lyla/front.svg",
  14312. bottom: 0.1
  14313. }
  14314. },
  14315. },
  14316. [
  14317. {
  14318. name: "Normal",
  14319. height: math.unit(2, "feet"),
  14320. default: true
  14321. },
  14322. ]
  14323. ))
  14324. characterMakers.push(() => makeCharacter(
  14325. { name: "Perseus" },
  14326. {
  14327. side: {
  14328. height: math.unit(1.8, "feet"),
  14329. weight: math.unit(44, "lb"),
  14330. name: "Side",
  14331. image: {
  14332. source: "./media/characters/perseus/side.svg",
  14333. bottom: 0.21
  14334. }
  14335. },
  14336. },
  14337. [
  14338. {
  14339. name: "Normal",
  14340. height: math.unit(1.8, "feet"),
  14341. default: true
  14342. },
  14343. ]
  14344. ))
  14345. characterMakers.push(() => makeCharacter(
  14346. { name: "Remus" },
  14347. {
  14348. side: {
  14349. height: math.unit(4 + 2 / 12, "feet"),
  14350. weight: math.unit(20, "lb"),
  14351. name: "Side",
  14352. image: {
  14353. source: "./media/characters/remus/side.svg"
  14354. }
  14355. },
  14356. },
  14357. [
  14358. {
  14359. name: "Normal",
  14360. height: math.unit(4 + 2 / 12, "feet"),
  14361. default: true
  14362. },
  14363. ]
  14364. ))
  14365. characterMakers.push(() => makeCharacter(
  14366. { name: "Raf" },
  14367. {
  14368. front: {
  14369. height: math.unit(4 + 11 / 12, "feet"),
  14370. weight: math.unit(114, "lb"),
  14371. name: "Front",
  14372. image: {
  14373. source: "./media/characters/raf/front.svg",
  14374. bottom: 0.01
  14375. }
  14376. },
  14377. side: {
  14378. height: math.unit(4 + 11 / 12, "feet"),
  14379. weight: math.unit(114, "lb"),
  14380. name: "Side",
  14381. image: {
  14382. source: "./media/characters/raf/side.svg",
  14383. bottom: 0.005
  14384. }
  14385. },
  14386. },
  14387. [
  14388. {
  14389. name: "Micro",
  14390. height: math.unit(2, "inches")
  14391. },
  14392. {
  14393. name: "Normal",
  14394. height: math.unit(4 + 11 / 12, "feet"),
  14395. default: true
  14396. },
  14397. {
  14398. name: "Macro",
  14399. height: math.unit(70, "feet")
  14400. },
  14401. ]
  14402. ))
  14403. characterMakers.push(() => makeCharacter(
  14404. { name: "Liam Einarr" },
  14405. {
  14406. front: {
  14407. height: math.unit(1.5, "meters"),
  14408. weight: math.unit(68, "kg"),
  14409. name: "Front",
  14410. image: {
  14411. source: "./media/characters/liam-einarr/front.svg",
  14412. extra: 2822 / 2666
  14413. }
  14414. },
  14415. back: {
  14416. height: math.unit(1.5, "meters"),
  14417. weight: math.unit(68, "kg"),
  14418. name: "Back",
  14419. image: {
  14420. source: "./media/characters/liam-einarr/back.svg",
  14421. extra: 2822 / 2666,
  14422. bottom: 0.015
  14423. }
  14424. },
  14425. },
  14426. [
  14427. {
  14428. name: "Normal",
  14429. height: math.unit(1.5, "meters"),
  14430. default: true
  14431. },
  14432. {
  14433. name: "Macro",
  14434. height: math.unit(150, "meters")
  14435. },
  14436. {
  14437. name: "Megamacro",
  14438. height: math.unit(35, "km")
  14439. },
  14440. ]
  14441. ))
  14442. characterMakers.push(() => makeCharacter(
  14443. { name: "Linda" },
  14444. {
  14445. front: {
  14446. height: math.unit(6, "feet"),
  14447. weight: math.unit(75, "kg"),
  14448. name: "Front",
  14449. image: {
  14450. source: "./media/characters/linda/front.svg",
  14451. extra: 930 / 874,
  14452. bottom: 0.004
  14453. }
  14454. },
  14455. },
  14456. [
  14457. {
  14458. name: "Normal",
  14459. height: math.unit(6, "feet"),
  14460. default: true
  14461. },
  14462. ]
  14463. ))
  14464. characterMakers.push(() => makeCharacter(
  14465. { name: "Caylex" },
  14466. {
  14467. front: {
  14468. height: math.unit(6 + 8 / 12, "feet"),
  14469. weight: math.unit(220, "lb"),
  14470. name: "Front",
  14471. image: {
  14472. source: "./media/characters/caylex/front.svg",
  14473. extra: 821 / 772,
  14474. bottom: 0.07
  14475. }
  14476. },
  14477. back: {
  14478. height: math.unit(6 + 8 / 12, "feet"),
  14479. weight: math.unit(220, "lb"),
  14480. name: "Back",
  14481. image: {
  14482. source: "./media/characters/caylex/back.svg",
  14483. extra: 821 / 772,
  14484. bottom: 0.022
  14485. }
  14486. },
  14487. hand: {
  14488. height: math.unit(1.25, "feet"),
  14489. name: "Hand",
  14490. image: {
  14491. source: "./media/characters/caylex/hand.svg"
  14492. }
  14493. },
  14494. foot: {
  14495. height: math.unit(1.6, "feet"),
  14496. name: "Foot",
  14497. image: {
  14498. source: "./media/characters/caylex/foot.svg"
  14499. }
  14500. },
  14501. armored: {
  14502. height: math.unit(6 + 8 / 12, "feet"),
  14503. weight: math.unit(250, "lb"),
  14504. name: "Armored",
  14505. image: {
  14506. source: "./media/characters/caylex/armored.svg",
  14507. extra: 1420 / 1310,
  14508. bottom: 0.045
  14509. }
  14510. },
  14511. },
  14512. [
  14513. {
  14514. name: "Normal",
  14515. height: math.unit(6 + 8 / 12, "feet"),
  14516. default: true
  14517. },
  14518. {
  14519. name: "Normal+",
  14520. height: math.unit(12, "feet")
  14521. },
  14522. ]
  14523. ))
  14524. characterMakers.push(() => makeCharacter(
  14525. { name: "Alana" },
  14526. {
  14527. front: {
  14528. height: math.unit(7 + 6 / 12, "feet"),
  14529. weight: math.unit(288, "lb"),
  14530. name: "Front",
  14531. image: {
  14532. source: "./media/characters/alana/front.svg",
  14533. extra: 679 / 653,
  14534. bottom: 22.5 / 701
  14535. }
  14536. },
  14537. },
  14538. [
  14539. {
  14540. name: "Normal",
  14541. height: math.unit(7 + 6 / 12, "feet")
  14542. },
  14543. {
  14544. name: "Large",
  14545. height: math.unit(50, "feet")
  14546. },
  14547. {
  14548. name: "Macro",
  14549. height: math.unit(100, "feet"),
  14550. default: true
  14551. },
  14552. {
  14553. name: "Macro+",
  14554. height: math.unit(200, "feet")
  14555. },
  14556. ]
  14557. ))
  14558. characterMakers.push(() => makeCharacter(
  14559. { name: "Hasani" },
  14560. {
  14561. front: {
  14562. height: math.unit(6 + 1 / 12, "feet"),
  14563. weight: math.unit(210, "lb"),
  14564. name: "Front",
  14565. image: {
  14566. source: "./media/characters/hasani/front.svg",
  14567. extra: 244 / 232,
  14568. bottom: 0.01
  14569. }
  14570. },
  14571. back: {
  14572. height: math.unit(6 + 1 / 12, "feet"),
  14573. weight: math.unit(210, "lb"),
  14574. name: "Back",
  14575. image: {
  14576. source: "./media/characters/hasani/back.svg",
  14577. extra: 244 / 232,
  14578. bottom: 0.01
  14579. }
  14580. },
  14581. },
  14582. [
  14583. {
  14584. name: "Normal",
  14585. height: math.unit(6 + 1 / 12, "feet")
  14586. },
  14587. {
  14588. name: "Macro",
  14589. height: math.unit(175, "feet"),
  14590. default: true
  14591. },
  14592. ]
  14593. ))
  14594. characterMakers.push(() => makeCharacter(
  14595. { name: "Nita" },
  14596. {
  14597. front: {
  14598. height: math.unit(1.82, "meters"),
  14599. weight: math.unit(140, "lb"),
  14600. name: "Front",
  14601. image: {
  14602. source: "./media/characters/nita/front.svg",
  14603. extra: 2473 / 2363,
  14604. bottom: 0.01
  14605. }
  14606. },
  14607. },
  14608. [
  14609. {
  14610. name: "Normal",
  14611. height: math.unit(1.82, "m")
  14612. },
  14613. {
  14614. name: "Macro",
  14615. height: math.unit(300, "m")
  14616. },
  14617. {
  14618. name: "Mistake Canon",
  14619. height: math.unit(0.5, "miles"),
  14620. default: true
  14621. },
  14622. {
  14623. name: "Big Mistake",
  14624. height: math.unit(13, "miles")
  14625. },
  14626. {
  14627. name: "Playing God",
  14628. height: math.unit(2450, "miles")
  14629. },
  14630. ]
  14631. ))
  14632. characterMakers.push(() => makeCharacter(
  14633. { name: "Shiriko" },
  14634. {
  14635. front: {
  14636. height: math.unit(4, "feet"),
  14637. weight: math.unit(120, "lb"),
  14638. name: "Front",
  14639. image: {
  14640. source: "./media/characters/shiriko/front.svg",
  14641. extra: 195 / 188
  14642. }
  14643. },
  14644. },
  14645. [
  14646. {
  14647. name: "Normal",
  14648. height: math.unit(4, "feet"),
  14649. default: true
  14650. },
  14651. ]
  14652. ))
  14653. characterMakers.push(() => makeCharacter(
  14654. { name: "Deja" },
  14655. {
  14656. front: {
  14657. height: math.unit(6, "feet"),
  14658. name: "front",
  14659. image: {
  14660. source: "./media/characters/deja/front.svg",
  14661. extra: 926 / 840,
  14662. bottom: 0.07
  14663. }
  14664. },
  14665. },
  14666. [
  14667. {
  14668. name: "Planck Length",
  14669. height: math.unit(1.6e-35, "meters")
  14670. },
  14671. {
  14672. name: "Normal",
  14673. height: math.unit(30.48, "meters"),
  14674. default: true
  14675. },
  14676. {
  14677. name: "Universal",
  14678. height: math.unit(8.8e26, "meters")
  14679. },
  14680. ]
  14681. ))
  14682. characterMakers.push(() => makeCharacter(
  14683. { name: "Anima" },
  14684. {
  14685. side: {
  14686. height: math.unit(8, "feet"),
  14687. weight: math.unit(6300, "lb"),
  14688. name: "Side",
  14689. image: {
  14690. source: "./media/characters/anima/side.svg",
  14691. bottom: 0.035
  14692. }
  14693. },
  14694. },
  14695. [
  14696. {
  14697. name: "Normal",
  14698. height: math.unit(8, "feet"),
  14699. default: true
  14700. },
  14701. ]
  14702. ))
  14703. characterMakers.push(() => makeCharacter(
  14704. { name: "Bianca" },
  14705. {
  14706. front: {
  14707. height: math.unit(8, "feet"),
  14708. weight: math.unit(350, "lb"),
  14709. name: "Front",
  14710. image: {
  14711. source: "./media/characters/bianca/front.svg",
  14712. extra: 234 / 225,
  14713. bottom: 0.03
  14714. }
  14715. },
  14716. },
  14717. [
  14718. {
  14719. name: "Normal",
  14720. height: math.unit(8, "feet"),
  14721. default: true
  14722. },
  14723. ]
  14724. ))
  14725. characterMakers.push(() => makeCharacter(
  14726. { name: "Adinia" },
  14727. {
  14728. front: {
  14729. height: math.unit(6, "feet"),
  14730. weight: math.unit(150, "lb"),
  14731. name: "Front",
  14732. image: {
  14733. source: "./media/characters/adinia/front.svg",
  14734. extra: 1845 / 1672,
  14735. bottom: 0.02
  14736. }
  14737. },
  14738. back: {
  14739. height: math.unit(6, "feet"),
  14740. weight: math.unit(150, "lb"),
  14741. name: "Back",
  14742. image: {
  14743. source: "./media/characters/adinia/back.svg",
  14744. extra: 1845 / 1672,
  14745. bottom: 0.002
  14746. }
  14747. },
  14748. },
  14749. [
  14750. {
  14751. name: "Normal",
  14752. height: math.unit(11 + 5 / 12, "feet"),
  14753. default: true
  14754. },
  14755. ]
  14756. ))
  14757. characterMakers.push(() => makeCharacter(
  14758. { name: "Lykasa" },
  14759. {
  14760. front: {
  14761. height: math.unit(3, "meters"),
  14762. weight: math.unit(200, "kg"),
  14763. name: "Front",
  14764. image: {
  14765. source: "./media/characters/lykasa/front.svg",
  14766. extra: 1076 / 976,
  14767. bottom: 0.06
  14768. }
  14769. },
  14770. },
  14771. [
  14772. {
  14773. name: "Normal",
  14774. height: math.unit(3, "meters")
  14775. },
  14776. {
  14777. name: "Kaiku",
  14778. height: math.unit(120, "meters"),
  14779. default: true
  14780. },
  14781. {
  14782. name: "Mega Kaiju",
  14783. height: math.unit(240, "km")
  14784. },
  14785. {
  14786. name: "Giga Kaiju",
  14787. height: math.unit(400, "megameters")
  14788. },
  14789. {
  14790. name: "Tera Kaiju",
  14791. height: math.unit(800, "gigameters")
  14792. },
  14793. {
  14794. name: "Kaiju Dragon Goddess",
  14795. height: math.unit(26, "zettaparsecs")
  14796. },
  14797. ]
  14798. ))
  14799. characterMakers.push(() => makeCharacter(
  14800. { name: "Malfaren" },
  14801. {
  14802. side: {
  14803. height: math.unit(283 / 124 * 6, "feet"),
  14804. weight: math.unit(35000, "lb"),
  14805. name: "Side",
  14806. image: {
  14807. source: "./media/characters/malfaren/side.svg",
  14808. extra: 2500 / 1010,
  14809. bottom: 0.01
  14810. }
  14811. },
  14812. front: {
  14813. height: math.unit(22.36, "feet"),
  14814. weight: math.unit(35000, "lb"),
  14815. name: "Front",
  14816. image: {
  14817. source: "./media/characters/malfaren/front.svg",
  14818. extra: 1631 / 1476,
  14819. bottom: 0.01
  14820. }
  14821. },
  14822. maw: {
  14823. height: math.unit(6.9, "feet"),
  14824. name: "Maw",
  14825. image: {
  14826. source: "./media/characters/malfaren/maw.svg"
  14827. }
  14828. },
  14829. },
  14830. [
  14831. {
  14832. name: "Big",
  14833. height: math.unit(283 / 162 * 6, "feet"),
  14834. },
  14835. {
  14836. name: "Bigger",
  14837. height: math.unit(283 / 124 * 6, "feet")
  14838. },
  14839. {
  14840. name: "Massive",
  14841. height: math.unit(283 / 92 * 6, "feet"),
  14842. default: true
  14843. },
  14844. {
  14845. name: "👀💦",
  14846. height: math.unit(283 / 73 * 6, "feet"),
  14847. },
  14848. ]
  14849. ))
  14850. characterMakers.push(() => makeCharacter(
  14851. { name: "Kernel" },
  14852. {
  14853. front: {
  14854. height: math.unit(1.7, "m"),
  14855. weight: math.unit(70, "kg"),
  14856. name: "Front",
  14857. image: {
  14858. source: "./media/characters/kernel/front.svg",
  14859. extra: 222 / 210,
  14860. bottom: 0.007
  14861. }
  14862. },
  14863. },
  14864. [
  14865. {
  14866. name: "Nano",
  14867. height: math.unit(17, "micrometers")
  14868. },
  14869. {
  14870. name: "Micro",
  14871. height: math.unit(1.7, "mm")
  14872. },
  14873. {
  14874. name: "Small",
  14875. height: math.unit(1.7, "cm")
  14876. },
  14877. {
  14878. name: "Normal",
  14879. height: math.unit(1.7, "m"),
  14880. default: true
  14881. },
  14882. ]
  14883. ))
  14884. characterMakers.push(() => makeCharacter(
  14885. { name: "Jayne Folest" },
  14886. {
  14887. front: {
  14888. height: math.unit(1.75, "meters"),
  14889. weight: math.unit(65, "kg"),
  14890. name: "Front",
  14891. image: {
  14892. source: "./media/characters/jayne-folest/front.svg",
  14893. extra: 2115 / 2007,
  14894. bottom: 0.02
  14895. }
  14896. },
  14897. back: {
  14898. height: math.unit(1.75, "meters"),
  14899. weight: math.unit(65, "kg"),
  14900. name: "Back",
  14901. image: {
  14902. source: "./media/characters/jayne-folest/back.svg",
  14903. extra: 2115 / 2007,
  14904. bottom: 0.005
  14905. }
  14906. },
  14907. frontClothed: {
  14908. height: math.unit(1.75, "meters"),
  14909. weight: math.unit(65, "kg"),
  14910. name: "Front (Clothed)",
  14911. image: {
  14912. source: "./media/characters/jayne-folest/front-clothed.svg",
  14913. extra: 2115 / 2007,
  14914. bottom: 0.035
  14915. }
  14916. },
  14917. hand: {
  14918. height: math.unit(1 / 1.260, "feet"),
  14919. name: "Hand",
  14920. image: {
  14921. source: "./media/characters/jayne-folest/hand.svg"
  14922. }
  14923. },
  14924. foot: {
  14925. height: math.unit(1 / 0.918, "feet"),
  14926. name: "Foot",
  14927. image: {
  14928. source: "./media/characters/jayne-folest/foot.svg"
  14929. }
  14930. },
  14931. },
  14932. [
  14933. {
  14934. name: "Micro",
  14935. height: math.unit(4, "cm")
  14936. },
  14937. {
  14938. name: "Normal",
  14939. height: math.unit(1.75, "meters")
  14940. },
  14941. {
  14942. name: "Macro",
  14943. height: math.unit(47.5, "meters"),
  14944. default: true
  14945. },
  14946. ]
  14947. ))
  14948. characterMakers.push(() => makeCharacter(
  14949. { name: "Algier" },
  14950. {
  14951. front: {
  14952. height: math.unit(180, "cm"),
  14953. weight: math.unit(70, "kg"),
  14954. name: "Front",
  14955. image: {
  14956. source: "./media/characters/algier/front.svg",
  14957. extra: 596 / 572,
  14958. bottom: 0.04
  14959. }
  14960. },
  14961. back: {
  14962. height: math.unit(180, "cm"),
  14963. weight: math.unit(70, "kg"),
  14964. name: "Back",
  14965. image: {
  14966. source: "./media/characters/algier/back.svg",
  14967. extra: 596 / 572,
  14968. bottom: 0.025
  14969. }
  14970. },
  14971. frontdressed: {
  14972. height: math.unit(180, "cm"),
  14973. weight: math.unit(150, "kg"),
  14974. name: "Front-dressed",
  14975. image: {
  14976. source: "./media/characters/algier/front-dressed.svg",
  14977. extra: 596 / 572,
  14978. bottom: 0.038
  14979. }
  14980. },
  14981. },
  14982. [
  14983. {
  14984. name: "Micro",
  14985. height: math.unit(5, "cm")
  14986. },
  14987. {
  14988. name: "Normal",
  14989. height: math.unit(180, "cm"),
  14990. default: true
  14991. },
  14992. {
  14993. name: "Macro",
  14994. height: math.unit(64, "m")
  14995. },
  14996. ]
  14997. ))
  14998. characterMakers.push(() => makeCharacter(
  14999. { name: "Pretzel" },
  15000. {
  15001. upright: {
  15002. height: math.unit(7, "feet"),
  15003. weight: math.unit(300, "lb"),
  15004. name: "Upright",
  15005. image: {
  15006. source: "./media/characters/pretzel/upright.svg",
  15007. extra: 534 / 522,
  15008. bottom: 0.065
  15009. }
  15010. },
  15011. sprawling: {
  15012. height: math.unit(3.75, "feet"),
  15013. weight: math.unit(300, "lb"),
  15014. name: "Sprawling",
  15015. image: {
  15016. source: "./media/characters/pretzel/sprawling.svg",
  15017. extra: 314 / 281,
  15018. bottom: 0.1
  15019. }
  15020. },
  15021. tongue: {
  15022. height: math.unit(2, "feet"),
  15023. name: "Tongue",
  15024. image: {
  15025. source: "./media/characters/pretzel/tongue.svg"
  15026. }
  15027. },
  15028. },
  15029. [
  15030. {
  15031. name: "Normal",
  15032. height: math.unit(7, "feet"),
  15033. default: true
  15034. },
  15035. {
  15036. name: "Oversized",
  15037. height: math.unit(15, "feet")
  15038. },
  15039. {
  15040. name: "Huge",
  15041. height: math.unit(30, "feet")
  15042. },
  15043. {
  15044. name: "Macro",
  15045. height: math.unit(250, "feet")
  15046. },
  15047. ]
  15048. ))
  15049. characterMakers.push(() => makeCharacter(
  15050. { name: "Roxi" },
  15051. {
  15052. sideFront: {
  15053. height: math.unit(5 + 2 / 12, "feet"),
  15054. weight: math.unit(120, "lb"),
  15055. name: "Front Side",
  15056. image: {
  15057. source: "./media/characters/roxi/side-front.svg",
  15058. extra: 2924 / 2717,
  15059. bottom: 0.08
  15060. }
  15061. },
  15062. sideBack: {
  15063. height: math.unit(5 + 2 / 12, "feet"),
  15064. weight: math.unit(120, "lb"),
  15065. name: "Back Side",
  15066. image: {
  15067. source: "./media/characters/roxi/side-back.svg",
  15068. extra: 2904 / 2693,
  15069. bottom: 0.06
  15070. }
  15071. },
  15072. front: {
  15073. height: math.unit(5 + 2 / 12, "feet"),
  15074. weight: math.unit(120, "lb"),
  15075. name: "Front",
  15076. image: {
  15077. source: "./media/characters/roxi/front.svg",
  15078. extra: 2028 / 1907,
  15079. bottom: 0.01
  15080. }
  15081. },
  15082. frontAlt: {
  15083. height: math.unit(5 + 2 / 12, "feet"),
  15084. weight: math.unit(120, "lb"),
  15085. name: "Front (Alt)",
  15086. image: {
  15087. source: "./media/characters/roxi/front-alt.svg",
  15088. extra: 1828 / 1798,
  15089. bottom: 0.01
  15090. }
  15091. },
  15092. sitting: {
  15093. height: math.unit(2.8, "feet"),
  15094. weight: math.unit(120, "lb"),
  15095. name: "Sitting",
  15096. image: {
  15097. source: "./media/characters/roxi/sitting.svg",
  15098. extra: 2660 / 2462,
  15099. bottom: 0.1
  15100. }
  15101. },
  15102. },
  15103. [
  15104. {
  15105. name: "Normal",
  15106. height: math.unit(5 + 2 / 12, "feet"),
  15107. default: true
  15108. },
  15109. ]
  15110. ))
  15111. characterMakers.push(() => makeCharacter(
  15112. { name: "Shadow" },
  15113. {
  15114. side: {
  15115. height: math.unit(55, "feet"),
  15116. weight: math.unit(153, "tons"),
  15117. name: "Side",
  15118. image: {
  15119. source: "./media/characters/shadow/side.svg",
  15120. extra: 701 / 628,
  15121. bottom: 0.02
  15122. }
  15123. },
  15124. flying: {
  15125. height: math.unit(145, "feet"),
  15126. weight: math.unit(153, "tons"),
  15127. name: "Flying",
  15128. image: {
  15129. source: "./media/characters/shadow/flying.svg"
  15130. }
  15131. },
  15132. },
  15133. [
  15134. {
  15135. name: "Normal",
  15136. height: math.unit(55, "feet"),
  15137. default: true
  15138. },
  15139. ]
  15140. ))
  15141. characterMakers.push(() => makeCharacter(
  15142. { name: "Marcie" },
  15143. {
  15144. front: {
  15145. height: math.unit(6, "feet"),
  15146. weight: math.unit(200, "lb"),
  15147. name: "Front",
  15148. image: {
  15149. source: "./media/characters/marcie/front.svg",
  15150. extra: 960 / 876,
  15151. bottom: 58 / 1017.87
  15152. }
  15153. },
  15154. },
  15155. [
  15156. {
  15157. name: "Macro",
  15158. height: math.unit(1, "mile"),
  15159. default: true
  15160. },
  15161. ]
  15162. ))
  15163. characterMakers.push(() => makeCharacter(
  15164. { name: "Kachina" },
  15165. {
  15166. front: {
  15167. height: math.unit(7, "feet"),
  15168. weight: math.unit(200, "lb"),
  15169. name: "Front",
  15170. image: {
  15171. source: "./media/characters/kachina/front.svg",
  15172. extra: 1290.68 / 1119,
  15173. bottom: 36.5 / 1327.18
  15174. }
  15175. },
  15176. },
  15177. [
  15178. {
  15179. name: "Normal",
  15180. height: math.unit(7, "feet"),
  15181. default: true
  15182. },
  15183. ]
  15184. ))
  15185. characterMakers.push(() => makeCharacter(
  15186. { name: "Kash" },
  15187. {
  15188. looking: {
  15189. height: math.unit(2, "meters"),
  15190. weight: math.unit(300, "kg"),
  15191. name: "Looking",
  15192. image: {
  15193. source: "./media/characters/kash/looking.svg",
  15194. extra: 474 / 344,
  15195. bottom: 0.03
  15196. }
  15197. },
  15198. side: {
  15199. height: math.unit(2, "meters"),
  15200. weight: math.unit(300, "kg"),
  15201. name: "Side",
  15202. image: {
  15203. source: "./media/characters/kash/side.svg",
  15204. extra: 302 / 251,
  15205. bottom: 0.03
  15206. }
  15207. },
  15208. front: {
  15209. height: math.unit(2, "meters"),
  15210. weight: math.unit(300, "kg"),
  15211. name: "Front",
  15212. image: {
  15213. source: "./media/characters/kash/front.svg",
  15214. extra: 495 / 360,
  15215. bottom: 0.015
  15216. }
  15217. },
  15218. },
  15219. [
  15220. {
  15221. name: "Normal",
  15222. height: math.unit(2, "meters"),
  15223. default: true
  15224. },
  15225. {
  15226. name: "Big",
  15227. height: math.unit(3, "meters")
  15228. },
  15229. {
  15230. name: "Large",
  15231. height: math.unit(5, "meters")
  15232. },
  15233. ]
  15234. ))
  15235. characterMakers.push(() => makeCharacter(
  15236. { name: "Lalim" },
  15237. {
  15238. feeding: {
  15239. height: math.unit(6.7, "feet"),
  15240. weight: math.unit(350, "lb"),
  15241. name: "Feeding",
  15242. image: {
  15243. source: "./media/characters/lalim/feeding.svg",
  15244. }
  15245. },
  15246. },
  15247. [
  15248. {
  15249. name: "Normal",
  15250. height: math.unit(6.7, "feet"),
  15251. default: true
  15252. },
  15253. ]
  15254. ))
  15255. characterMakers.push(() => makeCharacter(
  15256. { name: "De'Vout" },
  15257. {
  15258. front: {
  15259. height: math.unit(9.5, "feet"),
  15260. weight: math.unit(600, "lb"),
  15261. name: "Front",
  15262. image: {
  15263. source: "./media/characters/de'vout/front.svg",
  15264. extra: 1443 / 1328,
  15265. bottom: 0.025
  15266. }
  15267. },
  15268. back: {
  15269. height: math.unit(9.5, "feet"),
  15270. weight: math.unit(600, "lb"),
  15271. name: "Back",
  15272. image: {
  15273. source: "./media/characters/de'vout/back.svg",
  15274. extra: 1443 / 1328
  15275. }
  15276. },
  15277. frontDressed: {
  15278. height: math.unit(9.5, "feet"),
  15279. weight: math.unit(600, "lb"),
  15280. name: "Front (Dressed",
  15281. image: {
  15282. source: "./media/characters/de'vout/front-dressed.svg",
  15283. extra: 1443 / 1328,
  15284. bottom: 0.025
  15285. }
  15286. },
  15287. backDressed: {
  15288. height: math.unit(9.5, "feet"),
  15289. weight: math.unit(600, "lb"),
  15290. name: "Back (Dressed",
  15291. image: {
  15292. source: "./media/characters/de'vout/back-dressed.svg",
  15293. extra: 1443 / 1328
  15294. }
  15295. },
  15296. },
  15297. [
  15298. {
  15299. name: "Normal",
  15300. height: math.unit(9.5, "feet"),
  15301. default: true
  15302. },
  15303. ]
  15304. ))
  15305. characterMakers.push(() => makeCharacter(
  15306. { name: "Talana" },
  15307. {
  15308. front: {
  15309. height: math.unit(8, "feet"),
  15310. weight: math.unit(225, "lb"),
  15311. name: "Front",
  15312. image: {
  15313. source: "./media/characters/talana/front.svg",
  15314. extra: 1410 / 1300,
  15315. bottom: 0.015
  15316. }
  15317. },
  15318. frontDressed: {
  15319. height: math.unit(8, "feet"),
  15320. weight: math.unit(225, "lb"),
  15321. name: "Front (Dressed",
  15322. image: {
  15323. source: "./media/characters/talana/front-dressed.svg",
  15324. extra: 1410 / 1300,
  15325. bottom: 0.015
  15326. }
  15327. },
  15328. },
  15329. [
  15330. {
  15331. name: "Normal",
  15332. height: math.unit(8, "feet"),
  15333. default: true
  15334. },
  15335. ]
  15336. ))
  15337. characterMakers.push(() => makeCharacter(
  15338. { name: "Xeauvok" },
  15339. {
  15340. side: {
  15341. height: math.unit(7.2, "feet"),
  15342. weight: math.unit(150, "lb"),
  15343. name: "Side",
  15344. image: {
  15345. source: "./media/characters/xeauvok/side.svg",
  15346. extra: 1975 / 1523,
  15347. bottom: 0.07
  15348. }
  15349. },
  15350. },
  15351. [
  15352. {
  15353. name: "Normal",
  15354. height: math.unit(7.2, "feet"),
  15355. default: true
  15356. },
  15357. ]
  15358. ))
  15359. characterMakers.push(() => makeCharacter(
  15360. { name: "Zara" },
  15361. {
  15362. side: {
  15363. height: math.unit(10, "feet"),
  15364. weight: math.unit(900, "kg"),
  15365. name: "Side",
  15366. image: {
  15367. source: "./media/characters/zara/side.svg",
  15368. extra: 504 / 498
  15369. }
  15370. },
  15371. },
  15372. [
  15373. {
  15374. name: "Normal",
  15375. height: math.unit(10, "feet"),
  15376. default: true
  15377. },
  15378. ]
  15379. ))
  15380. characterMakers.push(() => makeCharacter(
  15381. { name: "Richard (Dragon)" },
  15382. {
  15383. side: {
  15384. height: math.unit(6, "feet"),
  15385. weight: math.unit(150, "lb"),
  15386. name: "Side",
  15387. image: {
  15388. source: "./media/characters/richard-dragon/side.svg",
  15389. extra: 845 / 340,
  15390. bottom: 0.017
  15391. }
  15392. },
  15393. maw: {
  15394. height: math.unit(2.97, "feet"),
  15395. name: "Maw",
  15396. image: {
  15397. source: "./media/characters/richard-dragon/maw.svg"
  15398. }
  15399. },
  15400. },
  15401. [
  15402. ]
  15403. ))
  15404. characterMakers.push(() => makeCharacter(
  15405. { name: "Richard (Smeargle)" },
  15406. {
  15407. front: {
  15408. height: math.unit(4, "feet"),
  15409. weight: math.unit(100, "lb"),
  15410. name: "Front",
  15411. image: {
  15412. source: "./media/characters/richard-smeargle/front.svg",
  15413. extra: 2952 / 2820,
  15414. bottom: 0.028
  15415. }
  15416. },
  15417. },
  15418. [
  15419. {
  15420. name: "Normal",
  15421. height: math.unit(4, "feet"),
  15422. default: true
  15423. },
  15424. {
  15425. name: "Dynamax",
  15426. height: math.unit(20, "meters")
  15427. },
  15428. ]
  15429. ))
  15430. characterMakers.push(() => makeCharacter(
  15431. { name: "Klay" },
  15432. {
  15433. front: {
  15434. height: math.unit(6, "feet"),
  15435. weight: math.unit(110, "lb"),
  15436. name: "Front",
  15437. image: {
  15438. source: "./media/characters/klay/front.svg",
  15439. extra: 962 / 883,
  15440. bottom: 0.04
  15441. }
  15442. },
  15443. back: {
  15444. height: math.unit(6, "feet"),
  15445. weight: math.unit(110, "lb"),
  15446. name: "Back",
  15447. image: {
  15448. source: "./media/characters/klay/back.svg",
  15449. extra: 962 / 883
  15450. }
  15451. },
  15452. beans: {
  15453. height: math.unit(1.15, "feet"),
  15454. name: "Beans",
  15455. image: {
  15456. source: "./media/characters/klay/beans.svg"
  15457. }
  15458. },
  15459. },
  15460. [
  15461. {
  15462. name: "Micro",
  15463. height: math.unit(6, "inches")
  15464. },
  15465. {
  15466. name: "Mini",
  15467. height: math.unit(3, "feet")
  15468. },
  15469. {
  15470. name: "Normal",
  15471. height: math.unit(6, "feet"),
  15472. default: true
  15473. },
  15474. {
  15475. name: "Big",
  15476. height: math.unit(25, "feet")
  15477. },
  15478. {
  15479. name: "Macro",
  15480. height: math.unit(100, "feet")
  15481. },
  15482. {
  15483. name: "Megamacro",
  15484. height: math.unit(400, "feet")
  15485. },
  15486. ]
  15487. ))
  15488. characterMakers.push(() => makeCharacter(
  15489. { name: "Marcus" },
  15490. {
  15491. front: {
  15492. height: math.unit(6, "feet"),
  15493. weight: math.unit(160, "lb"),
  15494. name: "Front",
  15495. image: {
  15496. source: "./media/characters/marcus/front.svg",
  15497. extra: 734 / 676,
  15498. bottom: 0.03
  15499. }
  15500. },
  15501. },
  15502. [
  15503. {
  15504. name: "Little",
  15505. height: math.unit(6, "feet")
  15506. },
  15507. {
  15508. name: "Normal",
  15509. height: math.unit(110, "feet"),
  15510. default: true
  15511. },
  15512. {
  15513. name: "Macro",
  15514. height: math.unit(250, "feet")
  15515. },
  15516. {
  15517. name: "Megamacro",
  15518. height: math.unit(1000, "feet")
  15519. },
  15520. ]
  15521. ))
  15522. characterMakers.push(() => makeCharacter(
  15523. { name: "Claude DelRoute" },
  15524. {
  15525. front: {
  15526. height: math.unit(7, "feet"),
  15527. weight: math.unit(275, "lb"),
  15528. name: "Front",
  15529. image: {
  15530. source: "./media/characters/claude-delroute/front.svg",
  15531. extra: 230 / 214,
  15532. bottom: 0.007
  15533. }
  15534. },
  15535. side: {
  15536. height: math.unit(7, "feet"),
  15537. weight: math.unit(275, "lb"),
  15538. name: "Side",
  15539. image: {
  15540. source: "./media/characters/claude-delroute/side.svg",
  15541. extra: 222 / 214,
  15542. bottom: 0.01
  15543. }
  15544. },
  15545. back: {
  15546. height: math.unit(7, "feet"),
  15547. weight: math.unit(275, "lb"),
  15548. name: "Back",
  15549. image: {
  15550. source: "./media/characters/claude-delroute/back.svg",
  15551. extra: 230 / 214,
  15552. bottom: 0.015
  15553. }
  15554. },
  15555. maw: {
  15556. height: math.unit(0.6407, "meters"),
  15557. name: "Maw",
  15558. image: {
  15559. source: "./media/characters/claude-delroute/maw.svg"
  15560. }
  15561. },
  15562. },
  15563. [
  15564. {
  15565. name: "Normal",
  15566. height: math.unit(7, "feet"),
  15567. default: true
  15568. },
  15569. {
  15570. name: "Lorge",
  15571. height: math.unit(20, "feet")
  15572. },
  15573. ]
  15574. ))
  15575. characterMakers.push(() => makeCharacter(
  15576. { name: "Dragonien" },
  15577. {
  15578. front: {
  15579. height: math.unit(8 + 4 / 12, "feet"),
  15580. weight: math.unit(600, "lb"),
  15581. name: "Front",
  15582. image: {
  15583. source: "./media/characters/dragonien/front.svg",
  15584. extra: 100 / 94,
  15585. bottom: 3.3 / 103.3445
  15586. }
  15587. },
  15588. back: {
  15589. height: math.unit(8 + 4 / 12, "feet"),
  15590. weight: math.unit(600, "lb"),
  15591. name: "Back",
  15592. image: {
  15593. source: "./media/characters/dragonien/back.svg",
  15594. extra: 776 / 746,
  15595. bottom: 6.4 / 782.0616
  15596. }
  15597. },
  15598. foot: {
  15599. height: math.unit(1.54, "feet"),
  15600. name: "Foot",
  15601. image: {
  15602. source: "./media/characters/dragonien/foot.svg",
  15603. }
  15604. },
  15605. },
  15606. [
  15607. {
  15608. name: "Normal",
  15609. height: math.unit(8 + 4 / 12, "feet"),
  15610. default: true
  15611. },
  15612. {
  15613. name: "Macro",
  15614. height: math.unit(200, "feet")
  15615. },
  15616. {
  15617. name: "Megamacro",
  15618. height: math.unit(1, "mile")
  15619. },
  15620. {
  15621. name: "Gigamacro",
  15622. height: math.unit(1000, "miles")
  15623. },
  15624. ]
  15625. ))
  15626. characterMakers.push(() => makeCharacter(
  15627. { name: "Desta" },
  15628. {
  15629. front: {
  15630. height: math.unit(5 + 2 / 12, "feet"),
  15631. weight: math.unit(110, "lb"),
  15632. name: "Front",
  15633. image: {
  15634. source: "./media/characters/desta/front.svg",
  15635. extra: 1482 / 1417
  15636. }
  15637. },
  15638. side: {
  15639. height: math.unit(5 + 2 / 12, "feet"),
  15640. weight: math.unit(110, "lb"),
  15641. name: "Side",
  15642. image: {
  15643. source: "./media/characters/desta/side.svg",
  15644. extra: 2579 / 2491,
  15645. bottom: 0.053
  15646. }
  15647. },
  15648. },
  15649. [
  15650. {
  15651. name: "Micro",
  15652. height: math.unit(6, "inches")
  15653. },
  15654. {
  15655. name: "Normal",
  15656. height: math.unit(5 + 2 / 12, "feet"),
  15657. default: true
  15658. },
  15659. {
  15660. name: "Macro",
  15661. height: math.unit(62, "feet")
  15662. },
  15663. {
  15664. name: "Megamacro",
  15665. height: math.unit(1800, "feet")
  15666. },
  15667. ]
  15668. ))
  15669. characterMakers.push(() => makeCharacter(
  15670. { name: "Storm Alystar" },
  15671. {
  15672. front: {
  15673. height: math.unit(10, "feet"),
  15674. weight: math.unit(700, "lb"),
  15675. name: "Front",
  15676. image: {
  15677. source: "./media/characters/storm-alystar/front.svg",
  15678. extra: 2112 / 1898,
  15679. bottom: 0.034
  15680. }
  15681. },
  15682. },
  15683. [
  15684. {
  15685. name: "Micro",
  15686. height: math.unit(3.5, "inches")
  15687. },
  15688. {
  15689. name: "Normal",
  15690. height: math.unit(10, "feet"),
  15691. default: true
  15692. },
  15693. {
  15694. name: "Macro",
  15695. height: math.unit(400, "feet")
  15696. },
  15697. {
  15698. name: "Deific",
  15699. height: math.unit(60, "miles")
  15700. },
  15701. ]
  15702. ))
  15703. characterMakers.push(() => makeCharacter(
  15704. { name: "Ilia" },
  15705. {
  15706. front: {
  15707. height: math.unit(2.35, "meters"),
  15708. weight: math.unit(119, "kg"),
  15709. name: "Front",
  15710. image: {
  15711. source: "./media/characters/ilia/front.svg",
  15712. extra: 1285 / 1255,
  15713. bottom: 0.06
  15714. }
  15715. },
  15716. },
  15717. [
  15718. {
  15719. name: "Normal",
  15720. height: math.unit(2.35, "meters")
  15721. },
  15722. {
  15723. name: "Macro",
  15724. height: math.unit(140, "meters"),
  15725. default: true
  15726. },
  15727. {
  15728. name: "Megamacro",
  15729. height: math.unit(100, "miles")
  15730. },
  15731. ]
  15732. ))
  15733. characterMakers.push(() => makeCharacter(
  15734. { name: "KingDead" },
  15735. {
  15736. front: {
  15737. height: math.unit(6 + 5 / 12, "feet"),
  15738. weight: math.unit(190, "lb"),
  15739. name: "Front",
  15740. image: {
  15741. source: "./media/characters/kingdead/front.svg",
  15742. extra: 1228 / 1177
  15743. }
  15744. },
  15745. },
  15746. [
  15747. {
  15748. name: "Micro",
  15749. height: math.unit(7, "inches")
  15750. },
  15751. {
  15752. name: "Normal",
  15753. height: math.unit(6 + 5 / 12, "feet")
  15754. },
  15755. {
  15756. name: "Macro",
  15757. height: math.unit(150, "feet"),
  15758. default: true
  15759. },
  15760. {
  15761. name: "Megamacro",
  15762. height: math.unit(200, "miles")
  15763. },
  15764. ]
  15765. ))
  15766. characterMakers.push(() => makeCharacter(
  15767. { name: "Kyrehx" },
  15768. {
  15769. front: {
  15770. height: math.unit(8, "feet"),
  15771. weight: math.unit(600, "lb"),
  15772. name: "Front",
  15773. image: {
  15774. source: "./media/characters/kyrehx/front.svg",
  15775. extra: 1195 / 1095,
  15776. bottom: 0.034
  15777. }
  15778. },
  15779. },
  15780. [
  15781. {
  15782. name: "Micro",
  15783. height: math.unit(2, "inches")
  15784. },
  15785. {
  15786. name: "Normal",
  15787. height: math.unit(8, "feet"),
  15788. default: true
  15789. },
  15790. {
  15791. name: "Macro",
  15792. height: math.unit(255, "feet")
  15793. },
  15794. ]
  15795. ))
  15796. characterMakers.push(() => makeCharacter(
  15797. { name: "Xang" },
  15798. {
  15799. front: {
  15800. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15801. weight: math.unit(184, "lb"),
  15802. name: "Front",
  15803. image: {
  15804. source: "./media/characters/xang/front.svg",
  15805. extra: 845 / 755
  15806. }
  15807. },
  15808. },
  15809. [
  15810. {
  15811. name: "Normal",
  15812. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15813. default: true
  15814. },
  15815. {
  15816. name: "Macro",
  15817. height: math.unit(0.935 * 146, "feet")
  15818. },
  15819. {
  15820. name: "Megamacro",
  15821. height: math.unit(0.935 * 3, "miles")
  15822. },
  15823. ]
  15824. ))
  15825. characterMakers.push(() => makeCharacter(
  15826. { name: "Doc Weardno" },
  15827. {
  15828. frontDressed: {
  15829. height: math.unit(5 + 7 / 12, "feet"),
  15830. weight: math.unit(140, "lb"),
  15831. name: "Front (Dressed)",
  15832. image: {
  15833. source: "./media/characters/doc-weardno/front-dressed.svg",
  15834. extra: 263 / 234
  15835. }
  15836. },
  15837. backDressed: {
  15838. height: math.unit(5 + 7 / 12, "feet"),
  15839. weight: math.unit(140, "lb"),
  15840. name: "Back (Dressed)",
  15841. image: {
  15842. source: "./media/characters/doc-weardno/back-dressed.svg",
  15843. extra: 266 / 238
  15844. }
  15845. },
  15846. front: {
  15847. height: math.unit(5 + 7 / 12, "feet"),
  15848. weight: math.unit(140, "lb"),
  15849. name: "Front",
  15850. image: {
  15851. source: "./media/characters/doc-weardno/front.svg",
  15852. extra: 254 / 233
  15853. }
  15854. },
  15855. },
  15856. [
  15857. {
  15858. name: "Micro",
  15859. height: math.unit(3, "inches")
  15860. },
  15861. {
  15862. name: "Normal",
  15863. height: math.unit(5 + 7 / 12, "feet"),
  15864. default: true
  15865. },
  15866. {
  15867. name: "Macro",
  15868. height: math.unit(25, "feet")
  15869. },
  15870. {
  15871. name: "Megamacro",
  15872. height: math.unit(2, "miles")
  15873. },
  15874. ]
  15875. ))
  15876. characterMakers.push(() => makeCharacter(
  15877. { name: "Seth Whilst" },
  15878. {
  15879. front: {
  15880. height: math.unit(6 + 2 / 12, "feet"),
  15881. weight: math.unit(153, "lb"),
  15882. name: "Front",
  15883. image: {
  15884. source: "./media/characters/seth-whilst/front.svg",
  15885. bottom: 0.07
  15886. }
  15887. },
  15888. },
  15889. [
  15890. {
  15891. name: "Micro",
  15892. height: math.unit(5, "inches")
  15893. },
  15894. {
  15895. name: "Normal",
  15896. height: math.unit(6 + 2 / 12, "feet"),
  15897. default: true
  15898. },
  15899. ]
  15900. ))
  15901. characterMakers.push(() => makeCharacter(
  15902. { name: "Pocket Jabari" },
  15903. {
  15904. front: {
  15905. height: math.unit(3, "inches"),
  15906. weight: math.unit(8, "grams"),
  15907. name: "Front",
  15908. image: {
  15909. source: "./media/characters/pocket-jabari/front.svg",
  15910. extra: 1024 / 974,
  15911. bottom: 0.039
  15912. }
  15913. },
  15914. },
  15915. [
  15916. {
  15917. name: "Minimicro",
  15918. height: math.unit(8, "mm")
  15919. },
  15920. {
  15921. name: "Micro",
  15922. height: math.unit(3, "inches"),
  15923. default: true
  15924. },
  15925. {
  15926. name: "Normal",
  15927. height: math.unit(3, "feet")
  15928. },
  15929. ]
  15930. ))
  15931. characterMakers.push(() => makeCharacter(
  15932. { name: "Sapphy" },
  15933. {
  15934. front: {
  15935. height: math.unit(15, "feet"),
  15936. weight: math.unit(3280, "lb"),
  15937. name: "Front",
  15938. image: {
  15939. source: "./media/characters/sapphy/front.svg",
  15940. extra: 671 / 577,
  15941. bottom: 0.085
  15942. }
  15943. },
  15944. back: {
  15945. height: math.unit(15, "feet"),
  15946. weight: math.unit(3280, "lb"),
  15947. name: "Back",
  15948. image: {
  15949. source: "./media/characters/sapphy/back.svg",
  15950. extra: 631 / 607,
  15951. bottom: 0.045
  15952. }
  15953. },
  15954. },
  15955. [
  15956. {
  15957. name: "Normal",
  15958. height: math.unit(15, "feet")
  15959. },
  15960. {
  15961. name: "Casual Macro",
  15962. height: math.unit(120, "feet")
  15963. },
  15964. {
  15965. name: "Macro",
  15966. height: math.unit(2150, "feet"),
  15967. default: true
  15968. },
  15969. {
  15970. name: "Megamacro",
  15971. height: math.unit(8, "miles")
  15972. },
  15973. {
  15974. name: "Galaxy Mom",
  15975. height: math.unit(6, "megalightyears")
  15976. },
  15977. ]
  15978. ))
  15979. characterMakers.push(() => makeCharacter(
  15980. { name: "Kiro" },
  15981. {
  15982. front: {
  15983. height: math.unit(6, "feet"),
  15984. weight: math.unit(170, "lb"),
  15985. name: "Front",
  15986. image: {
  15987. source: "./media/characters/kiro/front.svg",
  15988. extra: 1064 / 1012,
  15989. bottom: 0.052
  15990. }
  15991. },
  15992. },
  15993. [
  15994. {
  15995. name: "Micro",
  15996. height: math.unit(6, "inches")
  15997. },
  15998. {
  15999. name: "Normal",
  16000. height: math.unit(6, "feet"),
  16001. default: true
  16002. },
  16003. {
  16004. name: "Macro",
  16005. height: math.unit(72, "feet")
  16006. },
  16007. ]
  16008. ))
  16009. characterMakers.push(() => makeCharacter(
  16010. { name: "Irishfox" },
  16011. {
  16012. front: {
  16013. height: math.unit(5 + 9 / 12, "feet"),
  16014. weight: math.unit(175, "lb"),
  16015. name: "Front",
  16016. image: {
  16017. source: "./media/characters/irishfox/front.svg",
  16018. extra: 1912 / 1680,
  16019. bottom: 0.02
  16020. }
  16021. },
  16022. },
  16023. [
  16024. {
  16025. name: "Nano",
  16026. height: math.unit(1, "mm")
  16027. },
  16028. {
  16029. name: "Micro",
  16030. height: math.unit(2, "inches")
  16031. },
  16032. {
  16033. name: "Normal",
  16034. height: math.unit(5 + 9 / 12, "feet"),
  16035. default: true
  16036. },
  16037. {
  16038. name: "Macro",
  16039. height: math.unit(45, "feet")
  16040. },
  16041. ]
  16042. ))
  16043. characterMakers.push(() => makeCharacter(
  16044. { name: "Aronai Sieyes" },
  16045. {
  16046. front: {
  16047. height: math.unit(6 + 1 / 12, "feet"),
  16048. weight: math.unit(150, "lb"),
  16049. name: "Front",
  16050. image: {
  16051. source: "./media/characters/aronai-sieyes/front.svg",
  16052. extra: 1556 / 1480,
  16053. bottom: 0.015
  16054. }
  16055. },
  16056. side: {
  16057. height: math.unit(6 + 1 / 12, "feet"),
  16058. weight: math.unit(150, "lb"),
  16059. name: "Side",
  16060. image: {
  16061. source: "./media/characters/aronai-sieyes/side.svg",
  16062. extra: 1433 / 1390,
  16063. bottom: 0.0393
  16064. }
  16065. },
  16066. back: {
  16067. height: math.unit(6 + 1 / 12, "feet"),
  16068. weight: math.unit(150, "lb"),
  16069. name: "Back",
  16070. image: {
  16071. source: "./media/characters/aronai-sieyes/back.svg",
  16072. extra: 1544 / 1494,
  16073. bottom: 0.02
  16074. }
  16075. },
  16076. frontClothed: {
  16077. height: math.unit(6 + 1 / 12, "feet"),
  16078. weight: math.unit(150, "lb"),
  16079. name: "Front (Clothed)",
  16080. image: {
  16081. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16082. extra: 1582 / 1527
  16083. }
  16084. },
  16085. feral: {
  16086. height: math.unit(18, "feet"),
  16087. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16088. name: "Feral",
  16089. image: {
  16090. source: "./media/characters/aronai-sieyes/feral.svg",
  16091. extra: 1530 / 1240,
  16092. bottom: 0.035
  16093. }
  16094. },
  16095. },
  16096. [
  16097. {
  16098. name: "Micro",
  16099. height: math.unit(2, "inches")
  16100. },
  16101. {
  16102. name: "Normal",
  16103. height: math.unit(6 + 1 / 12, "feet"),
  16104. default: true
  16105. }
  16106. ]
  16107. ))
  16108. characterMakers.push(() => makeCharacter(
  16109. { name: "Xuna" },
  16110. {
  16111. front: {
  16112. height: math.unit(12, "feet"),
  16113. weight: math.unit(410, "kg"),
  16114. name: "Front",
  16115. image: {
  16116. source: "./media/characters/xuna/front.svg",
  16117. extra: 2184 / 1980
  16118. }
  16119. },
  16120. side: {
  16121. height: math.unit(12, "feet"),
  16122. weight: math.unit(410, "kg"),
  16123. name: "Side",
  16124. image: {
  16125. source: "./media/characters/xuna/side.svg",
  16126. extra: 2184 / 1980
  16127. }
  16128. },
  16129. back: {
  16130. height: math.unit(12, "feet"),
  16131. weight: math.unit(410, "kg"),
  16132. name: "Back",
  16133. image: {
  16134. source: "./media/characters/xuna/back.svg",
  16135. extra: 2184 / 1980
  16136. }
  16137. },
  16138. },
  16139. [
  16140. {
  16141. name: "Nano glow",
  16142. height: math.unit(10, "nm")
  16143. },
  16144. {
  16145. name: "Micro floof",
  16146. height: math.unit(0.3, "m")
  16147. },
  16148. {
  16149. name: "Huggable softy boi",
  16150. height: math.unit(3.6576, "m"),
  16151. default: true
  16152. },
  16153. {
  16154. name: "Admirable floof",
  16155. height: math.unit(80, "meters")
  16156. },
  16157. {
  16158. name: "Gentle macro",
  16159. height: math.unit(300, "meters")
  16160. },
  16161. {
  16162. name: "Very careful floof",
  16163. height: math.unit(3200, "meters")
  16164. },
  16165. {
  16166. name: "The mega floof",
  16167. height: math.unit(36000, "meters")
  16168. },
  16169. {
  16170. name: "Giga-fur-Wicker",
  16171. height: math.unit(4800000, "meters")
  16172. },
  16173. {
  16174. name: "Licky world",
  16175. height: math.unit(20000000, "meters")
  16176. },
  16177. {
  16178. name: "Floofy cyan sun",
  16179. height: math.unit(1500000000, "meters")
  16180. },
  16181. {
  16182. name: "Milky Wicker",
  16183. height: math.unit(1000000000000000000000, "meters")
  16184. },
  16185. {
  16186. name: "The observing Wicker",
  16187. height: math.unit(999999999999999999999999999, "meters")
  16188. },
  16189. ]
  16190. ))
  16191. characterMakers.push(() => makeCharacter(
  16192. { name: "Arokha Sieyes" },
  16193. {
  16194. front: {
  16195. height: math.unit(5 + 9 / 12, "feet"),
  16196. weight: math.unit(150, "lb"),
  16197. name: "Front",
  16198. image: {
  16199. source: "./media/characters/arokha-sieyes/front.svg",
  16200. extra: 1425 / 1284,
  16201. bottom: 0.05
  16202. }
  16203. },
  16204. },
  16205. [
  16206. {
  16207. name: "Normal",
  16208. height: math.unit(5 + 9 / 12, "feet")
  16209. },
  16210. {
  16211. name: "Macro",
  16212. height: math.unit(30, "meters"),
  16213. default: true
  16214. },
  16215. ]
  16216. ))
  16217. characterMakers.push(() => makeCharacter(
  16218. { name: "Arokh Sieyes" },
  16219. {
  16220. front: {
  16221. height: math.unit(6, "feet"),
  16222. weight: math.unit(180, "lb"),
  16223. name: "Front",
  16224. image: {
  16225. source: "./media/characters/arokh-sieyes/front.svg",
  16226. extra: 1830 / 1769,
  16227. bottom: 0.01
  16228. }
  16229. },
  16230. },
  16231. [
  16232. {
  16233. name: "Normal",
  16234. height: math.unit(6, "feet")
  16235. },
  16236. {
  16237. name: "Macro",
  16238. height: math.unit(30, "meters"),
  16239. default: true
  16240. },
  16241. ]
  16242. ))
  16243. characterMakers.push(() => makeCharacter(
  16244. { name: "Goldeneye" },
  16245. {
  16246. side: {
  16247. height: math.unit(13 + 1 / 12, "feet"),
  16248. weight: math.unit(8.5, "tonnes"),
  16249. name: "Side",
  16250. image: {
  16251. source: "./media/characters/goldeneye/side.svg",
  16252. extra: 1182 / 778,
  16253. bottom: 0.067
  16254. }
  16255. },
  16256. paw: {
  16257. height: math.unit(3.4, "feet"),
  16258. name: "Paw",
  16259. image: {
  16260. source: "./media/characters/goldeneye/paw.svg"
  16261. }
  16262. },
  16263. },
  16264. [
  16265. {
  16266. name: "Normal",
  16267. height: math.unit(13 + 1 / 12, "feet"),
  16268. default: true
  16269. },
  16270. ]
  16271. ))
  16272. characterMakers.push(() => makeCharacter(
  16273. { name: "Leonardo Lycheborne" },
  16274. {
  16275. front: {
  16276. height: math.unit(6 + 1 / 12, "feet"),
  16277. weight: math.unit(210, "lb"),
  16278. name: "Front",
  16279. image: {
  16280. source: "./media/characters/leonardo-lycheborne/front.svg",
  16281. extra: 390 / 365,
  16282. bottom: 0.032
  16283. }
  16284. },
  16285. side: {
  16286. height: math.unit(6 + 1 / 12, "feet"),
  16287. weight: math.unit(210, "lb"),
  16288. name: "Side",
  16289. image: {
  16290. source: "./media/characters/leonardo-lycheborne/side.svg",
  16291. extra: 390 / 365,
  16292. bottom: 0.005
  16293. }
  16294. },
  16295. back: {
  16296. height: math.unit(6 + 1 / 12, "feet"),
  16297. weight: math.unit(210, "lb"),
  16298. name: "Back",
  16299. image: {
  16300. source: "./media/characters/leonardo-lycheborne/back.svg",
  16301. extra: 392 / 366,
  16302. bottom: 0.01
  16303. }
  16304. },
  16305. hand: {
  16306. height: math.unit(1.08, "feet"),
  16307. name: "Hand",
  16308. image: {
  16309. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16310. }
  16311. },
  16312. foot: {
  16313. height: math.unit(1.32, "feet"),
  16314. name: "Foot",
  16315. image: {
  16316. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16317. }
  16318. },
  16319. were: {
  16320. height: math.unit(20, "feet"),
  16321. weight: math.unit(7800, "lb"),
  16322. name: "Were",
  16323. image: {
  16324. source: "./media/characters/leonardo-lycheborne/were.svg",
  16325. extra: 308 / 294,
  16326. bottom: 0.048
  16327. }
  16328. },
  16329. feral: {
  16330. height: math.unit(7.5, "feet"),
  16331. weight: math.unit(600, "lb"),
  16332. name: "Feral",
  16333. image: {
  16334. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16335. extra: 210 / 186,
  16336. bottom: 0.108
  16337. }
  16338. },
  16339. taur: {
  16340. height: math.unit(11, "feet"),
  16341. weight: math.unit(3300, "lb"),
  16342. name: "Taur",
  16343. image: {
  16344. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16345. extra: 320 / 303,
  16346. bottom: 0.025
  16347. }
  16348. },
  16349. barghest: {
  16350. height: math.unit(11, "feet"),
  16351. weight: math.unit(1300, "lb"),
  16352. name: "Barghest",
  16353. image: {
  16354. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16355. extra: 323 / 302,
  16356. bottom: 0.027
  16357. }
  16358. },
  16359. dick: {
  16360. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16361. name: "Dick",
  16362. image: {
  16363. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16364. }
  16365. },
  16366. dickWere: {
  16367. height: math.unit((20) / 3.8, "feet"),
  16368. name: "Dick (Were)",
  16369. image: {
  16370. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16371. }
  16372. },
  16373. },
  16374. [
  16375. {
  16376. name: "Normal",
  16377. height: math.unit(6 + 1 / 12, "feet"),
  16378. default: true
  16379. },
  16380. ]
  16381. ))
  16382. characterMakers.push(() => makeCharacter(
  16383. { name: "Jet" },
  16384. {
  16385. front: {
  16386. height: math.unit(10, "feet"),
  16387. weight: math.unit(350, "lb"),
  16388. name: "Front",
  16389. image: {
  16390. source: "./media/characters/jet/front.svg",
  16391. extra: 2050 / 1980,
  16392. bottom: 0.013
  16393. }
  16394. },
  16395. back: {
  16396. height: math.unit(10, "feet"),
  16397. weight: math.unit(350, "lb"),
  16398. name: "Back",
  16399. image: {
  16400. source: "./media/characters/jet/back.svg",
  16401. extra: 2050 / 1980,
  16402. bottom: 0.013
  16403. }
  16404. },
  16405. },
  16406. [
  16407. {
  16408. name: "Micro",
  16409. height: math.unit(6, "inches")
  16410. },
  16411. {
  16412. name: "Normal",
  16413. height: math.unit(10, "feet"),
  16414. default: true
  16415. },
  16416. {
  16417. name: "Macro",
  16418. height: math.unit(100, "feet")
  16419. },
  16420. ]
  16421. ))
  16422. characterMakers.push(() => makeCharacter(
  16423. { name: "Tanarath" },
  16424. {
  16425. front: {
  16426. height: math.unit(15, "feet"),
  16427. weight: math.unit(2800, "lb"),
  16428. name: "Front",
  16429. image: {
  16430. source: "./media/characters/tanarath/front.svg",
  16431. extra: 2392 / 2220,
  16432. bottom: 0.03
  16433. }
  16434. },
  16435. back: {
  16436. height: math.unit(15, "feet"),
  16437. weight: math.unit(2800, "lb"),
  16438. name: "Back",
  16439. image: {
  16440. source: "./media/characters/tanarath/back.svg",
  16441. extra: 2392 / 2220,
  16442. bottom: 0.03
  16443. }
  16444. },
  16445. },
  16446. [
  16447. {
  16448. name: "Normal",
  16449. height: math.unit(15, "feet"),
  16450. default: true
  16451. },
  16452. ]
  16453. ))
  16454. characterMakers.push(() => makeCharacter(
  16455. { name: "Patty CattyBatty" },
  16456. {
  16457. front: {
  16458. height: math.unit(7 + 1 / 12, "feet"),
  16459. weight: math.unit(175, "lb"),
  16460. name: "Front",
  16461. image: {
  16462. source: "./media/characters/patty-cattybatty/front.svg",
  16463. extra: 908 / 874,
  16464. bottom: 0.025
  16465. }
  16466. },
  16467. },
  16468. [
  16469. {
  16470. name: "Micro",
  16471. height: math.unit(1, "inch")
  16472. },
  16473. {
  16474. name: "Normal",
  16475. height: math.unit(7 + 1 / 12, "feet")
  16476. },
  16477. {
  16478. name: "Mini Macro",
  16479. height: math.unit(155, "feet")
  16480. },
  16481. {
  16482. name: "Macro",
  16483. height: math.unit(1077, "feet")
  16484. },
  16485. {
  16486. name: "Mega Macro",
  16487. height: math.unit(47650, "feet"),
  16488. default: true
  16489. },
  16490. {
  16491. name: "Giga Macro",
  16492. height: math.unit(440, "miles")
  16493. },
  16494. {
  16495. name: "Tera Macro",
  16496. height: math.unit(8700, "miles")
  16497. },
  16498. {
  16499. name: "Planetary Macro",
  16500. height: math.unit(32700, "miles")
  16501. },
  16502. {
  16503. name: "Solar Macro",
  16504. height: math.unit(550000, "miles")
  16505. },
  16506. {
  16507. name: "Celestial Macro",
  16508. height: math.unit(2.5, "AU")
  16509. },
  16510. ]
  16511. ))
  16512. characterMakers.push(() => makeCharacter(
  16513. { name: "Cappu" },
  16514. {
  16515. front: {
  16516. height: math.unit(4 + 5 / 12, "feet"),
  16517. weight: math.unit(90, "lb"),
  16518. name: "Front",
  16519. image: {
  16520. source: "./media/characters/cappu/front.svg",
  16521. extra: 1247 / 1152,
  16522. bottom: 0.012
  16523. }
  16524. },
  16525. },
  16526. [
  16527. {
  16528. name: "Normal",
  16529. height: math.unit(4 + 5 / 12, "feet"),
  16530. default: true
  16531. },
  16532. ]
  16533. ))
  16534. characterMakers.push(() => makeCharacter(
  16535. { name: "Sebi" },
  16536. {
  16537. frontDressed: {
  16538. height: math.unit(70, "cm"),
  16539. weight: math.unit(6, "kg"),
  16540. name: "Front (Dressed)",
  16541. image: {
  16542. source: "./media/characters/sebi/front-dressed.svg",
  16543. extra: 713.5 / 686.5,
  16544. bottom: 0.003
  16545. }
  16546. },
  16547. front: {
  16548. height: math.unit(70, "cm"),
  16549. weight: math.unit(5, "kg"),
  16550. name: "Front",
  16551. image: {
  16552. source: "./media/characters/sebi/front.svg",
  16553. extra: 713.5 / 686.5,
  16554. bottom: 0.003
  16555. }
  16556. }
  16557. },
  16558. [
  16559. {
  16560. name: "Normal",
  16561. height: math.unit(70, "cm"),
  16562. default: true
  16563. },
  16564. {
  16565. name: "Macro",
  16566. height: math.unit(8, "meters")
  16567. },
  16568. ]
  16569. ))
  16570. characterMakers.push(() => makeCharacter(
  16571. { name: "Typhek" },
  16572. {
  16573. front: {
  16574. height: math.unit(6, "feet"),
  16575. weight: math.unit(150, "lb"),
  16576. name: "Front",
  16577. image: {
  16578. source: "./media/characters/typhek/front.svg",
  16579. extra: 1948 / 1929,
  16580. bottom: 0.025
  16581. }
  16582. },
  16583. side: {
  16584. height: math.unit(6, "feet"),
  16585. weight: math.unit(150, "lb"),
  16586. name: "Side",
  16587. image: {
  16588. source: "./media/characters/typhek/side.svg",
  16589. extra: 2034 / 2010,
  16590. bottom: 0.003
  16591. }
  16592. },
  16593. back: {
  16594. height: math.unit(6, "feet"),
  16595. weight: math.unit(150, "lb"),
  16596. name: "Back",
  16597. image: {
  16598. source: "./media/characters/typhek/back.svg",
  16599. extra: 2005 / 1978,
  16600. bottom: 0.004
  16601. }
  16602. },
  16603. palm: {
  16604. height: math.unit(1.2, "feet"),
  16605. name: "Palm",
  16606. image: {
  16607. source: "./media/characters/typhek/palm.svg"
  16608. }
  16609. },
  16610. fist: {
  16611. height: math.unit(1.1, "feet"),
  16612. name: "Fist",
  16613. image: {
  16614. source: "./media/characters/typhek/fist.svg"
  16615. }
  16616. },
  16617. foot: {
  16618. height: math.unit(1.57, "feet"),
  16619. name: "Foot",
  16620. image: {
  16621. source: "./media/characters/typhek/foot.svg"
  16622. }
  16623. },
  16624. sole: {
  16625. height: math.unit(2.05, "feet"),
  16626. name: "Sole",
  16627. image: {
  16628. source: "./media/characters/typhek/sole.svg"
  16629. }
  16630. },
  16631. },
  16632. [
  16633. {
  16634. name: "Macro",
  16635. height: math.unit(40, "stories"),
  16636. default: true
  16637. },
  16638. {
  16639. name: "Megamacro",
  16640. height: math.unit(1, "mile")
  16641. },
  16642. {
  16643. name: "Gigamacro",
  16644. height: math.unit(4000, "solarradii")
  16645. },
  16646. {
  16647. name: "Universal",
  16648. height: math.unit(1.1, "universes")
  16649. }
  16650. ]
  16651. ))
  16652. characterMakers.push(() => makeCharacter(
  16653. { name: "Kassy" },
  16654. {
  16655. side: {
  16656. height: math.unit(5 + 7 / 12, "feet"),
  16657. weight: math.unit(150, "lb"),
  16658. name: "Side",
  16659. image: {
  16660. source: "./media/characters/kassy/side.svg",
  16661. extra: 1280 / 1225,
  16662. bottom: 0.002
  16663. }
  16664. },
  16665. front: {
  16666. height: math.unit(5 + 7 / 12, "feet"),
  16667. weight: math.unit(150, "lb"),
  16668. name: "Front",
  16669. image: {
  16670. source: "./media/characters/kassy/front.svg",
  16671. extra: 1280 / 1225,
  16672. bottom: 0.025
  16673. }
  16674. },
  16675. back: {
  16676. height: math.unit(5 + 7 / 12, "feet"),
  16677. weight: math.unit(150, "lb"),
  16678. name: "Back",
  16679. image: {
  16680. source: "./media/characters/kassy/back.svg",
  16681. extra: 1280 / 1225,
  16682. bottom: 0.002
  16683. }
  16684. },
  16685. foot: {
  16686. height: math.unit(1.266, "feet"),
  16687. name: "Foot",
  16688. image: {
  16689. source: "./media/characters/kassy/foot.svg"
  16690. }
  16691. },
  16692. },
  16693. [
  16694. {
  16695. name: "Normal",
  16696. height: math.unit(5 + 7 / 12, "feet")
  16697. },
  16698. {
  16699. name: "Macro",
  16700. height: math.unit(137, "feet"),
  16701. default: true
  16702. },
  16703. {
  16704. name: "Megamacro",
  16705. height: math.unit(1, "mile")
  16706. },
  16707. ]
  16708. ))
  16709. characterMakers.push(() => makeCharacter(
  16710. { name: "Neil" },
  16711. {
  16712. front: {
  16713. height: math.unit(6 + 1 / 12, "feet"),
  16714. weight: math.unit(200, "lb"),
  16715. name: "Front",
  16716. image: {
  16717. source: "./media/characters/neil/front.svg",
  16718. extra: 1326 / 1250,
  16719. bottom: 0.023
  16720. }
  16721. },
  16722. },
  16723. [
  16724. {
  16725. name: "Normal",
  16726. height: math.unit(6 + 1 / 12, "feet"),
  16727. default: true
  16728. },
  16729. {
  16730. name: "Macro",
  16731. height: math.unit(200, "feet")
  16732. },
  16733. ]
  16734. ))
  16735. characterMakers.push(() => makeCharacter(
  16736. { name: "Atticus" },
  16737. {
  16738. front: {
  16739. height: math.unit(5 + 9 / 12, "feet"),
  16740. weight: math.unit(190, "lb"),
  16741. name: "Front",
  16742. image: {
  16743. source: "./media/characters/atticus/front.svg",
  16744. extra: 2934 / 2785,
  16745. bottom: 0.025
  16746. }
  16747. },
  16748. },
  16749. [
  16750. {
  16751. name: "Normal",
  16752. height: math.unit(5 + 9 / 12, "feet"),
  16753. default: true
  16754. },
  16755. {
  16756. name: "Macro",
  16757. height: math.unit(180, "feet")
  16758. },
  16759. ]
  16760. ))
  16761. characterMakers.push(() => makeCharacter(
  16762. { name: "Milo" },
  16763. {
  16764. side: {
  16765. height: math.unit(9, "feet"),
  16766. weight: math.unit(650, "lb"),
  16767. name: "Side",
  16768. image: {
  16769. source: "./media/characters/milo/side.svg",
  16770. extra: 2644 / 2310,
  16771. bottom: 0.032
  16772. }
  16773. },
  16774. },
  16775. [
  16776. {
  16777. name: "Normal",
  16778. height: math.unit(9, "feet"),
  16779. default: true
  16780. },
  16781. {
  16782. name: "Macro",
  16783. height: math.unit(300, "feet")
  16784. },
  16785. ]
  16786. ))
  16787. characterMakers.push(() => makeCharacter(
  16788. { name: "Ijzer" },
  16789. {
  16790. side: {
  16791. height: math.unit(8, "meters"),
  16792. weight: math.unit(90000, "kg"),
  16793. name: "Side",
  16794. image: {
  16795. source: "./media/characters/ijzer/side.svg",
  16796. extra: 2756 / 1600,
  16797. bottom: 0.01
  16798. }
  16799. },
  16800. },
  16801. [
  16802. {
  16803. name: "Small",
  16804. height: math.unit(3, "meters")
  16805. },
  16806. {
  16807. name: "Normal",
  16808. height: math.unit(8, "meters"),
  16809. default: true
  16810. },
  16811. {
  16812. name: "Normal+",
  16813. height: math.unit(10, "meters")
  16814. },
  16815. {
  16816. name: "Bigger",
  16817. height: math.unit(24, "meters")
  16818. },
  16819. {
  16820. name: "Huge",
  16821. height: math.unit(80, "meters")
  16822. },
  16823. ]
  16824. ))
  16825. characterMakers.push(() => makeCharacter(
  16826. { name: "Luca Cervicum" },
  16827. {
  16828. front: {
  16829. height: math.unit(6 + 2 / 12, "feet"),
  16830. weight: math.unit(153, "lb"),
  16831. name: "Front",
  16832. image: {
  16833. source: "./media/characters/luca-cervicum/front.svg",
  16834. extra: 370 / 327,
  16835. bottom: 0.015
  16836. }
  16837. },
  16838. back: {
  16839. height: math.unit(6 + 2 / 12, "feet"),
  16840. weight: math.unit(153, "lb"),
  16841. name: "Back",
  16842. image: {
  16843. source: "./media/characters/luca-cervicum/back.svg",
  16844. extra: 367 / 333,
  16845. bottom: 0.005
  16846. }
  16847. },
  16848. frontGear: {
  16849. height: math.unit(6 + 2 / 12, "feet"),
  16850. weight: math.unit(173, "lb"),
  16851. name: "Front (Gear)",
  16852. image: {
  16853. source: "./media/characters/luca-cervicum/front-gear.svg",
  16854. extra: 377 / 333,
  16855. bottom: 0.006
  16856. }
  16857. },
  16858. },
  16859. [
  16860. {
  16861. name: "Normal",
  16862. height: math.unit(6 + 2 / 12, "feet"),
  16863. default: true
  16864. },
  16865. ]
  16866. ))
  16867. characterMakers.push(() => makeCharacter(
  16868. { name: "Oliver" },
  16869. {
  16870. front: {
  16871. height: math.unit(6 + 1 / 12, "feet"),
  16872. weight: math.unit(304, "lb"),
  16873. name: "Front",
  16874. image: {
  16875. source: "./media/characters/oliver/front.svg",
  16876. extra: 157 / 143,
  16877. bottom: 0.08
  16878. }
  16879. },
  16880. },
  16881. [
  16882. {
  16883. name: "Normal",
  16884. height: math.unit(6 + 1 / 12, "feet"),
  16885. default: true
  16886. },
  16887. ]
  16888. ))
  16889. characterMakers.push(() => makeCharacter(
  16890. { name: "Shane" },
  16891. {
  16892. front: {
  16893. height: math.unit(5 + 7 / 12, "feet"),
  16894. weight: math.unit(140, "lb"),
  16895. name: "Front",
  16896. image: {
  16897. source: "./media/characters/shane/front.svg",
  16898. extra: 304 / 289,
  16899. bottom: 0.005
  16900. }
  16901. },
  16902. },
  16903. [
  16904. {
  16905. name: "Normal",
  16906. height: math.unit(5 + 7 / 12, "feet"),
  16907. default: true
  16908. },
  16909. ]
  16910. ))
  16911. characterMakers.push(() => makeCharacter(
  16912. { name: "Shin" },
  16913. {
  16914. front: {
  16915. height: math.unit(5 + 9 / 12, "feet"),
  16916. weight: math.unit(178, "lb"),
  16917. name: "Front",
  16918. image: {
  16919. source: "./media/characters/shin/front.svg",
  16920. extra: 159 / 151,
  16921. bottom: 0.015
  16922. }
  16923. },
  16924. },
  16925. [
  16926. {
  16927. name: "Normal",
  16928. height: math.unit(5 + 9 / 12, "feet"),
  16929. default: true
  16930. },
  16931. ]
  16932. ))
  16933. characterMakers.push(() => makeCharacter(
  16934. { name: "Xerxes" },
  16935. {
  16936. front: {
  16937. height: math.unit(5 + 10 / 12, "feet"),
  16938. weight: math.unit(168, "lb"),
  16939. name: "Front",
  16940. image: {
  16941. source: "./media/characters/xerxes/front.svg",
  16942. extra: 282 / 260,
  16943. bottom: 0.045
  16944. }
  16945. },
  16946. },
  16947. [
  16948. {
  16949. name: "Normal",
  16950. height: math.unit(5 + 10 / 12, "feet"),
  16951. default: true
  16952. },
  16953. ]
  16954. ))
  16955. characterMakers.push(() => makeCharacter(
  16956. { name: "Chaska" },
  16957. {
  16958. front: {
  16959. height: math.unit(6 + 7 / 12, "feet"),
  16960. weight: math.unit(208, "lb"),
  16961. name: "Front",
  16962. image: {
  16963. source: "./media/characters/chaska/front.svg",
  16964. extra: 332 / 319,
  16965. bottom: 0.015
  16966. }
  16967. },
  16968. },
  16969. [
  16970. {
  16971. name: "Normal",
  16972. height: math.unit(6 + 7 / 12, "feet"),
  16973. default: true
  16974. },
  16975. ]
  16976. ))
  16977. characterMakers.push(() => makeCharacter(
  16978. { name: "Enuk" },
  16979. {
  16980. front: {
  16981. height: math.unit(5 + 8 / 12, "feet"),
  16982. weight: math.unit(208, "lb"),
  16983. name: "Front",
  16984. image: {
  16985. source: "./media/characters/enuk/front.svg",
  16986. extra: 437 / 406,
  16987. bottom: 0.02
  16988. }
  16989. },
  16990. },
  16991. [
  16992. {
  16993. name: "Normal",
  16994. height: math.unit(5 + 8 / 12, "feet"),
  16995. default: true
  16996. },
  16997. ]
  16998. ))
  16999. characterMakers.push(() => makeCharacter(
  17000. { name: "Bruun" },
  17001. {
  17002. front: {
  17003. height: math.unit(5 + 10 / 12, "feet"),
  17004. weight: math.unit(252, "lb"),
  17005. name: "Front",
  17006. image: {
  17007. source: "./media/characters/bruun/front.svg",
  17008. extra: 197 / 187,
  17009. bottom: 0.012
  17010. }
  17011. },
  17012. },
  17013. [
  17014. {
  17015. name: "Normal",
  17016. height: math.unit(5 + 10 / 12, "feet"),
  17017. default: true
  17018. },
  17019. ]
  17020. ))
  17021. characterMakers.push(() => makeCharacter(
  17022. { name: "Alexeev" },
  17023. {
  17024. front: {
  17025. height: math.unit(6 + 10 / 12, "feet"),
  17026. weight: math.unit(255, "lb"),
  17027. name: "Front",
  17028. image: {
  17029. source: "./media/characters/alexeev/front.svg",
  17030. extra: 213 / 200,
  17031. bottom: 0.05
  17032. }
  17033. },
  17034. },
  17035. [
  17036. {
  17037. name: "Normal",
  17038. height: math.unit(6 + 10 / 12, "feet"),
  17039. default: true
  17040. },
  17041. ]
  17042. ))
  17043. characterMakers.push(() => makeCharacter(
  17044. { name: "Evelyn" },
  17045. {
  17046. front: {
  17047. height: math.unit(2 + 8 / 12, "feet"),
  17048. weight: math.unit(22, "lb"),
  17049. name: "Front",
  17050. image: {
  17051. source: "./media/characters/evelyn/front.svg",
  17052. extra: 208 / 180
  17053. }
  17054. },
  17055. },
  17056. [
  17057. {
  17058. name: "Normal",
  17059. height: math.unit(2 + 8 / 12, "feet"),
  17060. default: true
  17061. },
  17062. ]
  17063. ))
  17064. characterMakers.push(() => makeCharacter(
  17065. { name: "Inca" },
  17066. {
  17067. front: {
  17068. height: math.unit(5 + 9 / 12, "feet"),
  17069. weight: math.unit(139, "lb"),
  17070. name: "Front",
  17071. image: {
  17072. source: "./media/characters/inca/front.svg",
  17073. extra: 294 / 291,
  17074. bottom: 0.03
  17075. }
  17076. },
  17077. },
  17078. [
  17079. {
  17080. name: "Normal",
  17081. height: math.unit(5 + 9 / 12, "feet"),
  17082. default: true
  17083. },
  17084. ]
  17085. ))
  17086. characterMakers.push(() => makeCharacter(
  17087. { name: "Magdalene" },
  17088. {
  17089. front: {
  17090. height: math.unit(5 + 1 / 12, "feet"),
  17091. weight: math.unit(84, "lb"),
  17092. name: "Front",
  17093. image: {
  17094. source: "./media/characters/magdalene/front.svg",
  17095. extra: 293 / 273
  17096. }
  17097. },
  17098. },
  17099. [
  17100. {
  17101. name: "Normal",
  17102. height: math.unit(5 + 1 / 12, "feet"),
  17103. default: true
  17104. },
  17105. ]
  17106. ))
  17107. characterMakers.push(() => makeCharacter(
  17108. { name: "Mera" },
  17109. {
  17110. front: {
  17111. height: math.unit(6 + 3 / 12, "feet"),
  17112. weight: math.unit(185, "lb"),
  17113. name: "Front",
  17114. image: {
  17115. source: "./media/characters/mera/front.svg",
  17116. extra: 291 / 277,
  17117. bottom: 0.03
  17118. }
  17119. },
  17120. },
  17121. [
  17122. {
  17123. name: "Normal",
  17124. height: math.unit(6 + 3 / 12, "feet"),
  17125. default: true
  17126. },
  17127. ]
  17128. ))
  17129. characterMakers.push(() => makeCharacter(
  17130. { name: "Ceres" },
  17131. {
  17132. front: {
  17133. height: math.unit(6 + 7 / 12, "feet"),
  17134. weight: math.unit(160, "lb"),
  17135. name: "Front",
  17136. image: {
  17137. source: "./media/characters/ceres/front.svg",
  17138. extra: 1023 / 950,
  17139. bottom: 0.027
  17140. }
  17141. },
  17142. back: {
  17143. height: math.unit(6 + 7 / 12, "feet"),
  17144. weight: math.unit(160, "lb"),
  17145. name: "Back",
  17146. image: {
  17147. source: "./media/characters/ceres/back.svg",
  17148. extra: 1023 / 950
  17149. }
  17150. },
  17151. },
  17152. [
  17153. {
  17154. name: "Normal",
  17155. height: math.unit(6 + 7 / 12, "feet"),
  17156. default: true
  17157. },
  17158. ]
  17159. ))
  17160. characterMakers.push(() => makeCharacter(
  17161. { name: "Kris" },
  17162. {
  17163. front: {
  17164. height: math.unit(5 + 10 / 12, "feet"),
  17165. weight: math.unit(150, "lb"),
  17166. name: "Front",
  17167. image: {
  17168. source: "./media/characters/kris/front.svg",
  17169. extra: 885 / 803,
  17170. bottom: 0.03
  17171. }
  17172. },
  17173. },
  17174. [
  17175. {
  17176. name: "Normal",
  17177. height: math.unit(5 + 10 / 12, "feet"),
  17178. default: true
  17179. },
  17180. ]
  17181. ))
  17182. characterMakers.push(() => makeCharacter(
  17183. { name: "Taluthus" },
  17184. {
  17185. front: {
  17186. height: math.unit(7, "feet"),
  17187. weight: math.unit(120, "kg"),
  17188. name: "Front",
  17189. image: {
  17190. source: "./media/characters/taluthus/front.svg",
  17191. extra: 903 / 833,
  17192. bottom: 0.015
  17193. }
  17194. },
  17195. },
  17196. [
  17197. {
  17198. name: "Normal",
  17199. height: math.unit(7, "feet"),
  17200. default: true
  17201. },
  17202. {
  17203. name: "Macro",
  17204. height: math.unit(300, "feet")
  17205. },
  17206. ]
  17207. ))
  17208. characterMakers.push(() => makeCharacter(
  17209. { name: "Dawn" },
  17210. {
  17211. front: {
  17212. height: math.unit(5 + 9 / 12, "feet"),
  17213. weight: math.unit(145, "lb"),
  17214. name: "Front",
  17215. image: {
  17216. source: "./media/characters/dawn/front.svg",
  17217. extra: 2094 / 2016,
  17218. bottom: 0.025
  17219. }
  17220. },
  17221. back: {
  17222. height: math.unit(5 + 9 / 12, "feet"),
  17223. weight: math.unit(160, "lb"),
  17224. name: "Back",
  17225. image: {
  17226. source: "./media/characters/dawn/back.svg",
  17227. extra: 2112 / 2080,
  17228. bottom: 0.005
  17229. }
  17230. },
  17231. },
  17232. [
  17233. {
  17234. name: "Normal",
  17235. height: math.unit(6 + 7 / 12, "feet"),
  17236. default: true
  17237. },
  17238. ]
  17239. ))
  17240. characterMakers.push(() => makeCharacter(
  17241. { name: "Arador" },
  17242. {
  17243. anthro: {
  17244. height: math.unit(8 + 3 / 12, "feet"),
  17245. weight: math.unit(450, "lb"),
  17246. name: "Anthro",
  17247. image: {
  17248. source: "./media/characters/arador/anthro.svg",
  17249. extra: 1835 / 1718,
  17250. bottom: 0.025
  17251. }
  17252. },
  17253. feral: {
  17254. height: math.unit(4, "feet"),
  17255. weight: math.unit(200, "lb"),
  17256. name: "Feral",
  17257. image: {
  17258. source: "./media/characters/arador/feral.svg",
  17259. extra: 1683 / 1514,
  17260. bottom: 0.07
  17261. }
  17262. },
  17263. },
  17264. [
  17265. {
  17266. name: "Normal",
  17267. height: math.unit(8 + 3 / 12, "feet")
  17268. },
  17269. {
  17270. name: "Macro",
  17271. height: math.unit(82.5, "feet"),
  17272. default: true
  17273. },
  17274. ]
  17275. ))
  17276. characterMakers.push(() => makeCharacter(
  17277. { name: "Dharsi" },
  17278. {
  17279. front: {
  17280. height: math.unit(5 + 10 / 12, "feet"),
  17281. weight: math.unit(125, "lb"),
  17282. name: "Front",
  17283. image: {
  17284. source: "./media/characters/dharsi/front.svg",
  17285. extra: 716 / 630,
  17286. bottom: 0.035
  17287. }
  17288. },
  17289. },
  17290. [
  17291. {
  17292. name: "Nano",
  17293. height: math.unit(100, "nm")
  17294. },
  17295. {
  17296. name: "Micro",
  17297. height: math.unit(2, "inches")
  17298. },
  17299. {
  17300. name: "Normal",
  17301. height: math.unit(5 + 10 / 12, "feet"),
  17302. default: true
  17303. },
  17304. {
  17305. name: "Macro",
  17306. height: math.unit(1000, "feet")
  17307. },
  17308. {
  17309. name: "Megamacro",
  17310. height: math.unit(10, "miles")
  17311. },
  17312. {
  17313. name: "Gigamacro",
  17314. height: math.unit(3000, "miles")
  17315. },
  17316. {
  17317. name: "Teramacro",
  17318. height: math.unit(500000, "miles")
  17319. },
  17320. {
  17321. name: "Teramacro+",
  17322. height: math.unit(30, "galaxies")
  17323. },
  17324. ]
  17325. ))
  17326. characterMakers.push(() => makeCharacter(
  17327. { name: "Deathy" },
  17328. {
  17329. front: {
  17330. height: math.unit(6, "feet"),
  17331. weight: math.unit(150, "lb"),
  17332. name: "Front",
  17333. image: {
  17334. source: "./media/characters/deathy/front.svg",
  17335. extra: 1552 / 1463,
  17336. bottom: 0.025
  17337. }
  17338. },
  17339. side: {
  17340. height: math.unit(6, "feet"),
  17341. weight: math.unit(150, "lb"),
  17342. name: "Side",
  17343. image: {
  17344. source: "./media/characters/deathy/side.svg",
  17345. extra: 1604 / 1455,
  17346. bottom: 0.025
  17347. }
  17348. },
  17349. back: {
  17350. height: math.unit(6, "feet"),
  17351. weight: math.unit(150, "lb"),
  17352. name: "Back",
  17353. image: {
  17354. source: "./media/characters/deathy/back.svg",
  17355. extra: 1580 / 1463,
  17356. bottom: 0.005
  17357. }
  17358. },
  17359. },
  17360. [
  17361. {
  17362. name: "Micro",
  17363. height: math.unit(5, "millimeters")
  17364. },
  17365. {
  17366. name: "Normal",
  17367. height: math.unit(6 + 5 / 12, "feet"),
  17368. default: true
  17369. },
  17370. ]
  17371. ))
  17372. characterMakers.push(() => makeCharacter(
  17373. { name: "Juniper" },
  17374. {
  17375. front: {
  17376. height: math.unit(16, "feet"),
  17377. weight: math.unit(4000, "lb"),
  17378. name: "Front",
  17379. image: {
  17380. source: "./media/characters/juniper/front.svg",
  17381. bottom: 0.04
  17382. }
  17383. },
  17384. },
  17385. [
  17386. {
  17387. name: "Normal",
  17388. height: math.unit(16, "feet"),
  17389. default: true
  17390. },
  17391. ]
  17392. ))
  17393. characterMakers.push(() => makeCharacter(
  17394. { name: "Hipster" },
  17395. {
  17396. front: {
  17397. height: math.unit(6, "feet"),
  17398. weight: math.unit(150, "lb"),
  17399. name: "Front",
  17400. image: {
  17401. source: "./media/characters/hipster/front.svg",
  17402. extra: 1312 / 1209,
  17403. bottom: 0.025
  17404. }
  17405. },
  17406. back: {
  17407. height: math.unit(6, "feet"),
  17408. weight: math.unit(150, "lb"),
  17409. name: "Back",
  17410. image: {
  17411. source: "./media/characters/hipster/back.svg",
  17412. extra: 1281 / 1196,
  17413. bottom: 0.01
  17414. }
  17415. },
  17416. },
  17417. [
  17418. {
  17419. name: "Micro",
  17420. height: math.unit(1, "mm")
  17421. },
  17422. {
  17423. name: "Normal",
  17424. height: math.unit(4, "inches"),
  17425. default: true
  17426. },
  17427. {
  17428. name: "Macro",
  17429. height: math.unit(500, "feet")
  17430. },
  17431. {
  17432. name: "Megamacro",
  17433. height: math.unit(1000, "miles")
  17434. },
  17435. ]
  17436. ))
  17437. characterMakers.push(() => makeCharacter(
  17438. { name: "Tendirmuldr" },
  17439. {
  17440. front: {
  17441. height: math.unit(6, "feet"),
  17442. weight: math.unit(150, "lb"),
  17443. name: "Front",
  17444. image: {
  17445. source: "./media/characters/tendirmuldr/front.svg",
  17446. extra: 1878 / 1772,
  17447. bottom: 0.015
  17448. }
  17449. },
  17450. },
  17451. [
  17452. {
  17453. name: "Megamacro",
  17454. height: math.unit(1500, "miles"),
  17455. default: true
  17456. },
  17457. ]
  17458. ))
  17459. characterMakers.push(() => makeCharacter(
  17460. { name: "Mort" },
  17461. {
  17462. front: {
  17463. height: math.unit(14, "feet"),
  17464. weight: math.unit(12000, "lb"),
  17465. name: "Front",
  17466. image: {
  17467. source: "./media/characters/mort/front.svg",
  17468. extra: 365 / 318,
  17469. bottom: 0.01
  17470. }
  17471. },
  17472. side: {
  17473. height: math.unit(14, "feet"),
  17474. weight: math.unit(12000, "lb"),
  17475. name: "Side",
  17476. image: {
  17477. source: "./media/characters/mort/side.svg",
  17478. extra: 365 / 318,
  17479. bottom: 0.052
  17480. },
  17481. default: true
  17482. },
  17483. back: {
  17484. height: math.unit(14, "feet"),
  17485. weight: math.unit(12000, "lb"),
  17486. name: "Back",
  17487. image: {
  17488. source: "./media/characters/mort/back.svg",
  17489. extra: 371 / 332,
  17490. bottom: 0.18
  17491. }
  17492. },
  17493. },
  17494. [
  17495. {
  17496. name: "Normal",
  17497. height: math.unit(14, "feet"),
  17498. default: true
  17499. },
  17500. ]
  17501. ))
  17502. characterMakers.push(() => makeCharacter(
  17503. { name: "Lycoa" },
  17504. {
  17505. front: {
  17506. height: math.unit(8, "feet"),
  17507. weight: math.unit(1, "ton"),
  17508. name: "Front",
  17509. image: {
  17510. source: "./media/characters/lycoa/front.svg",
  17511. extra: 1875 / 1789,
  17512. bottom: 0.022
  17513. }
  17514. },
  17515. back: {
  17516. height: math.unit(8, "feet"),
  17517. weight: math.unit(1, "ton"),
  17518. name: "Back",
  17519. image: {
  17520. source: "./media/characters/lycoa/back.svg",
  17521. extra: 1835 / 1781,
  17522. bottom: 0.03
  17523. }
  17524. },
  17525. },
  17526. [
  17527. {
  17528. name: "Normal",
  17529. height: math.unit(8, "feet"),
  17530. default: true
  17531. },
  17532. {
  17533. name: "Macro",
  17534. height: math.unit(30, "feet")
  17535. },
  17536. ]
  17537. ))
  17538. characterMakers.push(() => makeCharacter(
  17539. { name: "Naldara" },
  17540. {
  17541. front: {
  17542. height: math.unit(4 + 2 / 12, "feet"),
  17543. weight: math.unit(70, "lb"),
  17544. name: "Front",
  17545. image: {
  17546. source: "./media/characters/naldara/front.svg",
  17547. extra: 841 / 720,
  17548. bottom: 0.04
  17549. }
  17550. },
  17551. },
  17552. [
  17553. {
  17554. name: "Normal",
  17555. height: math.unit(4 + 2 / 12, "feet"),
  17556. default: true
  17557. },
  17558. ]
  17559. ))
  17560. characterMakers.push(() => makeCharacter(
  17561. { name: "Briar" },
  17562. {
  17563. front: {
  17564. height: math.unit(13 + 7 / 12, "feet"),
  17565. weight: math.unit(1500, "lb"),
  17566. name: "Front",
  17567. image: {
  17568. source: "./media/characters/briar/front.svg",
  17569. extra: 626 / 596,
  17570. bottom: 0.08
  17571. }
  17572. },
  17573. },
  17574. [
  17575. {
  17576. name: "Normal",
  17577. height: math.unit(13 + 7 / 12, "feet"),
  17578. default: true
  17579. },
  17580. ]
  17581. ))
  17582. characterMakers.push(() => makeCharacter(
  17583. { name: "Vanguard" },
  17584. {
  17585. side: {
  17586. height: math.unit(10, "feet"),
  17587. weight: math.unit(500, "lb"),
  17588. name: "Side",
  17589. image: {
  17590. source: "./media/characters/vanguard/side.svg",
  17591. extra: 502 / 425,
  17592. bottom: 0.087
  17593. }
  17594. },
  17595. },
  17596. [
  17597. {
  17598. name: "Normal",
  17599. height: math.unit(10, "feet"),
  17600. default: true
  17601. },
  17602. ]
  17603. ))
  17604. characterMakers.push(() => makeCharacter(
  17605. { name: "Artemis" },
  17606. {
  17607. front: {
  17608. height: math.unit(7.5, "feet"),
  17609. weight: math.unit(2, "lb"),
  17610. name: "Front",
  17611. image: {
  17612. source: "./media/characters/artemis/front.svg",
  17613. extra: 1192 / 1075,
  17614. bottom: 0.07
  17615. }
  17616. },
  17617. },
  17618. [
  17619. {
  17620. name: "Normal",
  17621. height: math.unit(7.5, "feet"),
  17622. default: true
  17623. },
  17624. {
  17625. name: "Enlarged",
  17626. height: math.unit(12, "feet")
  17627. },
  17628. ]
  17629. ))
  17630. characterMakers.push(() => makeCharacter(
  17631. { name: "Kira" },
  17632. {
  17633. front: {
  17634. height: math.unit(5 + 3 / 12, "feet"),
  17635. weight: math.unit(160, "lb"),
  17636. name: "Front",
  17637. image: {
  17638. source: "./media/characters/kira/front.svg",
  17639. extra: 906 / 786,
  17640. bottom: 0.01
  17641. }
  17642. },
  17643. back: {
  17644. height: math.unit(5 + 3 / 12, "feet"),
  17645. weight: math.unit(160, "lb"),
  17646. name: "Back",
  17647. image: {
  17648. source: "./media/characters/kira/back.svg",
  17649. extra: 882 / 757,
  17650. bottom: 0.005
  17651. }
  17652. },
  17653. frontDressed: {
  17654. height: math.unit(5 + 3 / 12, "feet"),
  17655. weight: math.unit(160, "lb"),
  17656. name: "Front (Dressed)",
  17657. image: {
  17658. source: "./media/characters/kira/front-dressed.svg",
  17659. extra: 906 / 786,
  17660. bottom: 0.01
  17661. }
  17662. },
  17663. beans: {
  17664. height: math.unit(0.92, "feet"),
  17665. name: "Beans",
  17666. image: {
  17667. source: "./media/characters/kira/beans.svg"
  17668. }
  17669. },
  17670. },
  17671. [
  17672. {
  17673. name: "Normal",
  17674. height: math.unit(5 + 3 / 12, "feet"),
  17675. default: true
  17676. },
  17677. ]
  17678. ))
  17679. characterMakers.push(() => makeCharacter(
  17680. { name: "Scramble" },
  17681. {
  17682. front: {
  17683. height: math.unit(5 + 4 / 12, "feet"),
  17684. weight: math.unit(145, "lb"),
  17685. name: "Front",
  17686. image: {
  17687. source: "./media/characters/scramble/front.svg",
  17688. extra: 763 / 727,
  17689. bottom: 0.05
  17690. }
  17691. },
  17692. back: {
  17693. height: math.unit(5 + 4 / 12, "feet"),
  17694. weight: math.unit(145, "lb"),
  17695. name: "Back",
  17696. image: {
  17697. source: "./media/characters/scramble/back.svg",
  17698. extra: 826 / 737,
  17699. bottom: 0.002
  17700. }
  17701. },
  17702. },
  17703. [
  17704. {
  17705. name: "Normal",
  17706. height: math.unit(5 + 4 / 12, "feet"),
  17707. default: true
  17708. },
  17709. ]
  17710. ))
  17711. characterMakers.push(() => makeCharacter(
  17712. { name: "Biscuit" },
  17713. {
  17714. side: {
  17715. height: math.unit(6 + 2 / 12, "feet"),
  17716. weight: math.unit(190, "lb"),
  17717. name: "Side",
  17718. image: {
  17719. source: "./media/characters/biscuit/side.svg",
  17720. extra: 858 / 791,
  17721. bottom: 0.044
  17722. }
  17723. },
  17724. },
  17725. [
  17726. {
  17727. name: "Normal",
  17728. height: math.unit(6 + 2 / 12, "feet"),
  17729. default: true
  17730. },
  17731. ]
  17732. ))
  17733. characterMakers.push(() => makeCharacter(
  17734. { name: "Poffin" },
  17735. {
  17736. front: {
  17737. height: math.unit(5 + 2 / 12, "feet"),
  17738. weight: math.unit(120, "lb"),
  17739. name: "Front",
  17740. image: {
  17741. source: "./media/characters/poffin/front.svg",
  17742. extra: 786 / 680,
  17743. bottom: 0.005
  17744. }
  17745. },
  17746. },
  17747. [
  17748. {
  17749. name: "Normal",
  17750. height: math.unit(5 + 2 / 12, "feet"),
  17751. default: true
  17752. },
  17753. ]
  17754. ))
  17755. characterMakers.push(() => makeCharacter(
  17756. { name: "Dhari" },
  17757. {
  17758. front: {
  17759. height: math.unit(6 + 3 / 12, "feet"),
  17760. weight: math.unit(519, "lb"),
  17761. name: "Front",
  17762. image: {
  17763. source: "./media/characters/dhari/front.svg",
  17764. extra: 1048 / 946,
  17765. bottom: 0.015
  17766. }
  17767. },
  17768. back: {
  17769. height: math.unit(6 + 3 / 12, "feet"),
  17770. weight: math.unit(519, "lb"),
  17771. name: "Back",
  17772. image: {
  17773. source: "./media/characters/dhari/back.svg",
  17774. extra: 1048 / 931,
  17775. bottom: 0.005
  17776. }
  17777. },
  17778. frontDressed: {
  17779. height: math.unit(6 + 3 / 12, "feet"),
  17780. weight: math.unit(519, "lb"),
  17781. name: "Front (Dressed)",
  17782. image: {
  17783. source: "./media/characters/dhari/front-dressed.svg",
  17784. extra: 1713 / 1546,
  17785. bottom: 0.02
  17786. }
  17787. },
  17788. backDressed: {
  17789. height: math.unit(6 + 3 / 12, "feet"),
  17790. weight: math.unit(519, "lb"),
  17791. name: "Back (Dressed)",
  17792. image: {
  17793. source: "./media/characters/dhari/back-dressed.svg",
  17794. extra: 1699 / 1537,
  17795. bottom: 0.01
  17796. }
  17797. },
  17798. maw: {
  17799. height: math.unit(0.95, "feet"),
  17800. name: "Maw",
  17801. image: {
  17802. source: "./media/characters/dhari/maw.svg"
  17803. }
  17804. },
  17805. wereFront: {
  17806. height: math.unit(12 + 8 / 12, "feet"),
  17807. weight: math.unit(4000, "lb"),
  17808. name: "Front (Were)",
  17809. image: {
  17810. source: "./media/characters/dhari/were-front.svg",
  17811. extra: 1065 / 969,
  17812. bottom: 0.015
  17813. }
  17814. },
  17815. wereBack: {
  17816. height: math.unit(12 + 8 / 12, "feet"),
  17817. weight: math.unit(4000, "lb"),
  17818. name: "Back (Were)",
  17819. image: {
  17820. source: "./media/characters/dhari/were-back.svg",
  17821. extra: 1065 / 969,
  17822. bottom: 0.012
  17823. }
  17824. },
  17825. wereMaw: {
  17826. height: math.unit(0.625, "meters"),
  17827. name: "Maw (Were)",
  17828. image: {
  17829. source: "./media/characters/dhari/were-maw.svg"
  17830. }
  17831. },
  17832. },
  17833. [
  17834. {
  17835. name: "Normal",
  17836. height: math.unit(6 + 3 / 12, "feet"),
  17837. default: true
  17838. },
  17839. ]
  17840. ))
  17841. characterMakers.push(() => makeCharacter(
  17842. { name: "Rena Dyne" },
  17843. {
  17844. anthro: {
  17845. height: math.unit(5 + 7 / 12, "feet"),
  17846. weight: math.unit(175, "lb"),
  17847. name: "Anthro",
  17848. image: {
  17849. source: "./media/characters/rena-dyne/anthro.svg",
  17850. extra: 1849 / 1785,
  17851. bottom: 0.005
  17852. }
  17853. },
  17854. taur: {
  17855. height: math.unit(15 + 6 / 12, "feet"),
  17856. weight: math.unit(8000, "lb"),
  17857. name: "Taur",
  17858. image: {
  17859. source: "./media/characters/rena-dyne/taur.svg",
  17860. extra: 2315 / 2234,
  17861. bottom: 0.033
  17862. }
  17863. },
  17864. },
  17865. [
  17866. {
  17867. name: "Normal",
  17868. height: math.unit(5 + 7 / 12, "feet"),
  17869. default: true
  17870. },
  17871. ]
  17872. ))
  17873. characterMakers.push(() => makeCharacter(
  17874. { name: "Weremeep" },
  17875. {
  17876. front: {
  17877. height: math.unit(8, "feet"),
  17878. weight: math.unit(600, "lb"),
  17879. name: "Front",
  17880. image: {
  17881. source: "./media/characters/weremeep/front.svg",
  17882. extra: 967 / 862,
  17883. bottom: 0.01
  17884. }
  17885. },
  17886. },
  17887. [
  17888. {
  17889. name: "Normal",
  17890. height: math.unit(8, "feet"),
  17891. default: true
  17892. },
  17893. {
  17894. name: "Lorg",
  17895. height: math.unit(12, "feet")
  17896. },
  17897. {
  17898. name: "Oh Lawd She Comin'",
  17899. height: math.unit(20, "feet")
  17900. },
  17901. ]
  17902. ))
  17903. characterMakers.push(() => makeCharacter(
  17904. { name: "Reza" },
  17905. {
  17906. front: {
  17907. height: math.unit(4, "feet"),
  17908. weight: math.unit(90, "lb"),
  17909. name: "Front",
  17910. image: {
  17911. source: "./media/characters/reza/front.svg",
  17912. extra: 1183 / 1111,
  17913. bottom: 0.017
  17914. }
  17915. },
  17916. back: {
  17917. height: math.unit(4, "feet"),
  17918. weight: math.unit(90, "lb"),
  17919. name: "Back",
  17920. image: {
  17921. source: "./media/characters/reza/back.svg",
  17922. extra: 1183 / 1111,
  17923. bottom: 0.01
  17924. }
  17925. },
  17926. },
  17927. [
  17928. {
  17929. name: "Normal",
  17930. height: math.unit(4, "feet"),
  17931. default: true
  17932. },
  17933. ]
  17934. ))
  17935. characterMakers.push(() => makeCharacter(
  17936. { name: "Athea" },
  17937. {
  17938. side: {
  17939. height: math.unit(15, "feet"),
  17940. weight: math.unit(14, "tons"),
  17941. name: "Side",
  17942. image: {
  17943. source: "./media/characters/athea/side.svg",
  17944. extra: 960 / 540,
  17945. bottom: 0.003
  17946. }
  17947. },
  17948. sitting: {
  17949. height: math.unit(6 * 2.85, "feet"),
  17950. weight: math.unit(14, "tons"),
  17951. name: "Sitting",
  17952. image: {
  17953. source: "./media/characters/athea/sitting.svg",
  17954. extra: 621 / 581,
  17955. bottom: 0.075
  17956. }
  17957. },
  17958. maw: {
  17959. height: math.unit(7.59498031496063, "feet"),
  17960. name: "Maw",
  17961. image: {
  17962. source: "./media/characters/athea/maw.svg"
  17963. }
  17964. },
  17965. },
  17966. [
  17967. {
  17968. name: "Lap Cat",
  17969. height: math.unit(2.5, "feet")
  17970. },
  17971. {
  17972. name: "Minimacro",
  17973. height: math.unit(15, "feet"),
  17974. default: true
  17975. },
  17976. {
  17977. name: "Macro",
  17978. height: math.unit(120, "feet")
  17979. },
  17980. {
  17981. name: "Macro+",
  17982. height: math.unit(640, "feet")
  17983. },
  17984. {
  17985. name: "Colossus",
  17986. height: math.unit(2.2, "miles")
  17987. },
  17988. ]
  17989. ))
  17990. characterMakers.push(() => makeCharacter(
  17991. { name: "Seroko" },
  17992. {
  17993. front: {
  17994. height: math.unit(8 + 8 / 12, "feet"),
  17995. weight: math.unit(130, "kg"),
  17996. name: "Front",
  17997. image: {
  17998. source: "./media/characters/seroko/front.svg",
  17999. extra: 1385 / 1280,
  18000. bottom: 0.025
  18001. }
  18002. },
  18003. back: {
  18004. height: math.unit(8 + 8 / 12, "feet"),
  18005. weight: math.unit(130, "kg"),
  18006. name: "Back",
  18007. image: {
  18008. source: "./media/characters/seroko/back.svg",
  18009. extra: 1369 / 1238,
  18010. bottom: 0.018
  18011. }
  18012. },
  18013. frontDressed: {
  18014. height: math.unit(8 + 8 / 12, "feet"),
  18015. weight: math.unit(130, "kg"),
  18016. name: "Front (Dressed)",
  18017. image: {
  18018. source: "./media/characters/seroko/front-dressed.svg",
  18019. extra: 1366 / 1275,
  18020. bottom: 0.03
  18021. }
  18022. },
  18023. },
  18024. [
  18025. {
  18026. name: "Normal",
  18027. height: math.unit(8 + 8 / 12, "feet"),
  18028. default: true
  18029. },
  18030. ]
  18031. ))
  18032. characterMakers.push(() => makeCharacter(
  18033. { name: "Quatzi" },
  18034. {
  18035. front: {
  18036. height: math.unit(5.5, "feet"),
  18037. weight: math.unit(160, "lb"),
  18038. name: "Front",
  18039. image: {
  18040. source: "./media/characters/quatzi/front.svg",
  18041. extra: 2346 / 2242,
  18042. bottom: 0.015
  18043. }
  18044. },
  18045. },
  18046. [
  18047. {
  18048. name: "Normal",
  18049. height: math.unit(5.5, "feet"),
  18050. default: true
  18051. },
  18052. {
  18053. name: "Big",
  18054. height: math.unit(7.7, "feet")
  18055. },
  18056. ]
  18057. ))
  18058. characterMakers.push(() => makeCharacter(
  18059. { name: "Sen" },
  18060. {
  18061. front: {
  18062. height: math.unit(5 + 11 / 12, "feet"),
  18063. weight: math.unit(180, "lb"),
  18064. name: "Front",
  18065. image: {
  18066. source: "./media/characters/sen/front.svg",
  18067. extra: 1321 / 1254,
  18068. bottom: 0.015
  18069. }
  18070. },
  18071. side: {
  18072. height: math.unit(5 + 11 / 12, "feet"),
  18073. weight: math.unit(180, "lb"),
  18074. name: "Side",
  18075. image: {
  18076. source: "./media/characters/sen/side.svg",
  18077. extra: 1321 / 1254,
  18078. bottom: 0.007
  18079. }
  18080. },
  18081. back: {
  18082. height: math.unit(5 + 11 / 12, "feet"),
  18083. weight: math.unit(180, "lb"),
  18084. name: "Back",
  18085. image: {
  18086. source: "./media/characters/sen/back.svg",
  18087. extra: 1321 / 1254
  18088. }
  18089. },
  18090. },
  18091. [
  18092. {
  18093. name: "Normal",
  18094. height: math.unit(5 + 11 / 12, "feet"),
  18095. default: true
  18096. },
  18097. ]
  18098. ))
  18099. characterMakers.push(() => makeCharacter(
  18100. { name: "Fruity" },
  18101. {
  18102. front: {
  18103. height: math.unit(166.6, "cm"),
  18104. weight: math.unit(66.6, "kg"),
  18105. name: "Front",
  18106. image: {
  18107. source: "./media/characters/fruity/front.svg",
  18108. extra: 1510 / 1386,
  18109. bottom: 0.04
  18110. }
  18111. },
  18112. back: {
  18113. height: math.unit(166.6, "cm"),
  18114. weight: math.unit(66.6, "lb"),
  18115. name: "Back",
  18116. image: {
  18117. source: "./media/characters/fruity/back.svg",
  18118. extra: 1563 / 1435,
  18119. bottom: 0.005
  18120. }
  18121. },
  18122. },
  18123. [
  18124. {
  18125. name: "Normal",
  18126. height: math.unit(166.6, "cm"),
  18127. default: true
  18128. },
  18129. {
  18130. name: "Demonic",
  18131. height: math.unit(166.6, "feet")
  18132. },
  18133. ]
  18134. ))
  18135. characterMakers.push(() => makeCharacter(
  18136. { name: "Zost" },
  18137. {
  18138. side: {
  18139. height: math.unit(10, "feet"),
  18140. weight: math.unit(500, "lb"),
  18141. name: "Side",
  18142. image: {
  18143. source: "./media/characters/zost/side.svg",
  18144. extra: 966 / 880,
  18145. bottom: 0.075
  18146. }
  18147. },
  18148. mawFront: {
  18149. height: math.unit(1.08, "meters"),
  18150. name: "Maw (Front)",
  18151. image: {
  18152. source: "./media/characters/zost/maw-front.svg"
  18153. }
  18154. },
  18155. mawSide: {
  18156. height: math.unit(2.66, "feet"),
  18157. name: "Maw (Side)",
  18158. image: {
  18159. source: "./media/characters/zost/maw-side.svg"
  18160. }
  18161. },
  18162. },
  18163. [
  18164. {
  18165. name: "Normal",
  18166. height: math.unit(10, "feet"),
  18167. default: true
  18168. },
  18169. ]
  18170. ))
  18171. characterMakers.push(() => makeCharacter(
  18172. { name: "Luci" },
  18173. {
  18174. front: {
  18175. height: math.unit(5 + 4 / 12, "feet"),
  18176. weight: math.unit(120, "lb"),
  18177. name: "Front",
  18178. image: {
  18179. source: "./media/characters/luci/front.svg",
  18180. extra: 1985 / 1884,
  18181. bottom: 0.04
  18182. }
  18183. },
  18184. back: {
  18185. height: math.unit(5 + 4 / 12, "feet"),
  18186. weight: math.unit(120, "lb"),
  18187. name: "Back",
  18188. image: {
  18189. source: "./media/characters/luci/back.svg",
  18190. extra: 1892 / 1791,
  18191. bottom: 0.002
  18192. }
  18193. },
  18194. },
  18195. [
  18196. {
  18197. name: "Normal",
  18198. height: math.unit(5 + 4 / 12, "feet"),
  18199. default: true
  18200. },
  18201. ]
  18202. ))
  18203. characterMakers.push(() => makeCharacter(
  18204. { name: "2th" },
  18205. {
  18206. front: {
  18207. height: math.unit(1500, "feet"),
  18208. weight: math.unit(3.8e6, "tons"),
  18209. name: "Front",
  18210. image: {
  18211. source: "./media/characters/2th/front.svg",
  18212. extra: 3489 / 3350,
  18213. bottom: 0.1
  18214. }
  18215. },
  18216. foot: {
  18217. height: math.unit(461, "feet"),
  18218. name: "Foot",
  18219. image: {
  18220. source: "./media/characters/2th/foot.svg"
  18221. }
  18222. },
  18223. },
  18224. [
  18225. {
  18226. name: "\"Micro\"",
  18227. height: math.unit(15 + 7 / 12, "feet")
  18228. },
  18229. {
  18230. name: "Normal",
  18231. height: math.unit(1500, "feet"),
  18232. default: true
  18233. },
  18234. {
  18235. name: "Macro",
  18236. height: math.unit(5000, "feet")
  18237. },
  18238. {
  18239. name: "Megamacro",
  18240. height: math.unit(15, "miles")
  18241. },
  18242. {
  18243. name: "Gigamacro",
  18244. height: math.unit(4000, "miles")
  18245. },
  18246. {
  18247. name: "Galactic",
  18248. height: math.unit(50, "AU")
  18249. },
  18250. ]
  18251. ))
  18252. characterMakers.push(() => makeCharacter(
  18253. { name: "Amethyst" },
  18254. {
  18255. front: {
  18256. height: math.unit(5 + 6 / 12, "feet"),
  18257. weight: math.unit(220, "lb"),
  18258. name: "Front",
  18259. image: {
  18260. source: "./media/characters/amethyst/front.svg",
  18261. extra: 2078 / 2040,
  18262. bottom: 0.045
  18263. }
  18264. },
  18265. back: {
  18266. height: math.unit(5 + 6 / 12, "feet"),
  18267. weight: math.unit(220, "lb"),
  18268. name: "Back",
  18269. image: {
  18270. source: "./media/characters/amethyst/back.svg",
  18271. extra: 2021 / 1989,
  18272. bottom: 0.02
  18273. }
  18274. },
  18275. },
  18276. [
  18277. {
  18278. name: "Normal",
  18279. height: math.unit(5 + 6 / 12, "feet"),
  18280. default: true
  18281. },
  18282. ]
  18283. ))
  18284. characterMakers.push(() => makeCharacter(
  18285. { name: "Yumi Akiyama" },
  18286. {
  18287. front: {
  18288. height: math.unit(4 + 11 / 12, "feet"),
  18289. weight: math.unit(120, "lb"),
  18290. name: "Front",
  18291. image: {
  18292. source: "./media/characters/yumi-akiyama/front.svg",
  18293. extra: 1327 / 1235,
  18294. bottom: 0.02
  18295. }
  18296. },
  18297. back: {
  18298. height: math.unit(4 + 11 / 12, "feet"),
  18299. weight: math.unit(120, "lb"),
  18300. name: "Back",
  18301. image: {
  18302. source: "./media/characters/yumi-akiyama/back.svg",
  18303. extra: 1287 / 1245,
  18304. bottom: 0.002
  18305. }
  18306. },
  18307. },
  18308. [
  18309. {
  18310. name: "Galactic",
  18311. height: math.unit(50, "galaxies"),
  18312. default: true
  18313. },
  18314. {
  18315. name: "Universal",
  18316. height: math.unit(100, "universes")
  18317. },
  18318. ]
  18319. ))
  18320. characterMakers.push(() => makeCharacter(
  18321. { name: "Rifter Yrmori" },
  18322. {
  18323. front: {
  18324. height: math.unit(8, "feet"),
  18325. weight: math.unit(500, "lb"),
  18326. name: "Front",
  18327. image: {
  18328. source: "./media/characters/rifter-yrmori/front.svg",
  18329. extra: 1180 / 1125,
  18330. bottom: 0.02
  18331. }
  18332. },
  18333. back: {
  18334. height: math.unit(8, "feet"),
  18335. weight: math.unit(500, "lb"),
  18336. name: "Back",
  18337. image: {
  18338. source: "./media/characters/rifter-yrmori/back.svg",
  18339. extra: 1190 / 1145,
  18340. bottom: 0.001
  18341. }
  18342. },
  18343. wings: {
  18344. height: math.unit(7.75, "feet"),
  18345. weight: math.unit(500, "lb"),
  18346. name: "Wings",
  18347. image: {
  18348. source: "./media/characters/rifter-yrmori/wings.svg",
  18349. extra: 1357 / 1285
  18350. }
  18351. },
  18352. maw: {
  18353. height: math.unit(0.8, "feet"),
  18354. name: "Maw",
  18355. image: {
  18356. source: "./media/characters/rifter-yrmori/maw.svg"
  18357. }
  18358. },
  18359. },
  18360. [
  18361. {
  18362. name: "Normal",
  18363. height: math.unit(8, "feet"),
  18364. default: true
  18365. },
  18366. {
  18367. name: "Macro",
  18368. height: math.unit(42, "meters")
  18369. },
  18370. ]
  18371. ))
  18372. characterMakers.push(() => makeCharacter(
  18373. { name: "Tahajin" },
  18374. {
  18375. were: {
  18376. height: math.unit(25 + 6 / 12, "feet"),
  18377. weight: math.unit(10000, "lb"),
  18378. name: "Were",
  18379. image: {
  18380. source: "./media/characters/tahajin/were.svg",
  18381. extra: 801 / 770,
  18382. bottom: 0.042
  18383. }
  18384. },
  18385. aquatic: {
  18386. height: math.unit(6 + 4 / 12, "feet"),
  18387. weight: math.unit(160, "lb"),
  18388. name: "Aquatic",
  18389. image: {
  18390. source: "./media/characters/tahajin/aquatic.svg",
  18391. extra: 572 / 542,
  18392. bottom: 0.04
  18393. }
  18394. },
  18395. chow: {
  18396. height: math.unit(8 + 11 / 12, "feet"),
  18397. weight: math.unit(450, "lb"),
  18398. name: "Chow",
  18399. image: {
  18400. source: "./media/characters/tahajin/chow.svg",
  18401. extra: 660 / 640,
  18402. bottom: 0.015
  18403. }
  18404. },
  18405. demiNaga: {
  18406. height: math.unit(6 + 8 / 12, "feet"),
  18407. weight: math.unit(300, "lb"),
  18408. name: "Demi Naga",
  18409. image: {
  18410. source: "./media/characters/tahajin/demi-naga.svg",
  18411. extra: 643 / 615,
  18412. bottom: 0.1
  18413. }
  18414. },
  18415. data: {
  18416. height: math.unit(5, "inches"),
  18417. weight: math.unit(0.1, "lb"),
  18418. name: "Data",
  18419. image: {
  18420. source: "./media/characters/tahajin/data.svg"
  18421. }
  18422. },
  18423. fluu: {
  18424. height: math.unit(5 + 7 / 12, "feet"),
  18425. weight: math.unit(140, "lb"),
  18426. name: "Fluu",
  18427. image: {
  18428. source: "./media/characters/tahajin/fluu.svg",
  18429. extra: 628 / 592,
  18430. bottom: 0.02
  18431. }
  18432. },
  18433. starWarrior: {
  18434. height: math.unit(4 + 5 / 12, "feet"),
  18435. weight: math.unit(50, "lb"),
  18436. name: "Star Warrior",
  18437. image: {
  18438. source: "./media/characters/tahajin/star-warrior.svg"
  18439. }
  18440. },
  18441. },
  18442. [
  18443. {
  18444. name: "Normal",
  18445. height: math.unit(25 + 6 / 12, "feet"),
  18446. default: true
  18447. },
  18448. ]
  18449. ))
  18450. characterMakers.push(() => makeCharacter(
  18451. { name: "Gabira" },
  18452. {
  18453. front: {
  18454. height: math.unit(8, "feet"),
  18455. weight: math.unit(350, "lb"),
  18456. name: "Front",
  18457. image: {
  18458. source: "./media/characters/gabira/front.svg",
  18459. extra: 608 / 580,
  18460. bottom: 0.03
  18461. }
  18462. },
  18463. back: {
  18464. height: math.unit(8, "feet"),
  18465. weight: math.unit(350, "lb"),
  18466. name: "Back",
  18467. image: {
  18468. source: "./media/characters/gabira/back.svg",
  18469. extra: 608 / 580,
  18470. bottom: 0.03
  18471. }
  18472. },
  18473. },
  18474. [
  18475. {
  18476. name: "Normal",
  18477. height: math.unit(8, "feet"),
  18478. default: true
  18479. },
  18480. ]
  18481. ))
  18482. characterMakers.push(() => makeCharacter(
  18483. { name: "Sasha Katraine" },
  18484. {
  18485. front: {
  18486. height: math.unit(5 + 3 / 12, "feet"),
  18487. weight: math.unit(137, "lb"),
  18488. name: "Front",
  18489. image: {
  18490. source: "./media/characters/sasha-katraine/front.svg",
  18491. bottom: 0.045
  18492. }
  18493. },
  18494. },
  18495. [
  18496. {
  18497. name: "Micro",
  18498. height: math.unit(5, "inches")
  18499. },
  18500. {
  18501. name: "Normal",
  18502. height: math.unit(5 + 3 / 12, "feet"),
  18503. default: true
  18504. },
  18505. ]
  18506. ))
  18507. characterMakers.push(() => makeCharacter(
  18508. { name: "Der" },
  18509. {
  18510. side: {
  18511. height: math.unit(4, "inches"),
  18512. weight: math.unit(200, "grams"),
  18513. name: "Side",
  18514. image: {
  18515. source: "./media/characters/der/side.svg",
  18516. extra: 719 / 400,
  18517. bottom: 30.6 / 749.9187
  18518. }
  18519. },
  18520. },
  18521. [
  18522. {
  18523. name: "Micro",
  18524. height: math.unit(4, "inches"),
  18525. default: true
  18526. },
  18527. ]
  18528. ))
  18529. characterMakers.push(() => makeCharacter(
  18530. { name: "Fixerdragon" },
  18531. {
  18532. side: {
  18533. height: math.unit(30, "meters"),
  18534. weight: math.unit(700, "tonnes"),
  18535. name: "Side",
  18536. image: {
  18537. source: "./media/characters/fixerdragon/side.svg",
  18538. extra: (1293.0514 - 116.03) / 1106.86,
  18539. bottom: 116.03 / 1293.0514
  18540. }
  18541. },
  18542. },
  18543. [
  18544. {
  18545. name: "Planck",
  18546. height: math.unit(1.6e-35, "meters")
  18547. },
  18548. {
  18549. name: "Micro",
  18550. height: math.unit(0.4, "meters")
  18551. },
  18552. {
  18553. name: "Normal",
  18554. height: math.unit(30, "meters"),
  18555. default: true
  18556. },
  18557. {
  18558. name: "Megamacro",
  18559. height: math.unit(1.2, "megameters")
  18560. },
  18561. {
  18562. name: "Teramacro",
  18563. height: math.unit(130, "terameters")
  18564. },
  18565. {
  18566. name: "Yottamacro",
  18567. height: math.unit(6200, "yottameters")
  18568. },
  18569. ]
  18570. ));
  18571. characterMakers.push(() => makeCharacter(
  18572. { name: "Kite" },
  18573. {
  18574. front: {
  18575. height: math.unit(8, "feet"),
  18576. weight: math.unit(250, "lb"),
  18577. name: "Front",
  18578. image: {
  18579. source: "./media/characters/kite/front.svg",
  18580. extra: 2796 / 2659,
  18581. bottom: 0.002
  18582. }
  18583. },
  18584. },
  18585. [
  18586. {
  18587. name: "Normal",
  18588. height: math.unit(8, "feet"),
  18589. default: true
  18590. },
  18591. {
  18592. name: "Macro",
  18593. height: math.unit(360, "feet")
  18594. },
  18595. {
  18596. name: "Megamacro",
  18597. height: math.unit(1500, "feet")
  18598. },
  18599. ]
  18600. ))
  18601. characterMakers.push(() => makeCharacter(
  18602. { name: "Poojawa Vynar" },
  18603. {
  18604. front: {
  18605. height: math.unit(5 + 10 / 12, "feet"),
  18606. weight: math.unit(150, "lb"),
  18607. name: "Front",
  18608. image: {
  18609. source: "./media/characters/poojawa-vynar/front.svg",
  18610. extra: (1506.1547 - 55) / 1356.6,
  18611. bottom: 55 / 1506.1547
  18612. }
  18613. },
  18614. frontTailless: {
  18615. height: math.unit(5 + 10 / 12, "feet"),
  18616. weight: math.unit(150, "lb"),
  18617. name: "Front (Tailless)",
  18618. image: {
  18619. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18620. extra: (1506.1547 - 55) / 1356.6,
  18621. bottom: 55 / 1506.1547
  18622. }
  18623. },
  18624. },
  18625. [
  18626. {
  18627. name: "Normal",
  18628. height: math.unit(5 + 10 / 12, "feet"),
  18629. default: true
  18630. },
  18631. ]
  18632. ))
  18633. characterMakers.push(() => makeCharacter(
  18634. { name: "Violette" },
  18635. {
  18636. front: {
  18637. height: math.unit(293, "meters"),
  18638. weight: math.unit(70400, "tons"),
  18639. name: "Front",
  18640. image: {
  18641. source: "./media/characters/violette/front.svg",
  18642. extra: 1227 / 1180,
  18643. bottom: 0.005
  18644. }
  18645. },
  18646. back: {
  18647. height: math.unit(293, "meters"),
  18648. weight: math.unit(70400, "tons"),
  18649. name: "Back",
  18650. image: {
  18651. source: "./media/characters/violette/back.svg",
  18652. extra: 1227 / 1180,
  18653. bottom: 0.005
  18654. }
  18655. },
  18656. },
  18657. [
  18658. {
  18659. name: "Macro",
  18660. height: math.unit(293, "meters"),
  18661. default: true
  18662. },
  18663. ]
  18664. ))
  18665. characterMakers.push(() => makeCharacter(
  18666. { name: "Alessandra" },
  18667. {
  18668. front: {
  18669. height: math.unit(1050, "feet"),
  18670. weight: math.unit(200000, "tons"),
  18671. name: "Front",
  18672. image: {
  18673. source: "./media/characters/alessandra/front.svg",
  18674. extra: 960 / 912,
  18675. bottom: 0.06
  18676. }
  18677. },
  18678. },
  18679. [
  18680. {
  18681. name: "Macro",
  18682. height: math.unit(1050, "feet")
  18683. },
  18684. {
  18685. name: "Macro+",
  18686. height: math.unit(900, "meters"),
  18687. default: true
  18688. },
  18689. ]
  18690. ))
  18691. characterMakers.push(() => makeCharacter(
  18692. { name: "Person", species: "Catdragon" },
  18693. {
  18694. front: {
  18695. height: math.unit(5, "feet"),
  18696. weight: math.unit(187, "lb"),
  18697. name: "Front",
  18698. image: {
  18699. source: "./media/characters/person/front.svg",
  18700. extra: 3087 / 2945,
  18701. bottom: 91 / 3181
  18702. }
  18703. },
  18704. },
  18705. [
  18706. {
  18707. name: "Micro",
  18708. height: math.unit(3, "inches")
  18709. },
  18710. {
  18711. name: "Normal",
  18712. height: math.unit(5, "feet"),
  18713. default: true
  18714. },
  18715. {
  18716. name: "Macro",
  18717. height: math.unit(90, "feet")
  18718. },
  18719. {
  18720. name: "Max Size",
  18721. height: math.unit(280, "feet")
  18722. },
  18723. ]
  18724. ))
  18725. characterMakers.push(() => makeCharacter(
  18726. { name: "Ty" },
  18727. {
  18728. front: {
  18729. height: math.unit(4.5, "meters"),
  18730. weight: math.unit(3200, "lb"),
  18731. name: "Front",
  18732. image: {
  18733. source: "./media/characters/ty/front.svg",
  18734. extra: 1038 / 960,
  18735. bottom: 31.156 / 1068
  18736. }
  18737. },
  18738. back: {
  18739. height: math.unit(4.5, "meters"),
  18740. weight: math.unit(3200, "lb"),
  18741. name: "Back",
  18742. image: {
  18743. source: "./media/characters/ty/back.svg",
  18744. extra: 1044 / 966,
  18745. bottom: 7.48 / 1049
  18746. }
  18747. },
  18748. },
  18749. [
  18750. {
  18751. name: "Normal",
  18752. height: math.unit(4.5, "meters"),
  18753. default: true
  18754. },
  18755. ]
  18756. ))
  18757. characterMakers.push(() => makeCharacter(
  18758. { name: "Rocky" },
  18759. {
  18760. front: {
  18761. height: math.unit(5 + 4 / 12, "feet"),
  18762. weight: math.unit(115, "lb"),
  18763. name: "Front",
  18764. image: {
  18765. source: "./media/characters/rocky/front.svg",
  18766. extra: 1012 / 975,
  18767. bottom: 54 / 1066
  18768. }
  18769. },
  18770. },
  18771. [
  18772. {
  18773. name: "Normal",
  18774. height: math.unit(5 + 4 / 12, "feet"),
  18775. default: true
  18776. },
  18777. ]
  18778. ))
  18779. characterMakers.push(() => makeCharacter(
  18780. { name: "Ruin" },
  18781. {
  18782. upright: {
  18783. height: math.unit(6, "meters"),
  18784. weight: math.unit(4000, "kg"),
  18785. name: "Upright",
  18786. image: {
  18787. source: "./media/characters/ruin/upright.svg",
  18788. extra: 668 / 661,
  18789. bottom: 42 / 799.8396
  18790. }
  18791. },
  18792. },
  18793. [
  18794. {
  18795. name: "Normal",
  18796. height: math.unit(6, "meters")
  18797. },
  18798. ]
  18799. ))
  18800. characterMakers.push(() => makeCharacter(
  18801. { name: "Robin" },
  18802. {
  18803. front: {
  18804. height: math.unit(5, "feet"),
  18805. weight: math.unit(106, "lb"),
  18806. name: "Front",
  18807. image: {
  18808. source: "./media/characters/robin/front.svg",
  18809. extra: 862 / 799,
  18810. bottom: 42.4 / 914.8856
  18811. }
  18812. },
  18813. },
  18814. [
  18815. {
  18816. name: "Normal",
  18817. height: math.unit(5, "feet"),
  18818. default: true
  18819. },
  18820. ]
  18821. ))
  18822. characterMakers.push(() => makeCharacter(
  18823. { name: "Saian" },
  18824. {
  18825. side: {
  18826. height: math.unit(3, "feet"),
  18827. weight: math.unit(225, "lb"),
  18828. name: "Side",
  18829. image: {
  18830. source: "./media/characters/saian/side.svg",
  18831. extra: 566 / 356,
  18832. bottom: 79.7 / 643
  18833. }
  18834. },
  18835. maw: {
  18836. height: math.unit(2.85, "feet"),
  18837. name: "Maw",
  18838. image: {
  18839. source: "./media/characters/saian/maw.svg"
  18840. }
  18841. },
  18842. },
  18843. [
  18844. {
  18845. name: "Normal",
  18846. height: math.unit(3, "feet"),
  18847. default: true
  18848. },
  18849. ]
  18850. ))
  18851. characterMakers.push(() => makeCharacter(
  18852. { name: "Equus Silvermane" },
  18853. {
  18854. side: {
  18855. height: math.unit(8, "feet"),
  18856. weight: math.unit(300, "lb"),
  18857. name: "Side",
  18858. image: {
  18859. source: "./media/characters/equus-silvermane/side.svg",
  18860. extra: 2176 / 2050,
  18861. bottom: 65.7 / 2245
  18862. }
  18863. },
  18864. front: {
  18865. height: math.unit(8, "feet"),
  18866. weight: math.unit(300, "lb"),
  18867. name: "Front",
  18868. image: {
  18869. source: "./media/characters/equus-silvermane/front.svg",
  18870. extra: 4633 / 4400,
  18871. bottom: 71.3 / 4706.915
  18872. }
  18873. },
  18874. sideStepping: {
  18875. height: math.unit(8, "feet"),
  18876. weight: math.unit(300, "lb"),
  18877. name: "Side (Stepping)",
  18878. image: {
  18879. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18880. extra: 1968 / 1860,
  18881. bottom: 16.4 / 1989
  18882. }
  18883. },
  18884. },
  18885. [
  18886. {
  18887. name: "Normal",
  18888. height: math.unit(8, "feet")
  18889. },
  18890. {
  18891. name: "Minimacro",
  18892. height: math.unit(75, "feet"),
  18893. default: true
  18894. },
  18895. {
  18896. name: "Macro",
  18897. height: math.unit(150, "feet")
  18898. },
  18899. {
  18900. name: "Macro+",
  18901. height: math.unit(1000, "feet")
  18902. },
  18903. {
  18904. name: "Megamacro",
  18905. height: math.unit(1, "mile")
  18906. },
  18907. ]
  18908. ))
  18909. characterMakers.push(() => makeCharacter(
  18910. { name: "Windar" },
  18911. {
  18912. side: {
  18913. height: math.unit(20, "feet"),
  18914. weight: math.unit(30000, "kg"),
  18915. name: "Side",
  18916. image: {
  18917. source: "./media/characters/windar/side.svg",
  18918. extra: 1491 / 1248,
  18919. bottom: 82.56 / 1568
  18920. }
  18921. },
  18922. },
  18923. [
  18924. {
  18925. name: "Normal",
  18926. height: math.unit(20, "feet"),
  18927. default: true
  18928. },
  18929. ]
  18930. ))
  18931. characterMakers.push(() => makeCharacter(
  18932. { name: "Melody" },
  18933. {
  18934. side: {
  18935. height: math.unit(15.66, "feet"),
  18936. weight: math.unit(150, "lb"),
  18937. name: "Side",
  18938. image: {
  18939. source: "./media/characters/melody/side.svg",
  18940. extra: 1097 / 944,
  18941. bottom: 11.8 / 1109
  18942. }
  18943. },
  18944. sideOutfit: {
  18945. height: math.unit(15.66, "feet"),
  18946. weight: math.unit(150, "lb"),
  18947. name: "Side (Outfit)",
  18948. image: {
  18949. source: "./media/characters/melody/side-outfit.svg",
  18950. extra: 1097 / 944,
  18951. bottom: 11.8 / 1109
  18952. }
  18953. },
  18954. },
  18955. [
  18956. {
  18957. name: "Normal",
  18958. height: math.unit(15.66, "feet"),
  18959. default: true
  18960. },
  18961. ]
  18962. ))
  18963. characterMakers.push(() => makeCharacter(
  18964. { name: "Windera" },
  18965. {
  18966. front: {
  18967. height: math.unit(8, "feet"),
  18968. weight: math.unit(325, "lb"),
  18969. name: "Front",
  18970. image: {
  18971. source: "./media/characters/windera/front.svg",
  18972. extra: 3180 / 2845,
  18973. bottom: 178 / 3365
  18974. }
  18975. },
  18976. },
  18977. [
  18978. {
  18979. name: "Normal",
  18980. height: math.unit(8, "feet"),
  18981. default: true
  18982. },
  18983. ]
  18984. ))
  18985. characterMakers.push(() => makeCharacter(
  18986. { name: "Sonear" },
  18987. {
  18988. front: {
  18989. height: math.unit(28.75, "feet"),
  18990. weight: math.unit(2000, "kg"),
  18991. name: "Front",
  18992. image: {
  18993. source: "./media/characters/sonear/front.svg",
  18994. extra: 1041.1 / 964.9,
  18995. bottom: 53.7 / 1096.6
  18996. }
  18997. },
  18998. },
  18999. [
  19000. {
  19001. name: "Normal",
  19002. height: math.unit(28.75, "feet"),
  19003. default: true
  19004. },
  19005. ]
  19006. ))
  19007. characterMakers.push(() => makeCharacter(
  19008. { name: "Kanara" },
  19009. {
  19010. side: {
  19011. height: math.unit(25.5, "feet"),
  19012. weight: math.unit(23000, "kg"),
  19013. name: "Side",
  19014. image: {
  19015. source: "./media/characters/kanara/side.svg"
  19016. }
  19017. },
  19018. },
  19019. [
  19020. {
  19021. name: "Normal",
  19022. height: math.unit(25.5, "feet"),
  19023. default: true
  19024. },
  19025. ]
  19026. ))
  19027. characterMakers.push(() => makeCharacter(
  19028. { name: "Ereus" },
  19029. {
  19030. side: {
  19031. height: math.unit(10, "feet"),
  19032. weight: math.unit(1000, "kg"),
  19033. name: "Side",
  19034. image: {
  19035. source: "./media/characters/ereus/side.svg",
  19036. extra: 1157 / 959,
  19037. bottom: 153 / 1312.5
  19038. }
  19039. },
  19040. },
  19041. [
  19042. {
  19043. name: "Normal",
  19044. height: math.unit(10, "feet"),
  19045. default: true
  19046. },
  19047. ]
  19048. ))
  19049. characterMakers.push(() => makeCharacter(
  19050. { name: "E-ter" },
  19051. {
  19052. side: {
  19053. height: math.unit(4.5, "feet"),
  19054. weight: math.unit(500, "lb"),
  19055. name: "Side",
  19056. image: {
  19057. source: "./media/characters/e-ter/side.svg",
  19058. extra: 1550 / 1248,
  19059. bottom: 146 / 1694
  19060. }
  19061. },
  19062. },
  19063. [
  19064. {
  19065. name: "Normal",
  19066. height: math.unit(4.5, "feet"),
  19067. default: true
  19068. },
  19069. ]
  19070. ))
  19071. characterMakers.push(() => makeCharacter(
  19072. { name: "Yamie" },
  19073. {
  19074. side: {
  19075. height: math.unit(9.7, "feet"),
  19076. weight: math.unit(4000, "kg"),
  19077. name: "Side",
  19078. image: {
  19079. source: "./media/characters/yamie/side.svg"
  19080. }
  19081. },
  19082. },
  19083. [
  19084. {
  19085. name: "Normal",
  19086. height: math.unit(9.7, "feet"),
  19087. default: true
  19088. },
  19089. ]
  19090. ))
  19091. characterMakers.push(() => makeCharacter(
  19092. { name: "Anders" },
  19093. {
  19094. front: {
  19095. height: math.unit(50, "feet"),
  19096. weight: math.unit(50000, "kg"),
  19097. name: "Front",
  19098. image: {
  19099. source: "./media/characters/anders/front.svg",
  19100. extra: 570 / 539,
  19101. bottom: 14.7 / 586.7
  19102. }
  19103. },
  19104. },
  19105. [
  19106. {
  19107. name: "Large",
  19108. height: math.unit(50, "feet")
  19109. },
  19110. {
  19111. name: "Macro",
  19112. height: math.unit(2000, "feet"),
  19113. default: true
  19114. },
  19115. {
  19116. name: "Megamacro",
  19117. height: math.unit(12, "miles")
  19118. },
  19119. ]
  19120. ))
  19121. characterMakers.push(() => makeCharacter(
  19122. { name: "Reban" },
  19123. {
  19124. front: {
  19125. height: math.unit(7 + 2 / 12, "feet"),
  19126. weight: math.unit(300, "lb"),
  19127. name: "Front",
  19128. image: {
  19129. source: "./media/characters/reban/front.svg",
  19130. extra: 516 / 487,
  19131. bottom: 42.82 / 558.356
  19132. }
  19133. },
  19134. dick: {
  19135. height: math.unit(7 / 5, "feet"),
  19136. name: "Dick",
  19137. image: {
  19138. source: "./media/characters/reban/dick.svg"
  19139. }
  19140. },
  19141. },
  19142. [
  19143. {
  19144. name: "Natural Height",
  19145. height: math.unit(7 + 2 / 12, "feet")
  19146. },
  19147. {
  19148. name: "Macro",
  19149. height: math.unit(500, "feet"),
  19150. default: true
  19151. },
  19152. {
  19153. name: "Canon Height",
  19154. height: math.unit(50, "AU")
  19155. },
  19156. ]
  19157. ))
  19158. characterMakers.push(() => makeCharacter(
  19159. { name: "Terrance Keayes" },
  19160. {
  19161. front: {
  19162. height: math.unit(6, "feet"),
  19163. weight: math.unit(150, "lb"),
  19164. name: "Front",
  19165. image: {
  19166. source: "./media/characters/terrance-keayes/front.svg",
  19167. extra: 1.005,
  19168. bottom: 151 / 1615
  19169. }
  19170. },
  19171. side: {
  19172. height: math.unit(6, "feet"),
  19173. weight: math.unit(150, "lb"),
  19174. name: "Side",
  19175. image: {
  19176. source: "./media/characters/terrance-keayes/side.svg",
  19177. extra: 1.005,
  19178. bottom: 129.4 / 1544
  19179. }
  19180. },
  19181. back: {
  19182. height: math.unit(6, "feet"),
  19183. weight: math.unit(150, "lb"),
  19184. name: "Back",
  19185. image: {
  19186. source: "./media/characters/terrance-keayes/back.svg",
  19187. extra: 1.005,
  19188. bottom: 58.4 / 1557.3
  19189. }
  19190. },
  19191. dick: {
  19192. height: math.unit(6 * 0.208, "feet"),
  19193. name: "Dick",
  19194. image: {
  19195. source: "./media/characters/terrance-keayes/dick.svg"
  19196. }
  19197. },
  19198. },
  19199. [
  19200. {
  19201. name: "Canon Height",
  19202. height: math.unit(35, "miles"),
  19203. default: true
  19204. },
  19205. ]
  19206. ))
  19207. characterMakers.push(() => makeCharacter(
  19208. { name: "Ofelia" },
  19209. {
  19210. front: {
  19211. height: math.unit(6, "feet"),
  19212. weight: math.unit(150, "lb"),
  19213. name: "Front",
  19214. image: {
  19215. source: "./media/characters/ofelia/front.svg",
  19216. extra: 546 / 541,
  19217. bottom: 39 / 583
  19218. }
  19219. },
  19220. back: {
  19221. height: math.unit(6, "feet"),
  19222. weight: math.unit(150, "lb"),
  19223. name: "Back",
  19224. image: {
  19225. source: "./media/characters/ofelia/back.svg",
  19226. extra: 564 / 559.5,
  19227. bottom: 8.69 / 573.02
  19228. }
  19229. },
  19230. maw: {
  19231. height: math.unit(1, "feet"),
  19232. name: "Maw",
  19233. image: {
  19234. source: "./media/characters/ofelia/maw.svg"
  19235. }
  19236. },
  19237. foot: {
  19238. height: math.unit(1.949, "feet"),
  19239. name: "Foot",
  19240. image: {
  19241. source: "./media/characters/ofelia/foot.svg"
  19242. }
  19243. },
  19244. },
  19245. [
  19246. {
  19247. name: "Canon Height",
  19248. height: math.unit(2000, "miles"),
  19249. default: true
  19250. },
  19251. ]
  19252. ))
  19253. characterMakers.push(() => makeCharacter(
  19254. { name: "Samuel" },
  19255. {
  19256. front: {
  19257. height: math.unit(6, "feet"),
  19258. weight: math.unit(150, "lb"),
  19259. name: "Front",
  19260. image: {
  19261. source: "./media/characters/samuel/front.svg",
  19262. extra: 265 / 258,
  19263. bottom: 2 / 266.1566
  19264. }
  19265. },
  19266. },
  19267. [
  19268. {
  19269. name: "Macro",
  19270. height: math.unit(100, "feet"),
  19271. default: true
  19272. },
  19273. {
  19274. name: "Full Size",
  19275. height: math.unit(1000, "miles")
  19276. },
  19277. ]
  19278. ))
  19279. characterMakers.push(() => makeCharacter(
  19280. { name: "Beishir Kiel" },
  19281. {
  19282. front: {
  19283. height: math.unit(6, "feet"),
  19284. weight: math.unit(300, "lb"),
  19285. name: "Front",
  19286. image: {
  19287. source: "./media/characters/beishir-kiel/front.svg",
  19288. extra: 569 / 547,
  19289. bottom: 41.9 / 609
  19290. }
  19291. },
  19292. maw: {
  19293. height: math.unit(6 * 0.202, "feet"),
  19294. name: "Maw",
  19295. image: {
  19296. source: "./media/characters/beishir-kiel/maw.svg"
  19297. }
  19298. },
  19299. },
  19300. [
  19301. {
  19302. name: "Macro",
  19303. height: math.unit(300, "feet"),
  19304. default: true
  19305. },
  19306. ]
  19307. ))
  19308. characterMakers.push(() => makeCharacter(
  19309. { name: "Logan Grey" },
  19310. {
  19311. front: {
  19312. height: math.unit(5 + 8 / 12, "feet"),
  19313. weight: math.unit(120, "lb"),
  19314. name: "Front",
  19315. image: {
  19316. source: "./media/characters/logan-grey/front.svg",
  19317. extra: 2539 / 2393,
  19318. bottom: 97.6 / 2636.37
  19319. }
  19320. },
  19321. frontAlt: {
  19322. height: math.unit(5 + 8 / 12, "feet"),
  19323. weight: math.unit(120, "lb"),
  19324. name: "Front (Alt)",
  19325. image: {
  19326. source: "./media/characters/logan-grey/front-alt.svg",
  19327. extra: 958 / 893,
  19328. bottom: 15 / 970.768
  19329. }
  19330. },
  19331. back: {
  19332. height: math.unit(5 + 8 / 12, "feet"),
  19333. weight: math.unit(120, "lb"),
  19334. name: "Back",
  19335. image: {
  19336. source: "./media/characters/logan-grey/back.svg",
  19337. extra: 958 / 893,
  19338. bottom: 2.1881 / 970.9788
  19339. }
  19340. },
  19341. dick: {
  19342. height: math.unit(1.437, "feet"),
  19343. name: "Dick",
  19344. image: {
  19345. source: "./media/characters/logan-grey/dick.svg"
  19346. }
  19347. },
  19348. },
  19349. [
  19350. {
  19351. name: "Normal",
  19352. height: math.unit(5 + 8 / 12, "feet")
  19353. },
  19354. {
  19355. name: "The 500 Foot Femboy",
  19356. height: math.unit(500, "feet"),
  19357. default: true
  19358. },
  19359. {
  19360. name: "Megmacro",
  19361. height: math.unit(20, "miles")
  19362. },
  19363. ]
  19364. ))
  19365. characterMakers.push(() => makeCharacter(
  19366. { name: "Draganta" },
  19367. {
  19368. front: {
  19369. height: math.unit(8 + 2 / 12, "feet"),
  19370. weight: math.unit(275, "lb"),
  19371. name: "Front",
  19372. image: {
  19373. source: "./media/characters/draganta/front.svg",
  19374. extra: 1177 / 1135,
  19375. bottom: 33.46 / 1212.1
  19376. }
  19377. },
  19378. },
  19379. [
  19380. {
  19381. name: "Normal",
  19382. height: math.unit(8 + 6 / 12, "feet"),
  19383. default: true
  19384. },
  19385. {
  19386. name: "Macro",
  19387. height: math.unit(150, "feet")
  19388. },
  19389. {
  19390. name: "Megamacro",
  19391. height: math.unit(1000, "miles")
  19392. },
  19393. ]
  19394. ))
  19395. characterMakers.push(() => makeCharacter(
  19396. { name: "Voski", species: "Corvid" },
  19397. {
  19398. front: {
  19399. height: math.unit(1.72, "m"),
  19400. weight: math.unit(80, "lb"),
  19401. name: "Front",
  19402. image: {
  19403. source: "./media/characters/voski/front.svg",
  19404. extra: 2076.22 / 2022.4,
  19405. bottom: 102.7 / 2177.3866
  19406. }
  19407. },
  19408. back: {
  19409. height: math.unit(1.72, "m"),
  19410. weight: math.unit(80, "lb"),
  19411. name: "Back",
  19412. image: {
  19413. source: "./media/characters/voski/back.svg",
  19414. extra: 2104 / 2051,
  19415. bottom: 10.45 / 2113.63
  19416. }
  19417. },
  19418. },
  19419. [
  19420. {
  19421. name: "Normal",
  19422. height: math.unit(1.72, "m")
  19423. },
  19424. {
  19425. name: "Macro",
  19426. height: math.unit(55, "m"),
  19427. default: true
  19428. },
  19429. {
  19430. name: "Macro+",
  19431. height: math.unit(300, "m")
  19432. },
  19433. {
  19434. name: "Macro++",
  19435. height: math.unit(700, "m")
  19436. },
  19437. {
  19438. name: "Macro+++",
  19439. height: math.unit(4500, "m")
  19440. },
  19441. {
  19442. name: "Macro++++",
  19443. height: math.unit(45, "km")
  19444. },
  19445. {
  19446. name: "Macro+++++",
  19447. height: math.unit(1220, "km")
  19448. },
  19449. ]
  19450. ))
  19451. characterMakers.push(() => makeCharacter(
  19452. { name: "Icowom Lee" },
  19453. {
  19454. front: {
  19455. height: math.unit(2.3, "m"),
  19456. weight: math.unit(304, "kg"),
  19457. name: "Front",
  19458. image: {
  19459. source: "./media/characters/icowom-lee/front.svg",
  19460. extra: 3076 / 2933,
  19461. bottom: 51.4 / 3125.1889
  19462. }
  19463. },
  19464. },
  19465. [
  19466. {
  19467. name: "Normal",
  19468. height: math.unit(2.3, "meters"),
  19469. default: true
  19470. },
  19471. {
  19472. name: "Macro",
  19473. height: math.unit(94, "meters"),
  19474. default: true
  19475. },
  19476. ]
  19477. ))
  19478. characterMakers.push(() => makeCharacter(
  19479. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19480. {
  19481. front: {
  19482. height: math.unit(22, "meters"),
  19483. weight: math.unit(21000, "kg"),
  19484. name: "Front",
  19485. image: {
  19486. source: "./media/characters/shock-diamond/front.svg",
  19487. extra: 2204 / 2053,
  19488. bottom: 65 / 2239.47
  19489. }
  19490. },
  19491. frontNude: {
  19492. height: math.unit(22, "meters"),
  19493. weight: math.unit(21000, "kg"),
  19494. name: "Front (Nude)",
  19495. image: {
  19496. source: "./media/characters/shock-diamond/front-nude.svg",
  19497. extra: 2514 / 2285,
  19498. bottom: 13 / 2527.56
  19499. }
  19500. },
  19501. },
  19502. [
  19503. {
  19504. name: "Normal",
  19505. height: math.unit(3, "meters")
  19506. },
  19507. {
  19508. name: "Macro",
  19509. height: math.unit(22, "meters"),
  19510. default: true
  19511. },
  19512. ]
  19513. ))
  19514. characterMakers.push(() => makeCharacter(
  19515. { name: "Rory" },
  19516. {
  19517. front: {
  19518. height: math.unit(5 + 4 / 12, "feet"),
  19519. weight: math.unit(120, "lb"),
  19520. name: "Front",
  19521. image: {
  19522. source: "./media/characters/rory/front.svg",
  19523. extra: 589 / 556,
  19524. bottom: 45.7 / 635.76
  19525. }
  19526. },
  19527. frontNude: {
  19528. height: math.unit(5 + 4 / 12, "feet"),
  19529. weight: math.unit(120, "lb"),
  19530. name: "Front (Nude)",
  19531. image: {
  19532. source: "./media/characters/rory/front-nude.svg",
  19533. extra: 589 / 556,
  19534. bottom: 45.7 / 635.76
  19535. }
  19536. },
  19537. side: {
  19538. height: math.unit(5 + 4 / 12, "feet"),
  19539. weight: math.unit(120, "lb"),
  19540. name: "Side",
  19541. image: {
  19542. source: "./media/characters/rory/side.svg",
  19543. extra: 597 / 564,
  19544. bottom: 55 / 653
  19545. }
  19546. },
  19547. back: {
  19548. height: math.unit(5 + 4 / 12, "feet"),
  19549. weight: math.unit(120, "lb"),
  19550. name: "Back",
  19551. image: {
  19552. source: "./media/characters/rory/back.svg",
  19553. extra: 620 / 585,
  19554. bottom: 8.86 / 630.43
  19555. }
  19556. },
  19557. dick: {
  19558. height: math.unit(0.86, "feet"),
  19559. name: "Dick",
  19560. image: {
  19561. source: "./media/characters/rory/dick.svg"
  19562. }
  19563. },
  19564. },
  19565. [
  19566. {
  19567. name: "Normal",
  19568. height: math.unit(5 + 4 / 12, "feet"),
  19569. default: true
  19570. },
  19571. {
  19572. name: "Macro",
  19573. height: math.unit(100, "feet")
  19574. },
  19575. {
  19576. name: "Macro+",
  19577. height: math.unit(140, "feet")
  19578. },
  19579. {
  19580. name: "Macro++",
  19581. height: math.unit(300, "feet")
  19582. },
  19583. ]
  19584. ))
  19585. characterMakers.push(() => makeCharacter(
  19586. { name: "Sprisk" },
  19587. {
  19588. front: {
  19589. height: math.unit(5 + 9 / 12, "feet"),
  19590. weight: math.unit(190, "lb"),
  19591. name: "Front",
  19592. image: {
  19593. source: "./media/characters/sprisk/front.svg",
  19594. extra: 1225 / 1180,
  19595. bottom: 42.7 / 1266.4
  19596. }
  19597. },
  19598. frontNsfw: {
  19599. height: math.unit(5 + 9 / 12, "feet"),
  19600. weight: math.unit(190, "lb"),
  19601. name: "Front (NSFW)",
  19602. image: {
  19603. source: "./media/characters/sprisk/front-nsfw.svg",
  19604. extra: 1225 / 1180,
  19605. bottom: 42.7 / 1266.4
  19606. }
  19607. },
  19608. back: {
  19609. height: math.unit(5 + 9 / 12, "feet"),
  19610. weight: math.unit(190, "lb"),
  19611. name: "Back",
  19612. image: {
  19613. source: "./media/characters/sprisk/back.svg",
  19614. extra: 1247 / 1200,
  19615. bottom: 5.6 / 1253.04
  19616. }
  19617. },
  19618. },
  19619. [
  19620. {
  19621. name: "Tiny",
  19622. height: math.unit(2, "inches")
  19623. },
  19624. {
  19625. name: "Normal",
  19626. height: math.unit(5 + 9 / 12, "feet"),
  19627. default: true
  19628. },
  19629. {
  19630. name: "Mini Macro",
  19631. height: math.unit(18, "feet")
  19632. },
  19633. {
  19634. name: "Macro",
  19635. height: math.unit(100, "feet")
  19636. },
  19637. {
  19638. name: "MACRO",
  19639. height: math.unit(50, "miles")
  19640. },
  19641. {
  19642. name: "M A C R O",
  19643. height: math.unit(300, "miles")
  19644. },
  19645. ]
  19646. ))
  19647. characterMakers.push(() => makeCharacter(
  19648. { name: "Bunsen" },
  19649. {
  19650. side: {
  19651. height: math.unit(15.6, "meters"),
  19652. weight: math.unit(700000, "kg"),
  19653. name: "Side",
  19654. image: {
  19655. source: "./media/characters/bunsen/side.svg",
  19656. extra: 1644 / 358
  19657. }
  19658. },
  19659. foot: {
  19660. height: math.unit(1.611 * 1644 / 358, "meter"),
  19661. name: "Foot",
  19662. image: {
  19663. source: "./media/characters/bunsen/foot.svg"
  19664. }
  19665. },
  19666. },
  19667. [
  19668. {
  19669. name: "Small",
  19670. height: math.unit(10, "feet")
  19671. },
  19672. {
  19673. name: "Normal",
  19674. height: math.unit(15.6, "meters"),
  19675. default: true
  19676. },
  19677. ]
  19678. ))
  19679. characterMakers.push(() => makeCharacter(
  19680. { name: "Sesh" },
  19681. {
  19682. front: {
  19683. height: math.unit(4 + 11 / 12, "feet"),
  19684. weight: math.unit(140, "lb"),
  19685. name: "Front",
  19686. image: {
  19687. source: "./media/characters/sesh/front.svg",
  19688. extra: 3420 / 3231,
  19689. bottom: 72 / 3949.5
  19690. }
  19691. },
  19692. },
  19693. [
  19694. {
  19695. name: "Normal",
  19696. height: math.unit(4 + 11 / 12, "feet")
  19697. },
  19698. {
  19699. name: "Grown",
  19700. height: math.unit(15, "feet"),
  19701. default: true
  19702. },
  19703. {
  19704. name: "Macro",
  19705. height: math.unit(1500, "feet")
  19706. },
  19707. {
  19708. name: "Megamacro",
  19709. height: math.unit(30, "miles")
  19710. },
  19711. {
  19712. name: "Continental",
  19713. height: math.unit(3000, "miles")
  19714. },
  19715. {
  19716. name: "Gravity Mass",
  19717. height: math.unit(300000, "miles")
  19718. },
  19719. {
  19720. name: "Planet Buster",
  19721. height: math.unit(30000000, "miles")
  19722. },
  19723. {
  19724. name: "Big",
  19725. height: math.unit(3000000000, "miles")
  19726. },
  19727. ]
  19728. ))
  19729. characterMakers.push(() => makeCharacter(
  19730. { name: "Pepper" },
  19731. {
  19732. front: {
  19733. height: math.unit(9, "feet"),
  19734. weight: math.unit(350, "lb"),
  19735. name: "Front",
  19736. image: {
  19737. source: "./media/characters/pepper/front.svg",
  19738. extra: 1448/1312,
  19739. bottom: 9.4/1457.88
  19740. }
  19741. },
  19742. back: {
  19743. height: math.unit(9, "feet"),
  19744. weight: math.unit(350, "lb"),
  19745. name: "Back",
  19746. image: {
  19747. source: "./media/characters/pepper/back.svg",
  19748. extra: 1423/1300,
  19749. bottom: 4.6/1429
  19750. }
  19751. },
  19752. maw: {
  19753. height: math.unit(0.932, "feet"),
  19754. name: "Maw",
  19755. image: {
  19756. source: "./media/characters/pepper/maw.svg"
  19757. }
  19758. },
  19759. },
  19760. [
  19761. {
  19762. name: "Normal",
  19763. height: math.unit(9, "feet"),
  19764. default: true
  19765. },
  19766. ]
  19767. ))
  19768. characterMakers.push(() => makeCharacter(
  19769. { name: "Maelstrom" },
  19770. {
  19771. front: {
  19772. height: math.unit(6, "feet"),
  19773. weight: math.unit(150, "lb"),
  19774. name: "Front",
  19775. image: {
  19776. source: "./media/characters/maelstrom/front.svg",
  19777. extra: 2100/1883,
  19778. bottom: 94/2196.7
  19779. }
  19780. },
  19781. },
  19782. [
  19783. {
  19784. name: "Less Kaiju",
  19785. height: math.unit(200, "feet")
  19786. },
  19787. {
  19788. name: "Kaiju",
  19789. height: math.unit(400, "feet"),
  19790. default: true
  19791. },
  19792. {
  19793. name: "Kaiju-er",
  19794. height: math.unit(600, "feet")
  19795. },
  19796. ]
  19797. ))
  19798. characterMakers.push(() => makeCharacter(
  19799. { name: "Lexir" },
  19800. {
  19801. front: {
  19802. height: math.unit(6 + 5/12, "feet"),
  19803. weight: math.unit(180, "lb"),
  19804. name: "Front",
  19805. image: {
  19806. source: "./media/characters/lexir/front.svg",
  19807. extra: 180/172,
  19808. bottom: 12/192
  19809. }
  19810. },
  19811. back: {
  19812. height: math.unit(6 + 5/12, "feet"),
  19813. weight: math.unit(180, "lb"),
  19814. name: "Back",
  19815. image: {
  19816. source: "./media/characters/lexir/back.svg",
  19817. extra: 183.84/175.5,
  19818. bottom: 3.1/187
  19819. }
  19820. },
  19821. },
  19822. [
  19823. {
  19824. name: "Very Smal",
  19825. height: math.unit(1, "nm")
  19826. },
  19827. {
  19828. name: "Normal",
  19829. height: math.unit(6 + 5/12, "feet"),
  19830. default: true
  19831. },
  19832. {
  19833. name: "Macro",
  19834. height: math.unit(1, "mile")
  19835. },
  19836. {
  19837. name: "Megamacro",
  19838. height: math.unit(50, "miles")
  19839. },
  19840. ]
  19841. ))
  19842. characterMakers.push(() => makeCharacter(
  19843. { name: "Maksio" },
  19844. {
  19845. front: {
  19846. height: math.unit(1.5, "meters"),
  19847. weight: math.unit(100, "lb"),
  19848. name: "Front",
  19849. image: {
  19850. source: "./media/characters/maksio/front.svg",
  19851. extra: 1549/1531,
  19852. bottom: 123.7/1674.5429
  19853. }
  19854. },
  19855. back: {
  19856. height: math.unit(1.5, "meters"),
  19857. weight: math.unit(100, "lb"),
  19858. name: "Back",
  19859. image: {
  19860. source: "./media/characters/maksio/back.svg",
  19861. extra: 1541/1509,
  19862. bottom: 97/1639
  19863. }
  19864. },
  19865. hand: {
  19866. height: math.unit(0.621, "feet"),
  19867. name: "Hand",
  19868. image: {
  19869. source: "./media/characters/maksio/hand.svg"
  19870. }
  19871. },
  19872. foot: {
  19873. height: math.unit(1.611, "feet"),
  19874. name: "Foot",
  19875. image: {
  19876. source: "./media/characters/maksio/foot.svg"
  19877. }
  19878. },
  19879. },
  19880. [
  19881. {
  19882. name: "Shrunken",
  19883. height: math.unit(10, "cm")
  19884. },
  19885. {
  19886. name: "Normal",
  19887. height: math.unit(150, "cm"),
  19888. default: true
  19889. },
  19890. ]
  19891. ))
  19892. //characters
  19893. function makeCharacters() {
  19894. const results = [];
  19895. characterMakers.forEach(character => {
  19896. results.push(character());
  19897. });
  19898. return results;
  19899. }