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.
 
 
 

20069 lines
477 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: 875 / 846,
  848. bottom: 0.01
  849. }
  850. },
  851. },
  852. [
  853. {
  854. name: "Normal",
  855. height: math.unit(5 + 5 / 12, "feet")
  856. },
  857. {
  858. name: "Large",
  859. height: math.unit(12, "feet")
  860. },
  861. {
  862. name: "Macro",
  863. height: math.unit(100, "feet"),
  864. default: true
  865. },
  866. {
  867. name: "Macro+",
  868. height: math.unit(260, "feet")
  869. },
  870. {
  871. name: "Macro++",
  872. height: math.unit(1, "mile")
  873. },
  874. ]
  875. ))
  876. characterMakers.push(() => makeCharacter(
  877. { name: "Malik" },
  878. {
  879. front: {
  880. height: math.unit(6, "feet"),
  881. weight: math.unit(75, "kg"),
  882. name: "Front",
  883. image: {
  884. source: "./media/characters/malik/front.svg"
  885. }
  886. },
  887. side: {
  888. height: math.unit(6, "feet"),
  889. weight: math.unit(75, "kg"),
  890. name: "Side",
  891. image: {
  892. source: "./media/characters/malik/side.svg",
  893. extra: 1.1539
  894. }
  895. },
  896. back: {
  897. height: math.unit(6, "feet"),
  898. weight: math.unit(75, "kg"),
  899. name: "Back",
  900. image: {
  901. source: "./media/characters/malik/back.svg"
  902. }
  903. },
  904. },
  905. [
  906. {
  907. name: "Macro",
  908. height: math.unit(156, "feet"),
  909. default: true
  910. },
  911. {
  912. name: "Macro+",
  913. height: math.unit(1188, "feet")
  914. },
  915. ]
  916. ))
  917. characterMakers.push(() => makeCharacter(
  918. { name: "Sefer" },
  919. {
  920. front: {
  921. height: math.unit(6, "feet"),
  922. weight: math.unit(75, "kg"),
  923. name: "Front",
  924. image: {
  925. source: "./media/characters/sefer/front.svg"
  926. }
  927. },
  928. back: {
  929. height: math.unit(6, "feet"),
  930. weight: math.unit(75, "kg"),
  931. name: "Back",
  932. image: {
  933. source: "./media/characters/sefer/back.svg"
  934. }
  935. },
  936. },
  937. [
  938. {
  939. name: "Normal",
  940. height: math.unit(6, "feet"),
  941. default: true
  942. },
  943. ]
  944. ))
  945. characterMakers.push(() => makeCharacter(
  946. { name: "North" },
  947. {
  948. body: {
  949. height: math.unit(2.2428, "meter"),
  950. weight: math.unit(124.738, "kg"),
  951. name: "Body",
  952. image: {
  953. extra: 1225 / 1050,
  954. source: "./media/characters/north/front.svg"
  955. }
  956. }
  957. },
  958. [
  959. {
  960. name: "Micro",
  961. height: math.unit(4, "inches")
  962. },
  963. {
  964. name: "Macro",
  965. height: math.unit(63, "meters")
  966. },
  967. {
  968. name: "Megamacro",
  969. height: math.unit(101, "miles"),
  970. default: true
  971. }
  972. ]
  973. ))
  974. characterMakers.push(() => makeCharacter(
  975. { name: "Talan" },
  976. {
  977. angled: {
  978. height: math.unit(4, "meter"),
  979. weight: math.unit(150, "kg"),
  980. name: "Angled",
  981. image: {
  982. source: "./media/characters/talan/angled-sfw.svg",
  983. bottom: 29/3734
  984. }
  985. },
  986. angledNsfw: {
  987. height: math.unit(4, "meter"),
  988. weight: math.unit(150, "kg"),
  989. name: "Angled (NSFW)",
  990. image: {
  991. source: "./media/characters/talan/angled-nsfw.svg",
  992. bottom: 29/3734
  993. }
  994. },
  995. dickBottom: {
  996. height: math.unit(0.621, "meter"),
  997. name: "Dick (Bottom)",
  998. image: {
  999. source: "./media/characters/talan/dick-bottom.svg"
  1000. }
  1001. },
  1002. dickTop: {
  1003. height: math.unit(0.621, "meter"),
  1004. name: "Dick (Top)",
  1005. image: {
  1006. source: "./media/characters/talan/dick-top.svg"
  1007. }
  1008. },
  1009. dickSide: {
  1010. height: math.unit(0.305, "meter"),
  1011. name: "Dick (Side)",
  1012. image: {
  1013. source: "./media/characters/talan/dick-side.svg"
  1014. }
  1015. },
  1016. dickFront: {
  1017. height: math.unit(0.305, "meter"),
  1018. name: "Dick (Front)",
  1019. image: {
  1020. source: "./media/characters/talan/dick-front.svg"
  1021. }
  1022. },
  1023. },
  1024. [
  1025. {
  1026. name: "Normal",
  1027. height: math.unit(4, "meters")
  1028. },
  1029. {
  1030. name: "Macro",
  1031. height: math.unit(100, "meters")
  1032. },
  1033. {
  1034. name: "Megamacro",
  1035. height: math.unit(2, "miles"),
  1036. default: true
  1037. },
  1038. {
  1039. name: "Gigamacro",
  1040. height: math.unit(5000, "miles")
  1041. },
  1042. {
  1043. name: "Teramacro",
  1044. height: math.unit(100, "parsecs")
  1045. }
  1046. ]
  1047. ))
  1048. characterMakers.push(() => makeCharacter(
  1049. { name: "Gael'Rathus" },
  1050. {
  1051. front: {
  1052. height: math.unit(2, "meter"),
  1053. weight: math.unit(90, "kg"),
  1054. name: "Front",
  1055. image: {
  1056. source: "./media/characters/gael'rathus/front.svg"
  1057. }
  1058. },
  1059. frontAlt: {
  1060. height: math.unit(2, "meter"),
  1061. weight: math.unit(90, "kg"),
  1062. name: "Front (alt)",
  1063. image: {
  1064. source: "./media/characters/gael'rathus/front-alt.svg"
  1065. }
  1066. },
  1067. frontAlt2: {
  1068. height: math.unit(2, "meter"),
  1069. weight: math.unit(90, "kg"),
  1070. name: "Front (alt 2)",
  1071. image: {
  1072. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1073. }
  1074. }
  1075. },
  1076. [
  1077. {
  1078. name: "Normal",
  1079. height: math.unit(9, "feet"),
  1080. default: true
  1081. },
  1082. {
  1083. name: "Large",
  1084. height: math.unit(25, "feet")
  1085. },
  1086. {
  1087. name: "Macro",
  1088. height: math.unit(0.25, "miles")
  1089. },
  1090. {
  1091. name: "Megamacro",
  1092. height: math.unit(10, "miles")
  1093. }
  1094. ]
  1095. ))
  1096. characterMakers.push(() => makeCharacter(
  1097. { name: "Sosha" },
  1098. {
  1099. side: {
  1100. height: math.unit(2, "meter"),
  1101. weight: math.unit(140, "kg"),
  1102. name: "Side",
  1103. image: {
  1104. source: "./media/characters/sosha/side.svg",
  1105. bottom: 0.042
  1106. }
  1107. },
  1108. },
  1109. [
  1110. {
  1111. name: "Normal",
  1112. height: math.unit(12, "feet"),
  1113. default: true
  1114. }
  1115. ]
  1116. ))
  1117. characterMakers.push(() => makeCharacter(
  1118. { name: "RuNNoLa" },
  1119. {
  1120. side: {
  1121. height: math.unit(5 + 5 / 12, "feet"),
  1122. weight: math.unit(170, "kg"),
  1123. name: "Side",
  1124. image: {
  1125. source: "./media/characters/runnola/side.svg",
  1126. extra: 741 / 448,
  1127. bottom: 0.05
  1128. }
  1129. },
  1130. },
  1131. [
  1132. {
  1133. name: "Small",
  1134. height: math.unit(3, "feet")
  1135. },
  1136. {
  1137. name: "Normal",
  1138. height: math.unit(5 + 5 / 12, "feet"),
  1139. default: true
  1140. },
  1141. {
  1142. name: "Big",
  1143. height: math.unit(10, "feet")
  1144. },
  1145. ]
  1146. ))
  1147. characterMakers.push(() => makeCharacter(
  1148. { name: "Kurribird" },
  1149. {
  1150. front: {
  1151. height: math.unit(2, "meter"),
  1152. weight: math.unit(50, "kg"),
  1153. name: "Front",
  1154. image: {
  1155. source: "./media/characters/kurribird/front.svg",
  1156. bottom: 0.015
  1157. }
  1158. },
  1159. frontAlt: {
  1160. height: math.unit(1.5, "meter"),
  1161. weight: math.unit(50, "kg"),
  1162. name: "Front (Alt)",
  1163. image: {
  1164. source: "./media/characters/kurribird/front-alt.svg",
  1165. extra: 1.45
  1166. }
  1167. },
  1168. },
  1169. [
  1170. {
  1171. name: "Normal",
  1172. height: math.unit(7, "feet")
  1173. },
  1174. {
  1175. name: "Big",
  1176. height: math.unit(12, "feet"),
  1177. default: true
  1178. },
  1179. {
  1180. name: "Macro",
  1181. height: math.unit(1500, "feet")
  1182. },
  1183. {
  1184. name: "Megamacro",
  1185. height: math.unit(2, "miles")
  1186. }
  1187. ]
  1188. ))
  1189. characterMakers.push(() => makeCharacter(
  1190. { name: "Elbial" },
  1191. {
  1192. front: {
  1193. height: math.unit(2, "meter"),
  1194. weight: math.unit(80, "kg"),
  1195. name: "Front",
  1196. image: {
  1197. source: "./media/characters/elbial/front.svg",
  1198. extra: 1643/1556,
  1199. bottom: 60.2/1696
  1200. }
  1201. },
  1202. side: {
  1203. height: math.unit(2, "meter"),
  1204. weight: math.unit(80, "kg"),
  1205. name: "Side",
  1206. image: {
  1207. source: "./media/characters/elbial/side.svg",
  1208. extra: 1630/1565,
  1209. bottom: 71.5/1697
  1210. }
  1211. },
  1212. back: {
  1213. height: math.unit(2, "meter"),
  1214. weight: math.unit(80, "kg"),
  1215. name: "Back",
  1216. image: {
  1217. source: "./media/characters/elbial/back.svg",
  1218. extra: 1668/1595,
  1219. bottom: 5.6/1672
  1220. }
  1221. },
  1222. frontDressed: {
  1223. height: math.unit(2, "meter"),
  1224. weight: math.unit(80, "kg"),
  1225. name: "Front (Dressed)",
  1226. image: {
  1227. source: "./media/characters/elbial/front-dressed.svg",
  1228. extra: 1653/1584,
  1229. bottom: 57/1708
  1230. }
  1231. },
  1232. genitals: {
  1233. height: math.unit(2/3.367, "meter"),
  1234. name: "Genitals",
  1235. image: {
  1236. source: "./media/characters/elbial/genitals.svg"
  1237. }
  1238. },
  1239. },
  1240. [
  1241. {
  1242. name: "Large",
  1243. height: math.unit(100, "feet")
  1244. },
  1245. {
  1246. name: "Macro",
  1247. height: math.unit(500, "feet"),
  1248. default: true
  1249. },
  1250. {
  1251. name: "Megamacro",
  1252. height: math.unit(10, "miles")
  1253. },
  1254. {
  1255. name: "Gigamacro",
  1256. height: math.unit(25000, "miles")
  1257. },
  1258. {
  1259. name: "Full-Size",
  1260. height: math.unit(8000000, "gigaparsecs")
  1261. }
  1262. ]
  1263. ))
  1264. characterMakers.push(() => makeCharacter(
  1265. { name: "Noah" },
  1266. {
  1267. front: {
  1268. height: math.unit(2, "meter"),
  1269. weight: math.unit(60, "kg"),
  1270. name: "Front",
  1271. image: {
  1272. source: "./media/characters/noah/front.svg"
  1273. }
  1274. },
  1275. talons: {
  1276. height: math.unit(0.315, "meter"),
  1277. name: "Talons",
  1278. image: {
  1279. source: "./media/characters/noah/talons.svg"
  1280. }
  1281. }
  1282. },
  1283. [
  1284. {
  1285. name: "Large",
  1286. height: math.unit(50, "feet")
  1287. },
  1288. {
  1289. name: "Macro",
  1290. height: math.unit(750, "feet"),
  1291. default: true
  1292. },
  1293. {
  1294. name: "Megamacro",
  1295. height: math.unit(50, "miles")
  1296. },
  1297. {
  1298. name: "Gigamacro",
  1299. height: math.unit(100000, "miles")
  1300. },
  1301. {
  1302. name: "Full-Size",
  1303. height: math.unit(3000000000, "miles")
  1304. }
  1305. ]
  1306. ))
  1307. characterMakers.push(() => makeCharacter(
  1308. { name: "Natalya" },
  1309. {
  1310. front: {
  1311. height: math.unit(2, "meter"),
  1312. weight: math.unit(80, "kg"),
  1313. name: "Front",
  1314. image: {
  1315. source: "./media/characters/natalya/front.svg"
  1316. }
  1317. },
  1318. back: {
  1319. height: math.unit(2, "meter"),
  1320. weight: math.unit(80, "kg"),
  1321. name: "Back",
  1322. image: {
  1323. source: "./media/characters/natalya/back.svg"
  1324. }
  1325. }
  1326. },
  1327. [
  1328. {
  1329. name: "Normal",
  1330. height: math.unit(150, "feet"),
  1331. default: true
  1332. },
  1333. {
  1334. name: "Megamacro",
  1335. height: math.unit(5, "miles")
  1336. },
  1337. {
  1338. name: "Full-Size",
  1339. height: math.unit(600, "kiloparsecs")
  1340. }
  1341. ]
  1342. ))
  1343. characterMakers.push(() => makeCharacter(
  1344. { name: "Erestrebah" },
  1345. {
  1346. front: {
  1347. height: math.unit(2, "meter"),
  1348. weight: math.unit(50, "kg"),
  1349. name: "Front",
  1350. image: {
  1351. source: "./media/characters/erestrebah/front.svg",
  1352. extra: 208 / 193,
  1353. bottom: 0.055
  1354. }
  1355. },
  1356. back: {
  1357. height: math.unit(2, "meter"),
  1358. weight: math.unit(50, "kg"),
  1359. name: "Back",
  1360. image: {
  1361. source: "./media/characters/erestrebah/back.svg",
  1362. extra: 1.3
  1363. }
  1364. }
  1365. },
  1366. [
  1367. {
  1368. name: "Normal",
  1369. height: math.unit(10, "feet")
  1370. },
  1371. {
  1372. name: "Large",
  1373. height: math.unit(50, "feet"),
  1374. default: true
  1375. },
  1376. {
  1377. name: "Macro",
  1378. height: math.unit(300, "feet")
  1379. },
  1380. {
  1381. name: "Macro+",
  1382. height: math.unit(750, "feet")
  1383. },
  1384. {
  1385. name: "Megamacro",
  1386. height: math.unit(3, "miles")
  1387. }
  1388. ]
  1389. ))
  1390. characterMakers.push(() => makeCharacter(
  1391. { name: "Jennifer" },
  1392. {
  1393. front: {
  1394. height: math.unit(2, "meter"),
  1395. weight: math.unit(80, "kg"),
  1396. name: "Front",
  1397. image: {
  1398. source: "./media/characters/jennifer/front.svg",
  1399. bottom: 0.11,
  1400. extra: 1.16
  1401. }
  1402. },
  1403. frontAlt: {
  1404. height: math.unit(2, "meter"),
  1405. weight: math.unit(80, "kg"),
  1406. name: "Front (Alt)",
  1407. image: {
  1408. source: "./media/characters/jennifer/front-alt.svg"
  1409. }
  1410. }
  1411. },
  1412. [
  1413. {
  1414. name: "Canon Height",
  1415. height: math.unit(120, "feet"),
  1416. default: true
  1417. },
  1418. {
  1419. name: "Macro+",
  1420. height: math.unit(300, "feet")
  1421. },
  1422. {
  1423. name: "Megamacro",
  1424. height: math.unit(20000, "feet")
  1425. }
  1426. ]
  1427. ))
  1428. characterMakers.push(() => makeCharacter(
  1429. { name: "Kalista" },
  1430. {
  1431. front: {
  1432. height: math.unit(2, "meter"),
  1433. weight: math.unit(50, "kg"),
  1434. name: "Front",
  1435. image: {
  1436. source: "./media/characters/kalista/front.svg",
  1437. extra: 1947 / 1700
  1438. }
  1439. },
  1440. back: {
  1441. height: math.unit(2, "meter"),
  1442. weight: math.unit(50, "kg"),
  1443. name: "Back",
  1444. image: {
  1445. source: "./media/characters/kalista/back.svg",
  1446. extra: 1366 / 1156
  1447. }
  1448. }
  1449. },
  1450. [
  1451. {
  1452. name: "Uncomfortably Small",
  1453. height: math.unit(10, "feet")
  1454. },
  1455. {
  1456. name: "Small",
  1457. height: math.unit(30, "feet")
  1458. },
  1459. {
  1460. name: "Macro",
  1461. height: math.unit(100, "feet"),
  1462. default: true
  1463. },
  1464. {
  1465. name: "Macro+",
  1466. height: math.unit(2000, "feet")
  1467. },
  1468. {
  1469. name: "True Form",
  1470. height: math.unit(8924, "miles")
  1471. }
  1472. ]
  1473. ))
  1474. characterMakers.push(() => makeCharacter(
  1475. { name: "GiantGrowingVixen" },
  1476. {
  1477. front: {
  1478. height: math.unit(2, "meter"),
  1479. weight: math.unit(120, "kg"),
  1480. name: "Front",
  1481. image: {
  1482. source: "./media/characters/ggv/front.svg"
  1483. }
  1484. },
  1485. side: {
  1486. height: math.unit(2, "meter"),
  1487. weight: math.unit(120, "kg"),
  1488. name: "Side",
  1489. image: {
  1490. source: "./media/characters/ggv/side.svg"
  1491. }
  1492. }
  1493. },
  1494. [
  1495. {
  1496. name: "Extremely Puny",
  1497. height: math.unit(9 + 5 / 12, "feet")
  1498. },
  1499. {
  1500. name: "Horribly Small",
  1501. height: math.unit(47.7, "miles"),
  1502. default: true
  1503. },
  1504. {
  1505. name: "Reasonably Sized",
  1506. height: math.unit(25000, "parsecs")
  1507. },
  1508. {
  1509. name: "Slightly Uncompressed",
  1510. height: math.unit(7.77e31, "parsecs")
  1511. },
  1512. {
  1513. name: "Omniversal",
  1514. height: math.unit(1e300, "meters")
  1515. },
  1516. ]
  1517. ))
  1518. characterMakers.push(() => makeCharacter(
  1519. { name: "Napalm" },
  1520. {
  1521. front: {
  1522. height: math.unit(2, "meter"),
  1523. weight: math.unit(75, "lb"),
  1524. name: "Front",
  1525. image: {
  1526. source: "./media/characters/napalm/front.svg"
  1527. }
  1528. },
  1529. back: {
  1530. height: math.unit(2, "meter"),
  1531. weight: math.unit(75, "lb"),
  1532. name: "Back",
  1533. image: {
  1534. source: "./media/characters/napalm/back.svg"
  1535. }
  1536. }
  1537. },
  1538. [
  1539. {
  1540. name: "Standard",
  1541. height: math.unit(55, "feet"),
  1542. default: true
  1543. }
  1544. ]
  1545. ))
  1546. characterMakers.push(() => makeCharacter(
  1547. { name: "Asana" },
  1548. {
  1549. front: {
  1550. height: math.unit(7 + 5 / 6, "feet"),
  1551. weight: math.unit(325, "lb"),
  1552. name: "Front",
  1553. image: {
  1554. source: "./media/characters/asana/front.svg",
  1555. extra: 1128 / 1068
  1556. }
  1557. },
  1558. back: {
  1559. height: math.unit(7 + 5 / 6, "feet"),
  1560. weight: math.unit(325, "lb"),
  1561. name: "Back",
  1562. image: {
  1563. source: "./media/characters/asana/back.svg",
  1564. extra: 1128 / 1068
  1565. }
  1566. },
  1567. },
  1568. [
  1569. {
  1570. name: "Standard",
  1571. height: math.unit(7 + 5 / 6, "feet"),
  1572. default: true
  1573. },
  1574. {
  1575. name: "Large",
  1576. height: math.unit(10, "meters")
  1577. },
  1578. {
  1579. name: "Macro",
  1580. height: math.unit(2500, "meters")
  1581. },
  1582. {
  1583. name: "Megamacro",
  1584. height: math.unit(5e6, "meters")
  1585. },
  1586. {
  1587. name: "Examacro",
  1588. height: math.unit(5e12, "lightyears")
  1589. },
  1590. {
  1591. name: "Max Size",
  1592. height: math.unit(1e31, "lightyears")
  1593. }
  1594. ]
  1595. ))
  1596. characterMakers.push(() => makeCharacter(
  1597. { name: "Ebony" },
  1598. {
  1599. front: {
  1600. height: math.unit(2, "meter"),
  1601. weight: math.unit(60, "kg"),
  1602. name: "Front",
  1603. image: {
  1604. source: "./media/characters/ebony/front.svg",
  1605. bottom: 0.03,
  1606. extra: 1045 / 810 + 0.03
  1607. }
  1608. },
  1609. side: {
  1610. height: math.unit(2, "meter"),
  1611. weight: math.unit(60, "kg"),
  1612. name: "Side",
  1613. image: {
  1614. source: "./media/characters/ebony/side.svg",
  1615. bottom: 0.03,
  1616. extra: 1045 / 810 + 0.03
  1617. }
  1618. },
  1619. back: {
  1620. height: math.unit(2, "meter"),
  1621. weight: math.unit(60, "kg"),
  1622. name: "Back",
  1623. image: {
  1624. source: "./media/characters/ebony/back.svg",
  1625. bottom: 0.01,
  1626. extra: 1045 / 810 + 0.01
  1627. }
  1628. },
  1629. },
  1630. [
  1631. // TODO check why I did this lol
  1632. {
  1633. name: "Standard",
  1634. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1635. default: true
  1636. },
  1637. {
  1638. name: "Macro",
  1639. height: math.unit(200, "feet")
  1640. },
  1641. {
  1642. name: "Gigamacro",
  1643. height: math.unit(13000, "km")
  1644. }
  1645. ]
  1646. ))
  1647. characterMakers.push(() => makeCharacter(
  1648. { name: "Mountain" },
  1649. {
  1650. front: {
  1651. height: math.unit(6, "feet"),
  1652. weight: math.unit(175, "lb"),
  1653. name: "Front",
  1654. image: {
  1655. source: "./media/characters/mountain/front.svg"
  1656. }
  1657. },
  1658. back: {
  1659. height: math.unit(6, "feet"),
  1660. weight: math.unit(175, "lb"),
  1661. name: "Back",
  1662. image: {
  1663. source: "./media/characters/mountain/back.svg"
  1664. }
  1665. },
  1666. },
  1667. [
  1668. {
  1669. name: "Large",
  1670. height: math.unit(20, "meters")
  1671. },
  1672. {
  1673. name: "Macro",
  1674. height: math.unit(300, "meters")
  1675. },
  1676. {
  1677. name: "Gigamacro",
  1678. height: math.unit(10000, "km"),
  1679. default: true
  1680. },
  1681. {
  1682. name: "Examacro",
  1683. height: math.unit(10e9, "lightyears")
  1684. }
  1685. ]
  1686. ))
  1687. characterMakers.push(() => makeCharacter(
  1688. { name: "Rick" },
  1689. {
  1690. front: {
  1691. height: math.unit(8, "feet"),
  1692. weight: math.unit(500, "lb"),
  1693. name: "Front",
  1694. image: {
  1695. source: "./media/characters/rick/front.svg"
  1696. }
  1697. }
  1698. },
  1699. [
  1700. {
  1701. name: "Normal",
  1702. height: math.unit(8, "feet"),
  1703. default: true
  1704. },
  1705. {
  1706. name: "Macro",
  1707. height: math.unit(5, "km")
  1708. }
  1709. ]
  1710. ))
  1711. characterMakers.push(() => makeCharacter(
  1712. { name: "Ona" },
  1713. {
  1714. front: {
  1715. height: math.unit(8, "feet"),
  1716. weight: math.unit(120, "lb"),
  1717. name: "Front",
  1718. image: {
  1719. source: "./media/characters/ona/front.svg"
  1720. }
  1721. },
  1722. frontAlt: {
  1723. height: math.unit(8, "feet"),
  1724. weight: math.unit(120, "lb"),
  1725. name: "Front (Alt)",
  1726. image: {
  1727. source: "./media/characters/ona/front-alt.svg"
  1728. }
  1729. },
  1730. back: {
  1731. height: math.unit(8, "feet"),
  1732. weight: math.unit(120, "lb"),
  1733. name: "Back",
  1734. image: {
  1735. source: "./media/characters/ona/back.svg"
  1736. }
  1737. },
  1738. foot: {
  1739. height: math.unit(1.1, "feet"),
  1740. name: "Foot",
  1741. image: {
  1742. source: "./media/characters/ona/foot.svg"
  1743. }
  1744. }
  1745. },
  1746. [
  1747. {
  1748. name: "Megamacro",
  1749. height: math.unit(70, "km"),
  1750. default: true
  1751. },
  1752. {
  1753. name: "Gigamacro",
  1754. height: math.unit(681818, "miles")
  1755. },
  1756. {
  1757. name: "Examacro",
  1758. height: math.unit(3800000, "lightyears")
  1759. },
  1760. ]
  1761. ))
  1762. characterMakers.push(() => makeCharacter(
  1763. { name: "Mech" },
  1764. {
  1765. front: {
  1766. height: math.unit(12, "feet"),
  1767. weight: math.unit(3000, "lb"),
  1768. name: "Front",
  1769. image: {
  1770. source: "./media/characters/mech/front.svg",
  1771. bottom: 0.025,
  1772. }
  1773. },
  1774. back: {
  1775. height: math.unit(12, "feet"),
  1776. weight: math.unit(3000, "lb"),
  1777. name: "Back",
  1778. image: {
  1779. source: "./media/characters/mech/back.svg",
  1780. bottom: 0.03,
  1781. }
  1782. }
  1783. },
  1784. [
  1785. {
  1786. name: "Normal",
  1787. height: math.unit(12, "feet")
  1788. },
  1789. {
  1790. name: "Macro",
  1791. height: math.unit(300, "feet"),
  1792. default: true
  1793. },
  1794. {
  1795. name: "Macro+",
  1796. height: math.unit(1500, "feet")
  1797. },
  1798. ]
  1799. ))
  1800. characterMakers.push(() => makeCharacter(
  1801. { name: "Gregory" },
  1802. {
  1803. front: {
  1804. height: math.unit(1.3, "meter"),
  1805. weight: math.unit(30, "kg"),
  1806. name: "Front",
  1807. image: {
  1808. source: "./media/characters/gregory/front.svg",
  1809. }
  1810. }
  1811. },
  1812. [
  1813. {
  1814. name: "Normal",
  1815. height: math.unit(1.3, "meter"),
  1816. default: true
  1817. },
  1818. {
  1819. name: "Macro",
  1820. height: math.unit(20, "meter")
  1821. }
  1822. ]
  1823. ))
  1824. characterMakers.push(() => makeCharacter(
  1825. { name: "Elory" },
  1826. {
  1827. front: {
  1828. height: math.unit(2.8, "meter"),
  1829. weight: math.unit(200, "kg"),
  1830. name: "Front",
  1831. image: {
  1832. source: "./media/characters/elory/front.svg",
  1833. }
  1834. }
  1835. },
  1836. [
  1837. {
  1838. name: "Normal",
  1839. height: math.unit(2.8, "meter"),
  1840. default: true
  1841. },
  1842. {
  1843. name: "Macro",
  1844. height: math.unit(38, "meter")
  1845. }
  1846. ]
  1847. ))
  1848. characterMakers.push(() => makeCharacter(
  1849. { name: "Angelpatamon" },
  1850. {
  1851. front: {
  1852. height: math.unit(470, "feet"),
  1853. weight: math.unit(924, "tons"),
  1854. name: "Front",
  1855. image: {
  1856. source: "./media/characters/angelpatamon/front.svg",
  1857. }
  1858. }
  1859. },
  1860. [
  1861. {
  1862. name: "Normal",
  1863. height: math.unit(470, "feet"),
  1864. default: true
  1865. },
  1866. {
  1867. name: "Deity Size I",
  1868. height: math.unit(28651.2, "km")
  1869. },
  1870. {
  1871. name: "Deity Size II",
  1872. height: math.unit(171907.2, "km")
  1873. }
  1874. ]
  1875. ))
  1876. characterMakers.push(() => makeCharacter(
  1877. { name: "Cryae" },
  1878. {
  1879. side: {
  1880. height: math.unit(7.2, "meter"),
  1881. weight: math.unit(8.2, "tons"),
  1882. name: "Side",
  1883. image: {
  1884. source: "./media/characters/cryae/side.svg",
  1885. extra: 3500 / 1500
  1886. }
  1887. }
  1888. },
  1889. [
  1890. {
  1891. name: "Normal",
  1892. height: math.unit(7.2, "meter"),
  1893. default: true
  1894. }
  1895. ]
  1896. ))
  1897. characterMakers.push(() => makeCharacter(
  1898. { name: "Xera" },
  1899. {
  1900. front: {
  1901. height: math.unit(6, "feet"),
  1902. weight: math.unit(175, "lb"),
  1903. name: "Front",
  1904. image: {
  1905. source: "./media/characters/xera/front.svg",
  1906. extra: 2300 / 2061
  1907. }
  1908. },
  1909. side: {
  1910. height: math.unit(6, "feet"),
  1911. weight: math.unit(175, "lb"),
  1912. name: "Side",
  1913. image: {
  1914. source: "./media/characters/xera/side.svg",
  1915. extra: 2300 / 2061
  1916. }
  1917. },
  1918. back: {
  1919. height: math.unit(6, "feet"),
  1920. weight: math.unit(175, "lb"),
  1921. name: "Back",
  1922. image: {
  1923. source: "./media/characters/xera/back.svg"
  1924. }
  1925. },
  1926. },
  1927. [
  1928. {
  1929. name: "Small",
  1930. height: math.unit(10, "feet")
  1931. },
  1932. {
  1933. name: "Macro",
  1934. height: math.unit(500, "meters"),
  1935. default: true
  1936. },
  1937. {
  1938. name: "Macro+",
  1939. height: math.unit(10, "km")
  1940. },
  1941. {
  1942. name: "Gigamacro",
  1943. height: math.unit(25000, "km")
  1944. },
  1945. {
  1946. name: "Teramacro",
  1947. height: math.unit(3e6, "km")
  1948. }
  1949. ]
  1950. ))
  1951. characterMakers.push(() => makeCharacter(
  1952. { name: "Nebula" },
  1953. {
  1954. front: {
  1955. height: math.unit(6, "feet"),
  1956. weight: math.unit(175, "lb"),
  1957. name: "Front",
  1958. image: {
  1959. source: "./media/characters/nebula/front.svg",
  1960. extra: 2600 / 2450
  1961. }
  1962. }
  1963. },
  1964. [
  1965. {
  1966. name: "Small",
  1967. height: math.unit(4.5, "meters")
  1968. },
  1969. {
  1970. name: "Macro",
  1971. height: math.unit(1500, "meters"),
  1972. default: true
  1973. },
  1974. {
  1975. name: "Megamacro",
  1976. height: math.unit(150, "km")
  1977. },
  1978. {
  1979. name: "Gigamacro",
  1980. height: math.unit(27000, "km")
  1981. }
  1982. ]
  1983. ))
  1984. characterMakers.push(() => makeCharacter(
  1985. { name: "Abysgar" },
  1986. {
  1987. front: {
  1988. height: math.unit(6, "feet"),
  1989. weight: math.unit(225, "lb"),
  1990. name: "Front",
  1991. image: {
  1992. source: "./media/characters/abysgar/front.svg"
  1993. }
  1994. }
  1995. },
  1996. [
  1997. {
  1998. name: "Small",
  1999. height: math.unit(4.5, "meters")
  2000. },
  2001. {
  2002. name: "Macro",
  2003. height: math.unit(1250, "meters"),
  2004. default: true
  2005. },
  2006. {
  2007. name: "Megamacro",
  2008. height: math.unit(125, "km")
  2009. },
  2010. {
  2011. name: "Gigamacro",
  2012. height: math.unit(26000, "km")
  2013. }
  2014. ]
  2015. ))
  2016. characterMakers.push(() => makeCharacter(
  2017. { name: "Yakuz" },
  2018. {
  2019. front: {
  2020. height: math.unit(6, "feet"),
  2021. weight: math.unit(180, "lb"),
  2022. name: "Front",
  2023. image: {
  2024. source: "./media/characters/yakuz/front.svg"
  2025. }
  2026. }
  2027. },
  2028. [
  2029. {
  2030. name: "Small",
  2031. height: math.unit(5, "meters")
  2032. },
  2033. {
  2034. name: "Macro",
  2035. height: math.unit(1500, "meters"),
  2036. default: true
  2037. },
  2038. {
  2039. name: "Megamacro",
  2040. height: math.unit(200, "km")
  2041. },
  2042. {
  2043. name: "Gigamacro",
  2044. height: math.unit(100000, "km")
  2045. }
  2046. ]
  2047. ))
  2048. characterMakers.push(() => makeCharacter(
  2049. { name: "Mirova" },
  2050. {
  2051. front: {
  2052. height: math.unit(6, "feet"),
  2053. weight: math.unit(175, "lb"),
  2054. name: "Front",
  2055. image: {
  2056. source: "./media/characters/mirova/front.svg"
  2057. }
  2058. }
  2059. },
  2060. [
  2061. {
  2062. name: "Small",
  2063. height: math.unit(5, "meters")
  2064. },
  2065. {
  2066. name: "Macro",
  2067. height: math.unit(900, "meters"),
  2068. default: true
  2069. },
  2070. {
  2071. name: "Megamacro",
  2072. height: math.unit(135, "km")
  2073. },
  2074. {
  2075. name: "Gigamacro",
  2076. height: math.unit(20000, "km")
  2077. }
  2078. ]
  2079. ))
  2080. characterMakers.push(() => makeCharacter(
  2081. { name: "Asana (Mech)" },
  2082. {
  2083. side: {
  2084. height: math.unit(28.35, "feet"),
  2085. weight: math.unit(99.75, "tons"),
  2086. name: "Side",
  2087. image: {
  2088. source: "./media/characters/asana-mech/side.svg"
  2089. }
  2090. }
  2091. },
  2092. [
  2093. {
  2094. name: "Normal",
  2095. height: math.unit(28.35, "feet"),
  2096. default: true
  2097. },
  2098. {
  2099. name: "Macro",
  2100. height: math.unit(2500, "feet")
  2101. },
  2102. {
  2103. name: "Megamacro",
  2104. height: math.unit(25, "miles")
  2105. },
  2106. {
  2107. name: "Examacro",
  2108. height: math.unit(6e8, "lightyears")
  2109. },
  2110. ]
  2111. ))
  2112. characterMakers.push(() => makeCharacter(
  2113. { name: "Ashtrek" },
  2114. {
  2115. front: {
  2116. height: math.unit(2, "meters"),
  2117. weight: math.unit(70, "kg"),
  2118. name: "Front",
  2119. image: {
  2120. source: "./media/characters/ashtrek/front.svg",
  2121. extra: 560 / 524,
  2122. bottom: 0.01
  2123. }
  2124. },
  2125. frontArmor: {
  2126. height: math.unit(2, "meters"),
  2127. weight: math.unit(76, "kg"),
  2128. name: "Front (Armor)",
  2129. image: {
  2130. source: "./media/characters/ashtrek/front-armor.svg",
  2131. extra: 561 / 527,
  2132. bottom: 0.01
  2133. }
  2134. },
  2135. side: {
  2136. height: math.unit(2, "meters"),
  2137. weight: math.unit(70, "kg"),
  2138. name: "Side",
  2139. image: {
  2140. source: "./media/characters/ashtrek/side.svg",
  2141. extra: 1717 / 1609,
  2142. bottom: 0.005
  2143. }
  2144. },
  2145. back: {
  2146. height: math.unit(2, "meters"),
  2147. weight: math.unit(70, "kg"),
  2148. name: "Back",
  2149. image: {
  2150. source: "./media/characters/ashtrek/back.svg",
  2151. extra: 1570 / 1501
  2152. }
  2153. },
  2154. },
  2155. [
  2156. {
  2157. name: "DEFCON 5",
  2158. height: math.unit(5, "meters")
  2159. },
  2160. {
  2161. name: "DEFCON 4",
  2162. height: math.unit(500, "meters"),
  2163. default: true
  2164. },
  2165. {
  2166. name: "DEFCON 3",
  2167. height: math.unit(5, "km")
  2168. },
  2169. {
  2170. name: "DEFCON 2",
  2171. height: math.unit(500, "km")
  2172. },
  2173. {
  2174. name: "DEFCON 1",
  2175. height: math.unit(500000, "km")
  2176. },
  2177. {
  2178. name: "DEFCON 0",
  2179. height: math.unit(3, "gigaparsecs")
  2180. },
  2181. ]
  2182. ))
  2183. characterMakers.push(() => makeCharacter(
  2184. { name: "Gale" },
  2185. {
  2186. front: {
  2187. height: math.unit(2, "meters"),
  2188. weight: math.unit(76, "kg"),
  2189. name: "Front",
  2190. image: {
  2191. source: "./media/characters/gale/front.svg"
  2192. }
  2193. },
  2194. frontAlt1: {
  2195. height: math.unit(2, "meters"),
  2196. weight: math.unit(76, "kg"),
  2197. name: "Front (Alt 1)",
  2198. image: {
  2199. source: "./media/characters/gale/front-alt-1.svg"
  2200. }
  2201. },
  2202. frontAlt2: {
  2203. height: math.unit(2, "meters"),
  2204. weight: math.unit(76, "kg"),
  2205. name: "Front (Alt 2)",
  2206. image: {
  2207. source: "./media/characters/gale/front-alt-2.svg"
  2208. }
  2209. },
  2210. },
  2211. [
  2212. {
  2213. name: "Normal",
  2214. height: math.unit(7, "feet")
  2215. },
  2216. {
  2217. name: "Macro",
  2218. height: math.unit(150, "feet"),
  2219. default: true
  2220. },
  2221. {
  2222. name: "Macro+",
  2223. height: math.unit(300, "feet")
  2224. },
  2225. ]
  2226. ))
  2227. characterMakers.push(() => makeCharacter(
  2228. { name: "Draylen" },
  2229. {
  2230. front: {
  2231. height: math.unit(2, "meters"),
  2232. weight: math.unit(76, "kg"),
  2233. name: "Front",
  2234. image: {
  2235. source: "./media/characters/draylen/front.svg"
  2236. }
  2237. }
  2238. },
  2239. [
  2240. {
  2241. name: "Macro",
  2242. height: math.unit(150, "feet"),
  2243. default: true
  2244. }
  2245. ]
  2246. ))
  2247. characterMakers.push(() => makeCharacter(
  2248. { name: "Chez" },
  2249. {
  2250. front: {
  2251. height: math.unit(7 + 9 / 12, "feet"),
  2252. weight: math.unit(379, "lbs"),
  2253. name: "Front",
  2254. image: {
  2255. source: "./media/characters/chez/front.svg"
  2256. }
  2257. },
  2258. side: {
  2259. height: math.unit(7 + 9 / 12, "feet"),
  2260. weight: math.unit(379, "lbs"),
  2261. name: "Side",
  2262. image: {
  2263. source: "./media/characters/chez/side.svg"
  2264. }
  2265. }
  2266. },
  2267. [
  2268. {
  2269. name: "Normal",
  2270. height: math.unit(7 + 9 / 12, "feet"),
  2271. default: true
  2272. },
  2273. {
  2274. name: "God King",
  2275. height: math.unit(9750000, "meters")
  2276. }
  2277. ]
  2278. ))
  2279. characterMakers.push(() => makeCharacter(
  2280. { name: "Kaylum" },
  2281. {
  2282. front: {
  2283. height: math.unit(6, "feet"),
  2284. weight: math.unit(275, "lbs"),
  2285. name: "Front",
  2286. image: {
  2287. source: "./media/characters/kaylum/front.svg",
  2288. bottom: 0.01,
  2289. extra: 1166 / 1031
  2290. }
  2291. },
  2292. frontWingless: {
  2293. height: math.unit(6, "feet"),
  2294. weight: math.unit(275, "lbs"),
  2295. name: "Front (Wingless)",
  2296. image: {
  2297. source: "./media/characters/kaylum/front-wingless.svg",
  2298. bottom: 0.01,
  2299. extra: 1117 / 1031
  2300. }
  2301. }
  2302. },
  2303. [
  2304. {
  2305. name: "Normal",
  2306. height: math.unit(3.05, "meters")
  2307. },
  2308. {
  2309. name: "Master",
  2310. height: math.unit(5.5, "meters")
  2311. },
  2312. {
  2313. name: "Rampage",
  2314. height: math.unit(19, "meters")
  2315. },
  2316. {
  2317. name: "Macro Lite",
  2318. height: math.unit(37, "meters")
  2319. },
  2320. {
  2321. name: "Hyper Predator",
  2322. height: math.unit(61, "meters")
  2323. },
  2324. {
  2325. name: "Macro",
  2326. height: math.unit(138, "meters"),
  2327. default: true
  2328. }
  2329. ]
  2330. ))
  2331. characterMakers.push(() => makeCharacter(
  2332. { name: "Geta" },
  2333. {
  2334. front: {
  2335. height: math.unit(6, "feet"),
  2336. weight: math.unit(150, "lbs"),
  2337. name: "Front",
  2338. image: {
  2339. source: "./media/characters/geta/front.svg"
  2340. }
  2341. }
  2342. },
  2343. [
  2344. {
  2345. name: "Micro",
  2346. height: math.unit(3, "inches"),
  2347. default: true
  2348. },
  2349. {
  2350. name: "Normal",
  2351. height: math.unit(5 + 5 / 12, "feet")
  2352. }
  2353. ]
  2354. ))
  2355. characterMakers.push(() => makeCharacter(
  2356. { name: "Tyrnn" },
  2357. {
  2358. front: {
  2359. height: math.unit(6, "feet"),
  2360. weight: math.unit(300, "lbs"),
  2361. name: "Front",
  2362. image: {
  2363. source: "./media/characters/tyrnn/front.svg"
  2364. }
  2365. }
  2366. },
  2367. [
  2368. {
  2369. name: "Main Height",
  2370. height: math.unit(355, "feet"),
  2371. default: true
  2372. },
  2373. {
  2374. name: "Fave. Height",
  2375. height: math.unit(2400, "feet")
  2376. }
  2377. ]
  2378. ))
  2379. characterMakers.push(() => makeCharacter(
  2380. { name: "Apple" },
  2381. {
  2382. front: {
  2383. height: math.unit(6, "feet"),
  2384. weight: math.unit(300, "lbs"),
  2385. name: "Front",
  2386. image: {
  2387. source: "./media/characters/appledectomy/front.svg"
  2388. }
  2389. }
  2390. },
  2391. [
  2392. {
  2393. name: "Macro",
  2394. height: math.unit(2500, "feet")
  2395. },
  2396. {
  2397. name: "Megamacro",
  2398. height: math.unit(50, "miles"),
  2399. default: true
  2400. },
  2401. {
  2402. name: "Gigamacro",
  2403. height: math.unit(5000, "miles")
  2404. },
  2405. {
  2406. name: "Teramacro",
  2407. height: math.unit(250000, "miles")
  2408. },
  2409. ]
  2410. ))
  2411. characterMakers.push(() => makeCharacter(
  2412. { name: "Vulpes" },
  2413. {
  2414. front: {
  2415. height: math.unit(6, "feet"),
  2416. weight: math.unit(200, "lbs"),
  2417. name: "Front",
  2418. image: {
  2419. source: "./media/characters/vulpes/front.svg",
  2420. extra: 573 / 543,
  2421. bottom: 0.033
  2422. }
  2423. },
  2424. side: {
  2425. height: math.unit(6, "feet"),
  2426. weight: math.unit(200, "lbs"),
  2427. name: "Side",
  2428. image: {
  2429. source: "./media/characters/vulpes/side.svg",
  2430. extra: 573 / 543,
  2431. bottom: 0.01
  2432. }
  2433. },
  2434. back: {
  2435. height: math.unit(6, "feet"),
  2436. weight: math.unit(200, "lbs"),
  2437. name: "Back",
  2438. image: {
  2439. source: "./media/characters/vulpes/back.svg",
  2440. extra: 573 / 543,
  2441. }
  2442. },
  2443. feet: {
  2444. height: math.unit(1.276, "feet"),
  2445. name: "Feet",
  2446. image: {
  2447. source: "./media/characters/vulpes/feet.svg"
  2448. }
  2449. },
  2450. maw: {
  2451. height: math.unit(1.18, "feet"),
  2452. name: "Maw",
  2453. image: {
  2454. source: "./media/characters/vulpes/maw.svg"
  2455. }
  2456. },
  2457. },
  2458. [
  2459. {
  2460. name: "Micro",
  2461. height: math.unit(2, "inches")
  2462. },
  2463. {
  2464. name: "Normal",
  2465. height: math.unit(6.3, "feet")
  2466. },
  2467. {
  2468. name: "Macro",
  2469. height: math.unit(850, "feet")
  2470. },
  2471. {
  2472. name: "Megamacro",
  2473. height: math.unit(7500, "feet"),
  2474. default: true
  2475. },
  2476. {
  2477. name: "Gigamacro",
  2478. height: math.unit(570000, "miles")
  2479. }
  2480. ]
  2481. ))
  2482. characterMakers.push(() => makeCharacter(
  2483. { name: "Rain Fallen" },
  2484. {
  2485. front: {
  2486. height: math.unit(6, "feet"),
  2487. weight: math.unit(210, "lbs"),
  2488. name: "Front",
  2489. image: {
  2490. source: "./media/characters/rain-fallen/front.svg"
  2491. }
  2492. },
  2493. side: {
  2494. height: math.unit(6, "feet"),
  2495. weight: math.unit(210, "lbs"),
  2496. name: "Side",
  2497. image: {
  2498. source: "./media/characters/rain-fallen/side.svg"
  2499. }
  2500. },
  2501. back: {
  2502. height: math.unit(6, "feet"),
  2503. weight: math.unit(210, "lbs"),
  2504. name: "Back",
  2505. image: {
  2506. source: "./media/characters/rain-fallen/back.svg"
  2507. }
  2508. },
  2509. feral: {
  2510. height: math.unit(9, "feet"),
  2511. weight: math.unit(700, "lbs"),
  2512. name: "Feral",
  2513. image: {
  2514. source: "./media/characters/rain-fallen/feral.svg"
  2515. }
  2516. },
  2517. },
  2518. [
  2519. {
  2520. name: "Normal",
  2521. height: math.unit(5, "meter")
  2522. },
  2523. {
  2524. name: "Macro",
  2525. height: math.unit(150, "meter"),
  2526. default: true
  2527. },
  2528. {
  2529. name: "Megamacro",
  2530. height: math.unit(278e6, "meter")
  2531. },
  2532. {
  2533. name: "Gigamacro",
  2534. height: math.unit(2e9, "meter")
  2535. },
  2536. {
  2537. name: "Teramacro",
  2538. height: math.unit(8e12, "meter")
  2539. },
  2540. {
  2541. name: "Devourer",
  2542. height: math.unit(14, "zettameters")
  2543. },
  2544. {
  2545. name: "Scarlet King",
  2546. height: math.unit(18, "yottameters")
  2547. },
  2548. {
  2549. name: "Void",
  2550. height: math.unit(6.66e66, "yottameters")
  2551. }
  2552. ]
  2553. ))
  2554. characterMakers.push(() => makeCharacter(
  2555. { name: "Zaakira" },
  2556. {
  2557. standing: {
  2558. height: math.unit(6, "feet"),
  2559. weight: math.unit(180, "lbs"),
  2560. name: "Standing",
  2561. image: {
  2562. source: "./media/characters/zaakira/standing.svg"
  2563. }
  2564. },
  2565. laying: {
  2566. height: math.unit(3, "feet"),
  2567. weight: math.unit(180, "lbs"),
  2568. name: "Laying",
  2569. image: {
  2570. source: "./media/characters/zaakira/laying.svg"
  2571. }
  2572. },
  2573. },
  2574. [
  2575. {
  2576. name: "Normal",
  2577. height: math.unit(12, "feet")
  2578. },
  2579. {
  2580. name: "Macro",
  2581. height: math.unit(279, "feet"),
  2582. default: true
  2583. }
  2584. ]
  2585. ))
  2586. characterMakers.push(() => makeCharacter(
  2587. { name: "Sigvald" },
  2588. {
  2589. front: {
  2590. height: math.unit(6, "feet"),
  2591. weight: math.unit(250, "lbs"),
  2592. name: "Front",
  2593. image: {
  2594. source: "./media/characters/sigvald/front.svg",
  2595. extra: 1000 / 850
  2596. }
  2597. },
  2598. back: {
  2599. height: math.unit(6, "feet"),
  2600. weight: math.unit(250, "lbs"),
  2601. name: "Back",
  2602. image: {
  2603. source: "./media/characters/sigvald/back.svg"
  2604. }
  2605. },
  2606. },
  2607. [
  2608. {
  2609. name: "Normal",
  2610. height: math.unit(8, "feet")
  2611. },
  2612. {
  2613. name: "Large",
  2614. height: math.unit(12, "feet")
  2615. },
  2616. {
  2617. name: "Larger",
  2618. height: math.unit(20, "feet")
  2619. },
  2620. {
  2621. name: "Macro",
  2622. height: math.unit(150, "feet")
  2623. },
  2624. {
  2625. name: "Macro+",
  2626. height: math.unit(200, "feet"),
  2627. default: true
  2628. },
  2629. ]
  2630. ))
  2631. characterMakers.push(() => makeCharacter(
  2632. { name: "Scott" },
  2633. {
  2634. side: {
  2635. height: math.unit(12, "feet"),
  2636. weight: math.unit(3000, "lbs"),
  2637. name: "Side",
  2638. image: {
  2639. source: "./media/characters/scott/side.svg",
  2640. extra: 1,
  2641. bottom: 0.069
  2642. }
  2643. },
  2644. upright: {
  2645. height: math.unit(12, "feet"),
  2646. weight: math.unit(3000, "lbs"),
  2647. name: "Upright",
  2648. image: {
  2649. source: "./media/characters/scott/upright.svg",
  2650. extra: 1,
  2651. bottom: 0.05
  2652. }
  2653. },
  2654. },
  2655. [
  2656. {
  2657. name: "Normal",
  2658. height: math.unit(12, "feet"),
  2659. default: true
  2660. },
  2661. ]
  2662. ))
  2663. characterMakers.push(() => makeCharacter(
  2664. { name: "Tobias" },
  2665. {
  2666. side: {
  2667. height: math.unit(8, "meters"),
  2668. weight: math.unit(84755, "lbs"),
  2669. name: "Side",
  2670. image: {
  2671. source: "./media/characters/tobias/side.svg",
  2672. extra: 1474 / 1096,
  2673. bottom: 38.9/1513.1235
  2674. }
  2675. },
  2676. },
  2677. [
  2678. {
  2679. name: "Normal",
  2680. height: math.unit(8, "meters"),
  2681. default: true
  2682. },
  2683. ]
  2684. ))
  2685. characterMakers.push(() => makeCharacter(
  2686. { name: "Kieran" },
  2687. {
  2688. front: {
  2689. height: math.unit(5.5, "feet"),
  2690. weight: math.unit(400, "lbs"),
  2691. name: "Front",
  2692. image: {
  2693. source: "./media/characters/kieran/front.svg",
  2694. extra: 1.05
  2695. }
  2696. },
  2697. side: {
  2698. height: math.unit(5.5, "feet"),
  2699. weight: math.unit(400, "lbs"),
  2700. name: "Side",
  2701. image: {
  2702. source: "./media/characters/kieran/side.svg",
  2703. extra: 950 / 850
  2704. }
  2705. },
  2706. },
  2707. [
  2708. {
  2709. name: "Normal",
  2710. height: math.unit(5.5, "feet"),
  2711. default: true
  2712. },
  2713. ]
  2714. ))
  2715. characterMakers.push(() => makeCharacter(
  2716. { name: "Sanya" },
  2717. {
  2718. side: {
  2719. height: math.unit(2, "meters"),
  2720. weight: math.unit(70, "kg"),
  2721. name: "Side",
  2722. image: {
  2723. source: "./media/characters/sanya/side.svg",
  2724. bottom: 0.02,
  2725. extra: 1.02
  2726. }
  2727. },
  2728. },
  2729. [
  2730. {
  2731. name: "Small",
  2732. height: math.unit(2, "meters")
  2733. },
  2734. {
  2735. name: "Normal",
  2736. height: math.unit(3, "meters")
  2737. },
  2738. {
  2739. name: "Macro",
  2740. height: math.unit(16, "meters"),
  2741. default: true
  2742. },
  2743. ]
  2744. ))
  2745. characterMakers.push(() => makeCharacter(
  2746. { name: "Miranda" },
  2747. {
  2748. side: {
  2749. height: math.unit(2, "meters"),
  2750. weight: math.unit(120, "kg"),
  2751. name: "Front",
  2752. image: {
  2753. source: "./media/characters/miranda/front.svg",
  2754. extra: 10.6 / 10
  2755. }
  2756. },
  2757. },
  2758. [
  2759. {
  2760. name: "Normal",
  2761. height: math.unit(10, "feet"),
  2762. default: true
  2763. }
  2764. ]
  2765. ))
  2766. characterMakers.push(() => makeCharacter(
  2767. { name: "James" },
  2768. {
  2769. side: {
  2770. height: math.unit(2, "meters"),
  2771. weight: math.unit(100, "kg"),
  2772. name: "Front",
  2773. image: {
  2774. source: "./media/characters/james/front.svg",
  2775. extra: 10 / 8.5
  2776. }
  2777. },
  2778. },
  2779. [
  2780. {
  2781. name: "Normal",
  2782. height: math.unit(8.5, "feet"),
  2783. default: true
  2784. }
  2785. ]
  2786. ))
  2787. characterMakers.push(() => makeCharacter(
  2788. { name: "Heather" },
  2789. {
  2790. side: {
  2791. height: math.unit(9.5, "feet"),
  2792. weight: math.unit(2500, "lbs"),
  2793. name: "Side",
  2794. image: {
  2795. source: "./media/characters/heather/side.svg"
  2796. }
  2797. },
  2798. },
  2799. [
  2800. {
  2801. name: "Normal",
  2802. height: math.unit(9.5, "feet"),
  2803. default: true
  2804. }
  2805. ]
  2806. ))
  2807. characterMakers.push(() => makeCharacter(
  2808. { name: "Lukas" },
  2809. {
  2810. side: {
  2811. height: math.unit(6.5, "feet"),
  2812. weight: math.unit(400, "lbs"),
  2813. name: "Side",
  2814. image: {
  2815. source: "./media/characters/lukas/side.svg",
  2816. extra: 7.25 / 6.5
  2817. }
  2818. },
  2819. },
  2820. [
  2821. {
  2822. name: "Normal",
  2823. height: math.unit(6.5, "feet"),
  2824. default: true
  2825. }
  2826. ]
  2827. ))
  2828. characterMakers.push(() => makeCharacter(
  2829. { name: "Louise" },
  2830. {
  2831. side: {
  2832. height: math.unit(5, "feet"),
  2833. weight: math.unit(3000, "lbs"),
  2834. name: "Side",
  2835. image: {
  2836. source: "./media/characters/louise/side.svg"
  2837. }
  2838. },
  2839. },
  2840. [
  2841. {
  2842. name: "Normal",
  2843. height: math.unit(5, "feet"),
  2844. default: true
  2845. }
  2846. ]
  2847. ))
  2848. characterMakers.push(() => makeCharacter(
  2849. { name: "Ramona" },
  2850. {
  2851. side: {
  2852. height: math.unit(6, "feet"),
  2853. weight: math.unit(150, "lbs"),
  2854. name: "Side",
  2855. image: {
  2856. source: "./media/characters/ramona/side.svg"
  2857. }
  2858. },
  2859. },
  2860. [
  2861. {
  2862. name: "Normal",
  2863. height: math.unit(5.3, "meters"),
  2864. default: true
  2865. },
  2866. {
  2867. name: "Macro",
  2868. height: math.unit(20, "stories")
  2869. },
  2870. {
  2871. name: "Macro+",
  2872. height: math.unit(50, "stories")
  2873. },
  2874. ]
  2875. ))
  2876. characterMakers.push(() => makeCharacter(
  2877. { name: "Deerpuff" },
  2878. {
  2879. standing: {
  2880. height: math.unit(5.75, "feet"),
  2881. weight: math.unit(160, "lbs"),
  2882. name: "Standing",
  2883. image: {
  2884. source: "./media/characters/deerpuff/standing.svg",
  2885. extra: 682 / 624
  2886. }
  2887. },
  2888. sitting: {
  2889. height: math.unit(5.75 / 1.79, "feet"),
  2890. weight: math.unit(160, "lbs"),
  2891. name: "Sitting",
  2892. image: {
  2893. source: "./media/characters/deerpuff/sitting.svg",
  2894. bottom: 44 / 400,
  2895. extra: 1
  2896. }
  2897. },
  2898. taurLaying: {
  2899. height: math.unit(6, "feet"),
  2900. weight: math.unit(400, "lbs"),
  2901. name: "Taur (Laying)",
  2902. image: {
  2903. source: "./media/characters/deerpuff/taur-laying.svg"
  2904. }
  2905. },
  2906. },
  2907. [
  2908. {
  2909. name: "Puffball",
  2910. height: math.unit(6, "inches")
  2911. },
  2912. {
  2913. name: "Normalpuff",
  2914. height: math.unit(5.75, "feet")
  2915. },
  2916. {
  2917. name: "Macropuff",
  2918. height: math.unit(1500, "feet"),
  2919. default: true
  2920. },
  2921. {
  2922. name: "Megapuff",
  2923. height: math.unit(500, "miles")
  2924. },
  2925. {
  2926. name: "Gigapuff",
  2927. height: math.unit(250000, "miles")
  2928. },
  2929. {
  2930. name: "Omegapuff",
  2931. height: math.unit(1000, "lightyears")
  2932. },
  2933. ]
  2934. ))
  2935. characterMakers.push(() => makeCharacter(
  2936. { name: "Vivian" },
  2937. {
  2938. stomping: {
  2939. height: math.unit(6, "feet"),
  2940. weight: math.unit(170, "lbs"),
  2941. name: "Stomping",
  2942. image: {
  2943. source: "./media/characters/vivian/stomping.svg"
  2944. }
  2945. },
  2946. sitting: {
  2947. height: math.unit(6 / 1.75, "feet"),
  2948. weight: math.unit(170, "lbs"),
  2949. name: "Sitting",
  2950. image: {
  2951. source: "./media/characters/vivian/sitting.svg",
  2952. bottom: 1 / 6.4,
  2953. extra: 1,
  2954. }
  2955. },
  2956. },
  2957. [
  2958. {
  2959. name: "Normal",
  2960. height: math.unit(7, "feet"),
  2961. default: true
  2962. },
  2963. {
  2964. name: "Macro",
  2965. height: math.unit(10, "stories")
  2966. },
  2967. {
  2968. name: "Macro+",
  2969. height: math.unit(30, "stories")
  2970. },
  2971. {
  2972. name: "Megamacro",
  2973. height: math.unit(10, "miles")
  2974. },
  2975. {
  2976. name: "Megamacro+",
  2977. height: math.unit(2750000, "meters")
  2978. },
  2979. ]
  2980. ))
  2981. characterMakers.push(() => makeCharacter(
  2982. { name: "Prince" },
  2983. {
  2984. front: {
  2985. height: math.unit(6, "feet"),
  2986. weight: math.unit(160, "lbs"),
  2987. name: "Front",
  2988. image: {
  2989. source: "./media/characters/prince/front.svg",
  2990. extra: 3400 / 3000
  2991. }
  2992. },
  2993. jumping: {
  2994. height: math.unit(6, "feet"),
  2995. weight: math.unit(160, "lbs"),
  2996. name: "Jumping",
  2997. image: {
  2998. source: "./media/characters/prince/jump.svg",
  2999. extra: 2555 / 2134
  3000. }
  3001. },
  3002. },
  3003. [
  3004. {
  3005. name: "Normal",
  3006. height: math.unit(7.75, "feet"),
  3007. default: true
  3008. },
  3009. {
  3010. name: "Not cute",
  3011. height: math.unit(17, "feet")
  3012. },
  3013. {
  3014. name: "I said NOT",
  3015. height: math.unit(91, "feet")
  3016. },
  3017. {
  3018. name: "Please stop",
  3019. height: math.unit(560, "feet")
  3020. },
  3021. {
  3022. name: "What have you done",
  3023. height: math.unit(2200, "feet")
  3024. },
  3025. {
  3026. name: "Deer God",
  3027. height: math.unit(3.6, "miles")
  3028. },
  3029. ]
  3030. ))
  3031. characterMakers.push(() => makeCharacter(
  3032. { name: "Psymon" },
  3033. {
  3034. standing: {
  3035. height: math.unit(6, "feet"),
  3036. weight: math.unit(300, "lbs"),
  3037. name: "Standing",
  3038. image: {
  3039. source: "./media/characters/psymon/standing.svg",
  3040. extra: 1888 / 1810,
  3041. bottom: 0.05
  3042. }
  3043. },
  3044. slithering: {
  3045. height: math.unit(6, "feet"),
  3046. weight: math.unit(300, "lbs"),
  3047. name: "Slithering",
  3048. image: {
  3049. source: "./media/characters/psymon/slithering.svg",
  3050. extra: 1330 / 1224
  3051. }
  3052. },
  3053. slitheringAlt: {
  3054. height: math.unit(6, "feet"),
  3055. weight: math.unit(300, "lbs"),
  3056. name: "Slithering (Alt)",
  3057. image: {
  3058. source: "./media/characters/psymon/slithering-alt.svg",
  3059. extra: 1330 / 1224
  3060. }
  3061. },
  3062. },
  3063. [
  3064. {
  3065. name: "Normal",
  3066. height: math.unit(11.25, "feet"),
  3067. default: true
  3068. },
  3069. {
  3070. name: "Large",
  3071. height: math.unit(27, "feet")
  3072. },
  3073. {
  3074. name: "Giant",
  3075. height: math.unit(87, "feet")
  3076. },
  3077. {
  3078. name: "Macro",
  3079. height: math.unit(365, "feet")
  3080. },
  3081. {
  3082. name: "Megamacro",
  3083. height: math.unit(3, "miles")
  3084. },
  3085. {
  3086. name: "World Serpent",
  3087. height: math.unit(8000, "miles")
  3088. },
  3089. ]
  3090. ))
  3091. characterMakers.push(() => makeCharacter(
  3092. { name: "Daimos" },
  3093. {
  3094. front: {
  3095. height: math.unit(6, "feet"),
  3096. weight: math.unit(180, "lbs"),
  3097. name: "Front",
  3098. image: {
  3099. source: "./media/characters/daimos/front.svg",
  3100. extra: 4160 / 3897,
  3101. bottom: 0.021
  3102. }
  3103. }
  3104. },
  3105. [
  3106. {
  3107. name: "Normal",
  3108. height: math.unit(8, "feet"),
  3109. default: true
  3110. },
  3111. {
  3112. name: "Big Dog",
  3113. height: math.unit(22, "feet")
  3114. },
  3115. {
  3116. name: "Macro",
  3117. height: math.unit(127, "feet")
  3118. },
  3119. {
  3120. name: "Megamacro",
  3121. height: math.unit(3600, "feet")
  3122. },
  3123. ]
  3124. ))
  3125. characterMakers.push(() => makeCharacter(
  3126. { name: "Blake" },
  3127. {
  3128. side: {
  3129. height: math.unit(6, "feet"),
  3130. weight: math.unit(180, "lbs"),
  3131. name: "Side",
  3132. image: {
  3133. source: "./media/characters/blake/side.svg",
  3134. extra: 1212 / 1120,
  3135. bottom: 0.05
  3136. }
  3137. },
  3138. crouched: {
  3139. height: math.unit(6 * 0.57, "feet"),
  3140. weight: math.unit(180, "lbs"),
  3141. name: "Crouched",
  3142. image: {
  3143. source: "./media/characters/blake/crouched.svg",
  3144. extra: 840 / 587,
  3145. bottom: 0.04
  3146. }
  3147. },
  3148. bent: {
  3149. height: math.unit(6 * 0.75, "feet"),
  3150. weight: math.unit(180, "lbs"),
  3151. name: "Bent",
  3152. image: {
  3153. source: "./media/characters/blake/bent.svg",
  3154. extra: 592 / 544,
  3155. bottom: 0.035
  3156. }
  3157. },
  3158. },
  3159. [
  3160. {
  3161. name: "Normal",
  3162. height: math.unit(8 + 1 / 6, "feet"),
  3163. default: true
  3164. },
  3165. {
  3166. name: "Big Backside",
  3167. height: math.unit(37, "feet")
  3168. },
  3169. {
  3170. name: "Subway Shredder",
  3171. height: math.unit(72, "feet")
  3172. },
  3173. {
  3174. name: "City Carver",
  3175. height: math.unit(1675, "feet")
  3176. },
  3177. {
  3178. name: "Tectonic Tweaker",
  3179. height: math.unit(2300, "miles")
  3180. },
  3181. ]
  3182. ))
  3183. characterMakers.push(() => makeCharacter(
  3184. { name: "Guisetto" },
  3185. {
  3186. front: {
  3187. height: math.unit(6, "feet"),
  3188. weight: math.unit(180, "lbs"),
  3189. name: "Front",
  3190. image: {
  3191. source: "./media/characters/guisetto/front.svg",
  3192. extra: 856 / 817,
  3193. bottom: 0.06
  3194. }
  3195. },
  3196. airborne: {
  3197. height: math.unit(6, "feet"),
  3198. weight: math.unit(180, "lbs"),
  3199. name: "Airborne",
  3200. image: {
  3201. source: "./media/characters/guisetto/airborne.svg",
  3202. extra: 584 / 525
  3203. }
  3204. },
  3205. },
  3206. [
  3207. {
  3208. name: "Normal",
  3209. height: math.unit(10 + 11 / 12, "feet"),
  3210. default: true
  3211. },
  3212. {
  3213. name: "Large",
  3214. height: math.unit(35, "feet")
  3215. },
  3216. {
  3217. name: "Macro",
  3218. height: math.unit(475, "feet")
  3219. },
  3220. ]
  3221. ))
  3222. characterMakers.push(() => makeCharacter(
  3223. { name: "Luxor" },
  3224. {
  3225. front: {
  3226. height: math.unit(6, "feet"),
  3227. weight: math.unit(180, "lbs"),
  3228. name: "Front",
  3229. image: {
  3230. source: "./media/characters/luxor/front.svg",
  3231. extra: 2940 / 2152
  3232. }
  3233. },
  3234. back: {
  3235. height: math.unit(6, "feet"),
  3236. weight: math.unit(180, "lbs"),
  3237. name: "Back",
  3238. image: {
  3239. source: "./media/characters/luxor/back.svg",
  3240. extra: 1083 / 960
  3241. }
  3242. },
  3243. },
  3244. [
  3245. {
  3246. name: "Normal",
  3247. height: math.unit(5 + 5 / 6, "feet"),
  3248. default: true
  3249. },
  3250. {
  3251. name: "Lamp",
  3252. height: math.unit(50, "feet")
  3253. },
  3254. {
  3255. name: "Lämp",
  3256. height: math.unit(300, "feet")
  3257. },
  3258. {
  3259. name: "The sun is a lamp",
  3260. height: math.unit(250000, "miles")
  3261. },
  3262. ]
  3263. ))
  3264. characterMakers.push(() => makeCharacter(
  3265. { name: "Huoyan" },
  3266. {
  3267. front: {
  3268. height: math.unit(6, "feet"),
  3269. weight: math.unit(50, "lbs"),
  3270. name: "Front",
  3271. image: {
  3272. source: "./media/characters/huoyan/front.svg"
  3273. }
  3274. },
  3275. side: {
  3276. height: math.unit(6, "feet"),
  3277. weight: math.unit(180, "lbs"),
  3278. name: "Side",
  3279. image: {
  3280. source: "./media/characters/huoyan/side.svg"
  3281. }
  3282. },
  3283. },
  3284. [
  3285. {
  3286. name: "Chef",
  3287. height: math.unit(9, "feet")
  3288. },
  3289. {
  3290. name: "Normal",
  3291. height: math.unit(65, "feet"),
  3292. default: true
  3293. },
  3294. {
  3295. name: "Macro",
  3296. height: math.unit(780, "feet")
  3297. },
  3298. {
  3299. name: "Flaming Mountain",
  3300. height: math.unit(4.8, "miles")
  3301. },
  3302. {
  3303. name: "Celestial",
  3304. height: math.unit(765000, "miles")
  3305. },
  3306. ]
  3307. ))
  3308. characterMakers.push(() => makeCharacter(
  3309. { name: "Tails" },
  3310. {
  3311. front: {
  3312. height: math.unit(5 + 3 / 4, "feet"),
  3313. weight: math.unit(120, "lbs"),
  3314. name: "Front",
  3315. image: {
  3316. source: "./media/characters/tails/front.svg"
  3317. }
  3318. }
  3319. },
  3320. [
  3321. {
  3322. name: "Normal",
  3323. height: math.unit(5 + 3 / 4, "feet"),
  3324. default: true
  3325. }
  3326. ]
  3327. ))
  3328. characterMakers.push(() => makeCharacter(
  3329. { name: "Rainy" },
  3330. {
  3331. front: {
  3332. height: math.unit(4, "feet"),
  3333. weight: math.unit(50, "lbs"),
  3334. name: "Front",
  3335. image: {
  3336. source: "./media/characters/rainy/front.svg"
  3337. }
  3338. }
  3339. },
  3340. [
  3341. {
  3342. name: "Macro",
  3343. height: math.unit(800, "feet"),
  3344. default: true
  3345. }
  3346. ]
  3347. ))
  3348. characterMakers.push(() => makeCharacter(
  3349. { name: "Rainier" },
  3350. {
  3351. front: {
  3352. height: math.unit(6, "feet"),
  3353. weight: math.unit(150, "lbs"),
  3354. name: "Front",
  3355. image: {
  3356. source: "./media/characters/rainier/front.svg"
  3357. }
  3358. }
  3359. },
  3360. [
  3361. {
  3362. name: "Micro",
  3363. height: math.unit(2, "mm"),
  3364. default: true
  3365. }
  3366. ]
  3367. ))
  3368. characterMakers.push(() => makeCharacter(
  3369. { name: "Andy" },
  3370. {
  3371. front: {
  3372. height: math.unit(6, "feet"),
  3373. weight: math.unit(180, "lbs"),
  3374. name: "Front",
  3375. image: {
  3376. source: "./media/characters/andy/front.svg"
  3377. }
  3378. }
  3379. },
  3380. [
  3381. {
  3382. name: "Normal",
  3383. height: math.unit(8, "feet"),
  3384. default: true
  3385. },
  3386. {
  3387. name: "Macro",
  3388. height: math.unit(1000, "feet")
  3389. },
  3390. {
  3391. name: "Megamacro",
  3392. height: math.unit(5, "miles")
  3393. },
  3394. {
  3395. name: "Gigamacro",
  3396. height: math.unit(5000, "miles")
  3397. },
  3398. ]
  3399. ))
  3400. characterMakers.push(() => makeCharacter(
  3401. { name: "Cimmaron" },
  3402. {
  3403. frontClothed: {
  3404. height: math.unit(6, "feet"),
  3405. weight: math.unit(210, "lbs"),
  3406. name: "Front (Clothed)",
  3407. image: {
  3408. source: "./media/characters/cimmaron/front-clothed.svg",
  3409. extra: 701 / 676,
  3410. bottom: 0.046
  3411. }
  3412. },
  3413. backClothed: {
  3414. height: math.unit(6, "feet"),
  3415. weight: math.unit(210, "lbs"),
  3416. name: "Back (Clothed)",
  3417. image: {
  3418. source: "./media/characters/cimmaron/back-clothed.svg",
  3419. extra: 701 / 676,
  3420. bottom: 0.046
  3421. }
  3422. },
  3423. frontNude: {
  3424. height: math.unit(6, "feet"),
  3425. weight: math.unit(210, "lbs"),
  3426. name: "Front (Nude)",
  3427. image: {
  3428. source: "./media/characters/cimmaron/front-nude.svg",
  3429. extra: 701 / 676,
  3430. bottom: 0.046
  3431. }
  3432. },
  3433. backNude: {
  3434. height: math.unit(6, "feet"),
  3435. weight: math.unit(210, "lbs"),
  3436. name: "Back (Nude)",
  3437. image: {
  3438. source: "./media/characters/cimmaron/back-nude.svg",
  3439. extra: 701 / 676,
  3440. bottom: 0.046
  3441. }
  3442. }
  3443. },
  3444. [
  3445. {
  3446. name: "Normal",
  3447. height: math.unit(6, "feet"),
  3448. default: true
  3449. },
  3450. {
  3451. name: "Macro Mayor",
  3452. height: math.unit(350, "meters")
  3453. },
  3454. ]
  3455. ))
  3456. characterMakers.push(() => makeCharacter(
  3457. { name: "Akari Kaen" },
  3458. {
  3459. front: {
  3460. height: math.unit(6, "feet"),
  3461. weight: math.unit(200, "lbs"),
  3462. name: "Front",
  3463. image: {
  3464. source: "./media/characters/akari/front.svg",
  3465. extra: 962 / 901,
  3466. bottom: 0.04
  3467. }
  3468. }
  3469. },
  3470. [
  3471. {
  3472. name: "Micro",
  3473. height: math.unit(5, "inches"),
  3474. default: true
  3475. },
  3476. {
  3477. name: "Normal",
  3478. height: math.unit(7, "feet")
  3479. },
  3480. ]
  3481. ))
  3482. characterMakers.push(() => makeCharacter(
  3483. { name: "Cynosura" },
  3484. {
  3485. front: {
  3486. height: math.unit(6, "feet"),
  3487. weight: math.unit(140, "lbs"),
  3488. name: "Front",
  3489. image: {
  3490. source: "./media/characters/cynosura/front.svg",
  3491. extra: 896 / 847
  3492. }
  3493. },
  3494. back: {
  3495. height: math.unit(6, "feet"),
  3496. weight: math.unit(140, "lbs"),
  3497. name: "Back",
  3498. image: {
  3499. source: "./media/characters/cynosura/back.svg",
  3500. extra: 1365 / 1250
  3501. }
  3502. },
  3503. },
  3504. [
  3505. {
  3506. name: "Micro",
  3507. height: math.unit(4, "inches")
  3508. },
  3509. {
  3510. name: "Normal",
  3511. height: math.unit(5.75, "feet"),
  3512. default: true
  3513. },
  3514. {
  3515. name: "Tall",
  3516. height: math.unit(10, "feet")
  3517. },
  3518. {
  3519. name: "Big",
  3520. height: math.unit(20, "feet")
  3521. },
  3522. {
  3523. name: "Macro",
  3524. height: math.unit(50, "feet")
  3525. },
  3526. ]
  3527. ))
  3528. characterMakers.push(() => makeCharacter(
  3529. { name: "Gin" },
  3530. {
  3531. front: {
  3532. height: math.unit(6, "feet"),
  3533. weight: math.unit(170, "lbs"),
  3534. name: "Front",
  3535. image: {
  3536. source: "./media/characters/gin/front.svg",
  3537. extra: 1.053,
  3538. bottom: 0.025
  3539. }
  3540. },
  3541. foot: {
  3542. height: math.unit(6 / 4.25, "feet"),
  3543. name: "Foot",
  3544. image: {
  3545. source: "./media/characters/gin/foot.svg"
  3546. }
  3547. },
  3548. sole: {
  3549. height: math.unit(6 / 4.40, "feet"),
  3550. name: "Sole",
  3551. image: {
  3552. source: "./media/characters/gin/sole.svg"
  3553. }
  3554. },
  3555. },
  3556. [
  3557. {
  3558. name: "Normal",
  3559. height: math.unit(9 + 4 / 12, "feet")
  3560. },
  3561. {
  3562. name: "Macro",
  3563. height: math.unit(1500, "feet")
  3564. },
  3565. {
  3566. name: "Megamacro",
  3567. height: math.unit(200, "miles"),
  3568. default: true
  3569. },
  3570. {
  3571. name: "Gigamacro",
  3572. height: math.unit(500, "megameters")
  3573. },
  3574. {
  3575. name: "Teramacro",
  3576. height: math.unit(15, "lightyears")
  3577. }
  3578. ]
  3579. ))
  3580. characterMakers.push(() => makeCharacter(
  3581. { name: "Guy" },
  3582. {
  3583. front: {
  3584. height: math.unit(6 + 1 / 6, "feet"),
  3585. weight: math.unit(178, "lbs"),
  3586. name: "Front",
  3587. image: {
  3588. source: "./media/characters/guy/front.svg"
  3589. }
  3590. }
  3591. },
  3592. [
  3593. {
  3594. name: "Normal",
  3595. height: math.unit(6 + 1 / 6, "feet"),
  3596. default: true
  3597. },
  3598. {
  3599. name: "Large",
  3600. height: math.unit(25 + 7 / 12, "feet")
  3601. },
  3602. {
  3603. name: "Macro",
  3604. height: math.unit(60 + 9 / 12, "feet")
  3605. },
  3606. {
  3607. name: "Macro+",
  3608. height: math.unit(246, "feet")
  3609. },
  3610. {
  3611. name: "Macro++",
  3612. height: math.unit(878, "feet")
  3613. }
  3614. ]
  3615. ))
  3616. characterMakers.push(() => makeCharacter(
  3617. { name: "Tiberius" },
  3618. {
  3619. front: {
  3620. height: math.unit(9, "feet"),
  3621. weight: math.unit(800, "lbs"),
  3622. name: "Front",
  3623. image: {
  3624. source: "./media/characters/tiberius/front.svg",
  3625. extra: 2295 / 2071
  3626. }
  3627. },
  3628. back: {
  3629. height: math.unit(9, "feet"),
  3630. weight: math.unit(800, "lbs"),
  3631. name: "Back",
  3632. image: {
  3633. source: "./media/characters/tiberius/back.svg",
  3634. extra: 2373 / 2160
  3635. }
  3636. },
  3637. },
  3638. [
  3639. {
  3640. name: "Normal",
  3641. height: math.unit(9, "feet"),
  3642. default: true
  3643. }
  3644. ]
  3645. ))
  3646. characterMakers.push(() => makeCharacter(
  3647. { name: "Surgo" },
  3648. {
  3649. front: {
  3650. height: math.unit(6, "feet"),
  3651. weight: math.unit(600, "lbs"),
  3652. name: "Front",
  3653. image: {
  3654. source: "./media/characters/surgo/front.svg",
  3655. extra: 3591 / 2227
  3656. }
  3657. },
  3658. back: {
  3659. height: math.unit(6, "feet"),
  3660. weight: math.unit(600, "lbs"),
  3661. name: "Back",
  3662. image: {
  3663. source: "./media/characters/surgo/back.svg",
  3664. extra: 3557 / 2228
  3665. }
  3666. },
  3667. laying: {
  3668. height: math.unit(6 * 0.85, "feet"),
  3669. weight: math.unit(600, "lbs"),
  3670. name: "Laying",
  3671. image: {
  3672. source: "./media/characters/surgo/laying.svg"
  3673. }
  3674. },
  3675. },
  3676. [
  3677. {
  3678. name: "Normal",
  3679. height: math.unit(6, "feet"),
  3680. default: true
  3681. }
  3682. ]
  3683. ))
  3684. characterMakers.push(() => makeCharacter(
  3685. { name: "Cibus" },
  3686. {
  3687. side: {
  3688. height: math.unit(6, "feet"),
  3689. weight: math.unit(150, "lbs"),
  3690. name: "Side",
  3691. image: {
  3692. source: "./media/characters/cibus/side.svg",
  3693. extra: 800 / 400
  3694. }
  3695. },
  3696. },
  3697. [
  3698. {
  3699. name: "Normal",
  3700. height: math.unit(6, "feet"),
  3701. default: true
  3702. }
  3703. ]
  3704. ))
  3705. characterMakers.push(() => makeCharacter(
  3706. { name: "Nibbles" },
  3707. {
  3708. front: {
  3709. height: math.unit(6, "feet"),
  3710. weight: math.unit(240, "lbs"),
  3711. name: "Front",
  3712. image: {
  3713. source: "./media/characters/nibbles/front.svg"
  3714. }
  3715. },
  3716. side: {
  3717. height: math.unit(6, "feet"),
  3718. weight: math.unit(240, "lbs"),
  3719. name: "Side",
  3720. image: {
  3721. source: "./media/characters/nibbles/side.svg"
  3722. }
  3723. },
  3724. },
  3725. [
  3726. {
  3727. name: "Normal",
  3728. height: math.unit(9, "feet"),
  3729. default: true
  3730. }
  3731. ]
  3732. ))
  3733. characterMakers.push(() => makeCharacter(
  3734. { name: "Rikky" },
  3735. {
  3736. side: {
  3737. height: math.unit(5 + 1 / 6, "feet"),
  3738. weight: math.unit(130, "lbs"),
  3739. name: "Side",
  3740. image: {
  3741. source: "./media/characters/rikky/side.svg"
  3742. }
  3743. },
  3744. },
  3745. [
  3746. {
  3747. name: "Normal",
  3748. height: math.unit(5 + 1 / 6, "feet")
  3749. },
  3750. {
  3751. name: "Macro",
  3752. height: math.unit(152, "feet"),
  3753. default: true
  3754. },
  3755. {
  3756. name: "Megamacro",
  3757. height: math.unit(7, "miles")
  3758. }
  3759. ]
  3760. ))
  3761. characterMakers.push(() => makeCharacter(
  3762. { name: "Malfressa" },
  3763. {
  3764. side: {
  3765. height: math.unit(370, "cm"),
  3766. weight: math.unit(350, "lbs"),
  3767. name: "Side",
  3768. image: {
  3769. source: "./media/characters/malfressa/side.svg"
  3770. }
  3771. },
  3772. walking: {
  3773. height: math.unit(370, "cm"),
  3774. weight: math.unit(350, "lbs"),
  3775. name: "Walking",
  3776. image: {
  3777. source: "./media/characters/malfressa/walking.svg"
  3778. }
  3779. },
  3780. feral: {
  3781. height: math.unit(2500, "cm"),
  3782. weight: math.unit(100000, "lbs"),
  3783. name: "Feral",
  3784. image: {
  3785. source: "./media/characters/malfressa/feral.svg",
  3786. extra: 2108 / 837,
  3787. bottom: 0.02
  3788. }
  3789. },
  3790. },
  3791. [
  3792. {
  3793. name: "Normal",
  3794. height: math.unit(370, "cm")
  3795. },
  3796. {
  3797. name: "Macro",
  3798. height: math.unit(300, "meters"),
  3799. default: true
  3800. }
  3801. ]
  3802. ))
  3803. characterMakers.push(() => makeCharacter(
  3804. { name: "Jaro" },
  3805. {
  3806. front: {
  3807. height: math.unit(6, "feet"),
  3808. weight: math.unit(60, "kg"),
  3809. name: "Front",
  3810. image: {
  3811. source: "./media/characters/jaro/front.svg"
  3812. }
  3813. },
  3814. back: {
  3815. height: math.unit(6, "feet"),
  3816. weight: math.unit(60, "kg"),
  3817. name: "Back",
  3818. image: {
  3819. source: "./media/characters/jaro/back.svg"
  3820. }
  3821. },
  3822. },
  3823. [
  3824. {
  3825. name: "Micro",
  3826. height: math.unit(7, "inches")
  3827. },
  3828. {
  3829. name: "Normal",
  3830. height: math.unit(5.5, "feet"),
  3831. default: true
  3832. },
  3833. {
  3834. name: "Minimacro",
  3835. height: math.unit(20, "feet")
  3836. },
  3837. {
  3838. name: "Macro",
  3839. height: math.unit(200, "meters")
  3840. }
  3841. ]
  3842. ))
  3843. characterMakers.push(() => makeCharacter(
  3844. { name: "Rogue" },
  3845. {
  3846. front: {
  3847. height: math.unit(6, "feet"),
  3848. weight: math.unit(195, "lb"),
  3849. name: "Front",
  3850. image: {
  3851. source: "./media/characters/rogue/front.svg"
  3852. }
  3853. },
  3854. },
  3855. [
  3856. {
  3857. name: "Macro",
  3858. height: math.unit(90, "feet"),
  3859. default: true
  3860. },
  3861. ]
  3862. ))
  3863. characterMakers.push(() => makeCharacter(
  3864. { name: "Piper" },
  3865. {
  3866. front: {
  3867. height: math.unit(5 + 8 / 12, "feet"),
  3868. weight: math.unit(140, "lb"),
  3869. name: "Front",
  3870. image: {
  3871. source: "./media/characters/piper/front.svg",
  3872. extra: 3928 / 3681
  3873. }
  3874. },
  3875. },
  3876. [
  3877. {
  3878. name: "Micro",
  3879. height: math.unit(2, "inches")
  3880. },
  3881. {
  3882. name: "Normal",
  3883. height: math.unit(5 + 8 / 12, "feet")
  3884. },
  3885. {
  3886. name: "Macro",
  3887. height: math.unit(250, "feet"),
  3888. default: true
  3889. },
  3890. {
  3891. name: "Megamacro",
  3892. height: math.unit(7, "miles")
  3893. },
  3894. ]
  3895. ))
  3896. characterMakers.push(() => makeCharacter(
  3897. { name: "Gemini" },
  3898. {
  3899. front: {
  3900. height: math.unit(6, "feet"),
  3901. weight: math.unit(220, "lb"),
  3902. name: "Front",
  3903. image: {
  3904. source: "./media/characters/gemini/front.svg"
  3905. }
  3906. },
  3907. back: {
  3908. height: math.unit(6, "feet"),
  3909. weight: math.unit(220, "lb"),
  3910. name: "Back",
  3911. image: {
  3912. source: "./media/characters/gemini/back.svg"
  3913. }
  3914. },
  3915. kneeling: {
  3916. height: math.unit(6 / 1.5, "feet"),
  3917. weight: math.unit(220, "lb"),
  3918. name: "Kneeling",
  3919. image: {
  3920. source: "./media/characters/gemini/kneeling.svg",
  3921. bottom: 0.02
  3922. }
  3923. },
  3924. },
  3925. [
  3926. {
  3927. name: "Macro",
  3928. height: math.unit(300, "meters"),
  3929. default: true
  3930. },
  3931. {
  3932. name: "Megamacro",
  3933. height: math.unit(6900, "meters")
  3934. },
  3935. ]
  3936. ))
  3937. characterMakers.push(() => makeCharacter(
  3938. { name: "Alicia" },
  3939. {
  3940. anthro: {
  3941. height: math.unit(2.35, "meters"),
  3942. weight: math.unit(73, "kg"),
  3943. name: "Anthro",
  3944. image: {
  3945. source: "./media/characters/alicia/anthro.svg"
  3946. }
  3947. },
  3948. feral: {
  3949. height: math.unit(1.69, "meters"),
  3950. weight: math.unit(73, "kg"),
  3951. name: "Feral",
  3952. image: {
  3953. source: "./media/characters/alicia/feral.svg"
  3954. }
  3955. },
  3956. },
  3957. [
  3958. {
  3959. name: "Normal",
  3960. height: math.unit(2.35, "meters")
  3961. },
  3962. {
  3963. name: "Macro",
  3964. height: math.unit(60, "meters"),
  3965. default: true
  3966. },
  3967. {
  3968. name: "Megamacro",
  3969. height: math.unit(10000, "kilometers")
  3970. },
  3971. ]
  3972. ))
  3973. characterMakers.push(() => makeCharacter(
  3974. { name: "Archy" },
  3975. {
  3976. front: {
  3977. height: math.unit(7, "feet"),
  3978. weight: math.unit(250, "lbs"),
  3979. name: "Front",
  3980. image: {
  3981. source: "./media/characters/archy/front.svg"
  3982. }
  3983. }
  3984. },
  3985. [
  3986. {
  3987. name: "Micro",
  3988. height: math.unit(1, "inch")
  3989. },
  3990. {
  3991. name: "Shorty",
  3992. height: math.unit(5, "feet")
  3993. },
  3994. {
  3995. name: "Normal",
  3996. height: math.unit(7, "feet")
  3997. },
  3998. {
  3999. name: "Macro",
  4000. height: math.unit(600, "meters"),
  4001. default: true
  4002. },
  4003. {
  4004. name: "Megamacro",
  4005. height: math.unit(1, "mile")
  4006. },
  4007. ]
  4008. ))
  4009. characterMakers.push(() => makeCharacter(
  4010. { name: "Berri" },
  4011. {
  4012. front: {
  4013. height: math.unit(1.65, "meters"),
  4014. weight: math.unit(74, "kg"),
  4015. name: "Front",
  4016. image: {
  4017. source: "./media/characters/berri/front.svg"
  4018. }
  4019. }
  4020. },
  4021. [
  4022. {
  4023. name: "Normal",
  4024. height: math.unit(1.65, "meters")
  4025. },
  4026. {
  4027. name: "Macro",
  4028. height: math.unit(60, "m"),
  4029. default: true
  4030. },
  4031. {
  4032. name: "Megamacro",
  4033. height: math.unit(9.213, "km")
  4034. },
  4035. {
  4036. name: "Planet Eater",
  4037. height: math.unit(489, "megameters")
  4038. },
  4039. {
  4040. name: "Teramacro",
  4041. height: math.unit(2471635000000, "meters")
  4042. },
  4043. {
  4044. name: "Examacro",
  4045. height: math.unit(8.0624e+26, "meters")
  4046. }
  4047. ]
  4048. ))
  4049. characterMakers.push(() => makeCharacter(
  4050. { name: "Lexi" },
  4051. {
  4052. front: {
  4053. height: math.unit(1.72, "meters"),
  4054. weight: math.unit(68, "kg"),
  4055. name: "Front",
  4056. image: {
  4057. source: "./media/characters/lexi/front.svg"
  4058. }
  4059. }
  4060. },
  4061. [
  4062. {
  4063. name: "Very Smol",
  4064. height: math.unit(10, "mm")
  4065. },
  4066. {
  4067. name: "Micro",
  4068. height: math.unit(6.8, "cm"),
  4069. default: true
  4070. },
  4071. {
  4072. name: "Normal",
  4073. height: math.unit(1.72, "m")
  4074. }
  4075. ]
  4076. ))
  4077. characterMakers.push(() => makeCharacter(
  4078. { name: "Martin" },
  4079. {
  4080. front: {
  4081. height: math.unit(1.69, "meters"),
  4082. weight: math.unit(68, "kg"),
  4083. name: "Front",
  4084. image: {
  4085. source: "./media/characters/martin/front.svg",
  4086. extra: 596 / 581
  4087. }
  4088. }
  4089. },
  4090. [
  4091. {
  4092. name: "Micro",
  4093. height: math.unit(6.85, "cm"),
  4094. default: true
  4095. },
  4096. {
  4097. name: "Normal",
  4098. height: math.unit(1.69, "m")
  4099. }
  4100. ]
  4101. ))
  4102. characterMakers.push(() => makeCharacter(
  4103. { name: "Juno" },
  4104. {
  4105. front: {
  4106. height: math.unit(1.69, "meters"),
  4107. weight: math.unit(68, "kg"),
  4108. name: "Front",
  4109. image: {
  4110. source: "./media/characters/juno/front.svg"
  4111. }
  4112. }
  4113. },
  4114. [
  4115. {
  4116. name: "Micro",
  4117. height: math.unit(7, "cm")
  4118. },
  4119. {
  4120. name: "Normal",
  4121. height: math.unit(1.89, "m")
  4122. },
  4123. {
  4124. name: "Macro",
  4125. height: math.unit(353, "meters"),
  4126. default: true
  4127. }
  4128. ]
  4129. ))
  4130. characterMakers.push(() => makeCharacter(
  4131. { name: "Samantha" },
  4132. {
  4133. front: {
  4134. height: math.unit(1.93, "meters"),
  4135. weight: math.unit(83, "kg"),
  4136. name: "Front",
  4137. image: {
  4138. source: "./media/characters/samantha/front.svg"
  4139. }
  4140. },
  4141. frontClothed: {
  4142. height: math.unit(1.93, "meters"),
  4143. weight: math.unit(83, "kg"),
  4144. name: "Front (Clothed)",
  4145. image: {
  4146. source: "./media/characters/samantha/front-clothed.svg"
  4147. }
  4148. },
  4149. back: {
  4150. height: math.unit(1.93, "meters"),
  4151. weight: math.unit(83, "kg"),
  4152. name: "Back",
  4153. image: {
  4154. source: "./media/characters/samantha/back.svg"
  4155. }
  4156. },
  4157. },
  4158. [
  4159. {
  4160. name: "Normal",
  4161. height: math.unit(1.93, "m")
  4162. },
  4163. {
  4164. name: "Macro",
  4165. height: math.unit(74, "meters"),
  4166. default: true
  4167. },
  4168. {
  4169. name: "Macro+",
  4170. height: math.unit(223, "meters"),
  4171. },
  4172. {
  4173. name: "Megamacro",
  4174. height: math.unit(8381, "meters"),
  4175. },
  4176. {
  4177. name: "Megamacro+",
  4178. height: math.unit(12000, "kilometers")
  4179. },
  4180. ]
  4181. ))
  4182. characterMakers.push(() => makeCharacter(
  4183. { name: "Dr. Clay" },
  4184. {
  4185. front: {
  4186. height: math.unit(1.92, "meters"),
  4187. weight: math.unit(80, "kg"),
  4188. name: "Front",
  4189. image: {
  4190. source: "./media/characters/dr-clay/front.svg"
  4191. }
  4192. },
  4193. frontClothed: {
  4194. height: math.unit(1.92, "meters"),
  4195. weight: math.unit(80, "kg"),
  4196. name: "Front (Clothed)",
  4197. image: {
  4198. source: "./media/characters/dr-clay/front-clothed.svg"
  4199. }
  4200. }
  4201. },
  4202. [
  4203. {
  4204. name: "Normal",
  4205. height: math.unit(1.92, "m")
  4206. },
  4207. {
  4208. name: "Macro",
  4209. height: math.unit(214, "meters"),
  4210. default: true
  4211. },
  4212. {
  4213. name: "Macro+",
  4214. height: math.unit(12.237, "meters"),
  4215. },
  4216. {
  4217. name: "Megamacro",
  4218. height: math.unit(557, "megameters"),
  4219. },
  4220. {
  4221. name: "Unimaginable",
  4222. height: math.unit(120e9, "lightyears")
  4223. },
  4224. ]
  4225. ))
  4226. characterMakers.push(() => makeCharacter(
  4227. { name: "Wyvrn Ripsnarl" },
  4228. {
  4229. front: {
  4230. height: math.unit(2, "meters"),
  4231. weight: math.unit(80, "kg"),
  4232. name: "Front",
  4233. image: {
  4234. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4235. }
  4236. }
  4237. },
  4238. [
  4239. {
  4240. name: "Teramacro",
  4241. height: math.unit(500000, "lightyears"),
  4242. default: true
  4243. },
  4244. ]
  4245. ))
  4246. characterMakers.push(() => makeCharacter(
  4247. { name: "Vemus" },
  4248. {
  4249. front: {
  4250. height: math.unit(2, "meters"),
  4251. weight: math.unit(150, "kg"),
  4252. name: "Front",
  4253. image: {
  4254. source: "./media/characters/vemus/front.svg",
  4255. extra: 2384 / 2084,
  4256. bottom: 0.0123
  4257. }
  4258. }
  4259. },
  4260. [
  4261. {
  4262. name: "Normal",
  4263. height: math.unit(3.75, "meters"),
  4264. default: true
  4265. },
  4266. {
  4267. name: "Big",
  4268. height: math.unit(8, "meters")
  4269. },
  4270. {
  4271. name: "Macro",
  4272. height: math.unit(100, "meters")
  4273. },
  4274. {
  4275. name: "Macro+",
  4276. height: math.unit(1500, "meters")
  4277. },
  4278. {
  4279. name: "Stellar",
  4280. height: math.unit(14e8, "meters")
  4281. },
  4282. ]
  4283. ))
  4284. characterMakers.push(() => makeCharacter(
  4285. { name: "Beherit" },
  4286. {
  4287. front: {
  4288. height: math.unit(2, "meters"),
  4289. weight: math.unit(70, "kg"),
  4290. name: "Front",
  4291. image: {
  4292. source: "./media/characters/beherit/front.svg",
  4293. extra: 1408 / 1242
  4294. }
  4295. }
  4296. },
  4297. [
  4298. {
  4299. name: "Normal",
  4300. height: math.unit(6, "feet")
  4301. },
  4302. {
  4303. name: "Lorg",
  4304. height: math.unit(25, "feet"),
  4305. default: true
  4306. },
  4307. {
  4308. name: "Lorger",
  4309. height: math.unit(75, "feet")
  4310. },
  4311. {
  4312. name: "Macro",
  4313. height: math.unit(200, "meters")
  4314. },
  4315. ]
  4316. ))
  4317. characterMakers.push(() => makeCharacter(
  4318. { name: "Everett" },
  4319. {
  4320. front: {
  4321. height: math.unit(2, "meters"),
  4322. weight: math.unit(150, "kg"),
  4323. name: "Front",
  4324. image: {
  4325. source: "./media/characters/everett/front.svg",
  4326. extra: 2038 / 1737,
  4327. bottom: 0.03
  4328. }
  4329. },
  4330. paw: {
  4331. height: math.unit(2 / 3.6, "meters"),
  4332. name: "Paw",
  4333. image: {
  4334. source: "./media/characters/everett/paw.svg"
  4335. }
  4336. },
  4337. },
  4338. [
  4339. {
  4340. name: "Normal",
  4341. height: math.unit(15, "feet"),
  4342. default: true
  4343. },
  4344. {
  4345. name: "Lorg",
  4346. height: math.unit(70, "feet"),
  4347. default: true
  4348. },
  4349. {
  4350. name: "Lorger",
  4351. height: math.unit(250, "feet")
  4352. },
  4353. {
  4354. name: "Macro",
  4355. height: math.unit(500, "meters")
  4356. },
  4357. ]
  4358. ))
  4359. characterMakers.push(() => makeCharacter(
  4360. { name: "Rose Lion" },
  4361. {
  4362. front: {
  4363. height: math.unit(2, "meters"),
  4364. weight: math.unit(86, "kg"),
  4365. name: "Front",
  4366. image: {
  4367. source: "./media/characters/rose-lion/front.svg"
  4368. }
  4369. },
  4370. bent: {
  4371. height: math.unit(2 / 1.4288, "meters"),
  4372. weight: math.unit(86, "kg"),
  4373. name: "Bent",
  4374. image: {
  4375. source: "./media/characters/rose-lion/bent.svg"
  4376. }
  4377. }
  4378. },
  4379. [
  4380. {
  4381. name: "Mini-Micro",
  4382. height: math.unit(1, "cm")
  4383. },
  4384. {
  4385. name: "Micro",
  4386. height: math.unit(3.5, "inches"),
  4387. default: true
  4388. },
  4389. {
  4390. name: "Normal",
  4391. height: math.unit(6 + 1 / 6, "feet")
  4392. },
  4393. {
  4394. name: "Mini-Macro",
  4395. height: math.unit(9 + 10 / 12, "feet")
  4396. },
  4397. ]
  4398. ))
  4399. characterMakers.push(() => makeCharacter(
  4400. { name: "Regal" },
  4401. {
  4402. front: {
  4403. height: math.unit(2, "meters"),
  4404. weight: math.unit(350, "lbs"),
  4405. name: "Front",
  4406. image: {
  4407. source: "./media/characters/regal/front.svg"
  4408. }
  4409. },
  4410. back: {
  4411. height: math.unit(2, "meters"),
  4412. weight: math.unit(350, "lbs"),
  4413. name: "Back",
  4414. image: {
  4415. source: "./media/characters/regal/back.svg"
  4416. }
  4417. },
  4418. },
  4419. [
  4420. {
  4421. name: "Macro",
  4422. height: math.unit(350, "feet"),
  4423. default: true
  4424. }
  4425. ]
  4426. ))
  4427. characterMakers.push(() => makeCharacter(
  4428. { name: "Opal" },
  4429. {
  4430. front: {
  4431. height: math.unit(4 + 11 / 12, "feet"),
  4432. weight: math.unit(100, "lbs"),
  4433. name: "Front",
  4434. image: {
  4435. source: "./media/characters/opal/front.svg"
  4436. }
  4437. },
  4438. frontAlt: {
  4439. height: math.unit(4 + 11 / 12, "feet"),
  4440. weight: math.unit(100, "lbs"),
  4441. name: "Front (Alt)",
  4442. image: {
  4443. source: "./media/characters/opal/front-alt.svg"
  4444. }
  4445. },
  4446. },
  4447. [
  4448. {
  4449. name: "Small",
  4450. height: math.unit(4 + 11 / 12, "feet")
  4451. },
  4452. {
  4453. name: "Normal",
  4454. height: math.unit(20, "feet"),
  4455. default: true
  4456. },
  4457. {
  4458. name: "Macro",
  4459. height: math.unit(120, "feet")
  4460. },
  4461. {
  4462. name: "Megamacro",
  4463. height: math.unit(80, "miles")
  4464. },
  4465. {
  4466. name: "True Size",
  4467. height: math.unit(100000, "lightyears")
  4468. },
  4469. ]
  4470. ))
  4471. characterMakers.push(() => makeCharacter(
  4472. { name: "Vector Wuff" },
  4473. {
  4474. front: {
  4475. height: math.unit(6, "feet"),
  4476. weight: math.unit(200, "lbs"),
  4477. name: "Front",
  4478. image: {
  4479. source: "./media/characters/vector-wuff/front.svg"
  4480. }
  4481. }
  4482. },
  4483. [
  4484. {
  4485. name: "Normal",
  4486. height: math.unit(2.8, "meters")
  4487. },
  4488. {
  4489. name: "Macro",
  4490. height: math.unit(450, "meters"),
  4491. default: true
  4492. },
  4493. {
  4494. name: "Megamacro",
  4495. height: math.unit(15, "kilometers")
  4496. }
  4497. ]
  4498. ))
  4499. characterMakers.push(() => makeCharacter(
  4500. { name: "Dannik" },
  4501. {
  4502. front: {
  4503. height: math.unit(6, "feet"),
  4504. weight: math.unit(256, "lbs"),
  4505. name: "Front",
  4506. image: {
  4507. source: "./media/characters/dannik/front.svg"
  4508. }
  4509. }
  4510. },
  4511. [
  4512. {
  4513. name: "Macro",
  4514. height: math.unit(69.57, "meters"),
  4515. default: true
  4516. },
  4517. ]
  4518. ))
  4519. characterMakers.push(() => makeCharacter(
  4520. { name: "Azura Saharah" },
  4521. {
  4522. front: {
  4523. height: math.unit(6, "feet"),
  4524. weight: math.unit(120, "lbs"),
  4525. name: "Front",
  4526. image: {
  4527. source: "./media/characters/azura-saharah/front.svg"
  4528. }
  4529. },
  4530. back: {
  4531. height: math.unit(6, "feet"),
  4532. weight: math.unit(120, "lbs"),
  4533. name: "Back",
  4534. image: {
  4535. source: "./media/characters/azura-saharah/back.svg"
  4536. }
  4537. },
  4538. },
  4539. [
  4540. {
  4541. name: "Macro",
  4542. height: math.unit(100, "feet"),
  4543. default: true
  4544. },
  4545. ]
  4546. ))
  4547. characterMakers.push(() => makeCharacter(
  4548. { name: "Kennedy" },
  4549. {
  4550. side: {
  4551. height: math.unit(5 + 4 / 12, "feet"),
  4552. weight: math.unit(163, "lbs"),
  4553. name: "Side",
  4554. image: {
  4555. source: "./media/characters/kennedy/side.svg"
  4556. }
  4557. }
  4558. },
  4559. [
  4560. {
  4561. name: "Standard Doggo",
  4562. height: math.unit(5 + 4 / 12, "feet")
  4563. },
  4564. {
  4565. name: "Big Doggo",
  4566. height: math.unit(25 + 3 / 12, "feet"),
  4567. default: true
  4568. },
  4569. ]
  4570. ))
  4571. characterMakers.push(() => makeCharacter(
  4572. { name: "Odi Lunar" },
  4573. {
  4574. front: {
  4575. height: math.unit(6, "feet"),
  4576. weight: math.unit(90, "lbs"),
  4577. name: "Front",
  4578. image: {
  4579. source: "./media/characters/odi-lunar/front.svg"
  4580. }
  4581. }
  4582. },
  4583. [
  4584. {
  4585. name: "Micro",
  4586. height: math.unit(3, "inches"),
  4587. default: true
  4588. },
  4589. {
  4590. name: "Normal",
  4591. height: math.unit(5.5, "feet")
  4592. }
  4593. ]
  4594. ))
  4595. characterMakers.push(() => makeCharacter(
  4596. { name: "Mandake" },
  4597. {
  4598. back: {
  4599. height: math.unit(6, "feet"),
  4600. weight: math.unit(220, "lbs"),
  4601. name: "Back",
  4602. image: {
  4603. source: "./media/characters/mandake/back.svg"
  4604. }
  4605. }
  4606. },
  4607. [
  4608. {
  4609. name: "Normal",
  4610. height: math.unit(7, "feet"),
  4611. default: true
  4612. },
  4613. {
  4614. name: "Macro",
  4615. height: math.unit(78, "feet")
  4616. },
  4617. {
  4618. name: "Macro+",
  4619. height: math.unit(300, "meters")
  4620. },
  4621. {
  4622. name: "Macro++",
  4623. height: math.unit(2400, "feet")
  4624. },
  4625. {
  4626. name: "Megamacro",
  4627. height: math.unit(5167, "meters")
  4628. },
  4629. {
  4630. name: "Gigamacro",
  4631. height: math.unit(41769, "miles")
  4632. },
  4633. ]
  4634. ))
  4635. characterMakers.push(() => makeCharacter(
  4636. { name: "Yozey" },
  4637. {
  4638. front: {
  4639. height: math.unit(6, "feet"),
  4640. weight: math.unit(120, "lbs"),
  4641. name: "Front",
  4642. image: {
  4643. source: "./media/characters/yozey/front.svg"
  4644. }
  4645. },
  4646. frontAlt: {
  4647. height: math.unit(6, "feet"),
  4648. weight: math.unit(120, "lbs"),
  4649. name: "Front (Alt)",
  4650. image: {
  4651. source: "./media/characters/yozey/front-alt.svg"
  4652. }
  4653. },
  4654. side: {
  4655. height: math.unit(6, "feet"),
  4656. weight: math.unit(120, "lbs"),
  4657. name: "Side",
  4658. image: {
  4659. source: "./media/characters/yozey/side.svg"
  4660. }
  4661. },
  4662. },
  4663. [
  4664. {
  4665. name: "Micro",
  4666. height: math.unit(3, "inches"),
  4667. default: true
  4668. },
  4669. {
  4670. name: "Normal",
  4671. height: math.unit(6, "feet")
  4672. }
  4673. ]
  4674. ))
  4675. characterMakers.push(() => makeCharacter(
  4676. { name: "Valeska Voss" },
  4677. {
  4678. front: {
  4679. height: math.unit(6, "feet"),
  4680. weight: math.unit(103, "lbs"),
  4681. name: "Front",
  4682. image: {
  4683. source: "./media/characters/valeska-voss/front.svg"
  4684. }
  4685. }
  4686. },
  4687. [
  4688. {
  4689. name: "Mini-Sized Sub",
  4690. height: math.unit(3.1, "inches")
  4691. },
  4692. {
  4693. name: "Mid-Sized Sub",
  4694. height: math.unit(6.2, "inches")
  4695. },
  4696. {
  4697. name: "Full-Sized Sub",
  4698. height: math.unit(9.3, "inches")
  4699. },
  4700. {
  4701. name: "Normal",
  4702. height: math.unit(5 + 2 / 12, "foot"),
  4703. default: true
  4704. },
  4705. ]
  4706. ))
  4707. characterMakers.push(() => makeCharacter(
  4708. { name: "Gene Zeta" },
  4709. {
  4710. front: {
  4711. height: math.unit(6, "feet"),
  4712. weight: math.unit(160, "lbs"),
  4713. name: "Front",
  4714. image: {
  4715. source: "./media/characters/gene-zeta/front.svg",
  4716. bottom: 0.03,
  4717. extra: 1
  4718. }
  4719. }
  4720. },
  4721. [
  4722. {
  4723. name: "Normal",
  4724. height: math.unit(6.25, "foot"),
  4725. default: true
  4726. },
  4727. ]
  4728. ))
  4729. characterMakers.push(() => makeCharacter(
  4730. { name: "Razinox" },
  4731. {
  4732. front: {
  4733. height: math.unit(6, "feet"),
  4734. weight: math.unit(350, "lbs"),
  4735. name: "Front",
  4736. image: {
  4737. source: "./media/characters/razinox/front.svg",
  4738. extra: 1686 / 1548
  4739. }
  4740. },
  4741. back: {
  4742. height: math.unit(6, "feet"),
  4743. weight: math.unit(350, "lbs"),
  4744. name: "Back",
  4745. image: {
  4746. source: "./media/characters/razinox/back.svg",
  4747. extra: 1660 / 1590
  4748. }
  4749. },
  4750. },
  4751. [
  4752. {
  4753. name: "Normal",
  4754. height: math.unit(10 + 8 / 12, "foot")
  4755. },
  4756. {
  4757. name: "Minimacro",
  4758. height: math.unit(15, "foot")
  4759. },
  4760. {
  4761. name: "Macro",
  4762. height: math.unit(60, "foot"),
  4763. default: true
  4764. },
  4765. {
  4766. name: "Megamacro",
  4767. height: math.unit(5, "miles")
  4768. },
  4769. {
  4770. name: "Gigamacro",
  4771. height: math.unit(6000, "miles")
  4772. },
  4773. ]
  4774. ))
  4775. characterMakers.push(() => makeCharacter(
  4776. { name: "Cobalt" },
  4777. {
  4778. front: {
  4779. height: math.unit(6, "feet"),
  4780. weight: math.unit(150, "lbs"),
  4781. name: "Front",
  4782. image: {
  4783. source: "./media/characters/cobalt/front.svg"
  4784. }
  4785. }
  4786. },
  4787. [
  4788. {
  4789. name: "Normal",
  4790. height: math.unit(8 + 1 / 12, "foot")
  4791. },
  4792. {
  4793. name: "Macro",
  4794. height: math.unit(111, "foot"),
  4795. default: true
  4796. },
  4797. {
  4798. name: "Supracosmic",
  4799. height: math.unit(1e42, "feet")
  4800. },
  4801. ]
  4802. ))
  4803. characterMakers.push(() => makeCharacter(
  4804. { name: "Amanda" },
  4805. {
  4806. front: {
  4807. height: math.unit(6, "feet"),
  4808. weight: math.unit(140, "lbs"),
  4809. name: "Front",
  4810. image: {
  4811. source: "./media/characters/amanda/front.svg"
  4812. }
  4813. }
  4814. },
  4815. [
  4816. {
  4817. name: "Micro",
  4818. height: math.unit(5, "inches"),
  4819. default: true
  4820. },
  4821. ]
  4822. ))
  4823. characterMakers.push(() => makeCharacter(
  4824. { name: "Teal" },
  4825. {
  4826. front: {
  4827. height: math.unit(5.59, "feet"),
  4828. weight: math.unit(250, "lbs"),
  4829. name: "Front",
  4830. image: {
  4831. source: "./media/characters/teal/front.svg"
  4832. }
  4833. },
  4834. frontAlt: {
  4835. height: math.unit(6, "feet"),
  4836. weight: math.unit(250, "lbs"),
  4837. name: "Front (Alt)",
  4838. image: {
  4839. source: "./media/characters/teal/front-alt.svg",
  4840. bottom: 0.04,
  4841. extra: 1
  4842. }
  4843. },
  4844. },
  4845. [
  4846. {
  4847. name: "Normal",
  4848. height: math.unit(12, "feet"),
  4849. default: true
  4850. },
  4851. {
  4852. name: "Macro",
  4853. height: math.unit(300, "feet")
  4854. },
  4855. ]
  4856. ))
  4857. characterMakers.push(() => makeCharacter(
  4858. { name: "Ravin Amulet" },
  4859. {
  4860. frontCat: {
  4861. height: math.unit(6, "feet"),
  4862. weight: math.unit(180, "lbs"),
  4863. name: "Front (Cat)",
  4864. image: {
  4865. source: "./media/characters/ravin-amulet/front-cat.svg"
  4866. }
  4867. },
  4868. frontCatAlt: {
  4869. height: math.unit(6, "feet"),
  4870. weight: math.unit(180, "lbs"),
  4871. name: "Front (Alt, Cat)",
  4872. image: {
  4873. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4874. }
  4875. },
  4876. frontWerewolf: {
  4877. height: math.unit(6 * 1.2, "feet"),
  4878. weight: math.unit(225, "lbs"),
  4879. name: "Front (Werewolf)",
  4880. image: {
  4881. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4882. }
  4883. },
  4884. backWerewolf: {
  4885. height: math.unit(6 * 1.2, "feet"),
  4886. weight: math.unit(225, "lbs"),
  4887. name: "Back (Werewolf)",
  4888. image: {
  4889. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4890. }
  4891. },
  4892. },
  4893. [
  4894. {
  4895. name: "Nano",
  4896. height: math.unit(1, "micrometer")
  4897. },
  4898. {
  4899. name: "Micro",
  4900. height: math.unit(1, "inch")
  4901. },
  4902. {
  4903. name: "Normal",
  4904. height: math.unit(6, "feet"),
  4905. default: true
  4906. },
  4907. {
  4908. name: "Macro",
  4909. height: math.unit(60, "feet")
  4910. }
  4911. ]
  4912. ))
  4913. characterMakers.push(() => makeCharacter(
  4914. { name: "Fluoresce" },
  4915. {
  4916. front: {
  4917. height: math.unit(6, "feet"),
  4918. weight: math.unit(165, "lbs"),
  4919. name: "Front",
  4920. image: {
  4921. source: "./media/characters/fluoresce/front.svg"
  4922. }
  4923. }
  4924. },
  4925. [
  4926. {
  4927. name: "Micro",
  4928. height: math.unit(6, "cm")
  4929. },
  4930. {
  4931. name: "Normal",
  4932. height: math.unit(5 + 7 / 12, "feet"),
  4933. default: true
  4934. },
  4935. {
  4936. name: "Macro",
  4937. height: math.unit(56, "feet")
  4938. },
  4939. {
  4940. name: "Megamacro",
  4941. height: math.unit(1.9, "miles")
  4942. },
  4943. ]
  4944. ))
  4945. characterMakers.push(() => makeCharacter(
  4946. { name: "Aurora" },
  4947. {
  4948. front: {
  4949. height: math.unit(9 + 6 / 12, "feet"),
  4950. weight: math.unit(523, "lbs"),
  4951. name: "Side",
  4952. image: {
  4953. source: "./media/characters/aurora/side.svg"
  4954. }
  4955. }
  4956. },
  4957. [
  4958. {
  4959. name: "Normal",
  4960. height: math.unit(9 + 6 / 12, "feet")
  4961. },
  4962. {
  4963. name: "Macro",
  4964. height: math.unit(96, "feet"),
  4965. default: true
  4966. },
  4967. {
  4968. name: "Macro+",
  4969. height: math.unit(243, "feet")
  4970. },
  4971. ]
  4972. ))
  4973. characterMakers.push(() => makeCharacter(
  4974. { name: "Ranek" },
  4975. {
  4976. front: {
  4977. height: math.unit(194, "cm"),
  4978. weight: math.unit(90, "kg"),
  4979. name: "Front",
  4980. image: {
  4981. source: "./media/characters/ranek/front.svg"
  4982. }
  4983. },
  4984. side: {
  4985. height: math.unit(194, "cm"),
  4986. weight: math.unit(90, "kg"),
  4987. name: "Side",
  4988. image: {
  4989. source: "./media/characters/ranek/side.svg"
  4990. }
  4991. },
  4992. back: {
  4993. height: math.unit(194, "cm"),
  4994. weight: math.unit(90, "kg"),
  4995. name: "Back",
  4996. image: {
  4997. source: "./media/characters/ranek/back.svg"
  4998. }
  4999. },
  5000. feral: {
  5001. height: math.unit(30, "cm"),
  5002. weight: math.unit(1.6, "lbs"),
  5003. name: "Feral",
  5004. image: {
  5005. source: "./media/characters/ranek/feral.svg"
  5006. }
  5007. },
  5008. },
  5009. [
  5010. {
  5011. name: "Normal",
  5012. height: math.unit(194, "cm"),
  5013. default: true
  5014. },
  5015. {
  5016. name: "Macro",
  5017. height: math.unit(100, "meters")
  5018. },
  5019. ]
  5020. ))
  5021. characterMakers.push(() => makeCharacter(
  5022. { name: "Andrew Cooper" },
  5023. {
  5024. front: {
  5025. height: math.unit(5 + 6 / 12, "feet"),
  5026. weight: math.unit(153, "lbs"),
  5027. name: "Front",
  5028. image: {
  5029. source: "./media/characters/andrew-cooper/front.svg"
  5030. }
  5031. },
  5032. },
  5033. [
  5034. {
  5035. name: "Nano",
  5036. height: math.unit(1, "mm")
  5037. },
  5038. {
  5039. name: "Micro",
  5040. height: math.unit(2, "inches")
  5041. },
  5042. {
  5043. name: "Normal",
  5044. height: math.unit(5 + 6 / 12, "feet"),
  5045. default: true
  5046. }
  5047. ]
  5048. ))
  5049. characterMakers.push(() => makeCharacter(
  5050. { name: "Akane Sato" },
  5051. {
  5052. front: {
  5053. height: math.unit(6, "feet"),
  5054. weight: math.unit(180, "lbs"),
  5055. name: "Front",
  5056. image: {
  5057. source: "./media/characters/akane-sato/front.svg",
  5058. extra: 1219 / 1140
  5059. }
  5060. },
  5061. back: {
  5062. height: math.unit(6, "feet"),
  5063. weight: math.unit(180, "lbs"),
  5064. name: "Back",
  5065. image: {
  5066. source: "./media/characters/akane-sato/back.svg",
  5067. extra: 1219 / 1170
  5068. }
  5069. },
  5070. },
  5071. [
  5072. {
  5073. name: "Normal",
  5074. height: math.unit(2.5, "meters")
  5075. },
  5076. {
  5077. name: "Macro",
  5078. height: math.unit(250, "meters"),
  5079. default: true
  5080. },
  5081. {
  5082. name: "Megamacro",
  5083. height: math.unit(25, "km")
  5084. },
  5085. ]
  5086. ))
  5087. characterMakers.push(() => makeCharacter(
  5088. { name: "Rook" },
  5089. {
  5090. front: {
  5091. height: math.unit(6, "feet"),
  5092. weight: math.unit(65, "kg"),
  5093. name: "Front",
  5094. image: {
  5095. source: "./media/characters/rook/front.svg"
  5096. }
  5097. }
  5098. },
  5099. [
  5100. {
  5101. name: "Normal",
  5102. height: math.unit(8.8, "feet")
  5103. },
  5104. {
  5105. name: "Macro",
  5106. height: math.unit(88, "feet"),
  5107. default: true
  5108. },
  5109. {
  5110. name: "Megamacro",
  5111. height: math.unit(8, "miles")
  5112. },
  5113. ]
  5114. ))
  5115. characterMakers.push(() => makeCharacter(
  5116. { name: "Prodigy" },
  5117. {
  5118. front: {
  5119. height: math.unit(12 + 2 / 12, "feet"),
  5120. weight: math.unit(808, "lbs"),
  5121. name: "Front",
  5122. image: {
  5123. source: "./media/characters/prodigy/front.svg"
  5124. }
  5125. }
  5126. },
  5127. [
  5128. {
  5129. name: "Normal",
  5130. height: math.unit(12 + 2 / 12, "feet"),
  5131. default: true
  5132. },
  5133. {
  5134. name: "Macro",
  5135. height: math.unit(143, "feet")
  5136. },
  5137. {
  5138. name: "Macro+",
  5139. height: math.unit(400, "feet")
  5140. },
  5141. ]
  5142. ))
  5143. characterMakers.push(() => makeCharacter(
  5144. { name: "Daniel" },
  5145. {
  5146. front: {
  5147. height: math.unit(6, "feet"),
  5148. weight: math.unit(225, "lbs"),
  5149. name: "Front",
  5150. image: {
  5151. source: "./media/characters/daniel/front.svg"
  5152. }
  5153. },
  5154. leaning: {
  5155. height: math.unit(6, "feet"),
  5156. weight: math.unit(225, "lbs"),
  5157. name: "Leaning",
  5158. image: {
  5159. source: "./media/characters/daniel/leaning.svg"
  5160. }
  5161. },
  5162. },
  5163. [
  5164. {
  5165. name: "Macro",
  5166. height: math.unit(1000, "feet"),
  5167. default: true
  5168. },
  5169. ]
  5170. ))
  5171. characterMakers.push(() => makeCharacter(
  5172. { name: "Chiros" },
  5173. {
  5174. front: {
  5175. height: math.unit(6, "feet"),
  5176. weight: math.unit(88, "lbs"),
  5177. name: "Front",
  5178. image: {
  5179. source: "./media/characters/chiros/front.svg",
  5180. extra: 306 / 226
  5181. }
  5182. },
  5183. side: {
  5184. height: math.unit(6, "feet"),
  5185. weight: math.unit(88, "lbs"),
  5186. name: "Side",
  5187. image: {
  5188. source: "./media/characters/chiros/side.svg",
  5189. extra: 306 / 226
  5190. }
  5191. },
  5192. },
  5193. [
  5194. {
  5195. name: "Normal",
  5196. height: math.unit(6, "cm"),
  5197. default: true
  5198. },
  5199. ]
  5200. ))
  5201. characterMakers.push(() => makeCharacter(
  5202. { name: "Selka" },
  5203. {
  5204. front: {
  5205. height: math.unit(6, "feet"),
  5206. weight: math.unit(100, "lbs"),
  5207. name: "Front",
  5208. image: {
  5209. source: "./media/characters/selka/front.svg",
  5210. extra: 947 / 887
  5211. }
  5212. }
  5213. },
  5214. [
  5215. {
  5216. name: "Normal",
  5217. height: math.unit(5, "cm"),
  5218. default: true
  5219. },
  5220. ]
  5221. ))
  5222. characterMakers.push(() => makeCharacter(
  5223. { name: "Verin" },
  5224. {
  5225. front: {
  5226. height: math.unit(8 + 3 / 12, "feet"),
  5227. weight: math.unit(424, "lbs"),
  5228. name: "Front",
  5229. image: {
  5230. source: "./media/characters/verin/front.svg",
  5231. extra: 1845 / 1550
  5232. }
  5233. },
  5234. frontArmored: {
  5235. height: math.unit(8 + 3 / 12, "feet"),
  5236. weight: math.unit(424, "lbs"),
  5237. name: "Front (Armored)",
  5238. image: {
  5239. source: "./media/characters/verin/front-armor.svg",
  5240. extra: 1845 / 1550,
  5241. bottom: 0.01
  5242. }
  5243. },
  5244. back: {
  5245. height: math.unit(8 + 3 / 12, "feet"),
  5246. weight: math.unit(424, "lbs"),
  5247. name: "Back",
  5248. image: {
  5249. source: "./media/characters/verin/back.svg",
  5250. bottom: 0.1,
  5251. extra: 1
  5252. }
  5253. },
  5254. foot: {
  5255. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5256. name: "Foot",
  5257. image: {
  5258. source: "./media/characters/verin/foot.svg"
  5259. }
  5260. },
  5261. },
  5262. [
  5263. {
  5264. name: "Normal",
  5265. height: math.unit(8 + 3 / 12, "feet")
  5266. },
  5267. {
  5268. name: "Minimacro",
  5269. height: math.unit(21, "feet"),
  5270. default: true
  5271. },
  5272. {
  5273. name: "Macro",
  5274. height: math.unit(626, "feet")
  5275. },
  5276. ]
  5277. ))
  5278. characterMakers.push(() => makeCharacter(
  5279. { name: "Sovrim Terraquian" },
  5280. {
  5281. front: {
  5282. height: math.unit(2.718, "meters"),
  5283. weight: math.unit(150, "lbs"),
  5284. name: "Front",
  5285. image: {
  5286. source: "./media/characters/sovrim-terraquian/front.svg"
  5287. }
  5288. },
  5289. back: {
  5290. height: math.unit(2.718, "meters"),
  5291. weight: math.unit(150, "lbs"),
  5292. name: "Back",
  5293. image: {
  5294. source: "./media/characters/sovrim-terraquian/back.svg"
  5295. }
  5296. }
  5297. },
  5298. [
  5299. {
  5300. name: "Micro",
  5301. height: math.unit(2, "inches")
  5302. },
  5303. {
  5304. name: "Small",
  5305. height: math.unit(1, "meter")
  5306. },
  5307. {
  5308. name: "Normal",
  5309. height: math.unit(Math.E, "meters"),
  5310. default: true
  5311. },
  5312. {
  5313. name: "Macro",
  5314. height: math.unit(20, "meters")
  5315. },
  5316. {
  5317. name: "Macro+",
  5318. height: math.unit(400, "meters")
  5319. },
  5320. ]
  5321. ))
  5322. characterMakers.push(() => makeCharacter(
  5323. { name: "Reece Silvermane" },
  5324. {
  5325. front: {
  5326. height: math.unit(7, "feet"),
  5327. weight: math.unit(489, "lbs"),
  5328. name: "Front",
  5329. image: {
  5330. source: "./media/characters/reece-silvermane/front.svg",
  5331. bottom: 0.02,
  5332. extra: 1
  5333. }
  5334. },
  5335. },
  5336. [
  5337. {
  5338. name: "Macro",
  5339. height: math.unit(1.5, "miles"),
  5340. default: true
  5341. },
  5342. ]
  5343. ))
  5344. characterMakers.push(() => makeCharacter(
  5345. { name: "Kane" },
  5346. {
  5347. front: {
  5348. height: math.unit(6, "feet"),
  5349. weight: math.unit(78, "kg"),
  5350. name: "Front",
  5351. image: {
  5352. source: "./media/characters/kane/front.svg",
  5353. extra: 978 / 899
  5354. }
  5355. },
  5356. },
  5357. [
  5358. {
  5359. name: "Normal",
  5360. height: math.unit(2.1, "m"),
  5361. },
  5362. {
  5363. name: "Macro",
  5364. height: math.unit(1, "km"),
  5365. default: true
  5366. },
  5367. ]
  5368. ))
  5369. characterMakers.push(() => makeCharacter(
  5370. { name: "Tegon" },
  5371. {
  5372. front: {
  5373. height: math.unit(6, "feet"),
  5374. weight: math.unit(200, "kg"),
  5375. name: "Front",
  5376. image: {
  5377. source: "./media/characters/tegon/front.svg",
  5378. bottom: 0.01,
  5379. extra: 1
  5380. }
  5381. },
  5382. },
  5383. [
  5384. {
  5385. name: "Micro",
  5386. height: math.unit(1, "inch")
  5387. },
  5388. {
  5389. name: "Normal",
  5390. height: math.unit(6 + 3 / 12, "feet"),
  5391. default: true
  5392. },
  5393. {
  5394. name: "Macro",
  5395. height: math.unit(300, "feet")
  5396. },
  5397. {
  5398. name: "Megamacro",
  5399. height: math.unit(69, "miles")
  5400. },
  5401. ]
  5402. ))
  5403. characterMakers.push(() => makeCharacter(
  5404. { name: "Arcturax" },
  5405. {
  5406. side: {
  5407. height: math.unit(6, "feet"),
  5408. weight: math.unit(2304, "lbs"),
  5409. name: "Side",
  5410. image: {
  5411. source: "./media/characters/arcturax/side.svg",
  5412. extra: 790 / 376,
  5413. bottom: 0.01
  5414. }
  5415. },
  5416. },
  5417. [
  5418. {
  5419. name: "Micro",
  5420. height: math.unit(2, "inch")
  5421. },
  5422. {
  5423. name: "Normal",
  5424. height: math.unit(6, "feet")
  5425. },
  5426. {
  5427. name: "Macro",
  5428. height: math.unit(39, "feet"),
  5429. default: true
  5430. },
  5431. {
  5432. name: "Megamacro",
  5433. height: math.unit(7, "miles")
  5434. },
  5435. ]
  5436. ))
  5437. characterMakers.push(() => makeCharacter(
  5438. { name: "Sentri" },
  5439. {
  5440. front: {
  5441. height: math.unit(6, "feet"),
  5442. weight: math.unit(50, "lbs"),
  5443. name: "Front",
  5444. image: {
  5445. source: "./media/characters/sentri/front.svg",
  5446. extra: 1750 / 1570,
  5447. bottom: 0.025
  5448. }
  5449. },
  5450. frontAlt: {
  5451. height: math.unit(6, "feet"),
  5452. weight: math.unit(50, "lbs"),
  5453. name: "Front (Alt)",
  5454. image: {
  5455. source: "./media/characters/sentri/front-alt.svg",
  5456. extra: 1750 / 1570,
  5457. bottom: 0.025
  5458. }
  5459. },
  5460. },
  5461. [
  5462. {
  5463. name: "Normal",
  5464. height: math.unit(15, "feet"),
  5465. default: true
  5466. },
  5467. {
  5468. name: "Macro",
  5469. height: math.unit(2500, "feet")
  5470. }
  5471. ]
  5472. ))
  5473. characterMakers.push(() => makeCharacter(
  5474. { name: "Corvin" },
  5475. {
  5476. front: {
  5477. height: math.unit(5 + 8 / 12, "feet"),
  5478. weight: math.unit(130, "lbs"),
  5479. name: "Front",
  5480. image: {
  5481. source: "./media/characters/corvin/front.svg",
  5482. extra: 1803 / 1629
  5483. }
  5484. },
  5485. frontShirt: {
  5486. height: math.unit(5 + 8 / 12, "feet"),
  5487. weight: math.unit(130, "lbs"),
  5488. name: "Front (Shirt)",
  5489. image: {
  5490. source: "./media/characters/corvin/front-shirt.svg",
  5491. extra: 1803 / 1629
  5492. }
  5493. },
  5494. frontPoncho: {
  5495. height: math.unit(5 + 8 / 12, "feet"),
  5496. weight: math.unit(130, "lbs"),
  5497. name: "Front (Poncho)",
  5498. image: {
  5499. source: "./media/characters/corvin/front-poncho.svg",
  5500. extra: 1803 / 1629
  5501. }
  5502. },
  5503. side: {
  5504. height: math.unit(5 + 8 / 12, "feet"),
  5505. weight: math.unit(130, "lbs"),
  5506. name: "Side",
  5507. image: {
  5508. source: "./media/characters/corvin/side.svg",
  5509. extra: 1012 / 945
  5510. }
  5511. },
  5512. back: {
  5513. height: math.unit(5 + 8 / 12, "feet"),
  5514. weight: math.unit(130, "lbs"),
  5515. name: "Back",
  5516. image: {
  5517. source: "./media/characters/corvin/back.svg",
  5518. extra: 1803 / 1629
  5519. }
  5520. },
  5521. },
  5522. [
  5523. {
  5524. name: "Micro",
  5525. height: math.unit(3, "inches")
  5526. },
  5527. {
  5528. name: "Normal",
  5529. height: math.unit(5 + 8 / 12, "feet")
  5530. },
  5531. {
  5532. name: "Macro",
  5533. height: math.unit(300, "feet"),
  5534. default: true
  5535. },
  5536. {
  5537. name: "Megamacro",
  5538. height: math.unit(500, "miles")
  5539. }
  5540. ]
  5541. ))
  5542. characterMakers.push(() => makeCharacter(
  5543. { name: "Q" },
  5544. {
  5545. front: {
  5546. height: math.unit(6, "feet"),
  5547. weight: math.unit(135, "lbs"),
  5548. name: "Front",
  5549. image: {
  5550. source: "./media/characters/q/front.svg",
  5551. extra: 854 / 752,
  5552. bottom: 0.005
  5553. }
  5554. },
  5555. back: {
  5556. height: math.unit(6, "feet"),
  5557. weight: math.unit(130, "lbs"),
  5558. name: "Back",
  5559. image: {
  5560. source: "./media/characters/q/back.svg",
  5561. extra: 854 / 752
  5562. }
  5563. },
  5564. },
  5565. [
  5566. {
  5567. name: "Macro",
  5568. height: math.unit(90, "feet"),
  5569. default: true
  5570. },
  5571. {
  5572. name: "Extra Macro",
  5573. height: math.unit(300, "feet"),
  5574. },
  5575. {
  5576. name: "BIG WALF",
  5577. height: math.unit(750, "feet"),
  5578. },
  5579. ]
  5580. ))
  5581. characterMakers.push(() => makeCharacter(
  5582. { name: "Carley" },
  5583. {
  5584. front: {
  5585. height: math.unit(6, "feet"),
  5586. weight: math.unit(150, "lbs"),
  5587. name: "Front",
  5588. image: {
  5589. source: "./media/characters/carley/front.svg",
  5590. extra: 3927 / 3540,
  5591. bottom: 0.03
  5592. }
  5593. }
  5594. },
  5595. [
  5596. {
  5597. name: "Normal",
  5598. height: math.unit(6 + 3 / 12, "feet")
  5599. },
  5600. {
  5601. name: "Macro",
  5602. height: math.unit(185, "feet"),
  5603. default: true
  5604. },
  5605. {
  5606. name: "Megamacro",
  5607. height: math.unit(8, "miles"),
  5608. },
  5609. ]
  5610. ))
  5611. characterMakers.push(() => makeCharacter(
  5612. { name: "Citrine" },
  5613. {
  5614. front: {
  5615. height: math.unit(3, "feet"),
  5616. weight: math.unit(28, "lbs"),
  5617. name: "Front",
  5618. image: {
  5619. source: "./media/characters/citrine/front.svg"
  5620. }
  5621. }
  5622. },
  5623. [
  5624. {
  5625. name: "Normal",
  5626. height: math.unit(3, "feet"),
  5627. default: true
  5628. }
  5629. ]
  5630. ))
  5631. characterMakers.push(() => makeCharacter(
  5632. { name: "Aura Starwind" },
  5633. {
  5634. front: {
  5635. height: math.unit(14, "feet"),
  5636. weight: math.unit(1450, "kg"),
  5637. name: "Front",
  5638. image: {
  5639. source: "./media/characters/aura-starwind/front.svg",
  5640. extra: 1455 / 1335
  5641. }
  5642. },
  5643. side: {
  5644. height: math.unit(14, "feet"),
  5645. weight: math.unit(1450, "kg"),
  5646. name: "Side",
  5647. image: {
  5648. source: "./media/characters/aura-starwind/side.svg",
  5649. extra: 1654 / 1497
  5650. }
  5651. },
  5652. taur: {
  5653. height: math.unit(18, "feet"),
  5654. weight: math.unit(5500, "kg"),
  5655. name: "Taur",
  5656. image: {
  5657. source: "./media/characters/aura-starwind/taur.svg",
  5658. extra: 1760 / 1650
  5659. }
  5660. },
  5661. feral: {
  5662. height: math.unit(46, "feet"),
  5663. weight: math.unit(25000, "kg"),
  5664. name: "Feral",
  5665. image: {
  5666. source: "./media/characters/aura-starwind/feral.svg"
  5667. }
  5668. },
  5669. },
  5670. [
  5671. {
  5672. name: "Normal",
  5673. height: math.unit(14, "feet"),
  5674. default: true
  5675. },
  5676. {
  5677. name: "Macro",
  5678. height: math.unit(50, "meters")
  5679. },
  5680. {
  5681. name: "Megamacro",
  5682. height: math.unit(5000, "meters")
  5683. },
  5684. {
  5685. name: "Gigamacro",
  5686. height: math.unit(100000, "kilometers")
  5687. },
  5688. ]
  5689. ))
  5690. characterMakers.push(() => makeCharacter(
  5691. { name: "Rivet" },
  5692. {
  5693. front: {
  5694. height: math.unit(2 + 7 / 12, "feet"),
  5695. weight: math.unit(32, "lbs"),
  5696. name: "Front",
  5697. image: {
  5698. source: "./media/characters/rivet/front.svg",
  5699. extra: 1716 / 1658,
  5700. bottom: 0.03
  5701. }
  5702. },
  5703. foot: {
  5704. height: math.unit(0.551, "feet"),
  5705. name: "Rivet's Foot",
  5706. image: {
  5707. source: "./media/characters/rivet/foot.svg"
  5708. },
  5709. rename: true
  5710. }
  5711. },
  5712. [
  5713. {
  5714. name: "Micro",
  5715. height: math.unit(1.5, "inches"),
  5716. },
  5717. {
  5718. name: "Normal",
  5719. height: math.unit(2 + 7 / 12, "feet"),
  5720. default: true
  5721. },
  5722. {
  5723. name: "Macro",
  5724. height: math.unit(85, "feet")
  5725. },
  5726. {
  5727. name: "Megamacro",
  5728. height: math.unit(2.2, "km")
  5729. }
  5730. ]
  5731. ))
  5732. characterMakers.push(() => makeCharacter(
  5733. { name: "Coffee" },
  5734. {
  5735. front: {
  5736. height: math.unit(5 + 9 / 12, "feet"),
  5737. weight: math.unit(150, "lbs"),
  5738. name: "Front",
  5739. image: {
  5740. source: "./media/characters/coffee/front.svg",
  5741. extra: 3666 / 3032,
  5742. bottom: 0.04
  5743. }
  5744. },
  5745. foot: {
  5746. height: math.unit(1.29, "feet"),
  5747. name: "Foot",
  5748. image: {
  5749. source: "./media/characters/coffee/foot.svg"
  5750. }
  5751. },
  5752. },
  5753. [
  5754. {
  5755. name: "Micro",
  5756. height: math.unit(2, "inches"),
  5757. },
  5758. {
  5759. name: "Normal",
  5760. height: math.unit(5 + 9 / 12, "feet"),
  5761. default: true
  5762. },
  5763. {
  5764. name: "Macro",
  5765. height: math.unit(800, "feet")
  5766. },
  5767. {
  5768. name: "Megamacro",
  5769. height: math.unit(25, "miles")
  5770. }
  5771. ]
  5772. ))
  5773. characterMakers.push(() => makeCharacter(
  5774. { name: "Chari-Gal" },
  5775. {
  5776. front: {
  5777. height: math.unit(6, "feet"),
  5778. weight: math.unit(200, "lbs"),
  5779. name: "Front",
  5780. image: {
  5781. source: "./media/characters/chari-gal/front.svg",
  5782. extra: 1568 / 1385,
  5783. bottom: 0.047
  5784. }
  5785. },
  5786. gigantamax: {
  5787. height: math.unit(6 * 16, "feet"),
  5788. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5789. name: "Gigantamax",
  5790. image: {
  5791. source: "./media/characters/chari-gal/gigantamax.svg",
  5792. extra: 1124 / 888,
  5793. bottom: 0.03
  5794. }
  5795. },
  5796. },
  5797. [
  5798. {
  5799. name: "Normal",
  5800. height: math.unit(5 + 7 / 12, "feet")
  5801. },
  5802. {
  5803. name: "Macro",
  5804. height: math.unit(200, "feet"),
  5805. default: true
  5806. }
  5807. ]
  5808. ))
  5809. characterMakers.push(() => makeCharacter(
  5810. { name: "Nova" },
  5811. {
  5812. front: {
  5813. height: math.unit(6, "feet"),
  5814. weight: math.unit(150, "lbs"),
  5815. name: "Front",
  5816. image: {
  5817. source: "./media/characters/nova/front.svg",
  5818. extra: 5000 / 4722,
  5819. bottom: 0.02
  5820. }
  5821. }
  5822. },
  5823. [
  5824. {
  5825. name: "Micro-",
  5826. height: math.unit(0.8, "inches")
  5827. },
  5828. {
  5829. name: "Micro",
  5830. height: math.unit(2, "inches"),
  5831. default: true
  5832. },
  5833. ]
  5834. ))
  5835. characterMakers.push(() => makeCharacter(
  5836. { name: "Argent" },
  5837. {
  5838. front: {
  5839. height: math.unit(3 + 1 / 12, "feet"),
  5840. weight: math.unit(21.7, "lbs"),
  5841. name: "Front",
  5842. image: {
  5843. source: "./media/characters/argent/front.svg",
  5844. extra: 1565 / 1416,
  5845. bottom: 0.01
  5846. }
  5847. }
  5848. },
  5849. [
  5850. {
  5851. name: "Micro",
  5852. height: math.unit(2, "inches")
  5853. },
  5854. {
  5855. name: "Normal",
  5856. height: math.unit(3 + 1 / 12, "feet"),
  5857. default: true
  5858. },
  5859. {
  5860. name: "Macro",
  5861. height: math.unit(120, "feet")
  5862. },
  5863. ]
  5864. ))
  5865. characterMakers.push(() => makeCharacter(
  5866. { name: "Mira al-Cul" },
  5867. {
  5868. lamp: {
  5869. height: math.unit(7 * 1559 / 989, "feet"),
  5870. name: "Magic Lamp",
  5871. image: {
  5872. source: "./media/characters/mira-al-cul/lamp.svg",
  5873. extra: 1617 / 1559
  5874. }
  5875. },
  5876. front: {
  5877. height: math.unit(7, "feet"),
  5878. name: "Front",
  5879. image: {
  5880. source: "./media/characters/mira-al-cul/front.svg",
  5881. extra: 1044 / 990
  5882. }
  5883. },
  5884. },
  5885. [
  5886. {
  5887. name: "Heavily Restricted",
  5888. height: math.unit(7 * 1559 / 989, "feet")
  5889. },
  5890. {
  5891. name: "Freshly Freed",
  5892. height: math.unit(50 * 1559 / 989, "feet")
  5893. },
  5894. {
  5895. name: "World Encompassing",
  5896. height: math.unit(10000 * 1559 / 989, "miles")
  5897. },
  5898. {
  5899. name: "Galactic",
  5900. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5901. },
  5902. {
  5903. name: "Palmed Universe",
  5904. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5905. default: true
  5906. },
  5907. {
  5908. name: "Multiversal Matriarch",
  5909. height: math.unit(8.87e10, "yottameters")
  5910. },
  5911. {
  5912. name: "Void Mother",
  5913. height: math.unit(3.14e110, "yottaparsecs")
  5914. },
  5915. ]
  5916. ))
  5917. characterMakers.push(() => makeCharacter(
  5918. { name: "Kuro-shi Uchū" },
  5919. {
  5920. front: {
  5921. height: math.unit(17 + 1 / 12, "feet"),
  5922. weight: math.unit(476.2 * 5, "lbs"),
  5923. name: "Front",
  5924. image: {
  5925. source: "./media/characters/kuro-shi-uchū/front.svg",
  5926. extra: 2329 / 1835,
  5927. bottom: 0.02
  5928. }
  5929. },
  5930. },
  5931. [
  5932. {
  5933. name: "Micro",
  5934. height: math.unit(2, "inches")
  5935. },
  5936. {
  5937. name: "Normal",
  5938. height: math.unit(12, "meters")
  5939. },
  5940. {
  5941. name: "Planetary",
  5942. height: math.unit(0.00929, "AU"),
  5943. default: true
  5944. },
  5945. {
  5946. name: "Universal",
  5947. height: math.unit(20, "gigaparsecs")
  5948. },
  5949. ]
  5950. ))
  5951. characterMakers.push(() => makeCharacter(
  5952. { name: "Katherine" },
  5953. {
  5954. front: {
  5955. height: math.unit(5 + 2 / 12, "feet"),
  5956. weight: math.unit(120, "lbs"),
  5957. name: "Front",
  5958. image: {
  5959. source: "./media/characters/katherine/front.svg",
  5960. extra: 2075 / 1969
  5961. }
  5962. },
  5963. dress: {
  5964. height: math.unit(5 + 2 / 12, "feet"),
  5965. weight: math.unit(120, "lbs"),
  5966. name: "Dress",
  5967. image: {
  5968. source: "./media/characters/katherine/dress.svg",
  5969. extra: 2258 / 2064
  5970. }
  5971. },
  5972. },
  5973. [
  5974. {
  5975. name: "Micro",
  5976. height: math.unit(1, "inches"),
  5977. default: true
  5978. },
  5979. {
  5980. name: "Normal",
  5981. height: math.unit(5 + 2 / 12, "feet")
  5982. },
  5983. {
  5984. name: "Macro",
  5985. height: math.unit(100, "meters")
  5986. },
  5987. {
  5988. name: "Megamacro",
  5989. height: math.unit(80, "miles")
  5990. },
  5991. ]
  5992. ))
  5993. characterMakers.push(() => makeCharacter(
  5994. { name: "Yevis" },
  5995. {
  5996. front: {
  5997. height: math.unit(7 + 8 / 12, "feet"),
  5998. weight: math.unit(250, "lbs"),
  5999. name: "Front",
  6000. image: {
  6001. source: "./media/characters/yevis/front.svg",
  6002. extra: 1938 / 1755
  6003. }
  6004. }
  6005. },
  6006. [
  6007. {
  6008. name: "Mortal",
  6009. height: math.unit(7 + 8 / 12, "feet")
  6010. },
  6011. {
  6012. name: "Battle",
  6013. height: math.unit(25 + 11 / 12, "feet")
  6014. },
  6015. {
  6016. name: "Wrath",
  6017. height: math.unit(1654 + 11 / 12, "feet")
  6018. },
  6019. {
  6020. name: "Planet Destroyer",
  6021. height: math.unit(12000, "miles")
  6022. },
  6023. {
  6024. name: "Galaxy Conqueror",
  6025. height: math.unit(1.45, "zettameters"),
  6026. default: true
  6027. },
  6028. {
  6029. name: "Universal War",
  6030. height: math.unit(184, "gigaparsecs")
  6031. },
  6032. {
  6033. name: "Eternity War",
  6034. height: math.unit(1.98e55, "yottaparsecs")
  6035. },
  6036. ]
  6037. ))
  6038. characterMakers.push(() => makeCharacter(
  6039. { name: "Xavier" },
  6040. {
  6041. front: {
  6042. height: math.unit(5 + 8 / 12, "feet"),
  6043. weight: math.unit(63, "kg"),
  6044. name: "Front",
  6045. image: {
  6046. source: "./media/characters/xavier/front.svg",
  6047. extra: 944 / 883
  6048. }
  6049. },
  6050. frontStretch: {
  6051. height: math.unit(5 + 8 / 12, "feet"),
  6052. weight: math.unit(63, "kg"),
  6053. name: "Stretching",
  6054. image: {
  6055. source: "./media/characters/xavier/front-stretch.svg",
  6056. extra: 962 / 820
  6057. }
  6058. },
  6059. },
  6060. [
  6061. {
  6062. name: "Normal",
  6063. height: math.unit(5 + 8 / 12, "feet")
  6064. },
  6065. {
  6066. name: "Macro",
  6067. height: math.unit(100, "meters"),
  6068. default: true
  6069. },
  6070. {
  6071. name: "McLargeHuge",
  6072. height: math.unit(10, "miles")
  6073. },
  6074. ]
  6075. ))
  6076. characterMakers.push(() => makeCharacter(
  6077. { name: "Joshii" },
  6078. {
  6079. front: {
  6080. height: math.unit(5 + 5 / 12, "feet"),
  6081. weight: math.unit(150, "lb"),
  6082. name: "Front",
  6083. image: {
  6084. source: "./media/characters/joshii/front.svg"
  6085. }
  6086. },
  6087. foot: {
  6088. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6089. name: "Foot",
  6090. image: {
  6091. source: "./media/characters/joshii/foot.svg"
  6092. }
  6093. },
  6094. },
  6095. [
  6096. {
  6097. name: "Micro",
  6098. height: math.unit(2, "inches")
  6099. },
  6100. {
  6101. name: "Normal",
  6102. height: math.unit(5 + 5 / 12, "feet"),
  6103. default: true
  6104. },
  6105. {
  6106. name: "Macro",
  6107. height: math.unit(785, "feet")
  6108. },
  6109. {
  6110. name: "Megamacro",
  6111. height: math.unit(24.5, "miles")
  6112. },
  6113. ]
  6114. ))
  6115. characterMakers.push(() => makeCharacter(
  6116. { name: "Goddess Elizabeth" },
  6117. {
  6118. front: {
  6119. height: math.unit(6, "feet"),
  6120. weight: math.unit(150, "lb"),
  6121. name: "Front",
  6122. image: {
  6123. source: "./media/characters/goddess-elizabeth/front.svg",
  6124. extra: 1800 / 1525,
  6125. bottom: 0.005
  6126. }
  6127. },
  6128. foot: {
  6129. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6130. name: "Foot",
  6131. image: {
  6132. source: "./media/characters/goddess-elizabeth/foot.svg"
  6133. }
  6134. },
  6135. },
  6136. [
  6137. {
  6138. name: "Micro",
  6139. height: math.unit(12, "feet")
  6140. },
  6141. {
  6142. name: "Normal",
  6143. height: math.unit(80, "miles"),
  6144. default: true
  6145. },
  6146. {
  6147. name: "Macro",
  6148. height: math.unit(15000, "parsecs")
  6149. },
  6150. ]
  6151. ))
  6152. characterMakers.push(() => makeCharacter(
  6153. { name: "Kara" },
  6154. {
  6155. front: {
  6156. height: math.unit(5 + 9 / 12, "feet"),
  6157. weight: math.unit(144, "lb"),
  6158. name: "Front",
  6159. image: {
  6160. source: "./media/characters/kara/front.svg"
  6161. }
  6162. },
  6163. feet: {
  6164. height: math.unit(6 / 6.765, "feet"),
  6165. name: "Kara's Feet",
  6166. rename: true,
  6167. image: {
  6168. source: "./media/characters/kara/feet.svg"
  6169. }
  6170. },
  6171. },
  6172. [
  6173. {
  6174. name: "Normal",
  6175. height: math.unit(5 + 9 / 12, "feet")
  6176. },
  6177. {
  6178. name: "Macro",
  6179. height: math.unit(174, "feet"),
  6180. default: true
  6181. },
  6182. ]
  6183. ))
  6184. characterMakers.push(() => makeCharacter(
  6185. { name: "Tyrone" },
  6186. {
  6187. front: {
  6188. height: math.unit(18, "feet"),
  6189. weight: math.unit(4050, "lb"),
  6190. name: "Front",
  6191. image: {
  6192. source: "./media/characters/tyrone/front.svg",
  6193. extra: 2520 / 2402,
  6194. bottom: 0.025
  6195. }
  6196. },
  6197. },
  6198. [
  6199. {
  6200. name: "Normal",
  6201. height: math.unit(18, "feet"),
  6202. default: true
  6203. },
  6204. {
  6205. name: "Macro",
  6206. height: math.unit(300, "feet")
  6207. },
  6208. ]
  6209. ))
  6210. characterMakers.push(() => makeCharacter(
  6211. { name: "Danny" },
  6212. {
  6213. front: {
  6214. height: math.unit(7 + 8 / 12, "feet"),
  6215. weight: math.unit(120, "lb"),
  6216. name: "Front",
  6217. image: {
  6218. source: "./media/characters/danny/front.svg",
  6219. extra: 1490 / 1350
  6220. }
  6221. },
  6222. back: {
  6223. height: math.unit(7 + 8 / 12, "feet"),
  6224. weight: math.unit(120, "lb"),
  6225. name: "Back",
  6226. image: {
  6227. source: "./media/characters/danny/back.svg",
  6228. extra: 1490 / 1350
  6229. }
  6230. },
  6231. },
  6232. [
  6233. {
  6234. name: "Normal",
  6235. height: math.unit(7 + 8 / 12, "feet"),
  6236. default: true
  6237. },
  6238. ]
  6239. ))
  6240. characterMakers.push(() => makeCharacter(
  6241. { name: "Mallow" },
  6242. {
  6243. front: {
  6244. height: math.unit(3.5, "inches"),
  6245. weight: math.unit(19, "grams"),
  6246. name: "Front",
  6247. image: {
  6248. source: "./media/characters/mallow/front.svg",
  6249. extra: 471 / 431
  6250. }
  6251. },
  6252. back: {
  6253. height: math.unit(3.5, "inches"),
  6254. weight: math.unit(19, "grams"),
  6255. name: "Back",
  6256. image: {
  6257. source: "./media/characters/mallow/back.svg",
  6258. extra: 471 / 431
  6259. }
  6260. },
  6261. },
  6262. [
  6263. {
  6264. name: "Normal",
  6265. height: math.unit(3.5, "inches"),
  6266. default: true
  6267. },
  6268. ]
  6269. ))
  6270. characterMakers.push(() => makeCharacter(
  6271. { name: "Starry Aqua" },
  6272. {
  6273. front: {
  6274. height: math.unit(9, "feet"),
  6275. weight: math.unit(230, "kg"),
  6276. name: "Front",
  6277. image: {
  6278. source: "./media/characters/starry-aqua/front.svg"
  6279. }
  6280. },
  6281. back: {
  6282. height: math.unit(9, "feet"),
  6283. weight: math.unit(230, "kg"),
  6284. name: "Back",
  6285. image: {
  6286. source: "./media/characters/starry-aqua/back.svg"
  6287. }
  6288. },
  6289. hand: {
  6290. height: math.unit(9 * 0.1168, "feet"),
  6291. name: "Hand",
  6292. image: {
  6293. source: "./media/characters/starry-aqua/hand.svg"
  6294. }
  6295. },
  6296. foot: {
  6297. height: math.unit(9 * 0.18, "feet"),
  6298. name: "Foot",
  6299. image: {
  6300. source: "./media/characters/starry-aqua/foot.svg"
  6301. }
  6302. }
  6303. },
  6304. [
  6305. {
  6306. name: "Micro",
  6307. height: math.unit(3, "inches")
  6308. },
  6309. {
  6310. name: "Normal",
  6311. height: math.unit(9, "feet")
  6312. },
  6313. {
  6314. name: "Macro",
  6315. height: math.unit(300, "feet"),
  6316. default: true
  6317. },
  6318. {
  6319. name: "Megamacro",
  6320. height: math.unit(3200, "feet")
  6321. }
  6322. ]
  6323. ))
  6324. characterMakers.push(() => makeCharacter(
  6325. { name: "Luka" },
  6326. {
  6327. front: {
  6328. height: math.unit(6, "feet"),
  6329. weight: math.unit(230, "lb"),
  6330. name: "Front",
  6331. image: {
  6332. source: "./media/characters/luka/front.svg",
  6333. extra: 1,
  6334. bottom: 0.025
  6335. }
  6336. },
  6337. },
  6338. [
  6339. {
  6340. name: "Normal",
  6341. height: math.unit(12 + 8 / 12, "feet"),
  6342. default: true
  6343. },
  6344. {
  6345. name: "Minimacro",
  6346. height: math.unit(20, "feet")
  6347. },
  6348. {
  6349. name: "Macro",
  6350. height: math.unit(250, "feet")
  6351. },
  6352. {
  6353. name: "Megamacro",
  6354. height: math.unit(5, "miles")
  6355. },
  6356. {
  6357. name: "Gigamacro",
  6358. height: math.unit(8000, "miles")
  6359. },
  6360. ]
  6361. ))
  6362. characterMakers.push(() => makeCharacter(
  6363. { name: "Natalie Nightring" },
  6364. {
  6365. front: {
  6366. height: math.unit(6, "feet"),
  6367. weight: math.unit(150, "lb"),
  6368. name: "Front",
  6369. image: {
  6370. source: "./media/characters/natalie-nightring/front.svg",
  6371. extra: 1,
  6372. bottom: 0.06
  6373. }
  6374. },
  6375. },
  6376. [
  6377. {
  6378. name: "Uh Oh",
  6379. height: math.unit(0.1, "mm")
  6380. },
  6381. {
  6382. name: "Small",
  6383. height: math.unit(3, "inches")
  6384. },
  6385. {
  6386. name: "Human Scale",
  6387. height: math.unit(6, "feet")
  6388. },
  6389. {
  6390. name: "Librarian",
  6391. height: math.unit(50, "feet"),
  6392. default: true
  6393. },
  6394. {
  6395. name: "Immense",
  6396. height: math.unit(200, "miles")
  6397. },
  6398. ]
  6399. ))
  6400. characterMakers.push(() => makeCharacter(
  6401. { name: "Danni Rosie" },
  6402. {
  6403. front: {
  6404. height: math.unit(6, "feet"),
  6405. weight: math.unit(180, "lbs"),
  6406. name: "Front",
  6407. image: {
  6408. source: "./media/characters/danni-rosie/front.svg",
  6409. extra: 1260 / 1128,
  6410. bottom: 0.022
  6411. }
  6412. },
  6413. },
  6414. [
  6415. {
  6416. name: "Micro",
  6417. height: math.unit(2, "inches"),
  6418. default: true
  6419. },
  6420. ]
  6421. ))
  6422. characterMakers.push(() => makeCharacter(
  6423. { name: "Samantha Kruse" },
  6424. {
  6425. front: {
  6426. height: math.unit(5 + 9 / 12, "feet"),
  6427. weight: math.unit(220, "lb"),
  6428. name: "Front",
  6429. image: {
  6430. source: "./media/characters/samantha-kruse/front.svg",
  6431. extra: (985 / 935),
  6432. bottom: 0.03
  6433. }
  6434. },
  6435. frontUndressed: {
  6436. height: math.unit(5 + 9 / 12, "feet"),
  6437. weight: math.unit(220, "lb"),
  6438. name: "Front (Undressed)",
  6439. image: {
  6440. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6441. extra: (973 / 923),
  6442. bottom: 0.025
  6443. }
  6444. },
  6445. fat: {
  6446. height: math.unit(5 + 9 / 12, "feet"),
  6447. weight: math.unit(900, "lb"),
  6448. name: "Front (Fat)",
  6449. image: {
  6450. source: "./media/characters/samantha-kruse/fat.svg",
  6451. extra: 2688 / 2561
  6452. }
  6453. },
  6454. },
  6455. [
  6456. {
  6457. name: "Normal",
  6458. height: math.unit(5 + 9 / 12, "feet"),
  6459. default: true
  6460. }
  6461. ]
  6462. ))
  6463. characterMakers.push(() => makeCharacter(
  6464. { name: "Amelia Rosie" },
  6465. {
  6466. back: {
  6467. height: math.unit(5 + 4 / 12, "feet"),
  6468. weight: math.unit(4963, "lb"),
  6469. name: "Back",
  6470. image: {
  6471. source: "./media/characters/amelia-rosie/back.svg",
  6472. extra: 1113 / 963,
  6473. bottom: 0.01
  6474. }
  6475. },
  6476. },
  6477. [
  6478. {
  6479. name: "Level 0",
  6480. height: math.unit(5 + 4 / 12, "feet")
  6481. },
  6482. {
  6483. name: "Level 1",
  6484. height: math.unit(164597, "feet"),
  6485. default: true
  6486. },
  6487. {
  6488. name: "Level 2",
  6489. height: math.unit(956243, "miles")
  6490. },
  6491. {
  6492. name: "Level 3",
  6493. height: math.unit(29421709423, "miles")
  6494. },
  6495. {
  6496. name: "Level 4",
  6497. height: math.unit(154, "lightyears")
  6498. },
  6499. {
  6500. name: "Level 5",
  6501. height: math.unit(4738272, "lightyears")
  6502. },
  6503. {
  6504. name: "Level 6",
  6505. height: math.unit(145787152896, "lightyears")
  6506. },
  6507. ]
  6508. ))
  6509. characterMakers.push(() => makeCharacter(
  6510. { name: "Rook Kitara" },
  6511. {
  6512. front: {
  6513. height: math.unit(5 + 11 / 12, "feet"),
  6514. weight: math.unit(65, "kg"),
  6515. name: "Front",
  6516. image: {
  6517. source: "./media/characters/rook-kitara/front.svg",
  6518. extra: 1347 / 1274,
  6519. bottom: 0.005
  6520. }
  6521. },
  6522. },
  6523. [
  6524. {
  6525. name: "Totally Unfair",
  6526. height: math.unit(1.8, "mm")
  6527. },
  6528. {
  6529. name: "Lap Rookie",
  6530. height: math.unit(1.4, "feet")
  6531. },
  6532. {
  6533. name: "Normal",
  6534. height: math.unit(5 + 11 / 12, "feet"),
  6535. default: true
  6536. },
  6537. {
  6538. name: "How Did This Happen",
  6539. height: math.unit(80, "miles")
  6540. }
  6541. ]
  6542. ))
  6543. characterMakers.push(() => makeCharacter(
  6544. { name: "Pisces" },
  6545. {
  6546. front: {
  6547. height: math.unit(7, "feet"),
  6548. weight: math.unit(300, "lb"),
  6549. name: "Front",
  6550. image: {
  6551. source: "./media/characters/pisces/front.svg",
  6552. extra: 2255 / 2115,
  6553. bottom: 0.03
  6554. }
  6555. },
  6556. back: {
  6557. height: math.unit(7, "feet"),
  6558. weight: math.unit(300, "lb"),
  6559. name: "Back",
  6560. image: {
  6561. source: "./media/characters/pisces/back.svg",
  6562. extra: 2146 / 2055,
  6563. bottom: 0.04
  6564. }
  6565. },
  6566. },
  6567. [
  6568. {
  6569. name: "Normal",
  6570. height: math.unit(7, "feet"),
  6571. default: true
  6572. },
  6573. {
  6574. name: "Swimming Pool",
  6575. height: math.unit(12.2, "meters")
  6576. },
  6577. {
  6578. name: "Olympic Swimming Pool",
  6579. height: math.unit(56.3, "meters")
  6580. },
  6581. {
  6582. name: "Lake Superior",
  6583. height: math.unit(93900, "meters")
  6584. },
  6585. {
  6586. name: "Mediterranean Sea",
  6587. height: math.unit(644457, "meters")
  6588. },
  6589. {
  6590. name: "World's Oceans",
  6591. height: math.unit(4567491, "meters")
  6592. },
  6593. ]
  6594. ))
  6595. characterMakers.push(() => makeCharacter(
  6596. { name: "Zelas" },
  6597. {
  6598. front: {
  6599. height: math.unit(2.3, "meters"),
  6600. weight: math.unit(120, "kg"),
  6601. name: "Front",
  6602. image: {
  6603. source: "./media/characters/zelas/front.svg"
  6604. }
  6605. },
  6606. side: {
  6607. height: math.unit(2.3, "meters"),
  6608. weight: math.unit(120, "kg"),
  6609. name: "Side",
  6610. image: {
  6611. source: "./media/characters/zelas/side.svg"
  6612. }
  6613. },
  6614. back: {
  6615. height: math.unit(2.3, "meters"),
  6616. weight: math.unit(120, "kg"),
  6617. name: "Back",
  6618. image: {
  6619. source: "./media/characters/zelas/back.svg"
  6620. }
  6621. },
  6622. foot: {
  6623. height: math.unit(1.116, "feet"),
  6624. name: "Foot",
  6625. image: {
  6626. source: "./media/characters/zelas/foot.svg"
  6627. }
  6628. },
  6629. },
  6630. [
  6631. {
  6632. name: "Normal",
  6633. height: math.unit(2.3, "meters")
  6634. },
  6635. {
  6636. name: "Macro",
  6637. height: math.unit(30, "meters"),
  6638. default: true
  6639. },
  6640. ]
  6641. ))
  6642. characterMakers.push(() => makeCharacter(
  6643. { name: "Talbot" },
  6644. {
  6645. front: {
  6646. height: math.unit(1, "inch"),
  6647. weight: math.unit(0.21, "grams"),
  6648. name: "Front",
  6649. image: {
  6650. source: "./media/characters/talbot/front.svg",
  6651. extra: 594 / 544
  6652. }
  6653. },
  6654. },
  6655. [
  6656. {
  6657. name: "Micro",
  6658. height: math.unit(1, "inch"),
  6659. default: true
  6660. },
  6661. ]
  6662. ))
  6663. characterMakers.push(() => makeCharacter(
  6664. { name: "Fliss" },
  6665. {
  6666. front: {
  6667. height: math.unit(3 + 3 / 12, "feet"),
  6668. weight: math.unit(51.8, "lb"),
  6669. name: "Front",
  6670. image: {
  6671. source: "./media/characters/fliss/front.svg",
  6672. extra: 840 / 640
  6673. }
  6674. },
  6675. },
  6676. [
  6677. {
  6678. name: "Teeny Tiny",
  6679. height: math.unit(1, "mm")
  6680. },
  6681. {
  6682. name: "Small",
  6683. height: math.unit(1, "inch"),
  6684. default: true
  6685. },
  6686. {
  6687. name: "Standard Sylveon",
  6688. height: math.unit(3 + 3 / 12, "feet")
  6689. },
  6690. {
  6691. name: "Large Nuisance",
  6692. height: math.unit(33, "feet")
  6693. },
  6694. {
  6695. name: "City Filler",
  6696. height: math.unit(3000, "feet")
  6697. },
  6698. {
  6699. name: "New Horizon",
  6700. height: math.unit(6000, "miles")
  6701. },
  6702. ]
  6703. ))
  6704. characterMakers.push(() => makeCharacter(
  6705. { name: "Fleta" },
  6706. {
  6707. front: {
  6708. height: math.unit(5, "cm"),
  6709. weight: math.unit(1.94, "g"),
  6710. name: "Front",
  6711. image: {
  6712. source: "./media/characters/fleta/front.svg",
  6713. extra: 835 / 803
  6714. }
  6715. },
  6716. back: {
  6717. height: math.unit(5, "cm"),
  6718. weight: math.unit(1.94, "g"),
  6719. name: "Back",
  6720. image: {
  6721. source: "./media/characters/fleta/back.svg",
  6722. extra: 835 / 803
  6723. }
  6724. },
  6725. },
  6726. [
  6727. {
  6728. name: "Micro",
  6729. height: math.unit(5, "cm"),
  6730. default: true
  6731. },
  6732. ]
  6733. ))
  6734. characterMakers.push(() => makeCharacter(
  6735. { name: "Dominic" },
  6736. {
  6737. front: {
  6738. height: math.unit(6, "feet"),
  6739. weight: math.unit(225, "lb"),
  6740. name: "Front",
  6741. image: {
  6742. source: "./media/characters/dominic/front.svg",
  6743. extra: 1770 / 1620,
  6744. bottom: 0.025
  6745. }
  6746. },
  6747. back: {
  6748. height: math.unit(6, "feet"),
  6749. weight: math.unit(225, "lb"),
  6750. name: "Back",
  6751. image: {
  6752. source: "./media/characters/dominic/back.svg",
  6753. extra: 1745 / 1620,
  6754. bottom: 0.065
  6755. }
  6756. },
  6757. },
  6758. [
  6759. {
  6760. name: "Nano",
  6761. height: math.unit(0.1, "mm")
  6762. },
  6763. {
  6764. name: "Micro-",
  6765. height: math.unit(1, "mm")
  6766. },
  6767. {
  6768. name: "Micro",
  6769. height: math.unit(4, "inches")
  6770. },
  6771. {
  6772. name: "Normal",
  6773. height: math.unit(6 + 4 / 12, "feet"),
  6774. default: true
  6775. },
  6776. {
  6777. name: "Macro",
  6778. height: math.unit(115, "feet")
  6779. },
  6780. {
  6781. name: "Macro+",
  6782. height: math.unit(955, "feet")
  6783. },
  6784. {
  6785. name: "Megamacro",
  6786. height: math.unit(8990, "feet")
  6787. },
  6788. {
  6789. name: "Gigmacro",
  6790. height: math.unit(9310, "miles")
  6791. },
  6792. {
  6793. name: "Teramacro",
  6794. height: math.unit(1567005010, "miles")
  6795. },
  6796. {
  6797. name: "Examacro",
  6798. height: math.unit(1425, "parsecs")
  6799. },
  6800. ]
  6801. ))
  6802. characterMakers.push(() => makeCharacter(
  6803. { name: "Major Colonel" },
  6804. {
  6805. front: {
  6806. height: math.unit(400, "feet"),
  6807. weight: math.unit(44444444, "lb"),
  6808. name: "Front",
  6809. image: {
  6810. source: "./media/characters/major-colonel/front.svg"
  6811. }
  6812. },
  6813. back: {
  6814. height: math.unit(400, "feet"),
  6815. weight: math.unit(44444444, "lb"),
  6816. name: "Back",
  6817. image: {
  6818. source: "./media/characters/major-colonel/back.svg"
  6819. }
  6820. },
  6821. },
  6822. [
  6823. {
  6824. name: "Macro",
  6825. height: math.unit(400, "feet"),
  6826. default: true
  6827. },
  6828. ]
  6829. ))
  6830. characterMakers.push(() => makeCharacter(
  6831. { name: "Axel Lycan" },
  6832. {
  6833. front: {
  6834. height: math.unit(6, "feet"),
  6835. weight: math.unit(120, "lb"),
  6836. name: "Front",
  6837. image: {
  6838. source: "./media/characters/axel-lycan/front.svg",
  6839. extra: 1,
  6840. bottom: 0.08
  6841. }
  6842. },
  6843. },
  6844. [
  6845. {
  6846. name: "Macro",
  6847. height: math.unit(1, "km"),
  6848. default: true
  6849. },
  6850. ]
  6851. ))
  6852. characterMakers.push(() => makeCharacter(
  6853. { name: "Vanrel (Hyena)" },
  6854. {
  6855. front: {
  6856. height: math.unit(5 + 9 / 12, "feet"),
  6857. weight: math.unit(175, "lb"),
  6858. name: "Front",
  6859. image: {
  6860. source: "./media/characters/vanrel-hyena/front.svg",
  6861. extra: 1086 / 1010,
  6862. bottom: 0.04
  6863. }
  6864. },
  6865. },
  6866. [
  6867. {
  6868. name: "Normal",
  6869. height: math.unit(5 + 9 / 12, "feet"),
  6870. default: true
  6871. },
  6872. ]
  6873. ))
  6874. characterMakers.push(() => makeCharacter(
  6875. { name: "Abbott Absol" },
  6876. {
  6877. front: {
  6878. height: math.unit(6, "feet"),
  6879. weight: math.unit(103, "lb"),
  6880. name: "Front",
  6881. image: {
  6882. source: "./media/characters/abbott-absol/front.svg",
  6883. extra: 2010 / 1842
  6884. }
  6885. },
  6886. },
  6887. [
  6888. {
  6889. name: "Megamicro",
  6890. height: math.unit(0.1, "mm")
  6891. },
  6892. {
  6893. name: "Micro",
  6894. height: math.unit(1, "inch")
  6895. },
  6896. {
  6897. name: "Normal",
  6898. height: math.unit(6, "feet"),
  6899. default: true
  6900. },
  6901. ]
  6902. ))
  6903. characterMakers.push(() => makeCharacter(
  6904. { name: "Hector" },
  6905. {
  6906. front: {
  6907. height: math.unit(6, "feet"),
  6908. weight: math.unit(264, "lb"),
  6909. name: "Front",
  6910. image: {
  6911. source: "./media/characters/hector/front.svg",
  6912. extra: 2280 / 2130,
  6913. bottom: 0.07
  6914. }
  6915. },
  6916. },
  6917. [
  6918. {
  6919. name: "Normal",
  6920. height: math.unit(12.25, "foot"),
  6921. default: true
  6922. },
  6923. {
  6924. name: "Macro",
  6925. height: math.unit(160, "feet")
  6926. },
  6927. ]
  6928. ))
  6929. characterMakers.push(() => makeCharacter(
  6930. { name: "Sal" },
  6931. {
  6932. front: {
  6933. height: math.unit(6, "feet"),
  6934. weight: math.unit(150, "lb"),
  6935. name: "Front",
  6936. image: {
  6937. source: "./media/characters/sal/front.svg",
  6938. extra: 1846 / 1699,
  6939. bottom: 0.04
  6940. }
  6941. },
  6942. },
  6943. [
  6944. {
  6945. name: "Megamacro",
  6946. height: math.unit(10, "miles"),
  6947. default: true
  6948. },
  6949. ]
  6950. ))
  6951. characterMakers.push(() => makeCharacter(
  6952. { name: "Ranger" },
  6953. {
  6954. front: {
  6955. height: math.unit(3, "meters"),
  6956. weight: math.unit(450, "kg"),
  6957. name: "front",
  6958. image: {
  6959. source: "./media/characters/ranger/front.svg",
  6960. extra: 2401 / 2243,
  6961. bottom: 0.05
  6962. }
  6963. },
  6964. },
  6965. [
  6966. {
  6967. name: "Normal",
  6968. height: math.unit(3, "meters"),
  6969. default: true
  6970. },
  6971. ]
  6972. ))
  6973. characterMakers.push(() => makeCharacter(
  6974. { name: "Theresa" },
  6975. {
  6976. front: {
  6977. height: math.unit(14, "feet"),
  6978. weight: math.unit(800, "kg"),
  6979. name: "Front",
  6980. image: {
  6981. source: "./media/characters/theresa/front.svg",
  6982. extra: 3575 / 3346,
  6983. bottom: 0.03
  6984. }
  6985. },
  6986. },
  6987. [
  6988. {
  6989. name: "Normal",
  6990. height: math.unit(14, "feet"),
  6991. default: true
  6992. },
  6993. ]
  6994. ))
  6995. characterMakers.push(() => makeCharacter(
  6996. { name: "Ine" },
  6997. {
  6998. front: {
  6999. height: math.unit(6, "feet"),
  7000. weight: math.unit(3, "kg"),
  7001. name: "Front",
  7002. image: {
  7003. source: "./media/characters/ine/front.svg",
  7004. extra: 678 / 539,
  7005. bottom: 0.023
  7006. }
  7007. },
  7008. },
  7009. [
  7010. {
  7011. name: "Normal",
  7012. height: math.unit(2.265, "feet"),
  7013. default: true
  7014. },
  7015. ]
  7016. ))
  7017. characterMakers.push(() => makeCharacter(
  7018. { name: "Vial" },
  7019. {
  7020. front: {
  7021. height: math.unit(5, "feet"),
  7022. weight: math.unit(30, "kg"),
  7023. name: "Front",
  7024. image: {
  7025. source: "./media/characters/vial/front.svg",
  7026. extra: 1365 / 1277,
  7027. bottom: 0.04
  7028. }
  7029. },
  7030. },
  7031. [
  7032. {
  7033. name: "Normal",
  7034. height: math.unit(5, "feet"),
  7035. default: true
  7036. },
  7037. ]
  7038. ))
  7039. characterMakers.push(() => makeCharacter(
  7040. { name: "Rovoska" },
  7041. {
  7042. side: {
  7043. height: math.unit(3.4, "meters"),
  7044. weight: math.unit(1000, "lb"),
  7045. name: "Side",
  7046. image: {
  7047. source: "./media/characters/rovoska/side.svg",
  7048. extra: 4403 / 1515
  7049. }
  7050. },
  7051. },
  7052. [
  7053. {
  7054. name: "Normal",
  7055. height: math.unit(3.4, "meters"),
  7056. default: true
  7057. },
  7058. ]
  7059. ))
  7060. characterMakers.push(() => makeCharacter(
  7061. { name: "Gunner Rotthbauer" },
  7062. {
  7063. front: {
  7064. height: math.unit(8, "feet"),
  7065. weight: math.unit(315, "lb"),
  7066. name: "Front",
  7067. image: {
  7068. source: "./media/characters/gunner-rotthbauer/front.svg"
  7069. }
  7070. },
  7071. back: {
  7072. height: math.unit(8, "feet"),
  7073. weight: math.unit(315, "lb"),
  7074. name: "Back",
  7075. image: {
  7076. source: "./media/characters/gunner-rotthbauer/back.svg"
  7077. }
  7078. },
  7079. },
  7080. [
  7081. {
  7082. name: "Micro",
  7083. height: math.unit(3.5, "inches")
  7084. },
  7085. {
  7086. name: "Normal",
  7087. height: math.unit(8, "feet"),
  7088. default: true
  7089. },
  7090. {
  7091. name: "Macro",
  7092. height: math.unit(250, "feet")
  7093. },
  7094. {
  7095. name: "Megamacro",
  7096. height: math.unit(1, "AU")
  7097. },
  7098. ]
  7099. ))
  7100. characterMakers.push(() => makeCharacter(
  7101. { name: "Allatia" },
  7102. {
  7103. front: {
  7104. height: math.unit(5 + 5 / 12, "feet"),
  7105. weight: math.unit(140, "lb"),
  7106. name: "Front",
  7107. image: {
  7108. source: "./media/characters/allatia/front.svg",
  7109. extra: 1227 / 1180,
  7110. bottom: 0.027
  7111. }
  7112. },
  7113. },
  7114. [
  7115. {
  7116. name: "Normal",
  7117. height: math.unit(5 + 5 / 12, "feet")
  7118. },
  7119. {
  7120. name: "Macro",
  7121. height: math.unit(250, "feet"),
  7122. default: true
  7123. },
  7124. {
  7125. name: "Megamacro",
  7126. height: math.unit(8, "miles")
  7127. }
  7128. ]
  7129. ))
  7130. characterMakers.push(() => makeCharacter(
  7131. { name: "Tene" },
  7132. {
  7133. front: {
  7134. height: math.unit(6, "feet"),
  7135. weight: math.unit(120, "lb"),
  7136. name: "Front",
  7137. image: {
  7138. source: "./media/characters/tene/front.svg",
  7139. extra: 1728 / 1578,
  7140. bottom: 0.022
  7141. }
  7142. },
  7143. stomping: {
  7144. height: math.unit(2.025, "meters"),
  7145. weight: math.unit(120, "lb"),
  7146. name: "Stomping",
  7147. image: {
  7148. source: "./media/characters/tene/stomping.svg",
  7149. extra: 938 / 873,
  7150. bottom: 0.01
  7151. }
  7152. },
  7153. sitting: {
  7154. height: math.unit(1, "meter"),
  7155. weight: math.unit(120, "lb"),
  7156. name: "Sitting",
  7157. image: {
  7158. source: "./media/characters/tene/sitting.svg",
  7159. extra: 437 / 415,
  7160. bottom: 0.1
  7161. }
  7162. },
  7163. feral: {
  7164. height: math.unit(3.9, "feet"),
  7165. weight: math.unit(250, "lb"),
  7166. name: "Feral",
  7167. image: {
  7168. source: "./media/characters/tene/feral.svg",
  7169. extra: 717 / 458,
  7170. bottom: 0.179
  7171. }
  7172. },
  7173. },
  7174. [
  7175. {
  7176. name: "Normal",
  7177. height: math.unit(6, "feet")
  7178. },
  7179. {
  7180. name: "Macro",
  7181. height: math.unit(300, "feet"),
  7182. default: true
  7183. },
  7184. {
  7185. name: "Megamacro",
  7186. height: math.unit(5, "miles")
  7187. },
  7188. ]
  7189. ))
  7190. characterMakers.push(() => makeCharacter(
  7191. { name: "Evander" },
  7192. {
  7193. side: {
  7194. height: math.unit(6, "feet"),
  7195. name: "Side",
  7196. image: {
  7197. source: "./media/characters/evander/side.svg",
  7198. extra: 877 / 477
  7199. }
  7200. },
  7201. },
  7202. [
  7203. {
  7204. name: "Normal",
  7205. height: math.unit(0.83, "meters"),
  7206. default: true
  7207. },
  7208. ]
  7209. ))
  7210. characterMakers.push(() => makeCharacter(
  7211. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7212. {
  7213. front: {
  7214. height: math.unit(12, "feet"),
  7215. weight: math.unit(1000, "lb"),
  7216. name: "Front",
  7217. image: {
  7218. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7219. extra: 1762 / 1611
  7220. }
  7221. },
  7222. back: {
  7223. height: math.unit(12, "feet"),
  7224. weight: math.unit(1000, "lb"),
  7225. name: "Back",
  7226. image: {
  7227. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7228. extra: 1762 / 1611
  7229. }
  7230. },
  7231. },
  7232. [
  7233. {
  7234. name: "Normal",
  7235. height: math.unit(12, "feet"),
  7236. default: true
  7237. },
  7238. {
  7239. name: "Kaiju",
  7240. height: math.unit(150, "feet")
  7241. },
  7242. ]
  7243. ))
  7244. characterMakers.push(() => makeCharacter(
  7245. { name: "Zero Alurus" },
  7246. {
  7247. front: {
  7248. height: math.unit(6, "feet"),
  7249. weight: math.unit(150, "lb"),
  7250. name: "Front",
  7251. image: {
  7252. source: "./media/characters/zero-alurus/front.svg"
  7253. }
  7254. },
  7255. back: {
  7256. height: math.unit(6, "feet"),
  7257. weight: math.unit(150, "lb"),
  7258. name: "Back",
  7259. image: {
  7260. source: "./media/characters/zero-alurus/back.svg"
  7261. }
  7262. },
  7263. },
  7264. [
  7265. {
  7266. name: "Normal",
  7267. height: math.unit(5 + 10 / 12, "feet")
  7268. },
  7269. {
  7270. name: "Macro",
  7271. height: math.unit(60, "feet"),
  7272. default: true
  7273. },
  7274. {
  7275. name: "Macro+",
  7276. height: math.unit(450, "feet")
  7277. },
  7278. ]
  7279. ))
  7280. characterMakers.push(() => makeCharacter(
  7281. { name: "Mega Shi" },
  7282. {
  7283. front: {
  7284. height: math.unit(6, "feet"),
  7285. weight: math.unit(200, "lb"),
  7286. name: "Front",
  7287. image: {
  7288. source: "./media/characters/mega-shi/front.svg",
  7289. extra: 1279 / 1250,
  7290. bottom: 0.02
  7291. }
  7292. },
  7293. back: {
  7294. height: math.unit(6, "feet"),
  7295. weight: math.unit(200, "lb"),
  7296. name: "Back",
  7297. image: {
  7298. source: "./media/characters/mega-shi/back.svg",
  7299. extra: 1279 / 1250,
  7300. bottom: 0.02
  7301. }
  7302. },
  7303. },
  7304. [
  7305. {
  7306. name: "Micro",
  7307. height: math.unit(16 + 6 / 12, "feet")
  7308. },
  7309. {
  7310. name: "Normal",
  7311. height: math.unit(660, "feet"),
  7312. default: true
  7313. },
  7314. {
  7315. name: "Megamacro",
  7316. height: math.unit(10, "miles")
  7317. },
  7318. {
  7319. name: "Planetary Launch",
  7320. height: math.unit(500, "miles")
  7321. },
  7322. {
  7323. name: "Interstellar",
  7324. height: math.unit(1e9, "miles")
  7325. },
  7326. {
  7327. name: "Leaving the Universe",
  7328. height: math.unit(1, "gigaparsec")
  7329. },
  7330. {
  7331. name: "Travelling Universes",
  7332. height: math.unit(30e15, "parsecs")
  7333. },
  7334. ]
  7335. ))
  7336. characterMakers.push(() => makeCharacter(
  7337. { name: "Odyssey" },
  7338. {
  7339. front: {
  7340. height: math.unit(6, "feet"),
  7341. weight: math.unit(150, "lb"),
  7342. name: "Front",
  7343. image: {
  7344. source: "./media/characters/odyssey/front.svg",
  7345. extra: 1782 / 1582,
  7346. bottom: 0.01
  7347. }
  7348. },
  7349. side: {
  7350. height: math.unit(5.6, "feet"),
  7351. weight: math.unit(140, "lb"),
  7352. name: "Side",
  7353. image: {
  7354. source: "./media/characters/odyssey/side.svg",
  7355. extra: 6462 / 5700
  7356. }
  7357. },
  7358. },
  7359. [
  7360. {
  7361. name: "Normal",
  7362. height: math.unit(5 + 4 / 12, "feet")
  7363. },
  7364. {
  7365. name: "Macro",
  7366. height: math.unit(1, "km")
  7367. },
  7368. {
  7369. name: "Megamacro",
  7370. height: math.unit(3000, "km")
  7371. },
  7372. {
  7373. name: "Gigamacro",
  7374. height: math.unit(1, "AU"),
  7375. default: true
  7376. },
  7377. {
  7378. name: "Omniversal",
  7379. height: math.unit(100e14, "lightyears")
  7380. },
  7381. ]
  7382. ))
  7383. characterMakers.push(() => makeCharacter(
  7384. { name: "Mekuto" },
  7385. {
  7386. front: {
  7387. height: math.unit(6, "feet"),
  7388. weight: math.unit(300, "lb"),
  7389. name: "Front",
  7390. image: {
  7391. source: "./media/characters/mekuto/front.svg",
  7392. extra: 921 / 832,
  7393. bottom: 0.03
  7394. }
  7395. },
  7396. hand: {
  7397. height: math.unit(6 / 10.24, "feet"),
  7398. name: "Hand",
  7399. image: {
  7400. source: "./media/characters/mekuto/hand.svg"
  7401. }
  7402. },
  7403. foot: {
  7404. height: math.unit(6 / 5.05, "feet"),
  7405. name: "Foot",
  7406. image: {
  7407. source: "./media/characters/mekuto/foot.svg"
  7408. }
  7409. },
  7410. },
  7411. [
  7412. {
  7413. name: "Minimicro",
  7414. height: math.unit(0.2, "inches")
  7415. },
  7416. {
  7417. name: "Micro",
  7418. height: math.unit(1.5, "inches")
  7419. },
  7420. {
  7421. name: "Normal",
  7422. height: math.unit(5 + 11 / 12, "feet"),
  7423. default: true
  7424. },
  7425. {
  7426. name: "Minimacro",
  7427. height: math.unit(17 + 9 / 12, "feet")
  7428. },
  7429. {
  7430. name: "Macro",
  7431. height: math.unit(177.5, "feet")
  7432. },
  7433. {
  7434. name: "Megamacro",
  7435. height: math.unit(152, "miles")
  7436. },
  7437. ]
  7438. ))
  7439. characterMakers.push(() => makeCharacter(
  7440. { name: "Dafydd Tomos" },
  7441. {
  7442. front: {
  7443. height: math.unit(6.5, "inches"),
  7444. weight: math.unit(13, "oz"),
  7445. name: "Front",
  7446. image: {
  7447. source: "./media/characters/dafydd-tomos/front.svg",
  7448. extra: 2990 / 2603,
  7449. bottom: 0.03
  7450. }
  7451. },
  7452. },
  7453. [
  7454. {
  7455. name: "Micro",
  7456. height: math.unit(6.5, "inches"),
  7457. default: true
  7458. },
  7459. ]
  7460. ))
  7461. characterMakers.push(() => makeCharacter(
  7462. { name: "Splinter" },
  7463. {
  7464. front: {
  7465. height: math.unit(6, "feet"),
  7466. weight: math.unit(150, "lb"),
  7467. name: "Front",
  7468. image: {
  7469. source: "./media/characters/splinter/front.svg",
  7470. extra: 2990 / 2882,
  7471. bottom: 0.04
  7472. }
  7473. },
  7474. back: {
  7475. height: math.unit(6, "feet"),
  7476. weight: math.unit(150, "lb"),
  7477. name: "Back",
  7478. image: {
  7479. source: "./media/characters/splinter/back.svg",
  7480. extra: 2990 / 2882,
  7481. bottom: 0.04
  7482. }
  7483. },
  7484. },
  7485. [
  7486. {
  7487. name: "Normal",
  7488. height: math.unit(6, "feet")
  7489. },
  7490. {
  7491. name: "Macro",
  7492. height: math.unit(230, "meters"),
  7493. default: true
  7494. },
  7495. ]
  7496. ))
  7497. characterMakers.push(() => makeCharacter(
  7498. { name: "SnowGabumon" },
  7499. {
  7500. front: {
  7501. height: math.unit(4 + 10 / 12, "feet"),
  7502. weight: math.unit(480, "lb"),
  7503. name: "Front",
  7504. image: {
  7505. source: "./media/characters/snow-gabumon/front.svg",
  7506. extra: 1140 / 963,
  7507. bottom: 0.058
  7508. }
  7509. },
  7510. back: {
  7511. height: math.unit(4 + 10 / 12, "feet"),
  7512. weight: math.unit(480, "lb"),
  7513. name: "Back",
  7514. image: {
  7515. source: "./media/characters/snow-gabumon/back.svg",
  7516. extra: 1115 / 962,
  7517. bottom: 0.041
  7518. }
  7519. },
  7520. frontUndresed: {
  7521. height: math.unit(4 + 10 / 12, "feet"),
  7522. weight: math.unit(480, "lb"),
  7523. name: "Front (Undressed)",
  7524. image: {
  7525. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7526. extra: 1061 / 960,
  7527. bottom: 0.045
  7528. }
  7529. },
  7530. },
  7531. [
  7532. {
  7533. name: "Micro",
  7534. height: math.unit(1, "inch")
  7535. },
  7536. {
  7537. name: "Normal",
  7538. height: math.unit(4 + 10 / 12, "feet"),
  7539. default: true
  7540. },
  7541. {
  7542. name: "Macro",
  7543. height: math.unit(200, "feet")
  7544. },
  7545. {
  7546. name: "Megamacro",
  7547. height: math.unit(120, "miles")
  7548. },
  7549. {
  7550. name: "Gigamacro",
  7551. height: math.unit(9800, "miles")
  7552. },
  7553. ]
  7554. ))
  7555. characterMakers.push(() => makeCharacter(
  7556. { name: "Moody" },
  7557. {
  7558. front: {
  7559. height: math.unit(1.7, "meters"),
  7560. weight: math.unit(140, "lb"),
  7561. name: "Front",
  7562. image: {
  7563. source: "./media/characters/moody/front.svg",
  7564. extra: 3226 / 3007,
  7565. bottom: 0.087
  7566. }
  7567. },
  7568. },
  7569. [
  7570. {
  7571. name: "Micro",
  7572. height: math.unit(1, "mm")
  7573. },
  7574. {
  7575. name: "Normal",
  7576. height: math.unit(1.7, "meters"),
  7577. default: true
  7578. },
  7579. {
  7580. name: "Macro",
  7581. height: math.unit(80, "meters")
  7582. },
  7583. {
  7584. name: "Macro+",
  7585. height: math.unit(500, "meters")
  7586. },
  7587. ]
  7588. ))
  7589. characterMakers.push(() => makeCharacter(
  7590. { name: "Zyas" },
  7591. {
  7592. front: {
  7593. height: math.unit(6, "feet"),
  7594. weight: math.unit(150, "lb"),
  7595. name: "Front",
  7596. image: {
  7597. source: "./media/characters/zyas/front.svg",
  7598. extra: 1180 / 1120,
  7599. bottom: 0.045
  7600. }
  7601. },
  7602. },
  7603. [
  7604. {
  7605. name: "Normal",
  7606. height: math.unit(10, "feet"),
  7607. default: true
  7608. },
  7609. {
  7610. name: "Macro",
  7611. height: math.unit(500, "feet")
  7612. },
  7613. {
  7614. name: "Megamacro",
  7615. height: math.unit(5, "miles")
  7616. },
  7617. {
  7618. name: "Teramacro",
  7619. height: math.unit(150000, "miles")
  7620. },
  7621. ]
  7622. ))
  7623. characterMakers.push(() => makeCharacter(
  7624. { name: "Cuon" },
  7625. {
  7626. front: {
  7627. height: math.unit(6, "feet"),
  7628. weight: math.unit(150, "lb"),
  7629. name: "Front",
  7630. image: {
  7631. source: "./media/characters/cuon/front.svg",
  7632. extra: 1390 / 1320,
  7633. bottom: 0.008
  7634. }
  7635. },
  7636. },
  7637. [
  7638. {
  7639. name: "Micro",
  7640. height: math.unit(3, "inches")
  7641. },
  7642. {
  7643. name: "Normal",
  7644. height: math.unit(18 + 9 / 12, "feet"),
  7645. default: true
  7646. },
  7647. {
  7648. name: "Macro",
  7649. height: math.unit(360, "feet")
  7650. },
  7651. {
  7652. name: "Megamacro",
  7653. height: math.unit(360, "miles")
  7654. },
  7655. ]
  7656. ))
  7657. characterMakers.push(() => makeCharacter(
  7658. { name: "Nyanuxk" },
  7659. {
  7660. front: {
  7661. height: math.unit(2.4, "meters"),
  7662. weight: math.unit(70, "kg"),
  7663. name: "Front",
  7664. image: {
  7665. source: "./media/characters/nyanuxk/front.svg",
  7666. extra: 1172 / 1084,
  7667. bottom: 0.065
  7668. }
  7669. },
  7670. side: {
  7671. height: math.unit(2.4, "meters"),
  7672. weight: math.unit(70, "kg"),
  7673. name: "Side",
  7674. image: {
  7675. source: "./media/characters/nyanuxk/side.svg",
  7676. extra: 1190 / 1132,
  7677. bottom: 0.007
  7678. }
  7679. },
  7680. back: {
  7681. height: math.unit(2.4, "meters"),
  7682. weight: math.unit(70, "kg"),
  7683. name: "Back",
  7684. image: {
  7685. source: "./media/characters/nyanuxk/back.svg",
  7686. extra: 1200 / 1141,
  7687. bottom: 0.015
  7688. }
  7689. },
  7690. foot: {
  7691. height: math.unit(0.52, "meters"),
  7692. name: "Foot",
  7693. image: {
  7694. source: "./media/characters/nyanuxk/foot.svg"
  7695. }
  7696. },
  7697. },
  7698. [
  7699. {
  7700. name: "Micro",
  7701. height: math.unit(2, "cm")
  7702. },
  7703. {
  7704. name: "Normal",
  7705. height: math.unit(2.4, "meters"),
  7706. default: true
  7707. },
  7708. {
  7709. name: "Smaller Macro",
  7710. height: math.unit(120, "meters")
  7711. },
  7712. {
  7713. name: "Bigger Macro",
  7714. height: math.unit(1.2, "km")
  7715. },
  7716. {
  7717. name: "Megamacro",
  7718. height: math.unit(15, "kilometers")
  7719. },
  7720. {
  7721. name: "Gigamacro",
  7722. height: math.unit(2000, "km")
  7723. },
  7724. {
  7725. name: "Teramacro",
  7726. height: math.unit(500000, "km")
  7727. },
  7728. ]
  7729. ))
  7730. characterMakers.push(() => makeCharacter(
  7731. { name: "Ailbhe" },
  7732. {
  7733. side: {
  7734. height: math.unit(6, "feet"),
  7735. name: "Side",
  7736. image: {
  7737. source: "./media/characters/ailbhe/side.svg",
  7738. extra: 757 / 464,
  7739. bottom: 0.041
  7740. }
  7741. },
  7742. },
  7743. [
  7744. {
  7745. name: "Normal",
  7746. height: math.unit(1.07, "meters"),
  7747. default: true
  7748. },
  7749. ]
  7750. ))
  7751. characterMakers.push(() => makeCharacter(
  7752. { name: "Zevulfius" },
  7753. {
  7754. front: {
  7755. height: math.unit(6, "feet"),
  7756. weight: math.unit(120, "kg"),
  7757. name: "Front",
  7758. image: {
  7759. source: "./media/characters/zevulfius/front.svg",
  7760. extra: 965 / 903
  7761. }
  7762. },
  7763. side: {
  7764. height: math.unit(6, "feet"),
  7765. weight: math.unit(120, "kg"),
  7766. name: "Side",
  7767. image: {
  7768. source: "./media/characters/zevulfius/side.svg",
  7769. extra: 939 / 900
  7770. }
  7771. },
  7772. back: {
  7773. height: math.unit(6, "feet"),
  7774. weight: math.unit(120, "kg"),
  7775. name: "Back",
  7776. image: {
  7777. source: "./media/characters/zevulfius/back.svg",
  7778. extra: 918 / 854,
  7779. bottom: 0.005
  7780. }
  7781. },
  7782. foot: {
  7783. height: math.unit(6 / 3.72, "feet"),
  7784. name: "Foot",
  7785. image: {
  7786. source: "./media/characters/zevulfius/foot.svg"
  7787. }
  7788. },
  7789. },
  7790. [
  7791. {
  7792. name: "Macro",
  7793. height: math.unit(750, "meters")
  7794. },
  7795. {
  7796. name: "Megamacro",
  7797. height: math.unit(20, "km"),
  7798. default: true
  7799. },
  7800. {
  7801. name: "Gigamacro",
  7802. height: math.unit(2000, "km")
  7803. },
  7804. {
  7805. name: "Teramacro",
  7806. height: math.unit(250000, "km")
  7807. },
  7808. ]
  7809. ))
  7810. characterMakers.push(() => makeCharacter(
  7811. { name: "Rikes" },
  7812. {
  7813. front: {
  7814. height: math.unit(100, "feet"),
  7815. weight: math.unit(350, "kg"),
  7816. name: "Front",
  7817. image: {
  7818. source: "./media/characters/rikes/front.svg",
  7819. extra: 1565 / 1483,
  7820. bottom: 0.017
  7821. }
  7822. },
  7823. },
  7824. [
  7825. {
  7826. name: "Macro",
  7827. height: math.unit(100, "feet"),
  7828. default: true
  7829. },
  7830. ]
  7831. ))
  7832. characterMakers.push(() => makeCharacter(
  7833. { name: "Adam Silver-Mane" },
  7834. {
  7835. anthro: {
  7836. height: math.unit(8, "feet"),
  7837. weight: math.unit(120, "kg"),
  7838. name: "Anthro",
  7839. image: {
  7840. source: "./media/characters/adam-silver-mane/anthro.svg",
  7841. extra: 5743 / 5339,
  7842. bottom: 0.07
  7843. }
  7844. },
  7845. taur: {
  7846. height: math.unit(16, "feet"),
  7847. weight: math.unit(1500, "kg"),
  7848. name: "Taur",
  7849. image: {
  7850. source: "./media/characters/adam-silver-mane/taur.svg",
  7851. extra: 1713 / 1571,
  7852. bottom: 0.01
  7853. }
  7854. },
  7855. },
  7856. [
  7857. {
  7858. name: "Normal",
  7859. height: math.unit(8, "feet")
  7860. },
  7861. {
  7862. name: "Minimacro",
  7863. height: math.unit(80, "feet")
  7864. },
  7865. {
  7866. name: "Macro",
  7867. height: math.unit(800, "feet"),
  7868. default: true
  7869. },
  7870. {
  7871. name: "Megamacro",
  7872. height: math.unit(8000, "feet")
  7873. },
  7874. {
  7875. name: "Gigamacro",
  7876. height: math.unit(800, "miles")
  7877. },
  7878. {
  7879. name: "Teramacro",
  7880. height: math.unit(80000, "miles")
  7881. },
  7882. {
  7883. name: "Celestial",
  7884. height: math.unit(8e6, "miles")
  7885. },
  7886. {
  7887. name: "Star Dragon",
  7888. height: math.unit(800000, "parsecs")
  7889. },
  7890. {
  7891. name: "Godly",
  7892. height: math.unit(800, "teraparsecs")
  7893. },
  7894. ]
  7895. ))
  7896. characterMakers.push(() => makeCharacter(
  7897. { name: "Ky'owin" },
  7898. {
  7899. front: {
  7900. height: math.unit(6, "feet"),
  7901. weight: math.unit(150, "lb"),
  7902. name: "Front",
  7903. image: {
  7904. source: "./media/characters/ky'owin/front.svg",
  7905. extra: 3888 / 3068,
  7906. bottom: 0.015
  7907. }
  7908. },
  7909. },
  7910. [
  7911. {
  7912. name: "Normal",
  7913. height: math.unit(6 + 8 / 12, "feet")
  7914. },
  7915. {
  7916. name: "Large",
  7917. height: math.unit(68, "feet")
  7918. },
  7919. {
  7920. name: "Macro",
  7921. height: math.unit(132, "feet")
  7922. },
  7923. {
  7924. name: "Macro+",
  7925. height: math.unit(340, "feet")
  7926. },
  7927. {
  7928. name: "Macro++",
  7929. height: math.unit(680, "feet"),
  7930. default: true
  7931. },
  7932. {
  7933. name: "Megamacro",
  7934. height: math.unit(1, "mile")
  7935. },
  7936. {
  7937. name: "Megamacro+",
  7938. height: math.unit(10, "miles")
  7939. },
  7940. ]
  7941. ))
  7942. characterMakers.push(() => makeCharacter(
  7943. { name: "Mal" },
  7944. {
  7945. front: {
  7946. height: math.unit(4, "feet"),
  7947. weight: math.unit(50, "lb"),
  7948. name: "Front",
  7949. image: {
  7950. source: "./media/characters/mal/front.svg",
  7951. extra: 785 / 724,
  7952. bottom: 0.07
  7953. }
  7954. },
  7955. },
  7956. [
  7957. {
  7958. name: "Micro",
  7959. height: math.unit(4, "inches")
  7960. },
  7961. {
  7962. name: "Normal",
  7963. height: math.unit(4, "feet"),
  7964. default: true
  7965. },
  7966. {
  7967. name: "Macro",
  7968. height: math.unit(200, "feet")
  7969. },
  7970. ]
  7971. ))
  7972. characterMakers.push(() => makeCharacter(
  7973. { name: "Jordan Deware" },
  7974. {
  7975. front: {
  7976. height: math.unit(6, "feet"),
  7977. weight: math.unit(150, "lb"),
  7978. name: "Front",
  7979. image: {
  7980. source: "./media/characters/jordan-deware/front.svg",
  7981. extra: 1191 / 1012
  7982. }
  7983. },
  7984. },
  7985. [
  7986. {
  7987. name: "Nano",
  7988. height: math.unit(0.01, "mm")
  7989. },
  7990. {
  7991. name: "Minimicro",
  7992. height: math.unit(1, "mm")
  7993. },
  7994. {
  7995. name: "Micro",
  7996. height: math.unit(0.5, "inches")
  7997. },
  7998. {
  7999. name: "Normal",
  8000. height: math.unit(4, "feet"),
  8001. default: true
  8002. },
  8003. {
  8004. name: "Minimacro",
  8005. height: math.unit(40, "meters")
  8006. },
  8007. {
  8008. name: "Small Macro",
  8009. height: math.unit(400, "meters")
  8010. },
  8011. {
  8012. name: "Macro",
  8013. height: math.unit(4, "miles")
  8014. },
  8015. {
  8016. name: "Megamacro",
  8017. height: math.unit(40, "miles")
  8018. },
  8019. {
  8020. name: "Megamacro+",
  8021. height: math.unit(400, "miles")
  8022. },
  8023. {
  8024. name: "Gigamacro",
  8025. height: math.unit(400000, "miles")
  8026. },
  8027. ]
  8028. ))
  8029. characterMakers.push(() => makeCharacter(
  8030. { name: "Kimiko" },
  8031. {
  8032. side: {
  8033. height: math.unit(6, "feet"),
  8034. weight: math.unit(150, "lb"),
  8035. name: "Side",
  8036. image: {
  8037. source: "./media/characters/kimiko/side.svg",
  8038. extra: 600 / 358
  8039. }
  8040. },
  8041. },
  8042. [
  8043. {
  8044. name: "Normal",
  8045. height: math.unit(15, "feet"),
  8046. default: true
  8047. },
  8048. {
  8049. name: "Macro",
  8050. height: math.unit(220, "feet")
  8051. },
  8052. {
  8053. name: "Macro+",
  8054. height: math.unit(1450, "feet")
  8055. },
  8056. {
  8057. name: "Megamacro",
  8058. height: math.unit(11500, "feet")
  8059. },
  8060. {
  8061. name: "Gigamacro",
  8062. height: math.unit(9500, "miles")
  8063. },
  8064. {
  8065. name: "Teramacro",
  8066. height: math.unit(2208005005, "miles")
  8067. },
  8068. {
  8069. name: "Examacro",
  8070. height: math.unit(2750, "parsecs")
  8071. },
  8072. {
  8073. name: "Zettamacro",
  8074. height: math.unit(101500, "parsecs")
  8075. },
  8076. ]
  8077. ))
  8078. characterMakers.push(() => makeCharacter(
  8079. { name: "Andrew Sleepy" },
  8080. {
  8081. front: {
  8082. height: math.unit(6, "feet"),
  8083. weight: math.unit(70, "kg"),
  8084. name: "Front",
  8085. image: {
  8086. source: "./media/characters/andrew-sleepy/front.svg"
  8087. }
  8088. },
  8089. side: {
  8090. height: math.unit(6, "feet"),
  8091. weight: math.unit(70, "kg"),
  8092. name: "Side",
  8093. image: {
  8094. source: "./media/characters/andrew-sleepy/side.svg"
  8095. }
  8096. },
  8097. },
  8098. [
  8099. {
  8100. name: "Micro",
  8101. height: math.unit(1, "mm"),
  8102. default: true
  8103. },
  8104. ]
  8105. ))
  8106. characterMakers.push(() => makeCharacter(
  8107. { name: "Judio" },
  8108. {
  8109. front: {
  8110. height: math.unit(6, "feet"),
  8111. weight: math.unit(150, "lb"),
  8112. name: "Front",
  8113. image: {
  8114. source: "./media/characters/judio/front.svg",
  8115. extra: 1258 / 1110
  8116. }
  8117. },
  8118. },
  8119. [
  8120. {
  8121. name: "Normal",
  8122. height: math.unit(5 + 6 / 12, "feet")
  8123. },
  8124. {
  8125. name: "Macro",
  8126. height: math.unit(1000, "feet"),
  8127. default: true
  8128. },
  8129. {
  8130. name: "Megamacro",
  8131. height: math.unit(10, "miles")
  8132. },
  8133. ]
  8134. ))
  8135. characterMakers.push(() => makeCharacter(
  8136. { name: "Nomaxice" },
  8137. {
  8138. front: {
  8139. height: math.unit(6, "feet"),
  8140. weight: math.unit(68, "kg"),
  8141. name: "Front",
  8142. image: {
  8143. source: "./media/characters/nomaxice/front.svg",
  8144. extra: 1498 / 1073,
  8145. bottom: 0.075
  8146. }
  8147. },
  8148. foot: {
  8149. height: math.unit(1.1, "feet"),
  8150. name: "Foot",
  8151. image: {
  8152. source: "./media/characters/nomaxice/foot.svg"
  8153. }
  8154. },
  8155. },
  8156. [
  8157. {
  8158. name: "Micro",
  8159. height: math.unit(8, "cm")
  8160. },
  8161. {
  8162. name: "Norm",
  8163. height: math.unit(1.82, "m")
  8164. },
  8165. {
  8166. name: "Norm+",
  8167. height: math.unit(8.8, "feet")
  8168. },
  8169. {
  8170. name: "Big",
  8171. height: math.unit(8, "meters"),
  8172. default: true
  8173. },
  8174. {
  8175. name: "Macro",
  8176. height: math.unit(18, "meters")
  8177. },
  8178. {
  8179. name: "Macro+",
  8180. height: math.unit(88, "meters")
  8181. },
  8182. ]
  8183. ))
  8184. characterMakers.push(() => makeCharacter(
  8185. { name: "Dydros" },
  8186. {
  8187. front: {
  8188. height: math.unit(12, "feet"),
  8189. weight: math.unit(1.5, "tons"),
  8190. name: "Front",
  8191. image: {
  8192. source: "./media/characters/dydros/front.svg",
  8193. extra: 863 / 800,
  8194. bottom: 0.015
  8195. }
  8196. },
  8197. back: {
  8198. height: math.unit(12, "feet"),
  8199. weight: math.unit(1.5, "tons"),
  8200. name: "Back",
  8201. image: {
  8202. source: "./media/characters/dydros/back.svg",
  8203. extra: 900 / 843,
  8204. bottom: 0.005
  8205. }
  8206. },
  8207. },
  8208. [
  8209. {
  8210. name: "Normal",
  8211. height: math.unit(12, "feet"),
  8212. default: true
  8213. },
  8214. ]
  8215. ))
  8216. characterMakers.push(() => makeCharacter(
  8217. { name: "Riggi" },
  8218. {
  8219. front: {
  8220. height: math.unit(6, "feet"),
  8221. weight: math.unit(100, "kg"),
  8222. name: "Front",
  8223. image: {
  8224. source: "./media/characters/riggi/front.svg",
  8225. extra: 5787 / 5303
  8226. }
  8227. },
  8228. hyper: {
  8229. height: math.unit(6 * 5 / 3, "feet"),
  8230. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8231. name: "Hyper",
  8232. image: {
  8233. source: "./media/characters/riggi/hyper.svg",
  8234. extra: 3595 / 3485
  8235. }
  8236. },
  8237. },
  8238. [
  8239. {
  8240. name: "Small Macro",
  8241. height: math.unit(50, "feet")
  8242. },
  8243. {
  8244. name: "Default",
  8245. height: math.unit(200, "feet"),
  8246. default: true
  8247. },
  8248. {
  8249. name: "Loom",
  8250. height: math.unit(10000, "feet")
  8251. },
  8252. {
  8253. name: "Cruising Altitude",
  8254. height: math.unit(30000, "feet")
  8255. },
  8256. {
  8257. name: "Megamacro",
  8258. height: math.unit(100, "miles")
  8259. },
  8260. {
  8261. name: "Continent Sized",
  8262. height: math.unit(2800, "miles")
  8263. },
  8264. {
  8265. name: "Earth Sized",
  8266. height: math.unit(8000, "miles")
  8267. },
  8268. ]
  8269. ))
  8270. characterMakers.push(() => makeCharacter(
  8271. { name: "Alexi" },
  8272. {
  8273. front: {
  8274. height: math.unit(6, "feet"),
  8275. weight: math.unit(250, "lb"),
  8276. name: "Front",
  8277. image: {
  8278. source: "./media/characters/alexi/front.svg",
  8279. extra: 3483 / 3291,
  8280. bottom: 0.04
  8281. }
  8282. },
  8283. back: {
  8284. height: math.unit(6, "feet"),
  8285. weight: math.unit(250, "lb"),
  8286. name: "Back",
  8287. image: {
  8288. source: "./media/characters/alexi/back.svg",
  8289. extra: 3533 / 3356,
  8290. bottom: 0.021
  8291. }
  8292. },
  8293. frontTransformed: {
  8294. height: math.unit(12.5, "feet"),
  8295. weight: math.unit(4000, "lb"),
  8296. name: "Front (Transformed)",
  8297. image: {
  8298. source: "./media/characters/alexi/front-transformed.svg",
  8299. extra: 5345 / 5100,
  8300. bottom: 0.03
  8301. }
  8302. },
  8303. },
  8304. [
  8305. {
  8306. name: "Normal",
  8307. height: math.unit(3, "meters"),
  8308. default: true
  8309. },
  8310. {
  8311. name: "Minimacro",
  8312. height: math.unit(30, "meters")
  8313. },
  8314. {
  8315. name: "Macro",
  8316. height: math.unit(500, "meters")
  8317. },
  8318. {
  8319. name: "Megamacro",
  8320. height: math.unit(9000, "km")
  8321. },
  8322. {
  8323. name: "Teramacro",
  8324. height: math.unit(384000, "km")
  8325. },
  8326. ]
  8327. ))
  8328. characterMakers.push(() => makeCharacter(
  8329. { name: "Kayroo" },
  8330. {
  8331. front: {
  8332. height: math.unit(6, "feet"),
  8333. weight: math.unit(150, "lb"),
  8334. name: "Front",
  8335. image: {
  8336. source: "./media/characters/kayroo/front.svg",
  8337. extra: 1153 / 1038,
  8338. bottom: 0.06
  8339. }
  8340. },
  8341. foot: {
  8342. height: math.unit(6, "feet"),
  8343. weight: math.unit(150, "lb"),
  8344. name: "Foot",
  8345. image: {
  8346. source: "./media/characters/kayroo/foot.svg"
  8347. }
  8348. },
  8349. },
  8350. [
  8351. {
  8352. name: "Normal",
  8353. height: math.unit(8, "feet"),
  8354. default: true
  8355. },
  8356. {
  8357. name: "Minimacro",
  8358. height: math.unit(250, "feet")
  8359. },
  8360. {
  8361. name: "Macro",
  8362. height: math.unit(2800, "feet")
  8363. },
  8364. {
  8365. name: "Megamacro",
  8366. height: math.unit(5200, "feet")
  8367. },
  8368. {
  8369. name: "Gigamacro",
  8370. height: math.unit(27000, "feet")
  8371. },
  8372. {
  8373. name: "Omega",
  8374. height: math.unit(45000, "feet")
  8375. },
  8376. ]
  8377. ))
  8378. characterMakers.push(() => makeCharacter(
  8379. { name: "Rhys" },
  8380. {
  8381. front: {
  8382. height: math.unit(18, "feet"),
  8383. weight: math.unit(5800, "lb"),
  8384. name: "Front",
  8385. image: {
  8386. source: "./media/characters/rhys/front.svg",
  8387. extra: 3386 / 3090,
  8388. bottom: 0.07
  8389. }
  8390. },
  8391. },
  8392. [
  8393. {
  8394. name: "Normal",
  8395. height: math.unit(18, "feet"),
  8396. default: true
  8397. },
  8398. {
  8399. name: "Working Size",
  8400. height: math.unit(200, "feet")
  8401. },
  8402. {
  8403. name: "Demolition Size",
  8404. height: math.unit(2000, "feet")
  8405. },
  8406. {
  8407. name: "Maximum Licensed Size",
  8408. height: math.unit(5, "miles")
  8409. },
  8410. {
  8411. name: "Maximum Observed Size",
  8412. height: math.unit(10, "yottameters")
  8413. },
  8414. ]
  8415. ))
  8416. characterMakers.push(() => makeCharacter(
  8417. { name: "Toto" },
  8418. {
  8419. front: {
  8420. height: math.unit(6, "feet"),
  8421. weight: math.unit(250, "lb"),
  8422. name: "Front",
  8423. image: {
  8424. source: "./media/characters/toto/front.svg",
  8425. extra: 527 / 479,
  8426. bottom: 0.05
  8427. }
  8428. },
  8429. },
  8430. [
  8431. {
  8432. name: "Micro",
  8433. height: math.unit(3, "feet")
  8434. },
  8435. {
  8436. name: "Normal",
  8437. height: math.unit(10, "feet")
  8438. },
  8439. {
  8440. name: "Macro",
  8441. height: math.unit(150, "feet"),
  8442. default: true
  8443. },
  8444. {
  8445. name: "Megamacro",
  8446. height: math.unit(1200, "feet")
  8447. },
  8448. ]
  8449. ))
  8450. characterMakers.push(() => makeCharacter(
  8451. { name: "King" },
  8452. {
  8453. back: {
  8454. height: math.unit(6, "feet"),
  8455. weight: math.unit(150, "lb"),
  8456. name: "Back",
  8457. image: {
  8458. source: "./media/characters/king/back.svg"
  8459. }
  8460. },
  8461. },
  8462. [
  8463. {
  8464. name: "Micro",
  8465. height: math.unit(2, "inches")
  8466. },
  8467. {
  8468. name: "Normal",
  8469. height: math.unit(8, "feet")
  8470. },
  8471. {
  8472. name: "Macro",
  8473. height: math.unit(200, "feet"),
  8474. default: true
  8475. },
  8476. {
  8477. name: "Megamacro",
  8478. height: math.unit(50, "miles")
  8479. },
  8480. ]
  8481. ))
  8482. characterMakers.push(() => makeCharacter(
  8483. { name: "Cordite" },
  8484. {
  8485. anthro: {
  8486. height: math.unit(6 + 5 / 12, "feet"),
  8487. weight: math.unit(280, "lb"),
  8488. name: "Anthro",
  8489. image: {
  8490. source: "./media/characters/cordite/anthro.svg",
  8491. extra: 1986 / 1905,
  8492. bottom: 0.025
  8493. }
  8494. },
  8495. feral: {
  8496. height: math.unit(2, "feet"),
  8497. weight: math.unit(90, "lb"),
  8498. name: "Feral",
  8499. image: {
  8500. source: "./media/characters/cordite/feral.svg",
  8501. extra: 1260 / 755,
  8502. bottom: 0.05
  8503. }
  8504. },
  8505. },
  8506. [
  8507. {
  8508. name: "Normal",
  8509. height: math.unit(6 + 5 / 12, "feet"),
  8510. default: true
  8511. },
  8512. ]
  8513. ))
  8514. characterMakers.push(() => makeCharacter(
  8515. { name: "Pianostrong" },
  8516. {
  8517. front: {
  8518. height: math.unit(6, "feet"),
  8519. weight: math.unit(150, "lb"),
  8520. name: "Front",
  8521. image: {
  8522. source: "./media/characters/pianostrong/front.svg",
  8523. extra: 6577 / 6254,
  8524. bottom: 0.02
  8525. }
  8526. },
  8527. side: {
  8528. height: math.unit(6, "feet"),
  8529. weight: math.unit(150, "lb"),
  8530. name: "Side",
  8531. image: {
  8532. source: "./media/characters/pianostrong/side.svg",
  8533. extra: 6106 / 5730
  8534. }
  8535. },
  8536. back: {
  8537. height: math.unit(6, "feet"),
  8538. weight: math.unit(150, "lb"),
  8539. name: "Back",
  8540. image: {
  8541. source: "./media/characters/pianostrong/back.svg",
  8542. extra: 6085 / 5733,
  8543. bottom: 0.01
  8544. }
  8545. },
  8546. },
  8547. [
  8548. {
  8549. name: "Macro",
  8550. height: math.unit(100, "feet")
  8551. },
  8552. {
  8553. name: "Macro+",
  8554. height: math.unit(300, "feet"),
  8555. default: true
  8556. },
  8557. {
  8558. name: "Macro++",
  8559. height: math.unit(1000, "feet")
  8560. },
  8561. ]
  8562. ))
  8563. characterMakers.push(() => makeCharacter(
  8564. { name: "Kona" },
  8565. {
  8566. front: {
  8567. height: math.unit(6, "feet"),
  8568. weight: math.unit(150, "lb"),
  8569. name: "Front",
  8570. image: {
  8571. source: "./media/characters/kona/front.svg",
  8572. extra: 2960 / 2629,
  8573. bottom: 0.005
  8574. }
  8575. },
  8576. },
  8577. [
  8578. {
  8579. name: "Normal",
  8580. height: math.unit(11 + 8 / 12, "feet")
  8581. },
  8582. {
  8583. name: "Macro",
  8584. height: math.unit(850, "feet"),
  8585. default: true
  8586. },
  8587. {
  8588. name: "Macro+",
  8589. height: math.unit(1.5, "km"),
  8590. default: true
  8591. },
  8592. {
  8593. name: "Megamacro",
  8594. height: math.unit(80, "miles")
  8595. },
  8596. {
  8597. name: "Gigamacro",
  8598. height: math.unit(3500, "miles")
  8599. },
  8600. ]
  8601. ))
  8602. characterMakers.push(() => makeCharacter(
  8603. { name: "Levi" },
  8604. {
  8605. side: {
  8606. height: math.unit(1.9, "meters"),
  8607. weight: math.unit(326, "kg"),
  8608. name: "Side",
  8609. image: {
  8610. source: "./media/characters/levi/side.svg",
  8611. extra: 1704 / 1334,
  8612. bottom: 0.02
  8613. }
  8614. },
  8615. },
  8616. [
  8617. {
  8618. name: "Normal",
  8619. height: math.unit(1.9, "meters"),
  8620. default: true
  8621. },
  8622. {
  8623. name: "Macro",
  8624. height: math.unit(20, "meters")
  8625. },
  8626. {
  8627. name: "Macro+",
  8628. height: math.unit(200, "meters")
  8629. },
  8630. {
  8631. name: "Megamacro",
  8632. height: math.unit(2, "km")
  8633. },
  8634. {
  8635. name: "Megamacro+",
  8636. height: math.unit(20, "km")
  8637. },
  8638. {
  8639. name: "Gigamacro",
  8640. height: math.unit(2500, "km")
  8641. },
  8642. {
  8643. name: "Gigamacro+",
  8644. height: math.unit(120000, "km")
  8645. },
  8646. {
  8647. name: "Teramacro",
  8648. height: math.unit(7.77e6, "km")
  8649. },
  8650. ]
  8651. ))
  8652. characterMakers.push(() => makeCharacter(
  8653. { name: "BMC" },
  8654. {
  8655. front: {
  8656. height: math.unit(6 + 4 / 12, "feet"),
  8657. weight: math.unit(188, "lb"),
  8658. name: "Front",
  8659. image: {
  8660. source: "./media/characters/bmc/front.svg",
  8661. extra: 1067 / 1022,
  8662. bottom: 0.047
  8663. }
  8664. },
  8665. },
  8666. [
  8667. {
  8668. name: "Human-sized",
  8669. height: math.unit(6 + 4 / 12, "feet")
  8670. },
  8671. {
  8672. name: "Small",
  8673. height: math.unit(250, "feet")
  8674. },
  8675. {
  8676. name: "Normal",
  8677. height: math.unit(1250, "feet"),
  8678. default: true
  8679. },
  8680. {
  8681. name: "Good Day",
  8682. height: math.unit(88, "miles")
  8683. },
  8684. {
  8685. name: "Largest Measured Size",
  8686. height: math.unit(11.2e6, "lightyears")
  8687. },
  8688. ]
  8689. ))
  8690. characterMakers.push(() => makeCharacter(
  8691. { name: "Sven the Kaiju" },
  8692. {
  8693. front: {
  8694. height: math.unit(20, "feet"),
  8695. weight: math.unit(2016, "kg"),
  8696. name: "Front",
  8697. image: {
  8698. source: "./media/characters/sven-the-kaiju/front.svg",
  8699. extra: 1479 / 1449,
  8700. bottom: 0.05
  8701. }
  8702. },
  8703. },
  8704. [
  8705. {
  8706. name: "Fairy",
  8707. height: math.unit(6, "inches")
  8708. },
  8709. {
  8710. name: "Normal",
  8711. height: math.unit(20, "feet"),
  8712. default: true
  8713. },
  8714. {
  8715. name: "Rampage",
  8716. height: math.unit(200, "feet")
  8717. },
  8718. {
  8719. name: "Archfey Forest Guardian",
  8720. height: math.unit(1, "mile")
  8721. },
  8722. ]
  8723. ))
  8724. characterMakers.push(() => makeCharacter(
  8725. { name: "Marik" },
  8726. {
  8727. front: {
  8728. height: math.unit(4, "meters"),
  8729. weight: math.unit(2, "tons"),
  8730. name: "Front",
  8731. image: {
  8732. source: "./media/characters/marik/front.svg",
  8733. extra: 1057 / 1003,
  8734. bottom: 0.08
  8735. }
  8736. },
  8737. },
  8738. [
  8739. {
  8740. name: "Normal",
  8741. height: math.unit(4, "meters"),
  8742. default: true
  8743. },
  8744. {
  8745. name: "Macro",
  8746. height: math.unit(20, "meters")
  8747. },
  8748. {
  8749. name: "Megamacro",
  8750. height: math.unit(50, "km")
  8751. },
  8752. {
  8753. name: "Gigamacro",
  8754. height: math.unit(100, "km")
  8755. },
  8756. {
  8757. name: "Alpha Macro",
  8758. height: math.unit(7.88e7, "yottameters")
  8759. },
  8760. ]
  8761. ))
  8762. characterMakers.push(() => makeCharacter(
  8763. { name: "Mel" },
  8764. {
  8765. front: {
  8766. height: math.unit(6, "feet"),
  8767. weight: math.unit(110, "lb"),
  8768. name: "Front",
  8769. image: {
  8770. source: "./media/characters/mel/front.svg",
  8771. extra: 736 / 617,
  8772. bottom: 0.017
  8773. }
  8774. },
  8775. },
  8776. [
  8777. {
  8778. name: "Pico",
  8779. height: math.unit(3, "pm")
  8780. },
  8781. {
  8782. name: "Nano",
  8783. height: math.unit(3, "nm")
  8784. },
  8785. {
  8786. name: "Micro",
  8787. height: math.unit(0.3, "mm"),
  8788. default: true
  8789. },
  8790. {
  8791. name: "Micro+",
  8792. height: math.unit(3, "mm")
  8793. },
  8794. {
  8795. name: "Normal",
  8796. height: math.unit(5 + 10.5 / 12, "feet")
  8797. },
  8798. ]
  8799. ))
  8800. characterMakers.push(() => makeCharacter(
  8801. { name: "Lykonous" },
  8802. {
  8803. kaiju: {
  8804. height: math.unit(1.75, "meters"),
  8805. weight: math.unit(55, "kg"),
  8806. name: "Kaiju",
  8807. image: {
  8808. source: "./media/characters/lykonous/kaiju.svg",
  8809. extra: 1055 / 946,
  8810. bottom: 0.135
  8811. }
  8812. },
  8813. },
  8814. [
  8815. {
  8816. name: "Normal",
  8817. height: math.unit(2.5, "meters"),
  8818. default: true
  8819. },
  8820. {
  8821. name: "Kaiju Dragon",
  8822. height: math.unit(60, "meters")
  8823. },
  8824. {
  8825. name: "Mega Kaiju",
  8826. height: math.unit(120, "km")
  8827. },
  8828. {
  8829. name: "Giga Kaiju",
  8830. height: math.unit(200, "megameters")
  8831. },
  8832. {
  8833. name: "Terra Kaiju",
  8834. height: math.unit(400, "gigameters")
  8835. },
  8836. {
  8837. name: "Kaiju Dragon God",
  8838. height: math.unit(13000, "exaparsecs")
  8839. },
  8840. ]
  8841. ))
  8842. characterMakers.push(() => makeCharacter(
  8843. { name: "Blü" },
  8844. {
  8845. front: {
  8846. height: math.unit(6, "feet"),
  8847. weight: math.unit(150, "lb"),
  8848. name: "Front",
  8849. image: {
  8850. source: "./media/characters/blü/front.svg",
  8851. extra: 1883 / 1564,
  8852. bottom: 0.031
  8853. }
  8854. },
  8855. },
  8856. [
  8857. {
  8858. name: "Normal",
  8859. height: math.unit(13, "feet"),
  8860. default: true
  8861. },
  8862. {
  8863. name: "Big Boi",
  8864. height: math.unit(150, "meters")
  8865. },
  8866. {
  8867. name: "Mini Stomper",
  8868. height: math.unit(300, "meters")
  8869. },
  8870. {
  8871. name: "Macro",
  8872. height: math.unit(1000, "meters")
  8873. },
  8874. {
  8875. name: "Megamacro",
  8876. height: math.unit(11000, "meters")
  8877. },
  8878. {
  8879. name: "Gigamacro",
  8880. height: math.unit(11000, "km")
  8881. },
  8882. {
  8883. name: "Teramacro",
  8884. height: math.unit(420000, "km")
  8885. },
  8886. {
  8887. name: "Examacro",
  8888. height: math.unit(120, "parsecs")
  8889. },
  8890. {
  8891. name: "God Tho",
  8892. height: math.unit(98000000000, "parsecs")
  8893. },
  8894. ]
  8895. ))
  8896. characterMakers.push(() => makeCharacter(
  8897. { name: "Scales" },
  8898. {
  8899. taurFront: {
  8900. height: math.unit(6, "feet"),
  8901. weight: math.unit(200, "lb"),
  8902. name: "Taur (Front)",
  8903. image: {
  8904. source: "./media/characters/scales/taur-front.svg",
  8905. extra: 1,
  8906. bottom: 0.05
  8907. }
  8908. },
  8909. taurBack: {
  8910. height: math.unit(6, "feet"),
  8911. weight: math.unit(200, "lb"),
  8912. name: "Taur (Back)",
  8913. image: {
  8914. source: "./media/characters/scales/taur-back.svg",
  8915. extra: 1,
  8916. bottom: 0.08
  8917. }
  8918. },
  8919. anthro: {
  8920. height: math.unit(6 * 7 / 12, "feet"),
  8921. weight: math.unit(100, "lb"),
  8922. name: "Anthro",
  8923. image: {
  8924. source: "./media/characters/scales/anthro.svg",
  8925. extra: 1,
  8926. bottom: 0.06
  8927. }
  8928. },
  8929. },
  8930. [
  8931. {
  8932. name: "Normal",
  8933. height: math.unit(12, "feet"),
  8934. default: true
  8935. },
  8936. ]
  8937. ))
  8938. characterMakers.push(() => makeCharacter(
  8939. { name: "Koragos" },
  8940. {
  8941. front: {
  8942. height: math.unit(6, "feet"),
  8943. weight: math.unit(150, "lb"),
  8944. name: "Front",
  8945. image: {
  8946. source: "./media/characters/koragos/front.svg",
  8947. extra: 841 / 794,
  8948. bottom: 0.035
  8949. }
  8950. },
  8951. back: {
  8952. height: math.unit(6, "feet"),
  8953. weight: math.unit(150, "lb"),
  8954. name: "Back",
  8955. image: {
  8956. source: "./media/characters/koragos/back.svg",
  8957. extra: 841 / 810,
  8958. bottom: 0.022
  8959. }
  8960. },
  8961. },
  8962. [
  8963. {
  8964. name: "Normal",
  8965. height: math.unit(6 + 11 / 12, "feet"),
  8966. default: true
  8967. },
  8968. {
  8969. name: "Macro",
  8970. height: math.unit(490, "feet")
  8971. },
  8972. {
  8973. name: "Megamacro",
  8974. height: math.unit(10, "miles")
  8975. },
  8976. {
  8977. name: "Gigamacro",
  8978. height: math.unit(50, "miles")
  8979. },
  8980. ]
  8981. ))
  8982. characterMakers.push(() => makeCharacter(
  8983. { name: "Xylrem" },
  8984. {
  8985. front: {
  8986. height: math.unit(6, "feet"),
  8987. weight: math.unit(250, "lb"),
  8988. name: "Front",
  8989. image: {
  8990. source: "./media/characters/xylrem/front.svg",
  8991. extra: 3323 / 3050,
  8992. bottom: 0.065
  8993. }
  8994. },
  8995. },
  8996. [
  8997. {
  8998. name: "Micro",
  8999. height: math.unit(4, "feet")
  9000. },
  9001. {
  9002. name: "Normal",
  9003. height: math.unit(16, "feet"),
  9004. default: true
  9005. },
  9006. {
  9007. name: "Macro",
  9008. height: math.unit(2720, "feet")
  9009. },
  9010. {
  9011. name: "Megamacro",
  9012. height: math.unit(25000, "miles")
  9013. },
  9014. ]
  9015. ))
  9016. characterMakers.push(() => makeCharacter(
  9017. { name: "Ikideru" },
  9018. {
  9019. front: {
  9020. height: math.unit(8, "feet"),
  9021. weight: math.unit(250, "kg"),
  9022. name: "Front",
  9023. image: {
  9024. source: "./media/characters/ikideru/front.svg",
  9025. extra: 930 / 870,
  9026. bottom: 0.087
  9027. }
  9028. },
  9029. back: {
  9030. height: math.unit(8, "feet"),
  9031. weight: math.unit(250, "kg"),
  9032. name: "Back",
  9033. image: {
  9034. source: "./media/characters/ikideru/back.svg",
  9035. extra: 919 / 852,
  9036. bottom: 0.055
  9037. }
  9038. },
  9039. },
  9040. [
  9041. {
  9042. name: "Rare",
  9043. height: math.unit(8, "feet"),
  9044. default: true
  9045. },
  9046. {
  9047. name: "Playful Loom",
  9048. height: math.unit(80, "feet")
  9049. },
  9050. {
  9051. name: "City Leaner",
  9052. height: math.unit(230, "feet")
  9053. },
  9054. {
  9055. name: "Megamacro",
  9056. height: math.unit(2500, "feet")
  9057. },
  9058. {
  9059. name: "Gigamacro",
  9060. height: math.unit(26400, "feet")
  9061. },
  9062. {
  9063. name: "Tectonic Shifter",
  9064. height: math.unit(1.7, "megameters")
  9065. },
  9066. {
  9067. name: "Planet Carer",
  9068. height: math.unit(21, "megameters")
  9069. },
  9070. {
  9071. name: "God",
  9072. height: math.unit(11157.22, "parsecs")
  9073. },
  9074. ]
  9075. ))
  9076. characterMakers.push(() => makeCharacter(
  9077. { name: "Neo" },
  9078. {
  9079. front: {
  9080. height: math.unit(6, "feet"),
  9081. weight: math.unit(120, "lb"),
  9082. name: "Front",
  9083. image: {
  9084. source: "./media/characters/neo/front.svg"
  9085. }
  9086. },
  9087. },
  9088. [
  9089. {
  9090. name: "Micro",
  9091. height: math.unit(2, "inches"),
  9092. default: true
  9093. },
  9094. {
  9095. name: "Human Size",
  9096. height: math.unit(5 + 8 / 12, "feet")
  9097. },
  9098. ]
  9099. ))
  9100. characterMakers.push(() => makeCharacter(
  9101. { name: "Chauncey (Chantz)" },
  9102. {
  9103. front: {
  9104. height: math.unit(13 + 10 / 12, "feet"),
  9105. weight: math.unit(5320, "lb"),
  9106. name: "Front",
  9107. image: {
  9108. source: "./media/characters/chauncey-chantz/front.svg",
  9109. extra: 1587 / 1435,
  9110. bottom: 0.02
  9111. }
  9112. },
  9113. },
  9114. [
  9115. {
  9116. name: "Normal",
  9117. height: math.unit(13 + 10 / 12, "feet"),
  9118. default: true
  9119. },
  9120. {
  9121. name: "Macro",
  9122. height: math.unit(45, "feet")
  9123. },
  9124. {
  9125. name: "Megamacro",
  9126. height: math.unit(250, "miles")
  9127. },
  9128. {
  9129. name: "Planetary",
  9130. height: math.unit(10000, "miles")
  9131. },
  9132. {
  9133. name: "Galactic",
  9134. height: math.unit(40000, "parsecs")
  9135. },
  9136. {
  9137. name: "Universal",
  9138. height: math.unit(1, "yottameter")
  9139. },
  9140. ]
  9141. ))
  9142. characterMakers.push(() => makeCharacter(
  9143. { name: "Epifox" },
  9144. {
  9145. front: {
  9146. height: math.unit(6, "feet"),
  9147. weight: math.unit(150, "lb"),
  9148. name: "Front",
  9149. image: {
  9150. source: "./media/characters/epifox/front.svg",
  9151. extra: 1,
  9152. bottom: 0.075
  9153. }
  9154. },
  9155. },
  9156. [
  9157. {
  9158. name: "Micro",
  9159. height: math.unit(6, "inches")
  9160. },
  9161. {
  9162. name: "Normal",
  9163. height: math.unit(12, "feet"),
  9164. default: true
  9165. },
  9166. {
  9167. name: "Macro",
  9168. height: math.unit(3810, "feet")
  9169. },
  9170. {
  9171. name: "Megamacro",
  9172. height: math.unit(500, "miles")
  9173. },
  9174. ]
  9175. ))
  9176. characterMakers.push(() => makeCharacter(
  9177. { name: "Colin T." },
  9178. {
  9179. front: {
  9180. height: math.unit(1.8796, "m"),
  9181. weight: math.unit(230, "lb"),
  9182. name: "Front",
  9183. image: {
  9184. source: "./media/characters/colin-t/front.svg",
  9185. extra: 1272 / 1193,
  9186. bottom: 0.07
  9187. }
  9188. },
  9189. },
  9190. [
  9191. {
  9192. name: "Micro",
  9193. height: math.unit(0.571, "meters")
  9194. },
  9195. {
  9196. name: "Normal",
  9197. height: math.unit(1.8796, "meters"),
  9198. default: true
  9199. },
  9200. {
  9201. name: "Tall",
  9202. height: math.unit(4, "meters")
  9203. },
  9204. {
  9205. name: "Macro",
  9206. height: math.unit(67.241, "meters")
  9207. },
  9208. {
  9209. name: "Megamacro",
  9210. height: math.unit(371.856, "meters")
  9211. },
  9212. {
  9213. name: "Planetary",
  9214. height: math.unit(12631.5689, "km")
  9215. },
  9216. ]
  9217. ))
  9218. characterMakers.push(() => makeCharacter(
  9219. { name: "Matvei" },
  9220. {
  9221. front: {
  9222. height: math.unit(1.85, "meters"),
  9223. weight: math.unit(80, "kg"),
  9224. name: "Front",
  9225. image: {
  9226. source: "./media/characters/matvei/front.svg",
  9227. extra: 614 / 594,
  9228. bottom: 0.01
  9229. }
  9230. },
  9231. },
  9232. [
  9233. {
  9234. name: "Normal",
  9235. height: math.unit(1.85, "meters"),
  9236. default: true
  9237. },
  9238. ]
  9239. ))
  9240. characterMakers.push(() => makeCharacter(
  9241. { name: "Quincy" },
  9242. {
  9243. front: {
  9244. height: math.unit(5 + 9 / 12, "feet"),
  9245. weight: math.unit(70, "lb"),
  9246. name: "Front",
  9247. image: {
  9248. source: "./media/characters/quincy/front.svg",
  9249. extra: 3041 / 2751
  9250. }
  9251. },
  9252. back: {
  9253. height: math.unit(5 + 9 / 12, "feet"),
  9254. weight: math.unit(70, "lb"),
  9255. name: "Back",
  9256. image: {
  9257. source: "./media/characters/quincy/back.svg",
  9258. extra: 3041 / 2751
  9259. }
  9260. },
  9261. flying: {
  9262. height: math.unit(5 + 4 / 12, "feet"),
  9263. weight: math.unit(70, "lb"),
  9264. name: "Flying",
  9265. image: {
  9266. source: "./media/characters/quincy/flying.svg",
  9267. extra: 1044 / 930
  9268. }
  9269. },
  9270. },
  9271. [
  9272. {
  9273. name: "Micro",
  9274. height: math.unit(3, "cm")
  9275. },
  9276. {
  9277. name: "Normal",
  9278. height: math.unit(5 + 9 / 12, "feet")
  9279. },
  9280. {
  9281. name: "Macro",
  9282. height: math.unit(200, "meters"),
  9283. default: true
  9284. },
  9285. {
  9286. name: "Megamacro",
  9287. height: math.unit(1000, "meters")
  9288. },
  9289. ]
  9290. ))
  9291. characterMakers.push(() => makeCharacter(
  9292. { name: "Vanrel" },
  9293. {
  9294. front: {
  9295. height: math.unit(4 + 7 / 12, "feet"),
  9296. weight: math.unit(150, "lb"),
  9297. name: "Front",
  9298. image: {
  9299. source: "./media/characters/vanrel/front.svg",
  9300. extra: 1,
  9301. bottom: 0.02
  9302. }
  9303. },
  9304. elemental: {
  9305. height: math.unit(4 + 2/12, "feet"),
  9306. weight: math.unit(150, "lb"),
  9307. name: "Elemental",
  9308. image: {
  9309. source: "./media/characters/vanrel/elemental.svg"
  9310. }
  9311. },
  9312. side: {
  9313. height: math.unit(4 + 7 / 12, "feet"),
  9314. weight: math.unit(150, "lb"),
  9315. name: "Side",
  9316. image: {
  9317. source: "./media/characters/vanrel/side.svg",
  9318. extra: 1,
  9319. bottom: 0.025
  9320. }
  9321. },
  9322. tome: {
  9323. height: math.unit(1.35, "feet"),
  9324. weight: math.unit(10, "lb"),
  9325. name: "Vanrel's Tome",
  9326. rename: true,
  9327. image: {
  9328. source: "./media/characters/vanrel/tome.svg"
  9329. }
  9330. },
  9331. beans: {
  9332. height: math.unit(0.89, "feet"),
  9333. name: "Beans",
  9334. image: {
  9335. source: "./media/characters/vanrel/beans.svg"
  9336. }
  9337. },
  9338. },
  9339. [
  9340. {
  9341. name: "Normal",
  9342. height: math.unit(4 + 7 / 12, "feet"),
  9343. default: true
  9344. },
  9345. ]
  9346. ))
  9347. characterMakers.push(() => makeCharacter(
  9348. { name: "Kuiper Vanrel" },
  9349. {
  9350. front: {
  9351. height: math.unit(7 + 5 / 12, "feet"),
  9352. weight: math.unit(150, "lb"),
  9353. name: "Front",
  9354. image: {
  9355. source: "./media/characters/kuiper-vanrel/front.svg",
  9356. extra: 1118 / 1068,
  9357. bottom: 0.09
  9358. }
  9359. },
  9360. foot: {
  9361. height: math.unit(0.55, "meters"),
  9362. name: "Foot",
  9363. image: {
  9364. source: "./media/characters/kuiper-vanrel/foot.svg",
  9365. }
  9366. },
  9367. },
  9368. [
  9369. {
  9370. name: "Normal",
  9371. height: math.unit(7 + 5 / 12, "feet"),
  9372. default: true
  9373. },
  9374. ]
  9375. ))
  9376. characterMakers.push(() => makeCharacter(
  9377. { name: "Keset Vanrel" },
  9378. {
  9379. front: {
  9380. height: math.unit(8 + 5 / 12, "feet"),
  9381. weight: math.unit(150, "lb"),
  9382. name: "Front",
  9383. image: {
  9384. source: "./media/characters/keset-vanrel/front.svg",
  9385. extra: 1150 / 1084,
  9386. bottom: 0.05
  9387. }
  9388. },
  9389. hand: {
  9390. height: math.unit(0.6, "meters"),
  9391. name: "Hand",
  9392. image: {
  9393. source: "./media/characters/keset-vanrel/hand.svg"
  9394. }
  9395. },
  9396. foot: {
  9397. height: math.unit(0.94978, "meters"),
  9398. name: "Foot",
  9399. image: {
  9400. source: "./media/characters/keset-vanrel/foot.svg"
  9401. }
  9402. },
  9403. },
  9404. [
  9405. {
  9406. name: "Normal",
  9407. height: math.unit(8 + 5 / 12, "feet"),
  9408. default: true
  9409. },
  9410. ]
  9411. ))
  9412. characterMakers.push(() => makeCharacter(
  9413. { name: "Neos" },
  9414. {
  9415. front: {
  9416. height: math.unit(6, "feet"),
  9417. weight: math.unit(150, "lb"),
  9418. name: "Front",
  9419. image: {
  9420. source: "./media/characters/neos/front.svg",
  9421. extra: 1696 / 992,
  9422. bottom: 0.14
  9423. }
  9424. },
  9425. },
  9426. [
  9427. {
  9428. name: "Normal",
  9429. height: math.unit(54, "cm"),
  9430. default: true
  9431. },
  9432. {
  9433. name: "Macro",
  9434. height: math.unit(100, "m")
  9435. },
  9436. {
  9437. name: "Megamacro",
  9438. height: math.unit(10, "km")
  9439. },
  9440. {
  9441. name: "Megamacro+",
  9442. height: math.unit(100, "km")
  9443. },
  9444. {
  9445. name: "Gigamacro",
  9446. height: math.unit(100, "Mm")
  9447. },
  9448. {
  9449. name: "Teramacro",
  9450. height: math.unit(100, "Gm")
  9451. },
  9452. {
  9453. name: "Examacro",
  9454. height: math.unit(100, "Em")
  9455. },
  9456. {
  9457. name: "Godly",
  9458. height: math.unit(10000, "Ym")
  9459. },
  9460. {
  9461. name: "Beyond Godly",
  9462. height: math.unit(10000000, "Ym")
  9463. },
  9464. ]
  9465. ))
  9466. characterMakers.push(() => makeCharacter(
  9467. { name: "Sammy Mouse" },
  9468. {
  9469. feminine: {
  9470. height: math.unit(5, "feet"),
  9471. weight: math.unit(100, "lb"),
  9472. name: "Feminine",
  9473. image: {
  9474. source: "./media/characters/sammy-mouse/feminine.svg",
  9475. extra: 2526 / 2425,
  9476. bottom: 0.123
  9477. }
  9478. },
  9479. masculine: {
  9480. height: math.unit(5, "feet"),
  9481. weight: math.unit(100, "lb"),
  9482. name: "Masculine",
  9483. image: {
  9484. source: "./media/characters/sammy-mouse/masculine.svg",
  9485. extra: 2526 / 2425,
  9486. bottom: 0.123
  9487. }
  9488. },
  9489. },
  9490. [
  9491. {
  9492. name: "Micro",
  9493. height: math.unit(5, "inches")
  9494. },
  9495. {
  9496. name: "Normal",
  9497. height: math.unit(5, "feet"),
  9498. default: true
  9499. },
  9500. {
  9501. name: "Macro",
  9502. height: math.unit(60, "feet")
  9503. },
  9504. ]
  9505. ))
  9506. characterMakers.push(() => makeCharacter(
  9507. { name: "Kole" },
  9508. {
  9509. front: {
  9510. height: math.unit(4, "feet"),
  9511. weight: math.unit(50, "lb"),
  9512. name: "Front",
  9513. image: {
  9514. source: "./media/characters/kole/front.svg",
  9515. extra: 1423 / 1303,
  9516. bottom: 0.025
  9517. }
  9518. },
  9519. back: {
  9520. height: math.unit(4, "feet"),
  9521. weight: math.unit(50, "lb"),
  9522. name: "Back",
  9523. image: {
  9524. source: "./media/characters/kole/back.svg",
  9525. extra: 1426 / 1280,
  9526. bottom: 0.02
  9527. }
  9528. },
  9529. },
  9530. [
  9531. {
  9532. name: "Normal",
  9533. height: math.unit(4, "feet"),
  9534. default: true
  9535. },
  9536. ]
  9537. ))
  9538. characterMakers.push(() => makeCharacter(
  9539. { name: "Rufran" },
  9540. {
  9541. front: {
  9542. height: math.unit(2 + 6 / 12, "feet"),
  9543. weight: math.unit(20, "lb"),
  9544. name: "Front",
  9545. image: {
  9546. source: "./media/characters/rufran/front.svg",
  9547. extra: 2041 / 1839,
  9548. bottom: 0.055
  9549. }
  9550. },
  9551. back: {
  9552. height: math.unit(2 + 6 / 12, "feet"),
  9553. weight: math.unit(20, "lb"),
  9554. name: "Back",
  9555. image: {
  9556. source: "./media/characters/rufran/back.svg",
  9557. extra: 2054 / 1839,
  9558. bottom: 0.01
  9559. }
  9560. },
  9561. hand: {
  9562. height: math.unit(0.2166, "meters"),
  9563. name: "Hand",
  9564. image: {
  9565. source: "./media/characters/rufran/hand.svg"
  9566. }
  9567. },
  9568. foot: {
  9569. height: math.unit(0.185, "meters"),
  9570. name: "Foot",
  9571. image: {
  9572. source: "./media/characters/rufran/foot.svg"
  9573. }
  9574. },
  9575. },
  9576. [
  9577. {
  9578. name: "Micro",
  9579. height: math.unit(1, "inch")
  9580. },
  9581. {
  9582. name: "Normal",
  9583. height: math.unit(2 + 6 / 12, "feet"),
  9584. default: true
  9585. },
  9586. {
  9587. name: "Big",
  9588. height: math.unit(60, "feet")
  9589. },
  9590. {
  9591. name: "Macro",
  9592. height: math.unit(325, "feet")
  9593. },
  9594. ]
  9595. ))
  9596. characterMakers.push(() => makeCharacter(
  9597. { name: "Chip" },
  9598. {
  9599. front: {
  9600. height: math.unit(0.3, "meters"),
  9601. weight: math.unit(3.5, "kg"),
  9602. name: "Front",
  9603. image: {
  9604. source: "./media/characters/chip/front.svg",
  9605. extra: 748 / 674
  9606. }
  9607. },
  9608. },
  9609. [
  9610. {
  9611. name: "Micro",
  9612. height: math.unit(1, "inch"),
  9613. default: true
  9614. },
  9615. ]
  9616. ))
  9617. characterMakers.push(() => makeCharacter(
  9618. { name: "Torvid" },
  9619. {
  9620. side: {
  9621. height: math.unit(2.3, "meters"),
  9622. weight: math.unit(3500, "lb"),
  9623. name: "Side",
  9624. image: {
  9625. source: "./media/characters/torvid/side.svg",
  9626. extra: 1972 / 722,
  9627. bottom: 0.035
  9628. }
  9629. },
  9630. },
  9631. [
  9632. {
  9633. name: "Normal",
  9634. height: math.unit(2.3, "meters"),
  9635. default: true
  9636. },
  9637. ]
  9638. ))
  9639. characterMakers.push(() => makeCharacter(
  9640. { name: "Susan" },
  9641. {
  9642. front: {
  9643. height: math.unit(2, "meters"),
  9644. weight: math.unit(150.5, "kg"),
  9645. name: "Front",
  9646. image: {
  9647. source: "./media/characters/susan/front.svg",
  9648. extra: 693 / 635,
  9649. bottom: 0.05
  9650. }
  9651. },
  9652. },
  9653. [
  9654. {
  9655. name: "Megamacro",
  9656. height: math.unit(505, "miles"),
  9657. default: true
  9658. },
  9659. ]
  9660. ))
  9661. characterMakers.push(() => makeCharacter(
  9662. { name: "Raindrops" },
  9663. {
  9664. front: {
  9665. height: math.unit(6, "feet"),
  9666. weight: math.unit(150, "lb"),
  9667. name: "Front",
  9668. image: {
  9669. source: "./media/characters/raindrops/front.svg",
  9670. extra: 2655 / 2461,
  9671. bottom: 0.02
  9672. }
  9673. },
  9674. back: {
  9675. height: math.unit(6, "feet"),
  9676. weight: math.unit(150, "lb"),
  9677. name: "Back",
  9678. image: {
  9679. source: "./media/characters/raindrops/back.svg",
  9680. extra: 2574 / 2400,
  9681. bottom: 0.03
  9682. }
  9683. },
  9684. },
  9685. [
  9686. {
  9687. name: "Micro",
  9688. height: math.unit(6, "inches")
  9689. },
  9690. {
  9691. name: "Normal",
  9692. height: math.unit(6 + 2 / 12, "feet")
  9693. },
  9694. {
  9695. name: "Macro",
  9696. height: math.unit(131, "feet"),
  9697. default: true
  9698. },
  9699. {
  9700. name: "Megamacro",
  9701. height: math.unit(15, "miles")
  9702. },
  9703. {
  9704. name: "Gigamacro",
  9705. height: math.unit(4000, "miles")
  9706. },
  9707. {
  9708. name: "Teramacro",
  9709. height: math.unit(315000, "miles")
  9710. },
  9711. ]
  9712. ))
  9713. characterMakers.push(() => makeCharacter(
  9714. { name: "Tezwa" },
  9715. {
  9716. front: {
  9717. height: math.unit(2.794, "meters"),
  9718. weight: math.unit(325, "kg"),
  9719. name: "Front",
  9720. image: {
  9721. source: "./media/characters/tezwa/front.svg",
  9722. extra: 2083 / 1906,
  9723. bottom: 0.031
  9724. }
  9725. },
  9726. foot: {
  9727. height: math.unit(0.687, "meters"),
  9728. name: "Foot",
  9729. image: {
  9730. source: "./media/characters/tezwa/foot.svg"
  9731. }
  9732. },
  9733. },
  9734. [
  9735. {
  9736. name: "Normal",
  9737. height: math.unit(9 + 2 / 12, "feet"),
  9738. default: true
  9739. },
  9740. ]
  9741. ))
  9742. characterMakers.push(() => makeCharacter(
  9743. { name: "Typhus" },
  9744. {
  9745. front: {
  9746. height: math.unit(58, "feet"),
  9747. weight: math.unit(89000, "lb"),
  9748. name: "Front",
  9749. image: {
  9750. source: "./media/characters/typhus/front.svg",
  9751. extra: 816 / 800,
  9752. bottom: 0.065
  9753. }
  9754. },
  9755. },
  9756. [
  9757. {
  9758. name: "Macro",
  9759. height: math.unit(58, "feet"),
  9760. default: true
  9761. },
  9762. ]
  9763. ))
  9764. characterMakers.push(() => makeCharacter(
  9765. { name: "Lyra Von Wulf" },
  9766. {
  9767. front: {
  9768. height: math.unit(12, "feet"),
  9769. weight: math.unit(6, "tonnes"),
  9770. name: "Front",
  9771. image: {
  9772. source: "./media/characters/lyra-von-wulf/front.svg",
  9773. extra: 1,
  9774. bottom: 0.10
  9775. }
  9776. },
  9777. frontMecha: {
  9778. height: math.unit(12, "feet"),
  9779. weight: math.unit(12, "tonnes"),
  9780. name: "Front (Mecha)",
  9781. image: {
  9782. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9783. extra: 1,
  9784. bottom: 0.042
  9785. }
  9786. },
  9787. maw: {
  9788. height: math.unit(2.2, "feet"),
  9789. name: "Maw",
  9790. image: {
  9791. source: "./media/characters/lyra-von-wulf/maw.svg"
  9792. }
  9793. },
  9794. },
  9795. [
  9796. {
  9797. name: "Normal",
  9798. height: math.unit(12, "feet"),
  9799. default: true
  9800. },
  9801. {
  9802. name: "Classic",
  9803. height: math.unit(50, "feet")
  9804. },
  9805. {
  9806. name: "Macro",
  9807. height: math.unit(500, "feet")
  9808. },
  9809. {
  9810. name: "Megamacro",
  9811. height: math.unit(1, "mile")
  9812. },
  9813. {
  9814. name: "Gigamacro",
  9815. height: math.unit(400, "miles")
  9816. },
  9817. {
  9818. name: "Teramacro",
  9819. height: math.unit(22000, "miles")
  9820. },
  9821. {
  9822. name: "Solarmacro",
  9823. height: math.unit(8600000, "miles")
  9824. },
  9825. {
  9826. name: "Galactic",
  9827. height: math.unit(1057000, "lightyears")
  9828. },
  9829. ]
  9830. ))
  9831. characterMakers.push(() => makeCharacter(
  9832. { name: "Dixon" },
  9833. {
  9834. front: {
  9835. height: math.unit(6 + 10 / 12, "feet"),
  9836. weight: math.unit(150, "lb"),
  9837. name: "Front",
  9838. image: {
  9839. source: "./media/characters/dixon/front.svg",
  9840. extra: 3361 / 3209,
  9841. bottom: 0.01
  9842. }
  9843. },
  9844. },
  9845. [
  9846. {
  9847. name: "Normal",
  9848. height: math.unit(6 + 10 / 12, "feet"),
  9849. default: true
  9850. },
  9851. {
  9852. name: "Big",
  9853. height: math.unit(12, "meters")
  9854. },
  9855. {
  9856. name: "Macro",
  9857. height: math.unit(500, "meters")
  9858. },
  9859. {
  9860. name: "Megamacro",
  9861. height: math.unit(2, "km")
  9862. },
  9863. ]
  9864. ))
  9865. characterMakers.push(() => makeCharacter(
  9866. { name: "Kauko" },
  9867. {
  9868. front: {
  9869. height: math.unit(185, "cm"),
  9870. weight: math.unit(68, "kg"),
  9871. name: "Front",
  9872. image: {
  9873. source: "./media/characters/kauko/front.svg",
  9874. extra: 1455 / 1421,
  9875. bottom: 0.03
  9876. }
  9877. },
  9878. back: {
  9879. height: math.unit(185, "cm"),
  9880. weight: math.unit(68, "kg"),
  9881. name: "Back",
  9882. image: {
  9883. source: "./media/characters/kauko/back.svg",
  9884. extra: 1455 / 1421,
  9885. bottom: 0.004
  9886. }
  9887. },
  9888. },
  9889. [
  9890. {
  9891. name: "Normal",
  9892. height: math.unit(185, "cm"),
  9893. default: true
  9894. },
  9895. ]
  9896. ))
  9897. characterMakers.push(() => makeCharacter(
  9898. { name: "Varg" },
  9899. {
  9900. front: {
  9901. height: math.unit(6, "feet"),
  9902. weight: math.unit(150, "kg"),
  9903. name: "Front",
  9904. image: {
  9905. source: "./media/characters/varg/front.svg",
  9906. extra: 1108 / 1018,
  9907. bottom: 0.0375
  9908. }
  9909. },
  9910. },
  9911. [
  9912. {
  9913. name: "Normal",
  9914. height: math.unit(5, "meters")
  9915. },
  9916. {
  9917. name: "Macro",
  9918. height: math.unit(200, "meters")
  9919. },
  9920. {
  9921. name: "Megamacro",
  9922. height: math.unit(20, "kilometers")
  9923. },
  9924. {
  9925. name: "True Size",
  9926. height: math.unit(211, "km"),
  9927. default: true
  9928. },
  9929. {
  9930. name: "Gigamacro",
  9931. height: math.unit(1000, "km")
  9932. },
  9933. {
  9934. name: "Gigamacro+",
  9935. height: math.unit(8000, "km")
  9936. },
  9937. {
  9938. name: "Teramacro",
  9939. height: math.unit(1000000, "km")
  9940. },
  9941. ]
  9942. ))
  9943. characterMakers.push(() => makeCharacter(
  9944. { name: "Dayza" },
  9945. {
  9946. front: {
  9947. height: math.unit(7 + 7 / 12, "feet"),
  9948. weight: math.unit(267, "lb"),
  9949. name: "Front",
  9950. image: {
  9951. source: "./media/characters/dayza/front.svg",
  9952. extra: 1262 / 1200,
  9953. bottom: 0.035
  9954. }
  9955. },
  9956. side: {
  9957. height: math.unit(7 + 7 / 12, "feet"),
  9958. weight: math.unit(267, "lb"),
  9959. name: "Side",
  9960. image: {
  9961. source: "./media/characters/dayza/side.svg",
  9962. extra: 1295 / 1245,
  9963. bottom: 0.05
  9964. }
  9965. },
  9966. back: {
  9967. height: math.unit(7 + 7 / 12, "feet"),
  9968. weight: math.unit(267, "lb"),
  9969. name: "Back",
  9970. image: {
  9971. source: "./media/characters/dayza/back.svg",
  9972. extra: 1241 / 1170
  9973. }
  9974. },
  9975. },
  9976. [
  9977. {
  9978. name: "Normal",
  9979. height: math.unit(7 + 7 / 12, "feet"),
  9980. default: true
  9981. },
  9982. {
  9983. name: "Macro",
  9984. height: math.unit(155, "feet")
  9985. },
  9986. ]
  9987. ))
  9988. characterMakers.push(() => makeCharacter(
  9989. { name: "Xanthos" },
  9990. {
  9991. front: {
  9992. height: math.unit(6 + 5 / 12, "feet"),
  9993. weight: math.unit(160, "lb"),
  9994. name: "Front",
  9995. image: {
  9996. source: "./media/characters/xanthos/front.svg",
  9997. extra: 1,
  9998. bottom: 0.04
  9999. }
  10000. },
  10001. back: {
  10002. height: math.unit(6 + 5 / 12, "feet"),
  10003. weight: math.unit(160, "lb"),
  10004. name: "Back",
  10005. image: {
  10006. source: "./media/characters/xanthos/back.svg",
  10007. extra: 1,
  10008. bottom: 0.03
  10009. }
  10010. },
  10011. hand: {
  10012. height: math.unit(0.928, "feet"),
  10013. name: "Hand",
  10014. image: {
  10015. source: "./media/characters/xanthos/hand.svg"
  10016. }
  10017. },
  10018. foot: {
  10019. height: math.unit(1.286, "feet"),
  10020. name: "Foot",
  10021. image: {
  10022. source: "./media/characters/xanthos/foot.svg"
  10023. }
  10024. },
  10025. },
  10026. [
  10027. {
  10028. name: "Normal",
  10029. height: math.unit(6 + 5 / 12, "feet"),
  10030. default: true
  10031. },
  10032. {
  10033. name: "Normal+",
  10034. height: math.unit(6, "meters")
  10035. },
  10036. {
  10037. name: "Macro",
  10038. height: math.unit(40, "feet")
  10039. },
  10040. {
  10041. name: "Macro+",
  10042. height: math.unit(200, "meters")
  10043. },
  10044. {
  10045. name: "Megamacro",
  10046. height: math.unit(20, "km")
  10047. },
  10048. {
  10049. name: "Megamacro+",
  10050. height: math.unit(100, "km")
  10051. },
  10052. ]
  10053. ))
  10054. characterMakers.push(() => makeCharacter(
  10055. { name: "Grynn" },
  10056. {
  10057. front: {
  10058. height: math.unit(6 + 3 / 12, "feet"),
  10059. weight: math.unit(215, "lb"),
  10060. name: "Front",
  10061. image: {
  10062. source: "./media/characters/grynn/front.svg",
  10063. extra: 4627 / 4209,
  10064. bottom: 0.047
  10065. }
  10066. },
  10067. },
  10068. [
  10069. {
  10070. name: "Micro",
  10071. height: math.unit(6, "inches")
  10072. },
  10073. {
  10074. name: "Normal",
  10075. height: math.unit(6 + 3 / 12, "feet"),
  10076. default: true
  10077. },
  10078. {
  10079. name: "Big",
  10080. height: math.unit(104, "feet")
  10081. },
  10082. {
  10083. name: "Macro",
  10084. height: math.unit(944, "feet")
  10085. },
  10086. {
  10087. name: "Macro+",
  10088. height: math.unit(9480, "feet")
  10089. },
  10090. {
  10091. name: "Megamacro",
  10092. height: math.unit(78752, "feet")
  10093. },
  10094. {
  10095. name: "Megamacro+",
  10096. height: math.unit(630128, "feet")
  10097. },
  10098. {
  10099. name: "Megamacro++",
  10100. height: math.unit(3150695, "feet")
  10101. },
  10102. ]
  10103. ))
  10104. characterMakers.push(() => makeCharacter(
  10105. { name: "Mocha Aura" },
  10106. {
  10107. front: {
  10108. height: math.unit(7 + 5 / 12, "feet"),
  10109. weight: math.unit(450, "lb"),
  10110. name: "Front",
  10111. image: {
  10112. source: "./media/characters/mocha-aura/front.svg",
  10113. extra: 1907 / 1817,
  10114. bottom: 0.04
  10115. }
  10116. },
  10117. back: {
  10118. height: math.unit(7 + 5 / 12, "feet"),
  10119. weight: math.unit(450, "lb"),
  10120. name: "Back",
  10121. image: {
  10122. source: "./media/characters/mocha-aura/back.svg",
  10123. extra: 1900 / 1825,
  10124. bottom: 0.045
  10125. }
  10126. },
  10127. },
  10128. [
  10129. {
  10130. name: "Nano",
  10131. height: math.unit(1, "nm")
  10132. },
  10133. {
  10134. name: "Megamicro",
  10135. height: math.unit(1, "mm")
  10136. },
  10137. {
  10138. name: "Micro",
  10139. height: math.unit(3, "inches")
  10140. },
  10141. {
  10142. name: "Normal",
  10143. height: math.unit(7 + 5 / 12, "feet"),
  10144. default: true
  10145. },
  10146. {
  10147. name: "Macro",
  10148. height: math.unit(30, "feet")
  10149. },
  10150. {
  10151. name: "Megamacro",
  10152. height: math.unit(3500, "feet")
  10153. },
  10154. {
  10155. name: "Teramacro",
  10156. height: math.unit(500000, "miles")
  10157. },
  10158. {
  10159. name: "Petamacro",
  10160. height: math.unit(50000000000000000, "parsecs")
  10161. },
  10162. ]
  10163. ))
  10164. characterMakers.push(() => makeCharacter(
  10165. { name: "Ilisha Devya" },
  10166. {
  10167. front: {
  10168. height: math.unit(6, "feet"),
  10169. weight: math.unit(150, "lb"),
  10170. name: "Front",
  10171. image: {
  10172. source: "./media/characters/ilisha-devya/front.svg",
  10173. extra: 1,
  10174. bottom: 0.175
  10175. }
  10176. },
  10177. back: {
  10178. height: math.unit(6, "feet"),
  10179. weight: math.unit(150, "lb"),
  10180. name: "Back",
  10181. image: {
  10182. source: "./media/characters/ilisha-devya/back.svg",
  10183. extra: 1,
  10184. bottom: 0.015
  10185. }
  10186. },
  10187. },
  10188. [
  10189. {
  10190. name: "Macro",
  10191. height: math.unit(500, "feet"),
  10192. default: true
  10193. },
  10194. {
  10195. name: "Megamacro",
  10196. height: math.unit(10, "miles")
  10197. },
  10198. {
  10199. name: "Gigamacro",
  10200. height: math.unit(100000, "miles")
  10201. },
  10202. {
  10203. name: "Examacro",
  10204. height: math.unit(1e9, "lightyears")
  10205. },
  10206. {
  10207. name: "Omniversal",
  10208. height: math.unit(1e33, "lightyears")
  10209. },
  10210. {
  10211. name: "Beyond Infinite",
  10212. height: math.unit(1e100, "lightyears")
  10213. },
  10214. ]
  10215. ))
  10216. characterMakers.push(() => makeCharacter(
  10217. { name: "Mira" },
  10218. {
  10219. Side: {
  10220. height: math.unit(6, "feet"),
  10221. weight: math.unit(150, "lb"),
  10222. name: "Side",
  10223. image: {
  10224. source: "./media/characters/mira/side.svg",
  10225. extra: 900 / 799,
  10226. bottom: 0.02
  10227. }
  10228. },
  10229. },
  10230. [
  10231. {
  10232. name: "Human Size",
  10233. height: math.unit(6, "feet")
  10234. },
  10235. {
  10236. name: "Macro",
  10237. height: math.unit(100, "feet"),
  10238. default: true
  10239. },
  10240. {
  10241. name: "Megamacro",
  10242. height: math.unit(10, "miles")
  10243. },
  10244. {
  10245. name: "Gigamacro",
  10246. height: math.unit(25000, "miles")
  10247. },
  10248. {
  10249. name: "Teramacro",
  10250. height: math.unit(300, "AU")
  10251. },
  10252. {
  10253. name: "Full Size",
  10254. height: math.unit(4.5e10, "lightyears")
  10255. },
  10256. ]
  10257. ))
  10258. characterMakers.push(() => makeCharacter(
  10259. { name: "Holly" },
  10260. {
  10261. front: {
  10262. height: math.unit(6, "feet"),
  10263. weight: math.unit(150, "lb"),
  10264. name: "Front",
  10265. image: {
  10266. source: "./media/characters/holly/front.svg",
  10267. extra: 639 / 606
  10268. }
  10269. },
  10270. back: {
  10271. height: math.unit(6, "feet"),
  10272. weight: math.unit(150, "lb"),
  10273. name: "Back",
  10274. image: {
  10275. source: "./media/characters/holly/back.svg",
  10276. extra: 623 / 598
  10277. }
  10278. },
  10279. frontWorking: {
  10280. height: math.unit(6, "feet"),
  10281. weight: math.unit(150, "lb"),
  10282. name: "Front (Working)",
  10283. image: {
  10284. source: "./media/characters/holly/front-working.svg",
  10285. extra: 607 / 577,
  10286. bottom: 0.048
  10287. }
  10288. },
  10289. },
  10290. [
  10291. {
  10292. name: "Normal",
  10293. height: math.unit(12 + 3 / 12, "feet"),
  10294. default: true
  10295. },
  10296. ]
  10297. ))
  10298. characterMakers.push(() => makeCharacter(
  10299. { name: "Porter" },
  10300. {
  10301. front: {
  10302. height: math.unit(6, "feet"),
  10303. weight: math.unit(150, "lb"),
  10304. name: "Front",
  10305. image: {
  10306. source: "./media/characters/porter/front.svg",
  10307. extra: 1,
  10308. bottom: 0.01
  10309. }
  10310. },
  10311. frontRobes: {
  10312. height: math.unit(6, "feet"),
  10313. weight: math.unit(150, "lb"),
  10314. name: "Front (Robes)",
  10315. image: {
  10316. source: "./media/characters/porter/front-robes.svg",
  10317. extra: 1.01,
  10318. bottom: 0.01
  10319. }
  10320. },
  10321. },
  10322. [
  10323. {
  10324. name: "Normal",
  10325. height: math.unit(11 + 9 / 12, "feet"),
  10326. default: true
  10327. },
  10328. ]
  10329. ))
  10330. characterMakers.push(() => makeCharacter(
  10331. { name: "Lucy" },
  10332. {
  10333. legendary: {
  10334. height: math.unit(6, "feet"),
  10335. weight: math.unit(150, "lb"),
  10336. name: "Legendary",
  10337. image: {
  10338. source: "./media/characters/lucy/legendary.svg",
  10339. extra: 1355 / 1100,
  10340. bottom: 0.045
  10341. }
  10342. },
  10343. },
  10344. [
  10345. {
  10346. name: "Legendary",
  10347. height: math.unit(86882 * 2, "miles"),
  10348. default: true
  10349. },
  10350. ]
  10351. ))
  10352. characterMakers.push(() => makeCharacter(
  10353. { name: "Drusilla" },
  10354. {
  10355. front: {
  10356. height: math.unit(6, "feet"),
  10357. weight: math.unit(150, "lb"),
  10358. name: "Front",
  10359. image: {
  10360. source: "./media/characters/drusilla/front.svg",
  10361. extra: 678 / 635,
  10362. bottom: 0.03
  10363. }
  10364. },
  10365. back: {
  10366. height: math.unit(6, "feet"),
  10367. weight: math.unit(150, "lb"),
  10368. name: "Back",
  10369. image: {
  10370. source: "./media/characters/drusilla/back.svg",
  10371. extra: 678 / 635,
  10372. bottom: 0.005
  10373. }
  10374. },
  10375. },
  10376. [
  10377. {
  10378. name: "Macro",
  10379. height: math.unit(100, "feet")
  10380. },
  10381. {
  10382. name: "Canon Height",
  10383. height: math.unit(2000, "feet"),
  10384. default: true
  10385. },
  10386. ]
  10387. ))
  10388. characterMakers.push(() => makeCharacter(
  10389. { name: "Renard Thatch" },
  10390. {
  10391. front: {
  10392. height: math.unit(6, "feet"),
  10393. weight: math.unit(180, "lb"),
  10394. name: "Front",
  10395. image: {
  10396. source: "./media/characters/renard-thatch/front.svg",
  10397. extra: 2411 / 2275,
  10398. bottom: 0.01
  10399. }
  10400. },
  10401. frontPosing: {
  10402. height: math.unit(6, "feet"),
  10403. weight: math.unit(180, "lb"),
  10404. name: "Front (Posing)",
  10405. image: {
  10406. source: "./media/characters/renard-thatch/front-posing.svg",
  10407. extra: 2381 / 2261,
  10408. bottom: 0.01
  10409. }
  10410. },
  10411. back: {
  10412. height: math.unit(6, "feet"),
  10413. weight: math.unit(180, "lb"),
  10414. name: "Back",
  10415. image: {
  10416. source: "./media/characters/renard-thatch/back.svg",
  10417. extra: 2428 / 2288
  10418. }
  10419. },
  10420. },
  10421. [
  10422. {
  10423. name: "Micro",
  10424. height: math.unit(3, "inches")
  10425. },
  10426. {
  10427. name: "Default",
  10428. height: math.unit(6, "feet"),
  10429. default: true
  10430. },
  10431. {
  10432. name: "Macro",
  10433. height: math.unit(75, "feet")
  10434. },
  10435. ]
  10436. ))
  10437. characterMakers.push(() => makeCharacter(
  10438. { name: "Sekvra" },
  10439. {
  10440. front: {
  10441. height: math.unit(1450, "feet"),
  10442. weight: math.unit(1.21e6, "tons"),
  10443. name: "Front",
  10444. image: {
  10445. source: "./media/characters/sekvra/front.svg",
  10446. extra: 1,
  10447. bottom: 0.03
  10448. }
  10449. },
  10450. frontClothed: {
  10451. height: math.unit(1450, "feet"),
  10452. weight: math.unit(1.21e6, "tons"),
  10453. name: "Front (Clothed)",
  10454. image: {
  10455. source: "./media/characters/sekvra/front-clothed.svg",
  10456. extra: 1,
  10457. bottom: 0.03
  10458. }
  10459. },
  10460. side: {
  10461. height: math.unit(1450, "feet"),
  10462. weight: math.unit(1.21e6, "tons"),
  10463. name: "Side",
  10464. image: {
  10465. source: "./media/characters/sekvra/side.svg",
  10466. extra: 1,
  10467. bottom: 0.025
  10468. }
  10469. },
  10470. back: {
  10471. height: math.unit(1450, "feet"),
  10472. weight: math.unit(1.21e6, "tons"),
  10473. name: "Back",
  10474. image: {
  10475. source: "./media/characters/sekvra/back.svg",
  10476. extra: 1,
  10477. bottom: 0.005
  10478. }
  10479. },
  10480. },
  10481. [
  10482. {
  10483. name: "Macro",
  10484. height: math.unit(1450, "feet"),
  10485. default: true
  10486. },
  10487. {
  10488. name: "Megamacro",
  10489. height: math.unit(15000, "feet")
  10490. },
  10491. ]
  10492. ))
  10493. characterMakers.push(() => makeCharacter(
  10494. { name: "Carmine" },
  10495. {
  10496. front: {
  10497. height: math.unit(6, "feet"),
  10498. weight: math.unit(150, "lb"),
  10499. name: "Front",
  10500. image: {
  10501. source: "./media/characters/carmine/front.svg",
  10502. extra: 1,
  10503. bottom: 0.035
  10504. }
  10505. },
  10506. frontArmor: {
  10507. height: math.unit(6, "feet"),
  10508. weight: math.unit(150, "lb"),
  10509. name: "Front (Armor)",
  10510. image: {
  10511. source: "./media/characters/carmine/front-armor.svg",
  10512. extra: 1,
  10513. bottom: 0.035
  10514. }
  10515. },
  10516. },
  10517. [
  10518. {
  10519. name: "Large",
  10520. height: math.unit(1, "mile")
  10521. },
  10522. {
  10523. name: "Huge",
  10524. height: math.unit(40, "miles"),
  10525. default: true
  10526. },
  10527. {
  10528. name: "Colossal",
  10529. height: math.unit(2500, "miles")
  10530. },
  10531. ]
  10532. ))
  10533. characterMakers.push(() => makeCharacter(
  10534. { name: "Elyssia" },
  10535. {
  10536. front: {
  10537. height: math.unit(6, "feet"),
  10538. weight: math.unit(150, "lb"),
  10539. name: "Front",
  10540. image: {
  10541. source: "./media/characters/elyssia/front.svg",
  10542. extra: 2201 / 2035,
  10543. bottom: 0.05
  10544. }
  10545. },
  10546. frontClothed: {
  10547. height: math.unit(6, "feet"),
  10548. weight: math.unit(150, "lb"),
  10549. name: "Front (Clothed)",
  10550. image: {
  10551. source: "./media/characters/elyssia/front-clothed.svg",
  10552. extra: 2201 / 2035,
  10553. bottom: 0.05
  10554. }
  10555. },
  10556. back: {
  10557. height: math.unit(6, "feet"),
  10558. weight: math.unit(150, "lb"),
  10559. name: "Back",
  10560. image: {
  10561. source: "./media/characters/elyssia/back.svg",
  10562. extra: 2201 / 2035,
  10563. bottom: 0.013
  10564. }
  10565. },
  10566. },
  10567. [
  10568. {
  10569. name: "Smaller",
  10570. height: math.unit(150, "feet")
  10571. },
  10572. {
  10573. name: "Standard",
  10574. height: math.unit(1400, "feet"),
  10575. default: true
  10576. },
  10577. {
  10578. name: "Distracted",
  10579. height: math.unit(15000, "feet")
  10580. },
  10581. ]
  10582. ))
  10583. characterMakers.push(() => makeCharacter(
  10584. { name: "Geno Maxwell" },
  10585. {
  10586. front: {
  10587. height: math.unit(7 + 4 / 12, "feet"),
  10588. weight: math.unit(500, "lb"),
  10589. name: "Front",
  10590. image: {
  10591. source: "./media/characters/geno-maxwell/front.svg",
  10592. extra: 2207 / 2040,
  10593. bottom: 0.015
  10594. }
  10595. },
  10596. },
  10597. [
  10598. {
  10599. name: "Micro",
  10600. height: math.unit(3, "inches")
  10601. },
  10602. {
  10603. name: "Normal",
  10604. height: math.unit(7 + 4 / 12, "feet"),
  10605. default: true
  10606. },
  10607. {
  10608. name: "Macro",
  10609. height: math.unit(220, "feet")
  10610. },
  10611. {
  10612. name: "Megamacro",
  10613. height: math.unit(11, "miles")
  10614. },
  10615. ]
  10616. ))
  10617. characterMakers.push(() => makeCharacter(
  10618. { name: "Regena Maxwell" },
  10619. {
  10620. front: {
  10621. height: math.unit(7 + 4 / 12, "feet"),
  10622. weight: math.unit(500, "lb"),
  10623. name: "Front",
  10624. image: {
  10625. source: "./media/characters/regena-maxwell/front.svg",
  10626. extra: 3115 / 2770,
  10627. bottom: 0.02
  10628. }
  10629. },
  10630. },
  10631. [
  10632. {
  10633. name: "Normal",
  10634. height: math.unit(7 + 4 / 12, "feet"),
  10635. default: true
  10636. },
  10637. {
  10638. name: "Macro",
  10639. height: math.unit(220, "feet")
  10640. },
  10641. {
  10642. name: "Megamacro",
  10643. height: math.unit(11, "miles")
  10644. },
  10645. ]
  10646. ))
  10647. characterMakers.push(() => makeCharacter(
  10648. { name: "XGlidingDragonX" },
  10649. {
  10650. front: {
  10651. height: math.unit(6, "feet"),
  10652. weight: math.unit(150, "lb"),
  10653. name: "Front",
  10654. image: {
  10655. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10656. extra: 860 / 690,
  10657. bottom: 0.03
  10658. }
  10659. },
  10660. },
  10661. [
  10662. {
  10663. name: "Normal",
  10664. height: math.unit(1.7, "meters"),
  10665. default: true
  10666. },
  10667. ]
  10668. ))
  10669. characterMakers.push(() => makeCharacter(
  10670. { name: "Quilly" },
  10671. {
  10672. front: {
  10673. height: math.unit(6, "feet"),
  10674. weight: math.unit(150, "lb"),
  10675. name: "Front",
  10676. image: {
  10677. source: "./media/characters/quilly/front.svg",
  10678. extra: 890 / 776
  10679. }
  10680. },
  10681. },
  10682. [
  10683. {
  10684. name: "Gigamacro",
  10685. height: math.unit(404090, "miles"),
  10686. default: true
  10687. },
  10688. ]
  10689. ))
  10690. characterMakers.push(() => makeCharacter(
  10691. { name: "Tempest" },
  10692. {
  10693. front: {
  10694. height: math.unit(7 + 8 / 12, "feet"),
  10695. weight: math.unit(350, "lb"),
  10696. name: "Front",
  10697. image: {
  10698. source: "./media/characters/tempest/front.svg",
  10699. extra: 1175 / 1086,
  10700. bottom: 0.02
  10701. }
  10702. },
  10703. },
  10704. [
  10705. {
  10706. name: "Normal",
  10707. height: math.unit(7 + 8 / 12, "feet"),
  10708. default: true
  10709. },
  10710. ]
  10711. ))
  10712. characterMakers.push(() => makeCharacter(
  10713. { name: "Rodger" },
  10714. {
  10715. side: {
  10716. height: math.unit(4 + 5 / 12, "feet"),
  10717. weight: math.unit(80, "lb"),
  10718. name: "Side",
  10719. image: {
  10720. source: "./media/characters/rodger/side.svg",
  10721. extra: 1235 / 1118
  10722. }
  10723. },
  10724. },
  10725. [
  10726. {
  10727. name: "Micro",
  10728. height: math.unit(1, "inch")
  10729. },
  10730. {
  10731. name: "Normal",
  10732. height: math.unit(4 + 5 / 12, "feet"),
  10733. default: true
  10734. },
  10735. {
  10736. name: "Macro",
  10737. height: math.unit(120, "feet")
  10738. },
  10739. ]
  10740. ))
  10741. characterMakers.push(() => makeCharacter(
  10742. { name: "Danyel" },
  10743. {
  10744. front: {
  10745. height: math.unit(6, "feet"),
  10746. weight: math.unit(150, "lb"),
  10747. name: "Front",
  10748. image: {
  10749. source: "./media/characters/danyel/front.svg",
  10750. extra: 1185 / 1123,
  10751. bottom: 0.05
  10752. }
  10753. },
  10754. },
  10755. [
  10756. {
  10757. name: "Shrunken",
  10758. height: math.unit(0.5, "mm")
  10759. },
  10760. {
  10761. name: "Micro",
  10762. height: math.unit(1, "mm"),
  10763. default: true
  10764. },
  10765. {
  10766. name: "Upsized",
  10767. height: math.unit(5 + 5 / 12, "feet")
  10768. },
  10769. ]
  10770. ))
  10771. characterMakers.push(() => makeCharacter(
  10772. { name: "Vivian Bijoux" },
  10773. {
  10774. front: {
  10775. height: math.unit(5 + 6 / 12, "feet"),
  10776. weight: math.unit(200, "lb"),
  10777. name: "Front",
  10778. image: {
  10779. source: "./media/characters/vivian-bijoux/front.svg",
  10780. extra: 1,
  10781. bottom: 0.072
  10782. }
  10783. },
  10784. },
  10785. [
  10786. {
  10787. name: "Normal",
  10788. height: math.unit(5 + 6 / 12, "feet"),
  10789. default: true
  10790. },
  10791. {
  10792. name: "Bad Dream",
  10793. height: math.unit(500, "feet")
  10794. },
  10795. {
  10796. name: "Nightmare",
  10797. height: math.unit(500, "miles")
  10798. },
  10799. ]
  10800. ))
  10801. characterMakers.push(() => makeCharacter(
  10802. { name: "Zeta" },
  10803. {
  10804. front: {
  10805. height: math.unit(6 + 1 / 12, "feet"),
  10806. weight: math.unit(260, "lb"),
  10807. name: "Front",
  10808. image: {
  10809. source: "./media/characters/zeta/front.svg",
  10810. extra: 1968 / 1889,
  10811. bottom: 0.06
  10812. }
  10813. },
  10814. back: {
  10815. height: math.unit(6 + 1 / 12, "feet"),
  10816. weight: math.unit(260, "lb"),
  10817. name: "Back",
  10818. image: {
  10819. source: "./media/characters/zeta/back.svg",
  10820. extra: 1944 / 1858,
  10821. bottom: 0.03
  10822. }
  10823. },
  10824. hand: {
  10825. height: math.unit(1.112, "feet"),
  10826. name: "Hand",
  10827. image: {
  10828. source: "./media/characters/zeta/hand.svg"
  10829. }
  10830. },
  10831. foot: {
  10832. height: math.unit(1.48, "feet"),
  10833. name: "Foot",
  10834. image: {
  10835. source: "./media/characters/zeta/foot.svg"
  10836. }
  10837. },
  10838. },
  10839. [
  10840. {
  10841. name: "Micro",
  10842. height: math.unit(6, "inches")
  10843. },
  10844. {
  10845. name: "Normal",
  10846. height: math.unit(6 + 1 / 12, "feet"),
  10847. default: true
  10848. },
  10849. {
  10850. name: "Macro",
  10851. height: math.unit(20, "feet")
  10852. },
  10853. ]
  10854. ))
  10855. characterMakers.push(() => makeCharacter(
  10856. { name: "Jamie Larsen" },
  10857. {
  10858. front: {
  10859. height: math.unit(6, "feet"),
  10860. weight: math.unit(150, "lb"),
  10861. name: "Front",
  10862. image: {
  10863. source: "./media/characters/jamie-larsen/front.svg",
  10864. extra: 962 / 933,
  10865. bottom: 0.02
  10866. }
  10867. },
  10868. back: {
  10869. height: math.unit(6, "feet"),
  10870. weight: math.unit(150, "lb"),
  10871. name: "Back",
  10872. image: {
  10873. source: "./media/characters/jamie-larsen/back.svg",
  10874. extra: 997 / 946
  10875. }
  10876. },
  10877. },
  10878. [
  10879. {
  10880. name: "Macro",
  10881. height: math.unit(28 + 7 / 12, "feet"),
  10882. default: true
  10883. },
  10884. {
  10885. name: "Macro+",
  10886. height: math.unit(180, "feet")
  10887. },
  10888. {
  10889. name: "Megamacro",
  10890. height: math.unit(10, "miles")
  10891. },
  10892. {
  10893. name: "Gigamacro",
  10894. height: math.unit(200000, "miles")
  10895. },
  10896. ]
  10897. ))
  10898. characterMakers.push(() => makeCharacter(
  10899. { name: "Vance" },
  10900. {
  10901. front: {
  10902. height: math.unit(6, "feet"),
  10903. weight: math.unit(120, "lb"),
  10904. name: "Front",
  10905. image: {
  10906. source: "./media/characters/vance/front.svg",
  10907. extra: 1980 / 1890,
  10908. bottom: 0.09
  10909. }
  10910. },
  10911. back: {
  10912. height: math.unit(6, "feet"),
  10913. weight: math.unit(120, "lb"),
  10914. name: "Back",
  10915. image: {
  10916. source: "./media/characters/vance/back.svg",
  10917. extra: 2081 / 1994,
  10918. bottom: 0.014
  10919. }
  10920. },
  10921. hand: {
  10922. height: math.unit(0.88, "feet"),
  10923. name: "Hand",
  10924. image: {
  10925. source: "./media/characters/vance/hand.svg"
  10926. }
  10927. },
  10928. foot: {
  10929. height: math.unit(0.64, "feet"),
  10930. name: "Foot",
  10931. image: {
  10932. source: "./media/characters/vance/foot.svg"
  10933. }
  10934. },
  10935. },
  10936. [
  10937. {
  10938. name: "Small",
  10939. height: math.unit(90, "feet"),
  10940. default: true
  10941. },
  10942. {
  10943. name: "Macro",
  10944. height: math.unit(100, "meters")
  10945. },
  10946. {
  10947. name: "Megamacro",
  10948. height: math.unit(15, "miles")
  10949. },
  10950. ]
  10951. ))
  10952. characterMakers.push(() => makeCharacter(
  10953. { name: "Xochitl" },
  10954. {
  10955. front: {
  10956. height: math.unit(6, "feet"),
  10957. weight: math.unit(180, "lb"),
  10958. name: "Front",
  10959. image: {
  10960. source: "./media/characters/xochitl/front.svg",
  10961. extra: 2297 / 2261,
  10962. bottom: 0.065
  10963. }
  10964. },
  10965. back: {
  10966. height: math.unit(6, "feet"),
  10967. weight: math.unit(180, "lb"),
  10968. name: "Back",
  10969. image: {
  10970. source: "./media/characters/xochitl/back.svg",
  10971. extra: 2386 / 2354,
  10972. bottom: 0.01
  10973. }
  10974. },
  10975. foot: {
  10976. height: math.unit(6 / 5 * 1.15, "feet"),
  10977. weight: math.unit(150, "lb"),
  10978. name: "Foot",
  10979. image: {
  10980. source: "./media/characters/xochitl/foot.svg"
  10981. }
  10982. },
  10983. },
  10984. [
  10985. {
  10986. name: "Macro",
  10987. height: math.unit(80, "feet")
  10988. },
  10989. {
  10990. name: "Macro+",
  10991. height: math.unit(400, "feet"),
  10992. default: true
  10993. },
  10994. {
  10995. name: "Gigamacro",
  10996. height: math.unit(80000, "miles")
  10997. },
  10998. {
  10999. name: "Gigamacro+",
  11000. height: math.unit(400000, "miles")
  11001. },
  11002. {
  11003. name: "Teramacro",
  11004. height: math.unit(300, "AU")
  11005. },
  11006. ]
  11007. ))
  11008. characterMakers.push(() => makeCharacter(
  11009. { name: "Vincent" },
  11010. {
  11011. front: {
  11012. height: math.unit(6, "feet"),
  11013. weight: math.unit(150, "lb"),
  11014. name: "Front",
  11015. image: {
  11016. source: "./media/characters/vincent/front.svg",
  11017. extra: 1130 / 1080,
  11018. bottom: 0.055
  11019. }
  11020. },
  11021. beak: {
  11022. height: math.unit(6 * 0.1, "feet"),
  11023. name: "Beak",
  11024. image: {
  11025. source: "./media/characters/vincent/beak.svg"
  11026. }
  11027. },
  11028. hand: {
  11029. height: math.unit(6 * 0.85, "feet"),
  11030. weight: math.unit(150, "lb"),
  11031. name: "Hand",
  11032. image: {
  11033. source: "./media/characters/vincent/hand.svg"
  11034. }
  11035. },
  11036. foot: {
  11037. height: math.unit(6 * 0.19, "feet"),
  11038. weight: math.unit(150, "lb"),
  11039. name: "Foot",
  11040. image: {
  11041. source: "./media/characters/vincent/foot.svg"
  11042. }
  11043. },
  11044. },
  11045. [
  11046. {
  11047. name: "Base",
  11048. height: math.unit(6 + 5 / 12, "feet"),
  11049. default: true
  11050. },
  11051. {
  11052. name: "Macro",
  11053. height: math.unit(300, "feet")
  11054. },
  11055. {
  11056. name: "Megamacro",
  11057. height: math.unit(2, "miles")
  11058. },
  11059. {
  11060. name: "Gigamacro",
  11061. height: math.unit(1000, "miles")
  11062. },
  11063. ]
  11064. ))
  11065. characterMakers.push(() => makeCharacter(
  11066. { name: "Jay" },
  11067. {
  11068. front: {
  11069. height: math.unit(6 + 2 / 12, "feet"),
  11070. weight: math.unit(65, "lb"),
  11071. name: "Front",
  11072. image: {
  11073. source: "./media/characters/jay/front.svg",
  11074. extra: 1510 / 1430,
  11075. bottom: 0.042
  11076. }
  11077. },
  11078. back: {
  11079. height: math.unit(6 + 2 / 12, "feet"),
  11080. weight: math.unit(65, "lb"),
  11081. name: "Back",
  11082. image: {
  11083. source: "./media/characters/jay/back.svg",
  11084. extra: 1510 / 1430,
  11085. bottom: 0.025
  11086. }
  11087. },
  11088. clothed: {
  11089. height: math.unit(6 + 2 / 12, "feet"),
  11090. weight: math.unit(65, "lb"),
  11091. name: "Front (Clothed)",
  11092. image: {
  11093. source: "./media/characters/jay/clothed.svg",
  11094. extra: 744 / 699,
  11095. bottom: 0.043
  11096. }
  11097. },
  11098. },
  11099. [
  11100. {
  11101. name: "Micro",
  11102. height: math.unit(1, "inch")
  11103. },
  11104. {
  11105. name: "Normal",
  11106. height: math.unit(6 + 2 / 12, "feet"),
  11107. default: true
  11108. },
  11109. {
  11110. name: "Macro",
  11111. height: math.unit(1, "mile")
  11112. },
  11113. {
  11114. name: "Megamacro",
  11115. height: math.unit(100, "miles")
  11116. },
  11117. ]
  11118. ))
  11119. characterMakers.push(() => makeCharacter(
  11120. { name: "Coatl" },
  11121. {
  11122. front: {
  11123. height: math.unit(2, "meters"),
  11124. weight: math.unit(500, "kg"),
  11125. name: "Front",
  11126. image: {
  11127. source: "./media/characters/coatl/front.svg",
  11128. extra: 3948 / 3500,
  11129. bottom: 0.082
  11130. }
  11131. },
  11132. },
  11133. [
  11134. {
  11135. name: "Normal",
  11136. height: math.unit(4, "meters")
  11137. },
  11138. {
  11139. name: "Macro",
  11140. height: math.unit(100, "meters"),
  11141. default: true
  11142. },
  11143. {
  11144. name: "Macro+",
  11145. height: math.unit(300, "meters")
  11146. },
  11147. {
  11148. name: "Megamacro",
  11149. height: math.unit(3, "gigameters")
  11150. },
  11151. {
  11152. name: "Megamacro+",
  11153. height: math.unit(300, "terameters")
  11154. },
  11155. {
  11156. name: "Megamacro++",
  11157. height: math.unit(3, "lightyears")
  11158. },
  11159. ]
  11160. ))
  11161. characterMakers.push(() => makeCharacter(
  11162. { name: "Shiroryu" },
  11163. {
  11164. front: {
  11165. height: math.unit(6, "feet"),
  11166. weight: math.unit(50, "kg"),
  11167. name: "front",
  11168. image: {
  11169. source: "./media/characters/shiroryu/front.svg",
  11170. extra: 1990 / 1935
  11171. }
  11172. },
  11173. },
  11174. [
  11175. {
  11176. name: "Mortal Mingling",
  11177. height: math.unit(3, "meters")
  11178. },
  11179. {
  11180. name: "Kaiju-ish",
  11181. height: math.unit(250, "meters")
  11182. },
  11183. {
  11184. name: "Somewhat Godly",
  11185. height: math.unit(400, "km"),
  11186. default: true
  11187. },
  11188. {
  11189. name: "Planetary",
  11190. height: math.unit(300, "megameters")
  11191. },
  11192. {
  11193. name: "Galaxy-dwarfing",
  11194. height: math.unit(450, "kiloparsecs")
  11195. },
  11196. {
  11197. name: "Universe Eater",
  11198. height: math.unit(150, "gigaparsecs")
  11199. },
  11200. {
  11201. name: "Almost Immeasurable",
  11202. height: math.unit(1.3e266, "yottaparsecs")
  11203. },
  11204. ]
  11205. ))
  11206. characterMakers.push(() => makeCharacter(
  11207. { name: "Umeko" },
  11208. {
  11209. front: {
  11210. height: math.unit(6, "feet"),
  11211. weight: math.unit(150, "lb"),
  11212. name: "Front",
  11213. image: {
  11214. source: "./media/characters/umeko/front.svg",
  11215. extra: 1,
  11216. bottom: 0.019
  11217. }
  11218. },
  11219. frontArmored: {
  11220. height: math.unit(6, "feet"),
  11221. weight: math.unit(150, "lb"),
  11222. name: "Front (Armored)",
  11223. image: {
  11224. source: "./media/characters/umeko/front-armored.svg",
  11225. extra: 1,
  11226. bottom: 0.021
  11227. }
  11228. },
  11229. },
  11230. [
  11231. {
  11232. name: "Macro",
  11233. height: math.unit(220, "feet"),
  11234. default: true
  11235. },
  11236. {
  11237. name: "Guardian Dragon",
  11238. height: math.unit(50, "miles")
  11239. },
  11240. {
  11241. name: "Cosmic",
  11242. height: math.unit(800000, "miles")
  11243. },
  11244. ]
  11245. ))
  11246. characterMakers.push(() => makeCharacter(
  11247. { name: "Cassidy" },
  11248. {
  11249. front: {
  11250. height: math.unit(6, "feet"),
  11251. weight: math.unit(150, "lb"),
  11252. name: "Front",
  11253. image: {
  11254. source: "./media/characters/cassidy/front.svg",
  11255. extra: 1,
  11256. bottom: 0.043
  11257. }
  11258. },
  11259. },
  11260. [
  11261. {
  11262. name: "Canon Height",
  11263. height: math.unit(120, "feet"),
  11264. default: true
  11265. },
  11266. {
  11267. name: "Macro+",
  11268. height: math.unit(400, "feet")
  11269. },
  11270. {
  11271. name: "Macro++",
  11272. height: math.unit(4000, "feet")
  11273. },
  11274. {
  11275. name: "Megamacro",
  11276. height: math.unit(3, "miles")
  11277. },
  11278. ]
  11279. ))
  11280. characterMakers.push(() => makeCharacter(
  11281. { name: "Isaac" },
  11282. {
  11283. front: {
  11284. height: math.unit(6, "feet"),
  11285. weight: math.unit(150, "lb"),
  11286. name: "Front",
  11287. image: {
  11288. source: "./media/characters/isaac/front.svg",
  11289. extra: 896 / 815,
  11290. bottom: 0.11
  11291. }
  11292. },
  11293. },
  11294. [
  11295. {
  11296. name: "Human Size",
  11297. height: math.unit(8, "feet"),
  11298. default: true
  11299. },
  11300. {
  11301. name: "Macro",
  11302. height: math.unit(400, "feet")
  11303. },
  11304. {
  11305. name: "Megamacro",
  11306. height: math.unit(50, "miles")
  11307. },
  11308. {
  11309. name: "Canon Height",
  11310. height: math.unit(200, "AU")
  11311. },
  11312. ]
  11313. ))
  11314. characterMakers.push(() => makeCharacter(
  11315. { name: "Sleekit" },
  11316. {
  11317. front: {
  11318. height: math.unit(6, "feet"),
  11319. weight: math.unit(72, "kg"),
  11320. name: "Front",
  11321. image: {
  11322. source: "./media/characters/sleekit/front.svg",
  11323. extra: 4693 / 4487,
  11324. bottom: 0.012
  11325. }
  11326. },
  11327. },
  11328. [
  11329. {
  11330. name: "Minimum Height",
  11331. height: math.unit(10, "meters")
  11332. },
  11333. {
  11334. name: "Smaller",
  11335. height: math.unit(25, "meters")
  11336. },
  11337. {
  11338. name: "Larger",
  11339. height: math.unit(38, "meters"),
  11340. default: true
  11341. },
  11342. {
  11343. name: "Maximum height",
  11344. height: math.unit(100, "meters")
  11345. },
  11346. ]
  11347. ))
  11348. characterMakers.push(() => makeCharacter(
  11349. { name: "Nillia" },
  11350. {
  11351. front: {
  11352. height: math.unit(6, "feet"),
  11353. weight: math.unit(150, "lb"),
  11354. name: "Front",
  11355. image: {
  11356. source: "./media/characters/nillia/front.svg",
  11357. extra: 2195 / 2037,
  11358. bottom: 0.005
  11359. }
  11360. },
  11361. back: {
  11362. height: math.unit(6, "feet"),
  11363. weight: math.unit(150, "lb"),
  11364. name: "Back",
  11365. image: {
  11366. source: "./media/characters/nillia/back.svg",
  11367. extra: 2195 / 2037,
  11368. bottom: 0.005
  11369. }
  11370. },
  11371. },
  11372. [
  11373. {
  11374. name: "Canon Height",
  11375. height: math.unit(489, "feet"),
  11376. default: true
  11377. }
  11378. ]
  11379. ))
  11380. characterMakers.push(() => makeCharacter(
  11381. { name: "Mesmyriza" },
  11382. {
  11383. front: {
  11384. height: math.unit(6, "feet"),
  11385. weight: math.unit(150, "lb"),
  11386. name: "Front",
  11387. image: {
  11388. source: "./media/characters/mesmyriza/front.svg",
  11389. extra: 2067 / 1784,
  11390. bottom: 0.035
  11391. }
  11392. },
  11393. foot: {
  11394. height: math.unit(6 / (250 / 35), "feet"),
  11395. name: "Foot",
  11396. image: {
  11397. source: "./media/characters/mesmyriza/foot.svg"
  11398. }
  11399. },
  11400. },
  11401. [
  11402. {
  11403. name: "Macro",
  11404. height: math.unit(457, "meters"),
  11405. default: true
  11406. },
  11407. {
  11408. name: "Megamacro",
  11409. height: math.unit(8, "megameters")
  11410. },
  11411. ]
  11412. ))
  11413. characterMakers.push(() => makeCharacter(
  11414. { name: "Saudade" },
  11415. {
  11416. front: {
  11417. height: math.unit(6, "feet"),
  11418. weight: math.unit(250, "lb"),
  11419. name: "Front",
  11420. image: {
  11421. source: "./media/characters/saudade/front.svg",
  11422. extra: 1172 / 1139,
  11423. bottom: 0.035
  11424. }
  11425. },
  11426. },
  11427. [
  11428. {
  11429. name: "Micro",
  11430. height: math.unit(3, "inches")
  11431. },
  11432. {
  11433. name: "Normal",
  11434. height: math.unit(6, "feet"),
  11435. default: true
  11436. },
  11437. {
  11438. name: "Macro",
  11439. height: math.unit(50, "feet")
  11440. },
  11441. {
  11442. name: "Megamacro",
  11443. height: math.unit(2800, "feet")
  11444. },
  11445. ]
  11446. ))
  11447. characterMakers.push(() => makeCharacter(
  11448. { name: "Keireer" },
  11449. {
  11450. front: {
  11451. height: math.unit(5 + 4 / 12, "feet"),
  11452. weight: math.unit(100, "lb"),
  11453. name: "Front",
  11454. image: {
  11455. source: "./media/characters/keireer/front.svg",
  11456. extra: 716 / 666,
  11457. bottom: 0.05
  11458. }
  11459. },
  11460. },
  11461. [
  11462. {
  11463. name: "Normal",
  11464. height: math.unit(5 + 4 / 12, "feet"),
  11465. default: true
  11466. },
  11467. ]
  11468. ))
  11469. characterMakers.push(() => makeCharacter(
  11470. { name: "Mirja" },
  11471. {
  11472. front: {
  11473. height: math.unit(6, "feet"),
  11474. weight: math.unit(90, "kg"),
  11475. name: "Front",
  11476. image: {
  11477. source: "./media/characters/mirja/front.svg",
  11478. extra: 1789 / 1683,
  11479. bottom: 0.05
  11480. }
  11481. },
  11482. frontDressed: {
  11483. height: math.unit(6, "feet"),
  11484. weight: math.unit(90, "lb"),
  11485. name: "Front (Dressed)",
  11486. image: {
  11487. source: "./media/characters/mirja/front-dressed.svg",
  11488. extra: 1789 / 1683,
  11489. bottom: 0.05
  11490. }
  11491. },
  11492. back: {
  11493. height: math.unit(6, "feet"),
  11494. weight: math.unit(90, "lb"),
  11495. name: "Back",
  11496. image: {
  11497. source: "./media/characters/mirja/back.svg",
  11498. extra: 953 / 917,
  11499. bottom: 0.017
  11500. }
  11501. },
  11502. },
  11503. [
  11504. {
  11505. name: "\"Incognito\"",
  11506. height: math.unit(3, "meters")
  11507. },
  11508. {
  11509. name: "Strolling Size",
  11510. height: math.unit(15, "km")
  11511. },
  11512. {
  11513. name: "Larger Strolling Size",
  11514. height: math.unit(400, "km")
  11515. },
  11516. {
  11517. name: "Preferred Size",
  11518. height: math.unit(5000, "km")
  11519. },
  11520. {
  11521. name: "True Size",
  11522. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11523. default: true
  11524. },
  11525. ]
  11526. ))
  11527. characterMakers.push(() => makeCharacter(
  11528. { name: "Nightraver" },
  11529. {
  11530. front: {
  11531. height: math.unit(15, "feet"),
  11532. weight: math.unit(880, "kg"),
  11533. name: "Front",
  11534. image: {
  11535. source: "./media/characters/nightraver/front.svg",
  11536. extra: 2444 / 2160,
  11537. bottom: 0.027
  11538. }
  11539. },
  11540. back: {
  11541. height: math.unit(15, "feet"),
  11542. weight: math.unit(880, "kg"),
  11543. name: "Back",
  11544. image: {
  11545. source: "./media/characters/nightraver/back.svg",
  11546. extra: 2309 / 2180,
  11547. bottom: 0.005
  11548. }
  11549. },
  11550. sole: {
  11551. height: math.unit(2.878, "feet"),
  11552. name: "Sole",
  11553. image: {
  11554. source: "./media/characters/nightraver/sole.svg"
  11555. }
  11556. },
  11557. foot: {
  11558. height: math.unit(2.285, "feet"),
  11559. name: "Foot",
  11560. image: {
  11561. source: "./media/characters/nightraver/foot.svg"
  11562. }
  11563. },
  11564. maw: {
  11565. height: math.unit(2.67, "feet"),
  11566. name: "Maw",
  11567. image: {
  11568. source: "./media/characters/nightraver/maw.svg"
  11569. }
  11570. },
  11571. },
  11572. [
  11573. {
  11574. name: "Micro",
  11575. height: math.unit(1, "cm")
  11576. },
  11577. {
  11578. name: "Normal",
  11579. height: math.unit(15, "feet"),
  11580. default: true
  11581. },
  11582. {
  11583. name: "Macro",
  11584. height: math.unit(300, "feet")
  11585. },
  11586. {
  11587. name: "Megamacro",
  11588. height: math.unit(300, "miles")
  11589. },
  11590. {
  11591. name: "Gigamacro",
  11592. height: math.unit(10000, "miles")
  11593. },
  11594. ]
  11595. ))
  11596. characterMakers.push(() => makeCharacter(
  11597. { name: "Arc" },
  11598. {
  11599. side: {
  11600. height: math.unit(2, "inches"),
  11601. weight: math.unit(5, "grams"),
  11602. name: "Side",
  11603. image: {
  11604. source: "./media/characters/arc/side.svg"
  11605. }
  11606. },
  11607. },
  11608. [
  11609. {
  11610. name: "Micro",
  11611. height: math.unit(2, "inches"),
  11612. default: true
  11613. },
  11614. ]
  11615. ))
  11616. characterMakers.push(() => makeCharacter(
  11617. { name: "Nebula Shahar" },
  11618. {
  11619. front: {
  11620. height: math.unit(1.1938, "meters"),
  11621. weight: math.unit(54, "kg"),
  11622. name: "Front",
  11623. image: {
  11624. source: "./media/characters/nebula-shahar/front.svg",
  11625. extra: 1642 / 1436,
  11626. bottom: 0.06
  11627. }
  11628. },
  11629. },
  11630. [
  11631. {
  11632. name: "Megamicro",
  11633. height: math.unit(0.3, "mm")
  11634. },
  11635. {
  11636. name: "Micro",
  11637. height: math.unit(3, "cm")
  11638. },
  11639. {
  11640. name: "Normal",
  11641. height: math.unit(138, "cm"),
  11642. default: true
  11643. },
  11644. {
  11645. name: "Macro",
  11646. height: math.unit(30, "m")
  11647. },
  11648. ]
  11649. ))
  11650. characterMakers.push(() => makeCharacter(
  11651. { name: "Shayla" },
  11652. {
  11653. front: {
  11654. height: math.unit(5.24, "feet"),
  11655. weight: math.unit(150, "lb"),
  11656. name: "Front",
  11657. image: {
  11658. source: "./media/characters/shayla/front.svg",
  11659. extra: 1512 / 1414,
  11660. bottom: 0.01
  11661. }
  11662. },
  11663. back: {
  11664. height: math.unit(5.24, "feet"),
  11665. weight: math.unit(150, "lb"),
  11666. name: "Back",
  11667. image: {
  11668. source: "./media/characters/shayla/back.svg",
  11669. extra: 1512 / 1414
  11670. }
  11671. },
  11672. hand: {
  11673. height: math.unit(0.7781496062992126, "feet"),
  11674. name: "Hand",
  11675. image: {
  11676. source: "./media/characters/shayla/hand.svg"
  11677. }
  11678. },
  11679. foot: {
  11680. height: math.unit(1.4206036745406823, "feet"),
  11681. name: "Foot",
  11682. image: {
  11683. source: "./media/characters/shayla/foot.svg"
  11684. }
  11685. },
  11686. },
  11687. [
  11688. {
  11689. name: "Micro",
  11690. height: math.unit(0.32, "feet")
  11691. },
  11692. {
  11693. name: "Normal",
  11694. height: math.unit(5.24, "feet"),
  11695. default: true
  11696. },
  11697. {
  11698. name: "Macro",
  11699. height: math.unit(492.12, "feet")
  11700. },
  11701. {
  11702. name: "Megamacro",
  11703. height: math.unit(186.41, "miles")
  11704. },
  11705. ]
  11706. ))
  11707. characterMakers.push(() => makeCharacter(
  11708. { name: "Pia Jr." },
  11709. {
  11710. front: {
  11711. height: math.unit(2.2, "m"),
  11712. weight: math.unit(120, "kg"),
  11713. name: "Front",
  11714. image: {
  11715. source: "./media/characters/pia-jr/front.svg",
  11716. extra: 1000 / 970,
  11717. bottom: 0.035
  11718. }
  11719. },
  11720. hand: {
  11721. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11722. name: "Hand",
  11723. image: {
  11724. source: "./media/characters/pia-jr/hand.svg"
  11725. }
  11726. },
  11727. paw: {
  11728. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11729. name: "Paw",
  11730. image: {
  11731. source: "./media/characters/pia-jr/paw.svg"
  11732. }
  11733. },
  11734. },
  11735. [
  11736. {
  11737. name: "Micro",
  11738. height: math.unit(1.2, "cm")
  11739. },
  11740. {
  11741. name: "Normal",
  11742. height: math.unit(2.2, "m"),
  11743. default: true
  11744. },
  11745. {
  11746. name: "Macro",
  11747. height: math.unit(180, "m")
  11748. },
  11749. {
  11750. name: "Megamacro",
  11751. height: math.unit(420, "km")
  11752. },
  11753. ]
  11754. ))
  11755. characterMakers.push(() => makeCharacter(
  11756. { name: "Pia Sr." },
  11757. {
  11758. front: {
  11759. height: math.unit(2, "m"),
  11760. weight: math.unit(115, "kg"),
  11761. name: "Front",
  11762. image: {
  11763. source: "./media/characters/pia-sr/front.svg",
  11764. extra: 760 / 730,
  11765. bottom: 0.015
  11766. }
  11767. },
  11768. back: {
  11769. height: math.unit(2, "m"),
  11770. weight: math.unit(115, "kg"),
  11771. name: "Back",
  11772. image: {
  11773. source: "./media/characters/pia-sr/back.svg",
  11774. extra: 760 / 730,
  11775. bottom: 0.01
  11776. }
  11777. },
  11778. hand: {
  11779. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11780. name: "Hand",
  11781. image: {
  11782. source: "./media/characters/pia-sr/hand.svg"
  11783. }
  11784. },
  11785. foot: {
  11786. height: math.unit(1.83, "feet"),
  11787. name: "Foot",
  11788. image: {
  11789. source: "./media/characters/pia-sr/foot.svg"
  11790. }
  11791. },
  11792. },
  11793. [
  11794. {
  11795. name: "Micro",
  11796. height: math.unit(88, "mm")
  11797. },
  11798. {
  11799. name: "Normal",
  11800. height: math.unit(2, "m"),
  11801. default: true
  11802. },
  11803. {
  11804. name: "Macro",
  11805. height: math.unit(200, "m")
  11806. },
  11807. {
  11808. name: "Megamacro",
  11809. height: math.unit(420, "km")
  11810. },
  11811. ]
  11812. ))
  11813. characterMakers.push(() => makeCharacter(
  11814. { name: "KIBIBYTE" },
  11815. {
  11816. front: {
  11817. height: math.unit(8 + 2 / 12, "feet"),
  11818. weight: math.unit(300, "lb"),
  11819. name: "Front",
  11820. image: {
  11821. source: "./media/characters/kibibyte/front.svg",
  11822. extra: 2221 / 2098,
  11823. bottom: 0.04
  11824. }
  11825. },
  11826. },
  11827. [
  11828. {
  11829. name: "Normal",
  11830. height: math.unit(8 + 2 / 12, "feet"),
  11831. default: true
  11832. },
  11833. {
  11834. name: "Socialable Macro",
  11835. height: math.unit(50, "feet")
  11836. },
  11837. {
  11838. name: "Macro",
  11839. height: math.unit(300, "feet")
  11840. },
  11841. {
  11842. name: "Megamacro",
  11843. height: math.unit(500, "miles")
  11844. },
  11845. ]
  11846. ))
  11847. characterMakers.push(() => makeCharacter(
  11848. { name: "Felix" },
  11849. {
  11850. front: {
  11851. height: math.unit(6, "feet"),
  11852. weight: math.unit(150, "lb"),
  11853. name: "Front",
  11854. image: {
  11855. source: "./media/characters/felix/front.svg",
  11856. extra: 762 / 722,
  11857. bottom: 0.02
  11858. }
  11859. },
  11860. frontClothed: {
  11861. height: math.unit(6, "feet"),
  11862. weight: math.unit(150, "lb"),
  11863. name: "Front (Clothed)",
  11864. image: {
  11865. source: "./media/characters/felix/front-clothed.svg",
  11866. extra: 762 / 722,
  11867. bottom: 0.02
  11868. }
  11869. },
  11870. },
  11871. [
  11872. {
  11873. name: "Normal",
  11874. height: math.unit(6 + 8 / 12, "feet"),
  11875. default: true
  11876. },
  11877. {
  11878. name: "Macro",
  11879. height: math.unit(2600, "feet")
  11880. },
  11881. {
  11882. name: "Megamacro",
  11883. height: math.unit(450, "miles")
  11884. },
  11885. ]
  11886. ))
  11887. characterMakers.push(() => makeCharacter(
  11888. { name: "Tobo" },
  11889. {
  11890. front: {
  11891. height: math.unit(6 + 1 / 12, "feet"),
  11892. weight: math.unit(250, "lb"),
  11893. name: "Front",
  11894. image: {
  11895. source: "./media/characters/tobo/front.svg",
  11896. extra: 608 / 586,
  11897. bottom: 0.023
  11898. }
  11899. },
  11900. back: {
  11901. height: math.unit(6 + 1 / 12, "feet"),
  11902. weight: math.unit(250, "lb"),
  11903. name: "Back",
  11904. image: {
  11905. source: "./media/characters/tobo/back.svg",
  11906. extra: 608 / 586
  11907. }
  11908. },
  11909. },
  11910. [
  11911. {
  11912. name: "Nano",
  11913. height: math.unit(2, "nm")
  11914. },
  11915. {
  11916. name: "Megamicro",
  11917. height: math.unit(0.1, "mm")
  11918. },
  11919. {
  11920. name: "Micro",
  11921. height: math.unit(1, "inch"),
  11922. default: true
  11923. },
  11924. {
  11925. name: "Human-sized",
  11926. height: math.unit(6 + 1 / 12, "feet")
  11927. },
  11928. {
  11929. name: "Macro",
  11930. height: math.unit(250, "feet")
  11931. },
  11932. {
  11933. name: "Megamacro",
  11934. height: math.unit(75, "miles")
  11935. },
  11936. {
  11937. name: "Texas-sized",
  11938. height: math.unit(750, "miles")
  11939. },
  11940. {
  11941. name: "Teramacro",
  11942. height: math.unit(50000, "miles")
  11943. },
  11944. ]
  11945. ))
  11946. characterMakers.push(() => makeCharacter(
  11947. { name: "Danny Kapowsky" },
  11948. {
  11949. front: {
  11950. height: math.unit(6, "feet"),
  11951. weight: math.unit(269, "lb"),
  11952. name: "Front",
  11953. image: {
  11954. source: "./media/characters/danny-kapowsky/front.svg",
  11955. extra: 766 / 736,
  11956. bottom: 0.044
  11957. }
  11958. },
  11959. back: {
  11960. height: math.unit(6, "feet"),
  11961. weight: math.unit(269, "lb"),
  11962. name: "Back",
  11963. image: {
  11964. source: "./media/characters/danny-kapowsky/back.svg",
  11965. extra: 797 / 760,
  11966. bottom: 0.025
  11967. }
  11968. },
  11969. },
  11970. [
  11971. {
  11972. name: "Macro",
  11973. height: math.unit(150, "feet"),
  11974. default: true
  11975. },
  11976. {
  11977. name: "Macro+",
  11978. height: math.unit(200, "feet")
  11979. },
  11980. {
  11981. name: "Macro++",
  11982. height: math.unit(300, "feet")
  11983. },
  11984. {
  11985. name: "Macro+++",
  11986. height: math.unit(400, "feet")
  11987. },
  11988. ]
  11989. ))
  11990. characterMakers.push(() => makeCharacter(
  11991. { name: "Finn" },
  11992. {
  11993. side: {
  11994. height: math.unit(6, "feet"),
  11995. weight: math.unit(170, "lb"),
  11996. name: "Side",
  11997. image: {
  11998. source: "./media/characters/finn/side.svg",
  11999. extra: 1953 / 1807,
  12000. bottom: 0.057
  12001. }
  12002. },
  12003. },
  12004. [
  12005. {
  12006. name: "Megamacro",
  12007. height: math.unit(14445, "feet"),
  12008. default: true
  12009. },
  12010. ]
  12011. ))
  12012. characterMakers.push(() => makeCharacter(
  12013. { name: "Roy" },
  12014. {
  12015. front: {
  12016. height: math.unit(5 + 6 / 12, "feet"),
  12017. weight: math.unit(125, "lb"),
  12018. name: "Front",
  12019. image: {
  12020. source: "./media/characters/roy/front.svg",
  12021. extra: 1,
  12022. bottom: 0.11
  12023. }
  12024. },
  12025. },
  12026. [
  12027. {
  12028. name: "Micro",
  12029. height: math.unit(3, "inches"),
  12030. default: true
  12031. },
  12032. {
  12033. name: "Normal",
  12034. height: math.unit(5 + 6 / 12, "feet")
  12035. },
  12036. {
  12037. name: "Lesser Macro",
  12038. height: math.unit(60, "feet")
  12039. },
  12040. {
  12041. name: "Greater Macro",
  12042. height: math.unit(120, "feet")
  12043. },
  12044. ]
  12045. ))
  12046. characterMakers.push(() => makeCharacter(
  12047. { name: "Aevsivs" },
  12048. {
  12049. front: {
  12050. height: math.unit(6, "feet"),
  12051. weight: math.unit(100, "lb"),
  12052. name: "Front",
  12053. image: {
  12054. source: "./media/characters/aevsivs/front.svg",
  12055. extra: 1,
  12056. bottom: 0.03
  12057. }
  12058. },
  12059. back: {
  12060. height: math.unit(6, "feet"),
  12061. weight: math.unit(100, "lb"),
  12062. name: "Back",
  12063. image: {
  12064. source: "./media/characters/aevsivs/back.svg"
  12065. }
  12066. },
  12067. },
  12068. [
  12069. {
  12070. name: "Micro",
  12071. height: math.unit(2, "inches"),
  12072. default: true
  12073. },
  12074. {
  12075. name: "Normal",
  12076. height: math.unit(5, "feet")
  12077. },
  12078. ]
  12079. ))
  12080. characterMakers.push(() => makeCharacter(
  12081. { name: "Hildegard" },
  12082. {
  12083. front: {
  12084. height: math.unit(5 + 7 / 12, "feet"),
  12085. weight: math.unit(159, "lb"),
  12086. name: "Front",
  12087. image: {
  12088. source: "./media/characters/hildegard/front.svg",
  12089. extra: 312 / 286,
  12090. bottom: 0.005
  12091. }
  12092. },
  12093. },
  12094. [
  12095. {
  12096. name: "Normal",
  12097. height: math.unit(5 + 7 / 12, "feet"),
  12098. default: true
  12099. },
  12100. ]
  12101. ))
  12102. characterMakers.push(() => makeCharacter(
  12103. { name: "Bernard & Wilder" },
  12104. {
  12105. bernard: {
  12106. height: math.unit(2 + 7 / 12, "feet"),
  12107. weight: math.unit(66, "lb"),
  12108. name: "Bernard",
  12109. rename: true,
  12110. image: {
  12111. source: "./media/characters/bernard-wilder/bernard.svg",
  12112. extra: 192 / 128,
  12113. bottom: 0.05
  12114. }
  12115. },
  12116. wilder: {
  12117. height: math.unit(5 + 8 / 12, "feet"),
  12118. weight: math.unit(143, "lb"),
  12119. name: "Wilder",
  12120. rename: true,
  12121. image: {
  12122. source: "./media/characters/bernard-wilder/wilder.svg",
  12123. extra: 361 / 312,
  12124. bottom: 0.02
  12125. }
  12126. },
  12127. },
  12128. [
  12129. {
  12130. name: "Normal",
  12131. height: math.unit(2 + 7 / 12, "feet"),
  12132. default: true
  12133. },
  12134. ]
  12135. ))
  12136. characterMakers.push(() => makeCharacter(
  12137. { name: "Hearth" },
  12138. {
  12139. anthro: {
  12140. height: math.unit(6 + 1 / 12, "feet"),
  12141. weight: math.unit(155, "lb"),
  12142. name: "Anthro",
  12143. image: {
  12144. source: "./media/characters/hearth/anthro.svg",
  12145. extra: 260 / 250,
  12146. bottom: 0.02
  12147. }
  12148. },
  12149. feral: {
  12150. height: math.unit(3.78, "feet"),
  12151. weight: math.unit(35, "kg"),
  12152. name: "Feral",
  12153. image: {
  12154. source: "./media/characters/hearth/feral.svg",
  12155. extra: 153 / 135,
  12156. bottom: 0.03
  12157. }
  12158. },
  12159. },
  12160. [
  12161. {
  12162. name: "Normal",
  12163. height: math.unit(6 + 1 / 12, "feet"),
  12164. default: true
  12165. },
  12166. ]
  12167. ))
  12168. characterMakers.push(() => makeCharacter(
  12169. { name: "Ingrid" },
  12170. {
  12171. front: {
  12172. height: math.unit(6, "feet"),
  12173. weight: math.unit(182, "lb"),
  12174. name: "Front",
  12175. image: {
  12176. source: "./media/characters/ingrid/front.svg",
  12177. extra: 294 / 268,
  12178. bottom: 0.027
  12179. }
  12180. },
  12181. },
  12182. [
  12183. {
  12184. name: "Normal",
  12185. height: math.unit(6, "feet"),
  12186. default: true
  12187. },
  12188. ]
  12189. ))
  12190. characterMakers.push(() => makeCharacter(
  12191. { name: "Malgam" },
  12192. {
  12193. eevee: {
  12194. height: math.unit(2 + 10 / 12, "feet"),
  12195. weight: math.unit(86, "lb"),
  12196. name: "Malgam",
  12197. image: {
  12198. source: "./media/characters/malgam/eevee.svg",
  12199. extra: 218 / 180,
  12200. bottom: 0.2
  12201. }
  12202. },
  12203. sylveon: {
  12204. height: math.unit(4, "feet"),
  12205. weight: math.unit(101, "lb"),
  12206. name: "Future Malgam",
  12207. rename: true,
  12208. image: {
  12209. source: "./media/characters/malgam/sylveon.svg",
  12210. extra: 371 / 325,
  12211. bottom: 0.015
  12212. }
  12213. },
  12214. gigantamax: {
  12215. height: math.unit(50, "feet"),
  12216. name: "Gigantamax Malgam",
  12217. rename: true,
  12218. image: {
  12219. source: "./media/characters/malgam/gigantamax.svg"
  12220. }
  12221. },
  12222. },
  12223. [
  12224. {
  12225. name: "Normal",
  12226. height: math.unit(2 + 10 / 12, "feet"),
  12227. default: true
  12228. },
  12229. ]
  12230. ))
  12231. characterMakers.push(() => makeCharacter(
  12232. { name: "Fleur" },
  12233. {
  12234. front: {
  12235. height: math.unit(5 + 11 / 12, "feet"),
  12236. weight: math.unit(188, "lb"),
  12237. name: "Front",
  12238. image: {
  12239. source: "./media/characters/fleur/front.svg",
  12240. extra: 309 / 283,
  12241. bottom: 0.007
  12242. }
  12243. },
  12244. },
  12245. [
  12246. {
  12247. name: "Normal",
  12248. height: math.unit(5 + 11 / 12, "feet"),
  12249. default: true
  12250. },
  12251. ]
  12252. ))
  12253. characterMakers.push(() => makeCharacter(
  12254. { name: "Jude" },
  12255. {
  12256. front: {
  12257. height: math.unit(5 + 4 / 12, "feet"),
  12258. weight: math.unit(122, "lb"),
  12259. name: "Front",
  12260. image: {
  12261. source: "./media/characters/jude/front.svg",
  12262. extra: 288 / 273,
  12263. bottom: 0.03
  12264. }
  12265. },
  12266. },
  12267. [
  12268. {
  12269. name: "Normal",
  12270. height: math.unit(5 + 4 / 12, "feet"),
  12271. default: true
  12272. },
  12273. ]
  12274. ))
  12275. characterMakers.push(() => makeCharacter(
  12276. { name: "Seara" },
  12277. {
  12278. front: {
  12279. height: math.unit(5 + 11 / 12, "feet"),
  12280. weight: math.unit(190, "lb"),
  12281. name: "Front",
  12282. image: {
  12283. source: "./media/characters/seara/front.svg",
  12284. extra: 1,
  12285. bottom: 0.05
  12286. }
  12287. },
  12288. },
  12289. [
  12290. {
  12291. name: "Normal",
  12292. height: math.unit(5 + 11 / 12, "feet"),
  12293. default: true
  12294. },
  12295. ]
  12296. ))
  12297. characterMakers.push(() => makeCharacter(
  12298. { name: "Caspian" },
  12299. {
  12300. front: {
  12301. height: math.unit(16 + 5 / 12, "feet"),
  12302. weight: math.unit(524, "lb"),
  12303. name: "Front",
  12304. image: {
  12305. source: "./media/characters/caspian/front.svg",
  12306. extra: 1,
  12307. bottom: 0.04
  12308. }
  12309. },
  12310. },
  12311. [
  12312. {
  12313. name: "Normal",
  12314. height: math.unit(16 + 5 / 12, "feet"),
  12315. default: true
  12316. },
  12317. ]
  12318. ))
  12319. characterMakers.push(() => makeCharacter(
  12320. { name: "Mika" },
  12321. {
  12322. front: {
  12323. height: math.unit(5 + 7 / 12, "feet"),
  12324. weight: math.unit(170, "lb"),
  12325. name: "Front",
  12326. image: {
  12327. source: "./media/characters/mika/front.svg",
  12328. extra: 1,
  12329. bottom: 0.016
  12330. }
  12331. },
  12332. },
  12333. [
  12334. {
  12335. name: "Normal",
  12336. height: math.unit(5 + 7 / 12, "feet"),
  12337. default: true
  12338. },
  12339. ]
  12340. ))
  12341. characterMakers.push(() => makeCharacter(
  12342. { name: "Sol" },
  12343. {
  12344. front: {
  12345. height: math.unit(6 + 2 / 12, "feet"),
  12346. weight: math.unit(268, "lb"),
  12347. name: "Front",
  12348. image: {
  12349. source: "./media/characters/sol/front.svg",
  12350. extra: 247 / 231,
  12351. bottom: 0.05
  12352. }
  12353. },
  12354. },
  12355. [
  12356. {
  12357. name: "Normal",
  12358. height: math.unit(6 + 2 / 12, "feet"),
  12359. default: true
  12360. },
  12361. ]
  12362. ))
  12363. characterMakers.push(() => makeCharacter(
  12364. { name: "Umiko" },
  12365. {
  12366. buizel: {
  12367. height: math.unit(2 + 5 / 12, "feet"),
  12368. weight: math.unit(87, "lb"),
  12369. name: "Buizel",
  12370. image: {
  12371. source: "./media/characters/umiko/buizel.svg",
  12372. extra: 172 / 157,
  12373. bottom: 0.01
  12374. }
  12375. },
  12376. floatzel: {
  12377. height: math.unit(5 + 9 / 12, "feet"),
  12378. weight: math.unit(250, "lb"),
  12379. name: "Floatzel",
  12380. image: {
  12381. source: "./media/characters/umiko/floatzel.svg",
  12382. extra: 262 / 248
  12383. }
  12384. },
  12385. },
  12386. [
  12387. {
  12388. name: "Normal",
  12389. height: math.unit(2 + 5 / 12, "feet"),
  12390. default: true
  12391. },
  12392. ]
  12393. ))
  12394. characterMakers.push(() => makeCharacter(
  12395. { name: "Iliac" },
  12396. {
  12397. front: {
  12398. height: math.unit(6 + 2 / 12, "feet"),
  12399. weight: math.unit(146, "lb"),
  12400. name: "Front",
  12401. image: {
  12402. source: "./media/characters/iliac/front.svg",
  12403. extra: 389 / 365,
  12404. bottom: 0.035
  12405. }
  12406. },
  12407. },
  12408. [
  12409. {
  12410. name: "Normal",
  12411. height: math.unit(6 + 2 / 12, "feet"),
  12412. default: true
  12413. },
  12414. ]
  12415. ))
  12416. characterMakers.push(() => makeCharacter(
  12417. { name: "Topaz" },
  12418. {
  12419. front: {
  12420. height: math.unit(6, "feet"),
  12421. weight: math.unit(170, "lb"),
  12422. name: "Front",
  12423. image: {
  12424. source: "./media/characters/topaz/front.svg",
  12425. extra: 317 / 303,
  12426. bottom: 0.055
  12427. }
  12428. },
  12429. },
  12430. [
  12431. {
  12432. name: "Normal",
  12433. height: math.unit(6, "feet"),
  12434. default: true
  12435. },
  12436. ]
  12437. ))
  12438. characterMakers.push(() => makeCharacter(
  12439. { name: "Gabriel" },
  12440. {
  12441. front: {
  12442. height: math.unit(5 + 11 / 12, "feet"),
  12443. weight: math.unit(144, "lb"),
  12444. name: "Front",
  12445. image: {
  12446. source: "./media/characters/gabriel/front.svg",
  12447. extra: 285 / 262,
  12448. bottom: 0.004
  12449. }
  12450. },
  12451. },
  12452. [
  12453. {
  12454. name: "Normal",
  12455. height: math.unit(5 + 11 / 12, "feet"),
  12456. default: true
  12457. },
  12458. ]
  12459. ))
  12460. characterMakers.push(() => makeCharacter(
  12461. { name: "Tempest (Suicune)" },
  12462. {
  12463. side: {
  12464. height: math.unit(6 + 5 / 12, "feet"),
  12465. weight: math.unit(300, "lb"),
  12466. name: "Side",
  12467. image: {
  12468. source: "./media/characters/tempest-suicune/side.svg",
  12469. extra: 195 / 154,
  12470. bottom: 0.04
  12471. }
  12472. },
  12473. },
  12474. [
  12475. {
  12476. name: "Normal",
  12477. height: math.unit(6 + 5 / 12, "feet"),
  12478. default: true
  12479. },
  12480. ]
  12481. ))
  12482. characterMakers.push(() => makeCharacter(
  12483. { name: "Vulcan" },
  12484. {
  12485. front: {
  12486. height: math.unit(7 + 2 / 12, "feet"),
  12487. weight: math.unit(322, "lb"),
  12488. name: "Front",
  12489. image: {
  12490. source: "./media/characters/vulcan/front.svg",
  12491. extra: 154 / 147,
  12492. bottom: 0.04
  12493. }
  12494. },
  12495. },
  12496. [
  12497. {
  12498. name: "Normal",
  12499. height: math.unit(7 + 2 / 12, "feet"),
  12500. default: true
  12501. },
  12502. ]
  12503. ))
  12504. characterMakers.push(() => makeCharacter(
  12505. { name: "Gault" },
  12506. {
  12507. front: {
  12508. height: math.unit(5 + 10 / 12, "feet"),
  12509. weight: math.unit(264, "lb"),
  12510. name: "Front",
  12511. image: {
  12512. source: "./media/characters/gault/front.svg",
  12513. extra: 161 / 140,
  12514. bottom: 0.028
  12515. }
  12516. },
  12517. },
  12518. [
  12519. {
  12520. name: "Normal",
  12521. height: math.unit(5 + 10 / 12, "feet"),
  12522. default: true
  12523. },
  12524. ]
  12525. ))
  12526. characterMakers.push(() => makeCharacter(
  12527. { name: "Shard" },
  12528. {
  12529. front: {
  12530. height: math.unit(6, "feet"),
  12531. weight: math.unit(150, "lb"),
  12532. name: "Front",
  12533. image: {
  12534. source: "./media/characters/shard/front.svg",
  12535. extra: 273 / 238,
  12536. bottom: 0.02
  12537. }
  12538. },
  12539. },
  12540. [
  12541. {
  12542. name: "Normal",
  12543. height: math.unit(3 + 6 / 12, "feet"),
  12544. default: true
  12545. },
  12546. ]
  12547. ))
  12548. characterMakers.push(() => makeCharacter(
  12549. { name: "Ashe" },
  12550. {
  12551. front: {
  12552. height: math.unit(5 + 11 / 12, "feet"),
  12553. weight: math.unit(146, "lb"),
  12554. name: "Front",
  12555. image: {
  12556. source: "./media/characters/ashe/front.svg",
  12557. extra: 400 / 373,
  12558. bottom: 0.01
  12559. }
  12560. },
  12561. },
  12562. [
  12563. {
  12564. name: "Normal",
  12565. height: math.unit(5 + 11 / 12, "feet"),
  12566. default: true
  12567. },
  12568. ]
  12569. ))
  12570. characterMakers.push(() => makeCharacter(
  12571. { name: "Beatrix" },
  12572. {
  12573. front: {
  12574. height: math.unit(5 + 5 / 12, "feet"),
  12575. weight: math.unit(135, "lb"),
  12576. name: "Front",
  12577. image: {
  12578. source: "./media/characters/beatrix/front.svg",
  12579. extra: 392 / 379,
  12580. bottom: 0.01
  12581. }
  12582. },
  12583. },
  12584. [
  12585. {
  12586. name: "Normal",
  12587. height: math.unit(6, "feet"),
  12588. default: true
  12589. },
  12590. ]
  12591. ))
  12592. characterMakers.push(() => makeCharacter(
  12593. { name: "Ignatius" },
  12594. {
  12595. front: {
  12596. height: math.unit(6, "feet"),
  12597. weight: math.unit(150, "lb"),
  12598. name: "Front",
  12599. image: {
  12600. source: "./media/characters/ignatius/front.svg",
  12601. extra: 245 / 222,
  12602. bottom: 0.01
  12603. }
  12604. },
  12605. },
  12606. [
  12607. {
  12608. name: "Normal",
  12609. height: math.unit(5 + 5 / 12, "feet"),
  12610. default: true
  12611. },
  12612. ]
  12613. ))
  12614. characterMakers.push(() => makeCharacter(
  12615. { name: "Mei Li" },
  12616. {
  12617. front: {
  12618. height: math.unit(6 + 2 / 12, "feet"),
  12619. weight: math.unit(138, "lb"),
  12620. name: "Front",
  12621. image: {
  12622. source: "./media/characters/mei-li/front.svg",
  12623. extra: 237 / 229,
  12624. bottom: 0.03
  12625. }
  12626. },
  12627. },
  12628. [
  12629. {
  12630. name: "Normal",
  12631. height: math.unit(6 + 2 / 12, "feet"),
  12632. default: true
  12633. },
  12634. ]
  12635. ))
  12636. characterMakers.push(() => makeCharacter(
  12637. { name: "Puru" },
  12638. {
  12639. front: {
  12640. height: math.unit(2 + 4 / 12, "feet"),
  12641. weight: math.unit(62, "lb"),
  12642. name: "Front",
  12643. image: {
  12644. source: "./media/characters/puru/front.svg",
  12645. extra: 206 / 149,
  12646. bottom: 0.06
  12647. }
  12648. },
  12649. },
  12650. [
  12651. {
  12652. name: "Normal",
  12653. height: math.unit(2 + 4 / 12, "feet"),
  12654. default: true
  12655. },
  12656. ]
  12657. ))
  12658. characterMakers.push(() => makeCharacter(
  12659. { name: "Kee" },
  12660. {
  12661. taur: {
  12662. height: math.unit(11, "feet"),
  12663. weight: math.unit(500, "lb"),
  12664. name: "Taur",
  12665. image: {
  12666. source: "./media/characters/kee/taur.svg",
  12667. extra: 1,
  12668. bottom: 0.04
  12669. }
  12670. },
  12671. },
  12672. [
  12673. {
  12674. name: "Normal",
  12675. height: math.unit(11, "feet"),
  12676. default: true
  12677. },
  12678. ]
  12679. ))
  12680. characterMakers.push(() => makeCharacter(
  12681. { name: "Cobalt (Dracha)" },
  12682. {
  12683. anthro: {
  12684. height: math.unit(7, "feet"),
  12685. weight: math.unit(190, "lb"),
  12686. name: "Anthro",
  12687. image: {
  12688. source: "./media/characters/cobalt-dracha/anthro.svg",
  12689. extra: 231 / 225,
  12690. bottom: 0.04
  12691. }
  12692. },
  12693. feral: {
  12694. height: math.unit(9 + 7 / 12, "feet"),
  12695. weight: math.unit(294, "lb"),
  12696. name: "Feral",
  12697. image: {
  12698. source: "./media/characters/cobalt-dracha/feral.svg",
  12699. extra: 692 / 633,
  12700. bottom: 0.05
  12701. }
  12702. },
  12703. },
  12704. [
  12705. {
  12706. name: "Normal",
  12707. height: math.unit(7, "feet"),
  12708. default: true
  12709. },
  12710. ]
  12711. ))
  12712. characterMakers.push(() => makeCharacter(
  12713. { name: "Java" },
  12714. {
  12715. fallen: {
  12716. height: math.unit(11 + 8 / 12, "feet"),
  12717. weight: math.unit(485, "lb"),
  12718. name: "Java (Fallen)",
  12719. rename: true,
  12720. image: {
  12721. source: "./media/characters/java/fallen.svg",
  12722. extra: 226 / 208,
  12723. bottom: 0.005
  12724. }
  12725. },
  12726. godkin: {
  12727. height: math.unit(10 + 6 / 12, "feet"),
  12728. weight: math.unit(328, "lb"),
  12729. name: "Java (Godkin)",
  12730. rename: true,
  12731. image: {
  12732. source: "./media/characters/java/godkin.svg",
  12733. extra: 270 / 262,
  12734. bottom: 0.02
  12735. }
  12736. },
  12737. },
  12738. [
  12739. {
  12740. name: "Normal",
  12741. height: math.unit(11 + 8 / 12, "feet"),
  12742. default: true
  12743. },
  12744. ]
  12745. ))
  12746. characterMakers.push(() => makeCharacter(
  12747. { name: "Skoll" },
  12748. {
  12749. front: {
  12750. height: math.unit(7 + 8 / 12, "feet"),
  12751. weight: math.unit(320, "lb"),
  12752. name: "Front",
  12753. image: {
  12754. source: "./media/characters/skoll/front.svg",
  12755. extra: 232 / 220,
  12756. bottom: 0.02
  12757. }
  12758. },
  12759. },
  12760. [
  12761. {
  12762. name: "Normal",
  12763. height: math.unit(7 + 8 / 12, "feet"),
  12764. default: true
  12765. },
  12766. ]
  12767. ))
  12768. characterMakers.push(() => makeCharacter(
  12769. { name: "Purna" },
  12770. {
  12771. front: {
  12772. height: math.unit(5 + 9 / 12, "feet"),
  12773. weight: math.unit(170, "lb"),
  12774. name: "Front",
  12775. image: {
  12776. source: "./media/characters/purna/front.svg",
  12777. extra: 239 / 229,
  12778. bottom: 0.01
  12779. }
  12780. },
  12781. },
  12782. [
  12783. {
  12784. name: "Normal",
  12785. height: math.unit(5 + 9 / 12, "feet"),
  12786. default: true
  12787. },
  12788. ]
  12789. ))
  12790. characterMakers.push(() => makeCharacter(
  12791. { name: "Kuva" },
  12792. {
  12793. front: {
  12794. height: math.unit(5 + 9 / 12, "feet"),
  12795. weight: math.unit(142, "lb"),
  12796. name: "Front",
  12797. image: {
  12798. source: "./media/characters/kuva/front.svg",
  12799. extra: 281 / 271,
  12800. bottom: 0.006
  12801. }
  12802. },
  12803. },
  12804. [
  12805. {
  12806. name: "Normal",
  12807. height: math.unit(5 + 9 / 12, "feet"),
  12808. default: true
  12809. },
  12810. ]
  12811. ))
  12812. characterMakers.push(() => makeCharacter(
  12813. { name: "Embra" },
  12814. {
  12815. anthro: {
  12816. height: math.unit(9 + 2 / 12, "feet"),
  12817. weight: math.unit(270, "lb"),
  12818. name: "Anthro",
  12819. image: {
  12820. source: "./media/characters/embra/anthro.svg",
  12821. extra: 200 / 187,
  12822. bottom: 0.02
  12823. }
  12824. },
  12825. feral: {
  12826. height: math.unit(18 + 8 / 12, "feet"),
  12827. weight: math.unit(576, "lb"),
  12828. name: "Feral",
  12829. image: {
  12830. source: "./media/characters/embra/feral.svg",
  12831. extra: 152 / 137,
  12832. bottom: 0.037
  12833. }
  12834. },
  12835. },
  12836. [
  12837. {
  12838. name: "Normal",
  12839. height: math.unit(9 + 2 / 12, "feet"),
  12840. default: true
  12841. },
  12842. ]
  12843. ))
  12844. characterMakers.push(() => makeCharacter(
  12845. { name: "Grottos" },
  12846. {
  12847. anthro: {
  12848. height: math.unit(10 + 9 / 12, "feet"),
  12849. weight: math.unit(224, "lb"),
  12850. name: "Anthro",
  12851. image: {
  12852. source: "./media/characters/grottos/anthro.svg",
  12853. extra: 350 / 332,
  12854. bottom: 0.045
  12855. }
  12856. },
  12857. feral: {
  12858. height: math.unit(20 + 7 / 12, "feet"),
  12859. weight: math.unit(629, "lb"),
  12860. name: "Feral",
  12861. image: {
  12862. source: "./media/characters/grottos/feral.svg",
  12863. extra: 207 / 190,
  12864. bottom: 0.05
  12865. }
  12866. },
  12867. },
  12868. [
  12869. {
  12870. name: "Normal",
  12871. height: math.unit(10 + 9 / 12, "feet"),
  12872. default: true
  12873. },
  12874. ]
  12875. ))
  12876. characterMakers.push(() => makeCharacter(
  12877. { name: "Frifna" },
  12878. {
  12879. anthro: {
  12880. height: math.unit(9 + 6 / 12, "feet"),
  12881. weight: math.unit(298, "lb"),
  12882. name: "Anthro",
  12883. image: {
  12884. source: "./media/characters/frifna/anthro.svg",
  12885. extra: 282 / 269,
  12886. bottom: 0.015
  12887. }
  12888. },
  12889. feral: {
  12890. height: math.unit(16 + 2 / 12, "feet"),
  12891. weight: math.unit(624, "lb"),
  12892. name: "Feral",
  12893. image: {
  12894. source: "./media/characters/frifna/feral.svg"
  12895. }
  12896. },
  12897. },
  12898. [
  12899. {
  12900. name: "Normal",
  12901. height: math.unit(9 + 6 / 12, "feet"),
  12902. default: true
  12903. },
  12904. ]
  12905. ))
  12906. characterMakers.push(() => makeCharacter(
  12907. { name: "Elise" },
  12908. {
  12909. front: {
  12910. height: math.unit(6 + 2 / 12, "feet"),
  12911. weight: math.unit(168, "lb"),
  12912. name: "Front",
  12913. image: {
  12914. source: "./media/characters/elise/front.svg",
  12915. extra: 276 / 271
  12916. }
  12917. },
  12918. },
  12919. [
  12920. {
  12921. name: "Normal",
  12922. height: math.unit(6 + 2 / 12, "feet"),
  12923. default: true
  12924. },
  12925. ]
  12926. ))
  12927. characterMakers.push(() => makeCharacter(
  12928. { name: "Glade" },
  12929. {
  12930. front: {
  12931. height: math.unit(5 + 10 / 12, "feet"),
  12932. weight: math.unit(210, "lb"),
  12933. name: "Front",
  12934. image: {
  12935. source: "./media/characters/glade/front.svg",
  12936. extra: 258 / 247,
  12937. bottom: 0.008
  12938. }
  12939. },
  12940. },
  12941. [
  12942. {
  12943. name: "Normal",
  12944. height: math.unit(5 + 10 / 12, "feet"),
  12945. default: true
  12946. },
  12947. ]
  12948. ))
  12949. characterMakers.push(() => makeCharacter(
  12950. { name: "Rina" },
  12951. {
  12952. front: {
  12953. height: math.unit(5 + 10 / 12, "feet"),
  12954. weight: math.unit(129, "lb"),
  12955. name: "Front",
  12956. image: {
  12957. source: "./media/characters/rina/front.svg",
  12958. extra: 266 / 255,
  12959. bottom: 0.005
  12960. }
  12961. },
  12962. },
  12963. [
  12964. {
  12965. name: "Normal",
  12966. height: math.unit(5 + 10 / 12, "feet"),
  12967. default: true
  12968. },
  12969. ]
  12970. ))
  12971. characterMakers.push(() => makeCharacter(
  12972. { name: "Veronica" },
  12973. {
  12974. front: {
  12975. height: math.unit(6 + 1 / 12, "feet"),
  12976. weight: math.unit(192, "lb"),
  12977. name: "Front",
  12978. image: {
  12979. source: "./media/characters/veronica/front.svg",
  12980. extra: 319 / 309,
  12981. bottom: 0.005
  12982. }
  12983. },
  12984. },
  12985. [
  12986. {
  12987. name: "Normal",
  12988. height: math.unit(6 + 1 / 12, "feet"),
  12989. default: true
  12990. },
  12991. ]
  12992. ))
  12993. characterMakers.push(() => makeCharacter(
  12994. { name: "Braxton" },
  12995. {
  12996. front: {
  12997. height: math.unit(9 + 3 / 12, "feet"),
  12998. weight: math.unit(1100, "lb"),
  12999. name: "Front",
  13000. image: {
  13001. source: "./media/characters/braxton/front.svg",
  13002. extra: 1057 / 984,
  13003. bottom: 0.05
  13004. }
  13005. },
  13006. },
  13007. [
  13008. {
  13009. name: "Normal",
  13010. height: math.unit(9 + 3 / 12, "feet")
  13011. },
  13012. {
  13013. name: "Giant",
  13014. height: math.unit(300, "feet"),
  13015. default: true
  13016. },
  13017. {
  13018. name: "Macro",
  13019. height: math.unit(700, "feet")
  13020. },
  13021. {
  13022. name: "Megamacro",
  13023. height: math.unit(6000, "feet")
  13024. },
  13025. ]
  13026. ))
  13027. characterMakers.push(() => makeCharacter(
  13028. { name: "Blue Feyonics" },
  13029. {
  13030. front: {
  13031. height: math.unit(6 + 7 / 12, "feet"),
  13032. weight: math.unit(150, "lb"),
  13033. name: "Front",
  13034. image: {
  13035. source: "./media/characters/blue-feyonics/front.svg",
  13036. extra: 1403 / 1306,
  13037. bottom: 0.047
  13038. }
  13039. },
  13040. },
  13041. [
  13042. {
  13043. name: "Normal",
  13044. height: math.unit(6 + 7 / 12, "feet"),
  13045. default: true
  13046. },
  13047. ]
  13048. ))
  13049. characterMakers.push(() => makeCharacter(
  13050. { name: "Maxwell" },
  13051. {
  13052. front: {
  13053. height: math.unit(1.8, "meters"),
  13054. weight: math.unit(60, "kg"),
  13055. name: "Front",
  13056. image: {
  13057. source: "./media/characters/maxwell/front.svg",
  13058. extra: 2060 / 1873
  13059. }
  13060. },
  13061. },
  13062. [
  13063. {
  13064. name: "Micro",
  13065. height: math.unit(1, "mm")
  13066. },
  13067. {
  13068. name: "Normal",
  13069. height: math.unit(1.8, "meter"),
  13070. default: true
  13071. },
  13072. {
  13073. name: "Macro",
  13074. height: math.unit(30, "meters")
  13075. },
  13076. {
  13077. name: "Megamacro",
  13078. height: math.unit(10, "km")
  13079. },
  13080. ]
  13081. ))
  13082. characterMakers.push(() => makeCharacter(
  13083. { name: "Jack" },
  13084. {
  13085. front: {
  13086. height: math.unit(6, "feet"),
  13087. weight: math.unit(150, "lb"),
  13088. name: "Front",
  13089. image: {
  13090. source: "./media/characters/jack/front.svg",
  13091. extra: 1754 / 1640,
  13092. bottom: 0.01
  13093. }
  13094. },
  13095. },
  13096. [
  13097. {
  13098. name: "Normal",
  13099. height: math.unit(80000, "feet"),
  13100. default: true
  13101. },
  13102. {
  13103. name: "Max size",
  13104. height: math.unit(10, "lightyears")
  13105. },
  13106. ]
  13107. ))
  13108. characterMakers.push(() => makeCharacter(
  13109. { name: "Cafat" },
  13110. {
  13111. upright: {
  13112. height: math.unit(7, "feet"),
  13113. weight: math.unit(170, "lb"),
  13114. name: "Upright",
  13115. image: {
  13116. source: "./media/characters/cafat/upright.svg",
  13117. bottom: 0.01
  13118. }
  13119. },
  13120. uprightFull: {
  13121. height: math.unit(7, "feet"),
  13122. weight: math.unit(170, "lb"),
  13123. name: "Upright (Full)",
  13124. image: {
  13125. source: "./media/characters/cafat/upright-full.svg",
  13126. bottom: 0.01
  13127. }
  13128. },
  13129. side: {
  13130. height: math.unit(5, "feet"),
  13131. weight: math.unit(150, "lb"),
  13132. name: "Side",
  13133. image: {
  13134. source: "./media/characters/cafat/side.svg"
  13135. }
  13136. },
  13137. },
  13138. [
  13139. {
  13140. name: "Small",
  13141. height: math.unit(7, "feet"),
  13142. default: true
  13143. },
  13144. {
  13145. name: "Large",
  13146. height: math.unit(15.5, "feet")
  13147. },
  13148. ]
  13149. ))
  13150. characterMakers.push(() => makeCharacter(
  13151. { name: "Verin Raharra" },
  13152. {
  13153. front: {
  13154. height: math.unit(6, "feet"),
  13155. weight: math.unit(150, "lb"),
  13156. name: "Front",
  13157. image: {
  13158. source: "./media/characters/verin-raharra/front.svg",
  13159. extra: 5019 / 4835,
  13160. bottom: 0.023
  13161. }
  13162. },
  13163. },
  13164. [
  13165. {
  13166. name: "Normal",
  13167. height: math.unit(7 + 5 / 12, "feet"),
  13168. default: true
  13169. },
  13170. {
  13171. name: "Upsized",
  13172. height: math.unit(20, "feet")
  13173. },
  13174. ]
  13175. ))
  13176. characterMakers.push(() => makeCharacter(
  13177. { name: "Nakata" },
  13178. {
  13179. front: {
  13180. height: math.unit(7, "feet"),
  13181. weight: math.unit(230, "lb"),
  13182. name: "Front",
  13183. image: {
  13184. source: "./media/characters/nakata/front.svg",
  13185. extra: 1.005,
  13186. bottom: 0.01
  13187. }
  13188. },
  13189. },
  13190. [
  13191. {
  13192. name: "Normal",
  13193. height: math.unit(7, "feet"),
  13194. default: true
  13195. },
  13196. {
  13197. name: "Big",
  13198. height: math.unit(14, "feet")
  13199. },
  13200. {
  13201. name: "Macro",
  13202. height: math.unit(400, "feet")
  13203. },
  13204. ]
  13205. ))
  13206. characterMakers.push(() => makeCharacter(
  13207. { name: "Lily" },
  13208. {
  13209. front: {
  13210. height: math.unit(4.91, "feet"),
  13211. weight: math.unit(100, "lb"),
  13212. name: "Front",
  13213. image: {
  13214. source: "./media/characters/lily/front.svg",
  13215. extra: 1585 / 1415,
  13216. bottom: 0.02
  13217. }
  13218. },
  13219. },
  13220. [
  13221. {
  13222. name: "Normal",
  13223. height: math.unit(4.91, "feet"),
  13224. default: true
  13225. },
  13226. ]
  13227. ))
  13228. characterMakers.push(() => makeCharacter(
  13229. { name: "Sheila" },
  13230. {
  13231. laying: {
  13232. height: math.unit(4 + 4 / 12, "feet"),
  13233. weight: math.unit(600, "lb"),
  13234. name: "Laying",
  13235. image: {
  13236. source: "./media/characters/sheila/laying.svg",
  13237. extra: 1333 / 1265,
  13238. bottom: 0.16
  13239. }
  13240. },
  13241. },
  13242. [
  13243. {
  13244. name: "Normal",
  13245. height: math.unit(4 + 4 / 12, "feet"),
  13246. default: true
  13247. },
  13248. ]
  13249. ))
  13250. characterMakers.push(() => makeCharacter(
  13251. { name: "Sax" },
  13252. {
  13253. front: {
  13254. height: math.unit(6, "feet"),
  13255. weight: math.unit(190, "lb"),
  13256. name: "Front",
  13257. image: {
  13258. source: "./media/characters/sax/front.svg",
  13259. extra: 1187 / 973,
  13260. bottom: 0.042
  13261. }
  13262. },
  13263. },
  13264. [
  13265. {
  13266. name: "Micro",
  13267. height: math.unit(4, "inches"),
  13268. default: true
  13269. },
  13270. ]
  13271. ))
  13272. characterMakers.push(() => makeCharacter(
  13273. { name: "Pandora" },
  13274. {
  13275. front: {
  13276. height: math.unit(6, "feet"),
  13277. weight: math.unit(150, "lb"),
  13278. name: "Front",
  13279. image: {
  13280. source: "./media/characters/pandora/front.svg",
  13281. extra: 2720 / 2556,
  13282. bottom: 0.015
  13283. }
  13284. },
  13285. back: {
  13286. height: math.unit(6, "feet"),
  13287. weight: math.unit(150, "lb"),
  13288. name: "Back",
  13289. image: {
  13290. source: "./media/characters/pandora/back.svg",
  13291. extra: 2720 / 2556,
  13292. bottom: 0.01
  13293. }
  13294. },
  13295. beans: {
  13296. height: math.unit(6 / 8, "feet"),
  13297. name: "Beans",
  13298. image: {
  13299. source: "./media/characters/pandora/beans.svg"
  13300. }
  13301. },
  13302. skirt: {
  13303. height: math.unit(6, "feet"),
  13304. weight: math.unit(150, "lb"),
  13305. name: "Skirt",
  13306. image: {
  13307. source: "./media/characters/pandora/skirt.svg",
  13308. extra: 1622 / 1525,
  13309. bottom: 0.015
  13310. }
  13311. },
  13312. hoodie: {
  13313. height: math.unit(6, "feet"),
  13314. weight: math.unit(150, "lb"),
  13315. name: "Hoodie",
  13316. image: {
  13317. source: "./media/characters/pandora/hoodie.svg",
  13318. extra: 1622 / 1525,
  13319. bottom: 0.015
  13320. }
  13321. },
  13322. casual: {
  13323. height: math.unit(6, "feet"),
  13324. weight: math.unit(150, "lb"),
  13325. name: "Casual",
  13326. image: {
  13327. source: "./media/characters/pandora/casual.svg",
  13328. extra: 1622 / 1525,
  13329. bottom: 0.015
  13330. }
  13331. },
  13332. },
  13333. [
  13334. {
  13335. name: "Normal",
  13336. height: math.unit(6, "feet")
  13337. },
  13338. {
  13339. name: "Big Steppy",
  13340. height: math.unit(1, "km"),
  13341. default: true
  13342. },
  13343. ]
  13344. ))
  13345. characterMakers.push(() => makeCharacter(
  13346. { name: "Venio Darcony" },
  13347. {
  13348. side: {
  13349. height: math.unit(10, "feet"),
  13350. weight: math.unit(800, "kg"),
  13351. name: "Side",
  13352. image: {
  13353. source: "./media/characters/venio-darcony/side.svg",
  13354. extra: 1373 / 1003,
  13355. bottom: 0.037
  13356. }
  13357. },
  13358. front: {
  13359. height: math.unit(19, "feet"),
  13360. weight: math.unit(800, "kg"),
  13361. name: "Front",
  13362. image: {
  13363. source: "./media/characters/venio-darcony/front.svg"
  13364. }
  13365. },
  13366. back: {
  13367. height: math.unit(19, "feet"),
  13368. weight: math.unit(800, "kg"),
  13369. name: "Back",
  13370. image: {
  13371. source: "./media/characters/venio-darcony/back.svg"
  13372. }
  13373. },
  13374. },
  13375. [
  13376. {
  13377. name: "Normal",
  13378. height: math.unit(10, "feet")
  13379. },
  13380. {
  13381. name: "Macro",
  13382. height: math.unit(130, "feet"),
  13383. default: true
  13384. },
  13385. {
  13386. name: "Macro+",
  13387. height: math.unit(240, "feet")
  13388. },
  13389. ]
  13390. ))
  13391. characterMakers.push(() => makeCharacter(
  13392. { name: "Veski" },
  13393. {
  13394. front: {
  13395. height: math.unit(6, "feet"),
  13396. weight: math.unit(150, "lb"),
  13397. name: "Front",
  13398. image: {
  13399. source: "./media/characters/veski/front.svg",
  13400. extra: 1299 / 1225,
  13401. bottom: 0.04
  13402. }
  13403. },
  13404. back: {
  13405. height: math.unit(6, "feet"),
  13406. weight: math.unit(150, "lb"),
  13407. name: "Back",
  13408. image: {
  13409. source: "./media/characters/veski/back.svg",
  13410. extra: 1299 / 1225,
  13411. bottom: 0.008
  13412. }
  13413. },
  13414. maw: {
  13415. height: math.unit(1.5 * 1.21, "feet"),
  13416. name: "Maw",
  13417. image: {
  13418. source: "./media/characters/veski/maw.svg"
  13419. }
  13420. },
  13421. },
  13422. [
  13423. {
  13424. name: "Macro",
  13425. height: math.unit(2, "km"),
  13426. default: true
  13427. },
  13428. ]
  13429. ))
  13430. characterMakers.push(() => makeCharacter(
  13431. { name: "Isabelle" },
  13432. {
  13433. front: {
  13434. height: math.unit(5 + 7 / 12, "feet"),
  13435. name: "Front",
  13436. image: {
  13437. source: "./media/characters/isabelle/front.svg",
  13438. extra: 2130 / 1976,
  13439. bottom: 0.05
  13440. }
  13441. },
  13442. },
  13443. [
  13444. {
  13445. name: "Supermicro",
  13446. height: math.unit(10, "micrometers")
  13447. },
  13448. {
  13449. name: "Micro",
  13450. height: math.unit(1, "inch")
  13451. },
  13452. {
  13453. name: "Tiny",
  13454. height: math.unit(5, "inches")
  13455. },
  13456. {
  13457. name: "Standard",
  13458. height: math.unit(5 + 7 / 12, "inches")
  13459. },
  13460. {
  13461. name: "Macro",
  13462. height: math.unit(80, "meters"),
  13463. default: true
  13464. },
  13465. {
  13466. name: "Megamacro",
  13467. height: math.unit(250, "meters")
  13468. },
  13469. {
  13470. name: "Gigamacro",
  13471. height: math.unit(5, "km")
  13472. },
  13473. {
  13474. name: "Cosmic",
  13475. height: math.unit(2.5e6, "miles")
  13476. },
  13477. ]
  13478. ))
  13479. characterMakers.push(() => makeCharacter(
  13480. { name: "Hanzo" },
  13481. {
  13482. front: {
  13483. height: math.unit(6, "feet"),
  13484. weight: math.unit(150, "lb"),
  13485. name: "Front",
  13486. image: {
  13487. source: "./media/characters/hanzo/front.svg",
  13488. extra: 374 / 344,
  13489. bottom: 0.02
  13490. }
  13491. },
  13492. },
  13493. [
  13494. {
  13495. name: "Normal",
  13496. height: math.unit(8, "feet"),
  13497. default: true
  13498. },
  13499. ]
  13500. ))
  13501. characterMakers.push(() => makeCharacter(
  13502. { name: "Anna" },
  13503. {
  13504. front: {
  13505. height: math.unit(7, "feet"),
  13506. weight: math.unit(130, "lb"),
  13507. name: "Front",
  13508. image: {
  13509. source: "./media/characters/anna/front.svg",
  13510. extra: 169 / 145,
  13511. bottom: 0.06
  13512. }
  13513. },
  13514. full: {
  13515. height: math.unit(4.96, "feet"),
  13516. weight: math.unit(220, "lb"),
  13517. name: "Full",
  13518. image: {
  13519. source: "./media/characters/anna/full.svg",
  13520. extra: 138 / 114,
  13521. bottom: 0.15
  13522. }
  13523. },
  13524. tongue: {
  13525. height: math.unit(2.53, "feet"),
  13526. name: "Tongue",
  13527. image: {
  13528. source: "./media/characters/anna/tongue.svg"
  13529. }
  13530. },
  13531. },
  13532. [
  13533. {
  13534. name: "Normal",
  13535. height: math.unit(7, "feet"),
  13536. default: true
  13537. },
  13538. ]
  13539. ))
  13540. characterMakers.push(() => makeCharacter(
  13541. { name: "Ian Corvid" },
  13542. {
  13543. front: {
  13544. height: math.unit(7, "feet"),
  13545. weight: math.unit(150, "lb"),
  13546. name: "Front",
  13547. image: {
  13548. source: "./media/characters/ian-corvid/front.svg",
  13549. extra: 150 / 142,
  13550. bottom: 0.02
  13551. }
  13552. },
  13553. back: {
  13554. height: math.unit(7, "feet"),
  13555. weight: math.unit(150, "lb"),
  13556. name: "Back",
  13557. image: {
  13558. source: "./media/characters/ian-corvid/back.svg",
  13559. extra: 150 / 143,
  13560. bottom: 0.01
  13561. }
  13562. },
  13563. stomping: {
  13564. height: math.unit(7, "feet"),
  13565. weight: math.unit(150, "lb"),
  13566. name: "Stomping",
  13567. image: {
  13568. source: "./media/characters/ian-corvid/stomping.svg",
  13569. extra: 76 / 72
  13570. }
  13571. },
  13572. sitting: {
  13573. height: math.unit(7 / 1.8, "feet"),
  13574. weight: math.unit(150, "lb"),
  13575. name: "Sitting",
  13576. image: {
  13577. source: "./media/characters/ian-corvid/sitting.svg",
  13578. extra: 1400 / 1269,
  13579. bottom: 0.15
  13580. }
  13581. },
  13582. },
  13583. [
  13584. {
  13585. name: "Tiny Microw",
  13586. height: math.unit(1, "inch")
  13587. },
  13588. {
  13589. name: "Microw",
  13590. height: math.unit(6, "inches")
  13591. },
  13592. {
  13593. name: "Crow",
  13594. height: math.unit(7 + 1 / 12, "feet"),
  13595. default: true
  13596. },
  13597. {
  13598. name: "Macrow",
  13599. height: math.unit(176, "feet")
  13600. },
  13601. ]
  13602. ))
  13603. characterMakers.push(() => makeCharacter(
  13604. { name: "Natalie Kellon" },
  13605. {
  13606. front: {
  13607. height: math.unit(5 + 7 / 12, "feet"),
  13608. weight: math.unit(147, "lb"),
  13609. name: "Front",
  13610. image: {
  13611. source: "./media/characters/natalie-kellon/front.svg",
  13612. extra: 1214 / 1141,
  13613. bottom: 0.02
  13614. }
  13615. },
  13616. },
  13617. [
  13618. {
  13619. name: "Micro",
  13620. height: math.unit(1 / 16, "inch")
  13621. },
  13622. {
  13623. name: "Tiny",
  13624. height: math.unit(4, "inches")
  13625. },
  13626. {
  13627. name: "Normal",
  13628. height: math.unit(5 + 7 / 12, "feet"),
  13629. default: true
  13630. },
  13631. {
  13632. name: "Amazon",
  13633. height: math.unit(12, "feet")
  13634. },
  13635. {
  13636. name: "Giantess",
  13637. height: math.unit(160, "meters")
  13638. },
  13639. {
  13640. name: "Titaness",
  13641. height: math.unit(800, "meters")
  13642. },
  13643. ]
  13644. ))
  13645. characterMakers.push(() => makeCharacter(
  13646. { name: "Alluria" },
  13647. {
  13648. front: {
  13649. height: math.unit(6, "feet"),
  13650. weight: math.unit(150, "lb"),
  13651. name: "Front",
  13652. image: {
  13653. source: "./media/characters/alluria/front.svg",
  13654. extra: 806 / 738,
  13655. bottom: 0.01
  13656. }
  13657. },
  13658. side: {
  13659. height: math.unit(6, "feet"),
  13660. weight: math.unit(150, "lb"),
  13661. name: "Side",
  13662. image: {
  13663. source: "./media/characters/alluria/side.svg",
  13664. extra: 800 / 750,
  13665. }
  13666. },
  13667. back: {
  13668. height: math.unit(6, "feet"),
  13669. weight: math.unit(150, "lb"),
  13670. name: "Back",
  13671. image: {
  13672. source: "./media/characters/alluria/back.svg",
  13673. extra: 806 / 738,
  13674. }
  13675. },
  13676. frontMaid: {
  13677. height: math.unit(6, "feet"),
  13678. weight: math.unit(150, "lb"),
  13679. name: "Front (Maid)",
  13680. image: {
  13681. source: "./media/characters/alluria/front-maid.svg",
  13682. extra: 806 / 738,
  13683. bottom: 0.01
  13684. }
  13685. },
  13686. sideMaid: {
  13687. height: math.unit(6, "feet"),
  13688. weight: math.unit(150, "lb"),
  13689. name: "Side (Maid)",
  13690. image: {
  13691. source: "./media/characters/alluria/side-maid.svg",
  13692. extra: 800 / 750,
  13693. bottom: 0.005
  13694. }
  13695. },
  13696. backMaid: {
  13697. height: math.unit(6, "feet"),
  13698. weight: math.unit(150, "lb"),
  13699. name: "Back (Maid)",
  13700. image: {
  13701. source: "./media/characters/alluria/back-maid.svg",
  13702. extra: 806 / 738,
  13703. }
  13704. },
  13705. },
  13706. [
  13707. {
  13708. name: "Micro",
  13709. height: math.unit(6, "inches"),
  13710. default: true
  13711. },
  13712. ]
  13713. ))
  13714. characterMakers.push(() => makeCharacter(
  13715. { name: "Kyle" },
  13716. {
  13717. front: {
  13718. height: math.unit(6, "feet"),
  13719. weight: math.unit(150, "lb"),
  13720. name: "Front",
  13721. image: {
  13722. source: "./media/characters/kyle/front.svg",
  13723. extra: 1069 / 962,
  13724. bottom: 77.228 / 1727.45
  13725. }
  13726. },
  13727. },
  13728. [
  13729. {
  13730. name: "Macro",
  13731. height: math.unit(150, "feet"),
  13732. default: true
  13733. },
  13734. ]
  13735. ))
  13736. characterMakers.push(() => makeCharacter(
  13737. { name: "Duncan" },
  13738. {
  13739. front: {
  13740. height: math.unit(6, "feet"),
  13741. weight: math.unit(300, "lb"),
  13742. name: "Front",
  13743. image: {
  13744. source: "./media/characters/duncan/front.svg",
  13745. extra: 1650 / 1482,
  13746. bottom: 0.05
  13747. }
  13748. },
  13749. },
  13750. [
  13751. {
  13752. name: "Macro",
  13753. height: math.unit(100, "feet"),
  13754. default: true
  13755. },
  13756. ]
  13757. ))
  13758. characterMakers.push(() => makeCharacter(
  13759. { name: "Memory" },
  13760. {
  13761. front: {
  13762. height: math.unit(5 + 4 / 12, "feet"),
  13763. weight: math.unit(220, "lb"),
  13764. name: "Front",
  13765. image: {
  13766. source: "./media/characters/memory/front.svg",
  13767. extra: 3641 / 3545,
  13768. bottom: 0.03
  13769. }
  13770. },
  13771. back: {
  13772. height: math.unit(5 + 4 / 12, "feet"),
  13773. weight: math.unit(220, "lb"),
  13774. name: "Back",
  13775. image: {
  13776. source: "./media/characters/memory/back.svg",
  13777. extra: 3641 / 3545,
  13778. bottom: 0.025
  13779. }
  13780. },
  13781. frontSkirt: {
  13782. height: math.unit(5 + 4 / 12, "feet"),
  13783. weight: math.unit(220, "lb"),
  13784. name: "Front (Skirt)",
  13785. image: {
  13786. source: "./media/characters/memory/front-skirt.svg",
  13787. extra: 3641 / 3545,
  13788. bottom: 0.03
  13789. }
  13790. },
  13791. frontDress: {
  13792. height: math.unit(5 + 4 / 12, "feet"),
  13793. weight: math.unit(220, "lb"),
  13794. name: "Front (Dress)",
  13795. image: {
  13796. source: "./media/characters/memory/front-dress.svg",
  13797. extra: 3641 / 3545,
  13798. bottom: 0.03
  13799. }
  13800. },
  13801. },
  13802. [
  13803. {
  13804. name: "Micro",
  13805. height: math.unit(6, "inches"),
  13806. default: true
  13807. },
  13808. {
  13809. name: "Normal",
  13810. height: math.unit(5 + 4 / 12, "feet")
  13811. },
  13812. ]
  13813. ))
  13814. characterMakers.push(() => makeCharacter(
  13815. { name: "Luno" },
  13816. {
  13817. front: {
  13818. height: math.unit(4 + 11 / 12, "feet"),
  13819. weight: math.unit(100, "lb"),
  13820. name: "Front",
  13821. image: {
  13822. source: "./media/characters/luno/front.svg",
  13823. extra: 1535 / 1487,
  13824. bottom: 0.03
  13825. }
  13826. },
  13827. },
  13828. [
  13829. {
  13830. name: "Micro",
  13831. height: math.unit(3, "inches")
  13832. },
  13833. {
  13834. name: "Normal",
  13835. height: math.unit(4 + 11 / 12, "feet"),
  13836. default: true
  13837. },
  13838. {
  13839. name: "Macro",
  13840. height: math.unit(300, "feet")
  13841. },
  13842. {
  13843. name: "Megamacro",
  13844. height: math.unit(700, "miles")
  13845. },
  13846. ]
  13847. ))
  13848. characterMakers.push(() => makeCharacter(
  13849. { name: "Jamesy" },
  13850. {
  13851. front: {
  13852. height: math.unit(6 + 2 / 12, "feet"),
  13853. weight: math.unit(170, "lb"),
  13854. name: "Front",
  13855. image: {
  13856. source: "./media/characters/jamesy/front.svg",
  13857. extra: 440 / 382,
  13858. bottom: 0.005
  13859. }
  13860. },
  13861. },
  13862. [
  13863. {
  13864. name: "Micro",
  13865. height: math.unit(3, "inches")
  13866. },
  13867. {
  13868. name: "Normal",
  13869. height: math.unit(6 + 2 / 12, "feet"),
  13870. default: true
  13871. },
  13872. {
  13873. name: "Macro",
  13874. height: math.unit(300, "feet")
  13875. },
  13876. {
  13877. name: "Megamacro",
  13878. height: math.unit(700, "miles")
  13879. },
  13880. ]
  13881. ))
  13882. characterMakers.push(() => makeCharacter(
  13883. { name: "Mark" },
  13884. {
  13885. front: {
  13886. height: math.unit(6, "feet"),
  13887. weight: math.unit(160, "lb"),
  13888. name: "Front",
  13889. image: {
  13890. source: "./media/characters/mark/front.svg",
  13891. extra: 3300 / 3100,
  13892. bottom: 136.42 / 3440.47
  13893. }
  13894. },
  13895. },
  13896. [
  13897. {
  13898. name: "Macro",
  13899. height: math.unit(120, "meters")
  13900. },
  13901. {
  13902. name: "Bigger Macro",
  13903. height: math.unit(350, "meters")
  13904. },
  13905. {
  13906. name: "Megamacro",
  13907. height: math.unit(8, "km"),
  13908. default: true
  13909. },
  13910. {
  13911. name: "Continental",
  13912. height: math.unit(4550, "km")
  13913. },
  13914. {
  13915. name: "Planetary",
  13916. height: math.unit(65000, "km")
  13917. },
  13918. ]
  13919. ))
  13920. characterMakers.push(() => makeCharacter(
  13921. { name: "Mac" },
  13922. {
  13923. front: {
  13924. height: math.unit(6, "feet"),
  13925. weight: math.unit(400, "lb"),
  13926. name: "Front",
  13927. image: {
  13928. source: "./media/characters/mac/front.svg",
  13929. extra: 1048 / 987.7,
  13930. bottom: 60 / 1107.6,
  13931. }
  13932. },
  13933. },
  13934. [
  13935. {
  13936. name: "Macro",
  13937. height: math.unit(500, "feet"),
  13938. default: true
  13939. },
  13940. ]
  13941. ))
  13942. characterMakers.push(() => makeCharacter(
  13943. { name: "Bari" },
  13944. {
  13945. front: {
  13946. height: math.unit(5 + 2 / 12, "feet"),
  13947. weight: math.unit(190, "lb"),
  13948. name: "Front",
  13949. image: {
  13950. source: "./media/characters/bari/front.svg",
  13951. extra: 3156 / 2880,
  13952. bottom: 0.03
  13953. }
  13954. },
  13955. back: {
  13956. height: math.unit(5 + 2 / 12, "feet"),
  13957. weight: math.unit(190, "lb"),
  13958. name: "Back",
  13959. image: {
  13960. source: "./media/characters/bari/back.svg",
  13961. extra: 3260 / 2834,
  13962. bottom: 0.025
  13963. }
  13964. },
  13965. frontPlush: {
  13966. height: math.unit(5 + 2 / 12, "feet"),
  13967. weight: math.unit(190, "lb"),
  13968. name: "Front (Plush)",
  13969. image: {
  13970. source: "./media/characters/bari/front-plush.svg",
  13971. extra: 1112 / 1061,
  13972. bottom: 0.002
  13973. }
  13974. },
  13975. },
  13976. [
  13977. {
  13978. name: "Micro",
  13979. height: math.unit(3, "inches")
  13980. },
  13981. {
  13982. name: "Normal",
  13983. height: math.unit(5 + 2 / 12, "feet"),
  13984. default: true
  13985. },
  13986. {
  13987. name: "Macro",
  13988. height: math.unit(20, "feet")
  13989. },
  13990. ]
  13991. ))
  13992. characterMakers.push(() => makeCharacter(
  13993. { name: "Hunter Misha Raven" },
  13994. {
  13995. front: {
  13996. height: math.unit(6 + 1 / 12, "feet"),
  13997. weight: math.unit(275, "lb"),
  13998. name: "Front",
  13999. image: {
  14000. source: "./media/characters/hunter-misha-raven/front.svg"
  14001. }
  14002. },
  14003. },
  14004. [
  14005. {
  14006. name: "Mortal",
  14007. height: math.unit(6 + 1 / 12, "feet")
  14008. },
  14009. {
  14010. name: "Divine",
  14011. height: math.unit(1.12134e34, "parsecs"),
  14012. default: true
  14013. },
  14014. ]
  14015. ))
  14016. characterMakers.push(() => makeCharacter(
  14017. { name: "Max Calore" },
  14018. {
  14019. front: {
  14020. height: math.unit(6 + 3 / 12, "feet"),
  14021. weight: math.unit(220, "lb"),
  14022. name: "Front",
  14023. image: {
  14024. source: "./media/characters/max-calore/front.svg",
  14025. extra: 1700 / 1648,
  14026. bottom: 0.01
  14027. }
  14028. },
  14029. back: {
  14030. height: math.unit(6 + 3 / 12, "feet"),
  14031. weight: math.unit(220, "lb"),
  14032. name: "Back",
  14033. image: {
  14034. source: "./media/characters/max-calore/back.svg",
  14035. extra: 1700 / 1648,
  14036. bottom: 0.01
  14037. }
  14038. },
  14039. },
  14040. [
  14041. {
  14042. name: "Normal",
  14043. height: math.unit(6 + 3 / 12, "feet"),
  14044. default: true
  14045. },
  14046. ]
  14047. ))
  14048. characterMakers.push(() => makeCharacter(
  14049. { name: "Aspen" },
  14050. {
  14051. side: {
  14052. height: math.unit(2 + 8 / 12, "feet"),
  14053. weight: math.unit(99, "lb"),
  14054. name: "Side",
  14055. image: {
  14056. source: "./media/characters/aspen/side.svg",
  14057. extra: 152 / 138,
  14058. bottom: 0.032
  14059. }
  14060. },
  14061. },
  14062. [
  14063. {
  14064. name: "Normal",
  14065. height: math.unit(2 + 8 / 12, "feet"),
  14066. default: true
  14067. },
  14068. ]
  14069. ))
  14070. characterMakers.push(() => makeCharacter(
  14071. { name: "Sheila (Wolf)" },
  14072. {
  14073. side: {
  14074. height: math.unit(3 + 2 / 12, "feet"),
  14075. weight: math.unit(224, "lb"),
  14076. name: "Side",
  14077. image: {
  14078. source: "./media/characters/sheila-wolf/side.svg",
  14079. extra: 179 / 166,
  14080. bottom: 0.03
  14081. }
  14082. },
  14083. },
  14084. [
  14085. {
  14086. name: "Normal",
  14087. height: math.unit(3 + 2 / 12, "feet"),
  14088. default: true
  14089. },
  14090. ]
  14091. ))
  14092. characterMakers.push(() => makeCharacter(
  14093. { name: "Michelle" },
  14094. {
  14095. side: {
  14096. height: math.unit(1 + 9 / 12, "feet"),
  14097. weight: math.unit(38, "lb"),
  14098. name: "Side",
  14099. image: {
  14100. source: "./media/characters/michelle/side.svg",
  14101. extra: 147 / 136.7,
  14102. bottom: 0.03
  14103. }
  14104. },
  14105. },
  14106. [
  14107. {
  14108. name: "Normal",
  14109. height: math.unit(1 + 9 / 12, "feet"),
  14110. default: true
  14111. },
  14112. ]
  14113. ))
  14114. characterMakers.push(() => makeCharacter(
  14115. { name: "Nino" },
  14116. {
  14117. front: {
  14118. height: math.unit(1 + 1 / 12, "feet"),
  14119. weight: math.unit(18, "lb"),
  14120. name: "Front",
  14121. image: {
  14122. source: "./media/characters/nino/front.svg"
  14123. }
  14124. },
  14125. },
  14126. [
  14127. {
  14128. name: "Normal",
  14129. height: math.unit(1 + 1 / 12, "feet"),
  14130. default: true
  14131. },
  14132. ]
  14133. ))
  14134. characterMakers.push(() => makeCharacter(
  14135. { name: "Viola" },
  14136. {
  14137. front: {
  14138. height: math.unit(1, "feet"),
  14139. weight: math.unit(16, "lb"),
  14140. name: "Front",
  14141. image: {
  14142. source: "./media/characters/viola/front.svg"
  14143. }
  14144. },
  14145. },
  14146. [
  14147. {
  14148. name: "Normal",
  14149. height: math.unit(1, "feet"),
  14150. default: true
  14151. },
  14152. ]
  14153. ))
  14154. characterMakers.push(() => makeCharacter(
  14155. { name: "Atlas" },
  14156. {
  14157. front: {
  14158. height: math.unit(6 + 5 / 12, "feet"),
  14159. weight: math.unit(580, "lb"),
  14160. name: "Front",
  14161. image: {
  14162. source: "./media/characters/atlas/front.svg",
  14163. extra: 298.5 / 290,
  14164. bottom: 0.015
  14165. }
  14166. },
  14167. },
  14168. [
  14169. {
  14170. name: "Normal",
  14171. height: math.unit(6 + 5 / 12, "feet"),
  14172. default: true
  14173. },
  14174. ]
  14175. ))
  14176. characterMakers.push(() => makeCharacter(
  14177. { name: "Davy" },
  14178. {
  14179. side: {
  14180. height: math.unit(1 + 10 / 12, "feet"),
  14181. weight: math.unit(25, "lb"),
  14182. name: "Side",
  14183. image: {
  14184. source: "./media/characters/davy/side.svg",
  14185. extra: 200 / 170,
  14186. bottom: 0.01
  14187. }
  14188. },
  14189. },
  14190. [
  14191. {
  14192. name: "Normal",
  14193. height: math.unit(1 + 10 / 12, "feet"),
  14194. default: true
  14195. },
  14196. ]
  14197. ))
  14198. characterMakers.push(() => makeCharacter(
  14199. { name: "Fiona" },
  14200. {
  14201. side: {
  14202. height: math.unit(4 + 8 / 12, "feet"),
  14203. weight: math.unit(166, "lb"),
  14204. name: "Side",
  14205. image: {
  14206. source: "./media/characters/fiona/side.svg",
  14207. extra: 232 / 220,
  14208. bottom: 0.03
  14209. }
  14210. },
  14211. },
  14212. [
  14213. {
  14214. name: "Normal",
  14215. height: math.unit(4 + 8 / 12, "feet"),
  14216. default: true
  14217. },
  14218. ]
  14219. ))
  14220. characterMakers.push(() => makeCharacter(
  14221. { name: "Lyla" },
  14222. {
  14223. front: {
  14224. height: math.unit(2, "feet"),
  14225. weight: math.unit(62, "lb"),
  14226. name: "Front",
  14227. image: {
  14228. source: "./media/characters/lyla/front.svg",
  14229. bottom: 0.1
  14230. }
  14231. },
  14232. },
  14233. [
  14234. {
  14235. name: "Normal",
  14236. height: math.unit(2, "feet"),
  14237. default: true
  14238. },
  14239. ]
  14240. ))
  14241. characterMakers.push(() => makeCharacter(
  14242. { name: "Perseus" },
  14243. {
  14244. side: {
  14245. height: math.unit(1.8, "feet"),
  14246. weight: math.unit(44, "lb"),
  14247. name: "Side",
  14248. image: {
  14249. source: "./media/characters/perseus/side.svg",
  14250. bottom: 0.21
  14251. }
  14252. },
  14253. },
  14254. [
  14255. {
  14256. name: "Normal",
  14257. height: math.unit(1.8, "feet"),
  14258. default: true
  14259. },
  14260. ]
  14261. ))
  14262. characterMakers.push(() => makeCharacter(
  14263. { name: "Remus" },
  14264. {
  14265. side: {
  14266. height: math.unit(4 + 2 / 12, "feet"),
  14267. weight: math.unit(20, "lb"),
  14268. name: "Side",
  14269. image: {
  14270. source: "./media/characters/remus/side.svg"
  14271. }
  14272. },
  14273. },
  14274. [
  14275. {
  14276. name: "Normal",
  14277. height: math.unit(4 + 2 / 12, "feet"),
  14278. default: true
  14279. },
  14280. ]
  14281. ))
  14282. characterMakers.push(() => makeCharacter(
  14283. { name: "Raf" },
  14284. {
  14285. front: {
  14286. height: math.unit(4 + 11 / 12, "feet"),
  14287. weight: math.unit(114, "lb"),
  14288. name: "Front",
  14289. image: {
  14290. source: "./media/characters/raf/front.svg",
  14291. bottom: 0.01
  14292. }
  14293. },
  14294. side: {
  14295. height: math.unit(4 + 11 / 12, "feet"),
  14296. weight: math.unit(114, "lb"),
  14297. name: "Side",
  14298. image: {
  14299. source: "./media/characters/raf/side.svg",
  14300. bottom: 0.005
  14301. }
  14302. },
  14303. },
  14304. [
  14305. {
  14306. name: "Micro",
  14307. height: math.unit(2, "inches")
  14308. },
  14309. {
  14310. name: "Normal",
  14311. height: math.unit(4 + 11 / 12, "feet"),
  14312. default: true
  14313. },
  14314. {
  14315. name: "Macro",
  14316. height: math.unit(70, "feet")
  14317. },
  14318. ]
  14319. ))
  14320. characterMakers.push(() => makeCharacter(
  14321. { name: "Liam Einarr" },
  14322. {
  14323. front: {
  14324. height: math.unit(1.5, "meters"),
  14325. weight: math.unit(68, "kg"),
  14326. name: "Front",
  14327. image: {
  14328. source: "./media/characters/liam-einarr/front.svg",
  14329. extra: 2822 / 2666
  14330. }
  14331. },
  14332. back: {
  14333. height: math.unit(1.5, "meters"),
  14334. weight: math.unit(68, "kg"),
  14335. name: "Back",
  14336. image: {
  14337. source: "./media/characters/liam-einarr/back.svg",
  14338. extra: 2822 / 2666,
  14339. bottom: 0.015
  14340. }
  14341. },
  14342. },
  14343. [
  14344. {
  14345. name: "Normal",
  14346. height: math.unit(1.5, "meters"),
  14347. default: true
  14348. },
  14349. {
  14350. name: "Macro",
  14351. height: math.unit(150, "meters")
  14352. },
  14353. {
  14354. name: "Megamacro",
  14355. height: math.unit(35, "km")
  14356. },
  14357. ]
  14358. ))
  14359. characterMakers.push(() => makeCharacter(
  14360. { name: "Linda" },
  14361. {
  14362. front: {
  14363. height: math.unit(6, "feet"),
  14364. weight: math.unit(75, "kg"),
  14365. name: "Front",
  14366. image: {
  14367. source: "./media/characters/linda/front.svg",
  14368. extra: 930 / 874,
  14369. bottom: 0.004
  14370. }
  14371. },
  14372. },
  14373. [
  14374. {
  14375. name: "Normal",
  14376. height: math.unit(6, "feet"),
  14377. default: true
  14378. },
  14379. ]
  14380. ))
  14381. characterMakers.push(() => makeCharacter(
  14382. { name: "Caylex" },
  14383. {
  14384. front: {
  14385. height: math.unit(6 + 8 / 12, "feet"),
  14386. weight: math.unit(220, "lb"),
  14387. name: "Front",
  14388. image: {
  14389. source: "./media/characters/caylex/front.svg",
  14390. extra: 821 / 772,
  14391. bottom: 0.07
  14392. }
  14393. },
  14394. back: {
  14395. height: math.unit(6 + 8 / 12, "feet"),
  14396. weight: math.unit(220, "lb"),
  14397. name: "Back",
  14398. image: {
  14399. source: "./media/characters/caylex/back.svg",
  14400. extra: 821 / 772,
  14401. bottom: 0.022
  14402. }
  14403. },
  14404. hand: {
  14405. height: math.unit(1.25, "feet"),
  14406. name: "Hand",
  14407. image: {
  14408. source: "./media/characters/caylex/hand.svg"
  14409. }
  14410. },
  14411. foot: {
  14412. height: math.unit(1.6, "feet"),
  14413. name: "Foot",
  14414. image: {
  14415. source: "./media/characters/caylex/foot.svg"
  14416. }
  14417. },
  14418. armored: {
  14419. height: math.unit(6 + 8 / 12, "feet"),
  14420. weight: math.unit(250, "lb"),
  14421. name: "Armored",
  14422. image: {
  14423. source: "./media/characters/caylex/armored.svg",
  14424. extra: 1420 / 1310,
  14425. bottom: 0.045
  14426. }
  14427. },
  14428. },
  14429. [
  14430. {
  14431. name: "Normal",
  14432. height: math.unit(6 + 8 / 12, "feet"),
  14433. default: true
  14434. },
  14435. {
  14436. name: "Normal+",
  14437. height: math.unit(12, "feet")
  14438. },
  14439. ]
  14440. ))
  14441. characterMakers.push(() => makeCharacter(
  14442. { name: "Alana" },
  14443. {
  14444. front: {
  14445. height: math.unit(7 + 6 / 12, "feet"),
  14446. weight: math.unit(288, "lb"),
  14447. name: "Front",
  14448. image: {
  14449. source: "./media/characters/alana/front.svg",
  14450. extra: 679 / 653,
  14451. bottom: 22.5 / 701
  14452. }
  14453. },
  14454. },
  14455. [
  14456. {
  14457. name: "Normal",
  14458. height: math.unit(7 + 6 / 12, "feet")
  14459. },
  14460. {
  14461. name: "Large",
  14462. height: math.unit(50, "feet")
  14463. },
  14464. {
  14465. name: "Macro",
  14466. height: math.unit(100, "feet"),
  14467. default: true
  14468. },
  14469. {
  14470. name: "Macro+",
  14471. height: math.unit(200, "feet")
  14472. },
  14473. ]
  14474. ))
  14475. characterMakers.push(() => makeCharacter(
  14476. { name: "Hasani" },
  14477. {
  14478. front: {
  14479. height: math.unit(6 + 1 / 12, "feet"),
  14480. weight: math.unit(210, "lb"),
  14481. name: "Front",
  14482. image: {
  14483. source: "./media/characters/hasani/front.svg",
  14484. extra: 244 / 232,
  14485. bottom: 0.01
  14486. }
  14487. },
  14488. back: {
  14489. height: math.unit(6 + 1 / 12, "feet"),
  14490. weight: math.unit(210, "lb"),
  14491. name: "Back",
  14492. image: {
  14493. source: "./media/characters/hasani/back.svg",
  14494. extra: 244 / 232,
  14495. bottom: 0.01
  14496. }
  14497. },
  14498. },
  14499. [
  14500. {
  14501. name: "Normal",
  14502. height: math.unit(6 + 1 / 12, "feet")
  14503. },
  14504. {
  14505. name: "Macro",
  14506. height: math.unit(175, "feet"),
  14507. default: true
  14508. },
  14509. ]
  14510. ))
  14511. characterMakers.push(() => makeCharacter(
  14512. { name: "Nita" },
  14513. {
  14514. front: {
  14515. height: math.unit(1.82, "meters"),
  14516. weight: math.unit(140, "lb"),
  14517. name: "Front",
  14518. image: {
  14519. source: "./media/characters/nita/front.svg",
  14520. extra: 2473 / 2363,
  14521. bottom: 0.01
  14522. }
  14523. },
  14524. },
  14525. [
  14526. {
  14527. name: "Normal",
  14528. height: math.unit(1.82, "m")
  14529. },
  14530. {
  14531. name: "Macro",
  14532. height: math.unit(300, "m")
  14533. },
  14534. {
  14535. name: "Mistake Canon",
  14536. height: math.unit(0.5, "miles"),
  14537. default: true
  14538. },
  14539. {
  14540. name: "Big Mistake",
  14541. height: math.unit(13, "miles")
  14542. },
  14543. {
  14544. name: "Playing God",
  14545. height: math.unit(2450, "miles")
  14546. },
  14547. ]
  14548. ))
  14549. characterMakers.push(() => makeCharacter(
  14550. { name: "Shiriko" },
  14551. {
  14552. front: {
  14553. height: math.unit(4, "feet"),
  14554. weight: math.unit(120, "lb"),
  14555. name: "Front",
  14556. image: {
  14557. source: "./media/characters/shiriko/front.svg",
  14558. extra: 195 / 188
  14559. }
  14560. },
  14561. },
  14562. [
  14563. {
  14564. name: "Normal",
  14565. height: math.unit(4, "feet"),
  14566. default: true
  14567. },
  14568. ]
  14569. ))
  14570. characterMakers.push(() => makeCharacter(
  14571. { name: "Deja" },
  14572. {
  14573. front: {
  14574. height: math.unit(6, "feet"),
  14575. name: "front",
  14576. image: {
  14577. source: "./media/characters/deja/front.svg",
  14578. extra: 926 / 840,
  14579. bottom: 0.07
  14580. }
  14581. },
  14582. },
  14583. [
  14584. {
  14585. name: "Planck Length",
  14586. height: math.unit(1.6e-35, "meters")
  14587. },
  14588. {
  14589. name: "Normal",
  14590. height: math.unit(30.48, "meters"),
  14591. default: true
  14592. },
  14593. {
  14594. name: "Universal",
  14595. height: math.unit(8.8e26, "meters")
  14596. },
  14597. ]
  14598. ))
  14599. characterMakers.push(() => makeCharacter(
  14600. { name: "Anima" },
  14601. {
  14602. side: {
  14603. height: math.unit(8, "feet"),
  14604. weight: math.unit(6300, "lb"),
  14605. name: "Side",
  14606. image: {
  14607. source: "./media/characters/anima/side.svg",
  14608. bottom: 0.035
  14609. }
  14610. },
  14611. },
  14612. [
  14613. {
  14614. name: "Normal",
  14615. height: math.unit(8, "feet"),
  14616. default: true
  14617. },
  14618. ]
  14619. ))
  14620. characterMakers.push(() => makeCharacter(
  14621. { name: "Bianca" },
  14622. {
  14623. front: {
  14624. height: math.unit(8, "feet"),
  14625. weight: math.unit(350, "lb"),
  14626. name: "Front",
  14627. image: {
  14628. source: "./media/characters/bianca/front.svg",
  14629. extra: 234 / 225,
  14630. bottom: 0.03
  14631. }
  14632. },
  14633. },
  14634. [
  14635. {
  14636. name: "Normal",
  14637. height: math.unit(8, "feet"),
  14638. default: true
  14639. },
  14640. ]
  14641. ))
  14642. characterMakers.push(() => makeCharacter(
  14643. { name: "Adinia" },
  14644. {
  14645. front: {
  14646. height: math.unit(6, "feet"),
  14647. weight: math.unit(150, "lb"),
  14648. name: "Front",
  14649. image: {
  14650. source: "./media/characters/adinia/front.svg",
  14651. extra: 1845 / 1672,
  14652. bottom: 0.02
  14653. }
  14654. },
  14655. back: {
  14656. height: math.unit(6, "feet"),
  14657. weight: math.unit(150, "lb"),
  14658. name: "Back",
  14659. image: {
  14660. source: "./media/characters/adinia/back.svg",
  14661. extra: 1845 / 1672,
  14662. bottom: 0.002
  14663. }
  14664. },
  14665. },
  14666. [
  14667. {
  14668. name: "Normal",
  14669. height: math.unit(11 + 5 / 12, "feet"),
  14670. default: true
  14671. },
  14672. ]
  14673. ))
  14674. characterMakers.push(() => makeCharacter(
  14675. { name: "Lykasa" },
  14676. {
  14677. front: {
  14678. height: math.unit(3, "meters"),
  14679. weight: math.unit(200, "kg"),
  14680. name: "Front",
  14681. image: {
  14682. source: "./media/characters/lykasa/front.svg",
  14683. extra: 1076 / 976,
  14684. bottom: 0.06
  14685. }
  14686. },
  14687. },
  14688. [
  14689. {
  14690. name: "Normal",
  14691. height: math.unit(3, "meters")
  14692. },
  14693. {
  14694. name: "Kaiku",
  14695. height: math.unit(120, "meters"),
  14696. default: true
  14697. },
  14698. {
  14699. name: "Mega Kaiju",
  14700. height: math.unit(240, "km")
  14701. },
  14702. {
  14703. name: "Giga Kaiju",
  14704. height: math.unit(400, "megameters")
  14705. },
  14706. {
  14707. name: "Tera Kaiju",
  14708. height: math.unit(800, "gigameters")
  14709. },
  14710. {
  14711. name: "Kaiju Dragon Goddess",
  14712. height: math.unit(26, "zettaparsecs")
  14713. },
  14714. ]
  14715. ))
  14716. characterMakers.push(() => makeCharacter(
  14717. { name: "Malfaren" },
  14718. {
  14719. side: {
  14720. height: math.unit(283 / 124 * 6, "feet"),
  14721. weight: math.unit(35000, "lb"),
  14722. name: "Side",
  14723. image: {
  14724. source: "./media/characters/malfaren/side.svg",
  14725. extra: 2500 / 1010,
  14726. bottom: 0.01
  14727. }
  14728. },
  14729. front: {
  14730. height: math.unit(22.36, "feet"),
  14731. weight: math.unit(35000, "lb"),
  14732. name: "Front",
  14733. image: {
  14734. source: "./media/characters/malfaren/front.svg",
  14735. extra: 1631 / 1476,
  14736. bottom: 0.01
  14737. }
  14738. },
  14739. maw: {
  14740. height: math.unit(6.9, "feet"),
  14741. name: "Maw",
  14742. image: {
  14743. source: "./media/characters/malfaren/maw.svg"
  14744. }
  14745. },
  14746. },
  14747. [
  14748. {
  14749. name: "Big",
  14750. height: math.unit(283 / 162 * 6, "feet"),
  14751. },
  14752. {
  14753. name: "Bigger",
  14754. height: math.unit(283 / 124 * 6, "feet")
  14755. },
  14756. {
  14757. name: "Massive",
  14758. height: math.unit(283 / 92 * 6, "feet"),
  14759. default: true
  14760. },
  14761. {
  14762. name: "👀💦",
  14763. height: math.unit(283 / 73 * 6, "feet"),
  14764. },
  14765. ]
  14766. ))
  14767. characterMakers.push(() => makeCharacter(
  14768. { name: "Kernel" },
  14769. {
  14770. front: {
  14771. height: math.unit(1.7, "m"),
  14772. weight: math.unit(70, "kg"),
  14773. name: "Front",
  14774. image: {
  14775. source: "./media/characters/kernel/front.svg",
  14776. extra: 222 / 210,
  14777. bottom: 0.007
  14778. }
  14779. },
  14780. },
  14781. [
  14782. {
  14783. name: "Nano",
  14784. height: math.unit(17, "micrometers")
  14785. },
  14786. {
  14787. name: "Micro",
  14788. height: math.unit(1.7, "mm")
  14789. },
  14790. {
  14791. name: "Small",
  14792. height: math.unit(1.7, "cm")
  14793. },
  14794. {
  14795. name: "Normal",
  14796. height: math.unit(1.7, "m"),
  14797. default: true
  14798. },
  14799. ]
  14800. ))
  14801. characterMakers.push(() => makeCharacter(
  14802. { name: "Jayne Folest" },
  14803. {
  14804. front: {
  14805. height: math.unit(1.75, "meters"),
  14806. weight: math.unit(65, "kg"),
  14807. name: "Front",
  14808. image: {
  14809. source: "./media/characters/jayne-folest/front.svg",
  14810. extra: 2115 / 2007,
  14811. bottom: 0.02
  14812. }
  14813. },
  14814. back: {
  14815. height: math.unit(1.75, "meters"),
  14816. weight: math.unit(65, "kg"),
  14817. name: "Back",
  14818. image: {
  14819. source: "./media/characters/jayne-folest/back.svg",
  14820. extra: 2115 / 2007,
  14821. bottom: 0.005
  14822. }
  14823. },
  14824. frontClothed: {
  14825. height: math.unit(1.75, "meters"),
  14826. weight: math.unit(65, "kg"),
  14827. name: "Front (Clothed)",
  14828. image: {
  14829. source: "./media/characters/jayne-folest/front-clothed.svg",
  14830. extra: 2115 / 2007,
  14831. bottom: 0.035
  14832. }
  14833. },
  14834. hand: {
  14835. height: math.unit(1 / 1.260, "feet"),
  14836. name: "Hand",
  14837. image: {
  14838. source: "./media/characters/jayne-folest/hand.svg"
  14839. }
  14840. },
  14841. foot: {
  14842. height: math.unit(1 / 0.918, "feet"),
  14843. name: "Foot",
  14844. image: {
  14845. source: "./media/characters/jayne-folest/foot.svg"
  14846. }
  14847. },
  14848. },
  14849. [
  14850. {
  14851. name: "Micro",
  14852. height: math.unit(4, "cm")
  14853. },
  14854. {
  14855. name: "Normal",
  14856. height: math.unit(1.75, "meters")
  14857. },
  14858. {
  14859. name: "Macro",
  14860. height: math.unit(47.5, "meters"),
  14861. default: true
  14862. },
  14863. ]
  14864. ))
  14865. characterMakers.push(() => makeCharacter(
  14866. { name: "Algier" },
  14867. {
  14868. front: {
  14869. height: math.unit(180, "cm"),
  14870. weight: math.unit(70, "kg"),
  14871. name: "Front",
  14872. image: {
  14873. source: "./media/characters/algier/front.svg",
  14874. extra: 596 / 572,
  14875. bottom: 0.04
  14876. }
  14877. },
  14878. back: {
  14879. height: math.unit(180, "cm"),
  14880. weight: math.unit(70, "kg"),
  14881. name: "Back",
  14882. image: {
  14883. source: "./media/characters/algier/back.svg",
  14884. extra: 596 / 572,
  14885. bottom: 0.025
  14886. }
  14887. },
  14888. frontdressed: {
  14889. height: math.unit(180, "cm"),
  14890. weight: math.unit(150, "kg"),
  14891. name: "Front-dressed",
  14892. image: {
  14893. source: "./media/characters/algier/front-dressed.svg",
  14894. extra: 596 / 572,
  14895. bottom: 0.038
  14896. }
  14897. },
  14898. },
  14899. [
  14900. {
  14901. name: "Micro",
  14902. height: math.unit(5, "cm")
  14903. },
  14904. {
  14905. name: "Normal",
  14906. height: math.unit(180, "cm"),
  14907. default: true
  14908. },
  14909. {
  14910. name: "Macro",
  14911. height: math.unit(64, "m")
  14912. },
  14913. ]
  14914. ))
  14915. characterMakers.push(() => makeCharacter(
  14916. { name: "Pretzel" },
  14917. {
  14918. upright: {
  14919. height: math.unit(7, "feet"),
  14920. weight: math.unit(300, "lb"),
  14921. name: "Upright",
  14922. image: {
  14923. source: "./media/characters/pretzel/upright.svg",
  14924. extra: 534 / 522,
  14925. bottom: 0.065
  14926. }
  14927. },
  14928. sprawling: {
  14929. height: math.unit(3.75, "feet"),
  14930. weight: math.unit(300, "lb"),
  14931. name: "Sprawling",
  14932. image: {
  14933. source: "./media/characters/pretzel/sprawling.svg",
  14934. extra: 314 / 281,
  14935. bottom: 0.1
  14936. }
  14937. },
  14938. tongue: {
  14939. height: math.unit(2, "feet"),
  14940. name: "Tongue",
  14941. image: {
  14942. source: "./media/characters/pretzel/tongue.svg"
  14943. }
  14944. },
  14945. },
  14946. [
  14947. {
  14948. name: "Normal",
  14949. height: math.unit(7, "feet"),
  14950. default: true
  14951. },
  14952. {
  14953. name: "Oversized",
  14954. height: math.unit(15, "feet")
  14955. },
  14956. {
  14957. name: "Huge",
  14958. height: math.unit(30, "feet")
  14959. },
  14960. {
  14961. name: "Macro",
  14962. height: math.unit(250, "feet")
  14963. },
  14964. ]
  14965. ))
  14966. characterMakers.push(() => makeCharacter(
  14967. { name: "Roxi" },
  14968. {
  14969. sideFront: {
  14970. height: math.unit(5 + 2 / 12, "feet"),
  14971. weight: math.unit(120, "lb"),
  14972. name: "Front Side",
  14973. image: {
  14974. source: "./media/characters/roxi/side-front.svg",
  14975. extra: 2924 / 2717,
  14976. bottom: 0.08
  14977. }
  14978. },
  14979. sideBack: {
  14980. height: math.unit(5 + 2 / 12, "feet"),
  14981. weight: math.unit(120, "lb"),
  14982. name: "Back Side",
  14983. image: {
  14984. source: "./media/characters/roxi/side-back.svg",
  14985. extra: 2904 / 2693,
  14986. bottom: 0.06
  14987. }
  14988. },
  14989. front: {
  14990. height: math.unit(5 + 2 / 12, "feet"),
  14991. weight: math.unit(120, "lb"),
  14992. name: "Front",
  14993. image: {
  14994. source: "./media/characters/roxi/front.svg",
  14995. extra: 2028 / 1907,
  14996. bottom: 0.01
  14997. }
  14998. },
  14999. frontAlt: {
  15000. height: math.unit(5 + 2 / 12, "feet"),
  15001. weight: math.unit(120, "lb"),
  15002. name: "Front (Alt)",
  15003. image: {
  15004. source: "./media/characters/roxi/front-alt.svg",
  15005. extra: 1828 / 1798,
  15006. bottom: 0.01
  15007. }
  15008. },
  15009. sitting: {
  15010. height: math.unit(2.8, "feet"),
  15011. weight: math.unit(120, "lb"),
  15012. name: "Sitting",
  15013. image: {
  15014. source: "./media/characters/roxi/sitting.svg",
  15015. extra: 2660 / 2462,
  15016. bottom: 0.1
  15017. }
  15018. },
  15019. },
  15020. [
  15021. {
  15022. name: "Normal",
  15023. height: math.unit(5 + 2 / 12, "feet"),
  15024. default: true
  15025. },
  15026. ]
  15027. ))
  15028. characterMakers.push(() => makeCharacter(
  15029. { name: "Shadow" },
  15030. {
  15031. side: {
  15032. height: math.unit(55, "feet"),
  15033. weight: math.unit(153, "tons"),
  15034. name: "Side",
  15035. image: {
  15036. source: "./media/characters/shadow/side.svg",
  15037. extra: 701 / 628,
  15038. bottom: 0.02
  15039. }
  15040. },
  15041. flying: {
  15042. height: math.unit(145, "feet"),
  15043. weight: math.unit(153, "tons"),
  15044. name: "Flying",
  15045. image: {
  15046. source: "./media/characters/shadow/flying.svg"
  15047. }
  15048. },
  15049. },
  15050. [
  15051. {
  15052. name: "Normal",
  15053. height: math.unit(55, "feet"),
  15054. default: true
  15055. },
  15056. ]
  15057. ))
  15058. characterMakers.push(() => makeCharacter(
  15059. { name: "Marcie" },
  15060. {
  15061. front: {
  15062. height: math.unit(6, "feet"),
  15063. weight: math.unit(200, "lb"),
  15064. name: "Front",
  15065. image: {
  15066. source: "./media/characters/marcie/front.svg",
  15067. extra: 960 / 876,
  15068. bottom: 58 / 1017.87
  15069. }
  15070. },
  15071. },
  15072. [
  15073. {
  15074. name: "Macro",
  15075. height: math.unit(1, "mile"),
  15076. default: true
  15077. },
  15078. ]
  15079. ))
  15080. characterMakers.push(() => makeCharacter(
  15081. { name: "Kachina" },
  15082. {
  15083. front: {
  15084. height: math.unit(7, "feet"),
  15085. weight: math.unit(200, "lb"),
  15086. name: "Front",
  15087. image: {
  15088. source: "./media/characters/kachina/front.svg",
  15089. extra: 1290.68 / 1119,
  15090. bottom: 36.5 / 1327.18
  15091. }
  15092. },
  15093. },
  15094. [
  15095. {
  15096. name: "Normal",
  15097. height: math.unit(7, "feet"),
  15098. default: true
  15099. },
  15100. ]
  15101. ))
  15102. characterMakers.push(() => makeCharacter(
  15103. { name: "Kash" },
  15104. {
  15105. looking: {
  15106. height: math.unit(2, "meters"),
  15107. weight: math.unit(300, "kg"),
  15108. name: "Looking",
  15109. image: {
  15110. source: "./media/characters/kash/looking.svg",
  15111. extra: 474 / 344,
  15112. bottom: 0.03
  15113. }
  15114. },
  15115. side: {
  15116. height: math.unit(2, "meters"),
  15117. weight: math.unit(300, "kg"),
  15118. name: "Side",
  15119. image: {
  15120. source: "./media/characters/kash/side.svg",
  15121. extra: 302 / 251,
  15122. bottom: 0.03
  15123. }
  15124. },
  15125. front: {
  15126. height: math.unit(2, "meters"),
  15127. weight: math.unit(300, "kg"),
  15128. name: "Front",
  15129. image: {
  15130. source: "./media/characters/kash/front.svg",
  15131. extra: 495 / 360,
  15132. bottom: 0.015
  15133. }
  15134. },
  15135. },
  15136. [
  15137. {
  15138. name: "Normal",
  15139. height: math.unit(2, "meters"),
  15140. default: true
  15141. },
  15142. {
  15143. name: "Big",
  15144. height: math.unit(3, "meters")
  15145. },
  15146. {
  15147. name: "Large",
  15148. height: math.unit(5, "meters")
  15149. },
  15150. ]
  15151. ))
  15152. characterMakers.push(() => makeCharacter(
  15153. { name: "Lalim" },
  15154. {
  15155. feeding: {
  15156. height: math.unit(6.7, "feet"),
  15157. weight: math.unit(350, "lb"),
  15158. name: "Feeding",
  15159. image: {
  15160. source: "./media/characters/lalim/feeding.svg",
  15161. }
  15162. },
  15163. },
  15164. [
  15165. {
  15166. name: "Normal",
  15167. height: math.unit(6.7, "feet"),
  15168. default: true
  15169. },
  15170. ]
  15171. ))
  15172. characterMakers.push(() => makeCharacter(
  15173. { name: "De'Vout" },
  15174. {
  15175. front: {
  15176. height: math.unit(9.5, "feet"),
  15177. weight: math.unit(600, "lb"),
  15178. name: "Front",
  15179. image: {
  15180. source: "./media/characters/de'vout/front.svg",
  15181. extra: 1443 / 1328,
  15182. bottom: 0.025
  15183. }
  15184. },
  15185. back: {
  15186. height: math.unit(9.5, "feet"),
  15187. weight: math.unit(600, "lb"),
  15188. name: "Back",
  15189. image: {
  15190. source: "./media/characters/de'vout/back.svg",
  15191. extra: 1443 / 1328
  15192. }
  15193. },
  15194. frontDressed: {
  15195. height: math.unit(9.5, "feet"),
  15196. weight: math.unit(600, "lb"),
  15197. name: "Front (Dressed",
  15198. image: {
  15199. source: "./media/characters/de'vout/front-dressed.svg",
  15200. extra: 1443 / 1328,
  15201. bottom: 0.025
  15202. }
  15203. },
  15204. backDressed: {
  15205. height: math.unit(9.5, "feet"),
  15206. weight: math.unit(600, "lb"),
  15207. name: "Back (Dressed",
  15208. image: {
  15209. source: "./media/characters/de'vout/back-dressed.svg",
  15210. extra: 1443 / 1328
  15211. }
  15212. },
  15213. },
  15214. [
  15215. {
  15216. name: "Normal",
  15217. height: math.unit(9.5, "feet"),
  15218. default: true
  15219. },
  15220. ]
  15221. ))
  15222. characterMakers.push(() => makeCharacter(
  15223. { name: "Talana" },
  15224. {
  15225. front: {
  15226. height: math.unit(8, "feet"),
  15227. weight: math.unit(225, "lb"),
  15228. name: "Front",
  15229. image: {
  15230. source: "./media/characters/talana/front.svg",
  15231. extra: 1410 / 1300,
  15232. bottom: 0.015
  15233. }
  15234. },
  15235. frontDressed: {
  15236. height: math.unit(8, "feet"),
  15237. weight: math.unit(225, "lb"),
  15238. name: "Front (Dressed",
  15239. image: {
  15240. source: "./media/characters/talana/front-dressed.svg",
  15241. extra: 1410 / 1300,
  15242. bottom: 0.015
  15243. }
  15244. },
  15245. },
  15246. [
  15247. {
  15248. name: "Normal",
  15249. height: math.unit(8, "feet"),
  15250. default: true
  15251. },
  15252. ]
  15253. ))
  15254. characterMakers.push(() => makeCharacter(
  15255. { name: "Xeauvok" },
  15256. {
  15257. side: {
  15258. height: math.unit(7.2, "feet"),
  15259. weight: math.unit(150, "lb"),
  15260. name: "Side",
  15261. image: {
  15262. source: "./media/characters/xeauvok/side.svg",
  15263. extra: 1975 / 1523,
  15264. bottom: 0.07
  15265. }
  15266. },
  15267. },
  15268. [
  15269. {
  15270. name: "Normal",
  15271. height: math.unit(7.2, "feet"),
  15272. default: true
  15273. },
  15274. ]
  15275. ))
  15276. characterMakers.push(() => makeCharacter(
  15277. { name: "Zara" },
  15278. {
  15279. side: {
  15280. height: math.unit(10, "feet"),
  15281. weight: math.unit(900, "kg"),
  15282. name: "Side",
  15283. image: {
  15284. source: "./media/characters/zara/side.svg",
  15285. extra: 504 / 498
  15286. }
  15287. },
  15288. },
  15289. [
  15290. {
  15291. name: "Normal",
  15292. height: math.unit(10, "feet"),
  15293. default: true
  15294. },
  15295. ]
  15296. ))
  15297. characterMakers.push(() => makeCharacter(
  15298. { name: "Richard (Dragon)" },
  15299. {
  15300. side: {
  15301. height: math.unit(6, "feet"),
  15302. weight: math.unit(150, "lb"),
  15303. name: "Side",
  15304. image: {
  15305. source: "./media/characters/richard-dragon/side.svg",
  15306. extra: 845 / 340,
  15307. bottom: 0.017
  15308. }
  15309. },
  15310. maw: {
  15311. height: math.unit(2.97, "feet"),
  15312. name: "Maw",
  15313. image: {
  15314. source: "./media/characters/richard-dragon/maw.svg"
  15315. }
  15316. },
  15317. },
  15318. [
  15319. ]
  15320. ))
  15321. characterMakers.push(() => makeCharacter(
  15322. { name: "Richard (Smeargle)" },
  15323. {
  15324. front: {
  15325. height: math.unit(4, "feet"),
  15326. weight: math.unit(100, "lb"),
  15327. name: "Front",
  15328. image: {
  15329. source: "./media/characters/richard-smeargle/front.svg",
  15330. extra: 2952 / 2820,
  15331. bottom: 0.028
  15332. }
  15333. },
  15334. },
  15335. [
  15336. {
  15337. name: "Normal",
  15338. height: math.unit(4, "feet"),
  15339. default: true
  15340. },
  15341. {
  15342. name: "Dynamax",
  15343. height: math.unit(20, "meters")
  15344. },
  15345. ]
  15346. ))
  15347. characterMakers.push(() => makeCharacter(
  15348. { name: "Klay" },
  15349. {
  15350. front: {
  15351. height: math.unit(6, "feet"),
  15352. weight: math.unit(110, "lb"),
  15353. name: "Front",
  15354. image: {
  15355. source: "./media/characters/klay/front.svg",
  15356. extra: 962 / 883,
  15357. bottom: 0.04
  15358. }
  15359. },
  15360. back: {
  15361. height: math.unit(6, "feet"),
  15362. weight: math.unit(110, "lb"),
  15363. name: "Back",
  15364. image: {
  15365. source: "./media/characters/klay/back.svg",
  15366. extra: 962 / 883
  15367. }
  15368. },
  15369. beans: {
  15370. height: math.unit(1.15, "feet"),
  15371. name: "Beans",
  15372. image: {
  15373. source: "./media/characters/klay/beans.svg"
  15374. }
  15375. },
  15376. },
  15377. [
  15378. {
  15379. name: "Micro",
  15380. height: math.unit(6, "inches")
  15381. },
  15382. {
  15383. name: "Mini",
  15384. height: math.unit(3, "feet")
  15385. },
  15386. {
  15387. name: "Normal",
  15388. height: math.unit(6, "feet"),
  15389. default: true
  15390. },
  15391. {
  15392. name: "Big",
  15393. height: math.unit(25, "feet")
  15394. },
  15395. {
  15396. name: "Macro",
  15397. height: math.unit(100, "feet")
  15398. },
  15399. {
  15400. name: "Megamacro",
  15401. height: math.unit(400, "feet")
  15402. },
  15403. ]
  15404. ))
  15405. characterMakers.push(() => makeCharacter(
  15406. { name: "Marcus" },
  15407. {
  15408. front: {
  15409. height: math.unit(6, "feet"),
  15410. weight: math.unit(160, "lb"),
  15411. name: "Front",
  15412. image: {
  15413. source: "./media/characters/marcus/front.svg",
  15414. extra: 734 / 676,
  15415. bottom: 0.03
  15416. }
  15417. },
  15418. },
  15419. [
  15420. {
  15421. name: "Little",
  15422. height: math.unit(6, "feet")
  15423. },
  15424. {
  15425. name: "Normal",
  15426. height: math.unit(110, "feet"),
  15427. default: true
  15428. },
  15429. {
  15430. name: "Macro",
  15431. height: math.unit(250, "feet")
  15432. },
  15433. {
  15434. name: "Megamacro",
  15435. height: math.unit(1000, "feet")
  15436. },
  15437. ]
  15438. ))
  15439. characterMakers.push(() => makeCharacter(
  15440. { name: "Claude DelRoute" },
  15441. {
  15442. front: {
  15443. height: math.unit(7, "feet"),
  15444. weight: math.unit(275, "lb"),
  15445. name: "Front",
  15446. image: {
  15447. source: "./media/characters/claude-delroute/front.svg",
  15448. extra: 230 / 214,
  15449. bottom: 0.007
  15450. }
  15451. },
  15452. side: {
  15453. height: math.unit(7, "feet"),
  15454. weight: math.unit(275, "lb"),
  15455. name: "Side",
  15456. image: {
  15457. source: "./media/characters/claude-delroute/side.svg",
  15458. extra: 222 / 214,
  15459. bottom: 0.01
  15460. }
  15461. },
  15462. back: {
  15463. height: math.unit(7, "feet"),
  15464. weight: math.unit(275, "lb"),
  15465. name: "Back",
  15466. image: {
  15467. source: "./media/characters/claude-delroute/back.svg",
  15468. extra: 230 / 214,
  15469. bottom: 0.015
  15470. }
  15471. },
  15472. maw: {
  15473. height: math.unit(0.6407, "meters"),
  15474. name: "Maw",
  15475. image: {
  15476. source: "./media/characters/claude-delroute/maw.svg"
  15477. }
  15478. },
  15479. },
  15480. [
  15481. {
  15482. name: "Normal",
  15483. height: math.unit(7, "feet"),
  15484. default: true
  15485. },
  15486. {
  15487. name: "Lorge",
  15488. height: math.unit(20, "feet")
  15489. },
  15490. ]
  15491. ))
  15492. characterMakers.push(() => makeCharacter(
  15493. { name: "Dragonien" },
  15494. {
  15495. front: {
  15496. height: math.unit(8 + 4 / 12, "feet"),
  15497. weight: math.unit(600, "lb"),
  15498. name: "Front",
  15499. image: {
  15500. source: "./media/characters/dragonien/front.svg",
  15501. extra: 100 / 94,
  15502. bottom: 3.3 / 103.3445
  15503. }
  15504. },
  15505. back: {
  15506. height: math.unit(8 + 4 / 12, "feet"),
  15507. weight: math.unit(600, "lb"),
  15508. name: "Back",
  15509. image: {
  15510. source: "./media/characters/dragonien/back.svg",
  15511. extra: 776 / 746,
  15512. bottom: 6.4 / 782.0616
  15513. }
  15514. },
  15515. foot: {
  15516. height: math.unit(1.54, "feet"),
  15517. name: "Foot",
  15518. image: {
  15519. source: "./media/characters/dragonien/foot.svg",
  15520. }
  15521. },
  15522. },
  15523. [
  15524. {
  15525. name: "Normal",
  15526. height: math.unit(8 + 4 / 12, "feet"),
  15527. default: true
  15528. },
  15529. {
  15530. name: "Macro",
  15531. height: math.unit(200, "feet")
  15532. },
  15533. {
  15534. name: "Megamacro",
  15535. height: math.unit(1, "mile")
  15536. },
  15537. {
  15538. name: "Gigamacro",
  15539. height: math.unit(1000, "miles")
  15540. },
  15541. ]
  15542. ))
  15543. characterMakers.push(() => makeCharacter(
  15544. { name: "Desta" },
  15545. {
  15546. front: {
  15547. height: math.unit(5 + 2 / 12, "feet"),
  15548. weight: math.unit(110, "lb"),
  15549. name: "Front",
  15550. image: {
  15551. source: "./media/characters/desta/front.svg",
  15552. extra: 1482 / 1417
  15553. }
  15554. },
  15555. side: {
  15556. height: math.unit(5 + 2 / 12, "feet"),
  15557. weight: math.unit(110, "lb"),
  15558. name: "Side",
  15559. image: {
  15560. source: "./media/characters/desta/side.svg",
  15561. extra: 2579 / 2491,
  15562. bottom: 0.053
  15563. }
  15564. },
  15565. },
  15566. [
  15567. {
  15568. name: "Micro",
  15569. height: math.unit(6, "inches")
  15570. },
  15571. {
  15572. name: "Normal",
  15573. height: math.unit(5 + 2 / 12, "feet"),
  15574. default: true
  15575. },
  15576. {
  15577. name: "Macro",
  15578. height: math.unit(62, "feet")
  15579. },
  15580. {
  15581. name: "Megamacro",
  15582. height: math.unit(1800, "feet")
  15583. },
  15584. ]
  15585. ))
  15586. characterMakers.push(() => makeCharacter(
  15587. { name: "Storm Alystar" },
  15588. {
  15589. front: {
  15590. height: math.unit(10, "feet"),
  15591. weight: math.unit(700, "lb"),
  15592. name: "Front",
  15593. image: {
  15594. source: "./media/characters/storm-alystar/front.svg",
  15595. extra: 2112 / 1898,
  15596. bottom: 0.034
  15597. }
  15598. },
  15599. },
  15600. [
  15601. {
  15602. name: "Micro",
  15603. height: math.unit(3.5, "inches")
  15604. },
  15605. {
  15606. name: "Normal",
  15607. height: math.unit(10, "feet"),
  15608. default: true
  15609. },
  15610. {
  15611. name: "Macro",
  15612. height: math.unit(400, "feet")
  15613. },
  15614. {
  15615. name: "Deific",
  15616. height: math.unit(60, "miles")
  15617. },
  15618. ]
  15619. ))
  15620. characterMakers.push(() => makeCharacter(
  15621. { name: "Ilia" },
  15622. {
  15623. front: {
  15624. height: math.unit(2.35, "meters"),
  15625. weight: math.unit(119, "kg"),
  15626. name: "Front",
  15627. image: {
  15628. source: "./media/characters/ilia/front.svg",
  15629. extra: 1285 / 1255,
  15630. bottom: 0.06
  15631. }
  15632. },
  15633. },
  15634. [
  15635. {
  15636. name: "Normal",
  15637. height: math.unit(2.35, "meters")
  15638. },
  15639. {
  15640. name: "Macro",
  15641. height: math.unit(140, "meters"),
  15642. default: true
  15643. },
  15644. {
  15645. name: "Megamacro",
  15646. height: math.unit(100, "miles")
  15647. },
  15648. ]
  15649. ))
  15650. characterMakers.push(() => makeCharacter(
  15651. { name: "KingDead" },
  15652. {
  15653. front: {
  15654. height: math.unit(6 + 5 / 12, "feet"),
  15655. weight: math.unit(190, "lb"),
  15656. name: "Front",
  15657. image: {
  15658. source: "./media/characters/kingdead/front.svg",
  15659. extra: 1228 / 1177
  15660. }
  15661. },
  15662. },
  15663. [
  15664. {
  15665. name: "Micro",
  15666. height: math.unit(7, "inches")
  15667. },
  15668. {
  15669. name: "Normal",
  15670. height: math.unit(6 + 5 / 12, "feet")
  15671. },
  15672. {
  15673. name: "Macro",
  15674. height: math.unit(150, "feet"),
  15675. default: true
  15676. },
  15677. {
  15678. name: "Megamacro",
  15679. height: math.unit(200, "miles")
  15680. },
  15681. ]
  15682. ))
  15683. characterMakers.push(() => makeCharacter(
  15684. { name: "Kyrehx" },
  15685. {
  15686. front: {
  15687. height: math.unit(8, "feet"),
  15688. weight: math.unit(600, "lb"),
  15689. name: "Front",
  15690. image: {
  15691. source: "./media/characters/kyrehx/front.svg",
  15692. extra: 1195 / 1095,
  15693. bottom: 0.034
  15694. }
  15695. },
  15696. },
  15697. [
  15698. {
  15699. name: "Micro",
  15700. height: math.unit(2, "inches")
  15701. },
  15702. {
  15703. name: "Normal",
  15704. height: math.unit(8, "feet"),
  15705. default: true
  15706. },
  15707. {
  15708. name: "Macro",
  15709. height: math.unit(255, "feet")
  15710. },
  15711. ]
  15712. ))
  15713. characterMakers.push(() => makeCharacter(
  15714. { name: "Xang" },
  15715. {
  15716. front: {
  15717. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15718. weight: math.unit(184, "lb"),
  15719. name: "Front",
  15720. image: {
  15721. source: "./media/characters/xang/front.svg",
  15722. extra: 845 / 755
  15723. }
  15724. },
  15725. },
  15726. [
  15727. {
  15728. name: "Normal",
  15729. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15730. default: true
  15731. },
  15732. {
  15733. name: "Macro",
  15734. height: math.unit(0.935 * 146, "feet")
  15735. },
  15736. {
  15737. name: "Megamacro",
  15738. height: math.unit(0.935 * 3, "miles")
  15739. },
  15740. ]
  15741. ))
  15742. characterMakers.push(() => makeCharacter(
  15743. { name: "Doc Weardno" },
  15744. {
  15745. frontDressed: {
  15746. height: math.unit(5 + 7 / 12, "feet"),
  15747. weight: math.unit(140, "lb"),
  15748. name: "Front (Dressed)",
  15749. image: {
  15750. source: "./media/characters/doc-weardno/front-dressed.svg",
  15751. extra: 263 / 234
  15752. }
  15753. },
  15754. backDressed: {
  15755. height: math.unit(5 + 7 / 12, "feet"),
  15756. weight: math.unit(140, "lb"),
  15757. name: "Back (Dressed)",
  15758. image: {
  15759. source: "./media/characters/doc-weardno/back-dressed.svg",
  15760. extra: 266 / 238
  15761. }
  15762. },
  15763. front: {
  15764. height: math.unit(5 + 7 / 12, "feet"),
  15765. weight: math.unit(140, "lb"),
  15766. name: "Front",
  15767. image: {
  15768. source: "./media/characters/doc-weardno/front.svg",
  15769. extra: 254 / 233
  15770. }
  15771. },
  15772. },
  15773. [
  15774. {
  15775. name: "Micro",
  15776. height: math.unit(3, "inches")
  15777. },
  15778. {
  15779. name: "Normal",
  15780. height: math.unit(5 + 7 / 12, "feet"),
  15781. default: true
  15782. },
  15783. {
  15784. name: "Macro",
  15785. height: math.unit(25, "feet")
  15786. },
  15787. {
  15788. name: "Megamacro",
  15789. height: math.unit(2, "miles")
  15790. },
  15791. ]
  15792. ))
  15793. characterMakers.push(() => makeCharacter(
  15794. { name: "Seth Whilst" },
  15795. {
  15796. front: {
  15797. height: math.unit(6 + 2 / 12, "feet"),
  15798. weight: math.unit(153, "lb"),
  15799. name: "Front",
  15800. image: {
  15801. source: "./media/characters/seth-whilst/front.svg",
  15802. bottom: 0.07
  15803. }
  15804. },
  15805. },
  15806. [
  15807. {
  15808. name: "Micro",
  15809. height: math.unit(5, "inches")
  15810. },
  15811. {
  15812. name: "Normal",
  15813. height: math.unit(6 + 2 / 12, "feet"),
  15814. default: true
  15815. },
  15816. ]
  15817. ))
  15818. characterMakers.push(() => makeCharacter(
  15819. { name: "Pocket Jabari" },
  15820. {
  15821. front: {
  15822. height: math.unit(3, "inches"),
  15823. weight: math.unit(8, "grams"),
  15824. name: "Front",
  15825. image: {
  15826. source: "./media/characters/pocket-jabari/front.svg",
  15827. extra: 1024 / 974,
  15828. bottom: 0.039
  15829. }
  15830. },
  15831. },
  15832. [
  15833. {
  15834. name: "Minimicro",
  15835. height: math.unit(8, "mm")
  15836. },
  15837. {
  15838. name: "Micro",
  15839. height: math.unit(3, "inches"),
  15840. default: true
  15841. },
  15842. {
  15843. name: "Normal",
  15844. height: math.unit(3, "feet")
  15845. },
  15846. ]
  15847. ))
  15848. characterMakers.push(() => makeCharacter(
  15849. { name: "Sapphy" },
  15850. {
  15851. front: {
  15852. height: math.unit(15, "feet"),
  15853. weight: math.unit(3280, "lb"),
  15854. name: "Front",
  15855. image: {
  15856. source: "./media/characters/sapphy/front.svg",
  15857. extra: 671 / 577,
  15858. bottom: 0.085
  15859. }
  15860. },
  15861. back: {
  15862. height: math.unit(15, "feet"),
  15863. weight: math.unit(3280, "lb"),
  15864. name: "Back",
  15865. image: {
  15866. source: "./media/characters/sapphy/back.svg",
  15867. extra: 631 / 607,
  15868. bottom: 0.045
  15869. }
  15870. },
  15871. },
  15872. [
  15873. {
  15874. name: "Normal",
  15875. height: math.unit(15, "feet")
  15876. },
  15877. {
  15878. name: "Casual Macro",
  15879. height: math.unit(120, "feet")
  15880. },
  15881. {
  15882. name: "Macro",
  15883. height: math.unit(2150, "feet"),
  15884. default: true
  15885. },
  15886. {
  15887. name: "Megamacro",
  15888. height: math.unit(8, "miles")
  15889. },
  15890. {
  15891. name: "Galaxy Mom",
  15892. height: math.unit(6, "megalightyears")
  15893. },
  15894. ]
  15895. ))
  15896. characterMakers.push(() => makeCharacter(
  15897. { name: "Kiro" },
  15898. {
  15899. front: {
  15900. height: math.unit(6, "feet"),
  15901. weight: math.unit(170, "lb"),
  15902. name: "Front",
  15903. image: {
  15904. source: "./media/characters/kiro/front.svg",
  15905. extra: 1064 / 1012,
  15906. bottom: 0.052
  15907. }
  15908. },
  15909. },
  15910. [
  15911. {
  15912. name: "Micro",
  15913. height: math.unit(6, "inches")
  15914. },
  15915. {
  15916. name: "Normal",
  15917. height: math.unit(6, "feet"),
  15918. default: true
  15919. },
  15920. {
  15921. name: "Macro",
  15922. height: math.unit(72, "feet")
  15923. },
  15924. ]
  15925. ))
  15926. characterMakers.push(() => makeCharacter(
  15927. { name: "Irishfox" },
  15928. {
  15929. front: {
  15930. height: math.unit(5 + 9 / 12, "feet"),
  15931. weight: math.unit(175, "lb"),
  15932. name: "Front",
  15933. image: {
  15934. source: "./media/characters/irishfox/front.svg",
  15935. extra: 1912 / 1680,
  15936. bottom: 0.02
  15937. }
  15938. },
  15939. },
  15940. [
  15941. {
  15942. name: "Nano",
  15943. height: math.unit(1, "mm")
  15944. },
  15945. {
  15946. name: "Micro",
  15947. height: math.unit(2, "inches")
  15948. },
  15949. {
  15950. name: "Normal",
  15951. height: math.unit(5 + 9 / 12, "feet"),
  15952. default: true
  15953. },
  15954. {
  15955. name: "Macro",
  15956. height: math.unit(45, "feet")
  15957. },
  15958. ]
  15959. ))
  15960. characterMakers.push(() => makeCharacter(
  15961. { name: "Aronai Sieyes" },
  15962. {
  15963. front: {
  15964. height: math.unit(6 + 1 / 12, "feet"),
  15965. weight: math.unit(150, "lb"),
  15966. name: "Front",
  15967. image: {
  15968. source: "./media/characters/aronai-sieyes/front.svg",
  15969. extra: 1556 / 1480,
  15970. bottom: 0.015
  15971. }
  15972. },
  15973. side: {
  15974. height: math.unit(6 + 1 / 12, "feet"),
  15975. weight: math.unit(150, "lb"),
  15976. name: "Side",
  15977. image: {
  15978. source: "./media/characters/aronai-sieyes/side.svg",
  15979. extra: 1433 / 1390,
  15980. bottom: 0.0393
  15981. }
  15982. },
  15983. back: {
  15984. height: math.unit(6 + 1 / 12, "feet"),
  15985. weight: math.unit(150, "lb"),
  15986. name: "Back",
  15987. image: {
  15988. source: "./media/characters/aronai-sieyes/back.svg",
  15989. extra: 1544 / 1494,
  15990. bottom: 0.02
  15991. }
  15992. },
  15993. frontClothed: {
  15994. height: math.unit(6 + 1 / 12, "feet"),
  15995. weight: math.unit(150, "lb"),
  15996. name: "Front (Clothed)",
  15997. image: {
  15998. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  15999. extra: 1582 / 1527
  16000. }
  16001. },
  16002. feral: {
  16003. height: math.unit(18, "feet"),
  16004. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16005. name: "Feral",
  16006. image: {
  16007. source: "./media/characters/aronai-sieyes/feral.svg",
  16008. extra: 1530 / 1240,
  16009. bottom: 0.035
  16010. }
  16011. },
  16012. },
  16013. [
  16014. {
  16015. name: "Micro",
  16016. height: math.unit(2, "inches")
  16017. },
  16018. {
  16019. name: "Normal",
  16020. height: math.unit(6 + 1 / 12, "feet"),
  16021. default: true
  16022. }
  16023. ]
  16024. ))
  16025. characterMakers.push(() => makeCharacter(
  16026. { name: "Xuna" },
  16027. {
  16028. front: {
  16029. height: math.unit(12, "feet"),
  16030. weight: math.unit(410, "kg"),
  16031. name: "Front",
  16032. image: {
  16033. source: "./media/characters/xuna/front.svg",
  16034. extra: 2184 / 1980
  16035. }
  16036. },
  16037. side: {
  16038. height: math.unit(12, "feet"),
  16039. weight: math.unit(410, "kg"),
  16040. name: "Side",
  16041. image: {
  16042. source: "./media/characters/xuna/side.svg",
  16043. extra: 2184 / 1980
  16044. }
  16045. },
  16046. back: {
  16047. height: math.unit(12, "feet"),
  16048. weight: math.unit(410, "kg"),
  16049. name: "Back",
  16050. image: {
  16051. source: "./media/characters/xuna/back.svg",
  16052. extra: 2184 / 1980
  16053. }
  16054. },
  16055. },
  16056. [
  16057. {
  16058. name: "Nano glow",
  16059. height: math.unit(10, "nm")
  16060. },
  16061. {
  16062. name: "Micro floof",
  16063. height: math.unit(0.3, "m")
  16064. },
  16065. {
  16066. name: "Huggable softy boi",
  16067. height: math.unit(3.6576, "m"),
  16068. default: true
  16069. },
  16070. {
  16071. name: "Admirable floof",
  16072. height: math.unit(80, "meters")
  16073. },
  16074. {
  16075. name: "Gentle macro",
  16076. height: math.unit(300, "meters")
  16077. },
  16078. {
  16079. name: "Very careful floof",
  16080. height: math.unit(3200, "meters")
  16081. },
  16082. {
  16083. name: "The mega floof",
  16084. height: math.unit(36000, "meters")
  16085. },
  16086. {
  16087. name: "Giga-fur-Wicker",
  16088. height: math.unit(4800000, "meters")
  16089. },
  16090. {
  16091. name: "Licky world",
  16092. height: math.unit(20000000, "meters")
  16093. },
  16094. {
  16095. name: "Floofy cyan sun",
  16096. height: math.unit(1500000000, "meters")
  16097. },
  16098. {
  16099. name: "Milky Wicker",
  16100. height: math.unit(1000000000000000000000, "meters")
  16101. },
  16102. {
  16103. name: "The observing Wicker",
  16104. height: math.unit(999999999999999999999999999, "meters")
  16105. },
  16106. ]
  16107. ))
  16108. characterMakers.push(() => makeCharacter(
  16109. { name: "Arokha Sieyes" },
  16110. {
  16111. front: {
  16112. height: math.unit(5 + 9 / 12, "feet"),
  16113. weight: math.unit(150, "lb"),
  16114. name: "Front",
  16115. image: {
  16116. source: "./media/characters/arokha-sieyes/front.svg",
  16117. extra: 1425 / 1284,
  16118. bottom: 0.05
  16119. }
  16120. },
  16121. },
  16122. [
  16123. {
  16124. name: "Normal",
  16125. height: math.unit(5 + 9 / 12, "feet")
  16126. },
  16127. {
  16128. name: "Macro",
  16129. height: math.unit(30, "meters"),
  16130. default: true
  16131. },
  16132. ]
  16133. ))
  16134. characterMakers.push(() => makeCharacter(
  16135. { name: "Arokh Sieyes" },
  16136. {
  16137. front: {
  16138. height: math.unit(6, "feet"),
  16139. weight: math.unit(180, "lb"),
  16140. name: "Front",
  16141. image: {
  16142. source: "./media/characters/arokh-sieyes/front.svg",
  16143. extra: 1830 / 1769,
  16144. bottom: 0.01
  16145. }
  16146. },
  16147. },
  16148. [
  16149. {
  16150. name: "Normal",
  16151. height: math.unit(6, "feet")
  16152. },
  16153. {
  16154. name: "Macro",
  16155. height: math.unit(30, "meters"),
  16156. default: true
  16157. },
  16158. ]
  16159. ))
  16160. characterMakers.push(() => makeCharacter(
  16161. { name: "Goldeneye" },
  16162. {
  16163. side: {
  16164. height: math.unit(13 + 1 / 12, "feet"),
  16165. weight: math.unit(8.5, "tonnes"),
  16166. name: "Side",
  16167. image: {
  16168. source: "./media/characters/goldeneye/side.svg",
  16169. extra: 1182 / 778,
  16170. bottom: 0.067
  16171. }
  16172. },
  16173. paw: {
  16174. height: math.unit(3.4, "feet"),
  16175. name: "Paw",
  16176. image: {
  16177. source: "./media/characters/goldeneye/paw.svg"
  16178. }
  16179. },
  16180. },
  16181. [
  16182. {
  16183. name: "Normal",
  16184. height: math.unit(13 + 1 / 12, "feet"),
  16185. default: true
  16186. },
  16187. ]
  16188. ))
  16189. characterMakers.push(() => makeCharacter(
  16190. { name: "Leonardo Lycheborne" },
  16191. {
  16192. front: {
  16193. height: math.unit(6 + 1 / 12, "feet"),
  16194. weight: math.unit(210, "lb"),
  16195. name: "Front",
  16196. image: {
  16197. source: "./media/characters/leonardo-lycheborne/front.svg",
  16198. extra: 390 / 365,
  16199. bottom: 0.032
  16200. }
  16201. },
  16202. side: {
  16203. height: math.unit(6 + 1 / 12, "feet"),
  16204. weight: math.unit(210, "lb"),
  16205. name: "Side",
  16206. image: {
  16207. source: "./media/characters/leonardo-lycheborne/side.svg",
  16208. extra: 390 / 365,
  16209. bottom: 0.005
  16210. }
  16211. },
  16212. back: {
  16213. height: math.unit(6 + 1 / 12, "feet"),
  16214. weight: math.unit(210, "lb"),
  16215. name: "Back",
  16216. image: {
  16217. source: "./media/characters/leonardo-lycheborne/back.svg",
  16218. extra: 392 / 366,
  16219. bottom: 0.01
  16220. }
  16221. },
  16222. hand: {
  16223. height: math.unit(1.08, "feet"),
  16224. name: "Hand",
  16225. image: {
  16226. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16227. }
  16228. },
  16229. foot: {
  16230. height: math.unit(1.32, "feet"),
  16231. name: "Foot",
  16232. image: {
  16233. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16234. }
  16235. },
  16236. were: {
  16237. height: math.unit(20, "feet"),
  16238. weight: math.unit(7800, "lb"),
  16239. name: "Were",
  16240. image: {
  16241. source: "./media/characters/leonardo-lycheborne/were.svg",
  16242. extra: 308 / 294,
  16243. bottom: 0.048
  16244. }
  16245. },
  16246. feral: {
  16247. height: math.unit(7.5, "feet"),
  16248. weight: math.unit(600, "lb"),
  16249. name: "Feral",
  16250. image: {
  16251. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16252. extra: 210 / 186,
  16253. bottom: 0.108
  16254. }
  16255. },
  16256. taur: {
  16257. height: math.unit(11, "feet"),
  16258. weight: math.unit(3300, "lb"),
  16259. name: "Taur",
  16260. image: {
  16261. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16262. extra: 320 / 303,
  16263. bottom: 0.025
  16264. }
  16265. },
  16266. barghest: {
  16267. height: math.unit(11, "feet"),
  16268. weight: math.unit(1300, "lb"),
  16269. name: "Barghest",
  16270. image: {
  16271. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16272. extra: 323 / 302,
  16273. bottom: 0.027
  16274. }
  16275. },
  16276. dick: {
  16277. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16278. name: "Dick",
  16279. image: {
  16280. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16281. }
  16282. },
  16283. dickWere: {
  16284. height: math.unit((20) / 3.8, "feet"),
  16285. name: "Dick (Were)",
  16286. image: {
  16287. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16288. }
  16289. },
  16290. },
  16291. [
  16292. {
  16293. name: "Normal",
  16294. height: math.unit(6 + 1 / 12, "feet"),
  16295. default: true
  16296. },
  16297. ]
  16298. ))
  16299. characterMakers.push(() => makeCharacter(
  16300. { name: "Jet" },
  16301. {
  16302. front: {
  16303. height: math.unit(10, "feet"),
  16304. weight: math.unit(350, "lb"),
  16305. name: "Front",
  16306. image: {
  16307. source: "./media/characters/jet/front.svg",
  16308. extra: 2050 / 1980,
  16309. bottom: 0.013
  16310. }
  16311. },
  16312. back: {
  16313. height: math.unit(10, "feet"),
  16314. weight: math.unit(350, "lb"),
  16315. name: "Back",
  16316. image: {
  16317. source: "./media/characters/jet/back.svg",
  16318. extra: 2050 / 1980,
  16319. bottom: 0.013
  16320. }
  16321. },
  16322. },
  16323. [
  16324. {
  16325. name: "Micro",
  16326. height: math.unit(6, "inches")
  16327. },
  16328. {
  16329. name: "Normal",
  16330. height: math.unit(10, "feet"),
  16331. default: true
  16332. },
  16333. {
  16334. name: "Macro",
  16335. height: math.unit(100, "feet")
  16336. },
  16337. ]
  16338. ))
  16339. characterMakers.push(() => makeCharacter(
  16340. { name: "Tanarath" },
  16341. {
  16342. front: {
  16343. height: math.unit(15, "feet"),
  16344. weight: math.unit(2800, "lb"),
  16345. name: "Front",
  16346. image: {
  16347. source: "./media/characters/tanarath/front.svg",
  16348. extra: 2392 / 2220,
  16349. bottom: 0.03
  16350. }
  16351. },
  16352. back: {
  16353. height: math.unit(15, "feet"),
  16354. weight: math.unit(2800, "lb"),
  16355. name: "Back",
  16356. image: {
  16357. source: "./media/characters/tanarath/back.svg",
  16358. extra: 2392 / 2220,
  16359. bottom: 0.03
  16360. }
  16361. },
  16362. },
  16363. [
  16364. {
  16365. name: "Normal",
  16366. height: math.unit(15, "feet"),
  16367. default: true
  16368. },
  16369. ]
  16370. ))
  16371. characterMakers.push(() => makeCharacter(
  16372. { name: "Patty CattyBatty" },
  16373. {
  16374. front: {
  16375. height: math.unit(7 + 1 / 12, "feet"),
  16376. weight: math.unit(175, "lb"),
  16377. name: "Front",
  16378. image: {
  16379. source: "./media/characters/patty-cattybatty/front.svg",
  16380. extra: 908 / 874,
  16381. bottom: 0.025
  16382. }
  16383. },
  16384. },
  16385. [
  16386. {
  16387. name: "Micro",
  16388. height: math.unit(1, "inch")
  16389. },
  16390. {
  16391. name: "Normal",
  16392. height: math.unit(7 + 1 / 12, "feet")
  16393. },
  16394. {
  16395. name: "Mini Macro",
  16396. height: math.unit(155, "feet")
  16397. },
  16398. {
  16399. name: "Macro",
  16400. height: math.unit(1077, "feet")
  16401. },
  16402. {
  16403. name: "Mega Macro",
  16404. height: math.unit(47650, "feet"),
  16405. default: true
  16406. },
  16407. {
  16408. name: "Giga Macro",
  16409. height: math.unit(440, "miles")
  16410. },
  16411. {
  16412. name: "Tera Macro",
  16413. height: math.unit(8700, "miles")
  16414. },
  16415. {
  16416. name: "Planetary Macro",
  16417. height: math.unit(32700, "miles")
  16418. },
  16419. {
  16420. name: "Solar Macro",
  16421. height: math.unit(550000, "miles")
  16422. },
  16423. {
  16424. name: "Celestial Macro",
  16425. height: math.unit(2.5, "AU")
  16426. },
  16427. ]
  16428. ))
  16429. characterMakers.push(() => makeCharacter(
  16430. { name: "Cappu" },
  16431. {
  16432. front: {
  16433. height: math.unit(4 + 5 / 12, "feet"),
  16434. weight: math.unit(90, "lb"),
  16435. name: "Front",
  16436. image: {
  16437. source: "./media/characters/cappu/front.svg",
  16438. extra: 1247 / 1152,
  16439. bottom: 0.012
  16440. }
  16441. },
  16442. },
  16443. [
  16444. {
  16445. name: "Normal",
  16446. height: math.unit(4 + 5 / 12, "feet"),
  16447. default: true
  16448. },
  16449. ]
  16450. ))
  16451. characterMakers.push(() => makeCharacter(
  16452. { name: "Sebi" },
  16453. {
  16454. frontDressed: {
  16455. height: math.unit(70, "cm"),
  16456. weight: math.unit(6, "kg"),
  16457. name: "Front (Dressed)",
  16458. image: {
  16459. source: "./media/characters/sebi/front-dressed.svg",
  16460. extra: 713.5 / 686.5,
  16461. bottom: 0.003
  16462. }
  16463. },
  16464. front: {
  16465. height: math.unit(70, "cm"),
  16466. weight: math.unit(5, "kg"),
  16467. name: "Front",
  16468. image: {
  16469. source: "./media/characters/sebi/front.svg",
  16470. extra: 713.5 / 686.5,
  16471. bottom: 0.003
  16472. }
  16473. }
  16474. },
  16475. [
  16476. {
  16477. name: "Normal",
  16478. height: math.unit(70, "cm"),
  16479. default: true
  16480. },
  16481. {
  16482. name: "Macro",
  16483. height: math.unit(8, "meters")
  16484. },
  16485. ]
  16486. ))
  16487. characterMakers.push(() => makeCharacter(
  16488. { name: "Typhek" },
  16489. {
  16490. front: {
  16491. height: math.unit(6, "feet"),
  16492. weight: math.unit(150, "lb"),
  16493. name: "Front",
  16494. image: {
  16495. source: "./media/characters/typhek/front.svg",
  16496. extra: 1948 / 1929,
  16497. bottom: 0.025
  16498. }
  16499. },
  16500. side: {
  16501. height: math.unit(6, "feet"),
  16502. weight: math.unit(150, "lb"),
  16503. name: "Side",
  16504. image: {
  16505. source: "./media/characters/typhek/side.svg",
  16506. extra: 2034 / 2010,
  16507. bottom: 0.003
  16508. }
  16509. },
  16510. back: {
  16511. height: math.unit(6, "feet"),
  16512. weight: math.unit(150, "lb"),
  16513. name: "Back",
  16514. image: {
  16515. source: "./media/characters/typhek/back.svg",
  16516. extra: 2005 / 1978,
  16517. bottom: 0.004
  16518. }
  16519. },
  16520. palm: {
  16521. height: math.unit(1.2, "feet"),
  16522. name: "Palm",
  16523. image: {
  16524. source: "./media/characters/typhek/palm.svg"
  16525. }
  16526. },
  16527. fist: {
  16528. height: math.unit(1.1, "feet"),
  16529. name: "Fist",
  16530. image: {
  16531. source: "./media/characters/typhek/fist.svg"
  16532. }
  16533. },
  16534. foot: {
  16535. height: math.unit(1.57, "feet"),
  16536. name: "Foot",
  16537. image: {
  16538. source: "./media/characters/typhek/foot.svg"
  16539. }
  16540. },
  16541. sole: {
  16542. height: math.unit(2.05, "feet"),
  16543. name: "Sole",
  16544. image: {
  16545. source: "./media/characters/typhek/sole.svg"
  16546. }
  16547. },
  16548. },
  16549. [
  16550. {
  16551. name: "Macro",
  16552. height: math.unit(40, "stories"),
  16553. default: true
  16554. },
  16555. {
  16556. name: "Megamacro",
  16557. height: math.unit(1, "mile")
  16558. },
  16559. {
  16560. name: "Gigamacro",
  16561. height: math.unit(4000, "solarradii")
  16562. },
  16563. {
  16564. name: "Universal",
  16565. height: math.unit(1.1, "universes")
  16566. }
  16567. ]
  16568. ))
  16569. characterMakers.push(() => makeCharacter(
  16570. { name: "Kassy" },
  16571. {
  16572. side: {
  16573. height: math.unit(5 + 7 / 12, "feet"),
  16574. weight: math.unit(150, "lb"),
  16575. name: "Side",
  16576. image: {
  16577. source: "./media/characters/kassy/side.svg",
  16578. extra: 1280 / 1225,
  16579. bottom: 0.002
  16580. }
  16581. },
  16582. front: {
  16583. height: math.unit(5 + 7 / 12, "feet"),
  16584. weight: math.unit(150, "lb"),
  16585. name: "Front",
  16586. image: {
  16587. source: "./media/characters/kassy/front.svg",
  16588. extra: 1280 / 1225,
  16589. bottom: 0.025
  16590. }
  16591. },
  16592. back: {
  16593. height: math.unit(5 + 7 / 12, "feet"),
  16594. weight: math.unit(150, "lb"),
  16595. name: "Back",
  16596. image: {
  16597. source: "./media/characters/kassy/back.svg",
  16598. extra: 1280 / 1225,
  16599. bottom: 0.002
  16600. }
  16601. },
  16602. foot: {
  16603. height: math.unit(1.266, "feet"),
  16604. name: "Foot",
  16605. image: {
  16606. source: "./media/characters/kassy/foot.svg"
  16607. }
  16608. },
  16609. },
  16610. [
  16611. {
  16612. name: "Normal",
  16613. height: math.unit(5 + 7 / 12, "feet")
  16614. },
  16615. {
  16616. name: "Macro",
  16617. height: math.unit(137, "feet"),
  16618. default: true
  16619. },
  16620. {
  16621. name: "Megamacro",
  16622. height: math.unit(1, "mile")
  16623. },
  16624. ]
  16625. ))
  16626. characterMakers.push(() => makeCharacter(
  16627. { name: "Neil" },
  16628. {
  16629. front: {
  16630. height: math.unit(6 + 1 / 12, "feet"),
  16631. weight: math.unit(200, "lb"),
  16632. name: "Front",
  16633. image: {
  16634. source: "./media/characters/neil/front.svg",
  16635. extra: 1326 / 1250,
  16636. bottom: 0.023
  16637. }
  16638. },
  16639. },
  16640. [
  16641. {
  16642. name: "Normal",
  16643. height: math.unit(6 + 1 / 12, "feet"),
  16644. default: true
  16645. },
  16646. {
  16647. name: "Macro",
  16648. height: math.unit(200, "feet")
  16649. },
  16650. ]
  16651. ))
  16652. characterMakers.push(() => makeCharacter(
  16653. { name: "Atticus" },
  16654. {
  16655. front: {
  16656. height: math.unit(5 + 9 / 12, "feet"),
  16657. weight: math.unit(190, "lb"),
  16658. name: "Front",
  16659. image: {
  16660. source: "./media/characters/atticus/front.svg",
  16661. extra: 2934 / 2785,
  16662. bottom: 0.025
  16663. }
  16664. },
  16665. },
  16666. [
  16667. {
  16668. name: "Normal",
  16669. height: math.unit(5 + 9 / 12, "feet"),
  16670. default: true
  16671. },
  16672. {
  16673. name: "Macro",
  16674. height: math.unit(180, "feet")
  16675. },
  16676. ]
  16677. ))
  16678. characterMakers.push(() => makeCharacter(
  16679. { name: "Milo" },
  16680. {
  16681. side: {
  16682. height: math.unit(9, "feet"),
  16683. weight: math.unit(650, "lb"),
  16684. name: "Side",
  16685. image: {
  16686. source: "./media/characters/milo/side.svg",
  16687. extra: 2644 / 2310,
  16688. bottom: 0.032
  16689. }
  16690. },
  16691. },
  16692. [
  16693. {
  16694. name: "Normal",
  16695. height: math.unit(9, "feet"),
  16696. default: true
  16697. },
  16698. {
  16699. name: "Macro",
  16700. height: math.unit(300, "feet")
  16701. },
  16702. ]
  16703. ))
  16704. characterMakers.push(() => makeCharacter(
  16705. { name: "Ijzer" },
  16706. {
  16707. side: {
  16708. height: math.unit(8, "meters"),
  16709. weight: math.unit(90000, "kg"),
  16710. name: "Side",
  16711. image: {
  16712. source: "./media/characters/ijzer/side.svg",
  16713. extra: 2756 / 1600,
  16714. bottom: 0.01
  16715. }
  16716. },
  16717. },
  16718. [
  16719. {
  16720. name: "Small",
  16721. height: math.unit(3, "meters")
  16722. },
  16723. {
  16724. name: "Normal",
  16725. height: math.unit(8, "meters"),
  16726. default: true
  16727. },
  16728. {
  16729. name: "Normal+",
  16730. height: math.unit(10, "meters")
  16731. },
  16732. {
  16733. name: "Bigger",
  16734. height: math.unit(24, "meters")
  16735. },
  16736. {
  16737. name: "Huge",
  16738. height: math.unit(80, "meters")
  16739. },
  16740. ]
  16741. ))
  16742. characterMakers.push(() => makeCharacter(
  16743. { name: "Luca Cervicum" },
  16744. {
  16745. front: {
  16746. height: math.unit(6 + 2 / 12, "feet"),
  16747. weight: math.unit(153, "lb"),
  16748. name: "Front",
  16749. image: {
  16750. source: "./media/characters/luca-cervicum/front.svg",
  16751. extra: 370 / 327,
  16752. bottom: 0.015
  16753. }
  16754. },
  16755. back: {
  16756. height: math.unit(6 + 2 / 12, "feet"),
  16757. weight: math.unit(153, "lb"),
  16758. name: "Back",
  16759. image: {
  16760. source: "./media/characters/luca-cervicum/back.svg",
  16761. extra: 367 / 333,
  16762. bottom: 0.005
  16763. }
  16764. },
  16765. frontGear: {
  16766. height: math.unit(6 + 2 / 12, "feet"),
  16767. weight: math.unit(173, "lb"),
  16768. name: "Front (Gear)",
  16769. image: {
  16770. source: "./media/characters/luca-cervicum/front-gear.svg",
  16771. extra: 377 / 333,
  16772. bottom: 0.006
  16773. }
  16774. },
  16775. },
  16776. [
  16777. {
  16778. name: "Normal",
  16779. height: math.unit(6 + 2 / 12, "feet"),
  16780. default: true
  16781. },
  16782. ]
  16783. ))
  16784. characterMakers.push(() => makeCharacter(
  16785. { name: "Oliver" },
  16786. {
  16787. front: {
  16788. height: math.unit(6 + 1 / 12, "feet"),
  16789. weight: math.unit(304, "lb"),
  16790. name: "Front",
  16791. image: {
  16792. source: "./media/characters/oliver/front.svg",
  16793. extra: 157 / 143,
  16794. bottom: 0.08
  16795. }
  16796. },
  16797. },
  16798. [
  16799. {
  16800. name: "Normal",
  16801. height: math.unit(6 + 1 / 12, "feet"),
  16802. default: true
  16803. },
  16804. ]
  16805. ))
  16806. characterMakers.push(() => makeCharacter(
  16807. { name: "Shane" },
  16808. {
  16809. front: {
  16810. height: math.unit(5 + 7 / 12, "feet"),
  16811. weight: math.unit(140, "lb"),
  16812. name: "Front",
  16813. image: {
  16814. source: "./media/characters/shane/front.svg",
  16815. extra: 304 / 289,
  16816. bottom: 0.005
  16817. }
  16818. },
  16819. },
  16820. [
  16821. {
  16822. name: "Normal",
  16823. height: math.unit(5 + 7 / 12, "feet"),
  16824. default: true
  16825. },
  16826. ]
  16827. ))
  16828. characterMakers.push(() => makeCharacter(
  16829. { name: "Shin" },
  16830. {
  16831. front: {
  16832. height: math.unit(5 + 9 / 12, "feet"),
  16833. weight: math.unit(178, "lb"),
  16834. name: "Front",
  16835. image: {
  16836. source: "./media/characters/shin/front.svg",
  16837. extra: 159 / 151,
  16838. bottom: 0.015
  16839. }
  16840. },
  16841. },
  16842. [
  16843. {
  16844. name: "Normal",
  16845. height: math.unit(5 + 9 / 12, "feet"),
  16846. default: true
  16847. },
  16848. ]
  16849. ))
  16850. characterMakers.push(() => makeCharacter(
  16851. { name: "Xerxes" },
  16852. {
  16853. front: {
  16854. height: math.unit(5 + 10 / 12, "feet"),
  16855. weight: math.unit(168, "lb"),
  16856. name: "Front",
  16857. image: {
  16858. source: "./media/characters/xerxes/front.svg",
  16859. extra: 282 / 260,
  16860. bottom: 0.045
  16861. }
  16862. },
  16863. },
  16864. [
  16865. {
  16866. name: "Normal",
  16867. height: math.unit(5 + 10 / 12, "feet"),
  16868. default: true
  16869. },
  16870. ]
  16871. ))
  16872. characterMakers.push(() => makeCharacter(
  16873. { name: "Chaska" },
  16874. {
  16875. front: {
  16876. height: math.unit(6 + 7 / 12, "feet"),
  16877. weight: math.unit(208, "lb"),
  16878. name: "Front",
  16879. image: {
  16880. source: "./media/characters/chaska/front.svg",
  16881. extra: 332 / 319,
  16882. bottom: 0.015
  16883. }
  16884. },
  16885. },
  16886. [
  16887. {
  16888. name: "Normal",
  16889. height: math.unit(6 + 7 / 12, "feet"),
  16890. default: true
  16891. },
  16892. ]
  16893. ))
  16894. characterMakers.push(() => makeCharacter(
  16895. { name: "Enuk" },
  16896. {
  16897. front: {
  16898. height: math.unit(5 + 8 / 12, "feet"),
  16899. weight: math.unit(208, "lb"),
  16900. name: "Front",
  16901. image: {
  16902. source: "./media/characters/enuk/front.svg",
  16903. extra: 437 / 406,
  16904. bottom: 0.02
  16905. }
  16906. },
  16907. },
  16908. [
  16909. {
  16910. name: "Normal",
  16911. height: math.unit(5 + 8 / 12, "feet"),
  16912. default: true
  16913. },
  16914. ]
  16915. ))
  16916. characterMakers.push(() => makeCharacter(
  16917. { name: "Bruun" },
  16918. {
  16919. front: {
  16920. height: math.unit(5 + 10 / 12, "feet"),
  16921. weight: math.unit(252, "lb"),
  16922. name: "Front",
  16923. image: {
  16924. source: "./media/characters/bruun/front.svg",
  16925. extra: 197 / 187,
  16926. bottom: 0.012
  16927. }
  16928. },
  16929. },
  16930. [
  16931. {
  16932. name: "Normal",
  16933. height: math.unit(5 + 10 / 12, "feet"),
  16934. default: true
  16935. },
  16936. ]
  16937. ))
  16938. characterMakers.push(() => makeCharacter(
  16939. { name: "Alexeev" },
  16940. {
  16941. front: {
  16942. height: math.unit(6 + 10 / 12, "feet"),
  16943. weight: math.unit(255, "lb"),
  16944. name: "Front",
  16945. image: {
  16946. source: "./media/characters/alexeev/front.svg",
  16947. extra: 213 / 200,
  16948. bottom: 0.05
  16949. }
  16950. },
  16951. },
  16952. [
  16953. {
  16954. name: "Normal",
  16955. height: math.unit(6 + 10 / 12, "feet"),
  16956. default: true
  16957. },
  16958. ]
  16959. ))
  16960. characterMakers.push(() => makeCharacter(
  16961. { name: "Evelyn" },
  16962. {
  16963. front: {
  16964. height: math.unit(2 + 8 / 12, "feet"),
  16965. weight: math.unit(22, "lb"),
  16966. name: "Front",
  16967. image: {
  16968. source: "./media/characters/evelyn/front.svg",
  16969. extra: 208 / 180
  16970. }
  16971. },
  16972. },
  16973. [
  16974. {
  16975. name: "Normal",
  16976. height: math.unit(2 + 8 / 12, "feet"),
  16977. default: true
  16978. },
  16979. ]
  16980. ))
  16981. characterMakers.push(() => makeCharacter(
  16982. { name: "Inca" },
  16983. {
  16984. front: {
  16985. height: math.unit(5 + 9 / 12, "feet"),
  16986. weight: math.unit(139, "lb"),
  16987. name: "Front",
  16988. image: {
  16989. source: "./media/characters/inca/front.svg",
  16990. extra: 294 / 291,
  16991. bottom: 0.03
  16992. }
  16993. },
  16994. },
  16995. [
  16996. {
  16997. name: "Normal",
  16998. height: math.unit(5 + 9 / 12, "feet"),
  16999. default: true
  17000. },
  17001. ]
  17002. ))
  17003. characterMakers.push(() => makeCharacter(
  17004. { name: "Magdalene" },
  17005. {
  17006. front: {
  17007. height: math.unit(5 + 1 / 12, "feet"),
  17008. weight: math.unit(84, "lb"),
  17009. name: "Front",
  17010. image: {
  17011. source: "./media/characters/magdalene/front.svg",
  17012. extra: 293 / 273
  17013. }
  17014. },
  17015. },
  17016. [
  17017. {
  17018. name: "Normal",
  17019. height: math.unit(5 + 1 / 12, "feet"),
  17020. default: true
  17021. },
  17022. ]
  17023. ))
  17024. characterMakers.push(() => makeCharacter(
  17025. { name: "Mera" },
  17026. {
  17027. front: {
  17028. height: math.unit(6 + 3 / 12, "feet"),
  17029. weight: math.unit(185, "lb"),
  17030. name: "Front",
  17031. image: {
  17032. source: "./media/characters/mera/front.svg",
  17033. extra: 291 / 277,
  17034. bottom: 0.03
  17035. }
  17036. },
  17037. },
  17038. [
  17039. {
  17040. name: "Normal",
  17041. height: math.unit(6 + 3 / 12, "feet"),
  17042. default: true
  17043. },
  17044. ]
  17045. ))
  17046. characterMakers.push(() => makeCharacter(
  17047. { name: "Ceres" },
  17048. {
  17049. front: {
  17050. height: math.unit(6 + 7 / 12, "feet"),
  17051. weight: math.unit(160, "lb"),
  17052. name: "Front",
  17053. image: {
  17054. source: "./media/characters/ceres/front.svg",
  17055. extra: 1023 / 950,
  17056. bottom: 0.027
  17057. }
  17058. },
  17059. back: {
  17060. height: math.unit(6 + 7 / 12, "feet"),
  17061. weight: math.unit(160, "lb"),
  17062. name: "Back",
  17063. image: {
  17064. source: "./media/characters/ceres/back.svg",
  17065. extra: 1023 / 950
  17066. }
  17067. },
  17068. },
  17069. [
  17070. {
  17071. name: "Normal",
  17072. height: math.unit(6 + 7 / 12, "feet"),
  17073. default: true
  17074. },
  17075. ]
  17076. ))
  17077. characterMakers.push(() => makeCharacter(
  17078. { name: "Kris" },
  17079. {
  17080. front: {
  17081. height: math.unit(5 + 10 / 12, "feet"),
  17082. weight: math.unit(150, "lb"),
  17083. name: "Front",
  17084. image: {
  17085. source: "./media/characters/kris/front.svg",
  17086. extra: 885 / 803,
  17087. bottom: 0.03
  17088. }
  17089. },
  17090. },
  17091. [
  17092. {
  17093. name: "Normal",
  17094. height: math.unit(5 + 10 / 12, "feet"),
  17095. default: true
  17096. },
  17097. ]
  17098. ))
  17099. characterMakers.push(() => makeCharacter(
  17100. { name: "Taluthus" },
  17101. {
  17102. front: {
  17103. height: math.unit(7, "feet"),
  17104. weight: math.unit(120, "kg"),
  17105. name: "Front",
  17106. image: {
  17107. source: "./media/characters/taluthus/front.svg",
  17108. extra: 903 / 833,
  17109. bottom: 0.015
  17110. }
  17111. },
  17112. },
  17113. [
  17114. {
  17115. name: "Normal",
  17116. height: math.unit(7, "feet"),
  17117. default: true
  17118. },
  17119. {
  17120. name: "Macro",
  17121. height: math.unit(300, "feet")
  17122. },
  17123. ]
  17124. ))
  17125. characterMakers.push(() => makeCharacter(
  17126. { name: "Dawn" },
  17127. {
  17128. front: {
  17129. height: math.unit(5 + 9 / 12, "feet"),
  17130. weight: math.unit(145, "lb"),
  17131. name: "Front",
  17132. image: {
  17133. source: "./media/characters/dawn/front.svg",
  17134. extra: 2094 / 2016,
  17135. bottom: 0.025
  17136. }
  17137. },
  17138. back: {
  17139. height: math.unit(5 + 9 / 12, "feet"),
  17140. weight: math.unit(160, "lb"),
  17141. name: "Back",
  17142. image: {
  17143. source: "./media/characters/dawn/back.svg",
  17144. extra: 2112 / 2080,
  17145. bottom: 0.005
  17146. }
  17147. },
  17148. },
  17149. [
  17150. {
  17151. name: "Normal",
  17152. height: math.unit(6 + 7 / 12, "feet"),
  17153. default: true
  17154. },
  17155. ]
  17156. ))
  17157. characterMakers.push(() => makeCharacter(
  17158. { name: "Arador" },
  17159. {
  17160. anthro: {
  17161. height: math.unit(8 + 3 / 12, "feet"),
  17162. weight: math.unit(450, "lb"),
  17163. name: "Anthro",
  17164. image: {
  17165. source: "./media/characters/arador/anthro.svg",
  17166. extra: 1835 / 1718,
  17167. bottom: 0.025
  17168. }
  17169. },
  17170. feral: {
  17171. height: math.unit(4, "feet"),
  17172. weight: math.unit(200, "lb"),
  17173. name: "Feral",
  17174. image: {
  17175. source: "./media/characters/arador/feral.svg",
  17176. extra: 1683 / 1514,
  17177. bottom: 0.07
  17178. }
  17179. },
  17180. },
  17181. [
  17182. {
  17183. name: "Normal",
  17184. height: math.unit(8 + 3 / 12, "feet")
  17185. },
  17186. {
  17187. name: "Macro",
  17188. height: math.unit(82.5, "feet"),
  17189. default: true
  17190. },
  17191. ]
  17192. ))
  17193. characterMakers.push(() => makeCharacter(
  17194. { name: "Dharsi" },
  17195. {
  17196. front: {
  17197. height: math.unit(5 + 10 / 12, "feet"),
  17198. weight: math.unit(125, "lb"),
  17199. name: "Front",
  17200. image: {
  17201. source: "./media/characters/dharsi/front.svg",
  17202. extra: 716 / 630,
  17203. bottom: 0.035
  17204. }
  17205. },
  17206. },
  17207. [
  17208. {
  17209. name: "Nano",
  17210. height: math.unit(100, "nm")
  17211. },
  17212. {
  17213. name: "Micro",
  17214. height: math.unit(2, "inches")
  17215. },
  17216. {
  17217. name: "Normal",
  17218. height: math.unit(5 + 10 / 12, "feet"),
  17219. default: true
  17220. },
  17221. {
  17222. name: "Macro",
  17223. height: math.unit(1000, "feet")
  17224. },
  17225. {
  17226. name: "Megamacro",
  17227. height: math.unit(10, "miles")
  17228. },
  17229. {
  17230. name: "Gigamacro",
  17231. height: math.unit(3000, "miles")
  17232. },
  17233. {
  17234. name: "Teramacro",
  17235. height: math.unit(500000, "miles")
  17236. },
  17237. {
  17238. name: "Teramacro+",
  17239. height: math.unit(30, "galaxies")
  17240. },
  17241. ]
  17242. ))
  17243. characterMakers.push(() => makeCharacter(
  17244. { name: "Deathy" },
  17245. {
  17246. front: {
  17247. height: math.unit(6, "feet"),
  17248. weight: math.unit(150, "lb"),
  17249. name: "Front",
  17250. image: {
  17251. source: "./media/characters/deathy/front.svg",
  17252. extra: 1552 / 1463,
  17253. bottom: 0.025
  17254. }
  17255. },
  17256. side: {
  17257. height: math.unit(6, "feet"),
  17258. weight: math.unit(150, "lb"),
  17259. name: "Side",
  17260. image: {
  17261. source: "./media/characters/deathy/side.svg",
  17262. extra: 1604 / 1455,
  17263. bottom: 0.025
  17264. }
  17265. },
  17266. back: {
  17267. height: math.unit(6, "feet"),
  17268. weight: math.unit(150, "lb"),
  17269. name: "Back",
  17270. image: {
  17271. source: "./media/characters/deathy/back.svg",
  17272. extra: 1580 / 1463,
  17273. bottom: 0.005
  17274. }
  17275. },
  17276. },
  17277. [
  17278. {
  17279. name: "Micro",
  17280. height: math.unit(5, "millimeters")
  17281. },
  17282. {
  17283. name: "Normal",
  17284. height: math.unit(6 + 5 / 12, "feet"),
  17285. default: true
  17286. },
  17287. ]
  17288. ))
  17289. characterMakers.push(() => makeCharacter(
  17290. { name: "Juniper" },
  17291. {
  17292. front: {
  17293. height: math.unit(16, "feet"),
  17294. weight: math.unit(4000, "lb"),
  17295. name: "Front",
  17296. image: {
  17297. source: "./media/characters/juniper/front.svg",
  17298. bottom: 0.04
  17299. }
  17300. },
  17301. },
  17302. [
  17303. {
  17304. name: "Normal",
  17305. height: math.unit(16, "feet"),
  17306. default: true
  17307. },
  17308. ]
  17309. ))
  17310. characterMakers.push(() => makeCharacter(
  17311. { name: "Hipster" },
  17312. {
  17313. front: {
  17314. height: math.unit(6, "feet"),
  17315. weight: math.unit(150, "lb"),
  17316. name: "Front",
  17317. image: {
  17318. source: "./media/characters/hipster/front.svg",
  17319. extra: 1312 / 1209,
  17320. bottom: 0.025
  17321. }
  17322. },
  17323. back: {
  17324. height: math.unit(6, "feet"),
  17325. weight: math.unit(150, "lb"),
  17326. name: "Back",
  17327. image: {
  17328. source: "./media/characters/hipster/back.svg",
  17329. extra: 1281 / 1196,
  17330. bottom: 0.01
  17331. }
  17332. },
  17333. },
  17334. [
  17335. {
  17336. name: "Micro",
  17337. height: math.unit(1, "mm")
  17338. },
  17339. {
  17340. name: "Normal",
  17341. height: math.unit(4, "inches"),
  17342. default: true
  17343. },
  17344. {
  17345. name: "Macro",
  17346. height: math.unit(500, "feet")
  17347. },
  17348. {
  17349. name: "Megamacro",
  17350. height: math.unit(1000, "miles")
  17351. },
  17352. ]
  17353. ))
  17354. characterMakers.push(() => makeCharacter(
  17355. { name: "Tendirmuldr" },
  17356. {
  17357. front: {
  17358. height: math.unit(6, "feet"),
  17359. weight: math.unit(150, "lb"),
  17360. name: "Front",
  17361. image: {
  17362. source: "./media/characters/tendirmuldr/front.svg",
  17363. extra: 1878 / 1772,
  17364. bottom: 0.015
  17365. }
  17366. },
  17367. },
  17368. [
  17369. {
  17370. name: "Megamacro",
  17371. height: math.unit(1500, "miles"),
  17372. default: true
  17373. },
  17374. ]
  17375. ))
  17376. characterMakers.push(() => makeCharacter(
  17377. { name: "Mort" },
  17378. {
  17379. front: {
  17380. height: math.unit(14, "feet"),
  17381. weight: math.unit(12000, "lb"),
  17382. name: "Front",
  17383. image: {
  17384. source: "./media/characters/mort/front.svg",
  17385. extra: 365 / 318,
  17386. bottom: 0.01
  17387. }
  17388. },
  17389. side: {
  17390. height: math.unit(14, "feet"),
  17391. weight: math.unit(12000, "lb"),
  17392. name: "Side",
  17393. image: {
  17394. source: "./media/characters/mort/side.svg",
  17395. extra: 365 / 318,
  17396. bottom: 0.052
  17397. },
  17398. default: true
  17399. },
  17400. back: {
  17401. height: math.unit(14, "feet"),
  17402. weight: math.unit(12000, "lb"),
  17403. name: "Back",
  17404. image: {
  17405. source: "./media/characters/mort/back.svg",
  17406. extra: 371 / 332,
  17407. bottom: 0.18
  17408. }
  17409. },
  17410. },
  17411. [
  17412. {
  17413. name: "Normal",
  17414. height: math.unit(14, "feet"),
  17415. default: true
  17416. },
  17417. ]
  17418. ))
  17419. characterMakers.push(() => makeCharacter(
  17420. { name: "Lycoa" },
  17421. {
  17422. front: {
  17423. height: math.unit(8, "feet"),
  17424. weight: math.unit(1, "ton"),
  17425. name: "Front",
  17426. image: {
  17427. source: "./media/characters/lycoa/front.svg",
  17428. extra: 1875 / 1789,
  17429. bottom: 0.022
  17430. }
  17431. },
  17432. back: {
  17433. height: math.unit(8, "feet"),
  17434. weight: math.unit(1, "ton"),
  17435. name: "Back",
  17436. image: {
  17437. source: "./media/characters/lycoa/back.svg",
  17438. extra: 1835 / 1781,
  17439. bottom: 0.03
  17440. }
  17441. },
  17442. },
  17443. [
  17444. {
  17445. name: "Normal",
  17446. height: math.unit(8, "feet"),
  17447. default: true
  17448. },
  17449. {
  17450. name: "Macro",
  17451. height: math.unit(30, "feet")
  17452. },
  17453. ]
  17454. ))
  17455. characterMakers.push(() => makeCharacter(
  17456. { name: "Naldara" },
  17457. {
  17458. front: {
  17459. height: math.unit(4 + 2 / 12, "feet"),
  17460. weight: math.unit(70, "lb"),
  17461. name: "Front",
  17462. image: {
  17463. source: "./media/characters/naldara/front.svg",
  17464. extra: 841 / 720,
  17465. bottom: 0.04
  17466. }
  17467. },
  17468. },
  17469. [
  17470. {
  17471. name: "Normal",
  17472. height: math.unit(4 + 2 / 12, "feet"),
  17473. default: true
  17474. },
  17475. ]
  17476. ))
  17477. characterMakers.push(() => makeCharacter(
  17478. { name: "Briar" },
  17479. {
  17480. front: {
  17481. height: math.unit(13 + 7 / 12, "feet"),
  17482. weight: math.unit(1500, "lb"),
  17483. name: "Front",
  17484. image: {
  17485. source: "./media/characters/briar/front.svg",
  17486. extra: 626 / 596,
  17487. bottom: 0.08
  17488. }
  17489. },
  17490. },
  17491. [
  17492. {
  17493. name: "Normal",
  17494. height: math.unit(13 + 7 / 12, "feet"),
  17495. default: true
  17496. },
  17497. ]
  17498. ))
  17499. characterMakers.push(() => makeCharacter(
  17500. { name: "Vanguard" },
  17501. {
  17502. side: {
  17503. height: math.unit(10, "feet"),
  17504. weight: math.unit(500, "lb"),
  17505. name: "Side",
  17506. image: {
  17507. source: "./media/characters/vanguard/side.svg",
  17508. extra: 502 / 425,
  17509. bottom: 0.087
  17510. }
  17511. },
  17512. },
  17513. [
  17514. {
  17515. name: "Normal",
  17516. height: math.unit(10, "feet"),
  17517. default: true
  17518. },
  17519. ]
  17520. ))
  17521. characterMakers.push(() => makeCharacter(
  17522. { name: "Artemis" },
  17523. {
  17524. front: {
  17525. height: math.unit(7.5, "feet"),
  17526. weight: math.unit(2, "lb"),
  17527. name: "Front",
  17528. image: {
  17529. source: "./media/characters/artemis/front.svg",
  17530. extra: 1192 / 1075,
  17531. bottom: 0.07
  17532. }
  17533. },
  17534. },
  17535. [
  17536. {
  17537. name: "Normal",
  17538. height: math.unit(7.5, "feet"),
  17539. default: true
  17540. },
  17541. {
  17542. name: "Enlarged",
  17543. height: math.unit(12, "feet")
  17544. },
  17545. ]
  17546. ))
  17547. characterMakers.push(() => makeCharacter(
  17548. { name: "Kira" },
  17549. {
  17550. front: {
  17551. height: math.unit(5 + 3 / 12, "feet"),
  17552. weight: math.unit(160, "lb"),
  17553. name: "Front",
  17554. image: {
  17555. source: "./media/characters/kira/front.svg",
  17556. extra: 906 / 786,
  17557. bottom: 0.01
  17558. }
  17559. },
  17560. back: {
  17561. height: math.unit(5 + 3 / 12, "feet"),
  17562. weight: math.unit(160, "lb"),
  17563. name: "Back",
  17564. image: {
  17565. source: "./media/characters/kira/back.svg",
  17566. extra: 882 / 757,
  17567. bottom: 0.005
  17568. }
  17569. },
  17570. frontDressed: {
  17571. height: math.unit(5 + 3 / 12, "feet"),
  17572. weight: math.unit(160, "lb"),
  17573. name: "Front (Dressed)",
  17574. image: {
  17575. source: "./media/characters/kira/front-dressed.svg",
  17576. extra: 906 / 786,
  17577. bottom: 0.01
  17578. }
  17579. },
  17580. beans: {
  17581. height: math.unit(0.92, "feet"),
  17582. name: "Beans",
  17583. image: {
  17584. source: "./media/characters/kira/beans.svg"
  17585. }
  17586. },
  17587. },
  17588. [
  17589. {
  17590. name: "Normal",
  17591. height: math.unit(5 + 3 / 12, "feet"),
  17592. default: true
  17593. },
  17594. ]
  17595. ))
  17596. characterMakers.push(() => makeCharacter(
  17597. { name: "Scramble" },
  17598. {
  17599. front: {
  17600. height: math.unit(5 + 4 / 12, "feet"),
  17601. weight: math.unit(145, "lb"),
  17602. name: "Front",
  17603. image: {
  17604. source: "./media/characters/scramble/front.svg",
  17605. extra: 763 / 727,
  17606. bottom: 0.05
  17607. }
  17608. },
  17609. back: {
  17610. height: math.unit(5 + 4 / 12, "feet"),
  17611. weight: math.unit(145, "lb"),
  17612. name: "Back",
  17613. image: {
  17614. source: "./media/characters/scramble/back.svg",
  17615. extra: 826 / 737,
  17616. bottom: 0.002
  17617. }
  17618. },
  17619. },
  17620. [
  17621. {
  17622. name: "Normal",
  17623. height: math.unit(5 + 4 / 12, "feet"),
  17624. default: true
  17625. },
  17626. ]
  17627. ))
  17628. characterMakers.push(() => makeCharacter(
  17629. { name: "Biscuit" },
  17630. {
  17631. side: {
  17632. height: math.unit(6 + 2 / 12, "feet"),
  17633. weight: math.unit(190, "lb"),
  17634. name: "Side",
  17635. image: {
  17636. source: "./media/characters/biscuit/side.svg",
  17637. extra: 858 / 791,
  17638. bottom: 0.044
  17639. }
  17640. },
  17641. },
  17642. [
  17643. {
  17644. name: "Normal",
  17645. height: math.unit(6 + 2 / 12, "feet"),
  17646. default: true
  17647. },
  17648. ]
  17649. ))
  17650. characterMakers.push(() => makeCharacter(
  17651. { name: "Poffin" },
  17652. {
  17653. front: {
  17654. height: math.unit(5 + 2 / 12, "feet"),
  17655. weight: math.unit(120, "lb"),
  17656. name: "Front",
  17657. image: {
  17658. source: "./media/characters/poffin/front.svg",
  17659. extra: 786 / 680,
  17660. bottom: 0.005
  17661. }
  17662. },
  17663. },
  17664. [
  17665. {
  17666. name: "Normal",
  17667. height: math.unit(5 + 2 / 12, "feet"),
  17668. default: true
  17669. },
  17670. ]
  17671. ))
  17672. characterMakers.push(() => makeCharacter(
  17673. { name: "Dhari" },
  17674. {
  17675. front: {
  17676. height: math.unit(6 + 3 / 12, "feet"),
  17677. weight: math.unit(519, "lb"),
  17678. name: "Front",
  17679. image: {
  17680. source: "./media/characters/dhari/front.svg",
  17681. extra: 1048 / 946,
  17682. bottom: 0.015
  17683. }
  17684. },
  17685. back: {
  17686. height: math.unit(6 + 3 / 12, "feet"),
  17687. weight: math.unit(519, "lb"),
  17688. name: "Back",
  17689. image: {
  17690. source: "./media/characters/dhari/back.svg",
  17691. extra: 1048 / 931,
  17692. bottom: 0.005
  17693. }
  17694. },
  17695. frontDressed: {
  17696. height: math.unit(6 + 3 / 12, "feet"),
  17697. weight: math.unit(519, "lb"),
  17698. name: "Front (Dressed)",
  17699. image: {
  17700. source: "./media/characters/dhari/front-dressed.svg",
  17701. extra: 1713 / 1546,
  17702. bottom: 0.02
  17703. }
  17704. },
  17705. backDressed: {
  17706. height: math.unit(6 + 3 / 12, "feet"),
  17707. weight: math.unit(519, "lb"),
  17708. name: "Back (Dressed)",
  17709. image: {
  17710. source: "./media/characters/dhari/back-dressed.svg",
  17711. extra: 1699 / 1537,
  17712. bottom: 0.01
  17713. }
  17714. },
  17715. maw: {
  17716. height: math.unit(0.95, "feet"),
  17717. name: "Maw",
  17718. image: {
  17719. source: "./media/characters/dhari/maw.svg"
  17720. }
  17721. },
  17722. wereFront: {
  17723. height: math.unit(12 + 8 / 12, "feet"),
  17724. weight: math.unit(4000, "lb"),
  17725. name: "Front (Were)",
  17726. image: {
  17727. source: "./media/characters/dhari/were-front.svg",
  17728. extra: 1065 / 969,
  17729. bottom: 0.015
  17730. }
  17731. },
  17732. wereBack: {
  17733. height: math.unit(12 + 8 / 12, "feet"),
  17734. weight: math.unit(4000, "lb"),
  17735. name: "Back (Were)",
  17736. image: {
  17737. source: "./media/characters/dhari/were-back.svg",
  17738. extra: 1065 / 969,
  17739. bottom: 0.012
  17740. }
  17741. },
  17742. wereMaw: {
  17743. height: math.unit(0.625, "meters"),
  17744. name: "Maw (Were)",
  17745. image: {
  17746. source: "./media/characters/dhari/were-maw.svg"
  17747. }
  17748. },
  17749. },
  17750. [
  17751. {
  17752. name: "Normal",
  17753. height: math.unit(6 + 3 / 12, "feet"),
  17754. default: true
  17755. },
  17756. ]
  17757. ))
  17758. characterMakers.push(() => makeCharacter(
  17759. { name: "Rena Dyne" },
  17760. {
  17761. anthro: {
  17762. height: math.unit(5 + 7 / 12, "feet"),
  17763. weight: math.unit(175, "lb"),
  17764. name: "Anthro",
  17765. image: {
  17766. source: "./media/characters/rena-dyne/anthro.svg",
  17767. extra: 1849 / 1785,
  17768. bottom: 0.005
  17769. }
  17770. },
  17771. taur: {
  17772. height: math.unit(15 + 6 / 12, "feet"),
  17773. weight: math.unit(8000, "lb"),
  17774. name: "Taur",
  17775. image: {
  17776. source: "./media/characters/rena-dyne/taur.svg",
  17777. extra: 2315 / 2234,
  17778. bottom: 0.033
  17779. }
  17780. },
  17781. },
  17782. [
  17783. {
  17784. name: "Normal",
  17785. height: math.unit(5 + 7 / 12, "feet"),
  17786. default: true
  17787. },
  17788. ]
  17789. ))
  17790. characterMakers.push(() => makeCharacter(
  17791. { name: "Weremeep" },
  17792. {
  17793. front: {
  17794. height: math.unit(8, "feet"),
  17795. weight: math.unit(600, "lb"),
  17796. name: "Front",
  17797. image: {
  17798. source: "./media/characters/weremeep/front.svg",
  17799. extra: 967 / 862,
  17800. bottom: 0.01
  17801. }
  17802. },
  17803. },
  17804. [
  17805. {
  17806. name: "Normal",
  17807. height: math.unit(8, "feet"),
  17808. default: true
  17809. },
  17810. {
  17811. name: "Lorg",
  17812. height: math.unit(12, "feet")
  17813. },
  17814. {
  17815. name: "Oh Lawd She Comin'",
  17816. height: math.unit(20, "feet")
  17817. },
  17818. ]
  17819. ))
  17820. characterMakers.push(() => makeCharacter(
  17821. { name: "Reza" },
  17822. {
  17823. front: {
  17824. height: math.unit(4, "feet"),
  17825. weight: math.unit(90, "lb"),
  17826. name: "Front",
  17827. image: {
  17828. source: "./media/characters/reza/front.svg",
  17829. extra: 1183 / 1111,
  17830. bottom: 0.017
  17831. }
  17832. },
  17833. back: {
  17834. height: math.unit(4, "feet"),
  17835. weight: math.unit(90, "lb"),
  17836. name: "Back",
  17837. image: {
  17838. source: "./media/characters/reza/back.svg",
  17839. extra: 1183 / 1111,
  17840. bottom: 0.01
  17841. }
  17842. },
  17843. },
  17844. [
  17845. {
  17846. name: "Normal",
  17847. height: math.unit(4, "feet"),
  17848. default: true
  17849. },
  17850. ]
  17851. ))
  17852. characterMakers.push(() => makeCharacter(
  17853. { name: "Athea" },
  17854. {
  17855. side: {
  17856. height: math.unit(15, "feet"),
  17857. weight: math.unit(14, "tons"),
  17858. name: "Side",
  17859. image: {
  17860. source: "./media/characters/athea/side.svg",
  17861. extra: 960 / 540,
  17862. bottom: 0.003
  17863. }
  17864. },
  17865. sitting: {
  17866. height: math.unit(6 * 2.85, "feet"),
  17867. weight: math.unit(14, "tons"),
  17868. name: "Sitting",
  17869. image: {
  17870. source: "./media/characters/athea/sitting.svg",
  17871. extra: 621 / 581,
  17872. bottom: 0.075
  17873. }
  17874. },
  17875. maw: {
  17876. height: math.unit(7.59498031496063, "feet"),
  17877. name: "Maw",
  17878. image: {
  17879. source: "./media/characters/athea/maw.svg"
  17880. }
  17881. },
  17882. },
  17883. [
  17884. {
  17885. name: "Lap Cat",
  17886. height: math.unit(2.5, "feet")
  17887. },
  17888. {
  17889. name: "Minimacro",
  17890. height: math.unit(15, "feet"),
  17891. default: true
  17892. },
  17893. {
  17894. name: "Macro",
  17895. height: math.unit(120, "feet")
  17896. },
  17897. {
  17898. name: "Macro+",
  17899. height: math.unit(640, "feet")
  17900. },
  17901. {
  17902. name: "Colossus",
  17903. height: math.unit(2.2, "miles")
  17904. },
  17905. ]
  17906. ))
  17907. characterMakers.push(() => makeCharacter(
  17908. { name: "Seroko" },
  17909. {
  17910. front: {
  17911. height: math.unit(8 + 8 / 12, "feet"),
  17912. weight: math.unit(130, "kg"),
  17913. name: "Front",
  17914. image: {
  17915. source: "./media/characters/seroko/front.svg",
  17916. extra: 1385 / 1280,
  17917. bottom: 0.025
  17918. }
  17919. },
  17920. back: {
  17921. height: math.unit(8 + 8 / 12, "feet"),
  17922. weight: math.unit(130, "kg"),
  17923. name: "Back",
  17924. image: {
  17925. source: "./media/characters/seroko/back.svg",
  17926. extra: 1369 / 1238,
  17927. bottom: 0.018
  17928. }
  17929. },
  17930. frontDressed: {
  17931. height: math.unit(8 + 8 / 12, "feet"),
  17932. weight: math.unit(130, "kg"),
  17933. name: "Front (Dressed)",
  17934. image: {
  17935. source: "./media/characters/seroko/front-dressed.svg",
  17936. extra: 1366 / 1275,
  17937. bottom: 0.03
  17938. }
  17939. },
  17940. },
  17941. [
  17942. {
  17943. name: "Normal",
  17944. height: math.unit(8 + 8 / 12, "feet"),
  17945. default: true
  17946. },
  17947. ]
  17948. ))
  17949. characterMakers.push(() => makeCharacter(
  17950. { name: "Quatzi" },
  17951. {
  17952. front: {
  17953. height: math.unit(5.5, "feet"),
  17954. weight: math.unit(160, "lb"),
  17955. name: "Front",
  17956. image: {
  17957. source: "./media/characters/quatzi/front.svg",
  17958. extra: 2346 / 2242,
  17959. bottom: 0.015
  17960. }
  17961. },
  17962. },
  17963. [
  17964. {
  17965. name: "Normal",
  17966. height: math.unit(5.5, "feet"),
  17967. default: true
  17968. },
  17969. {
  17970. name: "Big",
  17971. height: math.unit(7.7, "feet")
  17972. },
  17973. ]
  17974. ))
  17975. characterMakers.push(() => makeCharacter(
  17976. { name: "Sen" },
  17977. {
  17978. front: {
  17979. height: math.unit(5 + 11 / 12, "feet"),
  17980. weight: math.unit(180, "lb"),
  17981. name: "Front",
  17982. image: {
  17983. source: "./media/characters/sen/front.svg",
  17984. extra: 1321 / 1254,
  17985. bottom: 0.015
  17986. }
  17987. },
  17988. side: {
  17989. height: math.unit(5 + 11 / 12, "feet"),
  17990. weight: math.unit(180, "lb"),
  17991. name: "Side",
  17992. image: {
  17993. source: "./media/characters/sen/side.svg",
  17994. extra: 1321 / 1254,
  17995. bottom: 0.007
  17996. }
  17997. },
  17998. back: {
  17999. height: math.unit(5 + 11 / 12, "feet"),
  18000. weight: math.unit(180, "lb"),
  18001. name: "Back",
  18002. image: {
  18003. source: "./media/characters/sen/back.svg",
  18004. extra: 1321 / 1254
  18005. }
  18006. },
  18007. },
  18008. [
  18009. {
  18010. name: "Normal",
  18011. height: math.unit(5 + 11 / 12, "feet"),
  18012. default: true
  18013. },
  18014. ]
  18015. ))
  18016. characterMakers.push(() => makeCharacter(
  18017. { name: "Fruity" },
  18018. {
  18019. front: {
  18020. height: math.unit(166.6, "cm"),
  18021. weight: math.unit(66.6, "kg"),
  18022. name: "Front",
  18023. image: {
  18024. source: "./media/characters/fruity/front.svg",
  18025. extra: 1510 / 1386,
  18026. bottom: 0.04
  18027. }
  18028. },
  18029. back: {
  18030. height: math.unit(166.6, "cm"),
  18031. weight: math.unit(66.6, "lb"),
  18032. name: "Back",
  18033. image: {
  18034. source: "./media/characters/fruity/back.svg",
  18035. extra: 1563 / 1435,
  18036. bottom: 0.005
  18037. }
  18038. },
  18039. },
  18040. [
  18041. {
  18042. name: "Normal",
  18043. height: math.unit(166.6, "cm"),
  18044. default: true
  18045. },
  18046. {
  18047. name: "Demonic",
  18048. height: math.unit(166.6, "feet")
  18049. },
  18050. ]
  18051. ))
  18052. characterMakers.push(() => makeCharacter(
  18053. { name: "Zost" },
  18054. {
  18055. side: {
  18056. height: math.unit(10, "feet"),
  18057. weight: math.unit(500, "lb"),
  18058. name: "Side",
  18059. image: {
  18060. source: "./media/characters/zost/side.svg",
  18061. extra: 966 / 880,
  18062. bottom: 0.075
  18063. }
  18064. },
  18065. mawFront: {
  18066. height: math.unit(1.08, "meters"),
  18067. name: "Maw (Front)",
  18068. image: {
  18069. source: "./media/characters/zost/maw-front.svg"
  18070. }
  18071. },
  18072. mawSide: {
  18073. height: math.unit(2.66, "feet"),
  18074. name: "Maw (Side)",
  18075. image: {
  18076. source: "./media/characters/zost/maw-side.svg"
  18077. }
  18078. },
  18079. },
  18080. [
  18081. {
  18082. name: "Normal",
  18083. height: math.unit(10, "feet"),
  18084. default: true
  18085. },
  18086. ]
  18087. ))
  18088. characterMakers.push(() => makeCharacter(
  18089. { name: "Luci" },
  18090. {
  18091. front: {
  18092. height: math.unit(5 + 4 / 12, "feet"),
  18093. weight: math.unit(120, "lb"),
  18094. name: "Front",
  18095. image: {
  18096. source: "./media/characters/luci/front.svg",
  18097. extra: 1985 / 1884,
  18098. bottom: 0.04
  18099. }
  18100. },
  18101. back: {
  18102. height: math.unit(5 + 4 / 12, "feet"),
  18103. weight: math.unit(120, "lb"),
  18104. name: "Back",
  18105. image: {
  18106. source: "./media/characters/luci/back.svg",
  18107. extra: 1892 / 1791,
  18108. bottom: 0.002
  18109. }
  18110. },
  18111. },
  18112. [
  18113. {
  18114. name: "Normal",
  18115. height: math.unit(5 + 4 / 12, "feet"),
  18116. default: true
  18117. },
  18118. ]
  18119. ))
  18120. characterMakers.push(() => makeCharacter(
  18121. { name: "2th" },
  18122. {
  18123. front: {
  18124. height: math.unit(1500, "feet"),
  18125. weight: math.unit(3.8e6, "tons"),
  18126. name: "Front",
  18127. image: {
  18128. source: "./media/characters/2th/front.svg",
  18129. extra: 3489 / 3350,
  18130. bottom: 0.1
  18131. }
  18132. },
  18133. foot: {
  18134. height: math.unit(461, "feet"),
  18135. name: "Foot",
  18136. image: {
  18137. source: "./media/characters/2th/foot.svg"
  18138. }
  18139. },
  18140. },
  18141. [
  18142. {
  18143. name: "\"Micro\"",
  18144. height: math.unit(15 + 7 / 12, "feet")
  18145. },
  18146. {
  18147. name: "Normal",
  18148. height: math.unit(1500, "feet"),
  18149. default: true
  18150. },
  18151. {
  18152. name: "Macro",
  18153. height: math.unit(5000, "feet")
  18154. },
  18155. {
  18156. name: "Megamacro",
  18157. height: math.unit(15, "miles")
  18158. },
  18159. {
  18160. name: "Gigamacro",
  18161. height: math.unit(4000, "miles")
  18162. },
  18163. {
  18164. name: "Galactic",
  18165. height: math.unit(50, "AU")
  18166. },
  18167. ]
  18168. ))
  18169. characterMakers.push(() => makeCharacter(
  18170. { name: "Amethyst" },
  18171. {
  18172. front: {
  18173. height: math.unit(5 + 6 / 12, "feet"),
  18174. weight: math.unit(220, "lb"),
  18175. name: "Front",
  18176. image: {
  18177. source: "./media/characters/amethyst/front.svg",
  18178. extra: 2078 / 2040,
  18179. bottom: 0.045
  18180. }
  18181. },
  18182. back: {
  18183. height: math.unit(5 + 6 / 12, "feet"),
  18184. weight: math.unit(220, "lb"),
  18185. name: "Back",
  18186. image: {
  18187. source: "./media/characters/amethyst/back.svg",
  18188. extra: 2021 / 1989,
  18189. bottom: 0.02
  18190. }
  18191. },
  18192. },
  18193. [
  18194. {
  18195. name: "Normal",
  18196. height: math.unit(5 + 6 / 12, "feet"),
  18197. default: true
  18198. },
  18199. ]
  18200. ))
  18201. characterMakers.push(() => makeCharacter(
  18202. { name: "Yumi Akiyama" },
  18203. {
  18204. front: {
  18205. height: math.unit(4 + 11 / 12, "feet"),
  18206. weight: math.unit(120, "lb"),
  18207. name: "Front",
  18208. image: {
  18209. source: "./media/characters/yumi-akiyama/front.svg",
  18210. extra: 1327 / 1235,
  18211. bottom: 0.02
  18212. }
  18213. },
  18214. back: {
  18215. height: math.unit(4 + 11 / 12, "feet"),
  18216. weight: math.unit(120, "lb"),
  18217. name: "Back",
  18218. image: {
  18219. source: "./media/characters/yumi-akiyama/back.svg",
  18220. extra: 1287 / 1245,
  18221. bottom: 0.002
  18222. }
  18223. },
  18224. },
  18225. [
  18226. {
  18227. name: "Galactic",
  18228. height: math.unit(50, "galaxies"),
  18229. default: true
  18230. },
  18231. {
  18232. name: "Universal",
  18233. height: math.unit(100, "universes")
  18234. },
  18235. ]
  18236. ))
  18237. characterMakers.push(() => makeCharacter(
  18238. { name: "Rifter Yrmori" },
  18239. {
  18240. front: {
  18241. height: math.unit(8, "feet"),
  18242. weight: math.unit(500, "lb"),
  18243. name: "Front",
  18244. image: {
  18245. source: "./media/characters/rifter-yrmori/front.svg",
  18246. extra: 1180 / 1125,
  18247. bottom: 0.02
  18248. }
  18249. },
  18250. back: {
  18251. height: math.unit(8, "feet"),
  18252. weight: math.unit(500, "lb"),
  18253. name: "Back",
  18254. image: {
  18255. source: "./media/characters/rifter-yrmori/back.svg",
  18256. extra: 1190 / 1145,
  18257. bottom: 0.001
  18258. }
  18259. },
  18260. wings: {
  18261. height: math.unit(7.75, "feet"),
  18262. weight: math.unit(500, "lb"),
  18263. name: "Wings",
  18264. image: {
  18265. source: "./media/characters/rifter-yrmori/wings.svg",
  18266. extra: 1357 / 1285
  18267. }
  18268. },
  18269. maw: {
  18270. height: math.unit(0.8, "feet"),
  18271. name: "Maw",
  18272. image: {
  18273. source: "./media/characters/rifter-yrmori/maw.svg"
  18274. }
  18275. },
  18276. },
  18277. [
  18278. {
  18279. name: "Normal",
  18280. height: math.unit(8, "feet"),
  18281. default: true
  18282. },
  18283. {
  18284. name: "Macro",
  18285. height: math.unit(42, "meters")
  18286. },
  18287. ]
  18288. ))
  18289. characterMakers.push(() => makeCharacter(
  18290. { name: "Tahajin" },
  18291. {
  18292. were: {
  18293. height: math.unit(25 + 6 / 12, "feet"),
  18294. weight: math.unit(10000, "lb"),
  18295. name: "Were",
  18296. image: {
  18297. source: "./media/characters/tahajin/were.svg",
  18298. extra: 801 / 770,
  18299. bottom: 0.042
  18300. }
  18301. },
  18302. aquatic: {
  18303. height: math.unit(6 + 4 / 12, "feet"),
  18304. weight: math.unit(160, "lb"),
  18305. name: "Aquatic",
  18306. image: {
  18307. source: "./media/characters/tahajin/aquatic.svg",
  18308. extra: 572 / 542,
  18309. bottom: 0.04
  18310. }
  18311. },
  18312. chow: {
  18313. height: math.unit(8 + 11 / 12, "feet"),
  18314. weight: math.unit(450, "lb"),
  18315. name: "Chow",
  18316. image: {
  18317. source: "./media/characters/tahajin/chow.svg",
  18318. extra: 660 / 640,
  18319. bottom: 0.015
  18320. }
  18321. },
  18322. demiNaga: {
  18323. height: math.unit(6 + 8 / 12, "feet"),
  18324. weight: math.unit(300, "lb"),
  18325. name: "Demi Naga",
  18326. image: {
  18327. source: "./media/characters/tahajin/demi-naga.svg",
  18328. extra: 643 / 615,
  18329. bottom: 0.1
  18330. }
  18331. },
  18332. data: {
  18333. height: math.unit(5, "inches"),
  18334. weight: math.unit(0.1, "lb"),
  18335. name: "Data",
  18336. image: {
  18337. source: "./media/characters/tahajin/data.svg"
  18338. }
  18339. },
  18340. fluu: {
  18341. height: math.unit(5 + 7 / 12, "feet"),
  18342. weight: math.unit(140, "lb"),
  18343. name: "Fluu",
  18344. image: {
  18345. source: "./media/characters/tahajin/fluu.svg",
  18346. extra: 628 / 592,
  18347. bottom: 0.02
  18348. }
  18349. },
  18350. starWarrior: {
  18351. height: math.unit(4 + 5 / 12, "feet"),
  18352. weight: math.unit(50, "lb"),
  18353. name: "Star Warrior",
  18354. image: {
  18355. source: "./media/characters/tahajin/star-warrior.svg"
  18356. }
  18357. },
  18358. },
  18359. [
  18360. {
  18361. name: "Normal",
  18362. height: math.unit(25 + 6 / 12, "feet"),
  18363. default: true
  18364. },
  18365. ]
  18366. ))
  18367. characterMakers.push(() => makeCharacter(
  18368. { name: "Gabira" },
  18369. {
  18370. front: {
  18371. height: math.unit(8, "feet"),
  18372. weight: math.unit(350, "lb"),
  18373. name: "Front",
  18374. image: {
  18375. source: "./media/characters/gabira/front.svg",
  18376. extra: 608 / 580,
  18377. bottom: 0.03
  18378. }
  18379. },
  18380. back: {
  18381. height: math.unit(8, "feet"),
  18382. weight: math.unit(350, "lb"),
  18383. name: "Back",
  18384. image: {
  18385. source: "./media/characters/gabira/back.svg",
  18386. extra: 608 / 580,
  18387. bottom: 0.03
  18388. }
  18389. },
  18390. },
  18391. [
  18392. {
  18393. name: "Normal",
  18394. height: math.unit(8, "feet"),
  18395. default: true
  18396. },
  18397. ]
  18398. ))
  18399. characterMakers.push(() => makeCharacter(
  18400. { name: "Sasha Katraine" },
  18401. {
  18402. front: {
  18403. height: math.unit(5 + 3 / 12, "feet"),
  18404. weight: math.unit(137, "lb"),
  18405. name: "Front",
  18406. image: {
  18407. source: "./media/characters/sasha-katraine/front.svg",
  18408. bottom: 0.045
  18409. }
  18410. },
  18411. },
  18412. [
  18413. {
  18414. name: "Micro",
  18415. height: math.unit(5, "inches")
  18416. },
  18417. {
  18418. name: "Normal",
  18419. height: math.unit(5 + 3 / 12, "feet"),
  18420. default: true
  18421. },
  18422. ]
  18423. ))
  18424. characterMakers.push(() => makeCharacter(
  18425. { name: "Der" },
  18426. {
  18427. side: {
  18428. height: math.unit(4, "inches"),
  18429. weight: math.unit(200, "grams"),
  18430. name: "Side",
  18431. image: {
  18432. source: "./media/characters/der/side.svg",
  18433. extra: 719 / 400,
  18434. bottom: 30.6 / 749.9187
  18435. }
  18436. },
  18437. },
  18438. [
  18439. {
  18440. name: "Micro",
  18441. height: math.unit(4, "inches"),
  18442. default: true
  18443. },
  18444. ]
  18445. ))
  18446. characterMakers.push(() => makeCharacter(
  18447. { name: "Fixerdragon" },
  18448. {
  18449. side: {
  18450. height: math.unit(30, "meters"),
  18451. weight: math.unit(700, "tonnes"),
  18452. name: "Side",
  18453. image: {
  18454. source: "./media/characters/fixerdragon/side.svg",
  18455. extra: (1293.0514-116.03)/1106.86,
  18456. bottom: 116.03/1293.0514
  18457. }
  18458. },
  18459. },
  18460. [
  18461. {
  18462. name: "Planck",
  18463. height: math.unit(1.6e-35, "meters")
  18464. },
  18465. {
  18466. name: "Micro",
  18467. height: math.unit(0.4, "meters")
  18468. },
  18469. {
  18470. name: "Normal",
  18471. height: math.unit(30, "meters"),
  18472. default: true
  18473. },
  18474. {
  18475. name: "Megamacro",
  18476. height: math.unit(1.2, "megameters")
  18477. },
  18478. {
  18479. name: "Teramacro",
  18480. height: math.unit(130, "terameters")
  18481. },
  18482. {
  18483. name: "Yottamacro",
  18484. height: math.unit(6200, "yottameters")
  18485. },
  18486. ]
  18487. ));
  18488. characterMakers.push(() => makeCharacter(
  18489. { name: "Kite" },
  18490. {
  18491. front: {
  18492. height: math.unit(8, "feet"),
  18493. weight: math.unit(250, "lb"),
  18494. name: "Front",
  18495. image: {
  18496. source: "./media/characters/kite/front.svg",
  18497. extra: 2796/2659,
  18498. bottom: 0.002
  18499. }
  18500. },
  18501. },
  18502. [
  18503. {
  18504. name: "Normal",
  18505. height: math.unit(8, "feet"),
  18506. default: true
  18507. },
  18508. {
  18509. name: "Macro",
  18510. height: math.unit(360, "feet")
  18511. },
  18512. {
  18513. name: "Megamacro",
  18514. height: math.unit(1500, "feet")
  18515. },
  18516. ]
  18517. ))
  18518. characterMakers.push(() => makeCharacter(
  18519. { name: "Poojawa Vynar" },
  18520. {
  18521. front: {
  18522. height: math.unit(5 + 10/12, "feet"),
  18523. weight: math.unit(150, "lb"),
  18524. name: "Front",
  18525. image: {
  18526. source: "./media/characters/poojawa-vynar/front.svg",
  18527. extra: (1506.1547-55) / 1356.6,
  18528. bottom: 55/1506.1547
  18529. }
  18530. },
  18531. frontTailless: {
  18532. height: math.unit(5 + 10/12, "feet"),
  18533. weight: math.unit(150, "lb"),
  18534. name: "Front (Tailless)",
  18535. image: {
  18536. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18537. extra: (1506.1547-55) / 1356.6,
  18538. bottom: 55/1506.1547
  18539. }
  18540. },
  18541. },
  18542. [
  18543. {
  18544. name: "Normal",
  18545. height: math.unit(5 + 10/12, "feet"),
  18546. default: true
  18547. },
  18548. ]
  18549. ))
  18550. characterMakers.push(() => makeCharacter(
  18551. { name: "Violette" },
  18552. {
  18553. front: {
  18554. height: math.unit(293, "meters"),
  18555. weight: math.unit(70400, "tons"),
  18556. name: "Front",
  18557. image: {
  18558. source: "./media/characters/violette/front.svg",
  18559. extra: 1227/1180,
  18560. bottom: 0.005
  18561. }
  18562. },
  18563. back: {
  18564. height: math.unit(293, "meters"),
  18565. weight: math.unit(70400, "tons"),
  18566. name: "Back",
  18567. image: {
  18568. source: "./media/characters/violette/back.svg",
  18569. extra: 1227/1180,
  18570. bottom: 0.005
  18571. }
  18572. },
  18573. },
  18574. [
  18575. {
  18576. name: "Macro",
  18577. height: math.unit(293, "meters"),
  18578. default: true
  18579. },
  18580. ]
  18581. ))
  18582. characterMakers.push(() => makeCharacter(
  18583. { name: "Alessandra" },
  18584. {
  18585. front: {
  18586. height: math.unit(1050, "feet"),
  18587. weight: math.unit(200000, "tons"),
  18588. name: "Front",
  18589. image: {
  18590. source: "./media/characters/alessandra/front.svg",
  18591. extra: 960/912,
  18592. bottom: 0.06
  18593. }
  18594. },
  18595. },
  18596. [
  18597. {
  18598. name: "Macro",
  18599. height: math.unit(1050, "feet")
  18600. },
  18601. {
  18602. name: "Macro+",
  18603. height: math.unit(900, "meters"),
  18604. default: true
  18605. },
  18606. ]
  18607. ))
  18608. characterMakers.push(() => makeCharacter(
  18609. { name: "Person", species: "Catdragon" },
  18610. {
  18611. front: {
  18612. height: math.unit(5, "feet"),
  18613. weight: math.unit(187, "lb"),
  18614. name: "Front",
  18615. image: {
  18616. source: "./media/characters/person/front.svg",
  18617. extra: 3087/2945,
  18618. bottom: 91/3181
  18619. }
  18620. },
  18621. },
  18622. [
  18623. {
  18624. name: "Micro",
  18625. height: math.unit(3, "inches")
  18626. },
  18627. {
  18628. name: "Normal",
  18629. height: math.unit(5, "feet"),
  18630. default: true
  18631. },
  18632. {
  18633. name: "Macro",
  18634. height: math.unit(90, "feet")
  18635. },
  18636. {
  18637. name: "Max Size",
  18638. height: math.unit(280, "feet")
  18639. },
  18640. ]
  18641. ))
  18642. characterMakers.push(() => makeCharacter(
  18643. { name: "Ty" },
  18644. {
  18645. front: {
  18646. height: math.unit(4.5, "meters"),
  18647. weight: math.unit(3200, "lb"),
  18648. name: "Front",
  18649. image: {
  18650. source: "./media/characters/ty/front.svg",
  18651. extra: 1038/960,
  18652. bottom: 31.156/1068
  18653. }
  18654. },
  18655. back: {
  18656. height: math.unit(4.5, "meters"),
  18657. weight: math.unit(3200, "lb"),
  18658. name: "Back",
  18659. image: {
  18660. source: "./media/characters/ty/back.svg",
  18661. extra: 1044/966,
  18662. bottom: 7.48/1049
  18663. }
  18664. },
  18665. },
  18666. [
  18667. {
  18668. name: "Normal",
  18669. height: math.unit(4.5, "meters"),
  18670. default: true
  18671. },
  18672. ]
  18673. ))
  18674. characterMakers.push(() => makeCharacter(
  18675. { name: "Rocky" },
  18676. {
  18677. front: {
  18678. height: math.unit(5 + 4/12, "feet"),
  18679. weight: math.unit(115, "lb"),
  18680. name: "Front",
  18681. image: {
  18682. source: "./media/characters/rocky/front.svg",
  18683. extra: 1012/975,
  18684. bottom: 54/1066
  18685. }
  18686. },
  18687. },
  18688. [
  18689. {
  18690. name: "Normal",
  18691. height: math.unit(5 + 4/12, "feet"),
  18692. default: true
  18693. },
  18694. ]
  18695. ))
  18696. characterMakers.push(() => makeCharacter(
  18697. { name: "Ruin" },
  18698. {
  18699. upright: {
  18700. height: math.unit(6, "meters"),
  18701. weight: math.unit(4000, "kg"),
  18702. name: "Upright",
  18703. image: {
  18704. source: "./media/characters/ruin/upright.svg",
  18705. extra: 668/661,
  18706. bottom: 42/799.8396
  18707. }
  18708. },
  18709. },
  18710. [
  18711. {
  18712. name: "Normal",
  18713. height: math.unit(6, "meters")
  18714. },
  18715. ]
  18716. ))
  18717. characterMakers.push(() => makeCharacter(
  18718. { name: "Robin" },
  18719. {
  18720. front: {
  18721. height: math.unit(5, "feet"),
  18722. weight: math.unit(106, "lb"),
  18723. name: "Front",
  18724. image: {
  18725. source: "./media/characters/robin/front.svg",
  18726. extra: 862/799,
  18727. bottom: 42.4/914.8856
  18728. }
  18729. },
  18730. },
  18731. [
  18732. {
  18733. name: "Normal",
  18734. height: math.unit(5, "feet"),
  18735. default: true
  18736. },
  18737. ]
  18738. ))
  18739. characterMakers.push(() => makeCharacter(
  18740. { name: "Saian" },
  18741. {
  18742. side: {
  18743. height: math.unit(3, "feet"),
  18744. weight: math.unit(225, "lb"),
  18745. name: "Side",
  18746. image: {
  18747. source: "./media/characters/saian/side.svg",
  18748. extra: 566/356,
  18749. bottom: 79.7/643
  18750. }
  18751. },
  18752. maw: {
  18753. height: math.unit(2.85, "feet"),
  18754. name: "Maw",
  18755. image: {
  18756. source: "./media/characters/saian/maw.svg"
  18757. }
  18758. },
  18759. },
  18760. [
  18761. {
  18762. name: "Normal",
  18763. height: math.unit(3, "feet"),
  18764. default: true
  18765. },
  18766. ]
  18767. ))
  18768. characterMakers.push(() => makeCharacter(
  18769. { name: "Equus Silvermane" },
  18770. {
  18771. side: {
  18772. height: math.unit(8, "feet"),
  18773. weight: math.unit(300, "lb"),
  18774. name: "Side",
  18775. image: {
  18776. source: "./media/characters/equus-silvermane/side.svg",
  18777. extra: 2176/2050,
  18778. bottom: 65.7/2245
  18779. }
  18780. },
  18781. front: {
  18782. height: math.unit(8, "feet"),
  18783. weight: math.unit(300, "lb"),
  18784. name: "Front",
  18785. image: {
  18786. source: "./media/characters/equus-silvermane/front.svg",
  18787. extra: 4633/4400,
  18788. bottom: 71.3/4706.915
  18789. }
  18790. },
  18791. sideStepping: {
  18792. height: math.unit(8, "feet"),
  18793. weight: math.unit(300, "lb"),
  18794. name: "Side (Stepping)",
  18795. image: {
  18796. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18797. extra: 1968/1860,
  18798. bottom: 16.4/1989
  18799. }
  18800. },
  18801. },
  18802. [
  18803. {
  18804. name: "Normal",
  18805. height: math.unit(8, "feet")
  18806. },
  18807. {
  18808. name: "Minimacro",
  18809. height: math.unit(75, "feet"),
  18810. default: true
  18811. },
  18812. {
  18813. name: "Macro",
  18814. height: math.unit(150, "feet")
  18815. },
  18816. {
  18817. name: "Macro+",
  18818. height: math.unit(1000, "feet")
  18819. },
  18820. {
  18821. name: "Megamacro",
  18822. height: math.unit(1, "mile")
  18823. },
  18824. ]
  18825. ))
  18826. characterMakers.push(() => makeCharacter(
  18827. { name: "Windar" },
  18828. {
  18829. side: {
  18830. height: math.unit(20, "feet"),
  18831. weight: math.unit(30000, "kg"),
  18832. name: "Side",
  18833. image: {
  18834. source: "./media/characters/windar/side.svg",
  18835. extra: 1491/1248,
  18836. bottom: 82.56/1568
  18837. }
  18838. },
  18839. },
  18840. [
  18841. {
  18842. name: "Normal",
  18843. height: math.unit(20, "feet"),
  18844. default: true
  18845. },
  18846. ]
  18847. ))
  18848. characterMakers.push(() => makeCharacter(
  18849. { name: "Melody" },
  18850. {
  18851. side: {
  18852. height: math.unit(15.66, "feet"),
  18853. weight: math.unit(150, "lb"),
  18854. name: "Side",
  18855. image: {
  18856. source: "./media/characters/melody/side.svg",
  18857. extra: 1097/944,
  18858. bottom: 11.8/1109
  18859. }
  18860. },
  18861. sideOutfit: {
  18862. height: math.unit(15.66, "feet"),
  18863. weight: math.unit(150, "lb"),
  18864. name: "Side (Outfit)",
  18865. image: {
  18866. source: "./media/characters/melody/side-outfit.svg",
  18867. extra: 1097/944,
  18868. bottom: 11.8/1109
  18869. }
  18870. },
  18871. },
  18872. [
  18873. {
  18874. name: "Normal",
  18875. height: math.unit(15.66, "feet"),
  18876. default: true
  18877. },
  18878. ]
  18879. ))
  18880. characterMakers.push(() => makeCharacter(
  18881. { name: "Windera" },
  18882. {
  18883. front: {
  18884. height: math.unit(8, "feet"),
  18885. weight: math.unit(325, "lb"),
  18886. name: "Front",
  18887. image: {
  18888. source: "./media/characters/windera/front.svg",
  18889. extra: 3180/2845,
  18890. bottom: 178/3365
  18891. }
  18892. },
  18893. },
  18894. [
  18895. {
  18896. name: "Normal",
  18897. height: math.unit(8, "feet"),
  18898. default: true
  18899. },
  18900. ]
  18901. ))
  18902. characterMakers.push(() => makeCharacter(
  18903. { name: "Sonear" },
  18904. {
  18905. front: {
  18906. height: math.unit(28.75, "feet"),
  18907. weight: math.unit(2000, "kg"),
  18908. name: "Front",
  18909. image: {
  18910. source: "./media/characters/sonear/front.svg",
  18911. extra: 1041.1/964.9,
  18912. bottom: 53.7/1096.6
  18913. }
  18914. },
  18915. },
  18916. [
  18917. {
  18918. name: "Normal",
  18919. height: math.unit(28.75, "feet"),
  18920. default: true
  18921. },
  18922. ]
  18923. ))
  18924. characterMakers.push(() => makeCharacter(
  18925. { name: "Kanara" },
  18926. {
  18927. side: {
  18928. height: math.unit(25.5, "feet"),
  18929. weight: math.unit(23000, "kg"),
  18930. name: "Side",
  18931. image: {
  18932. source: "./media/characters/kanara/side.svg"
  18933. }
  18934. },
  18935. },
  18936. [
  18937. {
  18938. name: "Normal",
  18939. height: math.unit(25.5, "feet"),
  18940. default: true
  18941. },
  18942. ]
  18943. ))
  18944. characterMakers.push(() => makeCharacter(
  18945. { name: "Ereus" },
  18946. {
  18947. side: {
  18948. height: math.unit(10, "feet"),
  18949. weight: math.unit(1000, "kg"),
  18950. name: "Side",
  18951. image: {
  18952. source: "./media/characters/ereus/side.svg",
  18953. extra: 1157/959,
  18954. bottom: 153/1312.5
  18955. }
  18956. },
  18957. },
  18958. [
  18959. {
  18960. name: "Normal",
  18961. height: math.unit(10, "feet"),
  18962. default: true
  18963. },
  18964. ]
  18965. ))
  18966. characterMakers.push(() => makeCharacter(
  18967. { name: "E-ter" },
  18968. {
  18969. side: {
  18970. height: math.unit(4.5, "feet"),
  18971. weight: math.unit(500, "lb"),
  18972. name: "Side",
  18973. image: {
  18974. source: "./media/characters/e-ter/side.svg",
  18975. extra: 1550/1248,
  18976. bottom: 146/1694
  18977. }
  18978. },
  18979. },
  18980. [
  18981. {
  18982. name: "Normal",
  18983. height: math.unit(4.5, "feet"),
  18984. default: true
  18985. },
  18986. ]
  18987. ))
  18988. characterMakers.push(() => makeCharacter(
  18989. { name: "Yamie" },
  18990. {
  18991. side: {
  18992. height: math.unit(9.7, "feet"),
  18993. weight: math.unit(4000, "kg"),
  18994. name: "Side",
  18995. image: {
  18996. source: "./media/characters/yamie/side.svg"
  18997. }
  18998. },
  18999. },
  19000. [
  19001. {
  19002. name: "Normal",
  19003. height: math.unit(9.7, "feet"),
  19004. default: true
  19005. },
  19006. ]
  19007. ))
  19008. characterMakers.push(() => makeCharacter(
  19009. { name: "Anders" },
  19010. {
  19011. front: {
  19012. height: math.unit(50, "feet"),
  19013. weight: math.unit(50000, "kg"),
  19014. name: "Front",
  19015. image: {
  19016. source: "./media/characters/anders/front.svg",
  19017. extra: 570/539,
  19018. bottom: 14.7/586.7
  19019. }
  19020. },
  19021. },
  19022. [
  19023. {
  19024. name: "Large",
  19025. height: math.unit(50, "feet")
  19026. },
  19027. {
  19028. name: "Macro",
  19029. height: math.unit(2000, "feet"),
  19030. default: true
  19031. },
  19032. {
  19033. name: "Megamacro",
  19034. height: math.unit(12, "miles")
  19035. },
  19036. ]
  19037. ))
  19038. characterMakers.push(() => makeCharacter(
  19039. { name: "Reban" },
  19040. {
  19041. front: {
  19042. height: math.unit(7 + 2/12, "feet"),
  19043. weight: math.unit(300, "lb"),
  19044. name: "Front",
  19045. image: {
  19046. source: "./media/characters/reban/front.svg",
  19047. extra: 516/487,
  19048. bottom: 42.82/558.356
  19049. }
  19050. },
  19051. dick: {
  19052. height: math.unit(7/5, "feet"),
  19053. name: "Dick",
  19054. image: {
  19055. source: "./media/characters/reban/dick.svg"
  19056. }
  19057. },
  19058. },
  19059. [
  19060. {
  19061. name: "Natural Height",
  19062. height: math.unit(7 + 2/12, "feet")
  19063. },
  19064. {
  19065. name: "Macro",
  19066. height: math.unit(500, "feet"),
  19067. default: true
  19068. },
  19069. {
  19070. name: "Canon Height",
  19071. height: math.unit(50, "AU")
  19072. },
  19073. ]
  19074. ))
  19075. characterMakers.push(() => makeCharacter(
  19076. { name: "Terrance Keayes" },
  19077. {
  19078. front: {
  19079. height: math.unit(6, "feet"),
  19080. weight: math.unit(150, "lb"),
  19081. name: "Front",
  19082. image: {
  19083. source: "./media/characters/terrance-keayes/front.svg",
  19084. extra: 1.005,
  19085. bottom: 151/1615
  19086. }
  19087. },
  19088. side: {
  19089. height: math.unit(6, "feet"),
  19090. weight: math.unit(150, "lb"),
  19091. name: "Side",
  19092. image: {
  19093. source: "./media/characters/terrance-keayes/side.svg",
  19094. extra: 1.005,
  19095. bottom: 129.4/1544
  19096. }
  19097. },
  19098. back: {
  19099. height: math.unit(6, "feet"),
  19100. weight: math.unit(150, "lb"),
  19101. name: "Back",
  19102. image: {
  19103. source: "./media/characters/terrance-keayes/back.svg",
  19104. extra: 1.005,
  19105. bottom: 58.4/1557.3
  19106. }
  19107. },
  19108. dick: {
  19109. height: math.unit(6*0.208, "feet"),
  19110. name: "Dick",
  19111. image: {
  19112. source: "./media/characters/terrance-keayes/dick.svg"
  19113. }
  19114. },
  19115. },
  19116. [
  19117. {
  19118. name: "Canon Height",
  19119. height: math.unit(35, "miles"),
  19120. default: true
  19121. },
  19122. ]
  19123. ))
  19124. characterMakers.push(() => makeCharacter(
  19125. { name: "Ofelia" },
  19126. {
  19127. front: {
  19128. height: math.unit(6, "feet"),
  19129. weight: math.unit(150, "lb"),
  19130. name: "Front",
  19131. image: {
  19132. source: "./media/characters/ofelia/front.svg",
  19133. extra: 546/541,
  19134. bottom: 39/583
  19135. }
  19136. },
  19137. back: {
  19138. height: math.unit(6, "feet"),
  19139. weight: math.unit(150, "lb"),
  19140. name: "Back",
  19141. image: {
  19142. source: "./media/characters/ofelia/back.svg",
  19143. extra: 564/559.5,
  19144. bottom: 8.69/573.02
  19145. }
  19146. },
  19147. maw: {
  19148. height: math.unit(1, "feet"),
  19149. name: "Maw",
  19150. image: {
  19151. source: "./media/characters/ofelia/maw.svg"
  19152. }
  19153. },
  19154. foot: {
  19155. height: math.unit(1.949, "feet"),
  19156. name: "Foot",
  19157. image: {
  19158. source: "./media/characters/ofelia/foot.svg"
  19159. }
  19160. },
  19161. },
  19162. [
  19163. {
  19164. name: "Canon Height",
  19165. height: math.unit(2000, "miles"),
  19166. default: true
  19167. },
  19168. ]
  19169. ))
  19170. characterMakers.push(() => makeCharacter(
  19171. { name: "Samuel" },
  19172. {
  19173. front: {
  19174. height: math.unit(6, "feet"),
  19175. weight: math.unit(150, "lb"),
  19176. name: "Front",
  19177. image: {
  19178. source: "./media/characters/samuel/front.svg",
  19179. extra: 265/258,
  19180. bottom: 2/266.1566
  19181. }
  19182. },
  19183. },
  19184. [
  19185. {
  19186. name: "Macro",
  19187. height: math.unit(100, "feet"),
  19188. default: true
  19189. },
  19190. {
  19191. name: "Full Size",
  19192. height: math.unit(1000, "miles")
  19193. },
  19194. ]
  19195. ))
  19196. characterMakers.push(() => makeCharacter(
  19197. { name: "Beishir Kiel" },
  19198. {
  19199. front: {
  19200. height: math.unit(6, "feet"),
  19201. weight: math.unit(300, "lb"),
  19202. name: "Front",
  19203. image: {
  19204. source: "./media/characters/beishir-kiel/front.svg",
  19205. extra: 569/547,
  19206. bottom: 41.9/609
  19207. }
  19208. },
  19209. maw: {
  19210. height: math.unit(6*0.202, "feet"),
  19211. name: "Maw",
  19212. image: {
  19213. source: "./media/characters/beishir-kiel/maw.svg"
  19214. }
  19215. },
  19216. },
  19217. [
  19218. {
  19219. name: "Macro",
  19220. height: math.unit(300, "feet"),
  19221. default: true
  19222. },
  19223. ]
  19224. ))
  19225. characterMakers.push(() => makeCharacter(
  19226. { name: "Logan Grey" },
  19227. {
  19228. front: {
  19229. height: math.unit(5 + 8/12, "feet"),
  19230. weight: math.unit(120, "lb"),
  19231. name: "Front",
  19232. image: {
  19233. source: "./media/characters/logan-grey/front.svg",
  19234. extra: 2539/2393,
  19235. bottom: 97.6/2636.37
  19236. }
  19237. },
  19238. frontAlt: {
  19239. height: math.unit(5 + 8/12, "feet"),
  19240. weight: math.unit(120, "lb"),
  19241. name: "Front (Alt)",
  19242. image: {
  19243. source: "./media/characters/logan-grey/front-alt.svg",
  19244. extra: 958/893,
  19245. bottom: 15/970.768
  19246. }
  19247. },
  19248. back: {
  19249. height: math.unit(5 + 8/12, "feet"),
  19250. weight: math.unit(120, "lb"),
  19251. name: "Back",
  19252. image: {
  19253. source: "./media/characters/logan-grey/back.svg",
  19254. extra: 958/893,
  19255. bottom: 2.1881/970.9788
  19256. }
  19257. },
  19258. dick: {
  19259. height: math.unit(1.437, "feet"),
  19260. name: "Dick",
  19261. image: {
  19262. source: "./media/characters/logan-grey/dick.svg"
  19263. }
  19264. },
  19265. },
  19266. [
  19267. {
  19268. name: "Normal",
  19269. height: math.unit(5 + 8/12, "feet")
  19270. },
  19271. {
  19272. name: "The 500 Foot Femboy",
  19273. height: math.unit(500, "feet"),
  19274. default: true
  19275. },
  19276. {
  19277. name: "Megmacro",
  19278. height: math.unit(20, "miles")
  19279. },
  19280. ]
  19281. ))
  19282. characterMakers.push(() => makeCharacter(
  19283. { name: "Draganta" },
  19284. {
  19285. front: {
  19286. height: math.unit(8 + 2/12, "feet"),
  19287. weight: math.unit(275, "lb"),
  19288. name: "Front",
  19289. image: {
  19290. source: "./media/characters/draganta/front.svg",
  19291. extra: 1177/1135,
  19292. bottom: 33.46/1212.1
  19293. }
  19294. },
  19295. },
  19296. [
  19297. {
  19298. name: "Normal",
  19299. height: math.unit(8 + 6/12, "feet"),
  19300. default: true
  19301. },
  19302. {
  19303. name: "Macro",
  19304. height: math.unit(150, "feet")
  19305. },
  19306. {
  19307. name: "Megamacro",
  19308. height: math.unit(1000, "miles")
  19309. },
  19310. ]
  19311. ))
  19312. characterMakers.push(() => makeCharacter(
  19313. { name: "Voski", species: "Corvid" },
  19314. {
  19315. front: {
  19316. height: math.unit(1.72, "m"),
  19317. weight: math.unit(80, "lb"),
  19318. name: "Front",
  19319. image: {
  19320. source: "./media/characters/voski/front.svg",
  19321. extra: 2076.22/2022.4,
  19322. bottom: 102.7/2177.3866
  19323. }
  19324. },
  19325. back: {
  19326. height: math.unit(1.72, "m"),
  19327. weight: math.unit(80, "lb"),
  19328. name: "Back",
  19329. image: {
  19330. source: "./media/characters/voski/back.svg",
  19331. extra: 2104/2051,
  19332. bottom: 10.45/2113.63
  19333. }
  19334. },
  19335. },
  19336. [
  19337. {
  19338. name: "Normal",
  19339. height: math.unit(1.72, "m")
  19340. },
  19341. {
  19342. name: "Macro",
  19343. height: math.unit(55, "m"),
  19344. default: true
  19345. },
  19346. {
  19347. name: "Macro+",
  19348. height: math.unit(300, "m")
  19349. },
  19350. {
  19351. name: "Macro++",
  19352. height: math.unit(700, "m")
  19353. },
  19354. {
  19355. name: "Macro+++",
  19356. height: math.unit(4500, "m")
  19357. },
  19358. {
  19359. name: "Macro++++",
  19360. height: math.unit(45, "km")
  19361. },
  19362. {
  19363. name: "Macro+++++",
  19364. height: math.unit(1220, "km")
  19365. },
  19366. ]
  19367. ))
  19368. characterMakers.push(() => makeCharacter(
  19369. { name: "Icowom Lee" },
  19370. {
  19371. front: {
  19372. height: math.unit(2.3, "m"),
  19373. weight: math.unit(304, "kg"),
  19374. name: "Front",
  19375. image: {
  19376. source: "./media/characters/icowom-lee/front.svg",
  19377. extra: 3076/2933,
  19378. bottom: 51.4/3125.1889
  19379. }
  19380. },
  19381. },
  19382. [
  19383. {
  19384. name: "Normal",
  19385. height: math.unit(2.3, "meters"),
  19386. default: true
  19387. },
  19388. {
  19389. name: "Macro",
  19390. height: math.unit(94, "meters"),
  19391. default: true
  19392. },
  19393. ]
  19394. ))
  19395. characterMakers.push(() => makeCharacter(
  19396. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19397. {
  19398. front: {
  19399. height: math.unit(22, "meters"),
  19400. weight: math.unit(21000, "kg"),
  19401. name: "Front",
  19402. image: {
  19403. source: "./media/characters/shock-diamond/front.svg",
  19404. extra: 2204/2053,
  19405. bottom: 65/2239.47
  19406. }
  19407. },
  19408. frontNude: {
  19409. height: math.unit(22, "meters"),
  19410. weight: math.unit(21000, "kg"),
  19411. name: "Front (Nude)",
  19412. image: {
  19413. source: "./media/characters/shock-diamond/front-nude.svg",
  19414. extra: 2514/2285,
  19415. bottom: 13/2527.56
  19416. }
  19417. },
  19418. },
  19419. [
  19420. {
  19421. name: "Normal",
  19422. height: math.unit(3, "meters")
  19423. },
  19424. {
  19425. name: "Macro",
  19426. height: math.unit(22, "meters"),
  19427. default: true
  19428. },
  19429. ]
  19430. ))
  19431. characterMakers.push(() => makeCharacter(
  19432. { name: "Rory" },
  19433. {
  19434. front: {
  19435. height: math.unit(5 + 4/12, "feet"),
  19436. weight: math.unit(120, "lb"),
  19437. name: "Front",
  19438. image: {
  19439. source: "./media/characters/rory/front.svg",
  19440. extra: 589/556,
  19441. bottom: 45.7/635.76
  19442. }
  19443. },
  19444. frontNude: {
  19445. height: math.unit(5 + 4/12, "feet"),
  19446. weight: math.unit(120, "lb"),
  19447. name: "Front (Nude)",
  19448. image: {
  19449. source: "./media/characters/rory/front-nude.svg",
  19450. extra: 589/556,
  19451. bottom: 45.7/635.76
  19452. }
  19453. },
  19454. side: {
  19455. height: math.unit(5 + 4/12, "feet"),
  19456. weight: math.unit(120, "lb"),
  19457. name: "Side",
  19458. image: {
  19459. source: "./media/characters/rory/side.svg",
  19460. extra: 597/564,
  19461. bottom: 55/653
  19462. }
  19463. },
  19464. back: {
  19465. height: math.unit(5 + 4/12, "feet"),
  19466. weight: math.unit(120, "lb"),
  19467. name: "Back",
  19468. image: {
  19469. source: "./media/characters/rory/back.svg",
  19470. extra: 620/585,
  19471. bottom: 8.86/630.43
  19472. }
  19473. },
  19474. dick: {
  19475. height: math.unit(0.86, "feet"),
  19476. name: "Dick",
  19477. image: {
  19478. source: "./media/characters/rory/dick.svg"
  19479. }
  19480. },
  19481. },
  19482. [
  19483. {
  19484. name: "Normal",
  19485. height: math.unit(5 + 4/12, "feet"),
  19486. default: true
  19487. },
  19488. {
  19489. name: "Macro",
  19490. height: math.unit(100, "feet")
  19491. },
  19492. {
  19493. name: "Macro+",
  19494. height: math.unit(140, "feet")
  19495. },
  19496. {
  19497. name: "Macro++",
  19498. height: math.unit(300, "feet")
  19499. },
  19500. ]
  19501. ))
  19502. //characters
  19503. function makeCharacters() {
  19504. const results = [];
  19505. characterMakers.forEach(character => {
  19506. results.push(character());
  19507. });
  19508. return results;
  19509. }