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.
 
 
 

20315 lines
484 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. frontNsfw: {
  996. height: math.unit(4, "meter"),
  997. weight: math.unit(150, "kg"),
  998. name: "Front (NSFW)",
  999. image: {
  1000. source: "./media/characters/talan/front-nsfw.svg",
  1001. bottom: 29 / 3734
  1002. }
  1003. },
  1004. sideNsfw: {
  1005. height: math.unit(4, "meter"),
  1006. weight: math.unit(150, "kg"),
  1007. name: "Side (NSFW)",
  1008. image: {
  1009. source: "./media/characters/talan/side-nsfw.svg",
  1010. bottom: 29 / 3734
  1011. }
  1012. },
  1013. back: {
  1014. height: math.unit(4, "meter"),
  1015. weight: math.unit(150, "kg"),
  1016. name: "Back",
  1017. image: {
  1018. source: "./media/characters/talan/back.svg"
  1019. }
  1020. },
  1021. dickBottom: {
  1022. height: math.unit(0.621, "meter"),
  1023. name: "Dick (Bottom)",
  1024. image: {
  1025. source: "./media/characters/talan/dick-bottom.svg"
  1026. }
  1027. },
  1028. dickTop: {
  1029. height: math.unit(0.621, "meter"),
  1030. name: "Dick (Top)",
  1031. image: {
  1032. source: "./media/characters/talan/dick-top.svg"
  1033. }
  1034. },
  1035. dickSide: {
  1036. height: math.unit(0.305, "meter"),
  1037. name: "Dick (Side)",
  1038. image: {
  1039. source: "./media/characters/talan/dick-side.svg"
  1040. }
  1041. },
  1042. dickFront: {
  1043. height: math.unit(0.305, "meter"),
  1044. name: "Dick (Front)",
  1045. image: {
  1046. source: "./media/characters/talan/dick-front.svg"
  1047. }
  1048. },
  1049. },
  1050. [
  1051. {
  1052. name: "Normal",
  1053. height: math.unit(4, "meters")
  1054. },
  1055. {
  1056. name: "Macro",
  1057. height: math.unit(100, "meters")
  1058. },
  1059. {
  1060. name: "Megamacro",
  1061. height: math.unit(2, "miles"),
  1062. default: true
  1063. },
  1064. {
  1065. name: "Gigamacro",
  1066. height: math.unit(5000, "miles")
  1067. },
  1068. {
  1069. name: "Teramacro",
  1070. height: math.unit(100, "parsecs")
  1071. }
  1072. ]
  1073. ))
  1074. characterMakers.push(() => makeCharacter(
  1075. { name: "Gael'Rathus" },
  1076. {
  1077. front: {
  1078. height: math.unit(2, "meter"),
  1079. weight: math.unit(90, "kg"),
  1080. name: "Front",
  1081. image: {
  1082. source: "./media/characters/gael'rathus/front.svg"
  1083. }
  1084. },
  1085. frontAlt: {
  1086. height: math.unit(2, "meter"),
  1087. weight: math.unit(90, "kg"),
  1088. name: "Front (alt)",
  1089. image: {
  1090. source: "./media/characters/gael'rathus/front-alt.svg"
  1091. }
  1092. },
  1093. frontAlt2: {
  1094. height: math.unit(2, "meter"),
  1095. weight: math.unit(90, "kg"),
  1096. name: "Front (alt 2)",
  1097. image: {
  1098. source: "./media/characters/gael'rathus/front-alt-2.svg"
  1099. }
  1100. }
  1101. },
  1102. [
  1103. {
  1104. name: "Normal",
  1105. height: math.unit(9, "feet"),
  1106. default: true
  1107. },
  1108. {
  1109. name: "Large",
  1110. height: math.unit(25, "feet")
  1111. },
  1112. {
  1113. name: "Macro",
  1114. height: math.unit(0.25, "miles")
  1115. },
  1116. {
  1117. name: "Megamacro",
  1118. height: math.unit(10, "miles")
  1119. }
  1120. ]
  1121. ))
  1122. characterMakers.push(() => makeCharacter(
  1123. { name: "Sosha" },
  1124. {
  1125. side: {
  1126. height: math.unit(2, "meter"),
  1127. weight: math.unit(140, "kg"),
  1128. name: "Side",
  1129. image: {
  1130. source: "./media/characters/sosha/side.svg",
  1131. bottom: 0.042
  1132. }
  1133. },
  1134. },
  1135. [
  1136. {
  1137. name: "Normal",
  1138. height: math.unit(12, "feet"),
  1139. default: true
  1140. }
  1141. ]
  1142. ))
  1143. characterMakers.push(() => makeCharacter(
  1144. { name: "RuNNoLa" },
  1145. {
  1146. side: {
  1147. height: math.unit(5 + 5 / 12, "feet"),
  1148. weight: math.unit(170, "kg"),
  1149. name: "Side",
  1150. image: {
  1151. source: "./media/characters/runnola/side.svg",
  1152. extra: 741 / 448,
  1153. bottom: 0.05
  1154. }
  1155. },
  1156. },
  1157. [
  1158. {
  1159. name: "Small",
  1160. height: math.unit(3, "feet")
  1161. },
  1162. {
  1163. name: "Normal",
  1164. height: math.unit(5 + 5 / 12, "feet"),
  1165. default: true
  1166. },
  1167. {
  1168. name: "Big",
  1169. height: math.unit(10, "feet")
  1170. },
  1171. ]
  1172. ))
  1173. characterMakers.push(() => makeCharacter(
  1174. { name: "Kurribird" },
  1175. {
  1176. front: {
  1177. height: math.unit(2, "meter"),
  1178. weight: math.unit(50, "kg"),
  1179. name: "Front",
  1180. image: {
  1181. source: "./media/characters/kurribird/front.svg",
  1182. bottom: 0.015
  1183. }
  1184. },
  1185. frontAlt: {
  1186. height: math.unit(1.5, "meter"),
  1187. weight: math.unit(50, "kg"),
  1188. name: "Front (Alt)",
  1189. image: {
  1190. source: "./media/characters/kurribird/front-alt.svg",
  1191. extra: 1.45
  1192. }
  1193. },
  1194. },
  1195. [
  1196. {
  1197. name: "Normal",
  1198. height: math.unit(7, "feet")
  1199. },
  1200. {
  1201. name: "Big",
  1202. height: math.unit(12, "feet"),
  1203. default: true
  1204. },
  1205. {
  1206. name: "Macro",
  1207. height: math.unit(1500, "feet")
  1208. },
  1209. {
  1210. name: "Megamacro",
  1211. height: math.unit(2, "miles")
  1212. }
  1213. ]
  1214. ))
  1215. characterMakers.push(() => makeCharacter(
  1216. { name: "Elbial" },
  1217. {
  1218. front: {
  1219. height: math.unit(2, "meter"),
  1220. weight: math.unit(80, "kg"),
  1221. name: "Front",
  1222. image: {
  1223. source: "./media/characters/elbial/front.svg",
  1224. extra: 1643 / 1556,
  1225. bottom: 60.2 / 1696
  1226. }
  1227. },
  1228. side: {
  1229. height: math.unit(2, "meter"),
  1230. weight: math.unit(80, "kg"),
  1231. name: "Side",
  1232. image: {
  1233. source: "./media/characters/elbial/side.svg",
  1234. extra: 1630 / 1565,
  1235. bottom: 71.5 / 1697
  1236. }
  1237. },
  1238. back: {
  1239. height: math.unit(2, "meter"),
  1240. weight: math.unit(80, "kg"),
  1241. name: "Back",
  1242. image: {
  1243. source: "./media/characters/elbial/back.svg",
  1244. extra: 1668 / 1595,
  1245. bottom: 5.6 / 1672
  1246. }
  1247. },
  1248. frontDressed: {
  1249. height: math.unit(2, "meter"),
  1250. weight: math.unit(80, "kg"),
  1251. name: "Front (Dressed)",
  1252. image: {
  1253. source: "./media/characters/elbial/front-dressed.svg",
  1254. extra: 1653 / 1584,
  1255. bottom: 57 / 1708
  1256. }
  1257. },
  1258. genitals: {
  1259. height: math.unit(2 / 3.367, "meter"),
  1260. name: "Genitals",
  1261. image: {
  1262. source: "./media/characters/elbial/genitals.svg"
  1263. }
  1264. },
  1265. },
  1266. [
  1267. {
  1268. name: "Large",
  1269. height: math.unit(100, "feet")
  1270. },
  1271. {
  1272. name: "Macro",
  1273. height: math.unit(500, "feet"),
  1274. default: true
  1275. },
  1276. {
  1277. name: "Megamacro",
  1278. height: math.unit(10, "miles")
  1279. },
  1280. {
  1281. name: "Gigamacro",
  1282. height: math.unit(25000, "miles")
  1283. },
  1284. {
  1285. name: "Full-Size",
  1286. height: math.unit(8000000, "gigaparsecs")
  1287. }
  1288. ]
  1289. ))
  1290. characterMakers.push(() => makeCharacter(
  1291. { name: "Noah" },
  1292. {
  1293. front: {
  1294. height: math.unit(2, "meter"),
  1295. weight: math.unit(60, "kg"),
  1296. name: "Front",
  1297. image: {
  1298. source: "./media/characters/noah/front.svg"
  1299. }
  1300. },
  1301. talons: {
  1302. height: math.unit(0.315, "meter"),
  1303. name: "Talons",
  1304. image: {
  1305. source: "./media/characters/noah/talons.svg"
  1306. }
  1307. }
  1308. },
  1309. [
  1310. {
  1311. name: "Large",
  1312. height: math.unit(50, "feet")
  1313. },
  1314. {
  1315. name: "Macro",
  1316. height: math.unit(750, "feet"),
  1317. default: true
  1318. },
  1319. {
  1320. name: "Megamacro",
  1321. height: math.unit(50, "miles")
  1322. },
  1323. {
  1324. name: "Gigamacro",
  1325. height: math.unit(100000, "miles")
  1326. },
  1327. {
  1328. name: "Full-Size",
  1329. height: math.unit(3000000000, "miles")
  1330. }
  1331. ]
  1332. ))
  1333. characterMakers.push(() => makeCharacter(
  1334. { name: "Natalya" },
  1335. {
  1336. front: {
  1337. height: math.unit(2, "meter"),
  1338. weight: math.unit(80, "kg"),
  1339. name: "Front",
  1340. image: {
  1341. source: "./media/characters/natalya/front.svg"
  1342. }
  1343. },
  1344. back: {
  1345. height: math.unit(2, "meter"),
  1346. weight: math.unit(80, "kg"),
  1347. name: "Back",
  1348. image: {
  1349. source: "./media/characters/natalya/back.svg"
  1350. }
  1351. }
  1352. },
  1353. [
  1354. {
  1355. name: "Normal",
  1356. height: math.unit(150, "feet"),
  1357. default: true
  1358. },
  1359. {
  1360. name: "Megamacro",
  1361. height: math.unit(5, "miles")
  1362. },
  1363. {
  1364. name: "Full-Size",
  1365. height: math.unit(600, "kiloparsecs")
  1366. }
  1367. ]
  1368. ))
  1369. characterMakers.push(() => makeCharacter(
  1370. { name: "Erestrebah" },
  1371. {
  1372. front: {
  1373. height: math.unit(2, "meter"),
  1374. weight: math.unit(50, "kg"),
  1375. name: "Front",
  1376. image: {
  1377. source: "./media/characters/erestrebah/front.svg",
  1378. extra: 208 / 193,
  1379. bottom: 0.055
  1380. }
  1381. },
  1382. back: {
  1383. height: math.unit(2, "meter"),
  1384. weight: math.unit(50, "kg"),
  1385. name: "Back",
  1386. image: {
  1387. source: "./media/characters/erestrebah/back.svg",
  1388. extra: 1.3
  1389. }
  1390. }
  1391. },
  1392. [
  1393. {
  1394. name: "Normal",
  1395. height: math.unit(10, "feet")
  1396. },
  1397. {
  1398. name: "Large",
  1399. height: math.unit(50, "feet"),
  1400. default: true
  1401. },
  1402. {
  1403. name: "Macro",
  1404. height: math.unit(300, "feet")
  1405. },
  1406. {
  1407. name: "Macro+",
  1408. height: math.unit(750, "feet")
  1409. },
  1410. {
  1411. name: "Megamacro",
  1412. height: math.unit(3, "miles")
  1413. }
  1414. ]
  1415. ))
  1416. characterMakers.push(() => makeCharacter(
  1417. { name: "Jennifer" },
  1418. {
  1419. front: {
  1420. height: math.unit(2, "meter"),
  1421. weight: math.unit(80, "kg"),
  1422. name: "Front",
  1423. image: {
  1424. source: "./media/characters/jennifer/front.svg",
  1425. bottom: 0.11,
  1426. extra: 1.16
  1427. }
  1428. },
  1429. frontAlt: {
  1430. height: math.unit(2, "meter"),
  1431. weight: math.unit(80, "kg"),
  1432. name: "Front (Alt)",
  1433. image: {
  1434. source: "./media/characters/jennifer/front-alt.svg"
  1435. }
  1436. }
  1437. },
  1438. [
  1439. {
  1440. name: "Canon Height",
  1441. height: math.unit(120, "feet"),
  1442. default: true
  1443. },
  1444. {
  1445. name: "Macro+",
  1446. height: math.unit(300, "feet")
  1447. },
  1448. {
  1449. name: "Megamacro",
  1450. height: math.unit(20000, "feet")
  1451. }
  1452. ]
  1453. ))
  1454. characterMakers.push(() => makeCharacter(
  1455. { name: "Kalista" },
  1456. {
  1457. front: {
  1458. height: math.unit(2, "meter"),
  1459. weight: math.unit(50, "kg"),
  1460. name: "Front",
  1461. image: {
  1462. source: "./media/characters/kalista/front.svg",
  1463. extra: 1947 / 1700
  1464. }
  1465. },
  1466. back: {
  1467. height: math.unit(2, "meter"),
  1468. weight: math.unit(50, "kg"),
  1469. name: "Back",
  1470. image: {
  1471. source: "./media/characters/kalista/back.svg",
  1472. extra: 1366 / 1156
  1473. }
  1474. }
  1475. },
  1476. [
  1477. {
  1478. name: "Uncomfortably Small",
  1479. height: math.unit(10, "feet")
  1480. },
  1481. {
  1482. name: "Small",
  1483. height: math.unit(30, "feet")
  1484. },
  1485. {
  1486. name: "Macro",
  1487. height: math.unit(100, "feet"),
  1488. default: true
  1489. },
  1490. {
  1491. name: "Macro+",
  1492. height: math.unit(2000, "feet")
  1493. },
  1494. {
  1495. name: "True Form",
  1496. height: math.unit(8924, "miles")
  1497. }
  1498. ]
  1499. ))
  1500. characterMakers.push(() => makeCharacter(
  1501. { name: "GiantGrowingVixen" },
  1502. {
  1503. front: {
  1504. height: math.unit(2, "meter"),
  1505. weight: math.unit(120, "kg"),
  1506. name: "Front",
  1507. image: {
  1508. source: "./media/characters/ggv/front.svg"
  1509. }
  1510. },
  1511. side: {
  1512. height: math.unit(2, "meter"),
  1513. weight: math.unit(120, "kg"),
  1514. name: "Side",
  1515. image: {
  1516. source: "./media/characters/ggv/side.svg"
  1517. }
  1518. }
  1519. },
  1520. [
  1521. {
  1522. name: "Extremely Puny",
  1523. height: math.unit(9 + 5 / 12, "feet")
  1524. },
  1525. {
  1526. name: "Horribly Small",
  1527. height: math.unit(47.7, "miles"),
  1528. default: true
  1529. },
  1530. {
  1531. name: "Reasonably Sized",
  1532. height: math.unit(25000, "parsecs")
  1533. },
  1534. {
  1535. name: "Slightly Uncompressed",
  1536. height: math.unit(7.77e31, "parsecs")
  1537. },
  1538. {
  1539. name: "Omniversal",
  1540. height: math.unit(1e300, "meters")
  1541. },
  1542. ]
  1543. ))
  1544. characterMakers.push(() => makeCharacter(
  1545. { name: "Napalm" },
  1546. {
  1547. front: {
  1548. height: math.unit(2, "meter"),
  1549. weight: math.unit(75, "lb"),
  1550. name: "Front",
  1551. image: {
  1552. source: "./media/characters/napalm/front.svg"
  1553. }
  1554. },
  1555. back: {
  1556. height: math.unit(2, "meter"),
  1557. weight: math.unit(75, "lb"),
  1558. name: "Back",
  1559. image: {
  1560. source: "./media/characters/napalm/back.svg"
  1561. }
  1562. }
  1563. },
  1564. [
  1565. {
  1566. name: "Standard",
  1567. height: math.unit(55, "feet"),
  1568. default: true
  1569. }
  1570. ]
  1571. ))
  1572. characterMakers.push(() => makeCharacter(
  1573. { name: "Asana" },
  1574. {
  1575. front: {
  1576. height: math.unit(7 + 5 / 6, "feet"),
  1577. weight: math.unit(325, "lb"),
  1578. name: "Front",
  1579. image: {
  1580. source: "./media/characters/asana/front.svg",
  1581. extra: 1128 / 1068
  1582. }
  1583. },
  1584. back: {
  1585. height: math.unit(7 + 5 / 6, "feet"),
  1586. weight: math.unit(325, "lb"),
  1587. name: "Back",
  1588. image: {
  1589. source: "./media/characters/asana/back.svg",
  1590. extra: 1128 / 1068
  1591. }
  1592. },
  1593. },
  1594. [
  1595. {
  1596. name: "Standard",
  1597. height: math.unit(7 + 5 / 6, "feet"),
  1598. default: true
  1599. },
  1600. {
  1601. name: "Large",
  1602. height: math.unit(10, "meters")
  1603. },
  1604. {
  1605. name: "Macro",
  1606. height: math.unit(2500, "meters")
  1607. },
  1608. {
  1609. name: "Megamacro",
  1610. height: math.unit(5e6, "meters")
  1611. },
  1612. {
  1613. name: "Examacro",
  1614. height: math.unit(5e12, "lightyears")
  1615. },
  1616. {
  1617. name: "Max Size",
  1618. height: math.unit(1e31, "lightyears")
  1619. }
  1620. ]
  1621. ))
  1622. characterMakers.push(() => makeCharacter(
  1623. { name: "Ebony" },
  1624. {
  1625. front: {
  1626. height: math.unit(2, "meter"),
  1627. weight: math.unit(60, "kg"),
  1628. name: "Front",
  1629. image: {
  1630. source: "./media/characters/ebony/front.svg",
  1631. bottom: 0.03,
  1632. extra: 1045 / 810 + 0.03
  1633. }
  1634. },
  1635. side: {
  1636. height: math.unit(2, "meter"),
  1637. weight: math.unit(60, "kg"),
  1638. name: "Side",
  1639. image: {
  1640. source: "./media/characters/ebony/side.svg",
  1641. bottom: 0.03,
  1642. extra: 1045 / 810 + 0.03
  1643. }
  1644. },
  1645. back: {
  1646. height: math.unit(2, "meter"),
  1647. weight: math.unit(60, "kg"),
  1648. name: "Back",
  1649. image: {
  1650. source: "./media/characters/ebony/back.svg",
  1651. bottom: 0.01,
  1652. extra: 1045 / 810 + 0.01
  1653. }
  1654. },
  1655. },
  1656. [
  1657. // TODO check why I did this lol
  1658. {
  1659. name: "Standard",
  1660. height: math.unit(9 / 8 * (7 + 5 / 12), "feet"),
  1661. default: true
  1662. },
  1663. {
  1664. name: "Macro",
  1665. height: math.unit(200, "feet")
  1666. },
  1667. {
  1668. name: "Gigamacro",
  1669. height: math.unit(13000, "km")
  1670. }
  1671. ]
  1672. ))
  1673. characterMakers.push(() => makeCharacter(
  1674. { name: "Mountain" },
  1675. {
  1676. front: {
  1677. height: math.unit(6, "feet"),
  1678. weight: math.unit(175, "lb"),
  1679. name: "Front",
  1680. image: {
  1681. source: "./media/characters/mountain/front.svg"
  1682. }
  1683. },
  1684. back: {
  1685. height: math.unit(6, "feet"),
  1686. weight: math.unit(175, "lb"),
  1687. name: "Back",
  1688. image: {
  1689. source: "./media/characters/mountain/back.svg"
  1690. }
  1691. },
  1692. },
  1693. [
  1694. {
  1695. name: "Large",
  1696. height: math.unit(20, "meters")
  1697. },
  1698. {
  1699. name: "Macro",
  1700. height: math.unit(300, "meters")
  1701. },
  1702. {
  1703. name: "Gigamacro",
  1704. height: math.unit(10000, "km"),
  1705. default: true
  1706. },
  1707. {
  1708. name: "Examacro",
  1709. height: math.unit(10e9, "lightyears")
  1710. }
  1711. ]
  1712. ))
  1713. characterMakers.push(() => makeCharacter(
  1714. { name: "Rick" },
  1715. {
  1716. front: {
  1717. height: math.unit(8, "feet"),
  1718. weight: math.unit(500, "lb"),
  1719. name: "Front",
  1720. image: {
  1721. source: "./media/characters/rick/front.svg"
  1722. }
  1723. }
  1724. },
  1725. [
  1726. {
  1727. name: "Normal",
  1728. height: math.unit(8, "feet"),
  1729. default: true
  1730. },
  1731. {
  1732. name: "Macro",
  1733. height: math.unit(5, "km")
  1734. }
  1735. ]
  1736. ))
  1737. characterMakers.push(() => makeCharacter(
  1738. { name: "Ona" },
  1739. {
  1740. front: {
  1741. height: math.unit(8, "feet"),
  1742. weight: math.unit(120, "lb"),
  1743. name: "Front",
  1744. image: {
  1745. source: "./media/characters/ona/front.svg"
  1746. }
  1747. },
  1748. frontAlt: {
  1749. height: math.unit(8, "feet"),
  1750. weight: math.unit(120, "lb"),
  1751. name: "Front (Alt)",
  1752. image: {
  1753. source: "./media/characters/ona/front-alt.svg"
  1754. }
  1755. },
  1756. back: {
  1757. height: math.unit(8, "feet"),
  1758. weight: math.unit(120, "lb"),
  1759. name: "Back",
  1760. image: {
  1761. source: "./media/characters/ona/back.svg"
  1762. }
  1763. },
  1764. foot: {
  1765. height: math.unit(1.1, "feet"),
  1766. name: "Foot",
  1767. image: {
  1768. source: "./media/characters/ona/foot.svg"
  1769. }
  1770. }
  1771. },
  1772. [
  1773. {
  1774. name: "Megamacro",
  1775. height: math.unit(70, "km"),
  1776. default: true
  1777. },
  1778. {
  1779. name: "Gigamacro",
  1780. height: math.unit(681818, "miles")
  1781. },
  1782. {
  1783. name: "Examacro",
  1784. height: math.unit(3800000, "lightyears")
  1785. },
  1786. ]
  1787. ))
  1788. characterMakers.push(() => makeCharacter(
  1789. { name: "Mech" },
  1790. {
  1791. front: {
  1792. height: math.unit(12, "feet"),
  1793. weight: math.unit(3000, "lb"),
  1794. name: "Front",
  1795. image: {
  1796. source: "./media/characters/mech/front.svg",
  1797. bottom: 0.025,
  1798. }
  1799. },
  1800. back: {
  1801. height: math.unit(12, "feet"),
  1802. weight: math.unit(3000, "lb"),
  1803. name: "Back",
  1804. image: {
  1805. source: "./media/characters/mech/back.svg",
  1806. bottom: 0.03,
  1807. }
  1808. }
  1809. },
  1810. [
  1811. {
  1812. name: "Normal",
  1813. height: math.unit(12, "feet")
  1814. },
  1815. {
  1816. name: "Macro",
  1817. height: math.unit(300, "feet"),
  1818. default: true
  1819. },
  1820. {
  1821. name: "Macro+",
  1822. height: math.unit(1500, "feet")
  1823. },
  1824. ]
  1825. ))
  1826. characterMakers.push(() => makeCharacter(
  1827. { name: "Gregory" },
  1828. {
  1829. front: {
  1830. height: math.unit(1.3, "meter"),
  1831. weight: math.unit(30, "kg"),
  1832. name: "Front",
  1833. image: {
  1834. source: "./media/characters/gregory/front.svg",
  1835. }
  1836. }
  1837. },
  1838. [
  1839. {
  1840. name: "Normal",
  1841. height: math.unit(1.3, "meter"),
  1842. default: true
  1843. },
  1844. {
  1845. name: "Macro",
  1846. height: math.unit(20, "meter")
  1847. }
  1848. ]
  1849. ))
  1850. characterMakers.push(() => makeCharacter(
  1851. { name: "Elory" },
  1852. {
  1853. front: {
  1854. height: math.unit(2.8, "meter"),
  1855. weight: math.unit(200, "kg"),
  1856. name: "Front",
  1857. image: {
  1858. source: "./media/characters/elory/front.svg",
  1859. }
  1860. }
  1861. },
  1862. [
  1863. {
  1864. name: "Normal",
  1865. height: math.unit(2.8, "meter"),
  1866. default: true
  1867. },
  1868. {
  1869. name: "Macro",
  1870. height: math.unit(38, "meter")
  1871. }
  1872. ]
  1873. ))
  1874. characterMakers.push(() => makeCharacter(
  1875. { name: "Angelpatamon" },
  1876. {
  1877. front: {
  1878. height: math.unit(470, "feet"),
  1879. weight: math.unit(924, "tons"),
  1880. name: "Front",
  1881. image: {
  1882. source: "./media/characters/angelpatamon/front.svg",
  1883. }
  1884. }
  1885. },
  1886. [
  1887. {
  1888. name: "Normal",
  1889. height: math.unit(470, "feet"),
  1890. default: true
  1891. },
  1892. {
  1893. name: "Deity Size I",
  1894. height: math.unit(28651.2, "km")
  1895. },
  1896. {
  1897. name: "Deity Size II",
  1898. height: math.unit(171907.2, "km")
  1899. }
  1900. ]
  1901. ))
  1902. characterMakers.push(() => makeCharacter(
  1903. { name: "Cryae" },
  1904. {
  1905. side: {
  1906. height: math.unit(7.2, "meter"),
  1907. weight: math.unit(8.2, "tons"),
  1908. name: "Side",
  1909. image: {
  1910. source: "./media/characters/cryae/side.svg",
  1911. extra: 3500 / 1500
  1912. }
  1913. }
  1914. },
  1915. [
  1916. {
  1917. name: "Normal",
  1918. height: math.unit(7.2, "meter"),
  1919. default: true
  1920. }
  1921. ]
  1922. ))
  1923. characterMakers.push(() => makeCharacter(
  1924. { name: "Xera" },
  1925. {
  1926. front: {
  1927. height: math.unit(6, "feet"),
  1928. weight: math.unit(175, "lb"),
  1929. name: "Front",
  1930. image: {
  1931. source: "./media/characters/xera/front.svg",
  1932. extra: 2300 / 2061
  1933. }
  1934. },
  1935. side: {
  1936. height: math.unit(6, "feet"),
  1937. weight: math.unit(175, "lb"),
  1938. name: "Side",
  1939. image: {
  1940. source: "./media/characters/xera/side.svg",
  1941. extra: 2300 / 2061
  1942. }
  1943. },
  1944. back: {
  1945. height: math.unit(6, "feet"),
  1946. weight: math.unit(175, "lb"),
  1947. name: "Back",
  1948. image: {
  1949. source: "./media/characters/xera/back.svg"
  1950. }
  1951. },
  1952. },
  1953. [
  1954. {
  1955. name: "Small",
  1956. height: math.unit(10, "feet")
  1957. },
  1958. {
  1959. name: "Macro",
  1960. height: math.unit(500, "meters"),
  1961. default: true
  1962. },
  1963. {
  1964. name: "Macro+",
  1965. height: math.unit(10, "km")
  1966. },
  1967. {
  1968. name: "Gigamacro",
  1969. height: math.unit(25000, "km")
  1970. },
  1971. {
  1972. name: "Teramacro",
  1973. height: math.unit(3e6, "km")
  1974. }
  1975. ]
  1976. ))
  1977. characterMakers.push(() => makeCharacter(
  1978. { name: "Nebula" },
  1979. {
  1980. front: {
  1981. height: math.unit(6, "feet"),
  1982. weight: math.unit(175, "lb"),
  1983. name: "Front",
  1984. image: {
  1985. source: "./media/characters/nebula/front.svg",
  1986. extra: 2600 / 2450
  1987. }
  1988. }
  1989. },
  1990. [
  1991. {
  1992. name: "Small",
  1993. height: math.unit(4.5, "meters")
  1994. },
  1995. {
  1996. name: "Macro",
  1997. height: math.unit(1500, "meters"),
  1998. default: true
  1999. },
  2000. {
  2001. name: "Megamacro",
  2002. height: math.unit(150, "km")
  2003. },
  2004. {
  2005. name: "Gigamacro",
  2006. height: math.unit(27000, "km")
  2007. }
  2008. ]
  2009. ))
  2010. characterMakers.push(() => makeCharacter(
  2011. { name: "Abysgar" },
  2012. {
  2013. front: {
  2014. height: math.unit(6, "feet"),
  2015. weight: math.unit(225, "lb"),
  2016. name: "Front",
  2017. image: {
  2018. source: "./media/characters/abysgar/front.svg"
  2019. }
  2020. }
  2021. },
  2022. [
  2023. {
  2024. name: "Small",
  2025. height: math.unit(4.5, "meters")
  2026. },
  2027. {
  2028. name: "Macro",
  2029. height: math.unit(1250, "meters"),
  2030. default: true
  2031. },
  2032. {
  2033. name: "Megamacro",
  2034. height: math.unit(125, "km")
  2035. },
  2036. {
  2037. name: "Gigamacro",
  2038. height: math.unit(26000, "km")
  2039. }
  2040. ]
  2041. ))
  2042. characterMakers.push(() => makeCharacter(
  2043. { name: "Yakuz" },
  2044. {
  2045. front: {
  2046. height: math.unit(6, "feet"),
  2047. weight: math.unit(180, "lb"),
  2048. name: "Front",
  2049. image: {
  2050. source: "./media/characters/yakuz/front.svg"
  2051. }
  2052. }
  2053. },
  2054. [
  2055. {
  2056. name: "Small",
  2057. height: math.unit(5, "meters")
  2058. },
  2059. {
  2060. name: "Macro",
  2061. height: math.unit(1500, "meters"),
  2062. default: true
  2063. },
  2064. {
  2065. name: "Megamacro",
  2066. height: math.unit(200, "km")
  2067. },
  2068. {
  2069. name: "Gigamacro",
  2070. height: math.unit(100000, "km")
  2071. }
  2072. ]
  2073. ))
  2074. characterMakers.push(() => makeCharacter(
  2075. { name: "Mirova" },
  2076. {
  2077. front: {
  2078. height: math.unit(6, "feet"),
  2079. weight: math.unit(175, "lb"),
  2080. name: "Front",
  2081. image: {
  2082. source: "./media/characters/mirova/front.svg"
  2083. }
  2084. }
  2085. },
  2086. [
  2087. {
  2088. name: "Small",
  2089. height: math.unit(5, "meters")
  2090. },
  2091. {
  2092. name: "Macro",
  2093. height: math.unit(900, "meters"),
  2094. default: true
  2095. },
  2096. {
  2097. name: "Megamacro",
  2098. height: math.unit(135, "km")
  2099. },
  2100. {
  2101. name: "Gigamacro",
  2102. height: math.unit(20000, "km")
  2103. }
  2104. ]
  2105. ))
  2106. characterMakers.push(() => makeCharacter(
  2107. { name: "Asana (Mech)" },
  2108. {
  2109. side: {
  2110. height: math.unit(28.35, "feet"),
  2111. weight: math.unit(99.75, "tons"),
  2112. name: "Side",
  2113. image: {
  2114. source: "./media/characters/asana-mech/side.svg"
  2115. }
  2116. }
  2117. },
  2118. [
  2119. {
  2120. name: "Normal",
  2121. height: math.unit(28.35, "feet"),
  2122. default: true
  2123. },
  2124. {
  2125. name: "Macro",
  2126. height: math.unit(2500, "feet")
  2127. },
  2128. {
  2129. name: "Megamacro",
  2130. height: math.unit(25, "miles")
  2131. },
  2132. {
  2133. name: "Examacro",
  2134. height: math.unit(6e8, "lightyears")
  2135. },
  2136. ]
  2137. ))
  2138. characterMakers.push(() => makeCharacter(
  2139. { name: "Ashtrek" },
  2140. {
  2141. front: {
  2142. height: math.unit(2, "meters"),
  2143. weight: math.unit(70, "kg"),
  2144. name: "Front",
  2145. image: {
  2146. source: "./media/characters/ashtrek/front.svg",
  2147. extra: 560 / 524,
  2148. bottom: 0.01
  2149. }
  2150. },
  2151. frontArmor: {
  2152. height: math.unit(2, "meters"),
  2153. weight: math.unit(76, "kg"),
  2154. name: "Front (Armor)",
  2155. image: {
  2156. source: "./media/characters/ashtrek/front-armor.svg",
  2157. extra: 561 / 527,
  2158. bottom: 0.01
  2159. }
  2160. },
  2161. side: {
  2162. height: math.unit(2, "meters"),
  2163. weight: math.unit(70, "kg"),
  2164. name: "Side",
  2165. image: {
  2166. source: "./media/characters/ashtrek/side.svg",
  2167. extra: 1717 / 1609,
  2168. bottom: 0.005
  2169. }
  2170. },
  2171. back: {
  2172. height: math.unit(2, "meters"),
  2173. weight: math.unit(70, "kg"),
  2174. name: "Back",
  2175. image: {
  2176. source: "./media/characters/ashtrek/back.svg",
  2177. extra: 1570 / 1501
  2178. }
  2179. },
  2180. },
  2181. [
  2182. {
  2183. name: "DEFCON 5",
  2184. height: math.unit(5, "meters")
  2185. },
  2186. {
  2187. name: "DEFCON 4",
  2188. height: math.unit(500, "meters"),
  2189. default: true
  2190. },
  2191. {
  2192. name: "DEFCON 3",
  2193. height: math.unit(5, "km")
  2194. },
  2195. {
  2196. name: "DEFCON 2",
  2197. height: math.unit(500, "km")
  2198. },
  2199. {
  2200. name: "DEFCON 1",
  2201. height: math.unit(500000, "km")
  2202. },
  2203. {
  2204. name: "DEFCON 0",
  2205. height: math.unit(3, "gigaparsecs")
  2206. },
  2207. ]
  2208. ))
  2209. characterMakers.push(() => makeCharacter(
  2210. { name: "Gale" },
  2211. {
  2212. front: {
  2213. height: math.unit(2, "meters"),
  2214. weight: math.unit(76, "kg"),
  2215. name: "Front",
  2216. image: {
  2217. source: "./media/characters/gale/front.svg"
  2218. }
  2219. },
  2220. frontAlt1: {
  2221. height: math.unit(2, "meters"),
  2222. weight: math.unit(76, "kg"),
  2223. name: "Front (Alt 1)",
  2224. image: {
  2225. source: "./media/characters/gale/front-alt-1.svg"
  2226. }
  2227. },
  2228. frontAlt2: {
  2229. height: math.unit(2, "meters"),
  2230. weight: math.unit(76, "kg"),
  2231. name: "Front (Alt 2)",
  2232. image: {
  2233. source: "./media/characters/gale/front-alt-2.svg"
  2234. }
  2235. },
  2236. },
  2237. [
  2238. {
  2239. name: "Normal",
  2240. height: math.unit(7, "feet")
  2241. },
  2242. {
  2243. name: "Macro",
  2244. height: math.unit(150, "feet"),
  2245. default: true
  2246. },
  2247. {
  2248. name: "Macro+",
  2249. height: math.unit(300, "feet")
  2250. },
  2251. ]
  2252. ))
  2253. characterMakers.push(() => makeCharacter(
  2254. { name: "Draylen" },
  2255. {
  2256. front: {
  2257. height: math.unit(2, "meters"),
  2258. weight: math.unit(76, "kg"),
  2259. name: "Front",
  2260. image: {
  2261. source: "./media/characters/draylen/front.svg"
  2262. }
  2263. }
  2264. },
  2265. [
  2266. {
  2267. name: "Macro",
  2268. height: math.unit(150, "feet"),
  2269. default: true
  2270. }
  2271. ]
  2272. ))
  2273. characterMakers.push(() => makeCharacter(
  2274. { name: "Chez" },
  2275. {
  2276. front: {
  2277. height: math.unit(7 + 9 / 12, "feet"),
  2278. weight: math.unit(379, "lbs"),
  2279. name: "Front",
  2280. image: {
  2281. source: "./media/characters/chez/front.svg"
  2282. }
  2283. },
  2284. side: {
  2285. height: math.unit(7 + 9 / 12, "feet"),
  2286. weight: math.unit(379, "lbs"),
  2287. name: "Side",
  2288. image: {
  2289. source: "./media/characters/chez/side.svg"
  2290. }
  2291. }
  2292. },
  2293. [
  2294. {
  2295. name: "Normal",
  2296. height: math.unit(7 + 9 / 12, "feet"),
  2297. default: true
  2298. },
  2299. {
  2300. name: "God King",
  2301. height: math.unit(9750000, "meters")
  2302. }
  2303. ]
  2304. ))
  2305. characterMakers.push(() => makeCharacter(
  2306. { name: "Kaylum" },
  2307. {
  2308. front: {
  2309. height: math.unit(6, "feet"),
  2310. weight: math.unit(275, "lbs"),
  2311. name: "Front",
  2312. image: {
  2313. source: "./media/characters/kaylum/front.svg",
  2314. bottom: 0.01,
  2315. extra: 1166 / 1031
  2316. }
  2317. },
  2318. frontWingless: {
  2319. height: math.unit(6, "feet"),
  2320. weight: math.unit(275, "lbs"),
  2321. name: "Front (Wingless)",
  2322. image: {
  2323. source: "./media/characters/kaylum/front-wingless.svg",
  2324. bottom: 0.01,
  2325. extra: 1117 / 1031
  2326. }
  2327. }
  2328. },
  2329. [
  2330. {
  2331. name: "Normal",
  2332. height: math.unit(3.05, "meters")
  2333. },
  2334. {
  2335. name: "Master",
  2336. height: math.unit(5.5, "meters")
  2337. },
  2338. {
  2339. name: "Rampage",
  2340. height: math.unit(19, "meters")
  2341. },
  2342. {
  2343. name: "Macro Lite",
  2344. height: math.unit(37, "meters")
  2345. },
  2346. {
  2347. name: "Hyper Predator",
  2348. height: math.unit(61, "meters")
  2349. },
  2350. {
  2351. name: "Macro",
  2352. height: math.unit(138, "meters"),
  2353. default: true
  2354. }
  2355. ]
  2356. ))
  2357. characterMakers.push(() => makeCharacter(
  2358. { name: "Geta" },
  2359. {
  2360. front: {
  2361. height: math.unit(6, "feet"),
  2362. weight: math.unit(150, "lbs"),
  2363. name: "Front",
  2364. image: {
  2365. source: "./media/characters/geta/front.svg"
  2366. }
  2367. }
  2368. },
  2369. [
  2370. {
  2371. name: "Micro",
  2372. height: math.unit(3, "inches"),
  2373. default: true
  2374. },
  2375. {
  2376. name: "Normal",
  2377. height: math.unit(5 + 5 / 12, "feet")
  2378. }
  2379. ]
  2380. ))
  2381. characterMakers.push(() => makeCharacter(
  2382. { name: "Tyrnn" },
  2383. {
  2384. front: {
  2385. height: math.unit(6, "feet"),
  2386. weight: math.unit(300, "lbs"),
  2387. name: "Front",
  2388. image: {
  2389. source: "./media/characters/tyrnn/front.svg"
  2390. }
  2391. }
  2392. },
  2393. [
  2394. {
  2395. name: "Main Height",
  2396. height: math.unit(355, "feet"),
  2397. default: true
  2398. },
  2399. {
  2400. name: "Fave. Height",
  2401. height: math.unit(2400, "feet")
  2402. }
  2403. ]
  2404. ))
  2405. characterMakers.push(() => makeCharacter(
  2406. { name: "Apple" },
  2407. {
  2408. front: {
  2409. height: math.unit(6, "feet"),
  2410. weight: math.unit(300, "lbs"),
  2411. name: "Front",
  2412. image: {
  2413. source: "./media/characters/appledectomy/front.svg"
  2414. }
  2415. }
  2416. },
  2417. [
  2418. {
  2419. name: "Macro",
  2420. height: math.unit(2500, "feet")
  2421. },
  2422. {
  2423. name: "Megamacro",
  2424. height: math.unit(50, "miles"),
  2425. default: true
  2426. },
  2427. {
  2428. name: "Gigamacro",
  2429. height: math.unit(5000, "miles")
  2430. },
  2431. {
  2432. name: "Teramacro",
  2433. height: math.unit(250000, "miles")
  2434. },
  2435. ]
  2436. ))
  2437. characterMakers.push(() => makeCharacter(
  2438. { name: "Vulpes" },
  2439. {
  2440. front: {
  2441. height: math.unit(6, "feet"),
  2442. weight: math.unit(200, "lbs"),
  2443. name: "Front",
  2444. image: {
  2445. source: "./media/characters/vulpes/front.svg",
  2446. extra: 573 / 543,
  2447. bottom: 0.033
  2448. }
  2449. },
  2450. side: {
  2451. height: math.unit(6, "feet"),
  2452. weight: math.unit(200, "lbs"),
  2453. name: "Side",
  2454. image: {
  2455. source: "./media/characters/vulpes/side.svg",
  2456. extra: 573 / 543,
  2457. bottom: 0.01
  2458. }
  2459. },
  2460. back: {
  2461. height: math.unit(6, "feet"),
  2462. weight: math.unit(200, "lbs"),
  2463. name: "Back",
  2464. image: {
  2465. source: "./media/characters/vulpes/back.svg",
  2466. extra: 573 / 543,
  2467. }
  2468. },
  2469. feet: {
  2470. height: math.unit(1.276, "feet"),
  2471. name: "Feet",
  2472. image: {
  2473. source: "./media/characters/vulpes/feet.svg"
  2474. }
  2475. },
  2476. maw: {
  2477. height: math.unit(1.18, "feet"),
  2478. name: "Maw",
  2479. image: {
  2480. source: "./media/characters/vulpes/maw.svg"
  2481. }
  2482. },
  2483. },
  2484. [
  2485. {
  2486. name: "Micro",
  2487. height: math.unit(2, "inches")
  2488. },
  2489. {
  2490. name: "Normal",
  2491. height: math.unit(6.3, "feet")
  2492. },
  2493. {
  2494. name: "Macro",
  2495. height: math.unit(850, "feet")
  2496. },
  2497. {
  2498. name: "Megamacro",
  2499. height: math.unit(7500, "feet"),
  2500. default: true
  2501. },
  2502. {
  2503. name: "Gigamacro",
  2504. height: math.unit(570000, "miles")
  2505. }
  2506. ]
  2507. ))
  2508. characterMakers.push(() => makeCharacter(
  2509. { name: "Rain Fallen" },
  2510. {
  2511. front: {
  2512. height: math.unit(6, "feet"),
  2513. weight: math.unit(210, "lbs"),
  2514. name: "Front",
  2515. image: {
  2516. source: "./media/characters/rain-fallen/front.svg"
  2517. }
  2518. },
  2519. side: {
  2520. height: math.unit(6, "feet"),
  2521. weight: math.unit(210, "lbs"),
  2522. name: "Side",
  2523. image: {
  2524. source: "./media/characters/rain-fallen/side.svg"
  2525. }
  2526. },
  2527. back: {
  2528. height: math.unit(6, "feet"),
  2529. weight: math.unit(210, "lbs"),
  2530. name: "Back",
  2531. image: {
  2532. source: "./media/characters/rain-fallen/back.svg"
  2533. }
  2534. },
  2535. feral: {
  2536. height: math.unit(9, "feet"),
  2537. weight: math.unit(700, "lbs"),
  2538. name: "Feral",
  2539. image: {
  2540. source: "./media/characters/rain-fallen/feral.svg"
  2541. }
  2542. },
  2543. },
  2544. [
  2545. {
  2546. name: "Normal",
  2547. height: math.unit(5, "meter")
  2548. },
  2549. {
  2550. name: "Macro",
  2551. height: math.unit(150, "meter"),
  2552. default: true
  2553. },
  2554. {
  2555. name: "Megamacro",
  2556. height: math.unit(278e6, "meter")
  2557. },
  2558. {
  2559. name: "Gigamacro",
  2560. height: math.unit(2e9, "meter")
  2561. },
  2562. {
  2563. name: "Teramacro",
  2564. height: math.unit(8e12, "meter")
  2565. },
  2566. {
  2567. name: "Devourer",
  2568. height: math.unit(14, "zettameters")
  2569. },
  2570. {
  2571. name: "Scarlet King",
  2572. height: math.unit(18, "yottameters")
  2573. },
  2574. {
  2575. name: "Void",
  2576. height: math.unit(6.66e66, "yottameters")
  2577. }
  2578. ]
  2579. ))
  2580. characterMakers.push(() => makeCharacter(
  2581. { name: "Zaakira" },
  2582. {
  2583. standing: {
  2584. height: math.unit(6, "feet"),
  2585. weight: math.unit(180, "lbs"),
  2586. name: "Standing",
  2587. image: {
  2588. source: "./media/characters/zaakira/standing.svg"
  2589. }
  2590. },
  2591. laying: {
  2592. height: math.unit(3, "feet"),
  2593. weight: math.unit(180, "lbs"),
  2594. name: "Laying",
  2595. image: {
  2596. source: "./media/characters/zaakira/laying.svg"
  2597. }
  2598. },
  2599. },
  2600. [
  2601. {
  2602. name: "Normal",
  2603. height: math.unit(12, "feet")
  2604. },
  2605. {
  2606. name: "Macro",
  2607. height: math.unit(279, "feet"),
  2608. default: true
  2609. }
  2610. ]
  2611. ))
  2612. characterMakers.push(() => makeCharacter(
  2613. { name: "Sigvald" },
  2614. {
  2615. front: {
  2616. height: math.unit(6, "feet"),
  2617. weight: math.unit(250, "lbs"),
  2618. name: "Front",
  2619. image: {
  2620. source: "./media/characters/sigvald/front.svg",
  2621. extra: 1000 / 850
  2622. }
  2623. },
  2624. back: {
  2625. height: math.unit(6, "feet"),
  2626. weight: math.unit(250, "lbs"),
  2627. name: "Back",
  2628. image: {
  2629. source: "./media/characters/sigvald/back.svg"
  2630. }
  2631. },
  2632. },
  2633. [
  2634. {
  2635. name: "Normal",
  2636. height: math.unit(8, "feet")
  2637. },
  2638. {
  2639. name: "Large",
  2640. height: math.unit(12, "feet")
  2641. },
  2642. {
  2643. name: "Larger",
  2644. height: math.unit(20, "feet")
  2645. },
  2646. {
  2647. name: "Macro",
  2648. height: math.unit(150, "feet")
  2649. },
  2650. {
  2651. name: "Macro+",
  2652. height: math.unit(200, "feet"),
  2653. default: true
  2654. },
  2655. ]
  2656. ))
  2657. characterMakers.push(() => makeCharacter(
  2658. { name: "Scott" },
  2659. {
  2660. side: {
  2661. height: math.unit(12, "feet"),
  2662. weight: math.unit(3000, "lbs"),
  2663. name: "Side",
  2664. image: {
  2665. source: "./media/characters/scott/side.svg",
  2666. extra: 1,
  2667. bottom: 0.069
  2668. }
  2669. },
  2670. upright: {
  2671. height: math.unit(12, "feet"),
  2672. weight: math.unit(3000, "lbs"),
  2673. name: "Upright",
  2674. image: {
  2675. source: "./media/characters/scott/upright.svg",
  2676. extra: 1,
  2677. bottom: 0.05
  2678. }
  2679. },
  2680. },
  2681. [
  2682. {
  2683. name: "Normal",
  2684. height: math.unit(12, "feet"),
  2685. default: true
  2686. },
  2687. ]
  2688. ))
  2689. characterMakers.push(() => makeCharacter(
  2690. { name: "Tobias" },
  2691. {
  2692. side: {
  2693. height: math.unit(8, "meters"),
  2694. weight: math.unit(84755, "lbs"),
  2695. name: "Side",
  2696. image: {
  2697. source: "./media/characters/tobias/side.svg",
  2698. extra: 1474 / 1096,
  2699. bottom: 38.9 / 1513.1235
  2700. }
  2701. },
  2702. },
  2703. [
  2704. {
  2705. name: "Normal",
  2706. height: math.unit(8, "meters"),
  2707. default: true
  2708. },
  2709. ]
  2710. ))
  2711. characterMakers.push(() => makeCharacter(
  2712. { name: "Kieran" },
  2713. {
  2714. front: {
  2715. height: math.unit(5.5, "feet"),
  2716. weight: math.unit(400, "lbs"),
  2717. name: "Front",
  2718. image: {
  2719. source: "./media/characters/kieran/front.svg",
  2720. extra: 2694/2364,
  2721. bottom: 217/2908
  2722. }
  2723. },
  2724. side: {
  2725. height: math.unit(5.5, "feet"),
  2726. weight: math.unit(400, "lbs"),
  2727. name: "Side",
  2728. image: {
  2729. source: "./media/characters/kieran/side.svg",
  2730. extra: 875/777,
  2731. bottom: 84.6/959
  2732. }
  2733. },
  2734. },
  2735. [
  2736. {
  2737. name: "Normal",
  2738. height: math.unit(5.5, "feet"),
  2739. default: true
  2740. },
  2741. ]
  2742. ))
  2743. characterMakers.push(() => makeCharacter(
  2744. { name: "Sanya" },
  2745. {
  2746. side: {
  2747. height: math.unit(2, "meters"),
  2748. weight: math.unit(70, "kg"),
  2749. name: "Side",
  2750. image: {
  2751. source: "./media/characters/sanya/side.svg",
  2752. bottom: 0.02,
  2753. extra: 1.02
  2754. }
  2755. },
  2756. },
  2757. [
  2758. {
  2759. name: "Small",
  2760. height: math.unit(2, "meters")
  2761. },
  2762. {
  2763. name: "Normal",
  2764. height: math.unit(3, "meters")
  2765. },
  2766. {
  2767. name: "Macro",
  2768. height: math.unit(16, "meters"),
  2769. default: true
  2770. },
  2771. ]
  2772. ))
  2773. characterMakers.push(() => makeCharacter(
  2774. { name: "Miranda" },
  2775. {
  2776. side: {
  2777. height: math.unit(2, "meters"),
  2778. weight: math.unit(120, "kg"),
  2779. name: "Front",
  2780. image: {
  2781. source: "./media/characters/miranda/front.svg",
  2782. extra: 10.6 / 10
  2783. }
  2784. },
  2785. },
  2786. [
  2787. {
  2788. name: "Normal",
  2789. height: math.unit(10, "feet"),
  2790. default: true
  2791. }
  2792. ]
  2793. ))
  2794. characterMakers.push(() => makeCharacter(
  2795. { name: "James" },
  2796. {
  2797. side: {
  2798. height: math.unit(2, "meters"),
  2799. weight: math.unit(100, "kg"),
  2800. name: "Front",
  2801. image: {
  2802. source: "./media/characters/james/front.svg",
  2803. extra: 10 / 8.5
  2804. }
  2805. },
  2806. },
  2807. [
  2808. {
  2809. name: "Normal",
  2810. height: math.unit(8.5, "feet"),
  2811. default: true
  2812. }
  2813. ]
  2814. ))
  2815. characterMakers.push(() => makeCharacter(
  2816. { name: "Heather" },
  2817. {
  2818. side: {
  2819. height: math.unit(9.5, "feet"),
  2820. weight: math.unit(2500, "lbs"),
  2821. name: "Side",
  2822. image: {
  2823. source: "./media/characters/heather/side.svg"
  2824. }
  2825. },
  2826. },
  2827. [
  2828. {
  2829. name: "Normal",
  2830. height: math.unit(9.5, "feet"),
  2831. default: true
  2832. }
  2833. ]
  2834. ))
  2835. characterMakers.push(() => makeCharacter(
  2836. { name: "Lukas" },
  2837. {
  2838. side: {
  2839. height: math.unit(6.5, "feet"),
  2840. weight: math.unit(400, "lbs"),
  2841. name: "Side",
  2842. image: {
  2843. source: "./media/characters/lukas/side.svg",
  2844. extra: 7.25 / 6.5
  2845. }
  2846. },
  2847. },
  2848. [
  2849. {
  2850. name: "Normal",
  2851. height: math.unit(6.5, "feet"),
  2852. default: true
  2853. }
  2854. ]
  2855. ))
  2856. characterMakers.push(() => makeCharacter(
  2857. { name: "Louise" },
  2858. {
  2859. side: {
  2860. height: math.unit(5, "feet"),
  2861. weight: math.unit(3000, "lbs"),
  2862. name: "Side",
  2863. image: {
  2864. source: "./media/characters/louise/side.svg"
  2865. }
  2866. },
  2867. },
  2868. [
  2869. {
  2870. name: "Normal",
  2871. height: math.unit(5, "feet"),
  2872. default: true
  2873. }
  2874. ]
  2875. ))
  2876. characterMakers.push(() => makeCharacter(
  2877. { name: "Ramona" },
  2878. {
  2879. side: {
  2880. height: math.unit(6, "feet"),
  2881. weight: math.unit(150, "lbs"),
  2882. name: "Side",
  2883. image: {
  2884. source: "./media/characters/ramona/side.svg"
  2885. }
  2886. },
  2887. },
  2888. [
  2889. {
  2890. name: "Normal",
  2891. height: math.unit(5.3, "meters"),
  2892. default: true
  2893. },
  2894. {
  2895. name: "Macro",
  2896. height: math.unit(20, "stories")
  2897. },
  2898. {
  2899. name: "Macro+",
  2900. height: math.unit(50, "stories")
  2901. },
  2902. ]
  2903. ))
  2904. characterMakers.push(() => makeCharacter(
  2905. { name: "Deerpuff" },
  2906. {
  2907. standing: {
  2908. height: math.unit(5.75, "feet"),
  2909. weight: math.unit(160, "lbs"),
  2910. name: "Standing",
  2911. image: {
  2912. source: "./media/characters/deerpuff/standing.svg",
  2913. extra: 682 / 624
  2914. }
  2915. },
  2916. sitting: {
  2917. height: math.unit(5.75 / 1.79, "feet"),
  2918. weight: math.unit(160, "lbs"),
  2919. name: "Sitting",
  2920. image: {
  2921. source: "./media/characters/deerpuff/sitting.svg",
  2922. bottom: 44 / 400,
  2923. extra: 1
  2924. }
  2925. },
  2926. taurLaying: {
  2927. height: math.unit(6, "feet"),
  2928. weight: math.unit(400, "lbs"),
  2929. name: "Taur (Laying)",
  2930. image: {
  2931. source: "./media/characters/deerpuff/taur-laying.svg"
  2932. }
  2933. },
  2934. },
  2935. [
  2936. {
  2937. name: "Puffball",
  2938. height: math.unit(6, "inches")
  2939. },
  2940. {
  2941. name: "Normalpuff",
  2942. height: math.unit(5.75, "feet")
  2943. },
  2944. {
  2945. name: "Macropuff",
  2946. height: math.unit(1500, "feet"),
  2947. default: true
  2948. },
  2949. {
  2950. name: "Megapuff",
  2951. height: math.unit(500, "miles")
  2952. },
  2953. {
  2954. name: "Gigapuff",
  2955. height: math.unit(250000, "miles")
  2956. },
  2957. {
  2958. name: "Omegapuff",
  2959. height: math.unit(1000, "lightyears")
  2960. },
  2961. ]
  2962. ))
  2963. characterMakers.push(() => makeCharacter(
  2964. { name: "Vivian" },
  2965. {
  2966. stomping: {
  2967. height: math.unit(6, "feet"),
  2968. weight: math.unit(170, "lbs"),
  2969. name: "Stomping",
  2970. image: {
  2971. source: "./media/characters/vivian/stomping.svg"
  2972. }
  2973. },
  2974. sitting: {
  2975. height: math.unit(6 / 1.75, "feet"),
  2976. weight: math.unit(170, "lbs"),
  2977. name: "Sitting",
  2978. image: {
  2979. source: "./media/characters/vivian/sitting.svg",
  2980. bottom: 1 / 6.4,
  2981. extra: 1,
  2982. }
  2983. },
  2984. },
  2985. [
  2986. {
  2987. name: "Normal",
  2988. height: math.unit(7, "feet"),
  2989. default: true
  2990. },
  2991. {
  2992. name: "Macro",
  2993. height: math.unit(10, "stories")
  2994. },
  2995. {
  2996. name: "Macro+",
  2997. height: math.unit(30, "stories")
  2998. },
  2999. {
  3000. name: "Megamacro",
  3001. height: math.unit(10, "miles")
  3002. },
  3003. {
  3004. name: "Megamacro+",
  3005. height: math.unit(2750000, "meters")
  3006. },
  3007. ]
  3008. ))
  3009. characterMakers.push(() => makeCharacter(
  3010. { name: "Prince" },
  3011. {
  3012. front: {
  3013. height: math.unit(6, "feet"),
  3014. weight: math.unit(160, "lbs"),
  3015. name: "Front",
  3016. image: {
  3017. source: "./media/characters/prince/front.svg",
  3018. extra: 3400 / 3000
  3019. }
  3020. },
  3021. jumping: {
  3022. height: math.unit(6, "feet"),
  3023. weight: math.unit(160, "lbs"),
  3024. name: "Jumping",
  3025. image: {
  3026. source: "./media/characters/prince/jump.svg",
  3027. extra: 2555 / 2134
  3028. }
  3029. },
  3030. },
  3031. [
  3032. {
  3033. name: "Normal",
  3034. height: math.unit(7.75, "feet"),
  3035. default: true
  3036. },
  3037. {
  3038. name: "Not cute",
  3039. height: math.unit(17, "feet")
  3040. },
  3041. {
  3042. name: "I said NOT",
  3043. height: math.unit(91, "feet")
  3044. },
  3045. {
  3046. name: "Please stop",
  3047. height: math.unit(560, "feet")
  3048. },
  3049. {
  3050. name: "What have you done",
  3051. height: math.unit(2200, "feet")
  3052. },
  3053. {
  3054. name: "Deer God",
  3055. height: math.unit(3.6, "miles")
  3056. },
  3057. ]
  3058. ))
  3059. characterMakers.push(() => makeCharacter(
  3060. { name: "Psymon" },
  3061. {
  3062. standing: {
  3063. height: math.unit(6, "feet"),
  3064. weight: math.unit(300, "lbs"),
  3065. name: "Standing",
  3066. image: {
  3067. source: "./media/characters/psymon/standing.svg",
  3068. extra: 1888 / 1810,
  3069. bottom: 0.05
  3070. }
  3071. },
  3072. slithering: {
  3073. height: math.unit(6, "feet"),
  3074. weight: math.unit(300, "lbs"),
  3075. name: "Slithering",
  3076. image: {
  3077. source: "./media/characters/psymon/slithering.svg",
  3078. extra: 1330 / 1224
  3079. }
  3080. },
  3081. slitheringAlt: {
  3082. height: math.unit(6, "feet"),
  3083. weight: math.unit(300, "lbs"),
  3084. name: "Slithering (Alt)",
  3085. image: {
  3086. source: "./media/characters/psymon/slithering-alt.svg",
  3087. extra: 1330 / 1224
  3088. }
  3089. },
  3090. },
  3091. [
  3092. {
  3093. name: "Normal",
  3094. height: math.unit(11.25, "feet"),
  3095. default: true
  3096. },
  3097. {
  3098. name: "Large",
  3099. height: math.unit(27, "feet")
  3100. },
  3101. {
  3102. name: "Giant",
  3103. height: math.unit(87, "feet")
  3104. },
  3105. {
  3106. name: "Macro",
  3107. height: math.unit(365, "feet")
  3108. },
  3109. {
  3110. name: "Megamacro",
  3111. height: math.unit(3, "miles")
  3112. },
  3113. {
  3114. name: "World Serpent",
  3115. height: math.unit(8000, "miles")
  3116. },
  3117. ]
  3118. ))
  3119. characterMakers.push(() => makeCharacter(
  3120. { name: "Daimos" },
  3121. {
  3122. front: {
  3123. height: math.unit(6, "feet"),
  3124. weight: math.unit(180, "lbs"),
  3125. name: "Front",
  3126. image: {
  3127. source: "./media/characters/daimos/front.svg",
  3128. extra: 4160 / 3897,
  3129. bottom: 0.021
  3130. }
  3131. }
  3132. },
  3133. [
  3134. {
  3135. name: "Normal",
  3136. height: math.unit(8, "feet"),
  3137. default: true
  3138. },
  3139. {
  3140. name: "Big Dog",
  3141. height: math.unit(22, "feet")
  3142. },
  3143. {
  3144. name: "Macro",
  3145. height: math.unit(127, "feet")
  3146. },
  3147. {
  3148. name: "Megamacro",
  3149. height: math.unit(3600, "feet")
  3150. },
  3151. ]
  3152. ))
  3153. characterMakers.push(() => makeCharacter(
  3154. { name: "Blake" },
  3155. {
  3156. side: {
  3157. height: math.unit(6, "feet"),
  3158. weight: math.unit(180, "lbs"),
  3159. name: "Side",
  3160. image: {
  3161. source: "./media/characters/blake/side.svg",
  3162. extra: 1212 / 1120,
  3163. bottom: 0.05
  3164. }
  3165. },
  3166. crouched: {
  3167. height: math.unit(6 * 0.57, "feet"),
  3168. weight: math.unit(180, "lbs"),
  3169. name: "Crouched",
  3170. image: {
  3171. source: "./media/characters/blake/crouched.svg",
  3172. extra: 840 / 587,
  3173. bottom: 0.04
  3174. }
  3175. },
  3176. bent: {
  3177. height: math.unit(6 * 0.75, "feet"),
  3178. weight: math.unit(180, "lbs"),
  3179. name: "Bent",
  3180. image: {
  3181. source: "./media/characters/blake/bent.svg",
  3182. extra: 592 / 544,
  3183. bottom: 0.035
  3184. }
  3185. },
  3186. },
  3187. [
  3188. {
  3189. name: "Normal",
  3190. height: math.unit(8 + 1 / 6, "feet"),
  3191. default: true
  3192. },
  3193. {
  3194. name: "Big Backside",
  3195. height: math.unit(37, "feet")
  3196. },
  3197. {
  3198. name: "Subway Shredder",
  3199. height: math.unit(72, "feet")
  3200. },
  3201. {
  3202. name: "City Carver",
  3203. height: math.unit(1675, "feet")
  3204. },
  3205. {
  3206. name: "Tectonic Tweaker",
  3207. height: math.unit(2300, "miles")
  3208. },
  3209. ]
  3210. ))
  3211. characterMakers.push(() => makeCharacter(
  3212. { name: "Guisetto" },
  3213. {
  3214. front: {
  3215. height: math.unit(6, "feet"),
  3216. weight: math.unit(180, "lbs"),
  3217. name: "Front",
  3218. image: {
  3219. source: "./media/characters/guisetto/front.svg",
  3220. extra: 856 / 817,
  3221. bottom: 0.06
  3222. }
  3223. },
  3224. airborne: {
  3225. height: math.unit(6, "feet"),
  3226. weight: math.unit(180, "lbs"),
  3227. name: "Airborne",
  3228. image: {
  3229. source: "./media/characters/guisetto/airborne.svg",
  3230. extra: 584 / 525
  3231. }
  3232. },
  3233. },
  3234. [
  3235. {
  3236. name: "Normal",
  3237. height: math.unit(10 + 11 / 12, "feet"),
  3238. default: true
  3239. },
  3240. {
  3241. name: "Large",
  3242. height: math.unit(35, "feet")
  3243. },
  3244. {
  3245. name: "Macro",
  3246. height: math.unit(475, "feet")
  3247. },
  3248. ]
  3249. ))
  3250. characterMakers.push(() => makeCharacter(
  3251. { name: "Luxor" },
  3252. {
  3253. front: {
  3254. height: math.unit(6, "feet"),
  3255. weight: math.unit(180, "lbs"),
  3256. name: "Front",
  3257. image: {
  3258. source: "./media/characters/luxor/front.svg",
  3259. extra: 2940 / 2152
  3260. }
  3261. },
  3262. back: {
  3263. height: math.unit(6, "feet"),
  3264. weight: math.unit(180, "lbs"),
  3265. name: "Back",
  3266. image: {
  3267. source: "./media/characters/luxor/back.svg",
  3268. extra: 1083 / 960
  3269. }
  3270. },
  3271. },
  3272. [
  3273. {
  3274. name: "Normal",
  3275. height: math.unit(5 + 5 / 6, "feet"),
  3276. default: true
  3277. },
  3278. {
  3279. name: "Lamp",
  3280. height: math.unit(50, "feet")
  3281. },
  3282. {
  3283. name: "Lämp",
  3284. height: math.unit(300, "feet")
  3285. },
  3286. {
  3287. name: "The sun is a lamp",
  3288. height: math.unit(250000, "miles")
  3289. },
  3290. ]
  3291. ))
  3292. characterMakers.push(() => makeCharacter(
  3293. { name: "Huoyan" },
  3294. {
  3295. front: {
  3296. height: math.unit(6, "feet"),
  3297. weight: math.unit(50, "lbs"),
  3298. name: "Front",
  3299. image: {
  3300. source: "./media/characters/huoyan/front.svg"
  3301. }
  3302. },
  3303. side: {
  3304. height: math.unit(6, "feet"),
  3305. weight: math.unit(180, "lbs"),
  3306. name: "Side",
  3307. image: {
  3308. source: "./media/characters/huoyan/side.svg"
  3309. }
  3310. },
  3311. },
  3312. [
  3313. {
  3314. name: "Chef",
  3315. height: math.unit(9, "feet")
  3316. },
  3317. {
  3318. name: "Normal",
  3319. height: math.unit(65, "feet"),
  3320. default: true
  3321. },
  3322. {
  3323. name: "Macro",
  3324. height: math.unit(780, "feet")
  3325. },
  3326. {
  3327. name: "Flaming Mountain",
  3328. height: math.unit(4.8, "miles")
  3329. },
  3330. {
  3331. name: "Celestial",
  3332. height: math.unit(765000, "miles")
  3333. },
  3334. ]
  3335. ))
  3336. characterMakers.push(() => makeCharacter(
  3337. { name: "Tails" },
  3338. {
  3339. front: {
  3340. height: math.unit(5 + 3 / 4, "feet"),
  3341. weight: math.unit(120, "lbs"),
  3342. name: "Front",
  3343. image: {
  3344. source: "./media/characters/tails/front.svg"
  3345. }
  3346. }
  3347. },
  3348. [
  3349. {
  3350. name: "Normal",
  3351. height: math.unit(5 + 3 / 4, "feet"),
  3352. default: true
  3353. }
  3354. ]
  3355. ))
  3356. characterMakers.push(() => makeCharacter(
  3357. { name: "Rainy" },
  3358. {
  3359. front: {
  3360. height: math.unit(4, "feet"),
  3361. weight: math.unit(50, "lbs"),
  3362. name: "Front",
  3363. image: {
  3364. source: "./media/characters/rainy/front.svg"
  3365. }
  3366. }
  3367. },
  3368. [
  3369. {
  3370. name: "Macro",
  3371. height: math.unit(800, "feet"),
  3372. default: true
  3373. }
  3374. ]
  3375. ))
  3376. characterMakers.push(() => makeCharacter(
  3377. { name: "Rainier" },
  3378. {
  3379. front: {
  3380. height: math.unit(6, "feet"),
  3381. weight: math.unit(150, "lbs"),
  3382. name: "Front",
  3383. image: {
  3384. source: "./media/characters/rainier/front.svg"
  3385. }
  3386. }
  3387. },
  3388. [
  3389. {
  3390. name: "Micro",
  3391. height: math.unit(2, "mm"),
  3392. default: true
  3393. }
  3394. ]
  3395. ))
  3396. characterMakers.push(() => makeCharacter(
  3397. { name: "Andy" },
  3398. {
  3399. front: {
  3400. height: math.unit(6, "feet"),
  3401. weight: math.unit(180, "lbs"),
  3402. name: "Front",
  3403. image: {
  3404. source: "./media/characters/andy/front.svg"
  3405. }
  3406. }
  3407. },
  3408. [
  3409. {
  3410. name: "Normal",
  3411. height: math.unit(8, "feet"),
  3412. default: true
  3413. },
  3414. {
  3415. name: "Macro",
  3416. height: math.unit(1000, "feet")
  3417. },
  3418. {
  3419. name: "Megamacro",
  3420. height: math.unit(5, "miles")
  3421. },
  3422. {
  3423. name: "Gigamacro",
  3424. height: math.unit(5000, "miles")
  3425. },
  3426. ]
  3427. ))
  3428. characterMakers.push(() => makeCharacter(
  3429. { name: "Cimmaron" },
  3430. {
  3431. frontClothed: {
  3432. height: math.unit(6, "feet"),
  3433. weight: math.unit(210, "lbs"),
  3434. name: "Front (Clothed)",
  3435. image: {
  3436. source: "./media/characters/cimmaron/front-clothed.svg",
  3437. extra: 701 / 676,
  3438. bottom: 0.046
  3439. }
  3440. },
  3441. backClothed: {
  3442. height: math.unit(6, "feet"),
  3443. weight: math.unit(210, "lbs"),
  3444. name: "Back (Clothed)",
  3445. image: {
  3446. source: "./media/characters/cimmaron/back-clothed.svg",
  3447. extra: 701 / 676,
  3448. bottom: 0.046
  3449. }
  3450. },
  3451. frontNude: {
  3452. height: math.unit(6, "feet"),
  3453. weight: math.unit(210, "lbs"),
  3454. name: "Front (Nude)",
  3455. image: {
  3456. source: "./media/characters/cimmaron/front-nude.svg",
  3457. extra: 701 / 676,
  3458. bottom: 0.046
  3459. }
  3460. },
  3461. backNude: {
  3462. height: math.unit(6, "feet"),
  3463. weight: math.unit(210, "lbs"),
  3464. name: "Back (Nude)",
  3465. image: {
  3466. source: "./media/characters/cimmaron/back-nude.svg",
  3467. extra: 701 / 676,
  3468. bottom: 0.046
  3469. }
  3470. }
  3471. },
  3472. [
  3473. {
  3474. name: "Normal",
  3475. height: math.unit(6, "feet"),
  3476. default: true
  3477. },
  3478. {
  3479. name: "Macro Mayor",
  3480. height: math.unit(350, "meters")
  3481. },
  3482. ]
  3483. ))
  3484. characterMakers.push(() => makeCharacter(
  3485. { name: "Akari Kaen" },
  3486. {
  3487. front: {
  3488. height: math.unit(6, "feet"),
  3489. weight: math.unit(200, "lbs"),
  3490. name: "Front",
  3491. image: {
  3492. source: "./media/characters/akari/front.svg",
  3493. extra: 962 / 901,
  3494. bottom: 0.04
  3495. }
  3496. }
  3497. },
  3498. [
  3499. {
  3500. name: "Micro",
  3501. height: math.unit(5, "inches"),
  3502. default: true
  3503. },
  3504. {
  3505. name: "Normal",
  3506. height: math.unit(7, "feet")
  3507. },
  3508. ]
  3509. ))
  3510. characterMakers.push(() => makeCharacter(
  3511. { name: "Cynosura" },
  3512. {
  3513. front: {
  3514. height: math.unit(6, "feet"),
  3515. weight: math.unit(140, "lbs"),
  3516. name: "Front",
  3517. image: {
  3518. source: "./media/characters/cynosura/front.svg",
  3519. extra: 896 / 847
  3520. }
  3521. },
  3522. back: {
  3523. height: math.unit(6, "feet"),
  3524. weight: math.unit(140, "lbs"),
  3525. name: "Back",
  3526. image: {
  3527. source: "./media/characters/cynosura/back.svg",
  3528. extra: 1365 / 1250
  3529. }
  3530. },
  3531. },
  3532. [
  3533. {
  3534. name: "Micro",
  3535. height: math.unit(4, "inches")
  3536. },
  3537. {
  3538. name: "Normal",
  3539. height: math.unit(5.75, "feet"),
  3540. default: true
  3541. },
  3542. {
  3543. name: "Tall",
  3544. height: math.unit(10, "feet")
  3545. },
  3546. {
  3547. name: "Big",
  3548. height: math.unit(20, "feet")
  3549. },
  3550. {
  3551. name: "Macro",
  3552. height: math.unit(50, "feet")
  3553. },
  3554. ]
  3555. ))
  3556. characterMakers.push(() => makeCharacter(
  3557. { name: "Gin" },
  3558. {
  3559. front: {
  3560. height: math.unit(6, "feet"),
  3561. weight: math.unit(170, "lbs"),
  3562. name: "Front",
  3563. image: {
  3564. source: "./media/characters/gin/front.svg",
  3565. extra: 1.053,
  3566. bottom: 0.025
  3567. }
  3568. },
  3569. foot: {
  3570. height: math.unit(6 / 4.25, "feet"),
  3571. name: "Foot",
  3572. image: {
  3573. source: "./media/characters/gin/foot.svg"
  3574. }
  3575. },
  3576. sole: {
  3577. height: math.unit(6 / 4.40, "feet"),
  3578. name: "Sole",
  3579. image: {
  3580. source: "./media/characters/gin/sole.svg"
  3581. }
  3582. },
  3583. },
  3584. [
  3585. {
  3586. name: "Normal",
  3587. height: math.unit(9 + 4 / 12, "feet")
  3588. },
  3589. {
  3590. name: "Macro",
  3591. height: math.unit(1500, "feet")
  3592. },
  3593. {
  3594. name: "Megamacro",
  3595. height: math.unit(200, "miles"),
  3596. default: true
  3597. },
  3598. {
  3599. name: "Gigamacro",
  3600. height: math.unit(500, "megameters")
  3601. },
  3602. {
  3603. name: "Teramacro",
  3604. height: math.unit(15, "lightyears")
  3605. }
  3606. ]
  3607. ))
  3608. characterMakers.push(() => makeCharacter(
  3609. { name: "Guy" },
  3610. {
  3611. front: {
  3612. height: math.unit(6 + 1 / 6, "feet"),
  3613. weight: math.unit(178, "lbs"),
  3614. name: "Front",
  3615. image: {
  3616. source: "./media/characters/guy/front.svg"
  3617. }
  3618. }
  3619. },
  3620. [
  3621. {
  3622. name: "Normal",
  3623. height: math.unit(6 + 1 / 6, "feet"),
  3624. default: true
  3625. },
  3626. {
  3627. name: "Large",
  3628. height: math.unit(25 + 7 / 12, "feet")
  3629. },
  3630. {
  3631. name: "Macro",
  3632. height: math.unit(60 + 9 / 12, "feet")
  3633. },
  3634. {
  3635. name: "Macro+",
  3636. height: math.unit(246, "feet")
  3637. },
  3638. {
  3639. name: "Macro++",
  3640. height: math.unit(878, "feet")
  3641. }
  3642. ]
  3643. ))
  3644. characterMakers.push(() => makeCharacter(
  3645. { name: "Tiberius" },
  3646. {
  3647. front: {
  3648. height: math.unit(9, "feet"),
  3649. weight: math.unit(800, "lbs"),
  3650. name: "Front",
  3651. image: {
  3652. source: "./media/characters/tiberius/front.svg",
  3653. extra: 2295 / 2071
  3654. }
  3655. },
  3656. back: {
  3657. height: math.unit(9, "feet"),
  3658. weight: math.unit(800, "lbs"),
  3659. name: "Back",
  3660. image: {
  3661. source: "./media/characters/tiberius/back.svg",
  3662. extra: 2373 / 2160
  3663. }
  3664. },
  3665. },
  3666. [
  3667. {
  3668. name: "Normal",
  3669. height: math.unit(9, "feet"),
  3670. default: true
  3671. }
  3672. ]
  3673. ))
  3674. characterMakers.push(() => makeCharacter(
  3675. { name: "Surgo" },
  3676. {
  3677. front: {
  3678. height: math.unit(6, "feet"),
  3679. weight: math.unit(600, "lbs"),
  3680. name: "Front",
  3681. image: {
  3682. source: "./media/characters/surgo/front.svg",
  3683. extra: 3591 / 2227
  3684. }
  3685. },
  3686. back: {
  3687. height: math.unit(6, "feet"),
  3688. weight: math.unit(600, "lbs"),
  3689. name: "Back",
  3690. image: {
  3691. source: "./media/characters/surgo/back.svg",
  3692. extra: 3557 / 2228
  3693. }
  3694. },
  3695. laying: {
  3696. height: math.unit(6 * 0.85, "feet"),
  3697. weight: math.unit(600, "lbs"),
  3698. name: "Laying",
  3699. image: {
  3700. source: "./media/characters/surgo/laying.svg"
  3701. }
  3702. },
  3703. },
  3704. [
  3705. {
  3706. name: "Normal",
  3707. height: math.unit(6, "feet"),
  3708. default: true
  3709. }
  3710. ]
  3711. ))
  3712. characterMakers.push(() => makeCharacter(
  3713. { name: "Cibus" },
  3714. {
  3715. side: {
  3716. height: math.unit(6, "feet"),
  3717. weight: math.unit(150, "lbs"),
  3718. name: "Side",
  3719. image: {
  3720. source: "./media/characters/cibus/side.svg",
  3721. extra: 800 / 400
  3722. }
  3723. },
  3724. },
  3725. [
  3726. {
  3727. name: "Normal",
  3728. height: math.unit(6, "feet"),
  3729. default: true
  3730. }
  3731. ]
  3732. ))
  3733. characterMakers.push(() => makeCharacter(
  3734. { name: "Nibbles" },
  3735. {
  3736. front: {
  3737. height: math.unit(6, "feet"),
  3738. weight: math.unit(240, "lbs"),
  3739. name: "Front",
  3740. image: {
  3741. source: "./media/characters/nibbles/front.svg"
  3742. }
  3743. },
  3744. side: {
  3745. height: math.unit(6, "feet"),
  3746. weight: math.unit(240, "lbs"),
  3747. name: "Side",
  3748. image: {
  3749. source: "./media/characters/nibbles/side.svg"
  3750. }
  3751. },
  3752. },
  3753. [
  3754. {
  3755. name: "Normal",
  3756. height: math.unit(9, "feet"),
  3757. default: true
  3758. }
  3759. ]
  3760. ))
  3761. characterMakers.push(() => makeCharacter(
  3762. { name: "Rikky" },
  3763. {
  3764. side: {
  3765. height: math.unit(5 + 1 / 6, "feet"),
  3766. weight: math.unit(130, "lbs"),
  3767. name: "Side",
  3768. image: {
  3769. source: "./media/characters/rikky/side.svg"
  3770. }
  3771. },
  3772. },
  3773. [
  3774. {
  3775. name: "Normal",
  3776. height: math.unit(5 + 1 / 6, "feet")
  3777. },
  3778. {
  3779. name: "Macro",
  3780. height: math.unit(152, "feet"),
  3781. default: true
  3782. },
  3783. {
  3784. name: "Megamacro",
  3785. height: math.unit(7, "miles")
  3786. }
  3787. ]
  3788. ))
  3789. characterMakers.push(() => makeCharacter(
  3790. { name: "Malfressa" },
  3791. {
  3792. side: {
  3793. height: math.unit(370, "cm"),
  3794. weight: math.unit(350, "lbs"),
  3795. name: "Side",
  3796. image: {
  3797. source: "./media/characters/malfressa/side.svg"
  3798. }
  3799. },
  3800. walking: {
  3801. height: math.unit(370, "cm"),
  3802. weight: math.unit(350, "lbs"),
  3803. name: "Walking",
  3804. image: {
  3805. source: "./media/characters/malfressa/walking.svg"
  3806. }
  3807. },
  3808. feral: {
  3809. height: math.unit(2500, "cm"),
  3810. weight: math.unit(100000, "lbs"),
  3811. name: "Feral",
  3812. image: {
  3813. source: "./media/characters/malfressa/feral.svg",
  3814. extra: 2108 / 837,
  3815. bottom: 0.02
  3816. }
  3817. },
  3818. },
  3819. [
  3820. {
  3821. name: "Normal",
  3822. height: math.unit(370, "cm")
  3823. },
  3824. {
  3825. name: "Macro",
  3826. height: math.unit(300, "meters"),
  3827. default: true
  3828. }
  3829. ]
  3830. ))
  3831. characterMakers.push(() => makeCharacter(
  3832. { name: "Jaro" },
  3833. {
  3834. front: {
  3835. height: math.unit(6, "feet"),
  3836. weight: math.unit(60, "kg"),
  3837. name: "Front",
  3838. image: {
  3839. source: "./media/characters/jaro/front.svg"
  3840. }
  3841. },
  3842. back: {
  3843. height: math.unit(6, "feet"),
  3844. weight: math.unit(60, "kg"),
  3845. name: "Back",
  3846. image: {
  3847. source: "./media/characters/jaro/back.svg"
  3848. }
  3849. },
  3850. },
  3851. [
  3852. {
  3853. name: "Micro",
  3854. height: math.unit(7, "inches")
  3855. },
  3856. {
  3857. name: "Normal",
  3858. height: math.unit(5.5, "feet"),
  3859. default: true
  3860. },
  3861. {
  3862. name: "Minimacro",
  3863. height: math.unit(20, "feet")
  3864. },
  3865. {
  3866. name: "Macro",
  3867. height: math.unit(200, "meters")
  3868. }
  3869. ]
  3870. ))
  3871. characterMakers.push(() => makeCharacter(
  3872. { name: "Rogue" },
  3873. {
  3874. front: {
  3875. height: math.unit(6, "feet"),
  3876. weight: math.unit(195, "lb"),
  3877. name: "Front",
  3878. image: {
  3879. source: "./media/characters/rogue/front.svg"
  3880. }
  3881. },
  3882. },
  3883. [
  3884. {
  3885. name: "Macro",
  3886. height: math.unit(90, "feet"),
  3887. default: true
  3888. },
  3889. ]
  3890. ))
  3891. characterMakers.push(() => makeCharacter(
  3892. { name: "Piper" },
  3893. {
  3894. front: {
  3895. height: math.unit(5 + 8 / 12, "feet"),
  3896. weight: math.unit(140, "lb"),
  3897. name: "Front",
  3898. image: {
  3899. source: "./media/characters/piper/front.svg",
  3900. extra: 3928 / 3681
  3901. }
  3902. },
  3903. },
  3904. [
  3905. {
  3906. name: "Micro",
  3907. height: math.unit(2, "inches")
  3908. },
  3909. {
  3910. name: "Normal",
  3911. height: math.unit(5 + 8 / 12, "feet")
  3912. },
  3913. {
  3914. name: "Macro",
  3915. height: math.unit(250, "feet"),
  3916. default: true
  3917. },
  3918. {
  3919. name: "Megamacro",
  3920. height: math.unit(7, "miles")
  3921. },
  3922. ]
  3923. ))
  3924. characterMakers.push(() => makeCharacter(
  3925. { name: "Gemini" },
  3926. {
  3927. front: {
  3928. height: math.unit(6, "feet"),
  3929. weight: math.unit(220, "lb"),
  3930. name: "Front",
  3931. image: {
  3932. source: "./media/characters/gemini/front.svg"
  3933. }
  3934. },
  3935. back: {
  3936. height: math.unit(6, "feet"),
  3937. weight: math.unit(220, "lb"),
  3938. name: "Back",
  3939. image: {
  3940. source: "./media/characters/gemini/back.svg"
  3941. }
  3942. },
  3943. kneeling: {
  3944. height: math.unit(6 / 1.5, "feet"),
  3945. weight: math.unit(220, "lb"),
  3946. name: "Kneeling",
  3947. image: {
  3948. source: "./media/characters/gemini/kneeling.svg",
  3949. bottom: 0.02
  3950. }
  3951. },
  3952. },
  3953. [
  3954. {
  3955. name: "Macro",
  3956. height: math.unit(300, "meters"),
  3957. default: true
  3958. },
  3959. {
  3960. name: "Megamacro",
  3961. height: math.unit(6900, "meters")
  3962. },
  3963. ]
  3964. ))
  3965. characterMakers.push(() => makeCharacter(
  3966. { name: "Alicia" },
  3967. {
  3968. anthro: {
  3969. height: math.unit(2.35, "meters"),
  3970. weight: math.unit(73, "kg"),
  3971. name: "Anthro",
  3972. image: {
  3973. source: "./media/characters/alicia/anthro.svg"
  3974. }
  3975. },
  3976. feral: {
  3977. height: math.unit(1.69, "meters"),
  3978. weight: math.unit(73, "kg"),
  3979. name: "Feral",
  3980. image: {
  3981. source: "./media/characters/alicia/feral.svg"
  3982. }
  3983. },
  3984. },
  3985. [
  3986. {
  3987. name: "Normal",
  3988. height: math.unit(2.35, "meters")
  3989. },
  3990. {
  3991. name: "Macro",
  3992. height: math.unit(60, "meters"),
  3993. default: true
  3994. },
  3995. {
  3996. name: "Megamacro",
  3997. height: math.unit(10000, "kilometers")
  3998. },
  3999. ]
  4000. ))
  4001. characterMakers.push(() => makeCharacter(
  4002. { name: "Archy" },
  4003. {
  4004. front: {
  4005. height: math.unit(7, "feet"),
  4006. weight: math.unit(250, "lbs"),
  4007. name: "Front",
  4008. image: {
  4009. source: "./media/characters/archy/front.svg"
  4010. }
  4011. }
  4012. },
  4013. [
  4014. {
  4015. name: "Micro",
  4016. height: math.unit(1, "inch")
  4017. },
  4018. {
  4019. name: "Shorty",
  4020. height: math.unit(5, "feet")
  4021. },
  4022. {
  4023. name: "Normal",
  4024. height: math.unit(7, "feet")
  4025. },
  4026. {
  4027. name: "Macro",
  4028. height: math.unit(600, "meters"),
  4029. default: true
  4030. },
  4031. {
  4032. name: "Megamacro",
  4033. height: math.unit(1, "mile")
  4034. },
  4035. ]
  4036. ))
  4037. characterMakers.push(() => makeCharacter(
  4038. { name: "Berri" },
  4039. {
  4040. front: {
  4041. height: math.unit(1.65, "meters"),
  4042. weight: math.unit(74, "kg"),
  4043. name: "Front",
  4044. image: {
  4045. source: "./media/characters/berri/front.svg"
  4046. }
  4047. }
  4048. },
  4049. [
  4050. {
  4051. name: "Normal",
  4052. height: math.unit(1.65, "meters")
  4053. },
  4054. {
  4055. name: "Macro",
  4056. height: math.unit(60, "m"),
  4057. default: true
  4058. },
  4059. {
  4060. name: "Megamacro",
  4061. height: math.unit(9.213, "km")
  4062. },
  4063. {
  4064. name: "Planet Eater",
  4065. height: math.unit(489, "megameters")
  4066. },
  4067. {
  4068. name: "Teramacro",
  4069. height: math.unit(2471635000000, "meters")
  4070. },
  4071. {
  4072. name: "Examacro",
  4073. height: math.unit(8.0624e+26, "meters")
  4074. }
  4075. ]
  4076. ))
  4077. characterMakers.push(() => makeCharacter(
  4078. { name: "Lexi" },
  4079. {
  4080. front: {
  4081. height: math.unit(1.72, "meters"),
  4082. weight: math.unit(68, "kg"),
  4083. name: "Front",
  4084. image: {
  4085. source: "./media/characters/lexi/front.svg"
  4086. }
  4087. }
  4088. },
  4089. [
  4090. {
  4091. name: "Very Smol",
  4092. height: math.unit(10, "mm")
  4093. },
  4094. {
  4095. name: "Micro",
  4096. height: math.unit(6.8, "cm"),
  4097. default: true
  4098. },
  4099. {
  4100. name: "Normal",
  4101. height: math.unit(1.72, "m")
  4102. }
  4103. ]
  4104. ))
  4105. characterMakers.push(() => makeCharacter(
  4106. { name: "Martin" },
  4107. {
  4108. front: {
  4109. height: math.unit(1.69, "meters"),
  4110. weight: math.unit(68, "kg"),
  4111. name: "Front",
  4112. image: {
  4113. source: "./media/characters/martin/front.svg",
  4114. extra: 596 / 581
  4115. }
  4116. }
  4117. },
  4118. [
  4119. {
  4120. name: "Micro",
  4121. height: math.unit(6.85, "cm"),
  4122. default: true
  4123. },
  4124. {
  4125. name: "Normal",
  4126. height: math.unit(1.69, "m")
  4127. }
  4128. ]
  4129. ))
  4130. characterMakers.push(() => makeCharacter(
  4131. { name: "Juno" },
  4132. {
  4133. front: {
  4134. height: math.unit(1.69, "meters"),
  4135. weight: math.unit(68, "kg"),
  4136. name: "Front",
  4137. image: {
  4138. source: "./media/characters/juno/front.svg"
  4139. }
  4140. }
  4141. },
  4142. [
  4143. {
  4144. name: "Micro",
  4145. height: math.unit(7, "cm")
  4146. },
  4147. {
  4148. name: "Normal",
  4149. height: math.unit(1.89, "m")
  4150. },
  4151. {
  4152. name: "Macro",
  4153. height: math.unit(353, "meters"),
  4154. default: true
  4155. }
  4156. ]
  4157. ))
  4158. characterMakers.push(() => makeCharacter(
  4159. { name: "Samantha" },
  4160. {
  4161. front: {
  4162. height: math.unit(1.93, "meters"),
  4163. weight: math.unit(83, "kg"),
  4164. name: "Front",
  4165. image: {
  4166. source: "./media/characters/samantha/front.svg"
  4167. }
  4168. },
  4169. frontClothed: {
  4170. height: math.unit(1.93, "meters"),
  4171. weight: math.unit(83, "kg"),
  4172. name: "Front (Clothed)",
  4173. image: {
  4174. source: "./media/characters/samantha/front-clothed.svg"
  4175. }
  4176. },
  4177. back: {
  4178. height: math.unit(1.93, "meters"),
  4179. weight: math.unit(83, "kg"),
  4180. name: "Back",
  4181. image: {
  4182. source: "./media/characters/samantha/back.svg"
  4183. }
  4184. },
  4185. },
  4186. [
  4187. {
  4188. name: "Normal",
  4189. height: math.unit(1.93, "m")
  4190. },
  4191. {
  4192. name: "Macro",
  4193. height: math.unit(74, "meters"),
  4194. default: true
  4195. },
  4196. {
  4197. name: "Macro+",
  4198. height: math.unit(223, "meters"),
  4199. },
  4200. {
  4201. name: "Megamacro",
  4202. height: math.unit(8381, "meters"),
  4203. },
  4204. {
  4205. name: "Megamacro+",
  4206. height: math.unit(12000, "kilometers")
  4207. },
  4208. ]
  4209. ))
  4210. characterMakers.push(() => makeCharacter(
  4211. { name: "Dr. Clay" },
  4212. {
  4213. front: {
  4214. height: math.unit(1.92, "meters"),
  4215. weight: math.unit(80, "kg"),
  4216. name: "Front",
  4217. image: {
  4218. source: "./media/characters/dr-clay/front.svg"
  4219. }
  4220. },
  4221. frontClothed: {
  4222. height: math.unit(1.92, "meters"),
  4223. weight: math.unit(80, "kg"),
  4224. name: "Front (Clothed)",
  4225. image: {
  4226. source: "./media/characters/dr-clay/front-clothed.svg"
  4227. }
  4228. }
  4229. },
  4230. [
  4231. {
  4232. name: "Normal",
  4233. height: math.unit(1.92, "m")
  4234. },
  4235. {
  4236. name: "Macro",
  4237. height: math.unit(214, "meters"),
  4238. default: true
  4239. },
  4240. {
  4241. name: "Macro+",
  4242. height: math.unit(12.237, "meters"),
  4243. },
  4244. {
  4245. name: "Megamacro",
  4246. height: math.unit(557, "megameters"),
  4247. },
  4248. {
  4249. name: "Unimaginable",
  4250. height: math.unit(120e9, "lightyears")
  4251. },
  4252. ]
  4253. ))
  4254. characterMakers.push(() => makeCharacter(
  4255. { name: "Wyvrn Ripsnarl" },
  4256. {
  4257. front: {
  4258. height: math.unit(2, "meters"),
  4259. weight: math.unit(80, "kg"),
  4260. name: "Front",
  4261. image: {
  4262. source: "./media/characters/wyvrn-ripsnarl/front.svg"
  4263. }
  4264. }
  4265. },
  4266. [
  4267. {
  4268. name: "Teramacro",
  4269. height: math.unit(500000, "lightyears"),
  4270. default: true
  4271. },
  4272. ]
  4273. ))
  4274. characterMakers.push(() => makeCharacter(
  4275. { name: "Vemus" },
  4276. {
  4277. front: {
  4278. height: math.unit(2, "meters"),
  4279. weight: math.unit(150, "kg"),
  4280. name: "Front",
  4281. image: {
  4282. source: "./media/characters/vemus/front.svg",
  4283. extra: 2384 / 2084,
  4284. bottom: 0.0123
  4285. }
  4286. }
  4287. },
  4288. [
  4289. {
  4290. name: "Normal",
  4291. height: math.unit(3.75, "meters"),
  4292. default: true
  4293. },
  4294. {
  4295. name: "Big",
  4296. height: math.unit(8, "meters")
  4297. },
  4298. {
  4299. name: "Macro",
  4300. height: math.unit(100, "meters")
  4301. },
  4302. {
  4303. name: "Macro+",
  4304. height: math.unit(1500, "meters")
  4305. },
  4306. {
  4307. name: "Stellar",
  4308. height: math.unit(14e8, "meters")
  4309. },
  4310. ]
  4311. ))
  4312. characterMakers.push(() => makeCharacter(
  4313. { name: "Beherit" },
  4314. {
  4315. front: {
  4316. height: math.unit(2, "meters"),
  4317. weight: math.unit(70, "kg"),
  4318. name: "Front",
  4319. image: {
  4320. source: "./media/characters/beherit/front.svg",
  4321. extra: 1408 / 1242
  4322. }
  4323. }
  4324. },
  4325. [
  4326. {
  4327. name: "Normal",
  4328. height: math.unit(6, "feet")
  4329. },
  4330. {
  4331. name: "Lorg",
  4332. height: math.unit(25, "feet"),
  4333. default: true
  4334. },
  4335. {
  4336. name: "Lorger",
  4337. height: math.unit(75, "feet")
  4338. },
  4339. {
  4340. name: "Macro",
  4341. height: math.unit(200, "meters")
  4342. },
  4343. ]
  4344. ))
  4345. characterMakers.push(() => makeCharacter(
  4346. { name: "Everett" },
  4347. {
  4348. front: {
  4349. height: math.unit(2, "meters"),
  4350. weight: math.unit(150, "kg"),
  4351. name: "Front",
  4352. image: {
  4353. source: "./media/characters/everett/front.svg",
  4354. extra: 2038 / 1737,
  4355. bottom: 0.03
  4356. }
  4357. },
  4358. paw: {
  4359. height: math.unit(2 / 3.6, "meters"),
  4360. name: "Paw",
  4361. image: {
  4362. source: "./media/characters/everett/paw.svg"
  4363. }
  4364. },
  4365. },
  4366. [
  4367. {
  4368. name: "Normal",
  4369. height: math.unit(15, "feet"),
  4370. default: true
  4371. },
  4372. {
  4373. name: "Lorg",
  4374. height: math.unit(70, "feet"),
  4375. default: true
  4376. },
  4377. {
  4378. name: "Lorger",
  4379. height: math.unit(250, "feet")
  4380. },
  4381. {
  4382. name: "Macro",
  4383. height: math.unit(500, "meters")
  4384. },
  4385. ]
  4386. ))
  4387. characterMakers.push(() => makeCharacter(
  4388. { name: "Rose Lion" },
  4389. {
  4390. front: {
  4391. height: math.unit(2, "meters"),
  4392. weight: math.unit(86, "kg"),
  4393. name: "Front",
  4394. image: {
  4395. source: "./media/characters/rose-lion/front.svg"
  4396. }
  4397. },
  4398. bent: {
  4399. height: math.unit(2 / 1.4288, "meters"),
  4400. weight: math.unit(86, "kg"),
  4401. name: "Bent",
  4402. image: {
  4403. source: "./media/characters/rose-lion/bent.svg"
  4404. }
  4405. }
  4406. },
  4407. [
  4408. {
  4409. name: "Mini-Micro",
  4410. height: math.unit(1, "cm")
  4411. },
  4412. {
  4413. name: "Micro",
  4414. height: math.unit(3.5, "inches"),
  4415. default: true
  4416. },
  4417. {
  4418. name: "Normal",
  4419. height: math.unit(6 + 1 / 6, "feet")
  4420. },
  4421. {
  4422. name: "Mini-Macro",
  4423. height: math.unit(9 + 10 / 12, "feet")
  4424. },
  4425. ]
  4426. ))
  4427. characterMakers.push(() => makeCharacter(
  4428. { name: "Regal" },
  4429. {
  4430. front: {
  4431. height: math.unit(2, "meters"),
  4432. weight: math.unit(350, "lbs"),
  4433. name: "Front",
  4434. image: {
  4435. source: "./media/characters/regal/front.svg"
  4436. }
  4437. },
  4438. back: {
  4439. height: math.unit(2, "meters"),
  4440. weight: math.unit(350, "lbs"),
  4441. name: "Back",
  4442. image: {
  4443. source: "./media/characters/regal/back.svg"
  4444. }
  4445. },
  4446. },
  4447. [
  4448. {
  4449. name: "Macro",
  4450. height: math.unit(350, "feet"),
  4451. default: true
  4452. }
  4453. ]
  4454. ))
  4455. characterMakers.push(() => makeCharacter(
  4456. { name: "Opal" },
  4457. {
  4458. front: {
  4459. height: math.unit(4 + 11 / 12, "feet"),
  4460. weight: math.unit(100, "lbs"),
  4461. name: "Front",
  4462. image: {
  4463. source: "./media/characters/opal/front.svg"
  4464. }
  4465. },
  4466. frontAlt: {
  4467. height: math.unit(4 + 11 / 12, "feet"),
  4468. weight: math.unit(100, "lbs"),
  4469. name: "Front (Alt)",
  4470. image: {
  4471. source: "./media/characters/opal/front-alt.svg"
  4472. }
  4473. },
  4474. },
  4475. [
  4476. {
  4477. name: "Small",
  4478. height: math.unit(4 + 11 / 12, "feet")
  4479. },
  4480. {
  4481. name: "Normal",
  4482. height: math.unit(20, "feet"),
  4483. default: true
  4484. },
  4485. {
  4486. name: "Macro",
  4487. height: math.unit(120, "feet")
  4488. },
  4489. {
  4490. name: "Megamacro",
  4491. height: math.unit(80, "miles")
  4492. },
  4493. {
  4494. name: "True Size",
  4495. height: math.unit(100000, "lightyears")
  4496. },
  4497. ]
  4498. ))
  4499. characterMakers.push(() => makeCharacter(
  4500. { name: "Vector Wuff" },
  4501. {
  4502. front: {
  4503. height: math.unit(6, "feet"),
  4504. weight: math.unit(200, "lbs"),
  4505. name: "Front",
  4506. image: {
  4507. source: "./media/characters/vector-wuff/front.svg"
  4508. }
  4509. }
  4510. },
  4511. [
  4512. {
  4513. name: "Normal",
  4514. height: math.unit(2.8, "meters")
  4515. },
  4516. {
  4517. name: "Macro",
  4518. height: math.unit(450, "meters"),
  4519. default: true
  4520. },
  4521. {
  4522. name: "Megamacro",
  4523. height: math.unit(15, "kilometers")
  4524. }
  4525. ]
  4526. ))
  4527. characterMakers.push(() => makeCharacter(
  4528. { name: "Dannik" },
  4529. {
  4530. front: {
  4531. height: math.unit(6, "feet"),
  4532. weight: math.unit(256, "lbs"),
  4533. name: "Front",
  4534. image: {
  4535. source: "./media/characters/dannik/front.svg"
  4536. }
  4537. }
  4538. },
  4539. [
  4540. {
  4541. name: "Macro",
  4542. height: math.unit(69.57, "meters"),
  4543. default: true
  4544. },
  4545. ]
  4546. ))
  4547. characterMakers.push(() => makeCharacter(
  4548. { name: "Azura Saharah" },
  4549. {
  4550. front: {
  4551. height: math.unit(6, "feet"),
  4552. weight: math.unit(120, "lbs"),
  4553. name: "Front",
  4554. image: {
  4555. source: "./media/characters/azura-saharah/front.svg"
  4556. }
  4557. },
  4558. back: {
  4559. height: math.unit(6, "feet"),
  4560. weight: math.unit(120, "lbs"),
  4561. name: "Back",
  4562. image: {
  4563. source: "./media/characters/azura-saharah/back.svg"
  4564. }
  4565. },
  4566. },
  4567. [
  4568. {
  4569. name: "Macro",
  4570. height: math.unit(100, "feet"),
  4571. default: true
  4572. },
  4573. ]
  4574. ))
  4575. characterMakers.push(() => makeCharacter(
  4576. { name: "Kennedy" },
  4577. {
  4578. side: {
  4579. height: math.unit(5 + 4 / 12, "feet"),
  4580. weight: math.unit(163, "lbs"),
  4581. name: "Side",
  4582. image: {
  4583. source: "./media/characters/kennedy/side.svg"
  4584. }
  4585. }
  4586. },
  4587. [
  4588. {
  4589. name: "Standard Doggo",
  4590. height: math.unit(5 + 4 / 12, "feet")
  4591. },
  4592. {
  4593. name: "Big Doggo",
  4594. height: math.unit(25 + 3 / 12, "feet"),
  4595. default: true
  4596. },
  4597. ]
  4598. ))
  4599. characterMakers.push(() => makeCharacter(
  4600. { name: "Odi Lunar" },
  4601. {
  4602. front: {
  4603. height: math.unit(6, "feet"),
  4604. weight: math.unit(90, "lbs"),
  4605. name: "Front",
  4606. image: {
  4607. source: "./media/characters/odi-lunar/front.svg"
  4608. }
  4609. }
  4610. },
  4611. [
  4612. {
  4613. name: "Micro",
  4614. height: math.unit(3, "inches"),
  4615. default: true
  4616. },
  4617. {
  4618. name: "Normal",
  4619. height: math.unit(5.5, "feet")
  4620. }
  4621. ]
  4622. ))
  4623. characterMakers.push(() => makeCharacter(
  4624. { name: "Mandake" },
  4625. {
  4626. back: {
  4627. height: math.unit(6, "feet"),
  4628. weight: math.unit(220, "lbs"),
  4629. name: "Back",
  4630. image: {
  4631. source: "./media/characters/mandake/back.svg"
  4632. }
  4633. }
  4634. },
  4635. [
  4636. {
  4637. name: "Normal",
  4638. height: math.unit(7, "feet"),
  4639. default: true
  4640. },
  4641. {
  4642. name: "Macro",
  4643. height: math.unit(78, "feet")
  4644. },
  4645. {
  4646. name: "Macro+",
  4647. height: math.unit(300, "meters")
  4648. },
  4649. {
  4650. name: "Macro++",
  4651. height: math.unit(2400, "feet")
  4652. },
  4653. {
  4654. name: "Megamacro",
  4655. height: math.unit(5167, "meters")
  4656. },
  4657. {
  4658. name: "Gigamacro",
  4659. height: math.unit(41769, "miles")
  4660. },
  4661. ]
  4662. ))
  4663. characterMakers.push(() => makeCharacter(
  4664. { name: "Yozey" },
  4665. {
  4666. front: {
  4667. height: math.unit(6, "feet"),
  4668. weight: math.unit(120, "lbs"),
  4669. name: "Front",
  4670. image: {
  4671. source: "./media/characters/yozey/front.svg"
  4672. }
  4673. },
  4674. frontAlt: {
  4675. height: math.unit(6, "feet"),
  4676. weight: math.unit(120, "lbs"),
  4677. name: "Front (Alt)",
  4678. image: {
  4679. source: "./media/characters/yozey/front-alt.svg"
  4680. }
  4681. },
  4682. side: {
  4683. height: math.unit(6, "feet"),
  4684. weight: math.unit(120, "lbs"),
  4685. name: "Side",
  4686. image: {
  4687. source: "./media/characters/yozey/side.svg"
  4688. }
  4689. },
  4690. },
  4691. [
  4692. {
  4693. name: "Micro",
  4694. height: math.unit(3, "inches"),
  4695. default: true
  4696. },
  4697. {
  4698. name: "Normal",
  4699. height: math.unit(6, "feet")
  4700. }
  4701. ]
  4702. ))
  4703. characterMakers.push(() => makeCharacter(
  4704. { name: "Valeska Voss" },
  4705. {
  4706. front: {
  4707. height: math.unit(6, "feet"),
  4708. weight: math.unit(103, "lbs"),
  4709. name: "Front",
  4710. image: {
  4711. source: "./media/characters/valeska-voss/front.svg"
  4712. }
  4713. }
  4714. },
  4715. [
  4716. {
  4717. name: "Mini-Sized Sub",
  4718. height: math.unit(3.1, "inches")
  4719. },
  4720. {
  4721. name: "Mid-Sized Sub",
  4722. height: math.unit(6.2, "inches")
  4723. },
  4724. {
  4725. name: "Full-Sized Sub",
  4726. height: math.unit(9.3, "inches")
  4727. },
  4728. {
  4729. name: "Normal",
  4730. height: math.unit(5 + 2 / 12, "foot"),
  4731. default: true
  4732. },
  4733. ]
  4734. ))
  4735. characterMakers.push(() => makeCharacter(
  4736. { name: "Gene Zeta" },
  4737. {
  4738. front: {
  4739. height: math.unit(6, "feet"),
  4740. weight: math.unit(160, "lbs"),
  4741. name: "Front",
  4742. image: {
  4743. source: "./media/characters/gene-zeta/front.svg",
  4744. bottom: 0.03,
  4745. extra: 1
  4746. }
  4747. }
  4748. },
  4749. [
  4750. {
  4751. name: "Normal",
  4752. height: math.unit(6.25, "foot"),
  4753. default: true
  4754. },
  4755. ]
  4756. ))
  4757. characterMakers.push(() => makeCharacter(
  4758. { name: "Razinox" },
  4759. {
  4760. front: {
  4761. height: math.unit(6, "feet"),
  4762. weight: math.unit(350, "lbs"),
  4763. name: "Front",
  4764. image: {
  4765. source: "./media/characters/razinox/front.svg",
  4766. extra: 1686 / 1548
  4767. }
  4768. },
  4769. back: {
  4770. height: math.unit(6, "feet"),
  4771. weight: math.unit(350, "lbs"),
  4772. name: "Back",
  4773. image: {
  4774. source: "./media/characters/razinox/back.svg",
  4775. extra: 1660 / 1590
  4776. }
  4777. },
  4778. },
  4779. [
  4780. {
  4781. name: "Normal",
  4782. height: math.unit(10 + 8 / 12, "foot")
  4783. },
  4784. {
  4785. name: "Minimacro",
  4786. height: math.unit(15, "foot")
  4787. },
  4788. {
  4789. name: "Macro",
  4790. height: math.unit(60, "foot"),
  4791. default: true
  4792. },
  4793. {
  4794. name: "Megamacro",
  4795. height: math.unit(5, "miles")
  4796. },
  4797. {
  4798. name: "Gigamacro",
  4799. height: math.unit(6000, "miles")
  4800. },
  4801. ]
  4802. ))
  4803. characterMakers.push(() => makeCharacter(
  4804. { name: "Cobalt" },
  4805. {
  4806. front: {
  4807. height: math.unit(6, "feet"),
  4808. weight: math.unit(150, "lbs"),
  4809. name: "Front",
  4810. image: {
  4811. source: "./media/characters/cobalt/front.svg"
  4812. }
  4813. }
  4814. },
  4815. [
  4816. {
  4817. name: "Normal",
  4818. height: math.unit(8 + 1 / 12, "foot")
  4819. },
  4820. {
  4821. name: "Macro",
  4822. height: math.unit(111, "foot"),
  4823. default: true
  4824. },
  4825. {
  4826. name: "Supracosmic",
  4827. height: math.unit(1e42, "feet")
  4828. },
  4829. ]
  4830. ))
  4831. characterMakers.push(() => makeCharacter(
  4832. { name: "Amanda" },
  4833. {
  4834. front: {
  4835. height: math.unit(6, "feet"),
  4836. weight: math.unit(140, "lbs"),
  4837. name: "Front",
  4838. image: {
  4839. source: "./media/characters/amanda/front.svg"
  4840. }
  4841. }
  4842. },
  4843. [
  4844. {
  4845. name: "Micro",
  4846. height: math.unit(5, "inches"),
  4847. default: true
  4848. },
  4849. ]
  4850. ))
  4851. characterMakers.push(() => makeCharacter(
  4852. { name: "Teal" },
  4853. {
  4854. front: {
  4855. height: math.unit(5.59, "feet"),
  4856. weight: math.unit(250, "lbs"),
  4857. name: "Front",
  4858. image: {
  4859. source: "./media/characters/teal/front.svg"
  4860. }
  4861. },
  4862. frontAlt: {
  4863. height: math.unit(6, "feet"),
  4864. weight: math.unit(250, "lbs"),
  4865. name: "Front (Alt)",
  4866. image: {
  4867. source: "./media/characters/teal/front-alt.svg",
  4868. bottom: 0.04,
  4869. extra: 1
  4870. }
  4871. },
  4872. },
  4873. [
  4874. {
  4875. name: "Normal",
  4876. height: math.unit(12, "feet"),
  4877. default: true
  4878. },
  4879. {
  4880. name: "Macro",
  4881. height: math.unit(300, "feet")
  4882. },
  4883. ]
  4884. ))
  4885. characterMakers.push(() => makeCharacter(
  4886. { name: "Ravin Amulet" },
  4887. {
  4888. frontCat: {
  4889. height: math.unit(6, "feet"),
  4890. weight: math.unit(180, "lbs"),
  4891. name: "Front (Cat)",
  4892. image: {
  4893. source: "./media/characters/ravin-amulet/front-cat.svg"
  4894. }
  4895. },
  4896. frontCatAlt: {
  4897. height: math.unit(6, "feet"),
  4898. weight: math.unit(180, "lbs"),
  4899. name: "Front (Alt, Cat)",
  4900. image: {
  4901. source: "./media/characters/ravin-amulet/front-cat-alt.svg"
  4902. }
  4903. },
  4904. frontWerewolf: {
  4905. height: math.unit(6 * 1.2, "feet"),
  4906. weight: math.unit(225, "lbs"),
  4907. name: "Front (Werewolf)",
  4908. image: {
  4909. source: "./media/characters/ravin-amulet/front-werewolf.svg"
  4910. }
  4911. },
  4912. backWerewolf: {
  4913. height: math.unit(6 * 1.2, "feet"),
  4914. weight: math.unit(225, "lbs"),
  4915. name: "Back (Werewolf)",
  4916. image: {
  4917. source: "./media/characters/ravin-amulet/back-werewolf.svg"
  4918. }
  4919. },
  4920. },
  4921. [
  4922. {
  4923. name: "Nano",
  4924. height: math.unit(1, "micrometer")
  4925. },
  4926. {
  4927. name: "Micro",
  4928. height: math.unit(1, "inch")
  4929. },
  4930. {
  4931. name: "Normal",
  4932. height: math.unit(6, "feet"),
  4933. default: true
  4934. },
  4935. {
  4936. name: "Macro",
  4937. height: math.unit(60, "feet")
  4938. }
  4939. ]
  4940. ))
  4941. characterMakers.push(() => makeCharacter(
  4942. { name: "Fluoresce" },
  4943. {
  4944. front: {
  4945. height: math.unit(6, "feet"),
  4946. weight: math.unit(165, "lbs"),
  4947. name: "Front",
  4948. image: {
  4949. source: "./media/characters/fluoresce/front.svg"
  4950. }
  4951. }
  4952. },
  4953. [
  4954. {
  4955. name: "Micro",
  4956. height: math.unit(6, "cm")
  4957. },
  4958. {
  4959. name: "Normal",
  4960. height: math.unit(5 + 7 / 12, "feet"),
  4961. default: true
  4962. },
  4963. {
  4964. name: "Macro",
  4965. height: math.unit(56, "feet")
  4966. },
  4967. {
  4968. name: "Megamacro",
  4969. height: math.unit(1.9, "miles")
  4970. },
  4971. ]
  4972. ))
  4973. characterMakers.push(() => makeCharacter(
  4974. { name: "Aurora" },
  4975. {
  4976. front: {
  4977. height: math.unit(9 + 6 / 12, "feet"),
  4978. weight: math.unit(523, "lbs"),
  4979. name: "Side",
  4980. image: {
  4981. source: "./media/characters/aurora/side.svg"
  4982. }
  4983. }
  4984. },
  4985. [
  4986. {
  4987. name: "Normal",
  4988. height: math.unit(9 + 6 / 12, "feet")
  4989. },
  4990. {
  4991. name: "Macro",
  4992. height: math.unit(96, "feet"),
  4993. default: true
  4994. },
  4995. {
  4996. name: "Macro+",
  4997. height: math.unit(243, "feet")
  4998. },
  4999. ]
  5000. ))
  5001. characterMakers.push(() => makeCharacter(
  5002. { name: "Ranek" },
  5003. {
  5004. front: {
  5005. height: math.unit(194, "cm"),
  5006. weight: math.unit(90, "kg"),
  5007. name: "Front",
  5008. image: {
  5009. source: "./media/characters/ranek/front.svg"
  5010. }
  5011. },
  5012. side: {
  5013. height: math.unit(194, "cm"),
  5014. weight: math.unit(90, "kg"),
  5015. name: "Side",
  5016. image: {
  5017. source: "./media/characters/ranek/side.svg"
  5018. }
  5019. },
  5020. back: {
  5021. height: math.unit(194, "cm"),
  5022. weight: math.unit(90, "kg"),
  5023. name: "Back",
  5024. image: {
  5025. source: "./media/characters/ranek/back.svg"
  5026. }
  5027. },
  5028. feral: {
  5029. height: math.unit(30, "cm"),
  5030. weight: math.unit(1.6, "lbs"),
  5031. name: "Feral",
  5032. image: {
  5033. source: "./media/characters/ranek/feral.svg"
  5034. }
  5035. },
  5036. },
  5037. [
  5038. {
  5039. name: "Normal",
  5040. height: math.unit(194, "cm"),
  5041. default: true
  5042. },
  5043. {
  5044. name: "Macro",
  5045. height: math.unit(100, "meters")
  5046. },
  5047. ]
  5048. ))
  5049. characterMakers.push(() => makeCharacter(
  5050. { name: "Andrew Cooper" },
  5051. {
  5052. front: {
  5053. height: math.unit(5 + 6 / 12, "feet"),
  5054. weight: math.unit(153, "lbs"),
  5055. name: "Front",
  5056. image: {
  5057. source: "./media/characters/andrew-cooper/front.svg"
  5058. }
  5059. },
  5060. },
  5061. [
  5062. {
  5063. name: "Nano",
  5064. height: math.unit(1, "mm")
  5065. },
  5066. {
  5067. name: "Micro",
  5068. height: math.unit(2, "inches")
  5069. },
  5070. {
  5071. name: "Normal",
  5072. height: math.unit(5 + 6 / 12, "feet"),
  5073. default: true
  5074. }
  5075. ]
  5076. ))
  5077. characterMakers.push(() => makeCharacter(
  5078. { name: "Akane Sato" },
  5079. {
  5080. front: {
  5081. height: math.unit(6, "feet"),
  5082. weight: math.unit(180, "lbs"),
  5083. name: "Front",
  5084. image: {
  5085. source: "./media/characters/akane-sato/front.svg",
  5086. extra: 1219 / 1140
  5087. }
  5088. },
  5089. back: {
  5090. height: math.unit(6, "feet"),
  5091. weight: math.unit(180, "lbs"),
  5092. name: "Back",
  5093. image: {
  5094. source: "./media/characters/akane-sato/back.svg",
  5095. extra: 1219 / 1170
  5096. }
  5097. },
  5098. },
  5099. [
  5100. {
  5101. name: "Normal",
  5102. height: math.unit(2.5, "meters")
  5103. },
  5104. {
  5105. name: "Macro",
  5106. height: math.unit(250, "meters"),
  5107. default: true
  5108. },
  5109. {
  5110. name: "Megamacro",
  5111. height: math.unit(25, "km")
  5112. },
  5113. ]
  5114. ))
  5115. characterMakers.push(() => makeCharacter(
  5116. { name: "Rook" },
  5117. {
  5118. front: {
  5119. height: math.unit(6, "feet"),
  5120. weight: math.unit(65, "kg"),
  5121. name: "Front",
  5122. image: {
  5123. source: "./media/characters/rook/front.svg",
  5124. extra: 960/950
  5125. }
  5126. }
  5127. },
  5128. [
  5129. {
  5130. name: "Normal",
  5131. height: math.unit(8.8, "feet")
  5132. },
  5133. {
  5134. name: "Macro",
  5135. height: math.unit(88, "feet"),
  5136. default: true
  5137. },
  5138. {
  5139. name: "Megamacro",
  5140. height: math.unit(8, "miles")
  5141. },
  5142. ]
  5143. ))
  5144. characterMakers.push(() => makeCharacter(
  5145. { name: "Prodigy" },
  5146. {
  5147. front: {
  5148. height: math.unit(12 + 2 / 12, "feet"),
  5149. weight: math.unit(808, "lbs"),
  5150. name: "Front",
  5151. image: {
  5152. source: "./media/characters/prodigy/front.svg"
  5153. }
  5154. }
  5155. },
  5156. [
  5157. {
  5158. name: "Normal",
  5159. height: math.unit(12 + 2 / 12, "feet"),
  5160. default: true
  5161. },
  5162. {
  5163. name: "Macro",
  5164. height: math.unit(143, "feet")
  5165. },
  5166. {
  5167. name: "Macro+",
  5168. height: math.unit(400, "feet")
  5169. },
  5170. ]
  5171. ))
  5172. characterMakers.push(() => makeCharacter(
  5173. { name: "Daniel" },
  5174. {
  5175. front: {
  5176. height: math.unit(6, "feet"),
  5177. weight: math.unit(225, "lbs"),
  5178. name: "Front",
  5179. image: {
  5180. source: "./media/characters/daniel/front.svg"
  5181. }
  5182. },
  5183. leaning: {
  5184. height: math.unit(6, "feet"),
  5185. weight: math.unit(225, "lbs"),
  5186. name: "Leaning",
  5187. image: {
  5188. source: "./media/characters/daniel/leaning.svg"
  5189. }
  5190. },
  5191. },
  5192. [
  5193. {
  5194. name: "Macro",
  5195. height: math.unit(1000, "feet"),
  5196. default: true
  5197. },
  5198. ]
  5199. ))
  5200. characterMakers.push(() => makeCharacter(
  5201. { name: "Chiros" },
  5202. {
  5203. front: {
  5204. height: math.unit(6, "feet"),
  5205. weight: math.unit(88, "lbs"),
  5206. name: "Front",
  5207. image: {
  5208. source: "./media/characters/chiros/front.svg",
  5209. extra: 306 / 226
  5210. }
  5211. },
  5212. side: {
  5213. height: math.unit(6, "feet"),
  5214. weight: math.unit(88, "lbs"),
  5215. name: "Side",
  5216. image: {
  5217. source: "./media/characters/chiros/side.svg",
  5218. extra: 306 / 226
  5219. }
  5220. },
  5221. },
  5222. [
  5223. {
  5224. name: "Normal",
  5225. height: math.unit(6, "cm"),
  5226. default: true
  5227. },
  5228. ]
  5229. ))
  5230. characterMakers.push(() => makeCharacter(
  5231. { name: "Selka" },
  5232. {
  5233. front: {
  5234. height: math.unit(6, "feet"),
  5235. weight: math.unit(100, "lbs"),
  5236. name: "Front",
  5237. image: {
  5238. source: "./media/characters/selka/front.svg",
  5239. extra: 947 / 887
  5240. }
  5241. }
  5242. },
  5243. [
  5244. {
  5245. name: "Normal",
  5246. height: math.unit(5, "cm"),
  5247. default: true
  5248. },
  5249. ]
  5250. ))
  5251. characterMakers.push(() => makeCharacter(
  5252. { name: "Verin" },
  5253. {
  5254. front: {
  5255. height: math.unit(8 + 3 / 12, "feet"),
  5256. weight: math.unit(424, "lbs"),
  5257. name: "Front",
  5258. image: {
  5259. source: "./media/characters/verin/front.svg",
  5260. extra: 1845 / 1550
  5261. }
  5262. },
  5263. frontArmored: {
  5264. height: math.unit(8 + 3 / 12, "feet"),
  5265. weight: math.unit(424, "lbs"),
  5266. name: "Front (Armored)",
  5267. image: {
  5268. source: "./media/characters/verin/front-armor.svg",
  5269. extra: 1845 / 1550,
  5270. bottom: 0.01
  5271. }
  5272. },
  5273. back: {
  5274. height: math.unit(8 + 3 / 12, "feet"),
  5275. weight: math.unit(424, "lbs"),
  5276. name: "Back",
  5277. image: {
  5278. source: "./media/characters/verin/back.svg",
  5279. bottom: 0.1,
  5280. extra: 1
  5281. }
  5282. },
  5283. foot: {
  5284. height: math.unit((8 + 3 / 12) / 4.7, "feet"),
  5285. name: "Foot",
  5286. image: {
  5287. source: "./media/characters/verin/foot.svg"
  5288. }
  5289. },
  5290. },
  5291. [
  5292. {
  5293. name: "Normal",
  5294. height: math.unit(8 + 3 / 12, "feet")
  5295. },
  5296. {
  5297. name: "Minimacro",
  5298. height: math.unit(21, "feet"),
  5299. default: true
  5300. },
  5301. {
  5302. name: "Macro",
  5303. height: math.unit(626, "feet")
  5304. },
  5305. ]
  5306. ))
  5307. characterMakers.push(() => makeCharacter(
  5308. { name: "Sovrim Terraquian" },
  5309. {
  5310. front: {
  5311. height: math.unit(2.718, "meters"),
  5312. weight: math.unit(150, "lbs"),
  5313. name: "Front",
  5314. image: {
  5315. source: "./media/characters/sovrim-terraquian/front.svg"
  5316. }
  5317. },
  5318. back: {
  5319. height: math.unit(2.718, "meters"),
  5320. weight: math.unit(150, "lbs"),
  5321. name: "Back",
  5322. image: {
  5323. source: "./media/characters/sovrim-terraquian/back.svg"
  5324. }
  5325. }
  5326. },
  5327. [
  5328. {
  5329. name: "Micro",
  5330. height: math.unit(2, "inches")
  5331. },
  5332. {
  5333. name: "Small",
  5334. height: math.unit(1, "meter")
  5335. },
  5336. {
  5337. name: "Normal",
  5338. height: math.unit(Math.E, "meters"),
  5339. default: true
  5340. },
  5341. {
  5342. name: "Macro",
  5343. height: math.unit(20, "meters")
  5344. },
  5345. {
  5346. name: "Macro+",
  5347. height: math.unit(400, "meters")
  5348. },
  5349. ]
  5350. ))
  5351. characterMakers.push(() => makeCharacter(
  5352. { name: "Reece Silvermane" },
  5353. {
  5354. front: {
  5355. height: math.unit(7, "feet"),
  5356. weight: math.unit(489, "lbs"),
  5357. name: "Front",
  5358. image: {
  5359. source: "./media/characters/reece-silvermane/front.svg",
  5360. bottom: 0.02,
  5361. extra: 1
  5362. }
  5363. },
  5364. },
  5365. [
  5366. {
  5367. name: "Macro",
  5368. height: math.unit(1.5, "miles"),
  5369. default: true
  5370. },
  5371. ]
  5372. ))
  5373. characterMakers.push(() => makeCharacter(
  5374. { name: "Kane" },
  5375. {
  5376. front: {
  5377. height: math.unit(6, "feet"),
  5378. weight: math.unit(78, "kg"),
  5379. name: "Front",
  5380. image: {
  5381. source: "./media/characters/kane/front.svg",
  5382. extra: 978 / 899
  5383. }
  5384. },
  5385. },
  5386. [
  5387. {
  5388. name: "Normal",
  5389. height: math.unit(2.1, "m"),
  5390. },
  5391. {
  5392. name: "Macro",
  5393. height: math.unit(1, "km"),
  5394. default: true
  5395. },
  5396. ]
  5397. ))
  5398. characterMakers.push(() => makeCharacter(
  5399. { name: "Tegon" },
  5400. {
  5401. front: {
  5402. height: math.unit(6, "feet"),
  5403. weight: math.unit(200, "kg"),
  5404. name: "Front",
  5405. image: {
  5406. source: "./media/characters/tegon/front.svg",
  5407. bottom: 0.01,
  5408. extra: 1
  5409. }
  5410. },
  5411. },
  5412. [
  5413. {
  5414. name: "Micro",
  5415. height: math.unit(1, "inch")
  5416. },
  5417. {
  5418. name: "Normal",
  5419. height: math.unit(6 + 3 / 12, "feet"),
  5420. default: true
  5421. },
  5422. {
  5423. name: "Macro",
  5424. height: math.unit(300, "feet")
  5425. },
  5426. {
  5427. name: "Megamacro",
  5428. height: math.unit(69, "miles")
  5429. },
  5430. ]
  5431. ))
  5432. characterMakers.push(() => makeCharacter(
  5433. { name: "Arcturax" },
  5434. {
  5435. side: {
  5436. height: math.unit(6, "feet"),
  5437. weight: math.unit(2304, "lbs"),
  5438. name: "Side",
  5439. image: {
  5440. source: "./media/characters/arcturax/side.svg",
  5441. extra: 790 / 376,
  5442. bottom: 0.01
  5443. }
  5444. },
  5445. },
  5446. [
  5447. {
  5448. name: "Micro",
  5449. height: math.unit(2, "inch")
  5450. },
  5451. {
  5452. name: "Normal",
  5453. height: math.unit(6, "feet")
  5454. },
  5455. {
  5456. name: "Macro",
  5457. height: math.unit(39, "feet"),
  5458. default: true
  5459. },
  5460. {
  5461. name: "Megamacro",
  5462. height: math.unit(7, "miles")
  5463. },
  5464. ]
  5465. ))
  5466. characterMakers.push(() => makeCharacter(
  5467. { name: "Sentri" },
  5468. {
  5469. front: {
  5470. height: math.unit(6, "feet"),
  5471. weight: math.unit(50, "lbs"),
  5472. name: "Front",
  5473. image: {
  5474. source: "./media/characters/sentri/front.svg",
  5475. extra: 1750 / 1570,
  5476. bottom: 0.025
  5477. }
  5478. },
  5479. frontAlt: {
  5480. height: math.unit(6, "feet"),
  5481. weight: math.unit(50, "lbs"),
  5482. name: "Front (Alt)",
  5483. image: {
  5484. source: "./media/characters/sentri/front-alt.svg",
  5485. extra: 1750 / 1570,
  5486. bottom: 0.025
  5487. }
  5488. },
  5489. },
  5490. [
  5491. {
  5492. name: "Normal",
  5493. height: math.unit(15, "feet"),
  5494. default: true
  5495. },
  5496. {
  5497. name: "Macro",
  5498. height: math.unit(2500, "feet")
  5499. }
  5500. ]
  5501. ))
  5502. characterMakers.push(() => makeCharacter(
  5503. { name: "Corvin" },
  5504. {
  5505. front: {
  5506. height: math.unit(5 + 8 / 12, "feet"),
  5507. weight: math.unit(130, "lbs"),
  5508. name: "Front",
  5509. image: {
  5510. source: "./media/characters/corvin/front.svg",
  5511. extra: 1803 / 1629
  5512. }
  5513. },
  5514. frontShirt: {
  5515. height: math.unit(5 + 8 / 12, "feet"),
  5516. weight: math.unit(130, "lbs"),
  5517. name: "Front (Shirt)",
  5518. image: {
  5519. source: "./media/characters/corvin/front-shirt.svg",
  5520. extra: 1803 / 1629
  5521. }
  5522. },
  5523. frontPoncho: {
  5524. height: math.unit(5 + 8 / 12, "feet"),
  5525. weight: math.unit(130, "lbs"),
  5526. name: "Front (Poncho)",
  5527. image: {
  5528. source: "./media/characters/corvin/front-poncho.svg",
  5529. extra: 1803 / 1629
  5530. }
  5531. },
  5532. side: {
  5533. height: math.unit(5 + 8 / 12, "feet"),
  5534. weight: math.unit(130, "lbs"),
  5535. name: "Side",
  5536. image: {
  5537. source: "./media/characters/corvin/side.svg",
  5538. extra: 1012 / 945
  5539. }
  5540. },
  5541. back: {
  5542. height: math.unit(5 + 8 / 12, "feet"),
  5543. weight: math.unit(130, "lbs"),
  5544. name: "Back",
  5545. image: {
  5546. source: "./media/characters/corvin/back.svg",
  5547. extra: 1803 / 1629
  5548. }
  5549. },
  5550. },
  5551. [
  5552. {
  5553. name: "Micro",
  5554. height: math.unit(3, "inches")
  5555. },
  5556. {
  5557. name: "Normal",
  5558. height: math.unit(5 + 8 / 12, "feet")
  5559. },
  5560. {
  5561. name: "Macro",
  5562. height: math.unit(300, "feet"),
  5563. default: true
  5564. },
  5565. {
  5566. name: "Megamacro",
  5567. height: math.unit(500, "miles")
  5568. }
  5569. ]
  5570. ))
  5571. characterMakers.push(() => makeCharacter(
  5572. { name: "Q" },
  5573. {
  5574. front: {
  5575. height: math.unit(6, "feet"),
  5576. weight: math.unit(135, "lbs"),
  5577. name: "Front",
  5578. image: {
  5579. source: "./media/characters/q/front.svg",
  5580. extra: 854 / 752,
  5581. bottom: 0.005
  5582. }
  5583. },
  5584. back: {
  5585. height: math.unit(6, "feet"),
  5586. weight: math.unit(130, "lbs"),
  5587. name: "Back",
  5588. image: {
  5589. source: "./media/characters/q/back.svg",
  5590. extra: 854 / 752
  5591. }
  5592. },
  5593. },
  5594. [
  5595. {
  5596. name: "Macro",
  5597. height: math.unit(90, "feet"),
  5598. default: true
  5599. },
  5600. {
  5601. name: "Extra Macro",
  5602. height: math.unit(300, "feet"),
  5603. },
  5604. {
  5605. name: "BIG WALF",
  5606. height: math.unit(750, "feet"),
  5607. },
  5608. ]
  5609. ))
  5610. characterMakers.push(() => makeCharacter(
  5611. { name: "Carley" },
  5612. {
  5613. front: {
  5614. height: math.unit(6, "feet"),
  5615. weight: math.unit(150, "lbs"),
  5616. name: "Front",
  5617. image: {
  5618. source: "./media/characters/carley/front.svg",
  5619. extra: 3927 / 3540,
  5620. bottom: 0.03
  5621. }
  5622. }
  5623. },
  5624. [
  5625. {
  5626. name: "Normal",
  5627. height: math.unit(6 + 3 / 12, "feet")
  5628. },
  5629. {
  5630. name: "Macro",
  5631. height: math.unit(185, "feet"),
  5632. default: true
  5633. },
  5634. {
  5635. name: "Megamacro",
  5636. height: math.unit(8, "miles"),
  5637. },
  5638. ]
  5639. ))
  5640. characterMakers.push(() => makeCharacter(
  5641. { name: "Citrine" },
  5642. {
  5643. front: {
  5644. height: math.unit(3, "feet"),
  5645. weight: math.unit(28, "lbs"),
  5646. name: "Front",
  5647. image: {
  5648. source: "./media/characters/citrine/front.svg"
  5649. }
  5650. }
  5651. },
  5652. [
  5653. {
  5654. name: "Normal",
  5655. height: math.unit(3, "feet"),
  5656. default: true
  5657. }
  5658. ]
  5659. ))
  5660. characterMakers.push(() => makeCharacter(
  5661. { name: "Aura Starwind" },
  5662. {
  5663. front: {
  5664. height: math.unit(14, "feet"),
  5665. weight: math.unit(1450, "kg"),
  5666. name: "Front",
  5667. image: {
  5668. source: "./media/characters/aura-starwind/front.svg",
  5669. extra: 1455 / 1335
  5670. }
  5671. },
  5672. side: {
  5673. height: math.unit(14, "feet"),
  5674. weight: math.unit(1450, "kg"),
  5675. name: "Side",
  5676. image: {
  5677. source: "./media/characters/aura-starwind/side.svg",
  5678. extra: 1654 / 1497
  5679. }
  5680. },
  5681. taur: {
  5682. height: math.unit(18, "feet"),
  5683. weight: math.unit(5500, "kg"),
  5684. name: "Taur",
  5685. image: {
  5686. source: "./media/characters/aura-starwind/taur.svg",
  5687. extra: 1760 / 1650
  5688. }
  5689. },
  5690. feral: {
  5691. height: math.unit(46, "feet"),
  5692. weight: math.unit(25000, "kg"),
  5693. name: "Feral",
  5694. image: {
  5695. source: "./media/characters/aura-starwind/feral.svg"
  5696. }
  5697. },
  5698. },
  5699. [
  5700. {
  5701. name: "Normal",
  5702. height: math.unit(14, "feet"),
  5703. default: true
  5704. },
  5705. {
  5706. name: "Macro",
  5707. height: math.unit(50, "meters")
  5708. },
  5709. {
  5710. name: "Megamacro",
  5711. height: math.unit(5000, "meters")
  5712. },
  5713. {
  5714. name: "Gigamacro",
  5715. height: math.unit(100000, "kilometers")
  5716. },
  5717. ]
  5718. ))
  5719. characterMakers.push(() => makeCharacter(
  5720. { name: "Rivet" },
  5721. {
  5722. front: {
  5723. height: math.unit(2 + 7 / 12, "feet"),
  5724. weight: math.unit(32, "lbs"),
  5725. name: "Front",
  5726. image: {
  5727. source: "./media/characters/rivet/front.svg",
  5728. extra: 1716 / 1658,
  5729. bottom: 0.03
  5730. }
  5731. },
  5732. foot: {
  5733. height: math.unit(0.551, "feet"),
  5734. name: "Rivet's Foot",
  5735. image: {
  5736. source: "./media/characters/rivet/foot.svg"
  5737. },
  5738. rename: true
  5739. }
  5740. },
  5741. [
  5742. {
  5743. name: "Micro",
  5744. height: math.unit(1.5, "inches"),
  5745. },
  5746. {
  5747. name: "Normal",
  5748. height: math.unit(2 + 7 / 12, "feet"),
  5749. default: true
  5750. },
  5751. {
  5752. name: "Macro",
  5753. height: math.unit(85, "feet")
  5754. },
  5755. {
  5756. name: "Megamacro",
  5757. height: math.unit(2.2, "km")
  5758. }
  5759. ]
  5760. ))
  5761. characterMakers.push(() => makeCharacter(
  5762. { name: "Coffee" },
  5763. {
  5764. front: {
  5765. height: math.unit(5 + 9 / 12, "feet"),
  5766. weight: math.unit(150, "lbs"),
  5767. name: "Front",
  5768. image: {
  5769. source: "./media/characters/coffee/front.svg",
  5770. extra: 3666 / 3032,
  5771. bottom: 0.04
  5772. }
  5773. },
  5774. foot: {
  5775. height: math.unit(1.29, "feet"),
  5776. name: "Foot",
  5777. image: {
  5778. source: "./media/characters/coffee/foot.svg"
  5779. }
  5780. },
  5781. },
  5782. [
  5783. {
  5784. name: "Micro",
  5785. height: math.unit(2, "inches"),
  5786. },
  5787. {
  5788. name: "Normal",
  5789. height: math.unit(5 + 9 / 12, "feet"),
  5790. default: true
  5791. },
  5792. {
  5793. name: "Macro",
  5794. height: math.unit(800, "feet")
  5795. },
  5796. {
  5797. name: "Megamacro",
  5798. height: math.unit(25, "miles")
  5799. }
  5800. ]
  5801. ))
  5802. characterMakers.push(() => makeCharacter(
  5803. { name: "Chari-Gal" },
  5804. {
  5805. front: {
  5806. height: math.unit(6, "feet"),
  5807. weight: math.unit(200, "lbs"),
  5808. name: "Front",
  5809. image: {
  5810. source: "./media/characters/chari-gal/front.svg",
  5811. extra: 1568 / 1385,
  5812. bottom: 0.047
  5813. }
  5814. },
  5815. gigantamax: {
  5816. height: math.unit(6 * 16, "feet"),
  5817. weight: math.unit(200 * 16 * 16 * 16, "lbs"),
  5818. name: "Gigantamax",
  5819. image: {
  5820. source: "./media/characters/chari-gal/gigantamax.svg",
  5821. extra: 1124 / 888,
  5822. bottom: 0.03
  5823. }
  5824. },
  5825. },
  5826. [
  5827. {
  5828. name: "Normal",
  5829. height: math.unit(5 + 7 / 12, "feet")
  5830. },
  5831. {
  5832. name: "Macro",
  5833. height: math.unit(200, "feet"),
  5834. default: true
  5835. }
  5836. ]
  5837. ))
  5838. characterMakers.push(() => makeCharacter(
  5839. { name: "Nova" },
  5840. {
  5841. front: {
  5842. height: math.unit(6, "feet"),
  5843. weight: math.unit(150, "lbs"),
  5844. name: "Front",
  5845. image: {
  5846. source: "./media/characters/nova/front.svg",
  5847. extra: 5000 / 4722,
  5848. bottom: 0.02
  5849. }
  5850. }
  5851. },
  5852. [
  5853. {
  5854. name: "Micro-",
  5855. height: math.unit(0.8, "inches")
  5856. },
  5857. {
  5858. name: "Micro",
  5859. height: math.unit(2, "inches"),
  5860. default: true
  5861. },
  5862. ]
  5863. ))
  5864. characterMakers.push(() => makeCharacter(
  5865. { name: "Argent" },
  5866. {
  5867. front: {
  5868. height: math.unit(3 + 1 / 12, "feet"),
  5869. weight: math.unit(21.7, "lbs"),
  5870. name: "Front",
  5871. image: {
  5872. source: "./media/characters/argent/front.svg",
  5873. extra: 1565 / 1416,
  5874. bottom: 0.01
  5875. }
  5876. }
  5877. },
  5878. [
  5879. {
  5880. name: "Micro",
  5881. height: math.unit(2, "inches")
  5882. },
  5883. {
  5884. name: "Normal",
  5885. height: math.unit(3 + 1 / 12, "feet"),
  5886. default: true
  5887. },
  5888. {
  5889. name: "Macro",
  5890. height: math.unit(120, "feet")
  5891. },
  5892. ]
  5893. ))
  5894. characterMakers.push(() => makeCharacter(
  5895. { name: "Mira al-Cul" },
  5896. {
  5897. lamp: {
  5898. height: math.unit(7 * 1559 / 989, "feet"),
  5899. name: "Magic Lamp",
  5900. image: {
  5901. source: "./media/characters/mira-al-cul/lamp.svg",
  5902. extra: 1617 / 1559
  5903. }
  5904. },
  5905. front: {
  5906. height: math.unit(7, "feet"),
  5907. name: "Front",
  5908. image: {
  5909. source: "./media/characters/mira-al-cul/front.svg",
  5910. extra: 1044 / 990
  5911. }
  5912. },
  5913. },
  5914. [
  5915. {
  5916. name: "Heavily Restricted",
  5917. height: math.unit(7 * 1559 / 989, "feet")
  5918. },
  5919. {
  5920. name: "Freshly Freed",
  5921. height: math.unit(50 * 1559 / 989, "feet")
  5922. },
  5923. {
  5924. name: "World Encompassing",
  5925. height: math.unit(10000 * 1559 / 989, "miles")
  5926. },
  5927. {
  5928. name: "Galactic",
  5929. height: math.unit(1.433 * 1559 / 989, "zettameters")
  5930. },
  5931. {
  5932. name: "Palmed Universe",
  5933. height: math.unit(6000 * 1559 / 989, "yottameters"),
  5934. default: true
  5935. },
  5936. {
  5937. name: "Multiversal Matriarch",
  5938. height: math.unit(8.87e10, "yottameters")
  5939. },
  5940. {
  5941. name: "Void Mother",
  5942. height: math.unit(3.14e110, "yottaparsecs")
  5943. },
  5944. ]
  5945. ))
  5946. characterMakers.push(() => makeCharacter(
  5947. { name: "Kuro-shi Uchū" },
  5948. {
  5949. front: {
  5950. height: math.unit(17 + 1 / 12, "feet"),
  5951. weight: math.unit(476.2 * 5, "lbs"),
  5952. name: "Front",
  5953. image: {
  5954. source: "./media/characters/kuro-shi-uchū/front.svg",
  5955. extra: 2329 / 1835,
  5956. bottom: 0.02
  5957. }
  5958. },
  5959. },
  5960. [
  5961. {
  5962. name: "Micro",
  5963. height: math.unit(2, "inches")
  5964. },
  5965. {
  5966. name: "Normal",
  5967. height: math.unit(12, "meters")
  5968. },
  5969. {
  5970. name: "Planetary",
  5971. height: math.unit(0.00929, "AU"),
  5972. default: true
  5973. },
  5974. {
  5975. name: "Universal",
  5976. height: math.unit(20, "gigaparsecs")
  5977. },
  5978. ]
  5979. ))
  5980. characterMakers.push(() => makeCharacter(
  5981. { name: "Katherine" },
  5982. {
  5983. front: {
  5984. height: math.unit(5 + 2 / 12, "feet"),
  5985. weight: math.unit(120, "lbs"),
  5986. name: "Front",
  5987. image: {
  5988. source: "./media/characters/katherine/front.svg",
  5989. extra: 2075 / 1969
  5990. }
  5991. },
  5992. dress: {
  5993. height: math.unit(5 + 2 / 12, "feet"),
  5994. weight: math.unit(120, "lbs"),
  5995. name: "Dress",
  5996. image: {
  5997. source: "./media/characters/katherine/dress.svg",
  5998. extra: 2258 / 2064
  5999. }
  6000. },
  6001. },
  6002. [
  6003. {
  6004. name: "Micro",
  6005. height: math.unit(1, "inches"),
  6006. default: true
  6007. },
  6008. {
  6009. name: "Normal",
  6010. height: math.unit(5 + 2 / 12, "feet")
  6011. },
  6012. {
  6013. name: "Macro",
  6014. height: math.unit(100, "meters")
  6015. },
  6016. {
  6017. name: "Megamacro",
  6018. height: math.unit(80, "miles")
  6019. },
  6020. ]
  6021. ))
  6022. characterMakers.push(() => makeCharacter(
  6023. { name: "Yevis" },
  6024. {
  6025. front: {
  6026. height: math.unit(7 + 8 / 12, "feet"),
  6027. weight: math.unit(250, "lbs"),
  6028. name: "Front",
  6029. image: {
  6030. source: "./media/characters/yevis/front.svg",
  6031. extra: 1938 / 1755
  6032. }
  6033. }
  6034. },
  6035. [
  6036. {
  6037. name: "Mortal",
  6038. height: math.unit(7 + 8 / 12, "feet")
  6039. },
  6040. {
  6041. name: "Battle",
  6042. height: math.unit(25 + 11 / 12, "feet")
  6043. },
  6044. {
  6045. name: "Wrath",
  6046. height: math.unit(1654 + 11 / 12, "feet")
  6047. },
  6048. {
  6049. name: "Planet Destroyer",
  6050. height: math.unit(12000, "miles")
  6051. },
  6052. {
  6053. name: "Galaxy Conqueror",
  6054. height: math.unit(1.45, "zettameters"),
  6055. default: true
  6056. },
  6057. {
  6058. name: "Universal War",
  6059. height: math.unit(184, "gigaparsecs")
  6060. },
  6061. {
  6062. name: "Eternity War",
  6063. height: math.unit(1.98e55, "yottaparsecs")
  6064. },
  6065. ]
  6066. ))
  6067. characterMakers.push(() => makeCharacter(
  6068. { name: "Xavier" },
  6069. {
  6070. front: {
  6071. height: math.unit(5 + 8 / 12, "feet"),
  6072. weight: math.unit(63, "kg"),
  6073. name: "Front",
  6074. image: {
  6075. source: "./media/characters/xavier/front.svg",
  6076. extra: 944 / 883
  6077. }
  6078. },
  6079. frontStretch: {
  6080. height: math.unit(5 + 8 / 12, "feet"),
  6081. weight: math.unit(63, "kg"),
  6082. name: "Stretching",
  6083. image: {
  6084. source: "./media/characters/xavier/front-stretch.svg",
  6085. extra: 962 / 820
  6086. }
  6087. },
  6088. },
  6089. [
  6090. {
  6091. name: "Normal",
  6092. height: math.unit(5 + 8 / 12, "feet")
  6093. },
  6094. {
  6095. name: "Macro",
  6096. height: math.unit(100, "meters"),
  6097. default: true
  6098. },
  6099. {
  6100. name: "McLargeHuge",
  6101. height: math.unit(10, "miles")
  6102. },
  6103. ]
  6104. ))
  6105. characterMakers.push(() => makeCharacter(
  6106. { name: "Joshii" },
  6107. {
  6108. front: {
  6109. height: math.unit(5 + 5 / 12, "feet"),
  6110. weight: math.unit(150, "lb"),
  6111. name: "Front",
  6112. image: {
  6113. source: "./media/characters/joshii/front.svg"
  6114. }
  6115. },
  6116. foot: {
  6117. height: math.unit((5 + 5 / 12) * 0.1676, "feet"),
  6118. name: "Foot",
  6119. image: {
  6120. source: "./media/characters/joshii/foot.svg"
  6121. }
  6122. },
  6123. },
  6124. [
  6125. {
  6126. name: "Micro",
  6127. height: math.unit(2, "inches")
  6128. },
  6129. {
  6130. name: "Normal",
  6131. height: math.unit(5 + 5 / 12, "feet"),
  6132. default: true
  6133. },
  6134. {
  6135. name: "Macro",
  6136. height: math.unit(785, "feet")
  6137. },
  6138. {
  6139. name: "Megamacro",
  6140. height: math.unit(24.5, "miles")
  6141. },
  6142. ]
  6143. ))
  6144. characterMakers.push(() => makeCharacter(
  6145. { name: "Goddess Elizabeth" },
  6146. {
  6147. front: {
  6148. height: math.unit(6, "feet"),
  6149. weight: math.unit(150, "lb"),
  6150. name: "Front",
  6151. image: {
  6152. source: "./media/characters/goddess-elizabeth/front.svg",
  6153. extra: 1800 / 1525,
  6154. bottom: 0.005
  6155. }
  6156. },
  6157. foot: {
  6158. height: math.unit(6 * 0.25436 * 1800 / 1525 / 2, "feet"),
  6159. name: "Foot",
  6160. image: {
  6161. source: "./media/characters/goddess-elizabeth/foot.svg"
  6162. }
  6163. },
  6164. },
  6165. [
  6166. {
  6167. name: "Micro",
  6168. height: math.unit(12, "feet")
  6169. },
  6170. {
  6171. name: "Normal",
  6172. height: math.unit(80, "miles"),
  6173. default: true
  6174. },
  6175. {
  6176. name: "Macro",
  6177. height: math.unit(15000, "parsecs")
  6178. },
  6179. ]
  6180. ))
  6181. characterMakers.push(() => makeCharacter(
  6182. { name: "Kara" },
  6183. {
  6184. front: {
  6185. height: math.unit(5 + 9 / 12, "feet"),
  6186. weight: math.unit(144, "lb"),
  6187. name: "Front",
  6188. image: {
  6189. source: "./media/characters/kara/front.svg"
  6190. }
  6191. },
  6192. feet: {
  6193. height: math.unit(6 / 6.765, "feet"),
  6194. name: "Kara's Feet",
  6195. rename: true,
  6196. image: {
  6197. source: "./media/characters/kara/feet.svg"
  6198. }
  6199. },
  6200. },
  6201. [
  6202. {
  6203. name: "Normal",
  6204. height: math.unit(5 + 9 / 12, "feet")
  6205. },
  6206. {
  6207. name: "Macro",
  6208. height: math.unit(174, "feet"),
  6209. default: true
  6210. },
  6211. ]
  6212. ))
  6213. characterMakers.push(() => makeCharacter(
  6214. { name: "Tyrone" },
  6215. {
  6216. front: {
  6217. height: math.unit(18, "feet"),
  6218. weight: math.unit(4050, "lb"),
  6219. name: "Front",
  6220. image: {
  6221. source: "./media/characters/tyrone/front.svg",
  6222. extra: 2520 / 2402,
  6223. bottom: 0.025
  6224. }
  6225. },
  6226. },
  6227. [
  6228. {
  6229. name: "Normal",
  6230. height: math.unit(18, "feet"),
  6231. default: true
  6232. },
  6233. {
  6234. name: "Macro",
  6235. height: math.unit(300, "feet")
  6236. },
  6237. ]
  6238. ))
  6239. characterMakers.push(() => makeCharacter(
  6240. { name: "Danny" },
  6241. {
  6242. front: {
  6243. height: math.unit(7 + 8 / 12, "feet"),
  6244. weight: math.unit(120, "lb"),
  6245. name: "Front",
  6246. image: {
  6247. source: "./media/characters/danny/front.svg",
  6248. extra: 1490 / 1350
  6249. }
  6250. },
  6251. back: {
  6252. height: math.unit(7 + 8 / 12, "feet"),
  6253. weight: math.unit(120, "lb"),
  6254. name: "Back",
  6255. image: {
  6256. source: "./media/characters/danny/back.svg",
  6257. extra: 1490 / 1350
  6258. }
  6259. },
  6260. },
  6261. [
  6262. {
  6263. name: "Normal",
  6264. height: math.unit(7 + 8 / 12, "feet"),
  6265. default: true
  6266. },
  6267. ]
  6268. ))
  6269. characterMakers.push(() => makeCharacter(
  6270. { name: "Mallow" },
  6271. {
  6272. front: {
  6273. height: math.unit(3.5, "inches"),
  6274. weight: math.unit(19, "grams"),
  6275. name: "Front",
  6276. image: {
  6277. source: "./media/characters/mallow/front.svg",
  6278. extra: 471 / 431
  6279. }
  6280. },
  6281. back: {
  6282. height: math.unit(3.5, "inches"),
  6283. weight: math.unit(19, "grams"),
  6284. name: "Back",
  6285. image: {
  6286. source: "./media/characters/mallow/back.svg",
  6287. extra: 471 / 431
  6288. }
  6289. },
  6290. },
  6291. [
  6292. {
  6293. name: "Normal",
  6294. height: math.unit(3.5, "inches"),
  6295. default: true
  6296. },
  6297. ]
  6298. ))
  6299. characterMakers.push(() => makeCharacter(
  6300. { name: "Starry Aqua" },
  6301. {
  6302. front: {
  6303. height: math.unit(9, "feet"),
  6304. weight: math.unit(230, "kg"),
  6305. name: "Front",
  6306. image: {
  6307. source: "./media/characters/starry-aqua/front.svg"
  6308. }
  6309. },
  6310. back: {
  6311. height: math.unit(9, "feet"),
  6312. weight: math.unit(230, "kg"),
  6313. name: "Back",
  6314. image: {
  6315. source: "./media/characters/starry-aqua/back.svg"
  6316. }
  6317. },
  6318. hand: {
  6319. height: math.unit(9 * 0.1168, "feet"),
  6320. name: "Hand",
  6321. image: {
  6322. source: "./media/characters/starry-aqua/hand.svg"
  6323. }
  6324. },
  6325. foot: {
  6326. height: math.unit(9 * 0.18, "feet"),
  6327. name: "Foot",
  6328. image: {
  6329. source: "./media/characters/starry-aqua/foot.svg"
  6330. }
  6331. }
  6332. },
  6333. [
  6334. {
  6335. name: "Micro",
  6336. height: math.unit(3, "inches")
  6337. },
  6338. {
  6339. name: "Normal",
  6340. height: math.unit(9, "feet")
  6341. },
  6342. {
  6343. name: "Macro",
  6344. height: math.unit(300, "feet"),
  6345. default: true
  6346. },
  6347. {
  6348. name: "Megamacro",
  6349. height: math.unit(3200, "feet")
  6350. }
  6351. ]
  6352. ))
  6353. characterMakers.push(() => makeCharacter(
  6354. { name: "Luka" },
  6355. {
  6356. front: {
  6357. height: math.unit(6, "feet"),
  6358. weight: math.unit(230, "lb"),
  6359. name: "Front",
  6360. image: {
  6361. source: "./media/characters/luka/front.svg",
  6362. extra: 1,
  6363. bottom: 0.025
  6364. }
  6365. },
  6366. },
  6367. [
  6368. {
  6369. name: "Normal",
  6370. height: math.unit(12 + 8 / 12, "feet"),
  6371. default: true
  6372. },
  6373. {
  6374. name: "Minimacro",
  6375. height: math.unit(20, "feet")
  6376. },
  6377. {
  6378. name: "Macro",
  6379. height: math.unit(250, "feet")
  6380. },
  6381. {
  6382. name: "Megamacro",
  6383. height: math.unit(5, "miles")
  6384. },
  6385. {
  6386. name: "Gigamacro",
  6387. height: math.unit(8000, "miles")
  6388. },
  6389. ]
  6390. ))
  6391. characterMakers.push(() => makeCharacter(
  6392. { name: "Natalie Nightring" },
  6393. {
  6394. front: {
  6395. height: math.unit(6, "feet"),
  6396. weight: math.unit(150, "lb"),
  6397. name: "Front",
  6398. image: {
  6399. source: "./media/characters/natalie-nightring/front.svg",
  6400. extra: 1,
  6401. bottom: 0.06
  6402. }
  6403. },
  6404. },
  6405. [
  6406. {
  6407. name: "Uh Oh",
  6408. height: math.unit(0.1, "mm")
  6409. },
  6410. {
  6411. name: "Small",
  6412. height: math.unit(3, "inches")
  6413. },
  6414. {
  6415. name: "Human Scale",
  6416. height: math.unit(6, "feet")
  6417. },
  6418. {
  6419. name: "Librarian",
  6420. height: math.unit(50, "feet"),
  6421. default: true
  6422. },
  6423. {
  6424. name: "Immense",
  6425. height: math.unit(200, "miles")
  6426. },
  6427. ]
  6428. ))
  6429. characterMakers.push(() => makeCharacter(
  6430. { name: "Danni Rosie" },
  6431. {
  6432. front: {
  6433. height: math.unit(6, "feet"),
  6434. weight: math.unit(180, "lbs"),
  6435. name: "Front",
  6436. image: {
  6437. source: "./media/characters/danni-rosie/front.svg",
  6438. extra: 1260 / 1128,
  6439. bottom: 0.022
  6440. }
  6441. },
  6442. },
  6443. [
  6444. {
  6445. name: "Micro",
  6446. height: math.unit(2, "inches"),
  6447. default: true
  6448. },
  6449. ]
  6450. ))
  6451. characterMakers.push(() => makeCharacter(
  6452. { name: "Samantha Kruse" },
  6453. {
  6454. front: {
  6455. height: math.unit(5 + 9 / 12, "feet"),
  6456. weight: math.unit(220, "lb"),
  6457. name: "Front",
  6458. image: {
  6459. source: "./media/characters/samantha-kruse/front.svg",
  6460. extra: (985 / 935),
  6461. bottom: 0.03
  6462. }
  6463. },
  6464. frontUndressed: {
  6465. height: math.unit(5 + 9 / 12, "feet"),
  6466. weight: math.unit(220, "lb"),
  6467. name: "Front (Undressed)",
  6468. image: {
  6469. source: "./media/characters/samantha-kruse/front-undressed.svg",
  6470. extra: (973 / 923),
  6471. bottom: 0.025
  6472. }
  6473. },
  6474. fat: {
  6475. height: math.unit(5 + 9 / 12, "feet"),
  6476. weight: math.unit(900, "lb"),
  6477. name: "Front (Fat)",
  6478. image: {
  6479. source: "./media/characters/samantha-kruse/fat.svg",
  6480. extra: 2688 / 2561
  6481. }
  6482. },
  6483. },
  6484. [
  6485. {
  6486. name: "Normal",
  6487. height: math.unit(5 + 9 / 12, "feet"),
  6488. default: true
  6489. }
  6490. ]
  6491. ))
  6492. characterMakers.push(() => makeCharacter(
  6493. { name: "Amelia Rosie" },
  6494. {
  6495. back: {
  6496. height: math.unit(5 + 4 / 12, "feet"),
  6497. weight: math.unit(4963, "lb"),
  6498. name: "Back",
  6499. image: {
  6500. source: "./media/characters/amelia-rosie/back.svg",
  6501. extra: 1113 / 963,
  6502. bottom: 0.01
  6503. }
  6504. },
  6505. },
  6506. [
  6507. {
  6508. name: "Level 0",
  6509. height: math.unit(5 + 4 / 12, "feet")
  6510. },
  6511. {
  6512. name: "Level 1",
  6513. height: math.unit(164597, "feet"),
  6514. default: true
  6515. },
  6516. {
  6517. name: "Level 2",
  6518. height: math.unit(956243, "miles")
  6519. },
  6520. {
  6521. name: "Level 3",
  6522. height: math.unit(29421709423, "miles")
  6523. },
  6524. {
  6525. name: "Level 4",
  6526. height: math.unit(154, "lightyears")
  6527. },
  6528. {
  6529. name: "Level 5",
  6530. height: math.unit(4738272, "lightyears")
  6531. },
  6532. {
  6533. name: "Level 6",
  6534. height: math.unit(145787152896, "lightyears")
  6535. },
  6536. ]
  6537. ))
  6538. characterMakers.push(() => makeCharacter(
  6539. { name: "Rook Kitara" },
  6540. {
  6541. front: {
  6542. height: math.unit(5 + 11 / 12, "feet"),
  6543. weight: math.unit(65, "kg"),
  6544. name: "Front",
  6545. image: {
  6546. source: "./media/characters/rook-kitara/front.svg",
  6547. extra: 1347 / 1274,
  6548. bottom: 0.005
  6549. }
  6550. },
  6551. },
  6552. [
  6553. {
  6554. name: "Totally Unfair",
  6555. height: math.unit(1.8, "mm")
  6556. },
  6557. {
  6558. name: "Lap Rookie",
  6559. height: math.unit(1.4, "feet")
  6560. },
  6561. {
  6562. name: "Normal",
  6563. height: math.unit(5 + 11 / 12, "feet"),
  6564. default: true
  6565. },
  6566. {
  6567. name: "How Did This Happen",
  6568. height: math.unit(80, "miles")
  6569. }
  6570. ]
  6571. ))
  6572. characterMakers.push(() => makeCharacter(
  6573. { name: "Pisces" },
  6574. {
  6575. front: {
  6576. height: math.unit(7, "feet"),
  6577. weight: math.unit(300, "lb"),
  6578. name: "Front",
  6579. image: {
  6580. source: "./media/characters/pisces/front.svg",
  6581. extra: 2255 / 2115,
  6582. bottom: 0.03
  6583. }
  6584. },
  6585. back: {
  6586. height: math.unit(7, "feet"),
  6587. weight: math.unit(300, "lb"),
  6588. name: "Back",
  6589. image: {
  6590. source: "./media/characters/pisces/back.svg",
  6591. extra: 2146 / 2055,
  6592. bottom: 0.04
  6593. }
  6594. },
  6595. },
  6596. [
  6597. {
  6598. name: "Normal",
  6599. height: math.unit(7, "feet"),
  6600. default: true
  6601. },
  6602. {
  6603. name: "Swimming Pool",
  6604. height: math.unit(12.2, "meters")
  6605. },
  6606. {
  6607. name: "Olympic Swimming Pool",
  6608. height: math.unit(56.3, "meters")
  6609. },
  6610. {
  6611. name: "Lake Superior",
  6612. height: math.unit(93900, "meters")
  6613. },
  6614. {
  6615. name: "Mediterranean Sea",
  6616. height: math.unit(644457, "meters")
  6617. },
  6618. {
  6619. name: "World's Oceans",
  6620. height: math.unit(4567491, "meters")
  6621. },
  6622. ]
  6623. ))
  6624. characterMakers.push(() => makeCharacter(
  6625. { name: "Zelas" },
  6626. {
  6627. front: {
  6628. height: math.unit(2.3, "meters"),
  6629. weight: math.unit(120, "kg"),
  6630. name: "Front",
  6631. image: {
  6632. source: "./media/characters/zelas/front.svg"
  6633. }
  6634. },
  6635. side: {
  6636. height: math.unit(2.3, "meters"),
  6637. weight: math.unit(120, "kg"),
  6638. name: "Side",
  6639. image: {
  6640. source: "./media/characters/zelas/side.svg"
  6641. }
  6642. },
  6643. back: {
  6644. height: math.unit(2.3, "meters"),
  6645. weight: math.unit(120, "kg"),
  6646. name: "Back",
  6647. image: {
  6648. source: "./media/characters/zelas/back.svg"
  6649. }
  6650. },
  6651. foot: {
  6652. height: math.unit(1.116, "feet"),
  6653. name: "Foot",
  6654. image: {
  6655. source: "./media/characters/zelas/foot.svg"
  6656. }
  6657. },
  6658. },
  6659. [
  6660. {
  6661. name: "Normal",
  6662. height: math.unit(2.3, "meters")
  6663. },
  6664. {
  6665. name: "Macro",
  6666. height: math.unit(30, "meters"),
  6667. default: true
  6668. },
  6669. ]
  6670. ))
  6671. characterMakers.push(() => makeCharacter(
  6672. { name: "Talbot" },
  6673. {
  6674. front: {
  6675. height: math.unit(1, "inch"),
  6676. weight: math.unit(0.21, "grams"),
  6677. name: "Front",
  6678. image: {
  6679. source: "./media/characters/talbot/front.svg",
  6680. extra: 594 / 544
  6681. }
  6682. },
  6683. },
  6684. [
  6685. {
  6686. name: "Micro",
  6687. height: math.unit(1, "inch"),
  6688. default: true
  6689. },
  6690. ]
  6691. ))
  6692. characterMakers.push(() => makeCharacter(
  6693. { name: "Fliss" },
  6694. {
  6695. front: {
  6696. height: math.unit(3 + 3 / 12, "feet"),
  6697. weight: math.unit(51.8, "lb"),
  6698. name: "Front",
  6699. image: {
  6700. source: "./media/characters/fliss/front.svg",
  6701. extra: 840 / 640
  6702. }
  6703. },
  6704. },
  6705. [
  6706. {
  6707. name: "Teeny Tiny",
  6708. height: math.unit(1, "mm")
  6709. },
  6710. {
  6711. name: "Small",
  6712. height: math.unit(1, "inch"),
  6713. default: true
  6714. },
  6715. {
  6716. name: "Standard Sylveon",
  6717. height: math.unit(3 + 3 / 12, "feet")
  6718. },
  6719. {
  6720. name: "Large Nuisance",
  6721. height: math.unit(33, "feet")
  6722. },
  6723. {
  6724. name: "City Filler",
  6725. height: math.unit(3000, "feet")
  6726. },
  6727. {
  6728. name: "New Horizon",
  6729. height: math.unit(6000, "miles")
  6730. },
  6731. ]
  6732. ))
  6733. characterMakers.push(() => makeCharacter(
  6734. { name: "Fleta" },
  6735. {
  6736. front: {
  6737. height: math.unit(5, "cm"),
  6738. weight: math.unit(1.94, "g"),
  6739. name: "Front",
  6740. image: {
  6741. source: "./media/characters/fleta/front.svg",
  6742. extra: 835 / 803
  6743. }
  6744. },
  6745. back: {
  6746. height: math.unit(5, "cm"),
  6747. weight: math.unit(1.94, "g"),
  6748. name: "Back",
  6749. image: {
  6750. source: "./media/characters/fleta/back.svg",
  6751. extra: 835 / 803
  6752. }
  6753. },
  6754. },
  6755. [
  6756. {
  6757. name: "Micro",
  6758. height: math.unit(5, "cm"),
  6759. default: true
  6760. },
  6761. ]
  6762. ))
  6763. characterMakers.push(() => makeCharacter(
  6764. { name: "Dominic" },
  6765. {
  6766. front: {
  6767. height: math.unit(6, "feet"),
  6768. weight: math.unit(225, "lb"),
  6769. name: "Front",
  6770. image: {
  6771. source: "./media/characters/dominic/front.svg",
  6772. extra: 1770 / 1620,
  6773. bottom: 0.025
  6774. }
  6775. },
  6776. back: {
  6777. height: math.unit(6, "feet"),
  6778. weight: math.unit(225, "lb"),
  6779. name: "Back",
  6780. image: {
  6781. source: "./media/characters/dominic/back.svg",
  6782. extra: 1745 / 1620,
  6783. bottom: 0.065
  6784. }
  6785. },
  6786. },
  6787. [
  6788. {
  6789. name: "Nano",
  6790. height: math.unit(0.1, "mm")
  6791. },
  6792. {
  6793. name: "Micro-",
  6794. height: math.unit(1, "mm")
  6795. },
  6796. {
  6797. name: "Micro",
  6798. height: math.unit(4, "inches")
  6799. },
  6800. {
  6801. name: "Normal",
  6802. height: math.unit(6 + 4 / 12, "feet"),
  6803. default: true
  6804. },
  6805. {
  6806. name: "Macro",
  6807. height: math.unit(115, "feet")
  6808. },
  6809. {
  6810. name: "Macro+",
  6811. height: math.unit(955, "feet")
  6812. },
  6813. {
  6814. name: "Megamacro",
  6815. height: math.unit(8990, "feet")
  6816. },
  6817. {
  6818. name: "Gigmacro",
  6819. height: math.unit(9310, "miles")
  6820. },
  6821. {
  6822. name: "Teramacro",
  6823. height: math.unit(1567005010, "miles")
  6824. },
  6825. {
  6826. name: "Examacro",
  6827. height: math.unit(1425, "parsecs")
  6828. },
  6829. ]
  6830. ))
  6831. characterMakers.push(() => makeCharacter(
  6832. { name: "Major Colonel" },
  6833. {
  6834. front: {
  6835. height: math.unit(400, "feet"),
  6836. weight: math.unit(44444444, "lb"),
  6837. name: "Front",
  6838. image: {
  6839. source: "./media/characters/major-colonel/front.svg"
  6840. }
  6841. },
  6842. back: {
  6843. height: math.unit(400, "feet"),
  6844. weight: math.unit(44444444, "lb"),
  6845. name: "Back",
  6846. image: {
  6847. source: "./media/characters/major-colonel/back.svg"
  6848. }
  6849. },
  6850. },
  6851. [
  6852. {
  6853. name: "Macro",
  6854. height: math.unit(400, "feet"),
  6855. default: true
  6856. },
  6857. ]
  6858. ))
  6859. characterMakers.push(() => makeCharacter(
  6860. { name: "Axel Lycan" },
  6861. {
  6862. front: {
  6863. height: math.unit(6, "feet"),
  6864. weight: math.unit(120, "lb"),
  6865. name: "Front",
  6866. image: {
  6867. source: "./media/characters/axel-lycan/front.svg",
  6868. extra: 1,
  6869. bottom: 0.08
  6870. }
  6871. },
  6872. },
  6873. [
  6874. {
  6875. name: "Macro",
  6876. height: math.unit(1, "km"),
  6877. default: true
  6878. },
  6879. ]
  6880. ))
  6881. characterMakers.push(() => makeCharacter(
  6882. { name: "Vanrel (Hyena)" },
  6883. {
  6884. front: {
  6885. height: math.unit(5 + 9 / 12, "feet"),
  6886. weight: math.unit(175, "lb"),
  6887. name: "Front",
  6888. image: {
  6889. source: "./media/characters/vanrel-hyena/front.svg",
  6890. extra: 1086 / 1010,
  6891. bottom: 0.04
  6892. }
  6893. },
  6894. },
  6895. [
  6896. {
  6897. name: "Normal",
  6898. height: math.unit(5 + 9 / 12, "feet"),
  6899. default: true
  6900. },
  6901. ]
  6902. ))
  6903. characterMakers.push(() => makeCharacter(
  6904. { name: "Abbott Absol" },
  6905. {
  6906. front: {
  6907. height: math.unit(6, "feet"),
  6908. weight: math.unit(103, "lb"),
  6909. name: "Front",
  6910. image: {
  6911. source: "./media/characters/abbott-absol/front.svg",
  6912. extra: 2010 / 1842
  6913. }
  6914. },
  6915. },
  6916. [
  6917. {
  6918. name: "Megamicro",
  6919. height: math.unit(0.1, "mm")
  6920. },
  6921. {
  6922. name: "Micro",
  6923. height: math.unit(1, "inch")
  6924. },
  6925. {
  6926. name: "Normal",
  6927. height: math.unit(6, "feet"),
  6928. default: true
  6929. },
  6930. ]
  6931. ))
  6932. characterMakers.push(() => makeCharacter(
  6933. { name: "Hector" },
  6934. {
  6935. front: {
  6936. height: math.unit(6, "feet"),
  6937. weight: math.unit(264, "lb"),
  6938. name: "Front",
  6939. image: {
  6940. source: "./media/characters/hector/front.svg",
  6941. extra: 2280 / 2130,
  6942. bottom: 0.07
  6943. }
  6944. },
  6945. },
  6946. [
  6947. {
  6948. name: "Normal",
  6949. height: math.unit(12.25, "foot"),
  6950. default: true
  6951. },
  6952. {
  6953. name: "Macro",
  6954. height: math.unit(160, "feet")
  6955. },
  6956. ]
  6957. ))
  6958. characterMakers.push(() => makeCharacter(
  6959. { name: "Sal" },
  6960. {
  6961. front: {
  6962. height: math.unit(6, "feet"),
  6963. weight: math.unit(150, "lb"),
  6964. name: "Front",
  6965. image: {
  6966. source: "./media/characters/sal/front.svg",
  6967. extra: 1846 / 1699,
  6968. bottom: 0.04
  6969. }
  6970. },
  6971. },
  6972. [
  6973. {
  6974. name: "Megamacro",
  6975. height: math.unit(10, "miles"),
  6976. default: true
  6977. },
  6978. ]
  6979. ))
  6980. characterMakers.push(() => makeCharacter(
  6981. { name: "Ranger" },
  6982. {
  6983. front: {
  6984. height: math.unit(3, "meters"),
  6985. weight: math.unit(450, "kg"),
  6986. name: "front",
  6987. image: {
  6988. source: "./media/characters/ranger/front.svg",
  6989. extra: 2401 / 2243,
  6990. bottom: 0.05
  6991. }
  6992. },
  6993. },
  6994. [
  6995. {
  6996. name: "Normal",
  6997. height: math.unit(3, "meters"),
  6998. default: true
  6999. },
  7000. ]
  7001. ))
  7002. characterMakers.push(() => makeCharacter(
  7003. { name: "Theresa" },
  7004. {
  7005. front: {
  7006. height: math.unit(14, "feet"),
  7007. weight: math.unit(800, "kg"),
  7008. name: "Front",
  7009. image: {
  7010. source: "./media/characters/theresa/front.svg",
  7011. extra: 3575 / 3346,
  7012. bottom: 0.03
  7013. }
  7014. },
  7015. },
  7016. [
  7017. {
  7018. name: "Normal",
  7019. height: math.unit(14, "feet"),
  7020. default: true
  7021. },
  7022. ]
  7023. ))
  7024. characterMakers.push(() => makeCharacter(
  7025. { name: "Ine" },
  7026. {
  7027. front: {
  7028. height: math.unit(6, "feet"),
  7029. weight: math.unit(3, "kg"),
  7030. name: "Front",
  7031. image: {
  7032. source: "./media/characters/ine/front.svg",
  7033. extra: 678 / 539,
  7034. bottom: 0.023
  7035. }
  7036. },
  7037. },
  7038. [
  7039. {
  7040. name: "Normal",
  7041. height: math.unit(2.265, "feet"),
  7042. default: true
  7043. },
  7044. ]
  7045. ))
  7046. characterMakers.push(() => makeCharacter(
  7047. { name: "Vial" },
  7048. {
  7049. front: {
  7050. height: math.unit(5, "feet"),
  7051. weight: math.unit(30, "kg"),
  7052. name: "Front",
  7053. image: {
  7054. source: "./media/characters/vial/front.svg",
  7055. extra: 1365 / 1277,
  7056. bottom: 0.04
  7057. }
  7058. },
  7059. },
  7060. [
  7061. {
  7062. name: "Normal",
  7063. height: math.unit(5, "feet"),
  7064. default: true
  7065. },
  7066. ]
  7067. ))
  7068. characterMakers.push(() => makeCharacter(
  7069. { name: "Rovoska" },
  7070. {
  7071. side: {
  7072. height: math.unit(3.4, "meters"),
  7073. weight: math.unit(1000, "lb"),
  7074. name: "Side",
  7075. image: {
  7076. source: "./media/characters/rovoska/side.svg",
  7077. extra: 4403 / 1515
  7078. }
  7079. },
  7080. },
  7081. [
  7082. {
  7083. name: "Normal",
  7084. height: math.unit(3.4, "meters"),
  7085. default: true
  7086. },
  7087. ]
  7088. ))
  7089. characterMakers.push(() => makeCharacter(
  7090. { name: "Gunner Rotthbauer" },
  7091. {
  7092. front: {
  7093. height: math.unit(8, "feet"),
  7094. weight: math.unit(315, "lb"),
  7095. name: "Front",
  7096. image: {
  7097. source: "./media/characters/gunner-rotthbauer/front.svg"
  7098. }
  7099. },
  7100. back: {
  7101. height: math.unit(8, "feet"),
  7102. weight: math.unit(315, "lb"),
  7103. name: "Back",
  7104. image: {
  7105. source: "./media/characters/gunner-rotthbauer/back.svg"
  7106. }
  7107. },
  7108. },
  7109. [
  7110. {
  7111. name: "Micro",
  7112. height: math.unit(3.5, "inches")
  7113. },
  7114. {
  7115. name: "Normal",
  7116. height: math.unit(8, "feet"),
  7117. default: true
  7118. },
  7119. {
  7120. name: "Macro",
  7121. height: math.unit(250, "feet")
  7122. },
  7123. {
  7124. name: "Megamacro",
  7125. height: math.unit(1, "AU")
  7126. },
  7127. ]
  7128. ))
  7129. characterMakers.push(() => makeCharacter(
  7130. { name: "Allatia" },
  7131. {
  7132. front: {
  7133. height: math.unit(5 + 5 / 12, "feet"),
  7134. weight: math.unit(140, "lb"),
  7135. name: "Front",
  7136. image: {
  7137. source: "./media/characters/allatia/front.svg",
  7138. extra: 1227 / 1180,
  7139. bottom: 0.027
  7140. }
  7141. },
  7142. },
  7143. [
  7144. {
  7145. name: "Normal",
  7146. height: math.unit(5 + 5 / 12, "feet")
  7147. },
  7148. {
  7149. name: "Macro",
  7150. height: math.unit(250, "feet"),
  7151. default: true
  7152. },
  7153. {
  7154. name: "Megamacro",
  7155. height: math.unit(8, "miles")
  7156. }
  7157. ]
  7158. ))
  7159. characterMakers.push(() => makeCharacter(
  7160. { name: "Tene" },
  7161. {
  7162. front: {
  7163. height: math.unit(6, "feet"),
  7164. weight: math.unit(120, "lb"),
  7165. name: "Front",
  7166. image: {
  7167. source: "./media/characters/tene/front.svg",
  7168. extra: 1728 / 1578,
  7169. bottom: 0.022
  7170. }
  7171. },
  7172. stomping: {
  7173. height: math.unit(2.025, "meters"),
  7174. weight: math.unit(120, "lb"),
  7175. name: "Stomping",
  7176. image: {
  7177. source: "./media/characters/tene/stomping.svg",
  7178. extra: 938 / 873,
  7179. bottom: 0.01
  7180. }
  7181. },
  7182. sitting: {
  7183. height: math.unit(1, "meter"),
  7184. weight: math.unit(120, "lb"),
  7185. name: "Sitting",
  7186. image: {
  7187. source: "./media/characters/tene/sitting.svg",
  7188. extra: 437 / 415,
  7189. bottom: 0.1
  7190. }
  7191. },
  7192. feral: {
  7193. height: math.unit(3.9, "feet"),
  7194. weight: math.unit(250, "lb"),
  7195. name: "Feral",
  7196. image: {
  7197. source: "./media/characters/tene/feral.svg",
  7198. extra: 717 / 458,
  7199. bottom: 0.179
  7200. }
  7201. },
  7202. },
  7203. [
  7204. {
  7205. name: "Normal",
  7206. height: math.unit(6, "feet")
  7207. },
  7208. {
  7209. name: "Macro",
  7210. height: math.unit(300, "feet"),
  7211. default: true
  7212. },
  7213. {
  7214. name: "Megamacro",
  7215. height: math.unit(5, "miles")
  7216. },
  7217. ]
  7218. ))
  7219. characterMakers.push(() => makeCharacter(
  7220. { name: "Evander" },
  7221. {
  7222. side: {
  7223. height: math.unit(6, "feet"),
  7224. name: "Side",
  7225. image: {
  7226. source: "./media/characters/evander/side.svg",
  7227. extra: 877 / 477
  7228. }
  7229. },
  7230. },
  7231. [
  7232. {
  7233. name: "Normal",
  7234. height: math.unit(0.83, "meters"),
  7235. default: true
  7236. },
  7237. ]
  7238. ))
  7239. characterMakers.push(() => makeCharacter(
  7240. { name: "Ka'Tamra \"Spaz\" Ci'Karan" },
  7241. {
  7242. front: {
  7243. height: math.unit(12, "feet"),
  7244. weight: math.unit(1000, "lb"),
  7245. name: "Front",
  7246. image: {
  7247. source: "./media/characters/ka'tamra-spaz-ci'karan/front.svg",
  7248. extra: 1762 / 1611
  7249. }
  7250. },
  7251. back: {
  7252. height: math.unit(12, "feet"),
  7253. weight: math.unit(1000, "lb"),
  7254. name: "Back",
  7255. image: {
  7256. source: "./media/characters/ka'tamra-spaz-ci'karan/back.svg",
  7257. extra: 1762 / 1611
  7258. }
  7259. },
  7260. },
  7261. [
  7262. {
  7263. name: "Normal",
  7264. height: math.unit(12, "feet"),
  7265. default: true
  7266. },
  7267. {
  7268. name: "Kaiju",
  7269. height: math.unit(150, "feet")
  7270. },
  7271. ]
  7272. ))
  7273. characterMakers.push(() => makeCharacter(
  7274. { name: "Zero Alurus" },
  7275. {
  7276. front: {
  7277. height: math.unit(6, "feet"),
  7278. weight: math.unit(150, "lb"),
  7279. name: "Front",
  7280. image: {
  7281. source: "./media/characters/zero-alurus/front.svg"
  7282. }
  7283. },
  7284. back: {
  7285. height: math.unit(6, "feet"),
  7286. weight: math.unit(150, "lb"),
  7287. name: "Back",
  7288. image: {
  7289. source: "./media/characters/zero-alurus/back.svg"
  7290. }
  7291. },
  7292. },
  7293. [
  7294. {
  7295. name: "Normal",
  7296. height: math.unit(5 + 10 / 12, "feet")
  7297. },
  7298. {
  7299. name: "Macro",
  7300. height: math.unit(60, "feet"),
  7301. default: true
  7302. },
  7303. {
  7304. name: "Macro+",
  7305. height: math.unit(450, "feet")
  7306. },
  7307. ]
  7308. ))
  7309. characterMakers.push(() => makeCharacter(
  7310. { name: "Mega Shi" },
  7311. {
  7312. front: {
  7313. height: math.unit(6, "feet"),
  7314. weight: math.unit(200, "lb"),
  7315. name: "Front",
  7316. image: {
  7317. source: "./media/characters/mega-shi/front.svg",
  7318. extra: 1279 / 1250,
  7319. bottom: 0.02
  7320. }
  7321. },
  7322. back: {
  7323. height: math.unit(6, "feet"),
  7324. weight: math.unit(200, "lb"),
  7325. name: "Back",
  7326. image: {
  7327. source: "./media/characters/mega-shi/back.svg",
  7328. extra: 1279 / 1250,
  7329. bottom: 0.02
  7330. }
  7331. },
  7332. },
  7333. [
  7334. {
  7335. name: "Micro",
  7336. height: math.unit(16 + 6 / 12, "feet")
  7337. },
  7338. {
  7339. name: "Normal",
  7340. height: math.unit(660, "feet"),
  7341. default: true
  7342. },
  7343. {
  7344. name: "Megamacro",
  7345. height: math.unit(10, "miles")
  7346. },
  7347. {
  7348. name: "Planetary Launch",
  7349. height: math.unit(500, "miles")
  7350. },
  7351. {
  7352. name: "Interstellar",
  7353. height: math.unit(1e9, "miles")
  7354. },
  7355. {
  7356. name: "Leaving the Universe",
  7357. height: math.unit(1, "gigaparsec")
  7358. },
  7359. {
  7360. name: "Travelling Universes",
  7361. height: math.unit(30e15, "parsecs")
  7362. },
  7363. ]
  7364. ))
  7365. characterMakers.push(() => makeCharacter(
  7366. { name: "Odyssey" },
  7367. {
  7368. front: {
  7369. height: math.unit(6, "feet"),
  7370. weight: math.unit(150, "lb"),
  7371. name: "Front",
  7372. image: {
  7373. source: "./media/characters/odyssey/front.svg",
  7374. extra: 1782 / 1582,
  7375. bottom: 0.01
  7376. }
  7377. },
  7378. side: {
  7379. height: math.unit(5.7, "feet"),
  7380. weight: math.unit(140, "lb"),
  7381. name: "Side",
  7382. image: {
  7383. source: "./media/characters/odyssey/side.svg",
  7384. extra: 6462 / 5700
  7385. }
  7386. },
  7387. },
  7388. [
  7389. {
  7390. name: "Normal",
  7391. height: math.unit(5 + 4 / 12, "feet")
  7392. },
  7393. {
  7394. name: "Macro",
  7395. height: math.unit(1, "km")
  7396. },
  7397. {
  7398. name: "Megamacro",
  7399. height: math.unit(3000, "km")
  7400. },
  7401. {
  7402. name: "Gigamacro",
  7403. height: math.unit(1, "AU"),
  7404. default: true
  7405. },
  7406. {
  7407. name: "Omniversal",
  7408. height: math.unit(100e14, "lightyears")
  7409. },
  7410. ]
  7411. ))
  7412. characterMakers.push(() => makeCharacter(
  7413. { name: "Mekuto" },
  7414. {
  7415. front: {
  7416. height: math.unit(6, "feet"),
  7417. weight: math.unit(300, "lb"),
  7418. name: "Front",
  7419. image: {
  7420. source: "./media/characters/mekuto/front.svg",
  7421. extra: 921 / 832,
  7422. bottom: 0.03
  7423. }
  7424. },
  7425. hand: {
  7426. height: math.unit(6 / 10.24, "feet"),
  7427. name: "Hand",
  7428. image: {
  7429. source: "./media/characters/mekuto/hand.svg"
  7430. }
  7431. },
  7432. foot: {
  7433. height: math.unit(6 / 5.05, "feet"),
  7434. name: "Foot",
  7435. image: {
  7436. source: "./media/characters/mekuto/foot.svg"
  7437. }
  7438. },
  7439. },
  7440. [
  7441. {
  7442. name: "Minimicro",
  7443. height: math.unit(0.2, "inches")
  7444. },
  7445. {
  7446. name: "Micro",
  7447. height: math.unit(1.5, "inches")
  7448. },
  7449. {
  7450. name: "Normal",
  7451. height: math.unit(5 + 11 / 12, "feet"),
  7452. default: true
  7453. },
  7454. {
  7455. name: "Minimacro",
  7456. height: math.unit(17 + 9 / 12, "feet")
  7457. },
  7458. {
  7459. name: "Macro",
  7460. height: math.unit(177.5, "feet")
  7461. },
  7462. {
  7463. name: "Megamacro",
  7464. height: math.unit(152, "miles")
  7465. },
  7466. ]
  7467. ))
  7468. characterMakers.push(() => makeCharacter(
  7469. { name: "Dafydd Tomos" },
  7470. {
  7471. front: {
  7472. height: math.unit(6.5, "inches"),
  7473. weight: math.unit(13, "oz"),
  7474. name: "Front",
  7475. image: {
  7476. source: "./media/characters/dafydd-tomos/front.svg",
  7477. extra: 2990 / 2603,
  7478. bottom: 0.03
  7479. }
  7480. },
  7481. },
  7482. [
  7483. {
  7484. name: "Micro",
  7485. height: math.unit(6.5, "inches"),
  7486. default: true
  7487. },
  7488. ]
  7489. ))
  7490. characterMakers.push(() => makeCharacter(
  7491. { name: "Splinter" },
  7492. {
  7493. front: {
  7494. height: math.unit(6, "feet"),
  7495. weight: math.unit(150, "lb"),
  7496. name: "Front",
  7497. image: {
  7498. source: "./media/characters/splinter/front.svg",
  7499. extra: 2990 / 2882,
  7500. bottom: 0.04
  7501. }
  7502. },
  7503. back: {
  7504. height: math.unit(6, "feet"),
  7505. weight: math.unit(150, "lb"),
  7506. name: "Back",
  7507. image: {
  7508. source: "./media/characters/splinter/back.svg",
  7509. extra: 2990 / 2882,
  7510. bottom: 0.04
  7511. }
  7512. },
  7513. },
  7514. [
  7515. {
  7516. name: "Normal",
  7517. height: math.unit(6, "feet")
  7518. },
  7519. {
  7520. name: "Macro",
  7521. height: math.unit(230, "meters"),
  7522. default: true
  7523. },
  7524. ]
  7525. ))
  7526. characterMakers.push(() => makeCharacter(
  7527. { name: "SnowGabumon" },
  7528. {
  7529. front: {
  7530. height: math.unit(4 + 10 / 12, "feet"),
  7531. weight: math.unit(480, "lb"),
  7532. name: "Front",
  7533. image: {
  7534. source: "./media/characters/snow-gabumon/front.svg",
  7535. extra: 1140 / 963,
  7536. bottom: 0.058
  7537. }
  7538. },
  7539. back: {
  7540. height: math.unit(4 + 10 / 12, "feet"),
  7541. weight: math.unit(480, "lb"),
  7542. name: "Back",
  7543. image: {
  7544. source: "./media/characters/snow-gabumon/back.svg",
  7545. extra: 1115 / 962,
  7546. bottom: 0.041
  7547. }
  7548. },
  7549. frontUndresed: {
  7550. height: math.unit(4 + 10 / 12, "feet"),
  7551. weight: math.unit(480, "lb"),
  7552. name: "Front (Undressed)",
  7553. image: {
  7554. source: "./media/characters/snow-gabumon/front-undressed.svg",
  7555. extra: 1061 / 960,
  7556. bottom: 0.045
  7557. }
  7558. },
  7559. },
  7560. [
  7561. {
  7562. name: "Micro",
  7563. height: math.unit(1, "inch")
  7564. },
  7565. {
  7566. name: "Normal",
  7567. height: math.unit(4 + 10 / 12, "feet"),
  7568. default: true
  7569. },
  7570. {
  7571. name: "Macro",
  7572. height: math.unit(200, "feet")
  7573. },
  7574. {
  7575. name: "Megamacro",
  7576. height: math.unit(120, "miles")
  7577. },
  7578. {
  7579. name: "Gigamacro",
  7580. height: math.unit(9800, "miles")
  7581. },
  7582. ]
  7583. ))
  7584. characterMakers.push(() => makeCharacter(
  7585. { name: "Moody" },
  7586. {
  7587. front: {
  7588. height: math.unit(1.7, "meters"),
  7589. weight: math.unit(140, "lb"),
  7590. name: "Front",
  7591. image: {
  7592. source: "./media/characters/moody/front.svg",
  7593. extra: 3226 / 3007,
  7594. bottom: 0.087
  7595. }
  7596. },
  7597. },
  7598. [
  7599. {
  7600. name: "Micro",
  7601. height: math.unit(1, "mm")
  7602. },
  7603. {
  7604. name: "Normal",
  7605. height: math.unit(1.7, "meters"),
  7606. default: true
  7607. },
  7608. {
  7609. name: "Macro",
  7610. height: math.unit(80, "meters")
  7611. },
  7612. {
  7613. name: "Macro+",
  7614. height: math.unit(500, "meters")
  7615. },
  7616. ]
  7617. ))
  7618. characterMakers.push(() => makeCharacter(
  7619. { name: "Zyas" },
  7620. {
  7621. front: {
  7622. height: math.unit(6, "feet"),
  7623. weight: math.unit(150, "lb"),
  7624. name: "Front",
  7625. image: {
  7626. source: "./media/characters/zyas/front.svg",
  7627. extra: 1180 / 1120,
  7628. bottom: 0.045
  7629. }
  7630. },
  7631. },
  7632. [
  7633. {
  7634. name: "Normal",
  7635. height: math.unit(10, "feet"),
  7636. default: true
  7637. },
  7638. {
  7639. name: "Macro",
  7640. height: math.unit(500, "feet")
  7641. },
  7642. {
  7643. name: "Megamacro",
  7644. height: math.unit(5, "miles")
  7645. },
  7646. {
  7647. name: "Teramacro",
  7648. height: math.unit(150000, "miles")
  7649. },
  7650. ]
  7651. ))
  7652. characterMakers.push(() => makeCharacter(
  7653. { name: "Cuon" },
  7654. {
  7655. front: {
  7656. height: math.unit(6, "feet"),
  7657. weight: math.unit(150, "lb"),
  7658. name: "Front",
  7659. image: {
  7660. source: "./media/characters/cuon/front.svg",
  7661. extra: 1390 / 1320,
  7662. bottom: 0.008
  7663. }
  7664. },
  7665. },
  7666. [
  7667. {
  7668. name: "Micro",
  7669. height: math.unit(3, "inches")
  7670. },
  7671. {
  7672. name: "Normal",
  7673. height: math.unit(18 + 9 / 12, "feet"),
  7674. default: true
  7675. },
  7676. {
  7677. name: "Macro",
  7678. height: math.unit(360, "feet")
  7679. },
  7680. {
  7681. name: "Megamacro",
  7682. height: math.unit(360, "miles")
  7683. },
  7684. ]
  7685. ))
  7686. characterMakers.push(() => makeCharacter(
  7687. { name: "Nyanuxk" },
  7688. {
  7689. front: {
  7690. height: math.unit(2.4, "meters"),
  7691. weight: math.unit(70, "kg"),
  7692. name: "Front",
  7693. image: {
  7694. source: "./media/characters/nyanuxk/front.svg",
  7695. extra: 1172 / 1084,
  7696. bottom: 0.065
  7697. }
  7698. },
  7699. side: {
  7700. height: math.unit(2.4, "meters"),
  7701. weight: math.unit(70, "kg"),
  7702. name: "Side",
  7703. image: {
  7704. source: "./media/characters/nyanuxk/side.svg",
  7705. extra: 1190 / 1132,
  7706. bottom: 0.007
  7707. }
  7708. },
  7709. back: {
  7710. height: math.unit(2.4, "meters"),
  7711. weight: math.unit(70, "kg"),
  7712. name: "Back",
  7713. image: {
  7714. source: "./media/characters/nyanuxk/back.svg",
  7715. extra: 1200 / 1141,
  7716. bottom: 0.015
  7717. }
  7718. },
  7719. foot: {
  7720. height: math.unit(0.52, "meters"),
  7721. name: "Foot",
  7722. image: {
  7723. source: "./media/characters/nyanuxk/foot.svg"
  7724. }
  7725. },
  7726. },
  7727. [
  7728. {
  7729. name: "Micro",
  7730. height: math.unit(2, "cm")
  7731. },
  7732. {
  7733. name: "Normal",
  7734. height: math.unit(2.4, "meters"),
  7735. default: true
  7736. },
  7737. {
  7738. name: "Smaller Macro",
  7739. height: math.unit(120, "meters")
  7740. },
  7741. {
  7742. name: "Bigger Macro",
  7743. height: math.unit(1.2, "km")
  7744. },
  7745. {
  7746. name: "Megamacro",
  7747. height: math.unit(15, "kilometers")
  7748. },
  7749. {
  7750. name: "Gigamacro",
  7751. height: math.unit(2000, "km")
  7752. },
  7753. {
  7754. name: "Teramacro",
  7755. height: math.unit(500000, "km")
  7756. },
  7757. ]
  7758. ))
  7759. characterMakers.push(() => makeCharacter(
  7760. { name: "Ailbhe" },
  7761. {
  7762. side: {
  7763. height: math.unit(6, "feet"),
  7764. name: "Side",
  7765. image: {
  7766. source: "./media/characters/ailbhe/side.svg",
  7767. extra: 757 / 464,
  7768. bottom: 0.041
  7769. }
  7770. },
  7771. },
  7772. [
  7773. {
  7774. name: "Normal",
  7775. height: math.unit(1.07, "meters"),
  7776. default: true
  7777. },
  7778. ]
  7779. ))
  7780. characterMakers.push(() => makeCharacter(
  7781. { name: "Zevulfius" },
  7782. {
  7783. front: {
  7784. height: math.unit(6, "feet"),
  7785. weight: math.unit(120, "kg"),
  7786. name: "Front",
  7787. image: {
  7788. source: "./media/characters/zevulfius/front.svg",
  7789. extra: 965 / 903
  7790. }
  7791. },
  7792. side: {
  7793. height: math.unit(6, "feet"),
  7794. weight: math.unit(120, "kg"),
  7795. name: "Side",
  7796. image: {
  7797. source: "./media/characters/zevulfius/side.svg",
  7798. extra: 939 / 900
  7799. }
  7800. },
  7801. back: {
  7802. height: math.unit(6, "feet"),
  7803. weight: math.unit(120, "kg"),
  7804. name: "Back",
  7805. image: {
  7806. source: "./media/characters/zevulfius/back.svg",
  7807. extra: 918 / 854,
  7808. bottom: 0.005
  7809. }
  7810. },
  7811. foot: {
  7812. height: math.unit(6 / 3.72, "feet"),
  7813. name: "Foot",
  7814. image: {
  7815. source: "./media/characters/zevulfius/foot.svg"
  7816. }
  7817. },
  7818. },
  7819. [
  7820. {
  7821. name: "Macro",
  7822. height: math.unit(750, "meters")
  7823. },
  7824. {
  7825. name: "Megamacro",
  7826. height: math.unit(20, "km"),
  7827. default: true
  7828. },
  7829. {
  7830. name: "Gigamacro",
  7831. height: math.unit(2000, "km")
  7832. },
  7833. {
  7834. name: "Teramacro",
  7835. height: math.unit(250000, "km")
  7836. },
  7837. ]
  7838. ))
  7839. characterMakers.push(() => makeCharacter(
  7840. { name: "Rikes" },
  7841. {
  7842. front: {
  7843. height: math.unit(100, "feet"),
  7844. weight: math.unit(350, "kg"),
  7845. name: "Front",
  7846. image: {
  7847. source: "./media/characters/rikes/front.svg",
  7848. extra: 1565 / 1483,
  7849. bottom: 0.017
  7850. }
  7851. },
  7852. },
  7853. [
  7854. {
  7855. name: "Macro",
  7856. height: math.unit(100, "feet"),
  7857. default: true
  7858. },
  7859. ]
  7860. ))
  7861. characterMakers.push(() => makeCharacter(
  7862. { name: "Adam Silver-Mane" },
  7863. {
  7864. anthro: {
  7865. height: math.unit(8, "feet"),
  7866. weight: math.unit(120, "kg"),
  7867. name: "Anthro",
  7868. image: {
  7869. source: "./media/characters/adam-silver-mane/anthro.svg",
  7870. extra: 5743 / 5339,
  7871. bottom: 0.07
  7872. }
  7873. },
  7874. taur: {
  7875. height: math.unit(16, "feet"),
  7876. weight: math.unit(1500, "kg"),
  7877. name: "Taur",
  7878. image: {
  7879. source: "./media/characters/adam-silver-mane/taur.svg",
  7880. extra: 1713 / 1571,
  7881. bottom: 0.01
  7882. }
  7883. },
  7884. },
  7885. [
  7886. {
  7887. name: "Normal",
  7888. height: math.unit(8, "feet")
  7889. },
  7890. {
  7891. name: "Minimacro",
  7892. height: math.unit(80, "feet")
  7893. },
  7894. {
  7895. name: "Macro",
  7896. height: math.unit(800, "feet"),
  7897. default: true
  7898. },
  7899. {
  7900. name: "Megamacro",
  7901. height: math.unit(8000, "feet")
  7902. },
  7903. {
  7904. name: "Gigamacro",
  7905. height: math.unit(800, "miles")
  7906. },
  7907. {
  7908. name: "Teramacro",
  7909. height: math.unit(80000, "miles")
  7910. },
  7911. {
  7912. name: "Celestial",
  7913. height: math.unit(8e6, "miles")
  7914. },
  7915. {
  7916. name: "Star Dragon",
  7917. height: math.unit(800000, "parsecs")
  7918. },
  7919. {
  7920. name: "Godly",
  7921. height: math.unit(800, "teraparsecs")
  7922. },
  7923. ]
  7924. ))
  7925. characterMakers.push(() => makeCharacter(
  7926. { name: "Ky'owin" },
  7927. {
  7928. front: {
  7929. height: math.unit(6, "feet"),
  7930. weight: math.unit(150, "lb"),
  7931. name: "Front",
  7932. image: {
  7933. source: "./media/characters/ky'owin/front.svg",
  7934. extra: 3888 / 3068,
  7935. bottom: 0.015
  7936. }
  7937. },
  7938. },
  7939. [
  7940. {
  7941. name: "Normal",
  7942. height: math.unit(6 + 8 / 12, "feet")
  7943. },
  7944. {
  7945. name: "Large",
  7946. height: math.unit(68, "feet")
  7947. },
  7948. {
  7949. name: "Macro",
  7950. height: math.unit(132, "feet")
  7951. },
  7952. {
  7953. name: "Macro+",
  7954. height: math.unit(340, "feet")
  7955. },
  7956. {
  7957. name: "Macro++",
  7958. height: math.unit(680, "feet"),
  7959. default: true
  7960. },
  7961. {
  7962. name: "Megamacro",
  7963. height: math.unit(1, "mile")
  7964. },
  7965. {
  7966. name: "Megamacro+",
  7967. height: math.unit(10, "miles")
  7968. },
  7969. ]
  7970. ))
  7971. characterMakers.push(() => makeCharacter(
  7972. { name: "Mal" },
  7973. {
  7974. front: {
  7975. height: math.unit(4, "feet"),
  7976. weight: math.unit(50, "lb"),
  7977. name: "Front",
  7978. image: {
  7979. source: "./media/characters/mal/front.svg",
  7980. extra: 785 / 724,
  7981. bottom: 0.07
  7982. }
  7983. },
  7984. },
  7985. [
  7986. {
  7987. name: "Micro",
  7988. height: math.unit(4, "inches")
  7989. },
  7990. {
  7991. name: "Normal",
  7992. height: math.unit(4, "feet"),
  7993. default: true
  7994. },
  7995. {
  7996. name: "Macro",
  7997. height: math.unit(200, "feet")
  7998. },
  7999. ]
  8000. ))
  8001. characterMakers.push(() => makeCharacter(
  8002. { name: "Jordan Deware" },
  8003. {
  8004. front: {
  8005. height: math.unit(6, "feet"),
  8006. weight: math.unit(150, "lb"),
  8007. name: "Front",
  8008. image: {
  8009. source: "./media/characters/jordan-deware/front.svg",
  8010. extra: 1191 / 1012
  8011. }
  8012. },
  8013. },
  8014. [
  8015. {
  8016. name: "Nano",
  8017. height: math.unit(0.01, "mm")
  8018. },
  8019. {
  8020. name: "Minimicro",
  8021. height: math.unit(1, "mm")
  8022. },
  8023. {
  8024. name: "Micro",
  8025. height: math.unit(0.5, "inches")
  8026. },
  8027. {
  8028. name: "Normal",
  8029. height: math.unit(4, "feet"),
  8030. default: true
  8031. },
  8032. {
  8033. name: "Minimacro",
  8034. height: math.unit(40, "meters")
  8035. },
  8036. {
  8037. name: "Small Macro",
  8038. height: math.unit(400, "meters")
  8039. },
  8040. {
  8041. name: "Macro",
  8042. height: math.unit(4, "miles")
  8043. },
  8044. {
  8045. name: "Megamacro",
  8046. height: math.unit(40, "miles")
  8047. },
  8048. {
  8049. name: "Megamacro+",
  8050. height: math.unit(400, "miles")
  8051. },
  8052. {
  8053. name: "Gigamacro",
  8054. height: math.unit(400000, "miles")
  8055. },
  8056. ]
  8057. ))
  8058. characterMakers.push(() => makeCharacter(
  8059. { name: "Kimiko" },
  8060. {
  8061. side: {
  8062. height: math.unit(6, "feet"),
  8063. weight: math.unit(150, "lb"),
  8064. name: "Side",
  8065. image: {
  8066. source: "./media/characters/kimiko/side.svg",
  8067. extra: 600 / 358
  8068. }
  8069. },
  8070. },
  8071. [
  8072. {
  8073. name: "Normal",
  8074. height: math.unit(15, "feet"),
  8075. default: true
  8076. },
  8077. {
  8078. name: "Macro",
  8079. height: math.unit(220, "feet")
  8080. },
  8081. {
  8082. name: "Macro+",
  8083. height: math.unit(1450, "feet")
  8084. },
  8085. {
  8086. name: "Megamacro",
  8087. height: math.unit(11500, "feet")
  8088. },
  8089. {
  8090. name: "Gigamacro",
  8091. height: math.unit(9500, "miles")
  8092. },
  8093. {
  8094. name: "Teramacro",
  8095. height: math.unit(2208005005, "miles")
  8096. },
  8097. {
  8098. name: "Examacro",
  8099. height: math.unit(2750, "parsecs")
  8100. },
  8101. {
  8102. name: "Zettamacro",
  8103. height: math.unit(101500, "parsecs")
  8104. },
  8105. ]
  8106. ))
  8107. characterMakers.push(() => makeCharacter(
  8108. { name: "Andrew Sleepy" },
  8109. {
  8110. front: {
  8111. height: math.unit(6, "feet"),
  8112. weight: math.unit(70, "kg"),
  8113. name: "Front",
  8114. image: {
  8115. source: "./media/characters/andrew-sleepy/front.svg"
  8116. }
  8117. },
  8118. side: {
  8119. height: math.unit(6, "feet"),
  8120. weight: math.unit(70, "kg"),
  8121. name: "Side",
  8122. image: {
  8123. source: "./media/characters/andrew-sleepy/side.svg"
  8124. }
  8125. },
  8126. },
  8127. [
  8128. {
  8129. name: "Micro",
  8130. height: math.unit(1, "mm"),
  8131. default: true
  8132. },
  8133. ]
  8134. ))
  8135. characterMakers.push(() => makeCharacter(
  8136. { name: "Judio" },
  8137. {
  8138. front: {
  8139. height: math.unit(6, "feet"),
  8140. weight: math.unit(150, "lb"),
  8141. name: "Front",
  8142. image: {
  8143. source: "./media/characters/judio/front.svg",
  8144. extra: 1258 / 1110
  8145. }
  8146. },
  8147. },
  8148. [
  8149. {
  8150. name: "Normal",
  8151. height: math.unit(5 + 6 / 12, "feet")
  8152. },
  8153. {
  8154. name: "Macro",
  8155. height: math.unit(1000, "feet"),
  8156. default: true
  8157. },
  8158. {
  8159. name: "Megamacro",
  8160. height: math.unit(10, "miles")
  8161. },
  8162. ]
  8163. ))
  8164. characterMakers.push(() => makeCharacter(
  8165. { name: "Nomaxice" },
  8166. {
  8167. front: {
  8168. height: math.unit(6, "feet"),
  8169. weight: math.unit(68, "kg"),
  8170. name: "Front",
  8171. image: {
  8172. source: "./media/characters/nomaxice/front.svg",
  8173. extra: 1498 / 1073,
  8174. bottom: 0.075
  8175. }
  8176. },
  8177. foot: {
  8178. height: math.unit(1.1, "feet"),
  8179. name: "Foot",
  8180. image: {
  8181. source: "./media/characters/nomaxice/foot.svg"
  8182. }
  8183. },
  8184. },
  8185. [
  8186. {
  8187. name: "Micro",
  8188. height: math.unit(8, "cm")
  8189. },
  8190. {
  8191. name: "Norm",
  8192. height: math.unit(1.82, "m")
  8193. },
  8194. {
  8195. name: "Norm+",
  8196. height: math.unit(8.8, "feet")
  8197. },
  8198. {
  8199. name: "Big",
  8200. height: math.unit(8, "meters"),
  8201. default: true
  8202. },
  8203. {
  8204. name: "Macro",
  8205. height: math.unit(18, "meters")
  8206. },
  8207. {
  8208. name: "Macro+",
  8209. height: math.unit(88, "meters")
  8210. },
  8211. ]
  8212. ))
  8213. characterMakers.push(() => makeCharacter(
  8214. { name: "Dydros" },
  8215. {
  8216. front: {
  8217. height: math.unit(12, "feet"),
  8218. weight: math.unit(1.5, "tons"),
  8219. name: "Front",
  8220. image: {
  8221. source: "./media/characters/dydros/front.svg",
  8222. extra: 863 / 800,
  8223. bottom: 0.015
  8224. }
  8225. },
  8226. back: {
  8227. height: math.unit(12, "feet"),
  8228. weight: math.unit(1.5, "tons"),
  8229. name: "Back",
  8230. image: {
  8231. source: "./media/characters/dydros/back.svg",
  8232. extra: 900 / 843,
  8233. bottom: 0.005
  8234. }
  8235. },
  8236. },
  8237. [
  8238. {
  8239. name: "Normal",
  8240. height: math.unit(12, "feet"),
  8241. default: true
  8242. },
  8243. ]
  8244. ))
  8245. characterMakers.push(() => makeCharacter(
  8246. { name: "Riggi" },
  8247. {
  8248. front: {
  8249. height: math.unit(6, "feet"),
  8250. weight: math.unit(100, "kg"),
  8251. name: "Front",
  8252. image: {
  8253. source: "./media/characters/riggi/front.svg",
  8254. extra: 5787 / 5303
  8255. }
  8256. },
  8257. hyper: {
  8258. height: math.unit(6 * 5 / 3, "feet"),
  8259. weight: math.unit(400 * 5 / 3 * 5 / 3 * 5 / 3, "kg"),
  8260. name: "Hyper",
  8261. image: {
  8262. source: "./media/characters/riggi/hyper.svg",
  8263. extra: 3595 / 3485
  8264. }
  8265. },
  8266. },
  8267. [
  8268. {
  8269. name: "Small Macro",
  8270. height: math.unit(50, "feet")
  8271. },
  8272. {
  8273. name: "Default",
  8274. height: math.unit(200, "feet"),
  8275. default: true
  8276. },
  8277. {
  8278. name: "Loom",
  8279. height: math.unit(10000, "feet")
  8280. },
  8281. {
  8282. name: "Cruising Altitude",
  8283. height: math.unit(30000, "feet")
  8284. },
  8285. {
  8286. name: "Megamacro",
  8287. height: math.unit(100, "miles")
  8288. },
  8289. {
  8290. name: "Continent Sized",
  8291. height: math.unit(2800, "miles")
  8292. },
  8293. {
  8294. name: "Earth Sized",
  8295. height: math.unit(8000, "miles")
  8296. },
  8297. ]
  8298. ))
  8299. characterMakers.push(() => makeCharacter(
  8300. { name: "Alexi" },
  8301. {
  8302. front: {
  8303. height: math.unit(6, "feet"),
  8304. weight: math.unit(250, "lb"),
  8305. name: "Front",
  8306. image: {
  8307. source: "./media/characters/alexi/front.svg",
  8308. extra: 3483 / 3291,
  8309. bottom: 0.04
  8310. }
  8311. },
  8312. back: {
  8313. height: math.unit(6, "feet"),
  8314. weight: math.unit(250, "lb"),
  8315. name: "Back",
  8316. image: {
  8317. source: "./media/characters/alexi/back.svg",
  8318. extra: 3533 / 3356,
  8319. bottom: 0.021
  8320. }
  8321. },
  8322. frontTransformed: {
  8323. height: math.unit(12.5, "feet"),
  8324. weight: math.unit(4000, "lb"),
  8325. name: "Front (Transformed)",
  8326. image: {
  8327. source: "./media/characters/alexi/front-transformed.svg",
  8328. extra: 5345 / 5100,
  8329. bottom: 0.03
  8330. }
  8331. },
  8332. },
  8333. [
  8334. {
  8335. name: "Normal",
  8336. height: math.unit(3, "meters"),
  8337. default: true
  8338. },
  8339. {
  8340. name: "Minimacro",
  8341. height: math.unit(30, "meters")
  8342. },
  8343. {
  8344. name: "Macro",
  8345. height: math.unit(500, "meters")
  8346. },
  8347. {
  8348. name: "Megamacro",
  8349. height: math.unit(9000, "km")
  8350. },
  8351. {
  8352. name: "Teramacro",
  8353. height: math.unit(384000, "km")
  8354. },
  8355. ]
  8356. ))
  8357. characterMakers.push(() => makeCharacter(
  8358. { name: "Kayroo" },
  8359. {
  8360. front: {
  8361. height: math.unit(6, "feet"),
  8362. weight: math.unit(150, "lb"),
  8363. name: "Front",
  8364. image: {
  8365. source: "./media/characters/kayroo/front.svg",
  8366. extra: 1153 / 1038,
  8367. bottom: 0.06
  8368. }
  8369. },
  8370. foot: {
  8371. height: math.unit(6, "feet"),
  8372. weight: math.unit(150, "lb"),
  8373. name: "Foot",
  8374. image: {
  8375. source: "./media/characters/kayroo/foot.svg"
  8376. }
  8377. },
  8378. },
  8379. [
  8380. {
  8381. name: "Normal",
  8382. height: math.unit(8, "feet"),
  8383. default: true
  8384. },
  8385. {
  8386. name: "Minimacro",
  8387. height: math.unit(250, "feet")
  8388. },
  8389. {
  8390. name: "Macro",
  8391. height: math.unit(2800, "feet")
  8392. },
  8393. {
  8394. name: "Megamacro",
  8395. height: math.unit(5200, "feet")
  8396. },
  8397. {
  8398. name: "Gigamacro",
  8399. height: math.unit(27000, "feet")
  8400. },
  8401. {
  8402. name: "Omega",
  8403. height: math.unit(45000, "feet")
  8404. },
  8405. ]
  8406. ))
  8407. characterMakers.push(() => makeCharacter(
  8408. { name: "Rhys" },
  8409. {
  8410. front: {
  8411. height: math.unit(18, "feet"),
  8412. weight: math.unit(5800, "lb"),
  8413. name: "Front",
  8414. image: {
  8415. source: "./media/characters/rhys/front.svg",
  8416. extra: 3386 / 3090,
  8417. bottom: 0.07
  8418. }
  8419. },
  8420. },
  8421. [
  8422. {
  8423. name: "Normal",
  8424. height: math.unit(18, "feet"),
  8425. default: true
  8426. },
  8427. {
  8428. name: "Working Size",
  8429. height: math.unit(200, "feet")
  8430. },
  8431. {
  8432. name: "Demolition Size",
  8433. height: math.unit(2000, "feet")
  8434. },
  8435. {
  8436. name: "Maximum Licensed Size",
  8437. height: math.unit(5, "miles")
  8438. },
  8439. {
  8440. name: "Maximum Observed Size",
  8441. height: math.unit(10, "yottameters")
  8442. },
  8443. ]
  8444. ))
  8445. characterMakers.push(() => makeCharacter(
  8446. { name: "Toto" },
  8447. {
  8448. front: {
  8449. height: math.unit(6, "feet"),
  8450. weight: math.unit(250, "lb"),
  8451. name: "Front",
  8452. image: {
  8453. source: "./media/characters/toto/front.svg",
  8454. extra: 527 / 479,
  8455. bottom: 0.05
  8456. }
  8457. },
  8458. },
  8459. [
  8460. {
  8461. name: "Micro",
  8462. height: math.unit(3, "feet")
  8463. },
  8464. {
  8465. name: "Normal",
  8466. height: math.unit(10, "feet")
  8467. },
  8468. {
  8469. name: "Macro",
  8470. height: math.unit(150, "feet"),
  8471. default: true
  8472. },
  8473. {
  8474. name: "Megamacro",
  8475. height: math.unit(1200, "feet")
  8476. },
  8477. ]
  8478. ))
  8479. characterMakers.push(() => makeCharacter(
  8480. { name: "King" },
  8481. {
  8482. back: {
  8483. height: math.unit(6, "feet"),
  8484. weight: math.unit(150, "lb"),
  8485. name: "Back",
  8486. image: {
  8487. source: "./media/characters/king/back.svg"
  8488. }
  8489. },
  8490. },
  8491. [
  8492. {
  8493. name: "Micro",
  8494. height: math.unit(2, "inches")
  8495. },
  8496. {
  8497. name: "Normal",
  8498. height: math.unit(8, "feet")
  8499. },
  8500. {
  8501. name: "Macro",
  8502. height: math.unit(200, "feet"),
  8503. default: true
  8504. },
  8505. {
  8506. name: "Megamacro",
  8507. height: math.unit(50, "miles")
  8508. },
  8509. ]
  8510. ))
  8511. characterMakers.push(() => makeCharacter(
  8512. { name: "Cordite" },
  8513. {
  8514. anthro: {
  8515. height: math.unit(6 + 5 / 12, "feet"),
  8516. weight: math.unit(280, "lb"),
  8517. name: "Anthro",
  8518. image: {
  8519. source: "./media/characters/cordite/anthro.svg",
  8520. extra: 1986 / 1905,
  8521. bottom: 0.025
  8522. }
  8523. },
  8524. feral: {
  8525. height: math.unit(2, "feet"),
  8526. weight: math.unit(90, "lb"),
  8527. name: "Feral",
  8528. image: {
  8529. source: "./media/characters/cordite/feral.svg",
  8530. extra: 1260 / 755,
  8531. bottom: 0.05
  8532. }
  8533. },
  8534. },
  8535. [
  8536. {
  8537. name: "Normal",
  8538. height: math.unit(6 + 5 / 12, "feet"),
  8539. default: true
  8540. },
  8541. ]
  8542. ))
  8543. characterMakers.push(() => makeCharacter(
  8544. { name: "Pianostrong" },
  8545. {
  8546. front: {
  8547. height: math.unit(6, "feet"),
  8548. weight: math.unit(150, "lb"),
  8549. name: "Front",
  8550. image: {
  8551. source: "./media/characters/pianostrong/front.svg",
  8552. extra: 6577 / 6254,
  8553. bottom: 0.02
  8554. }
  8555. },
  8556. side: {
  8557. height: math.unit(6, "feet"),
  8558. weight: math.unit(150, "lb"),
  8559. name: "Side",
  8560. image: {
  8561. source: "./media/characters/pianostrong/side.svg",
  8562. extra: 6106 / 5730
  8563. }
  8564. },
  8565. back: {
  8566. height: math.unit(6, "feet"),
  8567. weight: math.unit(150, "lb"),
  8568. name: "Back",
  8569. image: {
  8570. source: "./media/characters/pianostrong/back.svg",
  8571. extra: 6085 / 5733,
  8572. bottom: 0.01
  8573. }
  8574. },
  8575. },
  8576. [
  8577. {
  8578. name: "Macro",
  8579. height: math.unit(100, "feet")
  8580. },
  8581. {
  8582. name: "Macro+",
  8583. height: math.unit(300, "feet"),
  8584. default: true
  8585. },
  8586. {
  8587. name: "Macro++",
  8588. height: math.unit(1000, "feet")
  8589. },
  8590. ]
  8591. ))
  8592. characterMakers.push(() => makeCharacter(
  8593. { name: "Kona" },
  8594. {
  8595. front: {
  8596. height: math.unit(6, "feet"),
  8597. weight: math.unit(150, "lb"),
  8598. name: "Front",
  8599. image: {
  8600. source: "./media/characters/kona/front.svg",
  8601. extra: 2960 / 2629,
  8602. bottom: 0.005
  8603. }
  8604. },
  8605. },
  8606. [
  8607. {
  8608. name: "Normal",
  8609. height: math.unit(11 + 8 / 12, "feet")
  8610. },
  8611. {
  8612. name: "Macro",
  8613. height: math.unit(850, "feet"),
  8614. default: true
  8615. },
  8616. {
  8617. name: "Macro+",
  8618. height: math.unit(1.5, "km"),
  8619. default: true
  8620. },
  8621. {
  8622. name: "Megamacro",
  8623. height: math.unit(80, "miles")
  8624. },
  8625. {
  8626. name: "Gigamacro",
  8627. height: math.unit(3500, "miles")
  8628. },
  8629. ]
  8630. ))
  8631. characterMakers.push(() => makeCharacter(
  8632. { name: "Levi" },
  8633. {
  8634. side: {
  8635. height: math.unit(1.9, "meters"),
  8636. weight: math.unit(326, "kg"),
  8637. name: "Side",
  8638. image: {
  8639. source: "./media/characters/levi/side.svg",
  8640. extra: 1704 / 1334,
  8641. bottom: 0.02
  8642. }
  8643. },
  8644. },
  8645. [
  8646. {
  8647. name: "Normal",
  8648. height: math.unit(1.9, "meters"),
  8649. default: true
  8650. },
  8651. {
  8652. name: "Macro",
  8653. height: math.unit(20, "meters")
  8654. },
  8655. {
  8656. name: "Macro+",
  8657. height: math.unit(200, "meters")
  8658. },
  8659. {
  8660. name: "Megamacro",
  8661. height: math.unit(2, "km")
  8662. },
  8663. {
  8664. name: "Megamacro+",
  8665. height: math.unit(20, "km")
  8666. },
  8667. {
  8668. name: "Gigamacro",
  8669. height: math.unit(2500, "km")
  8670. },
  8671. {
  8672. name: "Gigamacro+",
  8673. height: math.unit(120000, "km")
  8674. },
  8675. {
  8676. name: "Teramacro",
  8677. height: math.unit(7.77e6, "km")
  8678. },
  8679. ]
  8680. ))
  8681. characterMakers.push(() => makeCharacter(
  8682. { name: "BMC" },
  8683. {
  8684. front: {
  8685. height: math.unit(6 + 4 / 12, "feet"),
  8686. weight: math.unit(188, "lb"),
  8687. name: "Front",
  8688. image: {
  8689. source: "./media/characters/bmc/front.svg",
  8690. extra: 1067 / 1022,
  8691. bottom: 0.047
  8692. }
  8693. },
  8694. },
  8695. [
  8696. {
  8697. name: "Human-sized",
  8698. height: math.unit(6 + 4 / 12, "feet")
  8699. },
  8700. {
  8701. name: "Small",
  8702. height: math.unit(250, "feet")
  8703. },
  8704. {
  8705. name: "Normal",
  8706. height: math.unit(1250, "feet"),
  8707. default: true
  8708. },
  8709. {
  8710. name: "Good Day",
  8711. height: math.unit(88, "miles")
  8712. },
  8713. {
  8714. name: "Largest Measured Size",
  8715. height: math.unit(11.2e6, "lightyears")
  8716. },
  8717. ]
  8718. ))
  8719. characterMakers.push(() => makeCharacter(
  8720. { name: "Sven the Kaiju" },
  8721. {
  8722. front: {
  8723. height: math.unit(20, "feet"),
  8724. weight: math.unit(2016, "kg"),
  8725. name: "Front",
  8726. image: {
  8727. source: "./media/characters/sven-the-kaiju/front.svg",
  8728. extra: 1479 / 1449,
  8729. bottom: 0.05
  8730. }
  8731. },
  8732. },
  8733. [
  8734. {
  8735. name: "Fairy",
  8736. height: math.unit(6, "inches")
  8737. },
  8738. {
  8739. name: "Normal",
  8740. height: math.unit(20, "feet"),
  8741. default: true
  8742. },
  8743. {
  8744. name: "Rampage",
  8745. height: math.unit(200, "feet")
  8746. },
  8747. {
  8748. name: "Archfey Forest Guardian",
  8749. height: math.unit(1, "mile")
  8750. },
  8751. ]
  8752. ))
  8753. characterMakers.push(() => makeCharacter(
  8754. { name: "Marik" },
  8755. {
  8756. front: {
  8757. height: math.unit(4, "meters"),
  8758. weight: math.unit(2, "tons"),
  8759. name: "Front",
  8760. image: {
  8761. source: "./media/characters/marik/front.svg",
  8762. extra: 1057 / 1003,
  8763. bottom: 0.08
  8764. }
  8765. },
  8766. },
  8767. [
  8768. {
  8769. name: "Normal",
  8770. height: math.unit(4, "meters"),
  8771. default: true
  8772. },
  8773. {
  8774. name: "Macro",
  8775. height: math.unit(20, "meters")
  8776. },
  8777. {
  8778. name: "Megamacro",
  8779. height: math.unit(50, "km")
  8780. },
  8781. {
  8782. name: "Gigamacro",
  8783. height: math.unit(100, "km")
  8784. },
  8785. {
  8786. name: "Alpha Macro",
  8787. height: math.unit(7.88e7, "yottameters")
  8788. },
  8789. ]
  8790. ))
  8791. characterMakers.push(() => makeCharacter(
  8792. { name: "Mel" },
  8793. {
  8794. front: {
  8795. height: math.unit(6, "feet"),
  8796. weight: math.unit(110, "lb"),
  8797. name: "Front",
  8798. image: {
  8799. source: "./media/characters/mel/front.svg",
  8800. extra: 736 / 617,
  8801. bottom: 0.017
  8802. }
  8803. },
  8804. },
  8805. [
  8806. {
  8807. name: "Pico",
  8808. height: math.unit(3, "pm")
  8809. },
  8810. {
  8811. name: "Nano",
  8812. height: math.unit(3, "nm")
  8813. },
  8814. {
  8815. name: "Micro",
  8816. height: math.unit(0.3, "mm"),
  8817. default: true
  8818. },
  8819. {
  8820. name: "Micro+",
  8821. height: math.unit(3, "mm")
  8822. },
  8823. {
  8824. name: "Normal",
  8825. height: math.unit(5 + 10.5 / 12, "feet")
  8826. },
  8827. ]
  8828. ))
  8829. characterMakers.push(() => makeCharacter(
  8830. { name: "Lykonous" },
  8831. {
  8832. kaiju: {
  8833. height: math.unit(1.75, "meters"),
  8834. weight: math.unit(55, "kg"),
  8835. name: "Kaiju",
  8836. image: {
  8837. source: "./media/characters/lykonous/kaiju.svg",
  8838. extra: 1055 / 946,
  8839. bottom: 0.135
  8840. }
  8841. },
  8842. },
  8843. [
  8844. {
  8845. name: "Normal",
  8846. height: math.unit(2.5, "meters"),
  8847. default: true
  8848. },
  8849. {
  8850. name: "Kaiju Dragon",
  8851. height: math.unit(60, "meters")
  8852. },
  8853. {
  8854. name: "Mega Kaiju",
  8855. height: math.unit(120, "km")
  8856. },
  8857. {
  8858. name: "Giga Kaiju",
  8859. height: math.unit(200, "megameters")
  8860. },
  8861. {
  8862. name: "Terra Kaiju",
  8863. height: math.unit(400, "gigameters")
  8864. },
  8865. {
  8866. name: "Kaiju Dragon God",
  8867. height: math.unit(13000, "exaparsecs")
  8868. },
  8869. ]
  8870. ))
  8871. characterMakers.push(() => makeCharacter(
  8872. { name: "Blü" },
  8873. {
  8874. front: {
  8875. height: math.unit(6, "feet"),
  8876. weight: math.unit(150, "lb"),
  8877. name: "Front",
  8878. image: {
  8879. source: "./media/characters/blü/front.svg",
  8880. extra: 1883 / 1564,
  8881. bottom: 0.031
  8882. }
  8883. },
  8884. },
  8885. [
  8886. {
  8887. name: "Normal",
  8888. height: math.unit(13, "feet"),
  8889. default: true
  8890. },
  8891. {
  8892. name: "Big Boi",
  8893. height: math.unit(150, "meters")
  8894. },
  8895. {
  8896. name: "Mini Stomper",
  8897. height: math.unit(300, "meters")
  8898. },
  8899. {
  8900. name: "Macro",
  8901. height: math.unit(1000, "meters")
  8902. },
  8903. {
  8904. name: "Megamacro",
  8905. height: math.unit(11000, "meters")
  8906. },
  8907. {
  8908. name: "Gigamacro",
  8909. height: math.unit(11000, "km")
  8910. },
  8911. {
  8912. name: "Teramacro",
  8913. height: math.unit(420000, "km")
  8914. },
  8915. {
  8916. name: "Examacro",
  8917. height: math.unit(120, "parsecs")
  8918. },
  8919. {
  8920. name: "God Tho",
  8921. height: math.unit(98000000000, "parsecs")
  8922. },
  8923. ]
  8924. ))
  8925. characterMakers.push(() => makeCharacter(
  8926. { name: "Scales" },
  8927. {
  8928. taurFront: {
  8929. height: math.unit(6, "feet"),
  8930. weight: math.unit(200, "lb"),
  8931. name: "Taur (Front)",
  8932. image: {
  8933. source: "./media/characters/scales/taur-front.svg",
  8934. extra: 1,
  8935. bottom: 0.05
  8936. }
  8937. },
  8938. taurBack: {
  8939. height: math.unit(6, "feet"),
  8940. weight: math.unit(200, "lb"),
  8941. name: "Taur (Back)",
  8942. image: {
  8943. source: "./media/characters/scales/taur-back.svg",
  8944. extra: 1,
  8945. bottom: 0.08
  8946. }
  8947. },
  8948. anthro: {
  8949. height: math.unit(6 * 7 / 12, "feet"),
  8950. weight: math.unit(100, "lb"),
  8951. name: "Anthro",
  8952. image: {
  8953. source: "./media/characters/scales/anthro.svg",
  8954. extra: 1,
  8955. bottom: 0.06
  8956. }
  8957. },
  8958. },
  8959. [
  8960. {
  8961. name: "Normal",
  8962. height: math.unit(12, "feet"),
  8963. default: true
  8964. },
  8965. ]
  8966. ))
  8967. characterMakers.push(() => makeCharacter(
  8968. { name: "Koragos" },
  8969. {
  8970. front: {
  8971. height: math.unit(6, "feet"),
  8972. weight: math.unit(150, "lb"),
  8973. name: "Front",
  8974. image: {
  8975. source: "./media/characters/koragos/front.svg",
  8976. extra: 841 / 794,
  8977. bottom: 0.035
  8978. }
  8979. },
  8980. back: {
  8981. height: math.unit(6, "feet"),
  8982. weight: math.unit(150, "lb"),
  8983. name: "Back",
  8984. image: {
  8985. source: "./media/characters/koragos/back.svg",
  8986. extra: 841 / 810,
  8987. bottom: 0.022
  8988. }
  8989. },
  8990. },
  8991. [
  8992. {
  8993. name: "Normal",
  8994. height: math.unit(6 + 11 / 12, "feet"),
  8995. default: true
  8996. },
  8997. {
  8998. name: "Macro",
  8999. height: math.unit(490, "feet")
  9000. },
  9001. {
  9002. name: "Megamacro",
  9003. height: math.unit(10, "miles")
  9004. },
  9005. {
  9006. name: "Gigamacro",
  9007. height: math.unit(50, "miles")
  9008. },
  9009. ]
  9010. ))
  9011. characterMakers.push(() => makeCharacter(
  9012. { name: "Xylrem" },
  9013. {
  9014. front: {
  9015. height: math.unit(6, "feet"),
  9016. weight: math.unit(250, "lb"),
  9017. name: "Front",
  9018. image: {
  9019. source: "./media/characters/xylrem/front.svg",
  9020. extra: 3323 / 3050,
  9021. bottom: 0.065
  9022. }
  9023. },
  9024. },
  9025. [
  9026. {
  9027. name: "Micro",
  9028. height: math.unit(4, "feet")
  9029. },
  9030. {
  9031. name: "Normal",
  9032. height: math.unit(16, "feet"),
  9033. default: true
  9034. },
  9035. {
  9036. name: "Macro",
  9037. height: math.unit(2720, "feet")
  9038. },
  9039. {
  9040. name: "Megamacro",
  9041. height: math.unit(25000, "miles")
  9042. },
  9043. ]
  9044. ))
  9045. characterMakers.push(() => makeCharacter(
  9046. { name: "Ikideru" },
  9047. {
  9048. front: {
  9049. height: math.unit(8, "feet"),
  9050. weight: math.unit(250, "kg"),
  9051. name: "Front",
  9052. image: {
  9053. source: "./media/characters/ikideru/front.svg",
  9054. extra: 930 / 870,
  9055. bottom: 0.087
  9056. }
  9057. },
  9058. back: {
  9059. height: math.unit(8, "feet"),
  9060. weight: math.unit(250, "kg"),
  9061. name: "Back",
  9062. image: {
  9063. source: "./media/characters/ikideru/back.svg",
  9064. extra: 919 / 852,
  9065. bottom: 0.055
  9066. }
  9067. },
  9068. },
  9069. [
  9070. {
  9071. name: "Rare",
  9072. height: math.unit(8, "feet"),
  9073. default: true
  9074. },
  9075. {
  9076. name: "Playful Loom",
  9077. height: math.unit(80, "feet")
  9078. },
  9079. {
  9080. name: "City Leaner",
  9081. height: math.unit(230, "feet")
  9082. },
  9083. {
  9084. name: "Megamacro",
  9085. height: math.unit(2500, "feet")
  9086. },
  9087. {
  9088. name: "Gigamacro",
  9089. height: math.unit(26400, "feet")
  9090. },
  9091. {
  9092. name: "Tectonic Shifter",
  9093. height: math.unit(1.7, "megameters")
  9094. },
  9095. {
  9096. name: "Planet Carer",
  9097. height: math.unit(21, "megameters")
  9098. },
  9099. {
  9100. name: "God",
  9101. height: math.unit(11157.22, "parsecs")
  9102. },
  9103. ]
  9104. ))
  9105. characterMakers.push(() => makeCharacter(
  9106. { name: "Neo" },
  9107. {
  9108. front: {
  9109. height: math.unit(6, "feet"),
  9110. weight: math.unit(120, "lb"),
  9111. name: "Front",
  9112. image: {
  9113. source: "./media/characters/neo/front.svg"
  9114. }
  9115. },
  9116. },
  9117. [
  9118. {
  9119. name: "Micro",
  9120. height: math.unit(2, "inches"),
  9121. default: true
  9122. },
  9123. {
  9124. name: "Human Size",
  9125. height: math.unit(5 + 8 / 12, "feet")
  9126. },
  9127. ]
  9128. ))
  9129. characterMakers.push(() => makeCharacter(
  9130. { name: "Chauncey (Chantz)" },
  9131. {
  9132. front: {
  9133. height: math.unit(13 + 10 / 12, "feet"),
  9134. weight: math.unit(5320, "lb"),
  9135. name: "Front",
  9136. image: {
  9137. source: "./media/characters/chauncey-chantz/front.svg",
  9138. extra: 1587 / 1435,
  9139. bottom: 0.02
  9140. }
  9141. },
  9142. },
  9143. [
  9144. {
  9145. name: "Normal",
  9146. height: math.unit(13 + 10 / 12, "feet"),
  9147. default: true
  9148. },
  9149. {
  9150. name: "Macro",
  9151. height: math.unit(45, "feet")
  9152. },
  9153. {
  9154. name: "Megamacro",
  9155. height: math.unit(250, "miles")
  9156. },
  9157. {
  9158. name: "Planetary",
  9159. height: math.unit(10000, "miles")
  9160. },
  9161. {
  9162. name: "Galactic",
  9163. height: math.unit(40000, "parsecs")
  9164. },
  9165. {
  9166. name: "Universal",
  9167. height: math.unit(1, "yottameter")
  9168. },
  9169. ]
  9170. ))
  9171. characterMakers.push(() => makeCharacter(
  9172. { name: "Epifox" },
  9173. {
  9174. front: {
  9175. height: math.unit(6, "feet"),
  9176. weight: math.unit(150, "lb"),
  9177. name: "Front",
  9178. image: {
  9179. source: "./media/characters/epifox/front.svg",
  9180. extra: 1,
  9181. bottom: 0.075
  9182. }
  9183. },
  9184. },
  9185. [
  9186. {
  9187. name: "Micro",
  9188. height: math.unit(6, "inches")
  9189. },
  9190. {
  9191. name: "Normal",
  9192. height: math.unit(12, "feet"),
  9193. default: true
  9194. },
  9195. {
  9196. name: "Macro",
  9197. height: math.unit(3810, "feet")
  9198. },
  9199. {
  9200. name: "Megamacro",
  9201. height: math.unit(500, "miles")
  9202. },
  9203. ]
  9204. ))
  9205. characterMakers.push(() => makeCharacter(
  9206. { name: "Colin T." },
  9207. {
  9208. front: {
  9209. height: math.unit(1.8796, "m"),
  9210. weight: math.unit(230, "lb"),
  9211. name: "Front",
  9212. image: {
  9213. source: "./media/characters/colin-t/front.svg",
  9214. extra: 1272 / 1193,
  9215. bottom: 0.07
  9216. }
  9217. },
  9218. },
  9219. [
  9220. {
  9221. name: "Micro",
  9222. height: math.unit(0.571, "meters")
  9223. },
  9224. {
  9225. name: "Normal",
  9226. height: math.unit(1.8796, "meters"),
  9227. default: true
  9228. },
  9229. {
  9230. name: "Tall",
  9231. height: math.unit(4, "meters")
  9232. },
  9233. {
  9234. name: "Macro",
  9235. height: math.unit(67.241, "meters")
  9236. },
  9237. {
  9238. name: "Megamacro",
  9239. height: math.unit(371.856, "meters")
  9240. },
  9241. {
  9242. name: "Planetary",
  9243. height: math.unit(12631.5689, "km")
  9244. },
  9245. ]
  9246. ))
  9247. characterMakers.push(() => makeCharacter(
  9248. { name: "Matvei" },
  9249. {
  9250. front: {
  9251. height: math.unit(1.85, "meters"),
  9252. weight: math.unit(80, "kg"),
  9253. name: "Front",
  9254. image: {
  9255. source: "./media/characters/matvei/front.svg",
  9256. extra: 614 / 594,
  9257. bottom: 0.01
  9258. }
  9259. },
  9260. },
  9261. [
  9262. {
  9263. name: "Normal",
  9264. height: math.unit(1.85, "meters"),
  9265. default: true
  9266. },
  9267. ]
  9268. ))
  9269. characterMakers.push(() => makeCharacter(
  9270. { name: "Quincy" },
  9271. {
  9272. front: {
  9273. height: math.unit(5 + 9 / 12, "feet"),
  9274. weight: math.unit(70, "lb"),
  9275. name: "Front",
  9276. image: {
  9277. source: "./media/characters/quincy/front.svg",
  9278. extra: 3041 / 2751
  9279. }
  9280. },
  9281. back: {
  9282. height: math.unit(5 + 9 / 12, "feet"),
  9283. weight: math.unit(70, "lb"),
  9284. name: "Back",
  9285. image: {
  9286. source: "./media/characters/quincy/back.svg",
  9287. extra: 3041 / 2751
  9288. }
  9289. },
  9290. flying: {
  9291. height: math.unit(5 + 4 / 12, "feet"),
  9292. weight: math.unit(70, "lb"),
  9293. name: "Flying",
  9294. image: {
  9295. source: "./media/characters/quincy/flying.svg",
  9296. extra: 1044 / 930
  9297. }
  9298. },
  9299. },
  9300. [
  9301. {
  9302. name: "Micro",
  9303. height: math.unit(3, "cm")
  9304. },
  9305. {
  9306. name: "Normal",
  9307. height: math.unit(5 + 9 / 12, "feet")
  9308. },
  9309. {
  9310. name: "Macro",
  9311. height: math.unit(200, "meters"),
  9312. default: true
  9313. },
  9314. {
  9315. name: "Megamacro",
  9316. height: math.unit(1000, "meters")
  9317. },
  9318. ]
  9319. ))
  9320. characterMakers.push(() => makeCharacter(
  9321. { name: "Vanrel" },
  9322. {
  9323. front: {
  9324. height: math.unit(4 + 7 / 12, "feet"),
  9325. weight: math.unit(150, "lb"),
  9326. name: "Front",
  9327. image: {
  9328. source: "./media/characters/vanrel/front.svg",
  9329. extra: 1,
  9330. bottom: 0.02
  9331. }
  9332. },
  9333. elemental: {
  9334. height: math.unit(4 + 2 / 12, "feet"),
  9335. weight: math.unit(150, "lb"),
  9336. name: "Elemental",
  9337. image: {
  9338. source: "./media/characters/vanrel/elemental.svg"
  9339. }
  9340. },
  9341. side: {
  9342. height: math.unit(4 + 7 / 12, "feet"),
  9343. weight: math.unit(150, "lb"),
  9344. name: "Side",
  9345. image: {
  9346. source: "./media/characters/vanrel/side.svg",
  9347. extra: 1,
  9348. bottom: 0.025
  9349. }
  9350. },
  9351. tome: {
  9352. height: math.unit(1.35, "feet"),
  9353. weight: math.unit(10, "lb"),
  9354. name: "Vanrel's Tome",
  9355. rename: true,
  9356. image: {
  9357. source: "./media/characters/vanrel/tome.svg"
  9358. }
  9359. },
  9360. beans: {
  9361. height: math.unit(0.89, "feet"),
  9362. name: "Beans",
  9363. image: {
  9364. source: "./media/characters/vanrel/beans.svg"
  9365. }
  9366. },
  9367. },
  9368. [
  9369. {
  9370. name: "Normal",
  9371. height: math.unit(4 + 7 / 12, "feet"),
  9372. default: true
  9373. },
  9374. ]
  9375. ))
  9376. characterMakers.push(() => makeCharacter(
  9377. { name: "Kuiper Vanrel" },
  9378. {
  9379. front: {
  9380. height: math.unit(7 + 5 / 12, "feet"),
  9381. weight: math.unit(150, "lb"),
  9382. name: "Front",
  9383. image: {
  9384. source: "./media/characters/kuiper-vanrel/front.svg",
  9385. extra: 1118 / 1068,
  9386. bottom: 0.09
  9387. }
  9388. },
  9389. foot: {
  9390. height: math.unit(0.55, "meters"),
  9391. name: "Foot",
  9392. image: {
  9393. source: "./media/characters/kuiper-vanrel/foot.svg",
  9394. }
  9395. },
  9396. },
  9397. [
  9398. {
  9399. name: "Normal",
  9400. height: math.unit(7 + 5 / 12, "feet"),
  9401. default: true
  9402. },
  9403. ]
  9404. ))
  9405. characterMakers.push(() => makeCharacter(
  9406. { name: "Keset Vanrel" },
  9407. {
  9408. front: {
  9409. height: math.unit(8 + 5 / 12, "feet"),
  9410. weight: math.unit(150, "lb"),
  9411. name: "Front",
  9412. image: {
  9413. source: "./media/characters/keset-vanrel/front.svg",
  9414. extra: 1150 / 1084,
  9415. bottom: 0.05
  9416. }
  9417. },
  9418. hand: {
  9419. height: math.unit(0.6, "meters"),
  9420. name: "Hand",
  9421. image: {
  9422. source: "./media/characters/keset-vanrel/hand.svg"
  9423. }
  9424. },
  9425. foot: {
  9426. height: math.unit(0.94978, "meters"),
  9427. name: "Foot",
  9428. image: {
  9429. source: "./media/characters/keset-vanrel/foot.svg"
  9430. }
  9431. },
  9432. },
  9433. [
  9434. {
  9435. name: "Normal",
  9436. height: math.unit(8 + 5 / 12, "feet"),
  9437. default: true
  9438. },
  9439. ]
  9440. ))
  9441. characterMakers.push(() => makeCharacter(
  9442. { name: "Neos" },
  9443. {
  9444. front: {
  9445. height: math.unit(6, "feet"),
  9446. weight: math.unit(150, "lb"),
  9447. name: "Front",
  9448. image: {
  9449. source: "./media/characters/neos/front.svg",
  9450. extra: 1696 / 992,
  9451. bottom: 0.14
  9452. }
  9453. },
  9454. },
  9455. [
  9456. {
  9457. name: "Normal",
  9458. height: math.unit(54, "cm"),
  9459. default: true
  9460. },
  9461. {
  9462. name: "Macro",
  9463. height: math.unit(100, "m")
  9464. },
  9465. {
  9466. name: "Megamacro",
  9467. height: math.unit(10, "km")
  9468. },
  9469. {
  9470. name: "Megamacro+",
  9471. height: math.unit(100, "km")
  9472. },
  9473. {
  9474. name: "Gigamacro",
  9475. height: math.unit(100, "Mm")
  9476. },
  9477. {
  9478. name: "Teramacro",
  9479. height: math.unit(100, "Gm")
  9480. },
  9481. {
  9482. name: "Examacro",
  9483. height: math.unit(100, "Em")
  9484. },
  9485. {
  9486. name: "Godly",
  9487. height: math.unit(10000, "Ym")
  9488. },
  9489. {
  9490. name: "Beyond Godly",
  9491. height: math.unit(10000000, "Ym")
  9492. },
  9493. ]
  9494. ))
  9495. characterMakers.push(() => makeCharacter(
  9496. { name: "Sammy Mouse" },
  9497. {
  9498. feminine: {
  9499. height: math.unit(5, "feet"),
  9500. weight: math.unit(100, "lb"),
  9501. name: "Feminine",
  9502. image: {
  9503. source: "./media/characters/sammy-mouse/feminine.svg",
  9504. extra: 2526 / 2425,
  9505. bottom: 0.123
  9506. }
  9507. },
  9508. masculine: {
  9509. height: math.unit(5, "feet"),
  9510. weight: math.unit(100, "lb"),
  9511. name: "Masculine",
  9512. image: {
  9513. source: "./media/characters/sammy-mouse/masculine.svg",
  9514. extra: 2526 / 2425,
  9515. bottom: 0.123
  9516. }
  9517. },
  9518. },
  9519. [
  9520. {
  9521. name: "Micro",
  9522. height: math.unit(5, "inches")
  9523. },
  9524. {
  9525. name: "Normal",
  9526. height: math.unit(5, "feet"),
  9527. default: true
  9528. },
  9529. {
  9530. name: "Macro",
  9531. height: math.unit(60, "feet")
  9532. },
  9533. ]
  9534. ))
  9535. characterMakers.push(() => makeCharacter(
  9536. { name: "Kole" },
  9537. {
  9538. front: {
  9539. height: math.unit(4, "feet"),
  9540. weight: math.unit(50, "lb"),
  9541. name: "Front",
  9542. image: {
  9543. source: "./media/characters/kole/front.svg",
  9544. extra: 1423 / 1303,
  9545. bottom: 0.025
  9546. }
  9547. },
  9548. back: {
  9549. height: math.unit(4, "feet"),
  9550. weight: math.unit(50, "lb"),
  9551. name: "Back",
  9552. image: {
  9553. source: "./media/characters/kole/back.svg",
  9554. extra: 1426 / 1280,
  9555. bottom: 0.02
  9556. }
  9557. },
  9558. },
  9559. [
  9560. {
  9561. name: "Normal",
  9562. height: math.unit(4, "feet"),
  9563. default: true
  9564. },
  9565. ]
  9566. ))
  9567. characterMakers.push(() => makeCharacter(
  9568. { name: "Rufran" },
  9569. {
  9570. front: {
  9571. height: math.unit(2 + 6 / 12, "feet"),
  9572. weight: math.unit(20, "lb"),
  9573. name: "Front",
  9574. image: {
  9575. source: "./media/characters/rufran/front.svg",
  9576. extra: 2041 / 1839,
  9577. bottom: 0.055
  9578. }
  9579. },
  9580. back: {
  9581. height: math.unit(2 + 6 / 12, "feet"),
  9582. weight: math.unit(20, "lb"),
  9583. name: "Back",
  9584. image: {
  9585. source: "./media/characters/rufran/back.svg",
  9586. extra: 2054 / 1839,
  9587. bottom: 0.01
  9588. }
  9589. },
  9590. hand: {
  9591. height: math.unit(0.2166, "meters"),
  9592. name: "Hand",
  9593. image: {
  9594. source: "./media/characters/rufran/hand.svg"
  9595. }
  9596. },
  9597. foot: {
  9598. height: math.unit(0.185, "meters"),
  9599. name: "Foot",
  9600. image: {
  9601. source: "./media/characters/rufran/foot.svg"
  9602. }
  9603. },
  9604. },
  9605. [
  9606. {
  9607. name: "Micro",
  9608. height: math.unit(1, "inch")
  9609. },
  9610. {
  9611. name: "Normal",
  9612. height: math.unit(2 + 6 / 12, "feet"),
  9613. default: true
  9614. },
  9615. {
  9616. name: "Big",
  9617. height: math.unit(60, "feet")
  9618. },
  9619. {
  9620. name: "Macro",
  9621. height: math.unit(325, "feet")
  9622. },
  9623. ]
  9624. ))
  9625. characterMakers.push(() => makeCharacter(
  9626. { name: "Chip" },
  9627. {
  9628. front: {
  9629. height: math.unit(0.3, "meters"),
  9630. weight: math.unit(3.5, "kg"),
  9631. name: "Front",
  9632. image: {
  9633. source: "./media/characters/chip/front.svg",
  9634. extra: 748 / 674
  9635. }
  9636. },
  9637. },
  9638. [
  9639. {
  9640. name: "Micro",
  9641. height: math.unit(1, "inch"),
  9642. default: true
  9643. },
  9644. ]
  9645. ))
  9646. characterMakers.push(() => makeCharacter(
  9647. { name: "Torvid" },
  9648. {
  9649. side: {
  9650. height: math.unit(2.3, "meters"),
  9651. weight: math.unit(3500, "lb"),
  9652. name: "Side",
  9653. image: {
  9654. source: "./media/characters/torvid/side.svg",
  9655. extra: 1972 / 722,
  9656. bottom: 0.035
  9657. }
  9658. },
  9659. },
  9660. [
  9661. {
  9662. name: "Normal",
  9663. height: math.unit(2.3, "meters"),
  9664. default: true
  9665. },
  9666. ]
  9667. ))
  9668. characterMakers.push(() => makeCharacter(
  9669. { name: "Susan" },
  9670. {
  9671. front: {
  9672. height: math.unit(2, "meters"),
  9673. weight: math.unit(150.5, "kg"),
  9674. name: "Front",
  9675. image: {
  9676. source: "./media/characters/susan/front.svg",
  9677. extra: 693 / 635,
  9678. bottom: 0.05
  9679. }
  9680. },
  9681. },
  9682. [
  9683. {
  9684. name: "Megamacro",
  9685. height: math.unit(505, "miles"),
  9686. default: true
  9687. },
  9688. ]
  9689. ))
  9690. characterMakers.push(() => makeCharacter(
  9691. { name: "Raindrops" },
  9692. {
  9693. front: {
  9694. height: math.unit(6, "feet"),
  9695. weight: math.unit(150, "lb"),
  9696. name: "Front",
  9697. image: {
  9698. source: "./media/characters/raindrops/front.svg",
  9699. extra: 2655 / 2461,
  9700. bottom: 0.02
  9701. }
  9702. },
  9703. back: {
  9704. height: math.unit(6, "feet"),
  9705. weight: math.unit(150, "lb"),
  9706. name: "Back",
  9707. image: {
  9708. source: "./media/characters/raindrops/back.svg",
  9709. extra: 2574 / 2400,
  9710. bottom: 0.03
  9711. }
  9712. },
  9713. },
  9714. [
  9715. {
  9716. name: "Micro",
  9717. height: math.unit(6, "inches")
  9718. },
  9719. {
  9720. name: "Normal",
  9721. height: math.unit(6 + 2 / 12, "feet")
  9722. },
  9723. {
  9724. name: "Macro",
  9725. height: math.unit(131, "feet"),
  9726. default: true
  9727. },
  9728. {
  9729. name: "Megamacro",
  9730. height: math.unit(15, "miles")
  9731. },
  9732. {
  9733. name: "Gigamacro",
  9734. height: math.unit(4000, "miles")
  9735. },
  9736. {
  9737. name: "Teramacro",
  9738. height: math.unit(315000, "miles")
  9739. },
  9740. ]
  9741. ))
  9742. characterMakers.push(() => makeCharacter(
  9743. { name: "Tezwa" },
  9744. {
  9745. front: {
  9746. height: math.unit(2.794, "meters"),
  9747. weight: math.unit(325, "kg"),
  9748. name: "Front",
  9749. image: {
  9750. source: "./media/characters/tezwa/front.svg",
  9751. extra: 2083 / 1906,
  9752. bottom: 0.031
  9753. }
  9754. },
  9755. foot: {
  9756. height: math.unit(0.687, "meters"),
  9757. name: "Foot",
  9758. image: {
  9759. source: "./media/characters/tezwa/foot.svg"
  9760. }
  9761. },
  9762. },
  9763. [
  9764. {
  9765. name: "Normal",
  9766. height: math.unit(9 + 2 / 12, "feet"),
  9767. default: true
  9768. },
  9769. ]
  9770. ))
  9771. characterMakers.push(() => makeCharacter(
  9772. { name: "Typhus" },
  9773. {
  9774. front: {
  9775. height: math.unit(58, "feet"),
  9776. weight: math.unit(89000, "lb"),
  9777. name: "Front",
  9778. image: {
  9779. source: "./media/characters/typhus/front.svg",
  9780. extra: 816 / 800,
  9781. bottom: 0.065
  9782. }
  9783. },
  9784. },
  9785. [
  9786. {
  9787. name: "Macro",
  9788. height: math.unit(58, "feet"),
  9789. default: true
  9790. },
  9791. ]
  9792. ))
  9793. characterMakers.push(() => makeCharacter(
  9794. { name: "Lyra Von Wulf" },
  9795. {
  9796. front: {
  9797. height: math.unit(12, "feet"),
  9798. weight: math.unit(6, "tonnes"),
  9799. name: "Front",
  9800. image: {
  9801. source: "./media/characters/lyra-von-wulf/front.svg",
  9802. extra: 1,
  9803. bottom: 0.10
  9804. }
  9805. },
  9806. frontMecha: {
  9807. height: math.unit(12, "feet"),
  9808. weight: math.unit(12, "tonnes"),
  9809. name: "Front (Mecha)",
  9810. image: {
  9811. source: "./media/characters/lyra-von-wulf/front-mecha.svg",
  9812. extra: 1,
  9813. bottom: 0.042
  9814. }
  9815. },
  9816. maw: {
  9817. height: math.unit(2.2, "feet"),
  9818. name: "Maw",
  9819. image: {
  9820. source: "./media/characters/lyra-von-wulf/maw.svg"
  9821. }
  9822. },
  9823. },
  9824. [
  9825. {
  9826. name: "Normal",
  9827. height: math.unit(12, "feet"),
  9828. default: true
  9829. },
  9830. {
  9831. name: "Classic",
  9832. height: math.unit(50, "feet")
  9833. },
  9834. {
  9835. name: "Macro",
  9836. height: math.unit(500, "feet")
  9837. },
  9838. {
  9839. name: "Megamacro",
  9840. height: math.unit(1, "mile")
  9841. },
  9842. {
  9843. name: "Gigamacro",
  9844. height: math.unit(400, "miles")
  9845. },
  9846. {
  9847. name: "Teramacro",
  9848. height: math.unit(22000, "miles")
  9849. },
  9850. {
  9851. name: "Solarmacro",
  9852. height: math.unit(8600000, "miles")
  9853. },
  9854. {
  9855. name: "Galactic",
  9856. height: math.unit(1057000, "lightyears")
  9857. },
  9858. ]
  9859. ))
  9860. characterMakers.push(() => makeCharacter(
  9861. { name: "Dixon" },
  9862. {
  9863. front: {
  9864. height: math.unit(6 + 10 / 12, "feet"),
  9865. weight: math.unit(150, "lb"),
  9866. name: "Front",
  9867. image: {
  9868. source: "./media/characters/dixon/front.svg",
  9869. extra: 3361 / 3209,
  9870. bottom: 0.01
  9871. }
  9872. },
  9873. },
  9874. [
  9875. {
  9876. name: "Normal",
  9877. height: math.unit(6 + 10 / 12, "feet"),
  9878. default: true
  9879. },
  9880. {
  9881. name: "Big",
  9882. height: math.unit(12, "meters")
  9883. },
  9884. {
  9885. name: "Macro",
  9886. height: math.unit(500, "meters")
  9887. },
  9888. {
  9889. name: "Megamacro",
  9890. height: math.unit(2, "km")
  9891. },
  9892. ]
  9893. ))
  9894. characterMakers.push(() => makeCharacter(
  9895. { name: "Kauko" },
  9896. {
  9897. front: {
  9898. height: math.unit(185, "cm"),
  9899. weight: math.unit(68, "kg"),
  9900. name: "Front",
  9901. image: {
  9902. source: "./media/characters/kauko/front.svg",
  9903. extra: 1455 / 1421,
  9904. bottom: 0.03
  9905. }
  9906. },
  9907. back: {
  9908. height: math.unit(185, "cm"),
  9909. weight: math.unit(68, "kg"),
  9910. name: "Back",
  9911. image: {
  9912. source: "./media/characters/kauko/back.svg",
  9913. extra: 1455 / 1421,
  9914. bottom: 0.004
  9915. }
  9916. },
  9917. },
  9918. [
  9919. {
  9920. name: "Normal",
  9921. height: math.unit(185, "cm"),
  9922. default: true
  9923. },
  9924. ]
  9925. ))
  9926. characterMakers.push(() => makeCharacter(
  9927. { name: "Varg" },
  9928. {
  9929. front: {
  9930. height: math.unit(6, "feet"),
  9931. weight: math.unit(150, "kg"),
  9932. name: "Front",
  9933. image: {
  9934. source: "./media/characters/varg/front.svg",
  9935. extra: 1108 / 1018,
  9936. bottom: 0.0375
  9937. }
  9938. },
  9939. },
  9940. [
  9941. {
  9942. name: "Normal",
  9943. height: math.unit(5, "meters")
  9944. },
  9945. {
  9946. name: "Macro",
  9947. height: math.unit(200, "meters")
  9948. },
  9949. {
  9950. name: "Megamacro",
  9951. height: math.unit(20, "kilometers")
  9952. },
  9953. {
  9954. name: "True Size",
  9955. height: math.unit(211, "km"),
  9956. default: true
  9957. },
  9958. {
  9959. name: "Gigamacro",
  9960. height: math.unit(1000, "km")
  9961. },
  9962. {
  9963. name: "Gigamacro+",
  9964. height: math.unit(8000, "km")
  9965. },
  9966. {
  9967. name: "Teramacro",
  9968. height: math.unit(1000000, "km")
  9969. },
  9970. ]
  9971. ))
  9972. characterMakers.push(() => makeCharacter(
  9973. { name: "Dayza" },
  9974. {
  9975. front: {
  9976. height: math.unit(7 + 7 / 12, "feet"),
  9977. weight: math.unit(267, "lb"),
  9978. name: "Front",
  9979. image: {
  9980. source: "./media/characters/dayza/front.svg",
  9981. extra: 1262 / 1200,
  9982. bottom: 0.035
  9983. }
  9984. },
  9985. side: {
  9986. height: math.unit(7 + 7 / 12, "feet"),
  9987. weight: math.unit(267, "lb"),
  9988. name: "Side",
  9989. image: {
  9990. source: "./media/characters/dayza/side.svg",
  9991. extra: 1295 / 1245,
  9992. bottom: 0.05
  9993. }
  9994. },
  9995. back: {
  9996. height: math.unit(7 + 7 / 12, "feet"),
  9997. weight: math.unit(267, "lb"),
  9998. name: "Back",
  9999. image: {
  10000. source: "./media/characters/dayza/back.svg",
  10001. extra: 1241 / 1170
  10002. }
  10003. },
  10004. },
  10005. [
  10006. {
  10007. name: "Normal",
  10008. height: math.unit(7 + 7 / 12, "feet"),
  10009. default: true
  10010. },
  10011. {
  10012. name: "Macro",
  10013. height: math.unit(155, "feet")
  10014. },
  10015. ]
  10016. ))
  10017. characterMakers.push(() => makeCharacter(
  10018. { name: "Xanthos" },
  10019. {
  10020. front: {
  10021. height: math.unit(6 + 5 / 12, "feet"),
  10022. weight: math.unit(160, "lb"),
  10023. name: "Front",
  10024. image: {
  10025. source: "./media/characters/xanthos/front.svg",
  10026. extra: 1,
  10027. bottom: 0.04
  10028. }
  10029. },
  10030. back: {
  10031. height: math.unit(6 + 5 / 12, "feet"),
  10032. weight: math.unit(160, "lb"),
  10033. name: "Back",
  10034. image: {
  10035. source: "./media/characters/xanthos/back.svg",
  10036. extra: 1,
  10037. bottom: 0.03
  10038. }
  10039. },
  10040. hand: {
  10041. height: math.unit(0.928, "feet"),
  10042. name: "Hand",
  10043. image: {
  10044. source: "./media/characters/xanthos/hand.svg"
  10045. }
  10046. },
  10047. foot: {
  10048. height: math.unit(1.286, "feet"),
  10049. name: "Foot",
  10050. image: {
  10051. source: "./media/characters/xanthos/foot.svg"
  10052. }
  10053. },
  10054. },
  10055. [
  10056. {
  10057. name: "Normal",
  10058. height: math.unit(6 + 5 / 12, "feet"),
  10059. default: true
  10060. },
  10061. {
  10062. name: "Normal+",
  10063. height: math.unit(6, "meters")
  10064. },
  10065. {
  10066. name: "Macro",
  10067. height: math.unit(40, "feet")
  10068. },
  10069. {
  10070. name: "Macro+",
  10071. height: math.unit(200, "meters")
  10072. },
  10073. {
  10074. name: "Megamacro",
  10075. height: math.unit(20, "km")
  10076. },
  10077. {
  10078. name: "Megamacro+",
  10079. height: math.unit(100, "km")
  10080. },
  10081. ]
  10082. ))
  10083. characterMakers.push(() => makeCharacter(
  10084. { name: "Grynn" },
  10085. {
  10086. front: {
  10087. height: math.unit(6 + 3 / 12, "feet"),
  10088. weight: math.unit(215, "lb"),
  10089. name: "Front",
  10090. image: {
  10091. source: "./media/characters/grynn/front.svg",
  10092. extra: 4627 / 4209,
  10093. bottom: 0.047
  10094. }
  10095. },
  10096. },
  10097. [
  10098. {
  10099. name: "Micro",
  10100. height: math.unit(6, "inches")
  10101. },
  10102. {
  10103. name: "Normal",
  10104. height: math.unit(6 + 3 / 12, "feet"),
  10105. default: true
  10106. },
  10107. {
  10108. name: "Big",
  10109. height: math.unit(104, "feet")
  10110. },
  10111. {
  10112. name: "Macro",
  10113. height: math.unit(944, "feet")
  10114. },
  10115. {
  10116. name: "Macro+",
  10117. height: math.unit(9480, "feet")
  10118. },
  10119. {
  10120. name: "Megamacro",
  10121. height: math.unit(78752, "feet")
  10122. },
  10123. {
  10124. name: "Megamacro+",
  10125. height: math.unit(630128, "feet")
  10126. },
  10127. {
  10128. name: "Megamacro++",
  10129. height: math.unit(3150695, "feet")
  10130. },
  10131. ]
  10132. ))
  10133. characterMakers.push(() => makeCharacter(
  10134. { name: "Mocha Aura" },
  10135. {
  10136. front: {
  10137. height: math.unit(7 + 5 / 12, "feet"),
  10138. weight: math.unit(450, "lb"),
  10139. name: "Front",
  10140. image: {
  10141. source: "./media/characters/mocha-aura/front.svg",
  10142. extra: 1907 / 1817,
  10143. bottom: 0.04
  10144. }
  10145. },
  10146. back: {
  10147. height: math.unit(7 + 5 / 12, "feet"),
  10148. weight: math.unit(450, "lb"),
  10149. name: "Back",
  10150. image: {
  10151. source: "./media/characters/mocha-aura/back.svg",
  10152. extra: 1900 / 1825,
  10153. bottom: 0.045
  10154. }
  10155. },
  10156. },
  10157. [
  10158. {
  10159. name: "Nano",
  10160. height: math.unit(1, "nm")
  10161. },
  10162. {
  10163. name: "Megamicro",
  10164. height: math.unit(1, "mm")
  10165. },
  10166. {
  10167. name: "Micro",
  10168. height: math.unit(3, "inches")
  10169. },
  10170. {
  10171. name: "Normal",
  10172. height: math.unit(7 + 5 / 12, "feet"),
  10173. default: true
  10174. },
  10175. {
  10176. name: "Macro",
  10177. height: math.unit(30, "feet")
  10178. },
  10179. {
  10180. name: "Megamacro",
  10181. height: math.unit(3500, "feet")
  10182. },
  10183. {
  10184. name: "Teramacro",
  10185. height: math.unit(500000, "miles")
  10186. },
  10187. {
  10188. name: "Petamacro",
  10189. height: math.unit(50000000000000000, "parsecs")
  10190. },
  10191. ]
  10192. ))
  10193. characterMakers.push(() => makeCharacter(
  10194. { name: "Ilisha Devya" },
  10195. {
  10196. front: {
  10197. height: math.unit(6, "feet"),
  10198. weight: math.unit(150, "lb"),
  10199. name: "Front",
  10200. image: {
  10201. source: "./media/characters/ilisha-devya/front.svg",
  10202. extra: 1,
  10203. bottom: 0.175
  10204. }
  10205. },
  10206. back: {
  10207. height: math.unit(6, "feet"),
  10208. weight: math.unit(150, "lb"),
  10209. name: "Back",
  10210. image: {
  10211. source: "./media/characters/ilisha-devya/back.svg",
  10212. extra: 1,
  10213. bottom: 0.015
  10214. }
  10215. },
  10216. },
  10217. [
  10218. {
  10219. name: "Macro",
  10220. height: math.unit(500, "feet"),
  10221. default: true
  10222. },
  10223. {
  10224. name: "Megamacro",
  10225. height: math.unit(10, "miles")
  10226. },
  10227. {
  10228. name: "Gigamacro",
  10229. height: math.unit(100000, "miles")
  10230. },
  10231. {
  10232. name: "Examacro",
  10233. height: math.unit(1e9, "lightyears")
  10234. },
  10235. {
  10236. name: "Omniversal",
  10237. height: math.unit(1e33, "lightyears")
  10238. },
  10239. {
  10240. name: "Beyond Infinite",
  10241. height: math.unit(1e100, "lightyears")
  10242. },
  10243. ]
  10244. ))
  10245. characterMakers.push(() => makeCharacter(
  10246. { name: "Mira" },
  10247. {
  10248. Side: {
  10249. height: math.unit(6, "feet"),
  10250. weight: math.unit(150, "lb"),
  10251. name: "Side",
  10252. image: {
  10253. source: "./media/characters/mira/side.svg",
  10254. extra: 900 / 799,
  10255. bottom: 0.02
  10256. }
  10257. },
  10258. },
  10259. [
  10260. {
  10261. name: "Human Size",
  10262. height: math.unit(6, "feet")
  10263. },
  10264. {
  10265. name: "Macro",
  10266. height: math.unit(100, "feet"),
  10267. default: true
  10268. },
  10269. {
  10270. name: "Megamacro",
  10271. height: math.unit(10, "miles")
  10272. },
  10273. {
  10274. name: "Gigamacro",
  10275. height: math.unit(25000, "miles")
  10276. },
  10277. {
  10278. name: "Teramacro",
  10279. height: math.unit(300, "AU")
  10280. },
  10281. {
  10282. name: "Full Size",
  10283. height: math.unit(4.5e10, "lightyears")
  10284. },
  10285. ]
  10286. ))
  10287. characterMakers.push(() => makeCharacter(
  10288. { name: "Holly" },
  10289. {
  10290. front: {
  10291. height: math.unit(6, "feet"),
  10292. weight: math.unit(150, "lb"),
  10293. name: "Front",
  10294. image: {
  10295. source: "./media/characters/holly/front.svg",
  10296. extra: 639 / 606
  10297. }
  10298. },
  10299. back: {
  10300. height: math.unit(6, "feet"),
  10301. weight: math.unit(150, "lb"),
  10302. name: "Back",
  10303. image: {
  10304. source: "./media/characters/holly/back.svg",
  10305. extra: 623 / 598
  10306. }
  10307. },
  10308. frontWorking: {
  10309. height: math.unit(6, "feet"),
  10310. weight: math.unit(150, "lb"),
  10311. name: "Front (Working)",
  10312. image: {
  10313. source: "./media/characters/holly/front-working.svg",
  10314. extra: 607 / 577,
  10315. bottom: 0.048
  10316. }
  10317. },
  10318. },
  10319. [
  10320. {
  10321. name: "Normal",
  10322. height: math.unit(12 + 3 / 12, "feet"),
  10323. default: true
  10324. },
  10325. ]
  10326. ))
  10327. characterMakers.push(() => makeCharacter(
  10328. { name: "Porter" },
  10329. {
  10330. front: {
  10331. height: math.unit(6, "feet"),
  10332. weight: math.unit(150, "lb"),
  10333. name: "Front",
  10334. image: {
  10335. source: "./media/characters/porter/front.svg",
  10336. extra: 1,
  10337. bottom: 0.01
  10338. }
  10339. },
  10340. frontRobes: {
  10341. height: math.unit(6, "feet"),
  10342. weight: math.unit(150, "lb"),
  10343. name: "Front (Robes)",
  10344. image: {
  10345. source: "./media/characters/porter/front-robes.svg",
  10346. extra: 1.01,
  10347. bottom: 0.01
  10348. }
  10349. },
  10350. },
  10351. [
  10352. {
  10353. name: "Normal",
  10354. height: math.unit(11 + 9 / 12, "feet"),
  10355. default: true
  10356. },
  10357. ]
  10358. ))
  10359. characterMakers.push(() => makeCharacter(
  10360. { name: "Lucy" },
  10361. {
  10362. legendary: {
  10363. height: math.unit(6, "feet"),
  10364. weight: math.unit(150, "lb"),
  10365. name: "Legendary",
  10366. image: {
  10367. source: "./media/characters/lucy/legendary.svg",
  10368. extra: 1355 / 1100,
  10369. bottom: 0.045
  10370. }
  10371. },
  10372. },
  10373. [
  10374. {
  10375. name: "Legendary",
  10376. height: math.unit(86882 * 2, "miles"),
  10377. default: true
  10378. },
  10379. ]
  10380. ))
  10381. characterMakers.push(() => makeCharacter(
  10382. { name: "Drusilla" },
  10383. {
  10384. front: {
  10385. height: math.unit(6, "feet"),
  10386. weight: math.unit(150, "lb"),
  10387. name: "Front",
  10388. image: {
  10389. source: "./media/characters/drusilla/front.svg",
  10390. extra: 678 / 635,
  10391. bottom: 0.03
  10392. }
  10393. },
  10394. back: {
  10395. height: math.unit(6, "feet"),
  10396. weight: math.unit(150, "lb"),
  10397. name: "Back",
  10398. image: {
  10399. source: "./media/characters/drusilla/back.svg",
  10400. extra: 678 / 635,
  10401. bottom: 0.005
  10402. }
  10403. },
  10404. },
  10405. [
  10406. {
  10407. name: "Macro",
  10408. height: math.unit(100, "feet")
  10409. },
  10410. {
  10411. name: "Canon Height",
  10412. height: math.unit(2000, "feet"),
  10413. default: true
  10414. },
  10415. ]
  10416. ))
  10417. characterMakers.push(() => makeCharacter(
  10418. { name: "Renard Thatch" },
  10419. {
  10420. front: {
  10421. height: math.unit(6, "feet"),
  10422. weight: math.unit(180, "lb"),
  10423. name: "Front",
  10424. image: {
  10425. source: "./media/characters/renard-thatch/front.svg",
  10426. extra: 2411 / 2275,
  10427. bottom: 0.01
  10428. }
  10429. },
  10430. frontPosing: {
  10431. height: math.unit(6, "feet"),
  10432. weight: math.unit(180, "lb"),
  10433. name: "Front (Posing)",
  10434. image: {
  10435. source: "./media/characters/renard-thatch/front-posing.svg",
  10436. extra: 2381 / 2261,
  10437. bottom: 0.01
  10438. }
  10439. },
  10440. back: {
  10441. height: math.unit(6, "feet"),
  10442. weight: math.unit(180, "lb"),
  10443. name: "Back",
  10444. image: {
  10445. source: "./media/characters/renard-thatch/back.svg",
  10446. extra: 2428 / 2288
  10447. }
  10448. },
  10449. },
  10450. [
  10451. {
  10452. name: "Micro",
  10453. height: math.unit(3, "inches")
  10454. },
  10455. {
  10456. name: "Default",
  10457. height: math.unit(6, "feet"),
  10458. default: true
  10459. },
  10460. {
  10461. name: "Macro",
  10462. height: math.unit(75, "feet")
  10463. },
  10464. ]
  10465. ))
  10466. characterMakers.push(() => makeCharacter(
  10467. { name: "Sekvra" },
  10468. {
  10469. front: {
  10470. height: math.unit(1450, "feet"),
  10471. weight: math.unit(1.21e6, "tons"),
  10472. name: "Front",
  10473. image: {
  10474. source: "./media/characters/sekvra/front.svg",
  10475. extra: 1,
  10476. bottom: 0.03
  10477. }
  10478. },
  10479. frontClothed: {
  10480. height: math.unit(1450, "feet"),
  10481. weight: math.unit(1.21e6, "tons"),
  10482. name: "Front (Clothed)",
  10483. image: {
  10484. source: "./media/characters/sekvra/front-clothed.svg",
  10485. extra: 1,
  10486. bottom: 0.03
  10487. }
  10488. },
  10489. side: {
  10490. height: math.unit(1450, "feet"),
  10491. weight: math.unit(1.21e6, "tons"),
  10492. name: "Side",
  10493. image: {
  10494. source: "./media/characters/sekvra/side.svg",
  10495. extra: 1,
  10496. bottom: 0.025
  10497. }
  10498. },
  10499. back: {
  10500. height: math.unit(1450, "feet"),
  10501. weight: math.unit(1.21e6, "tons"),
  10502. name: "Back",
  10503. image: {
  10504. source: "./media/characters/sekvra/back.svg",
  10505. extra: 1,
  10506. bottom: 0.005
  10507. }
  10508. },
  10509. },
  10510. [
  10511. {
  10512. name: "Macro",
  10513. height: math.unit(1450, "feet"),
  10514. default: true
  10515. },
  10516. {
  10517. name: "Megamacro",
  10518. height: math.unit(15000, "feet")
  10519. },
  10520. ]
  10521. ))
  10522. characterMakers.push(() => makeCharacter(
  10523. { name: "Carmine" },
  10524. {
  10525. front: {
  10526. height: math.unit(6, "feet"),
  10527. weight: math.unit(150, "lb"),
  10528. name: "Front",
  10529. image: {
  10530. source: "./media/characters/carmine/front.svg",
  10531. extra: 1,
  10532. bottom: 0.035
  10533. }
  10534. },
  10535. frontArmor: {
  10536. height: math.unit(6, "feet"),
  10537. weight: math.unit(150, "lb"),
  10538. name: "Front (Armor)",
  10539. image: {
  10540. source: "./media/characters/carmine/front-armor.svg",
  10541. extra: 1,
  10542. bottom: 0.035
  10543. }
  10544. },
  10545. },
  10546. [
  10547. {
  10548. name: "Large",
  10549. height: math.unit(1, "mile")
  10550. },
  10551. {
  10552. name: "Huge",
  10553. height: math.unit(40, "miles"),
  10554. default: true
  10555. },
  10556. {
  10557. name: "Colossal",
  10558. height: math.unit(2500, "miles")
  10559. },
  10560. ]
  10561. ))
  10562. characterMakers.push(() => makeCharacter(
  10563. { name: "Elyssia" },
  10564. {
  10565. front: {
  10566. height: math.unit(6, "feet"),
  10567. weight: math.unit(150, "lb"),
  10568. name: "Front",
  10569. image: {
  10570. source: "./media/characters/elyssia/front.svg",
  10571. extra: 2201 / 2035,
  10572. bottom: 0.05
  10573. }
  10574. },
  10575. frontClothed: {
  10576. height: math.unit(6, "feet"),
  10577. weight: math.unit(150, "lb"),
  10578. name: "Front (Clothed)",
  10579. image: {
  10580. source: "./media/characters/elyssia/front-clothed.svg",
  10581. extra: 2201 / 2035,
  10582. bottom: 0.05
  10583. }
  10584. },
  10585. back: {
  10586. height: math.unit(6, "feet"),
  10587. weight: math.unit(150, "lb"),
  10588. name: "Back",
  10589. image: {
  10590. source: "./media/characters/elyssia/back.svg",
  10591. extra: 2201 / 2035,
  10592. bottom: 0.013
  10593. }
  10594. },
  10595. },
  10596. [
  10597. {
  10598. name: "Smaller",
  10599. height: math.unit(150, "feet")
  10600. },
  10601. {
  10602. name: "Standard",
  10603. height: math.unit(1400, "feet"),
  10604. default: true
  10605. },
  10606. {
  10607. name: "Distracted",
  10608. height: math.unit(15000, "feet")
  10609. },
  10610. ]
  10611. ))
  10612. characterMakers.push(() => makeCharacter(
  10613. { name: "Geno Maxwell" },
  10614. {
  10615. front: {
  10616. height: math.unit(7 + 4 / 12, "feet"),
  10617. weight: math.unit(500, "lb"),
  10618. name: "Front",
  10619. image: {
  10620. source: "./media/characters/geno-maxwell/front.svg",
  10621. extra: 2207 / 2040,
  10622. bottom: 0.015
  10623. }
  10624. },
  10625. },
  10626. [
  10627. {
  10628. name: "Micro",
  10629. height: math.unit(3, "inches")
  10630. },
  10631. {
  10632. name: "Normal",
  10633. height: math.unit(7 + 4 / 12, "feet"),
  10634. default: true
  10635. },
  10636. {
  10637. name: "Macro",
  10638. height: math.unit(220, "feet")
  10639. },
  10640. {
  10641. name: "Megamacro",
  10642. height: math.unit(11, "miles")
  10643. },
  10644. ]
  10645. ))
  10646. characterMakers.push(() => makeCharacter(
  10647. { name: "Regena Maxwell" },
  10648. {
  10649. front: {
  10650. height: math.unit(7 + 4 / 12, "feet"),
  10651. weight: math.unit(500, "lb"),
  10652. name: "Front",
  10653. image: {
  10654. source: "./media/characters/regena-maxwell/front.svg",
  10655. extra: 3115 / 2770,
  10656. bottom: 0.02
  10657. }
  10658. },
  10659. },
  10660. [
  10661. {
  10662. name: "Normal",
  10663. height: math.unit(7 + 4 / 12, "feet"),
  10664. default: true
  10665. },
  10666. {
  10667. name: "Macro",
  10668. height: math.unit(220, "feet")
  10669. },
  10670. {
  10671. name: "Megamacro",
  10672. height: math.unit(11, "miles")
  10673. },
  10674. ]
  10675. ))
  10676. characterMakers.push(() => makeCharacter(
  10677. { name: "XGlidingDragonX" },
  10678. {
  10679. front: {
  10680. height: math.unit(6, "feet"),
  10681. weight: math.unit(150, "lb"),
  10682. name: "Front",
  10683. image: {
  10684. source: "./media/characters/x-gliding-dragon-x/front.svg",
  10685. extra: 860 / 690,
  10686. bottom: 0.03
  10687. }
  10688. },
  10689. },
  10690. [
  10691. {
  10692. name: "Normal",
  10693. height: math.unit(1.7, "meters"),
  10694. default: true
  10695. },
  10696. ]
  10697. ))
  10698. characterMakers.push(() => makeCharacter(
  10699. { name: "Quilly" },
  10700. {
  10701. front: {
  10702. height: math.unit(6, "feet"),
  10703. weight: math.unit(150, "lb"),
  10704. name: "Front",
  10705. image: {
  10706. source: "./media/characters/quilly/front.svg",
  10707. extra: 890 / 776
  10708. }
  10709. },
  10710. },
  10711. [
  10712. {
  10713. name: "Gigamacro",
  10714. height: math.unit(404090, "miles"),
  10715. default: true
  10716. },
  10717. ]
  10718. ))
  10719. characterMakers.push(() => makeCharacter(
  10720. { name: "Tempest" },
  10721. {
  10722. front: {
  10723. height: math.unit(7 + 8 / 12, "feet"),
  10724. weight: math.unit(350, "lb"),
  10725. name: "Front",
  10726. image: {
  10727. source: "./media/characters/tempest/front.svg",
  10728. extra: 1175 / 1086,
  10729. bottom: 0.02
  10730. }
  10731. },
  10732. },
  10733. [
  10734. {
  10735. name: "Normal",
  10736. height: math.unit(7 + 8 / 12, "feet"),
  10737. default: true
  10738. },
  10739. ]
  10740. ))
  10741. characterMakers.push(() => makeCharacter(
  10742. { name: "Rodger" },
  10743. {
  10744. side: {
  10745. height: math.unit(4 + 5 / 12, "feet"),
  10746. weight: math.unit(80, "lb"),
  10747. name: "Side",
  10748. image: {
  10749. source: "./media/characters/rodger/side.svg",
  10750. extra: 1235 / 1118
  10751. }
  10752. },
  10753. },
  10754. [
  10755. {
  10756. name: "Micro",
  10757. height: math.unit(1, "inch")
  10758. },
  10759. {
  10760. name: "Normal",
  10761. height: math.unit(4 + 5 / 12, "feet"),
  10762. default: true
  10763. },
  10764. {
  10765. name: "Macro",
  10766. height: math.unit(120, "feet")
  10767. },
  10768. ]
  10769. ))
  10770. characterMakers.push(() => makeCharacter(
  10771. { name: "Danyel" },
  10772. {
  10773. front: {
  10774. height: math.unit(6, "feet"),
  10775. weight: math.unit(150, "lb"),
  10776. name: "Front",
  10777. image: {
  10778. source: "./media/characters/danyel/front.svg",
  10779. extra: 1185 / 1123,
  10780. bottom: 0.05
  10781. }
  10782. },
  10783. },
  10784. [
  10785. {
  10786. name: "Shrunken",
  10787. height: math.unit(0.5, "mm")
  10788. },
  10789. {
  10790. name: "Micro",
  10791. height: math.unit(1, "mm"),
  10792. default: true
  10793. },
  10794. {
  10795. name: "Upsized",
  10796. height: math.unit(5 + 5 / 12, "feet")
  10797. },
  10798. ]
  10799. ))
  10800. characterMakers.push(() => makeCharacter(
  10801. { name: "Vivian Bijoux" },
  10802. {
  10803. front: {
  10804. height: math.unit(5 + 6 / 12, "feet"),
  10805. weight: math.unit(200, "lb"),
  10806. name: "Front",
  10807. image: {
  10808. source: "./media/characters/vivian-bijoux/front.svg",
  10809. extra: 1,
  10810. bottom: 0.072
  10811. }
  10812. },
  10813. },
  10814. [
  10815. {
  10816. name: "Normal",
  10817. height: math.unit(5 + 6 / 12, "feet"),
  10818. default: true
  10819. },
  10820. {
  10821. name: "Bad Dream",
  10822. height: math.unit(500, "feet")
  10823. },
  10824. {
  10825. name: "Nightmare",
  10826. height: math.unit(500, "miles")
  10827. },
  10828. ]
  10829. ))
  10830. characterMakers.push(() => makeCharacter(
  10831. { name: "Zeta" },
  10832. {
  10833. front: {
  10834. height: math.unit(6 + 1 / 12, "feet"),
  10835. weight: math.unit(260, "lb"),
  10836. name: "Front",
  10837. image: {
  10838. source: "./media/characters/zeta/front.svg",
  10839. extra: 1968 / 1889,
  10840. bottom: 0.06
  10841. }
  10842. },
  10843. back: {
  10844. height: math.unit(6 + 1 / 12, "feet"),
  10845. weight: math.unit(260, "lb"),
  10846. name: "Back",
  10847. image: {
  10848. source: "./media/characters/zeta/back.svg",
  10849. extra: 1944 / 1858,
  10850. bottom: 0.03
  10851. }
  10852. },
  10853. hand: {
  10854. height: math.unit(1.112, "feet"),
  10855. name: "Hand",
  10856. image: {
  10857. source: "./media/characters/zeta/hand.svg"
  10858. }
  10859. },
  10860. foot: {
  10861. height: math.unit(1.48, "feet"),
  10862. name: "Foot",
  10863. image: {
  10864. source: "./media/characters/zeta/foot.svg"
  10865. }
  10866. },
  10867. },
  10868. [
  10869. {
  10870. name: "Micro",
  10871. height: math.unit(6, "inches")
  10872. },
  10873. {
  10874. name: "Normal",
  10875. height: math.unit(6 + 1 / 12, "feet"),
  10876. default: true
  10877. },
  10878. {
  10879. name: "Macro",
  10880. height: math.unit(20, "feet")
  10881. },
  10882. ]
  10883. ))
  10884. characterMakers.push(() => makeCharacter(
  10885. { name: "Jamie Larsen" },
  10886. {
  10887. front: {
  10888. height: math.unit(6, "feet"),
  10889. weight: math.unit(150, "lb"),
  10890. name: "Front",
  10891. image: {
  10892. source: "./media/characters/jamie-larsen/front.svg",
  10893. extra: 962 / 933,
  10894. bottom: 0.02
  10895. }
  10896. },
  10897. back: {
  10898. height: math.unit(6, "feet"),
  10899. weight: math.unit(150, "lb"),
  10900. name: "Back",
  10901. image: {
  10902. source: "./media/characters/jamie-larsen/back.svg",
  10903. extra: 997 / 946
  10904. }
  10905. },
  10906. },
  10907. [
  10908. {
  10909. name: "Macro",
  10910. height: math.unit(28 + 7 / 12, "feet"),
  10911. default: true
  10912. },
  10913. {
  10914. name: "Macro+",
  10915. height: math.unit(180, "feet")
  10916. },
  10917. {
  10918. name: "Megamacro",
  10919. height: math.unit(10, "miles")
  10920. },
  10921. {
  10922. name: "Gigamacro",
  10923. height: math.unit(200000, "miles")
  10924. },
  10925. ]
  10926. ))
  10927. characterMakers.push(() => makeCharacter(
  10928. { name: "Vance" },
  10929. {
  10930. front: {
  10931. height: math.unit(6, "feet"),
  10932. weight: math.unit(120, "lb"),
  10933. name: "Front",
  10934. image: {
  10935. source: "./media/characters/vance/front.svg",
  10936. extra: 1980 / 1890,
  10937. bottom: 0.09
  10938. }
  10939. },
  10940. back: {
  10941. height: math.unit(6, "feet"),
  10942. weight: math.unit(120, "lb"),
  10943. name: "Back",
  10944. image: {
  10945. source: "./media/characters/vance/back.svg",
  10946. extra: 2081 / 1994,
  10947. bottom: 0.014
  10948. }
  10949. },
  10950. hand: {
  10951. height: math.unit(0.88, "feet"),
  10952. name: "Hand",
  10953. image: {
  10954. source: "./media/characters/vance/hand.svg"
  10955. }
  10956. },
  10957. foot: {
  10958. height: math.unit(0.64, "feet"),
  10959. name: "Foot",
  10960. image: {
  10961. source: "./media/characters/vance/foot.svg"
  10962. }
  10963. },
  10964. },
  10965. [
  10966. {
  10967. name: "Small",
  10968. height: math.unit(90, "feet"),
  10969. default: true
  10970. },
  10971. {
  10972. name: "Macro",
  10973. height: math.unit(100, "meters")
  10974. },
  10975. {
  10976. name: "Megamacro",
  10977. height: math.unit(15, "miles")
  10978. },
  10979. ]
  10980. ))
  10981. characterMakers.push(() => makeCharacter(
  10982. { name: "Xochitl" },
  10983. {
  10984. front: {
  10985. height: math.unit(6, "feet"),
  10986. weight: math.unit(180, "lb"),
  10987. name: "Front",
  10988. image: {
  10989. source: "./media/characters/xochitl/front.svg",
  10990. extra: 2297 / 2261,
  10991. bottom: 0.065
  10992. }
  10993. },
  10994. back: {
  10995. height: math.unit(6, "feet"),
  10996. weight: math.unit(180, "lb"),
  10997. name: "Back",
  10998. image: {
  10999. source: "./media/characters/xochitl/back.svg",
  11000. extra: 2386 / 2354,
  11001. bottom: 0.01
  11002. }
  11003. },
  11004. foot: {
  11005. height: math.unit(6 / 5 * 1.15, "feet"),
  11006. weight: math.unit(150, "lb"),
  11007. name: "Foot",
  11008. image: {
  11009. source: "./media/characters/xochitl/foot.svg"
  11010. }
  11011. },
  11012. },
  11013. [
  11014. {
  11015. name: "Macro",
  11016. height: math.unit(80, "feet")
  11017. },
  11018. {
  11019. name: "Macro+",
  11020. height: math.unit(400, "feet"),
  11021. default: true
  11022. },
  11023. {
  11024. name: "Gigamacro",
  11025. height: math.unit(80000, "miles")
  11026. },
  11027. {
  11028. name: "Gigamacro+",
  11029. height: math.unit(400000, "miles")
  11030. },
  11031. {
  11032. name: "Teramacro",
  11033. height: math.unit(300, "AU")
  11034. },
  11035. ]
  11036. ))
  11037. characterMakers.push(() => makeCharacter(
  11038. { name: "Vincent" },
  11039. {
  11040. front: {
  11041. height: math.unit(6, "feet"),
  11042. weight: math.unit(150, "lb"),
  11043. name: "Front",
  11044. image: {
  11045. source: "./media/characters/vincent/front.svg",
  11046. extra: 1130 / 1080,
  11047. bottom: 0.055
  11048. }
  11049. },
  11050. beak: {
  11051. height: math.unit(6 * 0.1, "feet"),
  11052. name: "Beak",
  11053. image: {
  11054. source: "./media/characters/vincent/beak.svg"
  11055. }
  11056. },
  11057. hand: {
  11058. height: math.unit(6 * 0.85, "feet"),
  11059. weight: math.unit(150, "lb"),
  11060. name: "Hand",
  11061. image: {
  11062. source: "./media/characters/vincent/hand.svg"
  11063. }
  11064. },
  11065. foot: {
  11066. height: math.unit(6 * 0.19, "feet"),
  11067. weight: math.unit(150, "lb"),
  11068. name: "Foot",
  11069. image: {
  11070. source: "./media/characters/vincent/foot.svg"
  11071. }
  11072. },
  11073. },
  11074. [
  11075. {
  11076. name: "Base",
  11077. height: math.unit(6 + 5 / 12, "feet"),
  11078. default: true
  11079. },
  11080. {
  11081. name: "Macro",
  11082. height: math.unit(300, "feet")
  11083. },
  11084. {
  11085. name: "Megamacro",
  11086. height: math.unit(2, "miles")
  11087. },
  11088. {
  11089. name: "Gigamacro",
  11090. height: math.unit(1000, "miles")
  11091. },
  11092. ]
  11093. ))
  11094. characterMakers.push(() => makeCharacter(
  11095. { name: "Jay" },
  11096. {
  11097. front: {
  11098. height: math.unit(6 + 2 / 12, "feet"),
  11099. weight: math.unit(65, "lb"),
  11100. name: "Front",
  11101. image: {
  11102. source: "./media/characters/jay/front.svg",
  11103. extra: 1510 / 1430,
  11104. bottom: 0.042
  11105. }
  11106. },
  11107. back: {
  11108. height: math.unit(6 + 2 / 12, "feet"),
  11109. weight: math.unit(65, "lb"),
  11110. name: "Back",
  11111. image: {
  11112. source: "./media/characters/jay/back.svg",
  11113. extra: 1510 / 1430,
  11114. bottom: 0.025
  11115. }
  11116. },
  11117. clothed: {
  11118. height: math.unit(6 + 2 / 12, "feet"),
  11119. weight: math.unit(65, "lb"),
  11120. name: "Front (Clothed)",
  11121. image: {
  11122. source: "./media/characters/jay/clothed.svg",
  11123. extra: 744 / 699,
  11124. bottom: 0.043
  11125. }
  11126. },
  11127. },
  11128. [
  11129. {
  11130. name: "Micro",
  11131. height: math.unit(1, "inch")
  11132. },
  11133. {
  11134. name: "Normal",
  11135. height: math.unit(6 + 2 / 12, "feet"),
  11136. default: true
  11137. },
  11138. {
  11139. name: "Macro",
  11140. height: math.unit(1, "mile")
  11141. },
  11142. {
  11143. name: "Megamacro",
  11144. height: math.unit(100, "miles")
  11145. },
  11146. ]
  11147. ))
  11148. characterMakers.push(() => makeCharacter(
  11149. { name: "Coatl" },
  11150. {
  11151. front: {
  11152. height: math.unit(2, "meters"),
  11153. weight: math.unit(500, "kg"),
  11154. name: "Front",
  11155. image: {
  11156. source: "./media/characters/coatl/front.svg",
  11157. extra: 3948 / 3500,
  11158. bottom: 0.082
  11159. }
  11160. },
  11161. },
  11162. [
  11163. {
  11164. name: "Normal",
  11165. height: math.unit(4, "meters")
  11166. },
  11167. {
  11168. name: "Macro",
  11169. height: math.unit(100, "meters"),
  11170. default: true
  11171. },
  11172. {
  11173. name: "Macro+",
  11174. height: math.unit(300, "meters")
  11175. },
  11176. {
  11177. name: "Megamacro",
  11178. height: math.unit(3, "gigameters")
  11179. },
  11180. {
  11181. name: "Megamacro+",
  11182. height: math.unit(300, "terameters")
  11183. },
  11184. {
  11185. name: "Megamacro++",
  11186. height: math.unit(3, "lightyears")
  11187. },
  11188. ]
  11189. ))
  11190. characterMakers.push(() => makeCharacter(
  11191. { name: "Shiroryu" },
  11192. {
  11193. front: {
  11194. height: math.unit(6, "feet"),
  11195. weight: math.unit(50, "kg"),
  11196. name: "front",
  11197. image: {
  11198. source: "./media/characters/shiroryu/front.svg",
  11199. extra: 1990 / 1935
  11200. }
  11201. },
  11202. },
  11203. [
  11204. {
  11205. name: "Mortal Mingling",
  11206. height: math.unit(3, "meters")
  11207. },
  11208. {
  11209. name: "Kaiju-ish",
  11210. height: math.unit(250, "meters")
  11211. },
  11212. {
  11213. name: "Somewhat Godly",
  11214. height: math.unit(400, "km"),
  11215. default: true
  11216. },
  11217. {
  11218. name: "Planetary",
  11219. height: math.unit(300, "megameters")
  11220. },
  11221. {
  11222. name: "Galaxy-dwarfing",
  11223. height: math.unit(450, "kiloparsecs")
  11224. },
  11225. {
  11226. name: "Universe Eater",
  11227. height: math.unit(150, "gigaparsecs")
  11228. },
  11229. {
  11230. name: "Almost Immeasurable",
  11231. height: math.unit(1.3e266, "yottaparsecs")
  11232. },
  11233. ]
  11234. ))
  11235. characterMakers.push(() => makeCharacter(
  11236. { name: "Umeko" },
  11237. {
  11238. front: {
  11239. height: math.unit(6, "feet"),
  11240. weight: math.unit(150, "lb"),
  11241. name: "Front",
  11242. image: {
  11243. source: "./media/characters/umeko/front.svg",
  11244. extra: 1,
  11245. bottom: 0.019
  11246. }
  11247. },
  11248. frontArmored: {
  11249. height: math.unit(6, "feet"),
  11250. weight: math.unit(150, "lb"),
  11251. name: "Front (Armored)",
  11252. image: {
  11253. source: "./media/characters/umeko/front-armored.svg",
  11254. extra: 1,
  11255. bottom: 0.021
  11256. }
  11257. },
  11258. },
  11259. [
  11260. {
  11261. name: "Macro",
  11262. height: math.unit(220, "feet"),
  11263. default: true
  11264. },
  11265. {
  11266. name: "Guardian Dragon",
  11267. height: math.unit(50, "miles")
  11268. },
  11269. {
  11270. name: "Cosmic",
  11271. height: math.unit(800000, "miles")
  11272. },
  11273. ]
  11274. ))
  11275. characterMakers.push(() => makeCharacter(
  11276. { name: "Cassidy" },
  11277. {
  11278. front: {
  11279. height: math.unit(6, "feet"),
  11280. weight: math.unit(150, "lb"),
  11281. name: "Front",
  11282. image: {
  11283. source: "./media/characters/cassidy/front.svg",
  11284. extra: 1,
  11285. bottom: 0.043
  11286. }
  11287. },
  11288. },
  11289. [
  11290. {
  11291. name: "Canon Height",
  11292. height: math.unit(120, "feet"),
  11293. default: true
  11294. },
  11295. {
  11296. name: "Macro+",
  11297. height: math.unit(400, "feet")
  11298. },
  11299. {
  11300. name: "Macro++",
  11301. height: math.unit(4000, "feet")
  11302. },
  11303. {
  11304. name: "Megamacro",
  11305. height: math.unit(3, "miles")
  11306. },
  11307. ]
  11308. ))
  11309. characterMakers.push(() => makeCharacter(
  11310. { name: "Isaac" },
  11311. {
  11312. front: {
  11313. height: math.unit(6, "feet"),
  11314. weight: math.unit(150, "lb"),
  11315. name: "Front",
  11316. image: {
  11317. source: "./media/characters/isaac/front.svg",
  11318. extra: 896 / 815,
  11319. bottom: 0.11
  11320. }
  11321. },
  11322. },
  11323. [
  11324. {
  11325. name: "Human Size",
  11326. height: math.unit(8, "feet"),
  11327. default: true
  11328. },
  11329. {
  11330. name: "Macro",
  11331. height: math.unit(400, "feet")
  11332. },
  11333. {
  11334. name: "Megamacro",
  11335. height: math.unit(50, "miles")
  11336. },
  11337. {
  11338. name: "Canon Height",
  11339. height: math.unit(200, "AU")
  11340. },
  11341. ]
  11342. ))
  11343. characterMakers.push(() => makeCharacter(
  11344. { name: "Sleekit" },
  11345. {
  11346. front: {
  11347. height: math.unit(6, "feet"),
  11348. weight: math.unit(72, "kg"),
  11349. name: "Front",
  11350. image: {
  11351. source: "./media/characters/sleekit/front.svg",
  11352. extra: 4693 / 4487,
  11353. bottom: 0.012
  11354. }
  11355. },
  11356. },
  11357. [
  11358. {
  11359. name: "Minimum Height",
  11360. height: math.unit(10, "meters")
  11361. },
  11362. {
  11363. name: "Smaller",
  11364. height: math.unit(25, "meters")
  11365. },
  11366. {
  11367. name: "Larger",
  11368. height: math.unit(38, "meters"),
  11369. default: true
  11370. },
  11371. {
  11372. name: "Maximum height",
  11373. height: math.unit(100, "meters")
  11374. },
  11375. ]
  11376. ))
  11377. characterMakers.push(() => makeCharacter(
  11378. { name: "Nillia" },
  11379. {
  11380. front: {
  11381. height: math.unit(6, "feet"),
  11382. weight: math.unit(150, "lb"),
  11383. name: "Front",
  11384. image: {
  11385. source: "./media/characters/nillia/front.svg",
  11386. extra: 2195 / 2037,
  11387. bottom: 0.005
  11388. }
  11389. },
  11390. back: {
  11391. height: math.unit(6, "feet"),
  11392. weight: math.unit(150, "lb"),
  11393. name: "Back",
  11394. image: {
  11395. source: "./media/characters/nillia/back.svg",
  11396. extra: 2195 / 2037,
  11397. bottom: 0.005
  11398. }
  11399. },
  11400. },
  11401. [
  11402. {
  11403. name: "Canon Height",
  11404. height: math.unit(489, "feet"),
  11405. default: true
  11406. }
  11407. ]
  11408. ))
  11409. characterMakers.push(() => makeCharacter(
  11410. { name: "Mesmyriza" },
  11411. {
  11412. front: {
  11413. height: math.unit(6, "feet"),
  11414. weight: math.unit(150, "lb"),
  11415. name: "Front",
  11416. image: {
  11417. source: "./media/characters/mesmyriza/front.svg",
  11418. extra: 2067 / 1784,
  11419. bottom: 0.035
  11420. }
  11421. },
  11422. foot: {
  11423. height: math.unit(6 / (250 / 35), "feet"),
  11424. name: "Foot",
  11425. image: {
  11426. source: "./media/characters/mesmyriza/foot.svg"
  11427. }
  11428. },
  11429. },
  11430. [
  11431. {
  11432. name: "Macro",
  11433. height: math.unit(457, "meters"),
  11434. default: true
  11435. },
  11436. {
  11437. name: "Megamacro",
  11438. height: math.unit(8, "megameters")
  11439. },
  11440. ]
  11441. ))
  11442. characterMakers.push(() => makeCharacter(
  11443. { name: "Saudade" },
  11444. {
  11445. front: {
  11446. height: math.unit(6, "feet"),
  11447. weight: math.unit(250, "lb"),
  11448. name: "Front",
  11449. image: {
  11450. source: "./media/characters/saudade/front.svg",
  11451. extra: 1172 / 1139,
  11452. bottom: 0.035
  11453. }
  11454. },
  11455. },
  11456. [
  11457. {
  11458. name: "Micro",
  11459. height: math.unit(3, "inches")
  11460. },
  11461. {
  11462. name: "Normal",
  11463. height: math.unit(6, "feet"),
  11464. default: true
  11465. },
  11466. {
  11467. name: "Macro",
  11468. height: math.unit(50, "feet")
  11469. },
  11470. {
  11471. name: "Megamacro",
  11472. height: math.unit(2800, "feet")
  11473. },
  11474. ]
  11475. ))
  11476. characterMakers.push(() => makeCharacter(
  11477. { name: "Keireer" },
  11478. {
  11479. front: {
  11480. height: math.unit(5 + 4 / 12, "feet"),
  11481. weight: math.unit(100, "lb"),
  11482. name: "Front",
  11483. image: {
  11484. source: "./media/characters/keireer/front.svg",
  11485. extra: 716 / 666,
  11486. bottom: 0.05
  11487. }
  11488. },
  11489. },
  11490. [
  11491. {
  11492. name: "Normal",
  11493. height: math.unit(5 + 4 / 12, "feet"),
  11494. default: true
  11495. },
  11496. ]
  11497. ))
  11498. characterMakers.push(() => makeCharacter(
  11499. { name: "Mirja" },
  11500. {
  11501. front: {
  11502. height: math.unit(6, "feet"),
  11503. weight: math.unit(90, "kg"),
  11504. name: "Front",
  11505. image: {
  11506. source: "./media/characters/mirja/front.svg",
  11507. extra: 1789 / 1683,
  11508. bottom: 0.05
  11509. }
  11510. },
  11511. frontDressed: {
  11512. height: math.unit(6, "feet"),
  11513. weight: math.unit(90, "lb"),
  11514. name: "Front (Dressed)",
  11515. image: {
  11516. source: "./media/characters/mirja/front-dressed.svg",
  11517. extra: 1789 / 1683,
  11518. bottom: 0.05
  11519. }
  11520. },
  11521. back: {
  11522. height: math.unit(6, "feet"),
  11523. weight: math.unit(90, "lb"),
  11524. name: "Back",
  11525. image: {
  11526. source: "./media/characters/mirja/back.svg",
  11527. extra: 953 / 917,
  11528. bottom: 0.017
  11529. }
  11530. },
  11531. },
  11532. [
  11533. {
  11534. name: "\"Incognito\"",
  11535. height: math.unit(3, "meters")
  11536. },
  11537. {
  11538. name: "Strolling Size",
  11539. height: math.unit(15, "km")
  11540. },
  11541. {
  11542. name: "Larger Strolling Size",
  11543. height: math.unit(400, "km")
  11544. },
  11545. {
  11546. name: "Preferred Size",
  11547. height: math.unit(5000, "km")
  11548. },
  11549. {
  11550. name: "True Size",
  11551. height: math.unit(30657809462086840000000000000000, "parsecs"),
  11552. default: true
  11553. },
  11554. ]
  11555. ))
  11556. characterMakers.push(() => makeCharacter(
  11557. { name: "Nightraver" },
  11558. {
  11559. front: {
  11560. height: math.unit(15, "feet"),
  11561. weight: math.unit(880, "kg"),
  11562. name: "Front",
  11563. image: {
  11564. source: "./media/characters/nightraver/front.svg",
  11565. extra: 2444 / 2160,
  11566. bottom: 0.027
  11567. }
  11568. },
  11569. back: {
  11570. height: math.unit(15, "feet"),
  11571. weight: math.unit(880, "kg"),
  11572. name: "Back",
  11573. image: {
  11574. source: "./media/characters/nightraver/back.svg",
  11575. extra: 2309 / 2180,
  11576. bottom: 0.005
  11577. }
  11578. },
  11579. sole: {
  11580. height: math.unit(2.878, "feet"),
  11581. name: "Sole",
  11582. image: {
  11583. source: "./media/characters/nightraver/sole.svg"
  11584. }
  11585. },
  11586. foot: {
  11587. height: math.unit(2.285, "feet"),
  11588. name: "Foot",
  11589. image: {
  11590. source: "./media/characters/nightraver/foot.svg"
  11591. }
  11592. },
  11593. maw: {
  11594. height: math.unit(2.67, "feet"),
  11595. name: "Maw",
  11596. image: {
  11597. source: "./media/characters/nightraver/maw.svg"
  11598. }
  11599. },
  11600. },
  11601. [
  11602. {
  11603. name: "Micro",
  11604. height: math.unit(1, "cm")
  11605. },
  11606. {
  11607. name: "Normal",
  11608. height: math.unit(15, "feet"),
  11609. default: true
  11610. },
  11611. {
  11612. name: "Macro",
  11613. height: math.unit(300, "feet")
  11614. },
  11615. {
  11616. name: "Megamacro",
  11617. height: math.unit(300, "miles")
  11618. },
  11619. {
  11620. name: "Gigamacro",
  11621. height: math.unit(10000, "miles")
  11622. },
  11623. ]
  11624. ))
  11625. characterMakers.push(() => makeCharacter(
  11626. { name: "Arc" },
  11627. {
  11628. side: {
  11629. height: math.unit(2, "inches"),
  11630. weight: math.unit(5, "grams"),
  11631. name: "Side",
  11632. image: {
  11633. source: "./media/characters/arc/side.svg"
  11634. }
  11635. },
  11636. },
  11637. [
  11638. {
  11639. name: "Micro",
  11640. height: math.unit(2, "inches"),
  11641. default: true
  11642. },
  11643. ]
  11644. ))
  11645. characterMakers.push(() => makeCharacter(
  11646. { name: "Nebula Shahar" },
  11647. {
  11648. front: {
  11649. height: math.unit(1.1938, "meters"),
  11650. weight: math.unit(54, "kg"),
  11651. name: "Front",
  11652. image: {
  11653. source: "./media/characters/nebula-shahar/front.svg",
  11654. extra: 1642 / 1436,
  11655. bottom: 0.06
  11656. }
  11657. },
  11658. },
  11659. [
  11660. {
  11661. name: "Megamicro",
  11662. height: math.unit(0.3, "mm")
  11663. },
  11664. {
  11665. name: "Micro",
  11666. height: math.unit(3, "cm")
  11667. },
  11668. {
  11669. name: "Normal",
  11670. height: math.unit(138, "cm"),
  11671. default: true
  11672. },
  11673. {
  11674. name: "Macro",
  11675. height: math.unit(30, "m")
  11676. },
  11677. ]
  11678. ))
  11679. characterMakers.push(() => makeCharacter(
  11680. { name: "Shayla" },
  11681. {
  11682. front: {
  11683. height: math.unit(5.24, "feet"),
  11684. weight: math.unit(150, "lb"),
  11685. name: "Front",
  11686. image: {
  11687. source: "./media/characters/shayla/front.svg",
  11688. extra: 1512 / 1414,
  11689. bottom: 0.01
  11690. }
  11691. },
  11692. back: {
  11693. height: math.unit(5.24, "feet"),
  11694. weight: math.unit(150, "lb"),
  11695. name: "Back",
  11696. image: {
  11697. source: "./media/characters/shayla/back.svg",
  11698. extra: 1512 / 1414
  11699. }
  11700. },
  11701. hand: {
  11702. height: math.unit(0.7781496062992126, "feet"),
  11703. name: "Hand",
  11704. image: {
  11705. source: "./media/characters/shayla/hand.svg"
  11706. }
  11707. },
  11708. foot: {
  11709. height: math.unit(1.4206036745406823, "feet"),
  11710. name: "Foot",
  11711. image: {
  11712. source: "./media/characters/shayla/foot.svg"
  11713. }
  11714. },
  11715. },
  11716. [
  11717. {
  11718. name: "Micro",
  11719. height: math.unit(0.32, "feet")
  11720. },
  11721. {
  11722. name: "Normal",
  11723. height: math.unit(5.24, "feet"),
  11724. default: true
  11725. },
  11726. {
  11727. name: "Macro",
  11728. height: math.unit(492.12, "feet")
  11729. },
  11730. {
  11731. name: "Megamacro",
  11732. height: math.unit(186.41, "miles")
  11733. },
  11734. ]
  11735. ))
  11736. characterMakers.push(() => makeCharacter(
  11737. { name: "Pia Jr." },
  11738. {
  11739. front: {
  11740. height: math.unit(2.2, "m"),
  11741. weight: math.unit(120, "kg"),
  11742. name: "Front",
  11743. image: {
  11744. source: "./media/characters/pia-jr/front.svg",
  11745. extra: 1000 / 970,
  11746. bottom: 0.035
  11747. }
  11748. },
  11749. hand: {
  11750. height: math.unit(0.759 * 7.21 / 6, "feet"),
  11751. name: "Hand",
  11752. image: {
  11753. source: "./media/characters/pia-jr/hand.svg"
  11754. }
  11755. },
  11756. paw: {
  11757. height: math.unit(1.185 * 7.21 / 6, "feet"),
  11758. name: "Paw",
  11759. image: {
  11760. source: "./media/characters/pia-jr/paw.svg"
  11761. }
  11762. },
  11763. },
  11764. [
  11765. {
  11766. name: "Micro",
  11767. height: math.unit(1.2, "cm")
  11768. },
  11769. {
  11770. name: "Normal",
  11771. height: math.unit(2.2, "m"),
  11772. default: true
  11773. },
  11774. {
  11775. name: "Macro",
  11776. height: math.unit(180, "m")
  11777. },
  11778. {
  11779. name: "Megamacro",
  11780. height: math.unit(420, "km")
  11781. },
  11782. ]
  11783. ))
  11784. characterMakers.push(() => makeCharacter(
  11785. { name: "Pia Sr." },
  11786. {
  11787. front: {
  11788. height: math.unit(2, "m"),
  11789. weight: math.unit(115, "kg"),
  11790. name: "Front",
  11791. image: {
  11792. source: "./media/characters/pia-sr/front.svg",
  11793. extra: 760 / 730,
  11794. bottom: 0.015
  11795. }
  11796. },
  11797. back: {
  11798. height: math.unit(2, "m"),
  11799. weight: math.unit(115, "kg"),
  11800. name: "Back",
  11801. image: {
  11802. source: "./media/characters/pia-sr/back.svg",
  11803. extra: 760 / 730,
  11804. bottom: 0.01
  11805. }
  11806. },
  11807. hand: {
  11808. height: math.unit(0.89 * 6.56 / 6, "feet"),
  11809. name: "Hand",
  11810. image: {
  11811. source: "./media/characters/pia-sr/hand.svg"
  11812. }
  11813. },
  11814. foot: {
  11815. height: math.unit(1.83, "feet"),
  11816. name: "Foot",
  11817. image: {
  11818. source: "./media/characters/pia-sr/foot.svg"
  11819. }
  11820. },
  11821. },
  11822. [
  11823. {
  11824. name: "Micro",
  11825. height: math.unit(88, "mm")
  11826. },
  11827. {
  11828. name: "Normal",
  11829. height: math.unit(2, "m"),
  11830. default: true
  11831. },
  11832. {
  11833. name: "Macro",
  11834. height: math.unit(200, "m")
  11835. },
  11836. {
  11837. name: "Megamacro",
  11838. height: math.unit(420, "km")
  11839. },
  11840. ]
  11841. ))
  11842. characterMakers.push(() => makeCharacter(
  11843. { name: "KIBIBYTE" },
  11844. {
  11845. front: {
  11846. height: math.unit(8 + 2 / 12, "feet"),
  11847. weight: math.unit(300, "lb"),
  11848. name: "Front",
  11849. image: {
  11850. source: "./media/characters/kibibyte/front.svg",
  11851. extra: 2221 / 2098,
  11852. bottom: 0.04
  11853. }
  11854. },
  11855. },
  11856. [
  11857. {
  11858. name: "Normal",
  11859. height: math.unit(8 + 2 / 12, "feet"),
  11860. default: true
  11861. },
  11862. {
  11863. name: "Socialable Macro",
  11864. height: math.unit(50, "feet")
  11865. },
  11866. {
  11867. name: "Macro",
  11868. height: math.unit(300, "feet")
  11869. },
  11870. {
  11871. name: "Megamacro",
  11872. height: math.unit(500, "miles")
  11873. },
  11874. ]
  11875. ))
  11876. characterMakers.push(() => makeCharacter(
  11877. { name: "Felix" },
  11878. {
  11879. front: {
  11880. height: math.unit(6, "feet"),
  11881. weight: math.unit(150, "lb"),
  11882. name: "Front",
  11883. image: {
  11884. source: "./media/characters/felix/front.svg",
  11885. extra: 762 / 722,
  11886. bottom: 0.02
  11887. }
  11888. },
  11889. frontClothed: {
  11890. height: math.unit(6, "feet"),
  11891. weight: math.unit(150, "lb"),
  11892. name: "Front (Clothed)",
  11893. image: {
  11894. source: "./media/characters/felix/front-clothed.svg",
  11895. extra: 762 / 722,
  11896. bottom: 0.02
  11897. }
  11898. },
  11899. },
  11900. [
  11901. {
  11902. name: "Normal",
  11903. height: math.unit(6 + 8 / 12, "feet"),
  11904. default: true
  11905. },
  11906. {
  11907. name: "Macro",
  11908. height: math.unit(2600, "feet")
  11909. },
  11910. {
  11911. name: "Megamacro",
  11912. height: math.unit(450, "miles")
  11913. },
  11914. ]
  11915. ))
  11916. characterMakers.push(() => makeCharacter(
  11917. { name: "Tobo" },
  11918. {
  11919. front: {
  11920. height: math.unit(6 + 1 / 12, "feet"),
  11921. weight: math.unit(250, "lb"),
  11922. name: "Front",
  11923. image: {
  11924. source: "./media/characters/tobo/front.svg",
  11925. extra: 608 / 586,
  11926. bottom: 0.023
  11927. }
  11928. },
  11929. back: {
  11930. height: math.unit(6 + 1 / 12, "feet"),
  11931. weight: math.unit(250, "lb"),
  11932. name: "Back",
  11933. image: {
  11934. source: "./media/characters/tobo/back.svg",
  11935. extra: 608 / 586
  11936. }
  11937. },
  11938. },
  11939. [
  11940. {
  11941. name: "Nano",
  11942. height: math.unit(2, "nm")
  11943. },
  11944. {
  11945. name: "Megamicro",
  11946. height: math.unit(0.1, "mm")
  11947. },
  11948. {
  11949. name: "Micro",
  11950. height: math.unit(1, "inch"),
  11951. default: true
  11952. },
  11953. {
  11954. name: "Human-sized",
  11955. height: math.unit(6 + 1 / 12, "feet")
  11956. },
  11957. {
  11958. name: "Macro",
  11959. height: math.unit(250, "feet")
  11960. },
  11961. {
  11962. name: "Megamacro",
  11963. height: math.unit(75, "miles")
  11964. },
  11965. {
  11966. name: "Texas-sized",
  11967. height: math.unit(750, "miles")
  11968. },
  11969. {
  11970. name: "Teramacro",
  11971. height: math.unit(50000, "miles")
  11972. },
  11973. ]
  11974. ))
  11975. characterMakers.push(() => makeCharacter(
  11976. { name: "Danny Kapowsky" },
  11977. {
  11978. front: {
  11979. height: math.unit(6, "feet"),
  11980. weight: math.unit(269, "lb"),
  11981. name: "Front",
  11982. image: {
  11983. source: "./media/characters/danny-kapowsky/front.svg",
  11984. extra: 766 / 736,
  11985. bottom: 0.044
  11986. }
  11987. },
  11988. back: {
  11989. height: math.unit(6, "feet"),
  11990. weight: math.unit(269, "lb"),
  11991. name: "Back",
  11992. image: {
  11993. source: "./media/characters/danny-kapowsky/back.svg",
  11994. extra: 797 / 760,
  11995. bottom: 0.025
  11996. }
  11997. },
  11998. },
  11999. [
  12000. {
  12001. name: "Macro",
  12002. height: math.unit(150, "feet"),
  12003. default: true
  12004. },
  12005. {
  12006. name: "Macro+",
  12007. height: math.unit(200, "feet")
  12008. },
  12009. {
  12010. name: "Macro++",
  12011. height: math.unit(300, "feet")
  12012. },
  12013. {
  12014. name: "Macro+++",
  12015. height: math.unit(400, "feet")
  12016. },
  12017. ]
  12018. ))
  12019. characterMakers.push(() => makeCharacter(
  12020. { name: "Finn" },
  12021. {
  12022. side: {
  12023. height: math.unit(6, "feet"),
  12024. weight: math.unit(170, "lb"),
  12025. name: "Side",
  12026. image: {
  12027. source: "./media/characters/finn/side.svg",
  12028. extra: 1953 / 1807,
  12029. bottom: 0.057
  12030. }
  12031. },
  12032. },
  12033. [
  12034. {
  12035. name: "Megamacro",
  12036. height: math.unit(14445, "feet"),
  12037. default: true
  12038. },
  12039. ]
  12040. ))
  12041. characterMakers.push(() => makeCharacter(
  12042. { name: "Roy" },
  12043. {
  12044. front: {
  12045. height: math.unit(5 + 6 / 12, "feet"),
  12046. weight: math.unit(125, "lb"),
  12047. name: "Front",
  12048. image: {
  12049. source: "./media/characters/roy/front.svg",
  12050. extra: 1,
  12051. bottom: 0.11
  12052. }
  12053. },
  12054. },
  12055. [
  12056. {
  12057. name: "Micro",
  12058. height: math.unit(3, "inches"),
  12059. default: true
  12060. },
  12061. {
  12062. name: "Normal",
  12063. height: math.unit(5 + 6 / 12, "feet")
  12064. },
  12065. {
  12066. name: "Lesser Macro",
  12067. height: math.unit(60, "feet")
  12068. },
  12069. {
  12070. name: "Greater Macro",
  12071. height: math.unit(120, "feet")
  12072. },
  12073. ]
  12074. ))
  12075. characterMakers.push(() => makeCharacter(
  12076. { name: "Aevsivs" },
  12077. {
  12078. front: {
  12079. height: math.unit(6, "feet"),
  12080. weight: math.unit(100, "lb"),
  12081. name: "Front",
  12082. image: {
  12083. source: "./media/characters/aevsivs/front.svg",
  12084. extra: 1,
  12085. bottom: 0.03
  12086. }
  12087. },
  12088. back: {
  12089. height: math.unit(6, "feet"),
  12090. weight: math.unit(100, "lb"),
  12091. name: "Back",
  12092. image: {
  12093. source: "./media/characters/aevsivs/back.svg"
  12094. }
  12095. },
  12096. },
  12097. [
  12098. {
  12099. name: "Micro",
  12100. height: math.unit(2, "inches"),
  12101. default: true
  12102. },
  12103. {
  12104. name: "Normal",
  12105. height: math.unit(5, "feet")
  12106. },
  12107. ]
  12108. ))
  12109. characterMakers.push(() => makeCharacter(
  12110. { name: "Hildegard" },
  12111. {
  12112. front: {
  12113. height: math.unit(5 + 7 / 12, "feet"),
  12114. weight: math.unit(159, "lb"),
  12115. name: "Front",
  12116. image: {
  12117. source: "./media/characters/hildegard/front.svg",
  12118. extra: 312 / 286,
  12119. bottom: 0.005
  12120. }
  12121. },
  12122. },
  12123. [
  12124. {
  12125. name: "Normal",
  12126. height: math.unit(5 + 7 / 12, "feet"),
  12127. default: true
  12128. },
  12129. ]
  12130. ))
  12131. characterMakers.push(() => makeCharacter(
  12132. { name: "Bernard & Wilder" },
  12133. {
  12134. bernard: {
  12135. height: math.unit(2 + 7 / 12, "feet"),
  12136. weight: math.unit(66, "lb"),
  12137. name: "Bernard",
  12138. rename: true,
  12139. image: {
  12140. source: "./media/characters/bernard-wilder/bernard.svg",
  12141. extra: 192 / 128,
  12142. bottom: 0.05
  12143. }
  12144. },
  12145. wilder: {
  12146. height: math.unit(5 + 8 / 12, "feet"),
  12147. weight: math.unit(143, "lb"),
  12148. name: "Wilder",
  12149. rename: true,
  12150. image: {
  12151. source: "./media/characters/bernard-wilder/wilder.svg",
  12152. extra: 361 / 312,
  12153. bottom: 0.02
  12154. }
  12155. },
  12156. },
  12157. [
  12158. {
  12159. name: "Normal",
  12160. height: math.unit(2 + 7 / 12, "feet"),
  12161. default: true
  12162. },
  12163. ]
  12164. ))
  12165. characterMakers.push(() => makeCharacter(
  12166. { name: "Hearth" },
  12167. {
  12168. anthro: {
  12169. height: math.unit(6 + 1 / 12, "feet"),
  12170. weight: math.unit(155, "lb"),
  12171. name: "Anthro",
  12172. image: {
  12173. source: "./media/characters/hearth/anthro.svg",
  12174. extra: 260 / 250,
  12175. bottom: 0.02
  12176. }
  12177. },
  12178. feral: {
  12179. height: math.unit(3.78, "feet"),
  12180. weight: math.unit(35, "kg"),
  12181. name: "Feral",
  12182. image: {
  12183. source: "./media/characters/hearth/feral.svg",
  12184. extra: 153 / 135,
  12185. bottom: 0.03
  12186. }
  12187. },
  12188. },
  12189. [
  12190. {
  12191. name: "Normal",
  12192. height: math.unit(6 + 1 / 12, "feet"),
  12193. default: true
  12194. },
  12195. ]
  12196. ))
  12197. characterMakers.push(() => makeCharacter(
  12198. { name: "Ingrid" },
  12199. {
  12200. front: {
  12201. height: math.unit(6, "feet"),
  12202. weight: math.unit(182, "lb"),
  12203. name: "Front",
  12204. image: {
  12205. source: "./media/characters/ingrid/front.svg",
  12206. extra: 294 / 268,
  12207. bottom: 0.027
  12208. }
  12209. },
  12210. },
  12211. [
  12212. {
  12213. name: "Normal",
  12214. height: math.unit(6, "feet"),
  12215. default: true
  12216. },
  12217. ]
  12218. ))
  12219. characterMakers.push(() => makeCharacter(
  12220. { name: "Malgam" },
  12221. {
  12222. eevee: {
  12223. height: math.unit(2 + 10 / 12, "feet"),
  12224. weight: math.unit(86, "lb"),
  12225. name: "Malgam",
  12226. image: {
  12227. source: "./media/characters/malgam/eevee.svg",
  12228. extra: 218 / 180,
  12229. bottom: 0.2
  12230. }
  12231. },
  12232. sylveon: {
  12233. height: math.unit(4, "feet"),
  12234. weight: math.unit(101, "lb"),
  12235. name: "Future Malgam",
  12236. rename: true,
  12237. image: {
  12238. source: "./media/characters/malgam/sylveon.svg",
  12239. extra: 371 / 325,
  12240. bottom: 0.015
  12241. }
  12242. },
  12243. gigantamax: {
  12244. height: math.unit(50, "feet"),
  12245. name: "Gigantamax Malgam",
  12246. rename: true,
  12247. image: {
  12248. source: "./media/characters/malgam/gigantamax.svg"
  12249. }
  12250. },
  12251. },
  12252. [
  12253. {
  12254. name: "Normal",
  12255. height: math.unit(2 + 10 / 12, "feet"),
  12256. default: true
  12257. },
  12258. ]
  12259. ))
  12260. characterMakers.push(() => makeCharacter(
  12261. { name: "Fleur" },
  12262. {
  12263. front: {
  12264. height: math.unit(5 + 11 / 12, "feet"),
  12265. weight: math.unit(188, "lb"),
  12266. name: "Front",
  12267. image: {
  12268. source: "./media/characters/fleur/front.svg",
  12269. extra: 309 / 283,
  12270. bottom: 0.007
  12271. }
  12272. },
  12273. },
  12274. [
  12275. {
  12276. name: "Normal",
  12277. height: math.unit(5 + 11 / 12, "feet"),
  12278. default: true
  12279. },
  12280. ]
  12281. ))
  12282. characterMakers.push(() => makeCharacter(
  12283. { name: "Jude" },
  12284. {
  12285. front: {
  12286. height: math.unit(5 + 4 / 12, "feet"),
  12287. weight: math.unit(122, "lb"),
  12288. name: "Front",
  12289. image: {
  12290. source: "./media/characters/jude/front.svg",
  12291. extra: 288 / 273,
  12292. bottom: 0.03
  12293. }
  12294. },
  12295. },
  12296. [
  12297. {
  12298. name: "Normal",
  12299. height: math.unit(5 + 4 / 12, "feet"),
  12300. default: true
  12301. },
  12302. ]
  12303. ))
  12304. characterMakers.push(() => makeCharacter(
  12305. { name: "Seara" },
  12306. {
  12307. front: {
  12308. height: math.unit(5 + 11 / 12, "feet"),
  12309. weight: math.unit(190, "lb"),
  12310. name: "Front",
  12311. image: {
  12312. source: "./media/characters/seara/front.svg",
  12313. extra: 1,
  12314. bottom: 0.05
  12315. }
  12316. },
  12317. },
  12318. [
  12319. {
  12320. name: "Normal",
  12321. height: math.unit(5 + 11 / 12, "feet"),
  12322. default: true
  12323. },
  12324. ]
  12325. ))
  12326. characterMakers.push(() => makeCharacter(
  12327. { name: "Caspian" },
  12328. {
  12329. front: {
  12330. height: math.unit(16 + 5 / 12, "feet"),
  12331. weight: math.unit(524, "lb"),
  12332. name: "Front",
  12333. image: {
  12334. source: "./media/characters/caspian/front.svg",
  12335. extra: 1,
  12336. bottom: 0.04
  12337. }
  12338. },
  12339. },
  12340. [
  12341. {
  12342. name: "Normal",
  12343. height: math.unit(16 + 5 / 12, "feet"),
  12344. default: true
  12345. },
  12346. ]
  12347. ))
  12348. characterMakers.push(() => makeCharacter(
  12349. { name: "Mika" },
  12350. {
  12351. front: {
  12352. height: math.unit(5 + 7 / 12, "feet"),
  12353. weight: math.unit(170, "lb"),
  12354. name: "Front",
  12355. image: {
  12356. source: "./media/characters/mika/front.svg",
  12357. extra: 1,
  12358. bottom: 0.016
  12359. }
  12360. },
  12361. },
  12362. [
  12363. {
  12364. name: "Normal",
  12365. height: math.unit(5 + 7 / 12, "feet"),
  12366. default: true
  12367. },
  12368. ]
  12369. ))
  12370. characterMakers.push(() => makeCharacter(
  12371. { name: "Sol" },
  12372. {
  12373. front: {
  12374. height: math.unit(6 + 2 / 12, "feet"),
  12375. weight: math.unit(268, "lb"),
  12376. name: "Front",
  12377. image: {
  12378. source: "./media/characters/sol/front.svg",
  12379. extra: 247 / 231,
  12380. bottom: 0.05
  12381. }
  12382. },
  12383. },
  12384. [
  12385. {
  12386. name: "Normal",
  12387. height: math.unit(6 + 2 / 12, "feet"),
  12388. default: true
  12389. },
  12390. ]
  12391. ))
  12392. characterMakers.push(() => makeCharacter(
  12393. { name: "Umiko" },
  12394. {
  12395. buizel: {
  12396. height: math.unit(2 + 5 / 12, "feet"),
  12397. weight: math.unit(87, "lb"),
  12398. name: "Buizel",
  12399. image: {
  12400. source: "./media/characters/umiko/buizel.svg",
  12401. extra: 172 / 157,
  12402. bottom: 0.01
  12403. }
  12404. },
  12405. floatzel: {
  12406. height: math.unit(5 + 9 / 12, "feet"),
  12407. weight: math.unit(250, "lb"),
  12408. name: "Floatzel",
  12409. image: {
  12410. source: "./media/characters/umiko/floatzel.svg",
  12411. extra: 262 / 248
  12412. }
  12413. },
  12414. },
  12415. [
  12416. {
  12417. name: "Normal",
  12418. height: math.unit(2 + 5 / 12, "feet"),
  12419. default: true
  12420. },
  12421. ]
  12422. ))
  12423. characterMakers.push(() => makeCharacter(
  12424. { name: "Iliac" },
  12425. {
  12426. front: {
  12427. height: math.unit(6 + 2 / 12, "feet"),
  12428. weight: math.unit(146, "lb"),
  12429. name: "Front",
  12430. image: {
  12431. source: "./media/characters/iliac/front.svg",
  12432. extra: 389 / 365,
  12433. bottom: 0.035
  12434. }
  12435. },
  12436. },
  12437. [
  12438. {
  12439. name: "Normal",
  12440. height: math.unit(6 + 2 / 12, "feet"),
  12441. default: true
  12442. },
  12443. ]
  12444. ))
  12445. characterMakers.push(() => makeCharacter(
  12446. { name: "Topaz" },
  12447. {
  12448. front: {
  12449. height: math.unit(6, "feet"),
  12450. weight: math.unit(170, "lb"),
  12451. name: "Front",
  12452. image: {
  12453. source: "./media/characters/topaz/front.svg",
  12454. extra: 317 / 303,
  12455. bottom: 0.055
  12456. }
  12457. },
  12458. },
  12459. [
  12460. {
  12461. name: "Normal",
  12462. height: math.unit(6, "feet"),
  12463. default: true
  12464. },
  12465. ]
  12466. ))
  12467. characterMakers.push(() => makeCharacter(
  12468. { name: "Gabriel" },
  12469. {
  12470. front: {
  12471. height: math.unit(5 + 11 / 12, "feet"),
  12472. weight: math.unit(144, "lb"),
  12473. name: "Front",
  12474. image: {
  12475. source: "./media/characters/gabriel/front.svg",
  12476. extra: 285 / 262,
  12477. bottom: 0.004
  12478. }
  12479. },
  12480. },
  12481. [
  12482. {
  12483. name: "Normal",
  12484. height: math.unit(5 + 11 / 12, "feet"),
  12485. default: true
  12486. },
  12487. ]
  12488. ))
  12489. characterMakers.push(() => makeCharacter(
  12490. { name: "Tempest (Suicune)" },
  12491. {
  12492. side: {
  12493. height: math.unit(6 + 5 / 12, "feet"),
  12494. weight: math.unit(300, "lb"),
  12495. name: "Side",
  12496. image: {
  12497. source: "./media/characters/tempest-suicune/side.svg",
  12498. extra: 195 / 154,
  12499. bottom: 0.04
  12500. }
  12501. },
  12502. },
  12503. [
  12504. {
  12505. name: "Normal",
  12506. height: math.unit(6 + 5 / 12, "feet"),
  12507. default: true
  12508. },
  12509. ]
  12510. ))
  12511. characterMakers.push(() => makeCharacter(
  12512. { name: "Vulcan" },
  12513. {
  12514. front: {
  12515. height: math.unit(7 + 2 / 12, "feet"),
  12516. weight: math.unit(322, "lb"),
  12517. name: "Front",
  12518. image: {
  12519. source: "./media/characters/vulcan/front.svg",
  12520. extra: 154 / 147,
  12521. bottom: 0.04
  12522. }
  12523. },
  12524. },
  12525. [
  12526. {
  12527. name: "Normal",
  12528. height: math.unit(7 + 2 / 12, "feet"),
  12529. default: true
  12530. },
  12531. ]
  12532. ))
  12533. characterMakers.push(() => makeCharacter(
  12534. { name: "Gault" },
  12535. {
  12536. front: {
  12537. height: math.unit(5 + 10 / 12, "feet"),
  12538. weight: math.unit(264, "lb"),
  12539. name: "Front",
  12540. image: {
  12541. source: "./media/characters/gault/front.svg",
  12542. extra: 161 / 140,
  12543. bottom: 0.028
  12544. }
  12545. },
  12546. },
  12547. [
  12548. {
  12549. name: "Normal",
  12550. height: math.unit(5 + 10 / 12, "feet"),
  12551. default: true
  12552. },
  12553. ]
  12554. ))
  12555. characterMakers.push(() => makeCharacter(
  12556. { name: "Shard" },
  12557. {
  12558. front: {
  12559. height: math.unit(6, "feet"),
  12560. weight: math.unit(150, "lb"),
  12561. name: "Front",
  12562. image: {
  12563. source: "./media/characters/shard/front.svg",
  12564. extra: 273 / 238,
  12565. bottom: 0.02
  12566. }
  12567. },
  12568. },
  12569. [
  12570. {
  12571. name: "Normal",
  12572. height: math.unit(3 + 6 / 12, "feet"),
  12573. default: true
  12574. },
  12575. ]
  12576. ))
  12577. characterMakers.push(() => makeCharacter(
  12578. { name: "Ashe" },
  12579. {
  12580. front: {
  12581. height: math.unit(5 + 11 / 12, "feet"),
  12582. weight: math.unit(146, "lb"),
  12583. name: "Front",
  12584. image: {
  12585. source: "./media/characters/ashe/front.svg",
  12586. extra: 400 / 373,
  12587. bottom: 0.01
  12588. }
  12589. },
  12590. },
  12591. [
  12592. {
  12593. name: "Normal",
  12594. height: math.unit(5 + 11 / 12, "feet"),
  12595. default: true
  12596. },
  12597. ]
  12598. ))
  12599. characterMakers.push(() => makeCharacter(
  12600. { name: "Beatrix" },
  12601. {
  12602. front: {
  12603. height: math.unit(5 + 5 / 12, "feet"),
  12604. weight: math.unit(135, "lb"),
  12605. name: "Front",
  12606. image: {
  12607. source: "./media/characters/beatrix/front.svg",
  12608. extra: 392 / 379,
  12609. bottom: 0.01
  12610. }
  12611. },
  12612. },
  12613. [
  12614. {
  12615. name: "Normal",
  12616. height: math.unit(6, "feet"),
  12617. default: true
  12618. },
  12619. ]
  12620. ))
  12621. characterMakers.push(() => makeCharacter(
  12622. { name: "Ignatius" },
  12623. {
  12624. front: {
  12625. height: math.unit(6, "feet"),
  12626. weight: math.unit(150, "lb"),
  12627. name: "Front",
  12628. image: {
  12629. source: "./media/characters/ignatius/front.svg",
  12630. extra: 245 / 222,
  12631. bottom: 0.01
  12632. }
  12633. },
  12634. },
  12635. [
  12636. {
  12637. name: "Normal",
  12638. height: math.unit(5 + 5 / 12, "feet"),
  12639. default: true
  12640. },
  12641. ]
  12642. ))
  12643. characterMakers.push(() => makeCharacter(
  12644. { name: "Mei Li" },
  12645. {
  12646. front: {
  12647. height: math.unit(6 + 2 / 12, "feet"),
  12648. weight: math.unit(138, "lb"),
  12649. name: "Front",
  12650. image: {
  12651. source: "./media/characters/mei-li/front.svg",
  12652. extra: 237 / 229,
  12653. bottom: 0.03
  12654. }
  12655. },
  12656. },
  12657. [
  12658. {
  12659. name: "Normal",
  12660. height: math.unit(6 + 2 / 12, "feet"),
  12661. default: true
  12662. },
  12663. ]
  12664. ))
  12665. characterMakers.push(() => makeCharacter(
  12666. { name: "Puru" },
  12667. {
  12668. front: {
  12669. height: math.unit(2 + 4 / 12, "feet"),
  12670. weight: math.unit(62, "lb"),
  12671. name: "Front",
  12672. image: {
  12673. source: "./media/characters/puru/front.svg",
  12674. extra: 206 / 149,
  12675. bottom: 0.06
  12676. }
  12677. },
  12678. },
  12679. [
  12680. {
  12681. name: "Normal",
  12682. height: math.unit(2 + 4 / 12, "feet"),
  12683. default: true
  12684. },
  12685. ]
  12686. ))
  12687. characterMakers.push(() => makeCharacter(
  12688. { name: "Kee" },
  12689. {
  12690. taur: {
  12691. height: math.unit(11, "feet"),
  12692. weight: math.unit(500, "lb"),
  12693. name: "Taur",
  12694. image: {
  12695. source: "./media/characters/kee/taur.svg",
  12696. extra: 1,
  12697. bottom: 0.04
  12698. }
  12699. },
  12700. },
  12701. [
  12702. {
  12703. name: "Normal",
  12704. height: math.unit(11, "feet"),
  12705. default: true
  12706. },
  12707. ]
  12708. ))
  12709. characterMakers.push(() => makeCharacter(
  12710. { name: "Cobalt (Dracha)" },
  12711. {
  12712. anthro: {
  12713. height: math.unit(7, "feet"),
  12714. weight: math.unit(190, "lb"),
  12715. name: "Anthro",
  12716. image: {
  12717. source: "./media/characters/cobalt-dracha/anthro.svg",
  12718. extra: 231 / 225,
  12719. bottom: 0.04
  12720. }
  12721. },
  12722. feral: {
  12723. height: math.unit(9 + 7 / 12, "feet"),
  12724. weight: math.unit(294, "lb"),
  12725. name: "Feral",
  12726. image: {
  12727. source: "./media/characters/cobalt-dracha/feral.svg",
  12728. extra: 692 / 633,
  12729. bottom: 0.05
  12730. }
  12731. },
  12732. },
  12733. [
  12734. {
  12735. name: "Normal",
  12736. height: math.unit(7, "feet"),
  12737. default: true
  12738. },
  12739. ]
  12740. ))
  12741. characterMakers.push(() => makeCharacter(
  12742. { name: "Java" },
  12743. {
  12744. fallen: {
  12745. height: math.unit(11 + 8 / 12, "feet"),
  12746. weight: math.unit(485, "lb"),
  12747. name: "Java (Fallen)",
  12748. rename: true,
  12749. image: {
  12750. source: "./media/characters/java/fallen.svg",
  12751. extra: 226 / 208,
  12752. bottom: 0.005
  12753. }
  12754. },
  12755. godkin: {
  12756. height: math.unit(10 + 6 / 12, "feet"),
  12757. weight: math.unit(328, "lb"),
  12758. name: "Java (Godkin)",
  12759. rename: true,
  12760. image: {
  12761. source: "./media/characters/java/godkin.svg",
  12762. extra: 270 / 262,
  12763. bottom: 0.02
  12764. }
  12765. },
  12766. },
  12767. [
  12768. {
  12769. name: "Normal",
  12770. height: math.unit(11 + 8 / 12, "feet"),
  12771. default: true
  12772. },
  12773. ]
  12774. ))
  12775. characterMakers.push(() => makeCharacter(
  12776. { name: "Skoll" },
  12777. {
  12778. front: {
  12779. height: math.unit(7 + 8 / 12, "feet"),
  12780. weight: math.unit(320, "lb"),
  12781. name: "Front",
  12782. image: {
  12783. source: "./media/characters/skoll/front.svg",
  12784. extra: 232 / 220,
  12785. bottom: 0.02
  12786. }
  12787. },
  12788. },
  12789. [
  12790. {
  12791. name: "Normal",
  12792. height: math.unit(7 + 8 / 12, "feet"),
  12793. default: true
  12794. },
  12795. ]
  12796. ))
  12797. characterMakers.push(() => makeCharacter(
  12798. { name: "Purna" },
  12799. {
  12800. front: {
  12801. height: math.unit(5 + 9 / 12, "feet"),
  12802. weight: math.unit(170, "lb"),
  12803. name: "Front",
  12804. image: {
  12805. source: "./media/characters/purna/front.svg",
  12806. extra: 239 / 229,
  12807. bottom: 0.01
  12808. }
  12809. },
  12810. },
  12811. [
  12812. {
  12813. name: "Normal",
  12814. height: math.unit(5 + 9 / 12, "feet"),
  12815. default: true
  12816. },
  12817. ]
  12818. ))
  12819. characterMakers.push(() => makeCharacter(
  12820. { name: "Kuva" },
  12821. {
  12822. front: {
  12823. height: math.unit(5 + 9 / 12, "feet"),
  12824. weight: math.unit(142, "lb"),
  12825. name: "Front",
  12826. image: {
  12827. source: "./media/characters/kuva/front.svg",
  12828. extra: 281 / 271,
  12829. bottom: 0.006
  12830. }
  12831. },
  12832. },
  12833. [
  12834. {
  12835. name: "Normal",
  12836. height: math.unit(5 + 9 / 12, "feet"),
  12837. default: true
  12838. },
  12839. ]
  12840. ))
  12841. characterMakers.push(() => makeCharacter(
  12842. { name: "Embra" },
  12843. {
  12844. anthro: {
  12845. height: math.unit(9 + 2 / 12, "feet"),
  12846. weight: math.unit(270, "lb"),
  12847. name: "Anthro",
  12848. image: {
  12849. source: "./media/characters/embra/anthro.svg",
  12850. extra: 200 / 187,
  12851. bottom: 0.02
  12852. }
  12853. },
  12854. feral: {
  12855. height: math.unit(18 + 8 / 12, "feet"),
  12856. weight: math.unit(576, "lb"),
  12857. name: "Feral",
  12858. image: {
  12859. source: "./media/characters/embra/feral.svg",
  12860. extra: 152 / 137,
  12861. bottom: 0.037
  12862. }
  12863. },
  12864. },
  12865. [
  12866. {
  12867. name: "Normal",
  12868. height: math.unit(9 + 2 / 12, "feet"),
  12869. default: true
  12870. },
  12871. ]
  12872. ))
  12873. characterMakers.push(() => makeCharacter(
  12874. { name: "Grottos" },
  12875. {
  12876. anthro: {
  12877. height: math.unit(10 + 9 / 12, "feet"),
  12878. weight: math.unit(224, "lb"),
  12879. name: "Anthro",
  12880. image: {
  12881. source: "./media/characters/grottos/anthro.svg",
  12882. extra: 350 / 332,
  12883. bottom: 0.045
  12884. }
  12885. },
  12886. feral: {
  12887. height: math.unit(20 + 7 / 12, "feet"),
  12888. weight: math.unit(629, "lb"),
  12889. name: "Feral",
  12890. image: {
  12891. source: "./media/characters/grottos/feral.svg",
  12892. extra: 207 / 190,
  12893. bottom: 0.05
  12894. }
  12895. },
  12896. },
  12897. [
  12898. {
  12899. name: "Normal",
  12900. height: math.unit(10 + 9 / 12, "feet"),
  12901. default: true
  12902. },
  12903. ]
  12904. ))
  12905. characterMakers.push(() => makeCharacter(
  12906. { name: "Frifna" },
  12907. {
  12908. anthro: {
  12909. height: math.unit(9 + 6 / 12, "feet"),
  12910. weight: math.unit(298, "lb"),
  12911. name: "Anthro",
  12912. image: {
  12913. source: "./media/characters/frifna/anthro.svg",
  12914. extra: 282 / 269,
  12915. bottom: 0.015
  12916. }
  12917. },
  12918. feral: {
  12919. height: math.unit(16 + 2 / 12, "feet"),
  12920. weight: math.unit(624, "lb"),
  12921. name: "Feral",
  12922. image: {
  12923. source: "./media/characters/frifna/feral.svg"
  12924. }
  12925. },
  12926. },
  12927. [
  12928. {
  12929. name: "Normal",
  12930. height: math.unit(9 + 6 / 12, "feet"),
  12931. default: true
  12932. },
  12933. ]
  12934. ))
  12935. characterMakers.push(() => makeCharacter(
  12936. { name: "Elise" },
  12937. {
  12938. front: {
  12939. height: math.unit(6 + 2 / 12, "feet"),
  12940. weight: math.unit(168, "lb"),
  12941. name: "Front",
  12942. image: {
  12943. source: "./media/characters/elise/front.svg",
  12944. extra: 276 / 271
  12945. }
  12946. },
  12947. },
  12948. [
  12949. {
  12950. name: "Normal",
  12951. height: math.unit(6 + 2 / 12, "feet"),
  12952. default: true
  12953. },
  12954. ]
  12955. ))
  12956. characterMakers.push(() => makeCharacter(
  12957. { name: "Glade" },
  12958. {
  12959. front: {
  12960. height: math.unit(5 + 10 / 12, "feet"),
  12961. weight: math.unit(210, "lb"),
  12962. name: "Front",
  12963. image: {
  12964. source: "./media/characters/glade/front.svg",
  12965. extra: 258 / 247,
  12966. bottom: 0.008
  12967. }
  12968. },
  12969. },
  12970. [
  12971. {
  12972. name: "Normal",
  12973. height: math.unit(5 + 10 / 12, "feet"),
  12974. default: true
  12975. },
  12976. ]
  12977. ))
  12978. characterMakers.push(() => makeCharacter(
  12979. { name: "Rina" },
  12980. {
  12981. front: {
  12982. height: math.unit(5 + 10 / 12, "feet"),
  12983. weight: math.unit(129, "lb"),
  12984. name: "Front",
  12985. image: {
  12986. source: "./media/characters/rina/front.svg",
  12987. extra: 266 / 255,
  12988. bottom: 0.005
  12989. }
  12990. },
  12991. },
  12992. [
  12993. {
  12994. name: "Normal",
  12995. height: math.unit(5 + 10 / 12, "feet"),
  12996. default: true
  12997. },
  12998. ]
  12999. ))
  13000. characterMakers.push(() => makeCharacter(
  13001. { name: "Veronica" },
  13002. {
  13003. front: {
  13004. height: math.unit(6 + 1 / 12, "feet"),
  13005. weight: math.unit(192, "lb"),
  13006. name: "Front",
  13007. image: {
  13008. source: "./media/characters/veronica/front.svg",
  13009. extra: 319 / 309,
  13010. bottom: 0.005
  13011. }
  13012. },
  13013. },
  13014. [
  13015. {
  13016. name: "Normal",
  13017. height: math.unit(6 + 1 / 12, "feet"),
  13018. default: true
  13019. },
  13020. ]
  13021. ))
  13022. characterMakers.push(() => makeCharacter(
  13023. { name: "Braxton" },
  13024. {
  13025. front: {
  13026. height: math.unit(9 + 3 / 12, "feet"),
  13027. weight: math.unit(1100, "lb"),
  13028. name: "Front",
  13029. image: {
  13030. source: "./media/characters/braxton/front.svg",
  13031. extra: 1057 / 984,
  13032. bottom: 0.05
  13033. }
  13034. },
  13035. },
  13036. [
  13037. {
  13038. name: "Normal",
  13039. height: math.unit(9 + 3 / 12, "feet")
  13040. },
  13041. {
  13042. name: "Giant",
  13043. height: math.unit(300, "feet"),
  13044. default: true
  13045. },
  13046. {
  13047. name: "Macro",
  13048. height: math.unit(700, "feet")
  13049. },
  13050. {
  13051. name: "Megamacro",
  13052. height: math.unit(6000, "feet")
  13053. },
  13054. ]
  13055. ))
  13056. characterMakers.push(() => makeCharacter(
  13057. { name: "Blue Feyonics" },
  13058. {
  13059. front: {
  13060. height: math.unit(6 + 7 / 12, "feet"),
  13061. weight: math.unit(150, "lb"),
  13062. name: "Front",
  13063. image: {
  13064. source: "./media/characters/blue-feyonics/front.svg",
  13065. extra: 1403 / 1306,
  13066. bottom: 0.047
  13067. }
  13068. },
  13069. },
  13070. [
  13071. {
  13072. name: "Normal",
  13073. height: math.unit(6 + 7 / 12, "feet"),
  13074. default: true
  13075. },
  13076. ]
  13077. ))
  13078. characterMakers.push(() => makeCharacter(
  13079. { name: "Maxwell" },
  13080. {
  13081. front: {
  13082. height: math.unit(1.8, "meters"),
  13083. weight: math.unit(60, "kg"),
  13084. name: "Front",
  13085. image: {
  13086. source: "./media/characters/maxwell/front.svg",
  13087. extra: 2060 / 1873
  13088. }
  13089. },
  13090. },
  13091. [
  13092. {
  13093. name: "Micro",
  13094. height: math.unit(1, "mm")
  13095. },
  13096. {
  13097. name: "Normal",
  13098. height: math.unit(1.8, "meter"),
  13099. default: true
  13100. },
  13101. {
  13102. name: "Macro",
  13103. height: math.unit(30, "meters")
  13104. },
  13105. {
  13106. name: "Megamacro",
  13107. height: math.unit(10, "km")
  13108. },
  13109. ]
  13110. ))
  13111. characterMakers.push(() => makeCharacter(
  13112. { name: "Jack" },
  13113. {
  13114. front: {
  13115. height: math.unit(6, "feet"),
  13116. weight: math.unit(150, "lb"),
  13117. name: "Front",
  13118. image: {
  13119. source: "./media/characters/jack/front.svg",
  13120. extra: 1754 / 1640,
  13121. bottom: 0.01
  13122. }
  13123. },
  13124. },
  13125. [
  13126. {
  13127. name: "Normal",
  13128. height: math.unit(80000, "feet"),
  13129. default: true
  13130. },
  13131. {
  13132. name: "Max size",
  13133. height: math.unit(10, "lightyears")
  13134. },
  13135. ]
  13136. ))
  13137. characterMakers.push(() => makeCharacter(
  13138. { name: "Cafat" },
  13139. {
  13140. upright: {
  13141. height: math.unit(7, "feet"),
  13142. weight: math.unit(170, "lb"),
  13143. name: "Upright",
  13144. image: {
  13145. source: "./media/characters/cafat/upright.svg",
  13146. bottom: 0.01
  13147. }
  13148. },
  13149. uprightFull: {
  13150. height: math.unit(7, "feet"),
  13151. weight: math.unit(170, "lb"),
  13152. name: "Upright (Full)",
  13153. image: {
  13154. source: "./media/characters/cafat/upright-full.svg",
  13155. bottom: 0.01
  13156. }
  13157. },
  13158. side: {
  13159. height: math.unit(5, "feet"),
  13160. weight: math.unit(150, "lb"),
  13161. name: "Side",
  13162. image: {
  13163. source: "./media/characters/cafat/side.svg"
  13164. }
  13165. },
  13166. },
  13167. [
  13168. {
  13169. name: "Small",
  13170. height: math.unit(7, "feet"),
  13171. default: true
  13172. },
  13173. {
  13174. name: "Large",
  13175. height: math.unit(15.5, "feet")
  13176. },
  13177. ]
  13178. ))
  13179. characterMakers.push(() => makeCharacter(
  13180. { name: "Verin Raharra" },
  13181. {
  13182. front: {
  13183. height: math.unit(6, "feet"),
  13184. weight: math.unit(150, "lb"),
  13185. name: "Front",
  13186. image: {
  13187. source: "./media/characters/verin-raharra/front.svg",
  13188. extra: 5019 / 4835,
  13189. bottom: 0.023
  13190. }
  13191. },
  13192. },
  13193. [
  13194. {
  13195. name: "Normal",
  13196. height: math.unit(7 + 5 / 12, "feet"),
  13197. default: true
  13198. },
  13199. {
  13200. name: "Upsized",
  13201. height: math.unit(20, "feet")
  13202. },
  13203. ]
  13204. ))
  13205. characterMakers.push(() => makeCharacter(
  13206. { name: "Nakata" },
  13207. {
  13208. front: {
  13209. height: math.unit(7, "feet"),
  13210. weight: math.unit(230, "lb"),
  13211. name: "Front",
  13212. image: {
  13213. source: "./media/characters/nakata/front.svg",
  13214. extra: 1.005,
  13215. bottom: 0.01
  13216. }
  13217. },
  13218. },
  13219. [
  13220. {
  13221. name: "Normal",
  13222. height: math.unit(7, "feet"),
  13223. default: true
  13224. },
  13225. {
  13226. name: "Big",
  13227. height: math.unit(14, "feet")
  13228. },
  13229. {
  13230. name: "Macro",
  13231. height: math.unit(400, "feet")
  13232. },
  13233. ]
  13234. ))
  13235. characterMakers.push(() => makeCharacter(
  13236. { name: "Lily" },
  13237. {
  13238. front: {
  13239. height: math.unit(4.91, "feet"),
  13240. weight: math.unit(100, "lb"),
  13241. name: "Front",
  13242. image: {
  13243. source: "./media/characters/lily/front.svg",
  13244. extra: 1585 / 1415,
  13245. bottom: 0.02
  13246. }
  13247. },
  13248. },
  13249. [
  13250. {
  13251. name: "Normal",
  13252. height: math.unit(4.91, "feet"),
  13253. default: true
  13254. },
  13255. ]
  13256. ))
  13257. characterMakers.push(() => makeCharacter(
  13258. { name: "Sheila" },
  13259. {
  13260. laying: {
  13261. height: math.unit(4 + 4 / 12, "feet"),
  13262. weight: math.unit(600, "lb"),
  13263. name: "Laying",
  13264. image: {
  13265. source: "./media/characters/sheila/laying.svg",
  13266. extra: 1333 / 1265,
  13267. bottom: 0.16
  13268. }
  13269. },
  13270. },
  13271. [
  13272. {
  13273. name: "Normal",
  13274. height: math.unit(4 + 4 / 12, "feet"),
  13275. default: true
  13276. },
  13277. ]
  13278. ))
  13279. characterMakers.push(() => makeCharacter(
  13280. { name: "Sax" },
  13281. {
  13282. front: {
  13283. height: math.unit(6, "feet"),
  13284. weight: math.unit(190, "lb"),
  13285. name: "Front",
  13286. image: {
  13287. source: "./media/characters/sax/front.svg",
  13288. extra: 1187 / 973,
  13289. bottom: 0.042
  13290. }
  13291. },
  13292. },
  13293. [
  13294. {
  13295. name: "Micro",
  13296. height: math.unit(4, "inches"),
  13297. default: true
  13298. },
  13299. ]
  13300. ))
  13301. characterMakers.push(() => makeCharacter(
  13302. { name: "Pandora" },
  13303. {
  13304. front: {
  13305. height: math.unit(6, "feet"),
  13306. weight: math.unit(150, "lb"),
  13307. name: "Front",
  13308. image: {
  13309. source: "./media/characters/pandora/front.svg",
  13310. extra: 2720 / 2556,
  13311. bottom: 0.015
  13312. }
  13313. },
  13314. back: {
  13315. height: math.unit(6, "feet"),
  13316. weight: math.unit(150, "lb"),
  13317. name: "Back",
  13318. image: {
  13319. source: "./media/characters/pandora/back.svg",
  13320. extra: 2720 / 2556,
  13321. bottom: 0.01
  13322. }
  13323. },
  13324. beans: {
  13325. height: math.unit(6 / 8, "feet"),
  13326. name: "Beans",
  13327. image: {
  13328. source: "./media/characters/pandora/beans.svg"
  13329. }
  13330. },
  13331. skirt: {
  13332. height: math.unit(6, "feet"),
  13333. weight: math.unit(150, "lb"),
  13334. name: "Skirt",
  13335. image: {
  13336. source: "./media/characters/pandora/skirt.svg",
  13337. extra: 1622 / 1525,
  13338. bottom: 0.015
  13339. }
  13340. },
  13341. hoodie: {
  13342. height: math.unit(6, "feet"),
  13343. weight: math.unit(150, "lb"),
  13344. name: "Hoodie",
  13345. image: {
  13346. source: "./media/characters/pandora/hoodie.svg",
  13347. extra: 1622 / 1525,
  13348. bottom: 0.015
  13349. }
  13350. },
  13351. casual: {
  13352. height: math.unit(6, "feet"),
  13353. weight: math.unit(150, "lb"),
  13354. name: "Casual",
  13355. image: {
  13356. source: "./media/characters/pandora/casual.svg",
  13357. extra: 1622 / 1525,
  13358. bottom: 0.015
  13359. }
  13360. },
  13361. },
  13362. [
  13363. {
  13364. name: "Normal",
  13365. height: math.unit(6, "feet")
  13366. },
  13367. {
  13368. name: "Big Steppy",
  13369. height: math.unit(1, "km"),
  13370. default: true
  13371. },
  13372. ]
  13373. ))
  13374. characterMakers.push(() => makeCharacter(
  13375. { name: "Venio Darcony" },
  13376. {
  13377. side: {
  13378. height: math.unit(10, "feet"),
  13379. weight: math.unit(800, "kg"),
  13380. name: "Side",
  13381. image: {
  13382. source: "./media/characters/venio-darcony/side.svg",
  13383. extra: 1373 / 1003,
  13384. bottom: 0.037
  13385. }
  13386. },
  13387. front: {
  13388. height: math.unit(19, "feet"),
  13389. weight: math.unit(800, "kg"),
  13390. name: "Front",
  13391. image: {
  13392. source: "./media/characters/venio-darcony/front.svg"
  13393. }
  13394. },
  13395. back: {
  13396. height: math.unit(19, "feet"),
  13397. weight: math.unit(800, "kg"),
  13398. name: "Back",
  13399. image: {
  13400. source: "./media/characters/venio-darcony/back.svg"
  13401. }
  13402. },
  13403. },
  13404. [
  13405. {
  13406. name: "Normal",
  13407. height: math.unit(10, "feet")
  13408. },
  13409. {
  13410. name: "Macro",
  13411. height: math.unit(130, "feet"),
  13412. default: true
  13413. },
  13414. {
  13415. name: "Macro+",
  13416. height: math.unit(240, "feet")
  13417. },
  13418. ]
  13419. ))
  13420. characterMakers.push(() => makeCharacter(
  13421. { name: "Veski" },
  13422. {
  13423. front: {
  13424. height: math.unit(6, "feet"),
  13425. weight: math.unit(150, "lb"),
  13426. name: "Front",
  13427. image: {
  13428. source: "./media/characters/veski/front.svg",
  13429. extra: 1299 / 1225,
  13430. bottom: 0.04
  13431. }
  13432. },
  13433. back: {
  13434. height: math.unit(6, "feet"),
  13435. weight: math.unit(150, "lb"),
  13436. name: "Back",
  13437. image: {
  13438. source: "./media/characters/veski/back.svg",
  13439. extra: 1299 / 1225,
  13440. bottom: 0.008
  13441. }
  13442. },
  13443. maw: {
  13444. height: math.unit(1.5 * 1.21, "feet"),
  13445. name: "Maw",
  13446. image: {
  13447. source: "./media/characters/veski/maw.svg"
  13448. }
  13449. },
  13450. },
  13451. [
  13452. {
  13453. name: "Macro",
  13454. height: math.unit(2, "km"),
  13455. default: true
  13456. },
  13457. ]
  13458. ))
  13459. characterMakers.push(() => makeCharacter(
  13460. { name: "Isabelle" },
  13461. {
  13462. front: {
  13463. height: math.unit(5 + 7 / 12, "feet"),
  13464. name: "Front",
  13465. image: {
  13466. source: "./media/characters/isabelle/front.svg",
  13467. extra: 2130 / 1976,
  13468. bottom: 0.05
  13469. }
  13470. },
  13471. },
  13472. [
  13473. {
  13474. name: "Supermicro",
  13475. height: math.unit(10, "micrometers")
  13476. },
  13477. {
  13478. name: "Micro",
  13479. height: math.unit(1, "inch")
  13480. },
  13481. {
  13482. name: "Tiny",
  13483. height: math.unit(5, "inches")
  13484. },
  13485. {
  13486. name: "Standard",
  13487. height: math.unit(5 + 7 / 12, "inches")
  13488. },
  13489. {
  13490. name: "Macro",
  13491. height: math.unit(80, "meters"),
  13492. default: true
  13493. },
  13494. {
  13495. name: "Megamacro",
  13496. height: math.unit(250, "meters")
  13497. },
  13498. {
  13499. name: "Gigamacro",
  13500. height: math.unit(5, "km")
  13501. },
  13502. {
  13503. name: "Cosmic",
  13504. height: math.unit(2.5e6, "miles")
  13505. },
  13506. ]
  13507. ))
  13508. characterMakers.push(() => makeCharacter(
  13509. { name: "Hanzo" },
  13510. {
  13511. front: {
  13512. height: math.unit(6, "feet"),
  13513. weight: math.unit(150, "lb"),
  13514. name: "Front",
  13515. image: {
  13516. source: "./media/characters/hanzo/front.svg",
  13517. extra: 374 / 344,
  13518. bottom: 0.02
  13519. }
  13520. },
  13521. },
  13522. [
  13523. {
  13524. name: "Normal",
  13525. height: math.unit(8, "feet"),
  13526. default: true
  13527. },
  13528. ]
  13529. ))
  13530. characterMakers.push(() => makeCharacter(
  13531. { name: "Anna" },
  13532. {
  13533. front: {
  13534. height: math.unit(7, "feet"),
  13535. weight: math.unit(130, "lb"),
  13536. name: "Front",
  13537. image: {
  13538. source: "./media/characters/anna/front.svg",
  13539. extra: 169 / 145,
  13540. bottom: 0.06
  13541. }
  13542. },
  13543. full: {
  13544. height: math.unit(4.96, "feet"),
  13545. weight: math.unit(220, "lb"),
  13546. name: "Full",
  13547. image: {
  13548. source: "./media/characters/anna/full.svg",
  13549. extra: 138 / 114,
  13550. bottom: 0.15
  13551. }
  13552. },
  13553. tongue: {
  13554. height: math.unit(2.53, "feet"),
  13555. name: "Tongue",
  13556. image: {
  13557. source: "./media/characters/anna/tongue.svg"
  13558. }
  13559. },
  13560. },
  13561. [
  13562. {
  13563. name: "Normal",
  13564. height: math.unit(7, "feet"),
  13565. default: true
  13566. },
  13567. ]
  13568. ))
  13569. characterMakers.push(() => makeCharacter(
  13570. { name: "Ian Corvid" },
  13571. {
  13572. front: {
  13573. height: math.unit(7, "feet"),
  13574. weight: math.unit(150, "lb"),
  13575. name: "Front",
  13576. image: {
  13577. source: "./media/characters/ian-corvid/front.svg",
  13578. extra: 150 / 142,
  13579. bottom: 0.02
  13580. }
  13581. },
  13582. back: {
  13583. height: math.unit(7, "feet"),
  13584. weight: math.unit(150, "lb"),
  13585. name: "Back",
  13586. image: {
  13587. source: "./media/characters/ian-corvid/back.svg",
  13588. extra: 150 / 143,
  13589. bottom: 0.01
  13590. }
  13591. },
  13592. stomping: {
  13593. height: math.unit(7, "feet"),
  13594. weight: math.unit(150, "lb"),
  13595. name: "Stomping",
  13596. image: {
  13597. source: "./media/characters/ian-corvid/stomping.svg",
  13598. extra: 76 / 72
  13599. }
  13600. },
  13601. sitting: {
  13602. height: math.unit(7 / 1.8, "feet"),
  13603. weight: math.unit(150, "lb"),
  13604. name: "Sitting",
  13605. image: {
  13606. source: "./media/characters/ian-corvid/sitting.svg",
  13607. extra: 1400 / 1269,
  13608. bottom: 0.15
  13609. }
  13610. },
  13611. },
  13612. [
  13613. {
  13614. name: "Tiny Microw",
  13615. height: math.unit(1, "inch")
  13616. },
  13617. {
  13618. name: "Microw",
  13619. height: math.unit(6, "inches")
  13620. },
  13621. {
  13622. name: "Crow",
  13623. height: math.unit(7 + 1 / 12, "feet"),
  13624. default: true
  13625. },
  13626. {
  13627. name: "Macrow",
  13628. height: math.unit(176, "feet")
  13629. },
  13630. ]
  13631. ))
  13632. characterMakers.push(() => makeCharacter(
  13633. { name: "Natalie Kellon" },
  13634. {
  13635. front: {
  13636. height: math.unit(5 + 7 / 12, "feet"),
  13637. weight: math.unit(147, "lb"),
  13638. name: "Front",
  13639. image: {
  13640. source: "./media/characters/natalie-kellon/front.svg",
  13641. extra: 1214 / 1141,
  13642. bottom: 0.02
  13643. }
  13644. },
  13645. },
  13646. [
  13647. {
  13648. name: "Micro",
  13649. height: math.unit(1 / 16, "inch")
  13650. },
  13651. {
  13652. name: "Tiny",
  13653. height: math.unit(4, "inches")
  13654. },
  13655. {
  13656. name: "Normal",
  13657. height: math.unit(5 + 7 / 12, "feet"),
  13658. default: true
  13659. },
  13660. {
  13661. name: "Amazon",
  13662. height: math.unit(12, "feet")
  13663. },
  13664. {
  13665. name: "Giantess",
  13666. height: math.unit(160, "meters")
  13667. },
  13668. {
  13669. name: "Titaness",
  13670. height: math.unit(800, "meters")
  13671. },
  13672. ]
  13673. ))
  13674. characterMakers.push(() => makeCharacter(
  13675. { name: "Alluria" },
  13676. {
  13677. front: {
  13678. height: math.unit(6, "feet"),
  13679. weight: math.unit(150, "lb"),
  13680. name: "Front",
  13681. image: {
  13682. source: "./media/characters/alluria/front.svg",
  13683. extra: 806 / 738,
  13684. bottom: 0.01
  13685. }
  13686. },
  13687. side: {
  13688. height: math.unit(6, "feet"),
  13689. weight: math.unit(150, "lb"),
  13690. name: "Side",
  13691. image: {
  13692. source: "./media/characters/alluria/side.svg",
  13693. extra: 800 / 750,
  13694. }
  13695. },
  13696. back: {
  13697. height: math.unit(6, "feet"),
  13698. weight: math.unit(150, "lb"),
  13699. name: "Back",
  13700. image: {
  13701. source: "./media/characters/alluria/back.svg",
  13702. extra: 806 / 738,
  13703. }
  13704. },
  13705. frontMaid: {
  13706. height: math.unit(6, "feet"),
  13707. weight: math.unit(150, "lb"),
  13708. name: "Front (Maid)",
  13709. image: {
  13710. source: "./media/characters/alluria/front-maid.svg",
  13711. extra: 806 / 738,
  13712. bottom: 0.01
  13713. }
  13714. },
  13715. sideMaid: {
  13716. height: math.unit(6, "feet"),
  13717. weight: math.unit(150, "lb"),
  13718. name: "Side (Maid)",
  13719. image: {
  13720. source: "./media/characters/alluria/side-maid.svg",
  13721. extra: 800 / 750,
  13722. bottom: 0.005
  13723. }
  13724. },
  13725. backMaid: {
  13726. height: math.unit(6, "feet"),
  13727. weight: math.unit(150, "lb"),
  13728. name: "Back (Maid)",
  13729. image: {
  13730. source: "./media/characters/alluria/back-maid.svg",
  13731. extra: 806 / 738,
  13732. }
  13733. },
  13734. },
  13735. [
  13736. {
  13737. name: "Micro",
  13738. height: math.unit(6, "inches"),
  13739. default: true
  13740. },
  13741. ]
  13742. ))
  13743. characterMakers.push(() => makeCharacter(
  13744. { name: "Kyle" },
  13745. {
  13746. front: {
  13747. height: math.unit(6, "feet"),
  13748. weight: math.unit(150, "lb"),
  13749. name: "Front",
  13750. image: {
  13751. source: "./media/characters/kyle/front.svg",
  13752. extra: 1069 / 962,
  13753. bottom: 77.228 / 1727.45
  13754. }
  13755. },
  13756. },
  13757. [
  13758. {
  13759. name: "Macro",
  13760. height: math.unit(150, "feet"),
  13761. default: true
  13762. },
  13763. ]
  13764. ))
  13765. characterMakers.push(() => makeCharacter(
  13766. { name: "Duncan" },
  13767. {
  13768. front: {
  13769. height: math.unit(6, "feet"),
  13770. weight: math.unit(300, "lb"),
  13771. name: "Front",
  13772. image: {
  13773. source: "./media/characters/duncan/front.svg",
  13774. extra: 1650 / 1482,
  13775. bottom: 0.05
  13776. }
  13777. },
  13778. },
  13779. [
  13780. {
  13781. name: "Macro",
  13782. height: math.unit(100, "feet"),
  13783. default: true
  13784. },
  13785. ]
  13786. ))
  13787. characterMakers.push(() => makeCharacter(
  13788. { name: "Memory" },
  13789. {
  13790. front: {
  13791. height: math.unit(5 + 4 / 12, "feet"),
  13792. weight: math.unit(220, "lb"),
  13793. name: "Front",
  13794. image: {
  13795. source: "./media/characters/memory/front.svg",
  13796. extra: 3641 / 3545,
  13797. bottom: 0.03
  13798. }
  13799. },
  13800. back: {
  13801. height: math.unit(5 + 4 / 12, "feet"),
  13802. weight: math.unit(220, "lb"),
  13803. name: "Back",
  13804. image: {
  13805. source: "./media/characters/memory/back.svg",
  13806. extra: 3641 / 3545,
  13807. bottom: 0.025
  13808. }
  13809. },
  13810. frontSkirt: {
  13811. height: math.unit(5 + 4 / 12, "feet"),
  13812. weight: math.unit(220, "lb"),
  13813. name: "Front (Skirt)",
  13814. image: {
  13815. source: "./media/characters/memory/front-skirt.svg",
  13816. extra: 3641 / 3545,
  13817. bottom: 0.03
  13818. }
  13819. },
  13820. frontDress: {
  13821. height: math.unit(5 + 4 / 12, "feet"),
  13822. weight: math.unit(220, "lb"),
  13823. name: "Front (Dress)",
  13824. image: {
  13825. source: "./media/characters/memory/front-dress.svg",
  13826. extra: 3641 / 3545,
  13827. bottom: 0.03
  13828. }
  13829. },
  13830. },
  13831. [
  13832. {
  13833. name: "Micro",
  13834. height: math.unit(6, "inches"),
  13835. default: true
  13836. },
  13837. {
  13838. name: "Normal",
  13839. height: math.unit(5 + 4 / 12, "feet")
  13840. },
  13841. ]
  13842. ))
  13843. characterMakers.push(() => makeCharacter(
  13844. { name: "Luno" },
  13845. {
  13846. front: {
  13847. height: math.unit(4 + 11 / 12, "feet"),
  13848. weight: math.unit(100, "lb"),
  13849. name: "Front",
  13850. image: {
  13851. source: "./media/characters/luno/front.svg",
  13852. extra: 1535 / 1487,
  13853. bottom: 0.03
  13854. }
  13855. },
  13856. },
  13857. [
  13858. {
  13859. name: "Micro",
  13860. height: math.unit(3, "inches")
  13861. },
  13862. {
  13863. name: "Normal",
  13864. height: math.unit(4 + 11 / 12, "feet"),
  13865. default: true
  13866. },
  13867. {
  13868. name: "Macro",
  13869. height: math.unit(300, "feet")
  13870. },
  13871. {
  13872. name: "Megamacro",
  13873. height: math.unit(700, "miles")
  13874. },
  13875. ]
  13876. ))
  13877. characterMakers.push(() => makeCharacter(
  13878. { name: "Jamesy" },
  13879. {
  13880. front: {
  13881. height: math.unit(6 + 2 / 12, "feet"),
  13882. weight: math.unit(170, "lb"),
  13883. name: "Front",
  13884. image: {
  13885. source: "./media/characters/jamesy/front.svg",
  13886. extra: 440 / 382,
  13887. bottom: 0.005
  13888. }
  13889. },
  13890. },
  13891. [
  13892. {
  13893. name: "Micro",
  13894. height: math.unit(3, "inches")
  13895. },
  13896. {
  13897. name: "Normal",
  13898. height: math.unit(6 + 2 / 12, "feet"),
  13899. default: true
  13900. },
  13901. {
  13902. name: "Macro",
  13903. height: math.unit(300, "feet")
  13904. },
  13905. {
  13906. name: "Megamacro",
  13907. height: math.unit(700, "miles")
  13908. },
  13909. ]
  13910. ))
  13911. characterMakers.push(() => makeCharacter(
  13912. { name: "Mark" },
  13913. {
  13914. front: {
  13915. height: math.unit(6, "feet"),
  13916. weight: math.unit(160, "lb"),
  13917. name: "Front",
  13918. image: {
  13919. source: "./media/characters/mark/front.svg",
  13920. extra: 3300 / 3100,
  13921. bottom: 136.42 / 3440.47
  13922. }
  13923. },
  13924. },
  13925. [
  13926. {
  13927. name: "Macro",
  13928. height: math.unit(120, "meters")
  13929. },
  13930. {
  13931. name: "Bigger Macro",
  13932. height: math.unit(350, "meters")
  13933. },
  13934. {
  13935. name: "Megamacro",
  13936. height: math.unit(8, "km"),
  13937. default: true
  13938. },
  13939. {
  13940. name: "Continental",
  13941. height: math.unit(4550, "km")
  13942. },
  13943. {
  13944. name: "Planetary",
  13945. height: math.unit(65000, "km")
  13946. },
  13947. ]
  13948. ))
  13949. characterMakers.push(() => makeCharacter(
  13950. { name: "Mac" },
  13951. {
  13952. front: {
  13953. height: math.unit(6, "feet"),
  13954. weight: math.unit(400, "lb"),
  13955. name: "Front",
  13956. image: {
  13957. source: "./media/characters/mac/front.svg",
  13958. extra: 1048 / 987.7,
  13959. bottom: 60 / 1107.6,
  13960. }
  13961. },
  13962. },
  13963. [
  13964. {
  13965. name: "Macro",
  13966. height: math.unit(500, "feet"),
  13967. default: true
  13968. },
  13969. ]
  13970. ))
  13971. characterMakers.push(() => makeCharacter(
  13972. { name: "Bari" },
  13973. {
  13974. front: {
  13975. height: math.unit(5 + 2 / 12, "feet"),
  13976. weight: math.unit(190, "lb"),
  13977. name: "Front",
  13978. image: {
  13979. source: "./media/characters/bari/front.svg",
  13980. extra: 3156 / 2880,
  13981. bottom: 0.03
  13982. }
  13983. },
  13984. back: {
  13985. height: math.unit(5 + 2 / 12, "feet"),
  13986. weight: math.unit(190, "lb"),
  13987. name: "Back",
  13988. image: {
  13989. source: "./media/characters/bari/back.svg",
  13990. extra: 3260 / 2834,
  13991. bottom: 0.025
  13992. }
  13993. },
  13994. frontPlush: {
  13995. height: math.unit(5 + 2 / 12, "feet"),
  13996. weight: math.unit(190, "lb"),
  13997. name: "Front (Plush)",
  13998. image: {
  13999. source: "./media/characters/bari/front-plush.svg",
  14000. extra: 1112 / 1061,
  14001. bottom: 0.002
  14002. }
  14003. },
  14004. },
  14005. [
  14006. {
  14007. name: "Micro",
  14008. height: math.unit(3, "inches")
  14009. },
  14010. {
  14011. name: "Normal",
  14012. height: math.unit(5 + 2 / 12, "feet"),
  14013. default: true
  14014. },
  14015. {
  14016. name: "Macro",
  14017. height: math.unit(20, "feet")
  14018. },
  14019. ]
  14020. ))
  14021. characterMakers.push(() => makeCharacter(
  14022. { name: "Hunter Misha Raven" },
  14023. {
  14024. front: {
  14025. height: math.unit(6 + 1 / 12, "feet"),
  14026. weight: math.unit(275, "lb"),
  14027. name: "Front",
  14028. image: {
  14029. source: "./media/characters/hunter-misha-raven/front.svg"
  14030. }
  14031. },
  14032. },
  14033. [
  14034. {
  14035. name: "Mortal",
  14036. height: math.unit(6 + 1 / 12, "feet")
  14037. },
  14038. {
  14039. name: "Divine",
  14040. height: math.unit(1.12134e34, "parsecs"),
  14041. default: true
  14042. },
  14043. ]
  14044. ))
  14045. characterMakers.push(() => makeCharacter(
  14046. { name: "Max Calore" },
  14047. {
  14048. front: {
  14049. height: math.unit(6 + 3 / 12, "feet"),
  14050. weight: math.unit(220, "lb"),
  14051. name: "Front",
  14052. image: {
  14053. source: "./media/characters/max-calore/front.svg",
  14054. extra: 1700 / 1648,
  14055. bottom: 0.01
  14056. }
  14057. },
  14058. back: {
  14059. height: math.unit(6 + 3 / 12, "feet"),
  14060. weight: math.unit(220, "lb"),
  14061. name: "Back",
  14062. image: {
  14063. source: "./media/characters/max-calore/back.svg",
  14064. extra: 1700 / 1648,
  14065. bottom: 0.01
  14066. }
  14067. },
  14068. },
  14069. [
  14070. {
  14071. name: "Normal",
  14072. height: math.unit(6 + 3 / 12, "feet"),
  14073. default: true
  14074. },
  14075. ]
  14076. ))
  14077. characterMakers.push(() => makeCharacter(
  14078. { name: "Aspen" },
  14079. {
  14080. side: {
  14081. height: math.unit(2 + 8 / 12, "feet"),
  14082. weight: math.unit(99, "lb"),
  14083. name: "Side",
  14084. image: {
  14085. source: "./media/characters/aspen/side.svg",
  14086. extra: 152 / 138,
  14087. bottom: 0.032
  14088. }
  14089. },
  14090. },
  14091. [
  14092. {
  14093. name: "Normal",
  14094. height: math.unit(2 + 8 / 12, "feet"),
  14095. default: true
  14096. },
  14097. ]
  14098. ))
  14099. characterMakers.push(() => makeCharacter(
  14100. { name: "Sheila (Wolf)" },
  14101. {
  14102. side: {
  14103. height: math.unit(3 + 2 / 12, "feet"),
  14104. weight: math.unit(224, "lb"),
  14105. name: "Side",
  14106. image: {
  14107. source: "./media/characters/sheila-wolf/side.svg",
  14108. extra: 179 / 166,
  14109. bottom: 0.03
  14110. }
  14111. },
  14112. },
  14113. [
  14114. {
  14115. name: "Normal",
  14116. height: math.unit(3 + 2 / 12, "feet"),
  14117. default: true
  14118. },
  14119. ]
  14120. ))
  14121. characterMakers.push(() => makeCharacter(
  14122. { name: "Michelle" },
  14123. {
  14124. side: {
  14125. height: math.unit(1 + 9 / 12, "feet"),
  14126. weight: math.unit(38, "lb"),
  14127. name: "Side",
  14128. image: {
  14129. source: "./media/characters/michelle/side.svg",
  14130. extra: 147 / 136.7,
  14131. bottom: 0.03
  14132. }
  14133. },
  14134. },
  14135. [
  14136. {
  14137. name: "Normal",
  14138. height: math.unit(1 + 9 / 12, "feet"),
  14139. default: true
  14140. },
  14141. ]
  14142. ))
  14143. characterMakers.push(() => makeCharacter(
  14144. { name: "Nino" },
  14145. {
  14146. front: {
  14147. height: math.unit(1 + 1 / 12, "feet"),
  14148. weight: math.unit(18, "lb"),
  14149. name: "Front",
  14150. image: {
  14151. source: "./media/characters/nino/front.svg"
  14152. }
  14153. },
  14154. },
  14155. [
  14156. {
  14157. name: "Normal",
  14158. height: math.unit(1 + 1 / 12, "feet"),
  14159. default: true
  14160. },
  14161. ]
  14162. ))
  14163. characterMakers.push(() => makeCharacter(
  14164. { name: "Viola" },
  14165. {
  14166. front: {
  14167. height: math.unit(1, "feet"),
  14168. weight: math.unit(16, "lb"),
  14169. name: "Front",
  14170. image: {
  14171. source: "./media/characters/viola/front.svg"
  14172. }
  14173. },
  14174. },
  14175. [
  14176. {
  14177. name: "Normal",
  14178. height: math.unit(1, "feet"),
  14179. default: true
  14180. },
  14181. ]
  14182. ))
  14183. characterMakers.push(() => makeCharacter(
  14184. { name: "Atlas" },
  14185. {
  14186. front: {
  14187. height: math.unit(6 + 5 / 12, "feet"),
  14188. weight: math.unit(580, "lb"),
  14189. name: "Front",
  14190. image: {
  14191. source: "./media/characters/atlas/front.svg",
  14192. extra: 298.5 / 290,
  14193. bottom: 0.015
  14194. }
  14195. },
  14196. },
  14197. [
  14198. {
  14199. name: "Normal",
  14200. height: math.unit(6 + 5 / 12, "feet"),
  14201. default: true
  14202. },
  14203. ]
  14204. ))
  14205. characterMakers.push(() => makeCharacter(
  14206. { name: "Davy" },
  14207. {
  14208. side: {
  14209. height: math.unit(1 + 10 / 12, "feet"),
  14210. weight: math.unit(25, "lb"),
  14211. name: "Side",
  14212. image: {
  14213. source: "./media/characters/davy/side.svg",
  14214. extra: 200 / 170,
  14215. bottom: 0.01
  14216. }
  14217. },
  14218. },
  14219. [
  14220. {
  14221. name: "Normal",
  14222. height: math.unit(1 + 10 / 12, "feet"),
  14223. default: true
  14224. },
  14225. ]
  14226. ))
  14227. characterMakers.push(() => makeCharacter(
  14228. { name: "Fiona" },
  14229. {
  14230. side: {
  14231. height: math.unit(4 + 8 / 12, "feet"),
  14232. weight: math.unit(166, "lb"),
  14233. name: "Side",
  14234. image: {
  14235. source: "./media/characters/fiona/side.svg",
  14236. extra: 232 / 220,
  14237. bottom: 0.03
  14238. }
  14239. },
  14240. },
  14241. [
  14242. {
  14243. name: "Normal",
  14244. height: math.unit(4 + 8 / 12, "feet"),
  14245. default: true
  14246. },
  14247. ]
  14248. ))
  14249. characterMakers.push(() => makeCharacter(
  14250. { name: "Lyla" },
  14251. {
  14252. front: {
  14253. height: math.unit(2, "feet"),
  14254. weight: math.unit(62, "lb"),
  14255. name: "Front",
  14256. image: {
  14257. source: "./media/characters/lyla/front.svg",
  14258. bottom: 0.1
  14259. }
  14260. },
  14261. },
  14262. [
  14263. {
  14264. name: "Normal",
  14265. height: math.unit(2, "feet"),
  14266. default: true
  14267. },
  14268. ]
  14269. ))
  14270. characterMakers.push(() => makeCharacter(
  14271. { name: "Perseus" },
  14272. {
  14273. side: {
  14274. height: math.unit(1.8, "feet"),
  14275. weight: math.unit(44, "lb"),
  14276. name: "Side",
  14277. image: {
  14278. source: "./media/characters/perseus/side.svg",
  14279. bottom: 0.21
  14280. }
  14281. },
  14282. },
  14283. [
  14284. {
  14285. name: "Normal",
  14286. height: math.unit(1.8, "feet"),
  14287. default: true
  14288. },
  14289. ]
  14290. ))
  14291. characterMakers.push(() => makeCharacter(
  14292. { name: "Remus" },
  14293. {
  14294. side: {
  14295. height: math.unit(4 + 2 / 12, "feet"),
  14296. weight: math.unit(20, "lb"),
  14297. name: "Side",
  14298. image: {
  14299. source: "./media/characters/remus/side.svg"
  14300. }
  14301. },
  14302. },
  14303. [
  14304. {
  14305. name: "Normal",
  14306. height: math.unit(4 + 2 / 12, "feet"),
  14307. default: true
  14308. },
  14309. ]
  14310. ))
  14311. characterMakers.push(() => makeCharacter(
  14312. { name: "Raf" },
  14313. {
  14314. front: {
  14315. height: math.unit(4 + 11 / 12, "feet"),
  14316. weight: math.unit(114, "lb"),
  14317. name: "Front",
  14318. image: {
  14319. source: "./media/characters/raf/front.svg",
  14320. bottom: 0.01
  14321. }
  14322. },
  14323. side: {
  14324. height: math.unit(4 + 11 / 12, "feet"),
  14325. weight: math.unit(114, "lb"),
  14326. name: "Side",
  14327. image: {
  14328. source: "./media/characters/raf/side.svg",
  14329. bottom: 0.005
  14330. }
  14331. },
  14332. },
  14333. [
  14334. {
  14335. name: "Micro",
  14336. height: math.unit(2, "inches")
  14337. },
  14338. {
  14339. name: "Normal",
  14340. height: math.unit(4 + 11 / 12, "feet"),
  14341. default: true
  14342. },
  14343. {
  14344. name: "Macro",
  14345. height: math.unit(70, "feet")
  14346. },
  14347. ]
  14348. ))
  14349. characterMakers.push(() => makeCharacter(
  14350. { name: "Liam Einarr" },
  14351. {
  14352. front: {
  14353. height: math.unit(1.5, "meters"),
  14354. weight: math.unit(68, "kg"),
  14355. name: "Front",
  14356. image: {
  14357. source: "./media/characters/liam-einarr/front.svg",
  14358. extra: 2822 / 2666
  14359. }
  14360. },
  14361. back: {
  14362. height: math.unit(1.5, "meters"),
  14363. weight: math.unit(68, "kg"),
  14364. name: "Back",
  14365. image: {
  14366. source: "./media/characters/liam-einarr/back.svg",
  14367. extra: 2822 / 2666,
  14368. bottom: 0.015
  14369. }
  14370. },
  14371. },
  14372. [
  14373. {
  14374. name: "Normal",
  14375. height: math.unit(1.5, "meters"),
  14376. default: true
  14377. },
  14378. {
  14379. name: "Macro",
  14380. height: math.unit(150, "meters")
  14381. },
  14382. {
  14383. name: "Megamacro",
  14384. height: math.unit(35, "km")
  14385. },
  14386. ]
  14387. ))
  14388. characterMakers.push(() => makeCharacter(
  14389. { name: "Linda" },
  14390. {
  14391. front: {
  14392. height: math.unit(6, "feet"),
  14393. weight: math.unit(75, "kg"),
  14394. name: "Front",
  14395. image: {
  14396. source: "./media/characters/linda/front.svg",
  14397. extra: 930 / 874,
  14398. bottom: 0.004
  14399. }
  14400. },
  14401. },
  14402. [
  14403. {
  14404. name: "Normal",
  14405. height: math.unit(6, "feet"),
  14406. default: true
  14407. },
  14408. ]
  14409. ))
  14410. characterMakers.push(() => makeCharacter(
  14411. { name: "Caylex" },
  14412. {
  14413. front: {
  14414. height: math.unit(6 + 8 / 12, "feet"),
  14415. weight: math.unit(220, "lb"),
  14416. name: "Front",
  14417. image: {
  14418. source: "./media/characters/caylex/front.svg",
  14419. extra: 821 / 772,
  14420. bottom: 0.07
  14421. }
  14422. },
  14423. back: {
  14424. height: math.unit(6 + 8 / 12, "feet"),
  14425. weight: math.unit(220, "lb"),
  14426. name: "Back",
  14427. image: {
  14428. source: "./media/characters/caylex/back.svg",
  14429. extra: 821 / 772,
  14430. bottom: 0.022
  14431. }
  14432. },
  14433. hand: {
  14434. height: math.unit(1.25, "feet"),
  14435. name: "Hand",
  14436. image: {
  14437. source: "./media/characters/caylex/hand.svg"
  14438. }
  14439. },
  14440. foot: {
  14441. height: math.unit(1.6, "feet"),
  14442. name: "Foot",
  14443. image: {
  14444. source: "./media/characters/caylex/foot.svg"
  14445. }
  14446. },
  14447. armored: {
  14448. height: math.unit(6 + 8 / 12, "feet"),
  14449. weight: math.unit(250, "lb"),
  14450. name: "Armored",
  14451. image: {
  14452. source: "./media/characters/caylex/armored.svg",
  14453. extra: 1420 / 1310,
  14454. bottom: 0.045
  14455. }
  14456. },
  14457. },
  14458. [
  14459. {
  14460. name: "Normal",
  14461. height: math.unit(6 + 8 / 12, "feet"),
  14462. default: true
  14463. },
  14464. {
  14465. name: "Normal+",
  14466. height: math.unit(12, "feet")
  14467. },
  14468. ]
  14469. ))
  14470. characterMakers.push(() => makeCharacter(
  14471. { name: "Alana" },
  14472. {
  14473. front: {
  14474. height: math.unit(7 + 6 / 12, "feet"),
  14475. weight: math.unit(288, "lb"),
  14476. name: "Front",
  14477. image: {
  14478. source: "./media/characters/alana/front.svg",
  14479. extra: 679 / 653,
  14480. bottom: 22.5 / 701
  14481. }
  14482. },
  14483. },
  14484. [
  14485. {
  14486. name: "Normal",
  14487. height: math.unit(7 + 6 / 12, "feet")
  14488. },
  14489. {
  14490. name: "Large",
  14491. height: math.unit(50, "feet")
  14492. },
  14493. {
  14494. name: "Macro",
  14495. height: math.unit(100, "feet"),
  14496. default: true
  14497. },
  14498. {
  14499. name: "Macro+",
  14500. height: math.unit(200, "feet")
  14501. },
  14502. ]
  14503. ))
  14504. characterMakers.push(() => makeCharacter(
  14505. { name: "Hasani" },
  14506. {
  14507. front: {
  14508. height: math.unit(6 + 1 / 12, "feet"),
  14509. weight: math.unit(210, "lb"),
  14510. name: "Front",
  14511. image: {
  14512. source: "./media/characters/hasani/front.svg",
  14513. extra: 244 / 232,
  14514. bottom: 0.01
  14515. }
  14516. },
  14517. back: {
  14518. height: math.unit(6 + 1 / 12, "feet"),
  14519. weight: math.unit(210, "lb"),
  14520. name: "Back",
  14521. image: {
  14522. source: "./media/characters/hasani/back.svg",
  14523. extra: 244 / 232,
  14524. bottom: 0.01
  14525. }
  14526. },
  14527. },
  14528. [
  14529. {
  14530. name: "Normal",
  14531. height: math.unit(6 + 1 / 12, "feet")
  14532. },
  14533. {
  14534. name: "Macro",
  14535. height: math.unit(175, "feet"),
  14536. default: true
  14537. },
  14538. ]
  14539. ))
  14540. characterMakers.push(() => makeCharacter(
  14541. { name: "Nita" },
  14542. {
  14543. front: {
  14544. height: math.unit(1.82, "meters"),
  14545. weight: math.unit(140, "lb"),
  14546. name: "Front",
  14547. image: {
  14548. source: "./media/characters/nita/front.svg",
  14549. extra: 2473 / 2363,
  14550. bottom: 0.01
  14551. }
  14552. },
  14553. },
  14554. [
  14555. {
  14556. name: "Normal",
  14557. height: math.unit(1.82, "m")
  14558. },
  14559. {
  14560. name: "Macro",
  14561. height: math.unit(300, "m")
  14562. },
  14563. {
  14564. name: "Mistake Canon",
  14565. height: math.unit(0.5, "miles"),
  14566. default: true
  14567. },
  14568. {
  14569. name: "Big Mistake",
  14570. height: math.unit(13, "miles")
  14571. },
  14572. {
  14573. name: "Playing God",
  14574. height: math.unit(2450, "miles")
  14575. },
  14576. ]
  14577. ))
  14578. characterMakers.push(() => makeCharacter(
  14579. { name: "Shiriko" },
  14580. {
  14581. front: {
  14582. height: math.unit(4, "feet"),
  14583. weight: math.unit(120, "lb"),
  14584. name: "Front",
  14585. image: {
  14586. source: "./media/characters/shiriko/front.svg",
  14587. extra: 195 / 188
  14588. }
  14589. },
  14590. },
  14591. [
  14592. {
  14593. name: "Normal",
  14594. height: math.unit(4, "feet"),
  14595. default: true
  14596. },
  14597. ]
  14598. ))
  14599. characterMakers.push(() => makeCharacter(
  14600. { name: "Deja" },
  14601. {
  14602. front: {
  14603. height: math.unit(6, "feet"),
  14604. name: "front",
  14605. image: {
  14606. source: "./media/characters/deja/front.svg",
  14607. extra: 926 / 840,
  14608. bottom: 0.07
  14609. }
  14610. },
  14611. },
  14612. [
  14613. {
  14614. name: "Planck Length",
  14615. height: math.unit(1.6e-35, "meters")
  14616. },
  14617. {
  14618. name: "Normal",
  14619. height: math.unit(30.48, "meters"),
  14620. default: true
  14621. },
  14622. {
  14623. name: "Universal",
  14624. height: math.unit(8.8e26, "meters")
  14625. },
  14626. ]
  14627. ))
  14628. characterMakers.push(() => makeCharacter(
  14629. { name: "Anima" },
  14630. {
  14631. side: {
  14632. height: math.unit(8, "feet"),
  14633. weight: math.unit(6300, "lb"),
  14634. name: "Side",
  14635. image: {
  14636. source: "./media/characters/anima/side.svg",
  14637. bottom: 0.035
  14638. }
  14639. },
  14640. },
  14641. [
  14642. {
  14643. name: "Normal",
  14644. height: math.unit(8, "feet"),
  14645. default: true
  14646. },
  14647. ]
  14648. ))
  14649. characterMakers.push(() => makeCharacter(
  14650. { name: "Bianca" },
  14651. {
  14652. front: {
  14653. height: math.unit(8, "feet"),
  14654. weight: math.unit(350, "lb"),
  14655. name: "Front",
  14656. image: {
  14657. source: "./media/characters/bianca/front.svg",
  14658. extra: 234 / 225,
  14659. bottom: 0.03
  14660. }
  14661. },
  14662. },
  14663. [
  14664. {
  14665. name: "Normal",
  14666. height: math.unit(8, "feet"),
  14667. default: true
  14668. },
  14669. ]
  14670. ))
  14671. characterMakers.push(() => makeCharacter(
  14672. { name: "Adinia" },
  14673. {
  14674. front: {
  14675. height: math.unit(6, "feet"),
  14676. weight: math.unit(150, "lb"),
  14677. name: "Front",
  14678. image: {
  14679. source: "./media/characters/adinia/front.svg",
  14680. extra: 1845 / 1672,
  14681. bottom: 0.02
  14682. }
  14683. },
  14684. back: {
  14685. height: math.unit(6, "feet"),
  14686. weight: math.unit(150, "lb"),
  14687. name: "Back",
  14688. image: {
  14689. source: "./media/characters/adinia/back.svg",
  14690. extra: 1845 / 1672,
  14691. bottom: 0.002
  14692. }
  14693. },
  14694. },
  14695. [
  14696. {
  14697. name: "Normal",
  14698. height: math.unit(11 + 5 / 12, "feet"),
  14699. default: true
  14700. },
  14701. ]
  14702. ))
  14703. characterMakers.push(() => makeCharacter(
  14704. { name: "Lykasa" },
  14705. {
  14706. front: {
  14707. height: math.unit(3, "meters"),
  14708. weight: math.unit(200, "kg"),
  14709. name: "Front",
  14710. image: {
  14711. source: "./media/characters/lykasa/front.svg",
  14712. extra: 1076 / 976,
  14713. bottom: 0.06
  14714. }
  14715. },
  14716. },
  14717. [
  14718. {
  14719. name: "Normal",
  14720. height: math.unit(3, "meters")
  14721. },
  14722. {
  14723. name: "Kaiku",
  14724. height: math.unit(120, "meters"),
  14725. default: true
  14726. },
  14727. {
  14728. name: "Mega Kaiju",
  14729. height: math.unit(240, "km")
  14730. },
  14731. {
  14732. name: "Giga Kaiju",
  14733. height: math.unit(400, "megameters")
  14734. },
  14735. {
  14736. name: "Tera Kaiju",
  14737. height: math.unit(800, "gigameters")
  14738. },
  14739. {
  14740. name: "Kaiju Dragon Goddess",
  14741. height: math.unit(26, "zettaparsecs")
  14742. },
  14743. ]
  14744. ))
  14745. characterMakers.push(() => makeCharacter(
  14746. { name: "Malfaren" },
  14747. {
  14748. side: {
  14749. height: math.unit(283 / 124 * 6, "feet"),
  14750. weight: math.unit(35000, "lb"),
  14751. name: "Side",
  14752. image: {
  14753. source: "./media/characters/malfaren/side.svg",
  14754. extra: 2500 / 1010,
  14755. bottom: 0.01
  14756. }
  14757. },
  14758. front: {
  14759. height: math.unit(22.36, "feet"),
  14760. weight: math.unit(35000, "lb"),
  14761. name: "Front",
  14762. image: {
  14763. source: "./media/characters/malfaren/front.svg",
  14764. extra: 1631 / 1476,
  14765. bottom: 0.01
  14766. }
  14767. },
  14768. maw: {
  14769. height: math.unit(6.9, "feet"),
  14770. name: "Maw",
  14771. image: {
  14772. source: "./media/characters/malfaren/maw.svg"
  14773. }
  14774. },
  14775. },
  14776. [
  14777. {
  14778. name: "Big",
  14779. height: math.unit(283 / 162 * 6, "feet"),
  14780. },
  14781. {
  14782. name: "Bigger",
  14783. height: math.unit(283 / 124 * 6, "feet")
  14784. },
  14785. {
  14786. name: "Massive",
  14787. height: math.unit(283 / 92 * 6, "feet"),
  14788. default: true
  14789. },
  14790. {
  14791. name: "👀💦",
  14792. height: math.unit(283 / 73 * 6, "feet"),
  14793. },
  14794. ]
  14795. ))
  14796. characterMakers.push(() => makeCharacter(
  14797. { name: "Kernel" },
  14798. {
  14799. front: {
  14800. height: math.unit(1.7, "m"),
  14801. weight: math.unit(70, "kg"),
  14802. name: "Front",
  14803. image: {
  14804. source: "./media/characters/kernel/front.svg",
  14805. extra: 222 / 210,
  14806. bottom: 0.007
  14807. }
  14808. },
  14809. },
  14810. [
  14811. {
  14812. name: "Nano",
  14813. height: math.unit(17, "micrometers")
  14814. },
  14815. {
  14816. name: "Micro",
  14817. height: math.unit(1.7, "mm")
  14818. },
  14819. {
  14820. name: "Small",
  14821. height: math.unit(1.7, "cm")
  14822. },
  14823. {
  14824. name: "Normal",
  14825. height: math.unit(1.7, "m"),
  14826. default: true
  14827. },
  14828. ]
  14829. ))
  14830. characterMakers.push(() => makeCharacter(
  14831. { name: "Jayne Folest" },
  14832. {
  14833. front: {
  14834. height: math.unit(1.75, "meters"),
  14835. weight: math.unit(65, "kg"),
  14836. name: "Front",
  14837. image: {
  14838. source: "./media/characters/jayne-folest/front.svg",
  14839. extra: 2115 / 2007,
  14840. bottom: 0.02
  14841. }
  14842. },
  14843. back: {
  14844. height: math.unit(1.75, "meters"),
  14845. weight: math.unit(65, "kg"),
  14846. name: "Back",
  14847. image: {
  14848. source: "./media/characters/jayne-folest/back.svg",
  14849. extra: 2115 / 2007,
  14850. bottom: 0.005
  14851. }
  14852. },
  14853. frontClothed: {
  14854. height: math.unit(1.75, "meters"),
  14855. weight: math.unit(65, "kg"),
  14856. name: "Front (Clothed)",
  14857. image: {
  14858. source: "./media/characters/jayne-folest/front-clothed.svg",
  14859. extra: 2115 / 2007,
  14860. bottom: 0.035
  14861. }
  14862. },
  14863. hand: {
  14864. height: math.unit(1 / 1.260, "feet"),
  14865. name: "Hand",
  14866. image: {
  14867. source: "./media/characters/jayne-folest/hand.svg"
  14868. }
  14869. },
  14870. foot: {
  14871. height: math.unit(1 / 0.918, "feet"),
  14872. name: "Foot",
  14873. image: {
  14874. source: "./media/characters/jayne-folest/foot.svg"
  14875. }
  14876. },
  14877. },
  14878. [
  14879. {
  14880. name: "Micro",
  14881. height: math.unit(4, "cm")
  14882. },
  14883. {
  14884. name: "Normal",
  14885. height: math.unit(1.75, "meters")
  14886. },
  14887. {
  14888. name: "Macro",
  14889. height: math.unit(47.5, "meters"),
  14890. default: true
  14891. },
  14892. ]
  14893. ))
  14894. characterMakers.push(() => makeCharacter(
  14895. { name: "Algier" },
  14896. {
  14897. front: {
  14898. height: math.unit(180, "cm"),
  14899. weight: math.unit(70, "kg"),
  14900. name: "Front",
  14901. image: {
  14902. source: "./media/characters/algier/front.svg",
  14903. extra: 596 / 572,
  14904. bottom: 0.04
  14905. }
  14906. },
  14907. back: {
  14908. height: math.unit(180, "cm"),
  14909. weight: math.unit(70, "kg"),
  14910. name: "Back",
  14911. image: {
  14912. source: "./media/characters/algier/back.svg",
  14913. extra: 596 / 572,
  14914. bottom: 0.025
  14915. }
  14916. },
  14917. frontdressed: {
  14918. height: math.unit(180, "cm"),
  14919. weight: math.unit(150, "kg"),
  14920. name: "Front-dressed",
  14921. image: {
  14922. source: "./media/characters/algier/front-dressed.svg",
  14923. extra: 596 / 572,
  14924. bottom: 0.038
  14925. }
  14926. },
  14927. },
  14928. [
  14929. {
  14930. name: "Micro",
  14931. height: math.unit(5, "cm")
  14932. },
  14933. {
  14934. name: "Normal",
  14935. height: math.unit(180, "cm"),
  14936. default: true
  14937. },
  14938. {
  14939. name: "Macro",
  14940. height: math.unit(64, "m")
  14941. },
  14942. ]
  14943. ))
  14944. characterMakers.push(() => makeCharacter(
  14945. { name: "Pretzel" },
  14946. {
  14947. upright: {
  14948. height: math.unit(7, "feet"),
  14949. weight: math.unit(300, "lb"),
  14950. name: "Upright",
  14951. image: {
  14952. source: "./media/characters/pretzel/upright.svg",
  14953. extra: 534 / 522,
  14954. bottom: 0.065
  14955. }
  14956. },
  14957. sprawling: {
  14958. height: math.unit(3.75, "feet"),
  14959. weight: math.unit(300, "lb"),
  14960. name: "Sprawling",
  14961. image: {
  14962. source: "./media/characters/pretzel/sprawling.svg",
  14963. extra: 314 / 281,
  14964. bottom: 0.1
  14965. }
  14966. },
  14967. tongue: {
  14968. height: math.unit(2, "feet"),
  14969. name: "Tongue",
  14970. image: {
  14971. source: "./media/characters/pretzel/tongue.svg"
  14972. }
  14973. },
  14974. },
  14975. [
  14976. {
  14977. name: "Normal",
  14978. height: math.unit(7, "feet"),
  14979. default: true
  14980. },
  14981. {
  14982. name: "Oversized",
  14983. height: math.unit(15, "feet")
  14984. },
  14985. {
  14986. name: "Huge",
  14987. height: math.unit(30, "feet")
  14988. },
  14989. {
  14990. name: "Macro",
  14991. height: math.unit(250, "feet")
  14992. },
  14993. ]
  14994. ))
  14995. characterMakers.push(() => makeCharacter(
  14996. { name: "Roxi" },
  14997. {
  14998. sideFront: {
  14999. height: math.unit(5 + 2 / 12, "feet"),
  15000. weight: math.unit(120, "lb"),
  15001. name: "Front Side",
  15002. image: {
  15003. source: "./media/characters/roxi/side-front.svg",
  15004. extra: 2924 / 2717,
  15005. bottom: 0.08
  15006. }
  15007. },
  15008. sideBack: {
  15009. height: math.unit(5 + 2 / 12, "feet"),
  15010. weight: math.unit(120, "lb"),
  15011. name: "Back Side",
  15012. image: {
  15013. source: "./media/characters/roxi/side-back.svg",
  15014. extra: 2904 / 2693,
  15015. bottom: 0.06
  15016. }
  15017. },
  15018. front: {
  15019. height: math.unit(5 + 2 / 12, "feet"),
  15020. weight: math.unit(120, "lb"),
  15021. name: "Front",
  15022. image: {
  15023. source: "./media/characters/roxi/front.svg",
  15024. extra: 2028 / 1907,
  15025. bottom: 0.01
  15026. }
  15027. },
  15028. frontAlt: {
  15029. height: math.unit(5 + 2 / 12, "feet"),
  15030. weight: math.unit(120, "lb"),
  15031. name: "Front (Alt)",
  15032. image: {
  15033. source: "./media/characters/roxi/front-alt.svg",
  15034. extra: 1828 / 1798,
  15035. bottom: 0.01
  15036. }
  15037. },
  15038. sitting: {
  15039. height: math.unit(2.8, "feet"),
  15040. weight: math.unit(120, "lb"),
  15041. name: "Sitting",
  15042. image: {
  15043. source: "./media/characters/roxi/sitting.svg",
  15044. extra: 2660 / 2462,
  15045. bottom: 0.1
  15046. }
  15047. },
  15048. },
  15049. [
  15050. {
  15051. name: "Normal",
  15052. height: math.unit(5 + 2 / 12, "feet"),
  15053. default: true
  15054. },
  15055. ]
  15056. ))
  15057. characterMakers.push(() => makeCharacter(
  15058. { name: "Shadow" },
  15059. {
  15060. side: {
  15061. height: math.unit(55, "feet"),
  15062. weight: math.unit(153, "tons"),
  15063. name: "Side",
  15064. image: {
  15065. source: "./media/characters/shadow/side.svg",
  15066. extra: 701 / 628,
  15067. bottom: 0.02
  15068. }
  15069. },
  15070. flying: {
  15071. height: math.unit(145, "feet"),
  15072. weight: math.unit(153, "tons"),
  15073. name: "Flying",
  15074. image: {
  15075. source: "./media/characters/shadow/flying.svg"
  15076. }
  15077. },
  15078. },
  15079. [
  15080. {
  15081. name: "Normal",
  15082. height: math.unit(55, "feet"),
  15083. default: true
  15084. },
  15085. ]
  15086. ))
  15087. characterMakers.push(() => makeCharacter(
  15088. { name: "Marcie" },
  15089. {
  15090. front: {
  15091. height: math.unit(6, "feet"),
  15092. weight: math.unit(200, "lb"),
  15093. name: "Front",
  15094. image: {
  15095. source: "./media/characters/marcie/front.svg",
  15096. extra: 960 / 876,
  15097. bottom: 58 / 1017.87
  15098. }
  15099. },
  15100. },
  15101. [
  15102. {
  15103. name: "Macro",
  15104. height: math.unit(1, "mile"),
  15105. default: true
  15106. },
  15107. ]
  15108. ))
  15109. characterMakers.push(() => makeCharacter(
  15110. { name: "Kachina" },
  15111. {
  15112. front: {
  15113. height: math.unit(7, "feet"),
  15114. weight: math.unit(200, "lb"),
  15115. name: "Front",
  15116. image: {
  15117. source: "./media/characters/kachina/front.svg",
  15118. extra: 1290.68 / 1119,
  15119. bottom: 36.5 / 1327.18
  15120. }
  15121. },
  15122. },
  15123. [
  15124. {
  15125. name: "Normal",
  15126. height: math.unit(7, "feet"),
  15127. default: true
  15128. },
  15129. ]
  15130. ))
  15131. characterMakers.push(() => makeCharacter(
  15132. { name: "Kash" },
  15133. {
  15134. looking: {
  15135. height: math.unit(2, "meters"),
  15136. weight: math.unit(300, "kg"),
  15137. name: "Looking",
  15138. image: {
  15139. source: "./media/characters/kash/looking.svg",
  15140. extra: 474 / 344,
  15141. bottom: 0.03
  15142. }
  15143. },
  15144. side: {
  15145. height: math.unit(2, "meters"),
  15146. weight: math.unit(300, "kg"),
  15147. name: "Side",
  15148. image: {
  15149. source: "./media/characters/kash/side.svg",
  15150. extra: 302 / 251,
  15151. bottom: 0.03
  15152. }
  15153. },
  15154. front: {
  15155. height: math.unit(2, "meters"),
  15156. weight: math.unit(300, "kg"),
  15157. name: "Front",
  15158. image: {
  15159. source: "./media/characters/kash/front.svg",
  15160. extra: 495 / 360,
  15161. bottom: 0.015
  15162. }
  15163. },
  15164. },
  15165. [
  15166. {
  15167. name: "Normal",
  15168. height: math.unit(2, "meters"),
  15169. default: true
  15170. },
  15171. {
  15172. name: "Big",
  15173. height: math.unit(3, "meters")
  15174. },
  15175. {
  15176. name: "Large",
  15177. height: math.unit(5, "meters")
  15178. },
  15179. ]
  15180. ))
  15181. characterMakers.push(() => makeCharacter(
  15182. { name: "Lalim" },
  15183. {
  15184. feeding: {
  15185. height: math.unit(6.7, "feet"),
  15186. weight: math.unit(350, "lb"),
  15187. name: "Feeding",
  15188. image: {
  15189. source: "./media/characters/lalim/feeding.svg",
  15190. }
  15191. },
  15192. },
  15193. [
  15194. {
  15195. name: "Normal",
  15196. height: math.unit(6.7, "feet"),
  15197. default: true
  15198. },
  15199. ]
  15200. ))
  15201. characterMakers.push(() => makeCharacter(
  15202. { name: "De'Vout" },
  15203. {
  15204. front: {
  15205. height: math.unit(9.5, "feet"),
  15206. weight: math.unit(600, "lb"),
  15207. name: "Front",
  15208. image: {
  15209. source: "./media/characters/de'vout/front.svg",
  15210. extra: 1443 / 1328,
  15211. bottom: 0.025
  15212. }
  15213. },
  15214. back: {
  15215. height: math.unit(9.5, "feet"),
  15216. weight: math.unit(600, "lb"),
  15217. name: "Back",
  15218. image: {
  15219. source: "./media/characters/de'vout/back.svg",
  15220. extra: 1443 / 1328
  15221. }
  15222. },
  15223. frontDressed: {
  15224. height: math.unit(9.5, "feet"),
  15225. weight: math.unit(600, "lb"),
  15226. name: "Front (Dressed",
  15227. image: {
  15228. source: "./media/characters/de'vout/front-dressed.svg",
  15229. extra: 1443 / 1328,
  15230. bottom: 0.025
  15231. }
  15232. },
  15233. backDressed: {
  15234. height: math.unit(9.5, "feet"),
  15235. weight: math.unit(600, "lb"),
  15236. name: "Back (Dressed",
  15237. image: {
  15238. source: "./media/characters/de'vout/back-dressed.svg",
  15239. extra: 1443 / 1328
  15240. }
  15241. },
  15242. },
  15243. [
  15244. {
  15245. name: "Normal",
  15246. height: math.unit(9.5, "feet"),
  15247. default: true
  15248. },
  15249. ]
  15250. ))
  15251. characterMakers.push(() => makeCharacter(
  15252. { name: "Talana" },
  15253. {
  15254. front: {
  15255. height: math.unit(8, "feet"),
  15256. weight: math.unit(225, "lb"),
  15257. name: "Front",
  15258. image: {
  15259. source: "./media/characters/talana/front.svg",
  15260. extra: 1410 / 1300,
  15261. bottom: 0.015
  15262. }
  15263. },
  15264. frontDressed: {
  15265. height: math.unit(8, "feet"),
  15266. weight: math.unit(225, "lb"),
  15267. name: "Front (Dressed",
  15268. image: {
  15269. source: "./media/characters/talana/front-dressed.svg",
  15270. extra: 1410 / 1300,
  15271. bottom: 0.015
  15272. }
  15273. },
  15274. },
  15275. [
  15276. {
  15277. name: "Normal",
  15278. height: math.unit(8, "feet"),
  15279. default: true
  15280. },
  15281. ]
  15282. ))
  15283. characterMakers.push(() => makeCharacter(
  15284. { name: "Xeauvok" },
  15285. {
  15286. side: {
  15287. height: math.unit(7.2, "feet"),
  15288. weight: math.unit(150, "lb"),
  15289. name: "Side",
  15290. image: {
  15291. source: "./media/characters/xeauvok/side.svg",
  15292. extra: 1975 / 1523,
  15293. bottom: 0.07
  15294. }
  15295. },
  15296. },
  15297. [
  15298. {
  15299. name: "Normal",
  15300. height: math.unit(7.2, "feet"),
  15301. default: true
  15302. },
  15303. ]
  15304. ))
  15305. characterMakers.push(() => makeCharacter(
  15306. { name: "Zara" },
  15307. {
  15308. side: {
  15309. height: math.unit(10, "feet"),
  15310. weight: math.unit(900, "kg"),
  15311. name: "Side",
  15312. image: {
  15313. source: "./media/characters/zara/side.svg",
  15314. extra: 504 / 498
  15315. }
  15316. },
  15317. },
  15318. [
  15319. {
  15320. name: "Normal",
  15321. height: math.unit(10, "feet"),
  15322. default: true
  15323. },
  15324. ]
  15325. ))
  15326. characterMakers.push(() => makeCharacter(
  15327. { name: "Richard (Dragon)" },
  15328. {
  15329. side: {
  15330. height: math.unit(6, "feet"),
  15331. weight: math.unit(150, "lb"),
  15332. name: "Side",
  15333. image: {
  15334. source: "./media/characters/richard-dragon/side.svg",
  15335. extra: 845 / 340,
  15336. bottom: 0.017
  15337. }
  15338. },
  15339. maw: {
  15340. height: math.unit(2.97, "feet"),
  15341. name: "Maw",
  15342. image: {
  15343. source: "./media/characters/richard-dragon/maw.svg"
  15344. }
  15345. },
  15346. },
  15347. [
  15348. ]
  15349. ))
  15350. characterMakers.push(() => makeCharacter(
  15351. { name: "Richard (Smeargle)" },
  15352. {
  15353. front: {
  15354. height: math.unit(4, "feet"),
  15355. weight: math.unit(100, "lb"),
  15356. name: "Front",
  15357. image: {
  15358. source: "./media/characters/richard-smeargle/front.svg",
  15359. extra: 2952 / 2820,
  15360. bottom: 0.028
  15361. }
  15362. },
  15363. },
  15364. [
  15365. {
  15366. name: "Normal",
  15367. height: math.unit(4, "feet"),
  15368. default: true
  15369. },
  15370. {
  15371. name: "Dynamax",
  15372. height: math.unit(20, "meters")
  15373. },
  15374. ]
  15375. ))
  15376. characterMakers.push(() => makeCharacter(
  15377. { name: "Klay" },
  15378. {
  15379. front: {
  15380. height: math.unit(6, "feet"),
  15381. weight: math.unit(110, "lb"),
  15382. name: "Front",
  15383. image: {
  15384. source: "./media/characters/klay/front.svg",
  15385. extra: 962 / 883,
  15386. bottom: 0.04
  15387. }
  15388. },
  15389. back: {
  15390. height: math.unit(6, "feet"),
  15391. weight: math.unit(110, "lb"),
  15392. name: "Back",
  15393. image: {
  15394. source: "./media/characters/klay/back.svg",
  15395. extra: 962 / 883
  15396. }
  15397. },
  15398. beans: {
  15399. height: math.unit(1.15, "feet"),
  15400. name: "Beans",
  15401. image: {
  15402. source: "./media/characters/klay/beans.svg"
  15403. }
  15404. },
  15405. },
  15406. [
  15407. {
  15408. name: "Micro",
  15409. height: math.unit(6, "inches")
  15410. },
  15411. {
  15412. name: "Mini",
  15413. height: math.unit(3, "feet")
  15414. },
  15415. {
  15416. name: "Normal",
  15417. height: math.unit(6, "feet"),
  15418. default: true
  15419. },
  15420. {
  15421. name: "Big",
  15422. height: math.unit(25, "feet")
  15423. },
  15424. {
  15425. name: "Macro",
  15426. height: math.unit(100, "feet")
  15427. },
  15428. {
  15429. name: "Megamacro",
  15430. height: math.unit(400, "feet")
  15431. },
  15432. ]
  15433. ))
  15434. characterMakers.push(() => makeCharacter(
  15435. { name: "Marcus" },
  15436. {
  15437. front: {
  15438. height: math.unit(6, "feet"),
  15439. weight: math.unit(160, "lb"),
  15440. name: "Front",
  15441. image: {
  15442. source: "./media/characters/marcus/front.svg",
  15443. extra: 734 / 676,
  15444. bottom: 0.03
  15445. }
  15446. },
  15447. },
  15448. [
  15449. {
  15450. name: "Little",
  15451. height: math.unit(6, "feet")
  15452. },
  15453. {
  15454. name: "Normal",
  15455. height: math.unit(110, "feet"),
  15456. default: true
  15457. },
  15458. {
  15459. name: "Macro",
  15460. height: math.unit(250, "feet")
  15461. },
  15462. {
  15463. name: "Megamacro",
  15464. height: math.unit(1000, "feet")
  15465. },
  15466. ]
  15467. ))
  15468. characterMakers.push(() => makeCharacter(
  15469. { name: "Claude DelRoute" },
  15470. {
  15471. front: {
  15472. height: math.unit(7, "feet"),
  15473. weight: math.unit(275, "lb"),
  15474. name: "Front",
  15475. image: {
  15476. source: "./media/characters/claude-delroute/front.svg",
  15477. extra: 230 / 214,
  15478. bottom: 0.007
  15479. }
  15480. },
  15481. side: {
  15482. height: math.unit(7, "feet"),
  15483. weight: math.unit(275, "lb"),
  15484. name: "Side",
  15485. image: {
  15486. source: "./media/characters/claude-delroute/side.svg",
  15487. extra: 222 / 214,
  15488. bottom: 0.01
  15489. }
  15490. },
  15491. back: {
  15492. height: math.unit(7, "feet"),
  15493. weight: math.unit(275, "lb"),
  15494. name: "Back",
  15495. image: {
  15496. source: "./media/characters/claude-delroute/back.svg",
  15497. extra: 230 / 214,
  15498. bottom: 0.015
  15499. }
  15500. },
  15501. maw: {
  15502. height: math.unit(0.6407, "meters"),
  15503. name: "Maw",
  15504. image: {
  15505. source: "./media/characters/claude-delroute/maw.svg"
  15506. }
  15507. },
  15508. },
  15509. [
  15510. {
  15511. name: "Normal",
  15512. height: math.unit(7, "feet"),
  15513. default: true
  15514. },
  15515. {
  15516. name: "Lorge",
  15517. height: math.unit(20, "feet")
  15518. },
  15519. ]
  15520. ))
  15521. characterMakers.push(() => makeCharacter(
  15522. { name: "Dragonien" },
  15523. {
  15524. front: {
  15525. height: math.unit(8 + 4 / 12, "feet"),
  15526. weight: math.unit(600, "lb"),
  15527. name: "Front",
  15528. image: {
  15529. source: "./media/characters/dragonien/front.svg",
  15530. extra: 100 / 94,
  15531. bottom: 3.3 / 103.3445
  15532. }
  15533. },
  15534. back: {
  15535. height: math.unit(8 + 4 / 12, "feet"),
  15536. weight: math.unit(600, "lb"),
  15537. name: "Back",
  15538. image: {
  15539. source: "./media/characters/dragonien/back.svg",
  15540. extra: 776 / 746,
  15541. bottom: 6.4 / 782.0616
  15542. }
  15543. },
  15544. foot: {
  15545. height: math.unit(1.54, "feet"),
  15546. name: "Foot",
  15547. image: {
  15548. source: "./media/characters/dragonien/foot.svg",
  15549. }
  15550. },
  15551. },
  15552. [
  15553. {
  15554. name: "Normal",
  15555. height: math.unit(8 + 4 / 12, "feet"),
  15556. default: true
  15557. },
  15558. {
  15559. name: "Macro",
  15560. height: math.unit(200, "feet")
  15561. },
  15562. {
  15563. name: "Megamacro",
  15564. height: math.unit(1, "mile")
  15565. },
  15566. {
  15567. name: "Gigamacro",
  15568. height: math.unit(1000, "miles")
  15569. },
  15570. ]
  15571. ))
  15572. characterMakers.push(() => makeCharacter(
  15573. { name: "Desta" },
  15574. {
  15575. front: {
  15576. height: math.unit(5 + 2 / 12, "feet"),
  15577. weight: math.unit(110, "lb"),
  15578. name: "Front",
  15579. image: {
  15580. source: "./media/characters/desta/front.svg",
  15581. extra: 1482 / 1417
  15582. }
  15583. },
  15584. side: {
  15585. height: math.unit(5 + 2 / 12, "feet"),
  15586. weight: math.unit(110, "lb"),
  15587. name: "Side",
  15588. image: {
  15589. source: "./media/characters/desta/side.svg",
  15590. extra: 2579 / 2491,
  15591. bottom: 0.053
  15592. }
  15593. },
  15594. },
  15595. [
  15596. {
  15597. name: "Micro",
  15598. height: math.unit(6, "inches")
  15599. },
  15600. {
  15601. name: "Normal",
  15602. height: math.unit(5 + 2 / 12, "feet"),
  15603. default: true
  15604. },
  15605. {
  15606. name: "Macro",
  15607. height: math.unit(62, "feet")
  15608. },
  15609. {
  15610. name: "Megamacro",
  15611. height: math.unit(1800, "feet")
  15612. },
  15613. ]
  15614. ))
  15615. characterMakers.push(() => makeCharacter(
  15616. { name: "Storm Alystar" },
  15617. {
  15618. front: {
  15619. height: math.unit(10, "feet"),
  15620. weight: math.unit(700, "lb"),
  15621. name: "Front",
  15622. image: {
  15623. source: "./media/characters/storm-alystar/front.svg",
  15624. extra: 2112 / 1898,
  15625. bottom: 0.034
  15626. }
  15627. },
  15628. },
  15629. [
  15630. {
  15631. name: "Micro",
  15632. height: math.unit(3.5, "inches")
  15633. },
  15634. {
  15635. name: "Normal",
  15636. height: math.unit(10, "feet"),
  15637. default: true
  15638. },
  15639. {
  15640. name: "Macro",
  15641. height: math.unit(400, "feet")
  15642. },
  15643. {
  15644. name: "Deific",
  15645. height: math.unit(60, "miles")
  15646. },
  15647. ]
  15648. ))
  15649. characterMakers.push(() => makeCharacter(
  15650. { name: "Ilia" },
  15651. {
  15652. front: {
  15653. height: math.unit(2.35, "meters"),
  15654. weight: math.unit(119, "kg"),
  15655. name: "Front",
  15656. image: {
  15657. source: "./media/characters/ilia/front.svg",
  15658. extra: 1285 / 1255,
  15659. bottom: 0.06
  15660. }
  15661. },
  15662. },
  15663. [
  15664. {
  15665. name: "Normal",
  15666. height: math.unit(2.35, "meters")
  15667. },
  15668. {
  15669. name: "Macro",
  15670. height: math.unit(140, "meters"),
  15671. default: true
  15672. },
  15673. {
  15674. name: "Megamacro",
  15675. height: math.unit(100, "miles")
  15676. },
  15677. ]
  15678. ))
  15679. characterMakers.push(() => makeCharacter(
  15680. { name: "KingDead" },
  15681. {
  15682. front: {
  15683. height: math.unit(6 + 5 / 12, "feet"),
  15684. weight: math.unit(190, "lb"),
  15685. name: "Front",
  15686. image: {
  15687. source: "./media/characters/kingdead/front.svg",
  15688. extra: 1228 / 1177
  15689. }
  15690. },
  15691. },
  15692. [
  15693. {
  15694. name: "Micro",
  15695. height: math.unit(7, "inches")
  15696. },
  15697. {
  15698. name: "Normal",
  15699. height: math.unit(6 + 5 / 12, "feet")
  15700. },
  15701. {
  15702. name: "Macro",
  15703. height: math.unit(150, "feet"),
  15704. default: true
  15705. },
  15706. {
  15707. name: "Megamacro",
  15708. height: math.unit(200, "miles")
  15709. },
  15710. ]
  15711. ))
  15712. characterMakers.push(() => makeCharacter(
  15713. { name: "Kyrehx" },
  15714. {
  15715. front: {
  15716. height: math.unit(8, "feet"),
  15717. weight: math.unit(600, "lb"),
  15718. name: "Front",
  15719. image: {
  15720. source: "./media/characters/kyrehx/front.svg",
  15721. extra: 1195 / 1095,
  15722. bottom: 0.034
  15723. }
  15724. },
  15725. },
  15726. [
  15727. {
  15728. name: "Micro",
  15729. height: math.unit(2, "inches")
  15730. },
  15731. {
  15732. name: "Normal",
  15733. height: math.unit(8, "feet"),
  15734. default: true
  15735. },
  15736. {
  15737. name: "Macro",
  15738. height: math.unit(255, "feet")
  15739. },
  15740. ]
  15741. ))
  15742. characterMakers.push(() => makeCharacter(
  15743. { name: "Xang" },
  15744. {
  15745. front: {
  15746. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15747. weight: math.unit(184, "lb"),
  15748. name: "Front",
  15749. image: {
  15750. source: "./media/characters/xang/front.svg",
  15751. extra: 845 / 755
  15752. }
  15753. },
  15754. },
  15755. [
  15756. {
  15757. name: "Normal",
  15758. height: math.unit(0.935 * (6 + 8 / 12), "feet"),
  15759. default: true
  15760. },
  15761. {
  15762. name: "Macro",
  15763. height: math.unit(0.935 * 146, "feet")
  15764. },
  15765. {
  15766. name: "Megamacro",
  15767. height: math.unit(0.935 * 3, "miles")
  15768. },
  15769. ]
  15770. ))
  15771. characterMakers.push(() => makeCharacter(
  15772. { name: "Doc Weardno" },
  15773. {
  15774. frontDressed: {
  15775. height: math.unit(5 + 7 / 12, "feet"),
  15776. weight: math.unit(140, "lb"),
  15777. name: "Front (Dressed)",
  15778. image: {
  15779. source: "./media/characters/doc-weardno/front-dressed.svg",
  15780. extra: 263 / 234
  15781. }
  15782. },
  15783. backDressed: {
  15784. height: math.unit(5 + 7 / 12, "feet"),
  15785. weight: math.unit(140, "lb"),
  15786. name: "Back (Dressed)",
  15787. image: {
  15788. source: "./media/characters/doc-weardno/back-dressed.svg",
  15789. extra: 266 / 238
  15790. }
  15791. },
  15792. front: {
  15793. height: math.unit(5 + 7 / 12, "feet"),
  15794. weight: math.unit(140, "lb"),
  15795. name: "Front",
  15796. image: {
  15797. source: "./media/characters/doc-weardno/front.svg",
  15798. extra: 254 / 233
  15799. }
  15800. },
  15801. },
  15802. [
  15803. {
  15804. name: "Micro",
  15805. height: math.unit(3, "inches")
  15806. },
  15807. {
  15808. name: "Normal",
  15809. height: math.unit(5 + 7 / 12, "feet"),
  15810. default: true
  15811. },
  15812. {
  15813. name: "Macro",
  15814. height: math.unit(25, "feet")
  15815. },
  15816. {
  15817. name: "Megamacro",
  15818. height: math.unit(2, "miles")
  15819. },
  15820. ]
  15821. ))
  15822. characterMakers.push(() => makeCharacter(
  15823. { name: "Seth Whilst" },
  15824. {
  15825. front: {
  15826. height: math.unit(6 + 2 / 12, "feet"),
  15827. weight: math.unit(153, "lb"),
  15828. name: "Front",
  15829. image: {
  15830. source: "./media/characters/seth-whilst/front.svg",
  15831. bottom: 0.07
  15832. }
  15833. },
  15834. },
  15835. [
  15836. {
  15837. name: "Micro",
  15838. height: math.unit(5, "inches")
  15839. },
  15840. {
  15841. name: "Normal",
  15842. height: math.unit(6 + 2 / 12, "feet"),
  15843. default: true
  15844. },
  15845. ]
  15846. ))
  15847. characterMakers.push(() => makeCharacter(
  15848. { name: "Pocket Jabari" },
  15849. {
  15850. front: {
  15851. height: math.unit(3, "inches"),
  15852. weight: math.unit(8, "grams"),
  15853. name: "Front",
  15854. image: {
  15855. source: "./media/characters/pocket-jabari/front.svg",
  15856. extra: 1024 / 974,
  15857. bottom: 0.039
  15858. }
  15859. },
  15860. },
  15861. [
  15862. {
  15863. name: "Minimicro",
  15864. height: math.unit(8, "mm")
  15865. },
  15866. {
  15867. name: "Micro",
  15868. height: math.unit(3, "inches"),
  15869. default: true
  15870. },
  15871. {
  15872. name: "Normal",
  15873. height: math.unit(3, "feet")
  15874. },
  15875. ]
  15876. ))
  15877. characterMakers.push(() => makeCharacter(
  15878. { name: "Sapphy" },
  15879. {
  15880. front: {
  15881. height: math.unit(15, "feet"),
  15882. weight: math.unit(3280, "lb"),
  15883. name: "Front",
  15884. image: {
  15885. source: "./media/characters/sapphy/front.svg",
  15886. extra: 671 / 577,
  15887. bottom: 0.085
  15888. }
  15889. },
  15890. back: {
  15891. height: math.unit(15, "feet"),
  15892. weight: math.unit(3280, "lb"),
  15893. name: "Back",
  15894. image: {
  15895. source: "./media/characters/sapphy/back.svg",
  15896. extra: 631 / 607,
  15897. bottom: 0.045
  15898. }
  15899. },
  15900. },
  15901. [
  15902. {
  15903. name: "Normal",
  15904. height: math.unit(15, "feet")
  15905. },
  15906. {
  15907. name: "Casual Macro",
  15908. height: math.unit(120, "feet")
  15909. },
  15910. {
  15911. name: "Macro",
  15912. height: math.unit(2150, "feet"),
  15913. default: true
  15914. },
  15915. {
  15916. name: "Megamacro",
  15917. height: math.unit(8, "miles")
  15918. },
  15919. {
  15920. name: "Galaxy Mom",
  15921. height: math.unit(6, "megalightyears")
  15922. },
  15923. ]
  15924. ))
  15925. characterMakers.push(() => makeCharacter(
  15926. { name: "Kiro" },
  15927. {
  15928. front: {
  15929. height: math.unit(6, "feet"),
  15930. weight: math.unit(170, "lb"),
  15931. name: "Front",
  15932. image: {
  15933. source: "./media/characters/kiro/front.svg",
  15934. extra: 1064 / 1012,
  15935. bottom: 0.052
  15936. }
  15937. },
  15938. },
  15939. [
  15940. {
  15941. name: "Micro",
  15942. height: math.unit(6, "inches")
  15943. },
  15944. {
  15945. name: "Normal",
  15946. height: math.unit(6, "feet"),
  15947. default: true
  15948. },
  15949. {
  15950. name: "Macro",
  15951. height: math.unit(72, "feet")
  15952. },
  15953. ]
  15954. ))
  15955. characterMakers.push(() => makeCharacter(
  15956. { name: "Irishfox" },
  15957. {
  15958. front: {
  15959. height: math.unit(5 + 9 / 12, "feet"),
  15960. weight: math.unit(175, "lb"),
  15961. name: "Front",
  15962. image: {
  15963. source: "./media/characters/irishfox/front.svg",
  15964. extra: 1912 / 1680,
  15965. bottom: 0.02
  15966. }
  15967. },
  15968. },
  15969. [
  15970. {
  15971. name: "Nano",
  15972. height: math.unit(1, "mm")
  15973. },
  15974. {
  15975. name: "Micro",
  15976. height: math.unit(2, "inches")
  15977. },
  15978. {
  15979. name: "Normal",
  15980. height: math.unit(5 + 9 / 12, "feet"),
  15981. default: true
  15982. },
  15983. {
  15984. name: "Macro",
  15985. height: math.unit(45, "feet")
  15986. },
  15987. ]
  15988. ))
  15989. characterMakers.push(() => makeCharacter(
  15990. { name: "Aronai Sieyes" },
  15991. {
  15992. front: {
  15993. height: math.unit(6 + 1 / 12, "feet"),
  15994. weight: math.unit(150, "lb"),
  15995. name: "Front",
  15996. image: {
  15997. source: "./media/characters/aronai-sieyes/front.svg",
  15998. extra: 1556 / 1480,
  15999. bottom: 0.015
  16000. }
  16001. },
  16002. side: {
  16003. height: math.unit(6 + 1 / 12, "feet"),
  16004. weight: math.unit(150, "lb"),
  16005. name: "Side",
  16006. image: {
  16007. source: "./media/characters/aronai-sieyes/side.svg",
  16008. extra: 1433 / 1390,
  16009. bottom: 0.0393
  16010. }
  16011. },
  16012. back: {
  16013. height: math.unit(6 + 1 / 12, "feet"),
  16014. weight: math.unit(150, "lb"),
  16015. name: "Back",
  16016. image: {
  16017. source: "./media/characters/aronai-sieyes/back.svg",
  16018. extra: 1544 / 1494,
  16019. bottom: 0.02
  16020. }
  16021. },
  16022. frontClothed: {
  16023. height: math.unit(6 + 1 / 12, "feet"),
  16024. weight: math.unit(150, "lb"),
  16025. name: "Front (Clothed)",
  16026. image: {
  16027. source: "./media/characters/aronai-sieyes/front-clothed.svg",
  16028. extra: 1582 / 1527
  16029. }
  16030. },
  16031. feral: {
  16032. height: math.unit(18, "feet"),
  16033. weight: math.unit(150 * 3 * 3 * 3, "lb"),
  16034. name: "Feral",
  16035. image: {
  16036. source: "./media/characters/aronai-sieyes/feral.svg",
  16037. extra: 1530 / 1240,
  16038. bottom: 0.035
  16039. }
  16040. },
  16041. },
  16042. [
  16043. {
  16044. name: "Micro",
  16045. height: math.unit(2, "inches")
  16046. },
  16047. {
  16048. name: "Normal",
  16049. height: math.unit(6 + 1 / 12, "feet"),
  16050. default: true
  16051. }
  16052. ]
  16053. ))
  16054. characterMakers.push(() => makeCharacter(
  16055. { name: "Xuna" },
  16056. {
  16057. front: {
  16058. height: math.unit(12, "feet"),
  16059. weight: math.unit(410, "kg"),
  16060. name: "Front",
  16061. image: {
  16062. source: "./media/characters/xuna/front.svg",
  16063. extra: 2184 / 1980
  16064. }
  16065. },
  16066. side: {
  16067. height: math.unit(12, "feet"),
  16068. weight: math.unit(410, "kg"),
  16069. name: "Side",
  16070. image: {
  16071. source: "./media/characters/xuna/side.svg",
  16072. extra: 2184 / 1980
  16073. }
  16074. },
  16075. back: {
  16076. height: math.unit(12, "feet"),
  16077. weight: math.unit(410, "kg"),
  16078. name: "Back",
  16079. image: {
  16080. source: "./media/characters/xuna/back.svg",
  16081. extra: 2184 / 1980
  16082. }
  16083. },
  16084. },
  16085. [
  16086. {
  16087. name: "Nano glow",
  16088. height: math.unit(10, "nm")
  16089. },
  16090. {
  16091. name: "Micro floof",
  16092. height: math.unit(0.3, "m")
  16093. },
  16094. {
  16095. name: "Huggable softy boi",
  16096. height: math.unit(3.6576, "m"),
  16097. default: true
  16098. },
  16099. {
  16100. name: "Admirable floof",
  16101. height: math.unit(80, "meters")
  16102. },
  16103. {
  16104. name: "Gentle macro",
  16105. height: math.unit(300, "meters")
  16106. },
  16107. {
  16108. name: "Very careful floof",
  16109. height: math.unit(3200, "meters")
  16110. },
  16111. {
  16112. name: "The mega floof",
  16113. height: math.unit(36000, "meters")
  16114. },
  16115. {
  16116. name: "Giga-fur-Wicker",
  16117. height: math.unit(4800000, "meters")
  16118. },
  16119. {
  16120. name: "Licky world",
  16121. height: math.unit(20000000, "meters")
  16122. },
  16123. {
  16124. name: "Floofy cyan sun",
  16125. height: math.unit(1500000000, "meters")
  16126. },
  16127. {
  16128. name: "Milky Wicker",
  16129. height: math.unit(1000000000000000000000, "meters")
  16130. },
  16131. {
  16132. name: "The observing Wicker",
  16133. height: math.unit(999999999999999999999999999, "meters")
  16134. },
  16135. ]
  16136. ))
  16137. characterMakers.push(() => makeCharacter(
  16138. { name: "Arokha Sieyes" },
  16139. {
  16140. front: {
  16141. height: math.unit(5 + 9 / 12, "feet"),
  16142. weight: math.unit(150, "lb"),
  16143. name: "Front",
  16144. image: {
  16145. source: "./media/characters/arokha-sieyes/front.svg",
  16146. extra: 1425 / 1284,
  16147. bottom: 0.05
  16148. }
  16149. },
  16150. },
  16151. [
  16152. {
  16153. name: "Normal",
  16154. height: math.unit(5 + 9 / 12, "feet")
  16155. },
  16156. {
  16157. name: "Macro",
  16158. height: math.unit(30, "meters"),
  16159. default: true
  16160. },
  16161. ]
  16162. ))
  16163. characterMakers.push(() => makeCharacter(
  16164. { name: "Arokh Sieyes" },
  16165. {
  16166. front: {
  16167. height: math.unit(6, "feet"),
  16168. weight: math.unit(180, "lb"),
  16169. name: "Front",
  16170. image: {
  16171. source: "./media/characters/arokh-sieyes/front.svg",
  16172. extra: 1830 / 1769,
  16173. bottom: 0.01
  16174. }
  16175. },
  16176. },
  16177. [
  16178. {
  16179. name: "Normal",
  16180. height: math.unit(6, "feet")
  16181. },
  16182. {
  16183. name: "Macro",
  16184. height: math.unit(30, "meters"),
  16185. default: true
  16186. },
  16187. ]
  16188. ))
  16189. characterMakers.push(() => makeCharacter(
  16190. { name: "Goldeneye" },
  16191. {
  16192. side: {
  16193. height: math.unit(13 + 1 / 12, "feet"),
  16194. weight: math.unit(8.5, "tonnes"),
  16195. name: "Side",
  16196. image: {
  16197. source: "./media/characters/goldeneye/side.svg",
  16198. extra: 1182 / 778,
  16199. bottom: 0.067
  16200. }
  16201. },
  16202. paw: {
  16203. height: math.unit(3.4, "feet"),
  16204. name: "Paw",
  16205. image: {
  16206. source: "./media/characters/goldeneye/paw.svg"
  16207. }
  16208. },
  16209. },
  16210. [
  16211. {
  16212. name: "Normal",
  16213. height: math.unit(13 + 1 / 12, "feet"),
  16214. default: true
  16215. },
  16216. ]
  16217. ))
  16218. characterMakers.push(() => makeCharacter(
  16219. { name: "Leonardo Lycheborne" },
  16220. {
  16221. front: {
  16222. height: math.unit(6 + 1 / 12, "feet"),
  16223. weight: math.unit(210, "lb"),
  16224. name: "Front",
  16225. image: {
  16226. source: "./media/characters/leonardo-lycheborne/front.svg",
  16227. extra: 390 / 365,
  16228. bottom: 0.032
  16229. }
  16230. },
  16231. side: {
  16232. height: math.unit(6 + 1 / 12, "feet"),
  16233. weight: math.unit(210, "lb"),
  16234. name: "Side",
  16235. image: {
  16236. source: "./media/characters/leonardo-lycheborne/side.svg",
  16237. extra: 390 / 365,
  16238. bottom: 0.005
  16239. }
  16240. },
  16241. back: {
  16242. height: math.unit(6 + 1 / 12, "feet"),
  16243. weight: math.unit(210, "lb"),
  16244. name: "Back",
  16245. image: {
  16246. source: "./media/characters/leonardo-lycheborne/back.svg",
  16247. extra: 392 / 366,
  16248. bottom: 0.01
  16249. }
  16250. },
  16251. hand: {
  16252. height: math.unit(1.08, "feet"),
  16253. name: "Hand",
  16254. image: {
  16255. source: "./media/characters/leonardo-lycheborne/hand.svg"
  16256. }
  16257. },
  16258. foot: {
  16259. height: math.unit(1.32, "feet"),
  16260. name: "Foot",
  16261. image: {
  16262. source: "./media/characters/leonardo-lycheborne/foot.svg"
  16263. }
  16264. },
  16265. were: {
  16266. height: math.unit(20, "feet"),
  16267. weight: math.unit(7800, "lb"),
  16268. name: "Were",
  16269. image: {
  16270. source: "./media/characters/leonardo-lycheborne/were.svg",
  16271. extra: 308 / 294,
  16272. bottom: 0.048
  16273. }
  16274. },
  16275. feral: {
  16276. height: math.unit(7.5, "feet"),
  16277. weight: math.unit(600, "lb"),
  16278. name: "Feral",
  16279. image: {
  16280. source: "./media/characters/leonardo-lycheborne/feral.svg",
  16281. extra: 210 / 186,
  16282. bottom: 0.108
  16283. }
  16284. },
  16285. taur: {
  16286. height: math.unit(11, "feet"),
  16287. weight: math.unit(3300, "lb"),
  16288. name: "Taur",
  16289. image: {
  16290. source: "./media/characters/leonardo-lycheborne/taur.svg",
  16291. extra: 320 / 303,
  16292. bottom: 0.025
  16293. }
  16294. },
  16295. barghest: {
  16296. height: math.unit(11, "feet"),
  16297. weight: math.unit(1300, "lb"),
  16298. name: "Barghest",
  16299. image: {
  16300. source: "./media/characters/leonardo-lycheborne/barghest.svg",
  16301. extra: 323 / 302,
  16302. bottom: 0.027
  16303. }
  16304. },
  16305. dick: {
  16306. height: math.unit((6 + 1 / 12) / 4.09, "feet"),
  16307. name: "Dick",
  16308. image: {
  16309. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16310. }
  16311. },
  16312. dickWere: {
  16313. height: math.unit((20) / 3.8, "feet"),
  16314. name: "Dick (Were)",
  16315. image: {
  16316. source: "./media/characters/leonardo-lycheborne/dick.svg"
  16317. }
  16318. },
  16319. },
  16320. [
  16321. {
  16322. name: "Normal",
  16323. height: math.unit(6 + 1 / 12, "feet"),
  16324. default: true
  16325. },
  16326. ]
  16327. ))
  16328. characterMakers.push(() => makeCharacter(
  16329. { name: "Jet" },
  16330. {
  16331. front: {
  16332. height: math.unit(10, "feet"),
  16333. weight: math.unit(350, "lb"),
  16334. name: "Front",
  16335. image: {
  16336. source: "./media/characters/jet/front.svg",
  16337. extra: 2050 / 1980,
  16338. bottom: 0.013
  16339. }
  16340. },
  16341. back: {
  16342. height: math.unit(10, "feet"),
  16343. weight: math.unit(350, "lb"),
  16344. name: "Back",
  16345. image: {
  16346. source: "./media/characters/jet/back.svg",
  16347. extra: 2050 / 1980,
  16348. bottom: 0.013
  16349. }
  16350. },
  16351. },
  16352. [
  16353. {
  16354. name: "Micro",
  16355. height: math.unit(6, "inches")
  16356. },
  16357. {
  16358. name: "Normal",
  16359. height: math.unit(10, "feet"),
  16360. default: true
  16361. },
  16362. {
  16363. name: "Macro",
  16364. height: math.unit(100, "feet")
  16365. },
  16366. ]
  16367. ))
  16368. characterMakers.push(() => makeCharacter(
  16369. { name: "Tanarath" },
  16370. {
  16371. front: {
  16372. height: math.unit(15, "feet"),
  16373. weight: math.unit(2800, "lb"),
  16374. name: "Front",
  16375. image: {
  16376. source: "./media/characters/tanarath/front.svg",
  16377. extra: 2392 / 2220,
  16378. bottom: 0.03
  16379. }
  16380. },
  16381. back: {
  16382. height: math.unit(15, "feet"),
  16383. weight: math.unit(2800, "lb"),
  16384. name: "Back",
  16385. image: {
  16386. source: "./media/characters/tanarath/back.svg",
  16387. extra: 2392 / 2220,
  16388. bottom: 0.03
  16389. }
  16390. },
  16391. },
  16392. [
  16393. {
  16394. name: "Normal",
  16395. height: math.unit(15, "feet"),
  16396. default: true
  16397. },
  16398. ]
  16399. ))
  16400. characterMakers.push(() => makeCharacter(
  16401. { name: "Patty CattyBatty" },
  16402. {
  16403. front: {
  16404. height: math.unit(7 + 1 / 12, "feet"),
  16405. weight: math.unit(175, "lb"),
  16406. name: "Front",
  16407. image: {
  16408. source: "./media/characters/patty-cattybatty/front.svg",
  16409. extra: 908 / 874,
  16410. bottom: 0.025
  16411. }
  16412. },
  16413. },
  16414. [
  16415. {
  16416. name: "Micro",
  16417. height: math.unit(1, "inch")
  16418. },
  16419. {
  16420. name: "Normal",
  16421. height: math.unit(7 + 1 / 12, "feet")
  16422. },
  16423. {
  16424. name: "Mini Macro",
  16425. height: math.unit(155, "feet")
  16426. },
  16427. {
  16428. name: "Macro",
  16429. height: math.unit(1077, "feet")
  16430. },
  16431. {
  16432. name: "Mega Macro",
  16433. height: math.unit(47650, "feet"),
  16434. default: true
  16435. },
  16436. {
  16437. name: "Giga Macro",
  16438. height: math.unit(440, "miles")
  16439. },
  16440. {
  16441. name: "Tera Macro",
  16442. height: math.unit(8700, "miles")
  16443. },
  16444. {
  16445. name: "Planetary Macro",
  16446. height: math.unit(32700, "miles")
  16447. },
  16448. {
  16449. name: "Solar Macro",
  16450. height: math.unit(550000, "miles")
  16451. },
  16452. {
  16453. name: "Celestial Macro",
  16454. height: math.unit(2.5, "AU")
  16455. },
  16456. ]
  16457. ))
  16458. characterMakers.push(() => makeCharacter(
  16459. { name: "Cappu" },
  16460. {
  16461. front: {
  16462. height: math.unit(4 + 5 / 12, "feet"),
  16463. weight: math.unit(90, "lb"),
  16464. name: "Front",
  16465. image: {
  16466. source: "./media/characters/cappu/front.svg",
  16467. extra: 1247 / 1152,
  16468. bottom: 0.012
  16469. }
  16470. },
  16471. },
  16472. [
  16473. {
  16474. name: "Normal",
  16475. height: math.unit(4 + 5 / 12, "feet"),
  16476. default: true
  16477. },
  16478. ]
  16479. ))
  16480. characterMakers.push(() => makeCharacter(
  16481. { name: "Sebi" },
  16482. {
  16483. frontDressed: {
  16484. height: math.unit(70, "cm"),
  16485. weight: math.unit(6, "kg"),
  16486. name: "Front (Dressed)",
  16487. image: {
  16488. source: "./media/characters/sebi/front-dressed.svg",
  16489. extra: 713.5 / 686.5,
  16490. bottom: 0.003
  16491. }
  16492. },
  16493. front: {
  16494. height: math.unit(70, "cm"),
  16495. weight: math.unit(5, "kg"),
  16496. name: "Front",
  16497. image: {
  16498. source: "./media/characters/sebi/front.svg",
  16499. extra: 713.5 / 686.5,
  16500. bottom: 0.003
  16501. }
  16502. }
  16503. },
  16504. [
  16505. {
  16506. name: "Normal",
  16507. height: math.unit(70, "cm"),
  16508. default: true
  16509. },
  16510. {
  16511. name: "Macro",
  16512. height: math.unit(8, "meters")
  16513. },
  16514. ]
  16515. ))
  16516. characterMakers.push(() => makeCharacter(
  16517. { name: "Typhek" },
  16518. {
  16519. front: {
  16520. height: math.unit(6, "feet"),
  16521. weight: math.unit(150, "lb"),
  16522. name: "Front",
  16523. image: {
  16524. source: "./media/characters/typhek/front.svg",
  16525. extra: 1948 / 1929,
  16526. bottom: 0.025
  16527. }
  16528. },
  16529. side: {
  16530. height: math.unit(6, "feet"),
  16531. weight: math.unit(150, "lb"),
  16532. name: "Side",
  16533. image: {
  16534. source: "./media/characters/typhek/side.svg",
  16535. extra: 2034 / 2010,
  16536. bottom: 0.003
  16537. }
  16538. },
  16539. back: {
  16540. height: math.unit(6, "feet"),
  16541. weight: math.unit(150, "lb"),
  16542. name: "Back",
  16543. image: {
  16544. source: "./media/characters/typhek/back.svg",
  16545. extra: 2005 / 1978,
  16546. bottom: 0.004
  16547. }
  16548. },
  16549. palm: {
  16550. height: math.unit(1.2, "feet"),
  16551. name: "Palm",
  16552. image: {
  16553. source: "./media/characters/typhek/palm.svg"
  16554. }
  16555. },
  16556. fist: {
  16557. height: math.unit(1.1, "feet"),
  16558. name: "Fist",
  16559. image: {
  16560. source: "./media/characters/typhek/fist.svg"
  16561. }
  16562. },
  16563. foot: {
  16564. height: math.unit(1.57, "feet"),
  16565. name: "Foot",
  16566. image: {
  16567. source: "./media/characters/typhek/foot.svg"
  16568. }
  16569. },
  16570. sole: {
  16571. height: math.unit(2.05, "feet"),
  16572. name: "Sole",
  16573. image: {
  16574. source: "./media/characters/typhek/sole.svg"
  16575. }
  16576. },
  16577. },
  16578. [
  16579. {
  16580. name: "Macro",
  16581. height: math.unit(40, "stories"),
  16582. default: true
  16583. },
  16584. {
  16585. name: "Megamacro",
  16586. height: math.unit(1, "mile")
  16587. },
  16588. {
  16589. name: "Gigamacro",
  16590. height: math.unit(4000, "solarradii")
  16591. },
  16592. {
  16593. name: "Universal",
  16594. height: math.unit(1.1, "universes")
  16595. }
  16596. ]
  16597. ))
  16598. characterMakers.push(() => makeCharacter(
  16599. { name: "Kassy" },
  16600. {
  16601. side: {
  16602. height: math.unit(5 + 7 / 12, "feet"),
  16603. weight: math.unit(150, "lb"),
  16604. name: "Side",
  16605. image: {
  16606. source: "./media/characters/kassy/side.svg",
  16607. extra: 1280 / 1225,
  16608. bottom: 0.002
  16609. }
  16610. },
  16611. front: {
  16612. height: math.unit(5 + 7 / 12, "feet"),
  16613. weight: math.unit(150, "lb"),
  16614. name: "Front",
  16615. image: {
  16616. source: "./media/characters/kassy/front.svg",
  16617. extra: 1280 / 1225,
  16618. bottom: 0.025
  16619. }
  16620. },
  16621. back: {
  16622. height: math.unit(5 + 7 / 12, "feet"),
  16623. weight: math.unit(150, "lb"),
  16624. name: "Back",
  16625. image: {
  16626. source: "./media/characters/kassy/back.svg",
  16627. extra: 1280 / 1225,
  16628. bottom: 0.002
  16629. }
  16630. },
  16631. foot: {
  16632. height: math.unit(1.266, "feet"),
  16633. name: "Foot",
  16634. image: {
  16635. source: "./media/characters/kassy/foot.svg"
  16636. }
  16637. },
  16638. },
  16639. [
  16640. {
  16641. name: "Normal",
  16642. height: math.unit(5 + 7 / 12, "feet")
  16643. },
  16644. {
  16645. name: "Macro",
  16646. height: math.unit(137, "feet"),
  16647. default: true
  16648. },
  16649. {
  16650. name: "Megamacro",
  16651. height: math.unit(1, "mile")
  16652. },
  16653. ]
  16654. ))
  16655. characterMakers.push(() => makeCharacter(
  16656. { name: "Neil" },
  16657. {
  16658. front: {
  16659. height: math.unit(6 + 1 / 12, "feet"),
  16660. weight: math.unit(200, "lb"),
  16661. name: "Front",
  16662. image: {
  16663. source: "./media/characters/neil/front.svg",
  16664. extra: 1326 / 1250,
  16665. bottom: 0.023
  16666. }
  16667. },
  16668. },
  16669. [
  16670. {
  16671. name: "Normal",
  16672. height: math.unit(6 + 1 / 12, "feet"),
  16673. default: true
  16674. },
  16675. {
  16676. name: "Macro",
  16677. height: math.unit(200, "feet")
  16678. },
  16679. ]
  16680. ))
  16681. characterMakers.push(() => makeCharacter(
  16682. { name: "Atticus" },
  16683. {
  16684. front: {
  16685. height: math.unit(5 + 9 / 12, "feet"),
  16686. weight: math.unit(190, "lb"),
  16687. name: "Front",
  16688. image: {
  16689. source: "./media/characters/atticus/front.svg",
  16690. extra: 2934 / 2785,
  16691. bottom: 0.025
  16692. }
  16693. },
  16694. },
  16695. [
  16696. {
  16697. name: "Normal",
  16698. height: math.unit(5 + 9 / 12, "feet"),
  16699. default: true
  16700. },
  16701. {
  16702. name: "Macro",
  16703. height: math.unit(180, "feet")
  16704. },
  16705. ]
  16706. ))
  16707. characterMakers.push(() => makeCharacter(
  16708. { name: "Milo" },
  16709. {
  16710. side: {
  16711. height: math.unit(9, "feet"),
  16712. weight: math.unit(650, "lb"),
  16713. name: "Side",
  16714. image: {
  16715. source: "./media/characters/milo/side.svg",
  16716. extra: 2644 / 2310,
  16717. bottom: 0.032
  16718. }
  16719. },
  16720. },
  16721. [
  16722. {
  16723. name: "Normal",
  16724. height: math.unit(9, "feet"),
  16725. default: true
  16726. },
  16727. {
  16728. name: "Macro",
  16729. height: math.unit(300, "feet")
  16730. },
  16731. ]
  16732. ))
  16733. characterMakers.push(() => makeCharacter(
  16734. { name: "Ijzer" },
  16735. {
  16736. side: {
  16737. height: math.unit(8, "meters"),
  16738. weight: math.unit(90000, "kg"),
  16739. name: "Side",
  16740. image: {
  16741. source: "./media/characters/ijzer/side.svg",
  16742. extra: 2756 / 1600,
  16743. bottom: 0.01
  16744. }
  16745. },
  16746. },
  16747. [
  16748. {
  16749. name: "Small",
  16750. height: math.unit(3, "meters")
  16751. },
  16752. {
  16753. name: "Normal",
  16754. height: math.unit(8, "meters"),
  16755. default: true
  16756. },
  16757. {
  16758. name: "Normal+",
  16759. height: math.unit(10, "meters")
  16760. },
  16761. {
  16762. name: "Bigger",
  16763. height: math.unit(24, "meters")
  16764. },
  16765. {
  16766. name: "Huge",
  16767. height: math.unit(80, "meters")
  16768. },
  16769. ]
  16770. ))
  16771. characterMakers.push(() => makeCharacter(
  16772. { name: "Luca Cervicum" },
  16773. {
  16774. front: {
  16775. height: math.unit(6 + 2 / 12, "feet"),
  16776. weight: math.unit(153, "lb"),
  16777. name: "Front",
  16778. image: {
  16779. source: "./media/characters/luca-cervicum/front.svg",
  16780. extra: 370 / 327,
  16781. bottom: 0.015
  16782. }
  16783. },
  16784. back: {
  16785. height: math.unit(6 + 2 / 12, "feet"),
  16786. weight: math.unit(153, "lb"),
  16787. name: "Back",
  16788. image: {
  16789. source: "./media/characters/luca-cervicum/back.svg",
  16790. extra: 367 / 333,
  16791. bottom: 0.005
  16792. }
  16793. },
  16794. frontGear: {
  16795. height: math.unit(6 + 2 / 12, "feet"),
  16796. weight: math.unit(173, "lb"),
  16797. name: "Front (Gear)",
  16798. image: {
  16799. source: "./media/characters/luca-cervicum/front-gear.svg",
  16800. extra: 377 / 333,
  16801. bottom: 0.006
  16802. }
  16803. },
  16804. },
  16805. [
  16806. {
  16807. name: "Normal",
  16808. height: math.unit(6 + 2 / 12, "feet"),
  16809. default: true
  16810. },
  16811. ]
  16812. ))
  16813. characterMakers.push(() => makeCharacter(
  16814. { name: "Oliver" },
  16815. {
  16816. front: {
  16817. height: math.unit(6 + 1 / 12, "feet"),
  16818. weight: math.unit(304, "lb"),
  16819. name: "Front",
  16820. image: {
  16821. source: "./media/characters/oliver/front.svg",
  16822. extra: 157 / 143,
  16823. bottom: 0.08
  16824. }
  16825. },
  16826. },
  16827. [
  16828. {
  16829. name: "Normal",
  16830. height: math.unit(6 + 1 / 12, "feet"),
  16831. default: true
  16832. },
  16833. ]
  16834. ))
  16835. characterMakers.push(() => makeCharacter(
  16836. { name: "Shane" },
  16837. {
  16838. front: {
  16839. height: math.unit(5 + 7 / 12, "feet"),
  16840. weight: math.unit(140, "lb"),
  16841. name: "Front",
  16842. image: {
  16843. source: "./media/characters/shane/front.svg",
  16844. extra: 304 / 289,
  16845. bottom: 0.005
  16846. }
  16847. },
  16848. },
  16849. [
  16850. {
  16851. name: "Normal",
  16852. height: math.unit(5 + 7 / 12, "feet"),
  16853. default: true
  16854. },
  16855. ]
  16856. ))
  16857. characterMakers.push(() => makeCharacter(
  16858. { name: "Shin" },
  16859. {
  16860. front: {
  16861. height: math.unit(5 + 9 / 12, "feet"),
  16862. weight: math.unit(178, "lb"),
  16863. name: "Front",
  16864. image: {
  16865. source: "./media/characters/shin/front.svg",
  16866. extra: 159 / 151,
  16867. bottom: 0.015
  16868. }
  16869. },
  16870. },
  16871. [
  16872. {
  16873. name: "Normal",
  16874. height: math.unit(5 + 9 / 12, "feet"),
  16875. default: true
  16876. },
  16877. ]
  16878. ))
  16879. characterMakers.push(() => makeCharacter(
  16880. { name: "Xerxes" },
  16881. {
  16882. front: {
  16883. height: math.unit(5 + 10 / 12, "feet"),
  16884. weight: math.unit(168, "lb"),
  16885. name: "Front",
  16886. image: {
  16887. source: "./media/characters/xerxes/front.svg",
  16888. extra: 282 / 260,
  16889. bottom: 0.045
  16890. }
  16891. },
  16892. },
  16893. [
  16894. {
  16895. name: "Normal",
  16896. height: math.unit(5 + 10 / 12, "feet"),
  16897. default: true
  16898. },
  16899. ]
  16900. ))
  16901. characterMakers.push(() => makeCharacter(
  16902. { name: "Chaska" },
  16903. {
  16904. front: {
  16905. height: math.unit(6 + 7 / 12, "feet"),
  16906. weight: math.unit(208, "lb"),
  16907. name: "Front",
  16908. image: {
  16909. source: "./media/characters/chaska/front.svg",
  16910. extra: 332 / 319,
  16911. bottom: 0.015
  16912. }
  16913. },
  16914. },
  16915. [
  16916. {
  16917. name: "Normal",
  16918. height: math.unit(6 + 7 / 12, "feet"),
  16919. default: true
  16920. },
  16921. ]
  16922. ))
  16923. characterMakers.push(() => makeCharacter(
  16924. { name: "Enuk" },
  16925. {
  16926. front: {
  16927. height: math.unit(5 + 8 / 12, "feet"),
  16928. weight: math.unit(208, "lb"),
  16929. name: "Front",
  16930. image: {
  16931. source: "./media/characters/enuk/front.svg",
  16932. extra: 437 / 406,
  16933. bottom: 0.02
  16934. }
  16935. },
  16936. },
  16937. [
  16938. {
  16939. name: "Normal",
  16940. height: math.unit(5 + 8 / 12, "feet"),
  16941. default: true
  16942. },
  16943. ]
  16944. ))
  16945. characterMakers.push(() => makeCharacter(
  16946. { name: "Bruun" },
  16947. {
  16948. front: {
  16949. height: math.unit(5 + 10 / 12, "feet"),
  16950. weight: math.unit(252, "lb"),
  16951. name: "Front",
  16952. image: {
  16953. source: "./media/characters/bruun/front.svg",
  16954. extra: 197 / 187,
  16955. bottom: 0.012
  16956. }
  16957. },
  16958. },
  16959. [
  16960. {
  16961. name: "Normal",
  16962. height: math.unit(5 + 10 / 12, "feet"),
  16963. default: true
  16964. },
  16965. ]
  16966. ))
  16967. characterMakers.push(() => makeCharacter(
  16968. { name: "Alexeev" },
  16969. {
  16970. front: {
  16971. height: math.unit(6 + 10 / 12, "feet"),
  16972. weight: math.unit(255, "lb"),
  16973. name: "Front",
  16974. image: {
  16975. source: "./media/characters/alexeev/front.svg",
  16976. extra: 213 / 200,
  16977. bottom: 0.05
  16978. }
  16979. },
  16980. },
  16981. [
  16982. {
  16983. name: "Normal",
  16984. height: math.unit(6 + 10 / 12, "feet"),
  16985. default: true
  16986. },
  16987. ]
  16988. ))
  16989. characterMakers.push(() => makeCharacter(
  16990. { name: "Evelyn" },
  16991. {
  16992. front: {
  16993. height: math.unit(2 + 8 / 12, "feet"),
  16994. weight: math.unit(22, "lb"),
  16995. name: "Front",
  16996. image: {
  16997. source: "./media/characters/evelyn/front.svg",
  16998. extra: 208 / 180
  16999. }
  17000. },
  17001. },
  17002. [
  17003. {
  17004. name: "Normal",
  17005. height: math.unit(2 + 8 / 12, "feet"),
  17006. default: true
  17007. },
  17008. ]
  17009. ))
  17010. characterMakers.push(() => makeCharacter(
  17011. { name: "Inca" },
  17012. {
  17013. front: {
  17014. height: math.unit(5 + 9 / 12, "feet"),
  17015. weight: math.unit(139, "lb"),
  17016. name: "Front",
  17017. image: {
  17018. source: "./media/characters/inca/front.svg",
  17019. extra: 294 / 291,
  17020. bottom: 0.03
  17021. }
  17022. },
  17023. },
  17024. [
  17025. {
  17026. name: "Normal",
  17027. height: math.unit(5 + 9 / 12, "feet"),
  17028. default: true
  17029. },
  17030. ]
  17031. ))
  17032. characterMakers.push(() => makeCharacter(
  17033. { name: "Magdalene" },
  17034. {
  17035. front: {
  17036. height: math.unit(5 + 1 / 12, "feet"),
  17037. weight: math.unit(84, "lb"),
  17038. name: "Front",
  17039. image: {
  17040. source: "./media/characters/magdalene/front.svg",
  17041. extra: 293 / 273
  17042. }
  17043. },
  17044. },
  17045. [
  17046. {
  17047. name: "Normal",
  17048. height: math.unit(5 + 1 / 12, "feet"),
  17049. default: true
  17050. },
  17051. ]
  17052. ))
  17053. characterMakers.push(() => makeCharacter(
  17054. { name: "Mera" },
  17055. {
  17056. front: {
  17057. height: math.unit(6 + 3 / 12, "feet"),
  17058. weight: math.unit(185, "lb"),
  17059. name: "Front",
  17060. image: {
  17061. source: "./media/characters/mera/front.svg",
  17062. extra: 291 / 277,
  17063. bottom: 0.03
  17064. }
  17065. },
  17066. },
  17067. [
  17068. {
  17069. name: "Normal",
  17070. height: math.unit(6 + 3 / 12, "feet"),
  17071. default: true
  17072. },
  17073. ]
  17074. ))
  17075. characterMakers.push(() => makeCharacter(
  17076. { name: "Ceres" },
  17077. {
  17078. front: {
  17079. height: math.unit(6 + 7 / 12, "feet"),
  17080. weight: math.unit(160, "lb"),
  17081. name: "Front",
  17082. image: {
  17083. source: "./media/characters/ceres/front.svg",
  17084. extra: 1023 / 950,
  17085. bottom: 0.027
  17086. }
  17087. },
  17088. back: {
  17089. height: math.unit(6 + 7 / 12, "feet"),
  17090. weight: math.unit(160, "lb"),
  17091. name: "Back",
  17092. image: {
  17093. source: "./media/characters/ceres/back.svg",
  17094. extra: 1023 / 950
  17095. }
  17096. },
  17097. },
  17098. [
  17099. {
  17100. name: "Normal",
  17101. height: math.unit(6 + 7 / 12, "feet"),
  17102. default: true
  17103. },
  17104. ]
  17105. ))
  17106. characterMakers.push(() => makeCharacter(
  17107. { name: "Kris" },
  17108. {
  17109. front: {
  17110. height: math.unit(5 + 10 / 12, "feet"),
  17111. weight: math.unit(150, "lb"),
  17112. name: "Front",
  17113. image: {
  17114. source: "./media/characters/kris/front.svg",
  17115. extra: 885 / 803,
  17116. bottom: 0.03
  17117. }
  17118. },
  17119. },
  17120. [
  17121. {
  17122. name: "Normal",
  17123. height: math.unit(5 + 10 / 12, "feet"),
  17124. default: true
  17125. },
  17126. ]
  17127. ))
  17128. characterMakers.push(() => makeCharacter(
  17129. { name: "Taluthus" },
  17130. {
  17131. front: {
  17132. height: math.unit(7, "feet"),
  17133. weight: math.unit(120, "kg"),
  17134. name: "Front",
  17135. image: {
  17136. source: "./media/characters/taluthus/front.svg",
  17137. extra: 903 / 833,
  17138. bottom: 0.015
  17139. }
  17140. },
  17141. },
  17142. [
  17143. {
  17144. name: "Normal",
  17145. height: math.unit(7, "feet"),
  17146. default: true
  17147. },
  17148. {
  17149. name: "Macro",
  17150. height: math.unit(300, "feet")
  17151. },
  17152. ]
  17153. ))
  17154. characterMakers.push(() => makeCharacter(
  17155. { name: "Dawn" },
  17156. {
  17157. front: {
  17158. height: math.unit(5 + 9 / 12, "feet"),
  17159. weight: math.unit(145, "lb"),
  17160. name: "Front",
  17161. image: {
  17162. source: "./media/characters/dawn/front.svg",
  17163. extra: 2094 / 2016,
  17164. bottom: 0.025
  17165. }
  17166. },
  17167. back: {
  17168. height: math.unit(5 + 9 / 12, "feet"),
  17169. weight: math.unit(160, "lb"),
  17170. name: "Back",
  17171. image: {
  17172. source: "./media/characters/dawn/back.svg",
  17173. extra: 2112 / 2080,
  17174. bottom: 0.005
  17175. }
  17176. },
  17177. },
  17178. [
  17179. {
  17180. name: "Normal",
  17181. height: math.unit(6 + 7 / 12, "feet"),
  17182. default: true
  17183. },
  17184. ]
  17185. ))
  17186. characterMakers.push(() => makeCharacter(
  17187. { name: "Arador" },
  17188. {
  17189. anthro: {
  17190. height: math.unit(8 + 3 / 12, "feet"),
  17191. weight: math.unit(450, "lb"),
  17192. name: "Anthro",
  17193. image: {
  17194. source: "./media/characters/arador/anthro.svg",
  17195. extra: 1835 / 1718,
  17196. bottom: 0.025
  17197. }
  17198. },
  17199. feral: {
  17200. height: math.unit(4, "feet"),
  17201. weight: math.unit(200, "lb"),
  17202. name: "Feral",
  17203. image: {
  17204. source: "./media/characters/arador/feral.svg",
  17205. extra: 1683 / 1514,
  17206. bottom: 0.07
  17207. }
  17208. },
  17209. },
  17210. [
  17211. {
  17212. name: "Normal",
  17213. height: math.unit(8 + 3 / 12, "feet")
  17214. },
  17215. {
  17216. name: "Macro",
  17217. height: math.unit(82.5, "feet"),
  17218. default: true
  17219. },
  17220. ]
  17221. ))
  17222. characterMakers.push(() => makeCharacter(
  17223. { name: "Dharsi" },
  17224. {
  17225. front: {
  17226. height: math.unit(5 + 10 / 12, "feet"),
  17227. weight: math.unit(125, "lb"),
  17228. name: "Front",
  17229. image: {
  17230. source: "./media/characters/dharsi/front.svg",
  17231. extra: 716 / 630,
  17232. bottom: 0.035
  17233. }
  17234. },
  17235. },
  17236. [
  17237. {
  17238. name: "Nano",
  17239. height: math.unit(100, "nm")
  17240. },
  17241. {
  17242. name: "Micro",
  17243. height: math.unit(2, "inches")
  17244. },
  17245. {
  17246. name: "Normal",
  17247. height: math.unit(5 + 10 / 12, "feet"),
  17248. default: true
  17249. },
  17250. {
  17251. name: "Macro",
  17252. height: math.unit(1000, "feet")
  17253. },
  17254. {
  17255. name: "Megamacro",
  17256. height: math.unit(10, "miles")
  17257. },
  17258. {
  17259. name: "Gigamacro",
  17260. height: math.unit(3000, "miles")
  17261. },
  17262. {
  17263. name: "Teramacro",
  17264. height: math.unit(500000, "miles")
  17265. },
  17266. {
  17267. name: "Teramacro+",
  17268. height: math.unit(30, "galaxies")
  17269. },
  17270. ]
  17271. ))
  17272. characterMakers.push(() => makeCharacter(
  17273. { name: "Deathy" },
  17274. {
  17275. front: {
  17276. height: math.unit(6, "feet"),
  17277. weight: math.unit(150, "lb"),
  17278. name: "Front",
  17279. image: {
  17280. source: "./media/characters/deathy/front.svg",
  17281. extra: 1552 / 1463,
  17282. bottom: 0.025
  17283. }
  17284. },
  17285. side: {
  17286. height: math.unit(6, "feet"),
  17287. weight: math.unit(150, "lb"),
  17288. name: "Side",
  17289. image: {
  17290. source: "./media/characters/deathy/side.svg",
  17291. extra: 1604 / 1455,
  17292. bottom: 0.025
  17293. }
  17294. },
  17295. back: {
  17296. height: math.unit(6, "feet"),
  17297. weight: math.unit(150, "lb"),
  17298. name: "Back",
  17299. image: {
  17300. source: "./media/characters/deathy/back.svg",
  17301. extra: 1580 / 1463,
  17302. bottom: 0.005
  17303. }
  17304. },
  17305. },
  17306. [
  17307. {
  17308. name: "Micro",
  17309. height: math.unit(5, "millimeters")
  17310. },
  17311. {
  17312. name: "Normal",
  17313. height: math.unit(6 + 5 / 12, "feet"),
  17314. default: true
  17315. },
  17316. ]
  17317. ))
  17318. characterMakers.push(() => makeCharacter(
  17319. { name: "Juniper" },
  17320. {
  17321. front: {
  17322. height: math.unit(16, "feet"),
  17323. weight: math.unit(4000, "lb"),
  17324. name: "Front",
  17325. image: {
  17326. source: "./media/characters/juniper/front.svg",
  17327. bottom: 0.04
  17328. }
  17329. },
  17330. },
  17331. [
  17332. {
  17333. name: "Normal",
  17334. height: math.unit(16, "feet"),
  17335. default: true
  17336. },
  17337. ]
  17338. ))
  17339. characterMakers.push(() => makeCharacter(
  17340. { name: "Hipster" },
  17341. {
  17342. front: {
  17343. height: math.unit(6, "feet"),
  17344. weight: math.unit(150, "lb"),
  17345. name: "Front",
  17346. image: {
  17347. source: "./media/characters/hipster/front.svg",
  17348. extra: 1312 / 1209,
  17349. bottom: 0.025
  17350. }
  17351. },
  17352. back: {
  17353. height: math.unit(6, "feet"),
  17354. weight: math.unit(150, "lb"),
  17355. name: "Back",
  17356. image: {
  17357. source: "./media/characters/hipster/back.svg",
  17358. extra: 1281 / 1196,
  17359. bottom: 0.01
  17360. }
  17361. },
  17362. },
  17363. [
  17364. {
  17365. name: "Micro",
  17366. height: math.unit(1, "mm")
  17367. },
  17368. {
  17369. name: "Normal",
  17370. height: math.unit(4, "inches"),
  17371. default: true
  17372. },
  17373. {
  17374. name: "Macro",
  17375. height: math.unit(500, "feet")
  17376. },
  17377. {
  17378. name: "Megamacro",
  17379. height: math.unit(1000, "miles")
  17380. },
  17381. ]
  17382. ))
  17383. characterMakers.push(() => makeCharacter(
  17384. { name: "Tendirmuldr" },
  17385. {
  17386. front: {
  17387. height: math.unit(6, "feet"),
  17388. weight: math.unit(150, "lb"),
  17389. name: "Front",
  17390. image: {
  17391. source: "./media/characters/tendirmuldr/front.svg",
  17392. extra: 1878 / 1772,
  17393. bottom: 0.015
  17394. }
  17395. },
  17396. },
  17397. [
  17398. {
  17399. name: "Megamacro",
  17400. height: math.unit(1500, "miles"),
  17401. default: true
  17402. },
  17403. ]
  17404. ))
  17405. characterMakers.push(() => makeCharacter(
  17406. { name: "Mort" },
  17407. {
  17408. front: {
  17409. height: math.unit(14, "feet"),
  17410. weight: math.unit(12000, "lb"),
  17411. name: "Front",
  17412. image: {
  17413. source: "./media/characters/mort/front.svg",
  17414. extra: 365 / 318,
  17415. bottom: 0.01
  17416. }
  17417. },
  17418. side: {
  17419. height: math.unit(14, "feet"),
  17420. weight: math.unit(12000, "lb"),
  17421. name: "Side",
  17422. image: {
  17423. source: "./media/characters/mort/side.svg",
  17424. extra: 365 / 318,
  17425. bottom: 0.052
  17426. },
  17427. default: true
  17428. },
  17429. back: {
  17430. height: math.unit(14, "feet"),
  17431. weight: math.unit(12000, "lb"),
  17432. name: "Back",
  17433. image: {
  17434. source: "./media/characters/mort/back.svg",
  17435. extra: 371 / 332,
  17436. bottom: 0.18
  17437. }
  17438. },
  17439. },
  17440. [
  17441. {
  17442. name: "Normal",
  17443. height: math.unit(14, "feet"),
  17444. default: true
  17445. },
  17446. ]
  17447. ))
  17448. characterMakers.push(() => makeCharacter(
  17449. { name: "Lycoa" },
  17450. {
  17451. front: {
  17452. height: math.unit(8, "feet"),
  17453. weight: math.unit(1, "ton"),
  17454. name: "Front",
  17455. image: {
  17456. source: "./media/characters/lycoa/front.svg",
  17457. extra: 1875 / 1789,
  17458. bottom: 0.022
  17459. }
  17460. },
  17461. back: {
  17462. height: math.unit(8, "feet"),
  17463. weight: math.unit(1, "ton"),
  17464. name: "Back",
  17465. image: {
  17466. source: "./media/characters/lycoa/back.svg",
  17467. extra: 1835 / 1781,
  17468. bottom: 0.03
  17469. }
  17470. },
  17471. },
  17472. [
  17473. {
  17474. name: "Normal",
  17475. height: math.unit(8, "feet"),
  17476. default: true
  17477. },
  17478. {
  17479. name: "Macro",
  17480. height: math.unit(30, "feet")
  17481. },
  17482. ]
  17483. ))
  17484. characterMakers.push(() => makeCharacter(
  17485. { name: "Naldara" },
  17486. {
  17487. front: {
  17488. height: math.unit(4 + 2 / 12, "feet"),
  17489. weight: math.unit(70, "lb"),
  17490. name: "Front",
  17491. image: {
  17492. source: "./media/characters/naldara/front.svg",
  17493. extra: 841 / 720,
  17494. bottom: 0.04
  17495. }
  17496. },
  17497. },
  17498. [
  17499. {
  17500. name: "Normal",
  17501. height: math.unit(4 + 2 / 12, "feet"),
  17502. default: true
  17503. },
  17504. ]
  17505. ))
  17506. characterMakers.push(() => makeCharacter(
  17507. { name: "Briar" },
  17508. {
  17509. front: {
  17510. height: math.unit(13 + 7 / 12, "feet"),
  17511. weight: math.unit(1500, "lb"),
  17512. name: "Front",
  17513. image: {
  17514. source: "./media/characters/briar/front.svg",
  17515. extra: 626 / 596,
  17516. bottom: 0.08
  17517. }
  17518. },
  17519. },
  17520. [
  17521. {
  17522. name: "Normal",
  17523. height: math.unit(13 + 7 / 12, "feet"),
  17524. default: true
  17525. },
  17526. ]
  17527. ))
  17528. characterMakers.push(() => makeCharacter(
  17529. { name: "Vanguard" },
  17530. {
  17531. side: {
  17532. height: math.unit(10, "feet"),
  17533. weight: math.unit(500, "lb"),
  17534. name: "Side",
  17535. image: {
  17536. source: "./media/characters/vanguard/side.svg",
  17537. extra: 502 / 425,
  17538. bottom: 0.087
  17539. }
  17540. },
  17541. },
  17542. [
  17543. {
  17544. name: "Normal",
  17545. height: math.unit(10, "feet"),
  17546. default: true
  17547. },
  17548. ]
  17549. ))
  17550. characterMakers.push(() => makeCharacter(
  17551. { name: "Artemis" },
  17552. {
  17553. front: {
  17554. height: math.unit(7.5, "feet"),
  17555. weight: math.unit(2, "lb"),
  17556. name: "Front",
  17557. image: {
  17558. source: "./media/characters/artemis/front.svg",
  17559. extra: 1192 / 1075,
  17560. bottom: 0.07
  17561. }
  17562. },
  17563. },
  17564. [
  17565. {
  17566. name: "Normal",
  17567. height: math.unit(7.5, "feet"),
  17568. default: true
  17569. },
  17570. {
  17571. name: "Enlarged",
  17572. height: math.unit(12, "feet")
  17573. },
  17574. ]
  17575. ))
  17576. characterMakers.push(() => makeCharacter(
  17577. { name: "Kira" },
  17578. {
  17579. front: {
  17580. height: math.unit(5 + 3 / 12, "feet"),
  17581. weight: math.unit(160, "lb"),
  17582. name: "Front",
  17583. image: {
  17584. source: "./media/characters/kira/front.svg",
  17585. extra: 906 / 786,
  17586. bottom: 0.01
  17587. }
  17588. },
  17589. back: {
  17590. height: math.unit(5 + 3 / 12, "feet"),
  17591. weight: math.unit(160, "lb"),
  17592. name: "Back",
  17593. image: {
  17594. source: "./media/characters/kira/back.svg",
  17595. extra: 882 / 757,
  17596. bottom: 0.005
  17597. }
  17598. },
  17599. frontDressed: {
  17600. height: math.unit(5 + 3 / 12, "feet"),
  17601. weight: math.unit(160, "lb"),
  17602. name: "Front (Dressed)",
  17603. image: {
  17604. source: "./media/characters/kira/front-dressed.svg",
  17605. extra: 906 / 786,
  17606. bottom: 0.01
  17607. }
  17608. },
  17609. beans: {
  17610. height: math.unit(0.92, "feet"),
  17611. name: "Beans",
  17612. image: {
  17613. source: "./media/characters/kira/beans.svg"
  17614. }
  17615. },
  17616. },
  17617. [
  17618. {
  17619. name: "Normal",
  17620. height: math.unit(5 + 3 / 12, "feet"),
  17621. default: true
  17622. },
  17623. ]
  17624. ))
  17625. characterMakers.push(() => makeCharacter(
  17626. { name: "Scramble" },
  17627. {
  17628. front: {
  17629. height: math.unit(5 + 4 / 12, "feet"),
  17630. weight: math.unit(145, "lb"),
  17631. name: "Front",
  17632. image: {
  17633. source: "./media/characters/scramble/front.svg",
  17634. extra: 763 / 727,
  17635. bottom: 0.05
  17636. }
  17637. },
  17638. back: {
  17639. height: math.unit(5 + 4 / 12, "feet"),
  17640. weight: math.unit(145, "lb"),
  17641. name: "Back",
  17642. image: {
  17643. source: "./media/characters/scramble/back.svg",
  17644. extra: 826 / 737,
  17645. bottom: 0.002
  17646. }
  17647. },
  17648. },
  17649. [
  17650. {
  17651. name: "Normal",
  17652. height: math.unit(5 + 4 / 12, "feet"),
  17653. default: true
  17654. },
  17655. ]
  17656. ))
  17657. characterMakers.push(() => makeCharacter(
  17658. { name: "Biscuit" },
  17659. {
  17660. side: {
  17661. height: math.unit(6 + 2 / 12, "feet"),
  17662. weight: math.unit(190, "lb"),
  17663. name: "Side",
  17664. image: {
  17665. source: "./media/characters/biscuit/side.svg",
  17666. extra: 858 / 791,
  17667. bottom: 0.044
  17668. }
  17669. },
  17670. },
  17671. [
  17672. {
  17673. name: "Normal",
  17674. height: math.unit(6 + 2 / 12, "feet"),
  17675. default: true
  17676. },
  17677. ]
  17678. ))
  17679. characterMakers.push(() => makeCharacter(
  17680. { name: "Poffin" },
  17681. {
  17682. front: {
  17683. height: math.unit(5 + 2 / 12, "feet"),
  17684. weight: math.unit(120, "lb"),
  17685. name: "Front",
  17686. image: {
  17687. source: "./media/characters/poffin/front.svg",
  17688. extra: 786 / 680,
  17689. bottom: 0.005
  17690. }
  17691. },
  17692. },
  17693. [
  17694. {
  17695. name: "Normal",
  17696. height: math.unit(5 + 2 / 12, "feet"),
  17697. default: true
  17698. },
  17699. ]
  17700. ))
  17701. characterMakers.push(() => makeCharacter(
  17702. { name: "Dhari" },
  17703. {
  17704. front: {
  17705. height: math.unit(6 + 3 / 12, "feet"),
  17706. weight: math.unit(519, "lb"),
  17707. name: "Front",
  17708. image: {
  17709. source: "./media/characters/dhari/front.svg",
  17710. extra: 1048 / 946,
  17711. bottom: 0.015
  17712. }
  17713. },
  17714. back: {
  17715. height: math.unit(6 + 3 / 12, "feet"),
  17716. weight: math.unit(519, "lb"),
  17717. name: "Back",
  17718. image: {
  17719. source: "./media/characters/dhari/back.svg",
  17720. extra: 1048 / 931,
  17721. bottom: 0.005
  17722. }
  17723. },
  17724. frontDressed: {
  17725. height: math.unit(6 + 3 / 12, "feet"),
  17726. weight: math.unit(519, "lb"),
  17727. name: "Front (Dressed)",
  17728. image: {
  17729. source: "./media/characters/dhari/front-dressed.svg",
  17730. extra: 1713 / 1546,
  17731. bottom: 0.02
  17732. }
  17733. },
  17734. backDressed: {
  17735. height: math.unit(6 + 3 / 12, "feet"),
  17736. weight: math.unit(519, "lb"),
  17737. name: "Back (Dressed)",
  17738. image: {
  17739. source: "./media/characters/dhari/back-dressed.svg",
  17740. extra: 1699 / 1537,
  17741. bottom: 0.01
  17742. }
  17743. },
  17744. maw: {
  17745. height: math.unit(0.95, "feet"),
  17746. name: "Maw",
  17747. image: {
  17748. source: "./media/characters/dhari/maw.svg"
  17749. }
  17750. },
  17751. wereFront: {
  17752. height: math.unit(12 + 8 / 12, "feet"),
  17753. weight: math.unit(4000, "lb"),
  17754. name: "Front (Were)",
  17755. image: {
  17756. source: "./media/characters/dhari/were-front.svg",
  17757. extra: 1065 / 969,
  17758. bottom: 0.015
  17759. }
  17760. },
  17761. wereBack: {
  17762. height: math.unit(12 + 8 / 12, "feet"),
  17763. weight: math.unit(4000, "lb"),
  17764. name: "Back (Were)",
  17765. image: {
  17766. source: "./media/characters/dhari/were-back.svg",
  17767. extra: 1065 / 969,
  17768. bottom: 0.012
  17769. }
  17770. },
  17771. wereMaw: {
  17772. height: math.unit(0.625, "meters"),
  17773. name: "Maw (Were)",
  17774. image: {
  17775. source: "./media/characters/dhari/were-maw.svg"
  17776. }
  17777. },
  17778. },
  17779. [
  17780. {
  17781. name: "Normal",
  17782. height: math.unit(6 + 3 / 12, "feet"),
  17783. default: true
  17784. },
  17785. ]
  17786. ))
  17787. characterMakers.push(() => makeCharacter(
  17788. { name: "Rena Dyne" },
  17789. {
  17790. anthro: {
  17791. height: math.unit(5 + 7 / 12, "feet"),
  17792. weight: math.unit(175, "lb"),
  17793. name: "Anthro",
  17794. image: {
  17795. source: "./media/characters/rena-dyne/anthro.svg",
  17796. extra: 1849 / 1785,
  17797. bottom: 0.005
  17798. }
  17799. },
  17800. taur: {
  17801. height: math.unit(15 + 6 / 12, "feet"),
  17802. weight: math.unit(8000, "lb"),
  17803. name: "Taur",
  17804. image: {
  17805. source: "./media/characters/rena-dyne/taur.svg",
  17806. extra: 2315 / 2234,
  17807. bottom: 0.033
  17808. }
  17809. },
  17810. },
  17811. [
  17812. {
  17813. name: "Normal",
  17814. height: math.unit(5 + 7 / 12, "feet"),
  17815. default: true
  17816. },
  17817. ]
  17818. ))
  17819. characterMakers.push(() => makeCharacter(
  17820. { name: "Weremeep" },
  17821. {
  17822. front: {
  17823. height: math.unit(8, "feet"),
  17824. weight: math.unit(600, "lb"),
  17825. name: "Front",
  17826. image: {
  17827. source: "./media/characters/weremeep/front.svg",
  17828. extra: 967 / 862,
  17829. bottom: 0.01
  17830. }
  17831. },
  17832. },
  17833. [
  17834. {
  17835. name: "Normal",
  17836. height: math.unit(8, "feet"),
  17837. default: true
  17838. },
  17839. {
  17840. name: "Lorg",
  17841. height: math.unit(12, "feet")
  17842. },
  17843. {
  17844. name: "Oh Lawd She Comin'",
  17845. height: math.unit(20, "feet")
  17846. },
  17847. ]
  17848. ))
  17849. characterMakers.push(() => makeCharacter(
  17850. { name: "Reza" },
  17851. {
  17852. front: {
  17853. height: math.unit(4, "feet"),
  17854. weight: math.unit(90, "lb"),
  17855. name: "Front",
  17856. image: {
  17857. source: "./media/characters/reza/front.svg",
  17858. extra: 1183 / 1111,
  17859. bottom: 0.017
  17860. }
  17861. },
  17862. back: {
  17863. height: math.unit(4, "feet"),
  17864. weight: math.unit(90, "lb"),
  17865. name: "Back",
  17866. image: {
  17867. source: "./media/characters/reza/back.svg",
  17868. extra: 1183 / 1111,
  17869. bottom: 0.01
  17870. }
  17871. },
  17872. },
  17873. [
  17874. {
  17875. name: "Normal",
  17876. height: math.unit(4, "feet"),
  17877. default: true
  17878. },
  17879. ]
  17880. ))
  17881. characterMakers.push(() => makeCharacter(
  17882. { name: "Athea" },
  17883. {
  17884. side: {
  17885. height: math.unit(15, "feet"),
  17886. weight: math.unit(14, "tons"),
  17887. name: "Side",
  17888. image: {
  17889. source: "./media/characters/athea/side.svg",
  17890. extra: 960 / 540,
  17891. bottom: 0.003
  17892. }
  17893. },
  17894. sitting: {
  17895. height: math.unit(6 * 2.85, "feet"),
  17896. weight: math.unit(14, "tons"),
  17897. name: "Sitting",
  17898. image: {
  17899. source: "./media/characters/athea/sitting.svg",
  17900. extra: 621 / 581,
  17901. bottom: 0.075
  17902. }
  17903. },
  17904. maw: {
  17905. height: math.unit(7.59498031496063, "feet"),
  17906. name: "Maw",
  17907. image: {
  17908. source: "./media/characters/athea/maw.svg"
  17909. }
  17910. },
  17911. },
  17912. [
  17913. {
  17914. name: "Lap Cat",
  17915. height: math.unit(2.5, "feet")
  17916. },
  17917. {
  17918. name: "Minimacro",
  17919. height: math.unit(15, "feet"),
  17920. default: true
  17921. },
  17922. {
  17923. name: "Macro",
  17924. height: math.unit(120, "feet")
  17925. },
  17926. {
  17927. name: "Macro+",
  17928. height: math.unit(640, "feet")
  17929. },
  17930. {
  17931. name: "Colossus",
  17932. height: math.unit(2.2, "miles")
  17933. },
  17934. ]
  17935. ))
  17936. characterMakers.push(() => makeCharacter(
  17937. { name: "Seroko" },
  17938. {
  17939. front: {
  17940. height: math.unit(8 + 8 / 12, "feet"),
  17941. weight: math.unit(130, "kg"),
  17942. name: "Front",
  17943. image: {
  17944. source: "./media/characters/seroko/front.svg",
  17945. extra: 1385 / 1280,
  17946. bottom: 0.025
  17947. }
  17948. },
  17949. back: {
  17950. height: math.unit(8 + 8 / 12, "feet"),
  17951. weight: math.unit(130, "kg"),
  17952. name: "Back",
  17953. image: {
  17954. source: "./media/characters/seroko/back.svg",
  17955. extra: 1369 / 1238,
  17956. bottom: 0.018
  17957. }
  17958. },
  17959. frontDressed: {
  17960. height: math.unit(8 + 8 / 12, "feet"),
  17961. weight: math.unit(130, "kg"),
  17962. name: "Front (Dressed)",
  17963. image: {
  17964. source: "./media/characters/seroko/front-dressed.svg",
  17965. extra: 1366 / 1275,
  17966. bottom: 0.03
  17967. }
  17968. },
  17969. },
  17970. [
  17971. {
  17972. name: "Normal",
  17973. height: math.unit(8 + 8 / 12, "feet"),
  17974. default: true
  17975. },
  17976. ]
  17977. ))
  17978. characterMakers.push(() => makeCharacter(
  17979. { name: "Quatzi" },
  17980. {
  17981. front: {
  17982. height: math.unit(5.5, "feet"),
  17983. weight: math.unit(160, "lb"),
  17984. name: "Front",
  17985. image: {
  17986. source: "./media/characters/quatzi/front.svg",
  17987. extra: 2346 / 2242,
  17988. bottom: 0.015
  17989. }
  17990. },
  17991. },
  17992. [
  17993. {
  17994. name: "Normal",
  17995. height: math.unit(5.5, "feet"),
  17996. default: true
  17997. },
  17998. {
  17999. name: "Big",
  18000. height: math.unit(7.7, "feet")
  18001. },
  18002. ]
  18003. ))
  18004. characterMakers.push(() => makeCharacter(
  18005. { name: "Sen" },
  18006. {
  18007. front: {
  18008. height: math.unit(5 + 11 / 12, "feet"),
  18009. weight: math.unit(180, "lb"),
  18010. name: "Front",
  18011. image: {
  18012. source: "./media/characters/sen/front.svg",
  18013. extra: 1321 / 1254,
  18014. bottom: 0.015
  18015. }
  18016. },
  18017. side: {
  18018. height: math.unit(5 + 11 / 12, "feet"),
  18019. weight: math.unit(180, "lb"),
  18020. name: "Side",
  18021. image: {
  18022. source: "./media/characters/sen/side.svg",
  18023. extra: 1321 / 1254,
  18024. bottom: 0.007
  18025. }
  18026. },
  18027. back: {
  18028. height: math.unit(5 + 11 / 12, "feet"),
  18029. weight: math.unit(180, "lb"),
  18030. name: "Back",
  18031. image: {
  18032. source: "./media/characters/sen/back.svg",
  18033. extra: 1321 / 1254
  18034. }
  18035. },
  18036. },
  18037. [
  18038. {
  18039. name: "Normal",
  18040. height: math.unit(5 + 11 / 12, "feet"),
  18041. default: true
  18042. },
  18043. ]
  18044. ))
  18045. characterMakers.push(() => makeCharacter(
  18046. { name: "Fruity" },
  18047. {
  18048. front: {
  18049. height: math.unit(166.6, "cm"),
  18050. weight: math.unit(66.6, "kg"),
  18051. name: "Front",
  18052. image: {
  18053. source: "./media/characters/fruity/front.svg",
  18054. extra: 1510 / 1386,
  18055. bottom: 0.04
  18056. }
  18057. },
  18058. back: {
  18059. height: math.unit(166.6, "cm"),
  18060. weight: math.unit(66.6, "lb"),
  18061. name: "Back",
  18062. image: {
  18063. source: "./media/characters/fruity/back.svg",
  18064. extra: 1563 / 1435,
  18065. bottom: 0.005
  18066. }
  18067. },
  18068. },
  18069. [
  18070. {
  18071. name: "Normal",
  18072. height: math.unit(166.6, "cm"),
  18073. default: true
  18074. },
  18075. {
  18076. name: "Demonic",
  18077. height: math.unit(166.6, "feet")
  18078. },
  18079. ]
  18080. ))
  18081. characterMakers.push(() => makeCharacter(
  18082. { name: "Zost" },
  18083. {
  18084. side: {
  18085. height: math.unit(10, "feet"),
  18086. weight: math.unit(500, "lb"),
  18087. name: "Side",
  18088. image: {
  18089. source: "./media/characters/zost/side.svg",
  18090. extra: 966 / 880,
  18091. bottom: 0.075
  18092. }
  18093. },
  18094. mawFront: {
  18095. height: math.unit(1.08, "meters"),
  18096. name: "Maw (Front)",
  18097. image: {
  18098. source: "./media/characters/zost/maw-front.svg"
  18099. }
  18100. },
  18101. mawSide: {
  18102. height: math.unit(2.66, "feet"),
  18103. name: "Maw (Side)",
  18104. image: {
  18105. source: "./media/characters/zost/maw-side.svg"
  18106. }
  18107. },
  18108. },
  18109. [
  18110. {
  18111. name: "Normal",
  18112. height: math.unit(10, "feet"),
  18113. default: true
  18114. },
  18115. ]
  18116. ))
  18117. characterMakers.push(() => makeCharacter(
  18118. { name: "Luci" },
  18119. {
  18120. front: {
  18121. height: math.unit(5 + 4 / 12, "feet"),
  18122. weight: math.unit(120, "lb"),
  18123. name: "Front",
  18124. image: {
  18125. source: "./media/characters/luci/front.svg",
  18126. extra: 1985 / 1884,
  18127. bottom: 0.04
  18128. }
  18129. },
  18130. back: {
  18131. height: math.unit(5 + 4 / 12, "feet"),
  18132. weight: math.unit(120, "lb"),
  18133. name: "Back",
  18134. image: {
  18135. source: "./media/characters/luci/back.svg",
  18136. extra: 1892 / 1791,
  18137. bottom: 0.002
  18138. }
  18139. },
  18140. },
  18141. [
  18142. {
  18143. name: "Normal",
  18144. height: math.unit(5 + 4 / 12, "feet"),
  18145. default: true
  18146. },
  18147. ]
  18148. ))
  18149. characterMakers.push(() => makeCharacter(
  18150. { name: "2th" },
  18151. {
  18152. front: {
  18153. height: math.unit(1500, "feet"),
  18154. weight: math.unit(3.8e6, "tons"),
  18155. name: "Front",
  18156. image: {
  18157. source: "./media/characters/2th/front.svg",
  18158. extra: 3489 / 3350,
  18159. bottom: 0.1
  18160. }
  18161. },
  18162. foot: {
  18163. height: math.unit(461, "feet"),
  18164. name: "Foot",
  18165. image: {
  18166. source: "./media/characters/2th/foot.svg"
  18167. }
  18168. },
  18169. },
  18170. [
  18171. {
  18172. name: "\"Micro\"",
  18173. height: math.unit(15 + 7 / 12, "feet")
  18174. },
  18175. {
  18176. name: "Normal",
  18177. height: math.unit(1500, "feet"),
  18178. default: true
  18179. },
  18180. {
  18181. name: "Macro",
  18182. height: math.unit(5000, "feet")
  18183. },
  18184. {
  18185. name: "Megamacro",
  18186. height: math.unit(15, "miles")
  18187. },
  18188. {
  18189. name: "Gigamacro",
  18190. height: math.unit(4000, "miles")
  18191. },
  18192. {
  18193. name: "Galactic",
  18194. height: math.unit(50, "AU")
  18195. },
  18196. ]
  18197. ))
  18198. characterMakers.push(() => makeCharacter(
  18199. { name: "Amethyst" },
  18200. {
  18201. front: {
  18202. height: math.unit(5 + 6 / 12, "feet"),
  18203. weight: math.unit(220, "lb"),
  18204. name: "Front",
  18205. image: {
  18206. source: "./media/characters/amethyst/front.svg",
  18207. extra: 2078 / 2040,
  18208. bottom: 0.045
  18209. }
  18210. },
  18211. back: {
  18212. height: math.unit(5 + 6 / 12, "feet"),
  18213. weight: math.unit(220, "lb"),
  18214. name: "Back",
  18215. image: {
  18216. source: "./media/characters/amethyst/back.svg",
  18217. extra: 2021 / 1989,
  18218. bottom: 0.02
  18219. }
  18220. },
  18221. },
  18222. [
  18223. {
  18224. name: "Normal",
  18225. height: math.unit(5 + 6 / 12, "feet"),
  18226. default: true
  18227. },
  18228. ]
  18229. ))
  18230. characterMakers.push(() => makeCharacter(
  18231. { name: "Yumi Akiyama" },
  18232. {
  18233. front: {
  18234. height: math.unit(4 + 11 / 12, "feet"),
  18235. weight: math.unit(120, "lb"),
  18236. name: "Front",
  18237. image: {
  18238. source: "./media/characters/yumi-akiyama/front.svg",
  18239. extra: 1327 / 1235,
  18240. bottom: 0.02
  18241. }
  18242. },
  18243. back: {
  18244. height: math.unit(4 + 11 / 12, "feet"),
  18245. weight: math.unit(120, "lb"),
  18246. name: "Back",
  18247. image: {
  18248. source: "./media/characters/yumi-akiyama/back.svg",
  18249. extra: 1287 / 1245,
  18250. bottom: 0.002
  18251. }
  18252. },
  18253. },
  18254. [
  18255. {
  18256. name: "Galactic",
  18257. height: math.unit(50, "galaxies"),
  18258. default: true
  18259. },
  18260. {
  18261. name: "Universal",
  18262. height: math.unit(100, "universes")
  18263. },
  18264. ]
  18265. ))
  18266. characterMakers.push(() => makeCharacter(
  18267. { name: "Rifter Yrmori" },
  18268. {
  18269. front: {
  18270. height: math.unit(8, "feet"),
  18271. weight: math.unit(500, "lb"),
  18272. name: "Front",
  18273. image: {
  18274. source: "./media/characters/rifter-yrmori/front.svg",
  18275. extra: 1180 / 1125,
  18276. bottom: 0.02
  18277. }
  18278. },
  18279. back: {
  18280. height: math.unit(8, "feet"),
  18281. weight: math.unit(500, "lb"),
  18282. name: "Back",
  18283. image: {
  18284. source: "./media/characters/rifter-yrmori/back.svg",
  18285. extra: 1190 / 1145,
  18286. bottom: 0.001
  18287. }
  18288. },
  18289. wings: {
  18290. height: math.unit(7.75, "feet"),
  18291. weight: math.unit(500, "lb"),
  18292. name: "Wings",
  18293. image: {
  18294. source: "./media/characters/rifter-yrmori/wings.svg",
  18295. extra: 1357 / 1285
  18296. }
  18297. },
  18298. maw: {
  18299. height: math.unit(0.8, "feet"),
  18300. name: "Maw",
  18301. image: {
  18302. source: "./media/characters/rifter-yrmori/maw.svg"
  18303. }
  18304. },
  18305. },
  18306. [
  18307. {
  18308. name: "Normal",
  18309. height: math.unit(8, "feet"),
  18310. default: true
  18311. },
  18312. {
  18313. name: "Macro",
  18314. height: math.unit(42, "meters")
  18315. },
  18316. ]
  18317. ))
  18318. characterMakers.push(() => makeCharacter(
  18319. { name: "Tahajin" },
  18320. {
  18321. were: {
  18322. height: math.unit(25 + 6 / 12, "feet"),
  18323. weight: math.unit(10000, "lb"),
  18324. name: "Were",
  18325. image: {
  18326. source: "./media/characters/tahajin/were.svg",
  18327. extra: 801 / 770,
  18328. bottom: 0.042
  18329. }
  18330. },
  18331. aquatic: {
  18332. height: math.unit(6 + 4 / 12, "feet"),
  18333. weight: math.unit(160, "lb"),
  18334. name: "Aquatic",
  18335. image: {
  18336. source: "./media/characters/tahajin/aquatic.svg",
  18337. extra: 572 / 542,
  18338. bottom: 0.04
  18339. }
  18340. },
  18341. chow: {
  18342. height: math.unit(8 + 11 / 12, "feet"),
  18343. weight: math.unit(450, "lb"),
  18344. name: "Chow",
  18345. image: {
  18346. source: "./media/characters/tahajin/chow.svg",
  18347. extra: 660 / 640,
  18348. bottom: 0.015
  18349. }
  18350. },
  18351. demiNaga: {
  18352. height: math.unit(6 + 8 / 12, "feet"),
  18353. weight: math.unit(300, "lb"),
  18354. name: "Demi Naga",
  18355. image: {
  18356. source: "./media/characters/tahajin/demi-naga.svg",
  18357. extra: 643 / 615,
  18358. bottom: 0.1
  18359. }
  18360. },
  18361. data: {
  18362. height: math.unit(5, "inches"),
  18363. weight: math.unit(0.1, "lb"),
  18364. name: "Data",
  18365. image: {
  18366. source: "./media/characters/tahajin/data.svg"
  18367. }
  18368. },
  18369. fluu: {
  18370. height: math.unit(5 + 7 / 12, "feet"),
  18371. weight: math.unit(140, "lb"),
  18372. name: "Fluu",
  18373. image: {
  18374. source: "./media/characters/tahajin/fluu.svg",
  18375. extra: 628 / 592,
  18376. bottom: 0.02
  18377. }
  18378. },
  18379. starWarrior: {
  18380. height: math.unit(4 + 5 / 12, "feet"),
  18381. weight: math.unit(50, "lb"),
  18382. name: "Star Warrior",
  18383. image: {
  18384. source: "./media/characters/tahajin/star-warrior.svg"
  18385. }
  18386. },
  18387. },
  18388. [
  18389. {
  18390. name: "Normal",
  18391. height: math.unit(25 + 6 / 12, "feet"),
  18392. default: true
  18393. },
  18394. ]
  18395. ))
  18396. characterMakers.push(() => makeCharacter(
  18397. { name: "Gabira" },
  18398. {
  18399. front: {
  18400. height: math.unit(8, "feet"),
  18401. weight: math.unit(350, "lb"),
  18402. name: "Front",
  18403. image: {
  18404. source: "./media/characters/gabira/front.svg",
  18405. extra: 608 / 580,
  18406. bottom: 0.03
  18407. }
  18408. },
  18409. back: {
  18410. height: math.unit(8, "feet"),
  18411. weight: math.unit(350, "lb"),
  18412. name: "Back",
  18413. image: {
  18414. source: "./media/characters/gabira/back.svg",
  18415. extra: 608 / 580,
  18416. bottom: 0.03
  18417. }
  18418. },
  18419. },
  18420. [
  18421. {
  18422. name: "Normal",
  18423. height: math.unit(8, "feet"),
  18424. default: true
  18425. },
  18426. ]
  18427. ))
  18428. characterMakers.push(() => makeCharacter(
  18429. { name: "Sasha Katraine" },
  18430. {
  18431. front: {
  18432. height: math.unit(5 + 3 / 12, "feet"),
  18433. weight: math.unit(137, "lb"),
  18434. name: "Front",
  18435. image: {
  18436. source: "./media/characters/sasha-katraine/front.svg",
  18437. bottom: 0.045
  18438. }
  18439. },
  18440. },
  18441. [
  18442. {
  18443. name: "Micro",
  18444. height: math.unit(5, "inches")
  18445. },
  18446. {
  18447. name: "Normal",
  18448. height: math.unit(5 + 3 / 12, "feet"),
  18449. default: true
  18450. },
  18451. ]
  18452. ))
  18453. characterMakers.push(() => makeCharacter(
  18454. { name: "Der" },
  18455. {
  18456. side: {
  18457. height: math.unit(4, "inches"),
  18458. weight: math.unit(200, "grams"),
  18459. name: "Side",
  18460. image: {
  18461. source: "./media/characters/der/side.svg",
  18462. extra: 719 / 400,
  18463. bottom: 30.6 / 749.9187
  18464. }
  18465. },
  18466. },
  18467. [
  18468. {
  18469. name: "Micro",
  18470. height: math.unit(4, "inches"),
  18471. default: true
  18472. },
  18473. ]
  18474. ))
  18475. characterMakers.push(() => makeCharacter(
  18476. { name: "Fixerdragon" },
  18477. {
  18478. side: {
  18479. height: math.unit(30, "meters"),
  18480. weight: math.unit(700, "tonnes"),
  18481. name: "Side",
  18482. image: {
  18483. source: "./media/characters/fixerdragon/side.svg",
  18484. extra: (1293.0514 - 116.03) / 1106.86,
  18485. bottom: 116.03 / 1293.0514
  18486. }
  18487. },
  18488. },
  18489. [
  18490. {
  18491. name: "Planck",
  18492. height: math.unit(1.6e-35, "meters")
  18493. },
  18494. {
  18495. name: "Micro",
  18496. height: math.unit(0.4, "meters")
  18497. },
  18498. {
  18499. name: "Normal",
  18500. height: math.unit(30, "meters"),
  18501. default: true
  18502. },
  18503. {
  18504. name: "Megamacro",
  18505. height: math.unit(1.2, "megameters")
  18506. },
  18507. {
  18508. name: "Teramacro",
  18509. height: math.unit(130, "terameters")
  18510. },
  18511. {
  18512. name: "Yottamacro",
  18513. height: math.unit(6200, "yottameters")
  18514. },
  18515. ]
  18516. ));
  18517. characterMakers.push(() => makeCharacter(
  18518. { name: "Kite" },
  18519. {
  18520. front: {
  18521. height: math.unit(8, "feet"),
  18522. weight: math.unit(250, "lb"),
  18523. name: "Front",
  18524. image: {
  18525. source: "./media/characters/kite/front.svg",
  18526. extra: 2796 / 2659,
  18527. bottom: 0.002
  18528. }
  18529. },
  18530. },
  18531. [
  18532. {
  18533. name: "Normal",
  18534. height: math.unit(8, "feet"),
  18535. default: true
  18536. },
  18537. {
  18538. name: "Macro",
  18539. height: math.unit(360, "feet")
  18540. },
  18541. {
  18542. name: "Megamacro",
  18543. height: math.unit(1500, "feet")
  18544. },
  18545. ]
  18546. ))
  18547. characterMakers.push(() => makeCharacter(
  18548. { name: "Poojawa Vynar" },
  18549. {
  18550. front: {
  18551. height: math.unit(5 + 10 / 12, "feet"),
  18552. weight: math.unit(150, "lb"),
  18553. name: "Front",
  18554. image: {
  18555. source: "./media/characters/poojawa-vynar/front.svg",
  18556. extra: (1506.1547 - 55) / 1356.6,
  18557. bottom: 55 / 1506.1547
  18558. }
  18559. },
  18560. frontTailless: {
  18561. height: math.unit(5 + 10 / 12, "feet"),
  18562. weight: math.unit(150, "lb"),
  18563. name: "Front (Tailless)",
  18564. image: {
  18565. source: "./media/characters/poojawa-vynar/front-tailless.svg",
  18566. extra: (1506.1547 - 55) / 1356.6,
  18567. bottom: 55 / 1506.1547
  18568. }
  18569. },
  18570. },
  18571. [
  18572. {
  18573. name: "Normal",
  18574. height: math.unit(5 + 10 / 12, "feet"),
  18575. default: true
  18576. },
  18577. ]
  18578. ))
  18579. characterMakers.push(() => makeCharacter(
  18580. { name: "Violette" },
  18581. {
  18582. front: {
  18583. height: math.unit(293, "meters"),
  18584. weight: math.unit(70400, "tons"),
  18585. name: "Front",
  18586. image: {
  18587. source: "./media/characters/violette/front.svg",
  18588. extra: 1227 / 1180,
  18589. bottom: 0.005
  18590. }
  18591. },
  18592. back: {
  18593. height: math.unit(293, "meters"),
  18594. weight: math.unit(70400, "tons"),
  18595. name: "Back",
  18596. image: {
  18597. source: "./media/characters/violette/back.svg",
  18598. extra: 1227 / 1180,
  18599. bottom: 0.005
  18600. }
  18601. },
  18602. },
  18603. [
  18604. {
  18605. name: "Macro",
  18606. height: math.unit(293, "meters"),
  18607. default: true
  18608. },
  18609. ]
  18610. ))
  18611. characterMakers.push(() => makeCharacter(
  18612. { name: "Alessandra" },
  18613. {
  18614. front: {
  18615. height: math.unit(1050, "feet"),
  18616. weight: math.unit(200000, "tons"),
  18617. name: "Front",
  18618. image: {
  18619. source: "./media/characters/alessandra/front.svg",
  18620. extra: 960 / 912,
  18621. bottom: 0.06
  18622. }
  18623. },
  18624. },
  18625. [
  18626. {
  18627. name: "Macro",
  18628. height: math.unit(1050, "feet")
  18629. },
  18630. {
  18631. name: "Macro+",
  18632. height: math.unit(900, "meters"),
  18633. default: true
  18634. },
  18635. ]
  18636. ))
  18637. characterMakers.push(() => makeCharacter(
  18638. { name: "Person", species: "Catdragon" },
  18639. {
  18640. front: {
  18641. height: math.unit(5, "feet"),
  18642. weight: math.unit(187, "lb"),
  18643. name: "Front",
  18644. image: {
  18645. source: "./media/characters/person/front.svg",
  18646. extra: 3087 / 2945,
  18647. bottom: 91 / 3181
  18648. }
  18649. },
  18650. },
  18651. [
  18652. {
  18653. name: "Micro",
  18654. height: math.unit(3, "inches")
  18655. },
  18656. {
  18657. name: "Normal",
  18658. height: math.unit(5, "feet"),
  18659. default: true
  18660. },
  18661. {
  18662. name: "Macro",
  18663. height: math.unit(90, "feet")
  18664. },
  18665. {
  18666. name: "Max Size",
  18667. height: math.unit(280, "feet")
  18668. },
  18669. ]
  18670. ))
  18671. characterMakers.push(() => makeCharacter(
  18672. { name: "Ty" },
  18673. {
  18674. front: {
  18675. height: math.unit(4.5, "meters"),
  18676. weight: math.unit(3200, "lb"),
  18677. name: "Front",
  18678. image: {
  18679. source: "./media/characters/ty/front.svg",
  18680. extra: 1038 / 960,
  18681. bottom: 31.156 / 1068
  18682. }
  18683. },
  18684. back: {
  18685. height: math.unit(4.5, "meters"),
  18686. weight: math.unit(3200, "lb"),
  18687. name: "Back",
  18688. image: {
  18689. source: "./media/characters/ty/back.svg",
  18690. extra: 1044 / 966,
  18691. bottom: 7.48 / 1049
  18692. }
  18693. },
  18694. },
  18695. [
  18696. {
  18697. name: "Normal",
  18698. height: math.unit(4.5, "meters"),
  18699. default: true
  18700. },
  18701. ]
  18702. ))
  18703. characterMakers.push(() => makeCharacter(
  18704. { name: "Rocky" },
  18705. {
  18706. front: {
  18707. height: math.unit(5 + 4 / 12, "feet"),
  18708. weight: math.unit(115, "lb"),
  18709. name: "Front",
  18710. image: {
  18711. source: "./media/characters/rocky/front.svg",
  18712. extra: 1012 / 975,
  18713. bottom: 54 / 1066
  18714. }
  18715. },
  18716. },
  18717. [
  18718. {
  18719. name: "Normal",
  18720. height: math.unit(5 + 4 / 12, "feet"),
  18721. default: true
  18722. },
  18723. ]
  18724. ))
  18725. characterMakers.push(() => makeCharacter(
  18726. { name: "Ruin" },
  18727. {
  18728. upright: {
  18729. height: math.unit(6, "meters"),
  18730. weight: math.unit(4000, "kg"),
  18731. name: "Upright",
  18732. image: {
  18733. source: "./media/characters/ruin/upright.svg",
  18734. extra: 668 / 661,
  18735. bottom: 42 / 799.8396
  18736. }
  18737. },
  18738. },
  18739. [
  18740. {
  18741. name: "Normal",
  18742. height: math.unit(6, "meters")
  18743. },
  18744. ]
  18745. ))
  18746. characterMakers.push(() => makeCharacter(
  18747. { name: "Robin" },
  18748. {
  18749. front: {
  18750. height: math.unit(5, "feet"),
  18751. weight: math.unit(106, "lb"),
  18752. name: "Front",
  18753. image: {
  18754. source: "./media/characters/robin/front.svg",
  18755. extra: 862 / 799,
  18756. bottom: 42.4 / 914.8856
  18757. }
  18758. },
  18759. },
  18760. [
  18761. {
  18762. name: "Normal",
  18763. height: math.unit(5, "feet"),
  18764. default: true
  18765. },
  18766. ]
  18767. ))
  18768. characterMakers.push(() => makeCharacter(
  18769. { name: "Saian" },
  18770. {
  18771. side: {
  18772. height: math.unit(3, "feet"),
  18773. weight: math.unit(225, "lb"),
  18774. name: "Side",
  18775. image: {
  18776. source: "./media/characters/saian/side.svg",
  18777. extra: 566 / 356,
  18778. bottom: 79.7 / 643
  18779. }
  18780. },
  18781. maw: {
  18782. height: math.unit(2.85, "feet"),
  18783. name: "Maw",
  18784. image: {
  18785. source: "./media/characters/saian/maw.svg"
  18786. }
  18787. },
  18788. },
  18789. [
  18790. {
  18791. name: "Normal",
  18792. height: math.unit(3, "feet"),
  18793. default: true
  18794. },
  18795. ]
  18796. ))
  18797. characterMakers.push(() => makeCharacter(
  18798. { name: "Equus Silvermane" },
  18799. {
  18800. side: {
  18801. height: math.unit(8, "feet"),
  18802. weight: math.unit(300, "lb"),
  18803. name: "Side",
  18804. image: {
  18805. source: "./media/characters/equus-silvermane/side.svg",
  18806. extra: 2176 / 2050,
  18807. bottom: 65.7 / 2245
  18808. }
  18809. },
  18810. front: {
  18811. height: math.unit(8, "feet"),
  18812. weight: math.unit(300, "lb"),
  18813. name: "Front",
  18814. image: {
  18815. source: "./media/characters/equus-silvermane/front.svg",
  18816. extra: 4633 / 4400,
  18817. bottom: 71.3 / 4706.915
  18818. }
  18819. },
  18820. sideStepping: {
  18821. height: math.unit(8, "feet"),
  18822. weight: math.unit(300, "lb"),
  18823. name: "Side (Stepping)",
  18824. image: {
  18825. source: "./media/characters/equus-silvermane/side-stepping.svg",
  18826. extra: 1968 / 1860,
  18827. bottom: 16.4 / 1989
  18828. }
  18829. },
  18830. },
  18831. [
  18832. {
  18833. name: "Normal",
  18834. height: math.unit(8, "feet")
  18835. },
  18836. {
  18837. name: "Minimacro",
  18838. height: math.unit(75, "feet"),
  18839. default: true
  18840. },
  18841. {
  18842. name: "Macro",
  18843. height: math.unit(150, "feet")
  18844. },
  18845. {
  18846. name: "Macro+",
  18847. height: math.unit(1000, "feet")
  18848. },
  18849. {
  18850. name: "Megamacro",
  18851. height: math.unit(1, "mile")
  18852. },
  18853. ]
  18854. ))
  18855. characterMakers.push(() => makeCharacter(
  18856. { name: "Windar" },
  18857. {
  18858. side: {
  18859. height: math.unit(20, "feet"),
  18860. weight: math.unit(30000, "kg"),
  18861. name: "Side",
  18862. image: {
  18863. source: "./media/characters/windar/side.svg",
  18864. extra: 1491 / 1248,
  18865. bottom: 82.56 / 1568
  18866. }
  18867. },
  18868. },
  18869. [
  18870. {
  18871. name: "Normal",
  18872. height: math.unit(20, "feet"),
  18873. default: true
  18874. },
  18875. ]
  18876. ))
  18877. characterMakers.push(() => makeCharacter(
  18878. { name: "Melody" },
  18879. {
  18880. side: {
  18881. height: math.unit(15.66, "feet"),
  18882. weight: math.unit(150, "lb"),
  18883. name: "Side",
  18884. image: {
  18885. source: "./media/characters/melody/side.svg",
  18886. extra: 1097 / 944,
  18887. bottom: 11.8 / 1109
  18888. }
  18889. },
  18890. sideOutfit: {
  18891. height: math.unit(15.66, "feet"),
  18892. weight: math.unit(150, "lb"),
  18893. name: "Side (Outfit)",
  18894. image: {
  18895. source: "./media/characters/melody/side-outfit.svg",
  18896. extra: 1097 / 944,
  18897. bottom: 11.8 / 1109
  18898. }
  18899. },
  18900. },
  18901. [
  18902. {
  18903. name: "Normal",
  18904. height: math.unit(15.66, "feet"),
  18905. default: true
  18906. },
  18907. ]
  18908. ))
  18909. characterMakers.push(() => makeCharacter(
  18910. { name: "Windera" },
  18911. {
  18912. front: {
  18913. height: math.unit(8, "feet"),
  18914. weight: math.unit(325, "lb"),
  18915. name: "Front",
  18916. image: {
  18917. source: "./media/characters/windera/front.svg",
  18918. extra: 3180 / 2845,
  18919. bottom: 178 / 3365
  18920. }
  18921. },
  18922. },
  18923. [
  18924. {
  18925. name: "Normal",
  18926. height: math.unit(8, "feet"),
  18927. default: true
  18928. },
  18929. ]
  18930. ))
  18931. characterMakers.push(() => makeCharacter(
  18932. { name: "Sonear" },
  18933. {
  18934. front: {
  18935. height: math.unit(28.75, "feet"),
  18936. weight: math.unit(2000, "kg"),
  18937. name: "Front",
  18938. image: {
  18939. source: "./media/characters/sonear/front.svg",
  18940. extra: 1041.1 / 964.9,
  18941. bottom: 53.7 / 1096.6
  18942. }
  18943. },
  18944. },
  18945. [
  18946. {
  18947. name: "Normal",
  18948. height: math.unit(28.75, "feet"),
  18949. default: true
  18950. },
  18951. ]
  18952. ))
  18953. characterMakers.push(() => makeCharacter(
  18954. { name: "Kanara" },
  18955. {
  18956. side: {
  18957. height: math.unit(25.5, "feet"),
  18958. weight: math.unit(23000, "kg"),
  18959. name: "Side",
  18960. image: {
  18961. source: "./media/characters/kanara/side.svg"
  18962. }
  18963. },
  18964. },
  18965. [
  18966. {
  18967. name: "Normal",
  18968. height: math.unit(25.5, "feet"),
  18969. default: true
  18970. },
  18971. ]
  18972. ))
  18973. characterMakers.push(() => makeCharacter(
  18974. { name: "Ereus" },
  18975. {
  18976. side: {
  18977. height: math.unit(10, "feet"),
  18978. weight: math.unit(1000, "kg"),
  18979. name: "Side",
  18980. image: {
  18981. source: "./media/characters/ereus/side.svg",
  18982. extra: 1157 / 959,
  18983. bottom: 153 / 1312.5
  18984. }
  18985. },
  18986. },
  18987. [
  18988. {
  18989. name: "Normal",
  18990. height: math.unit(10, "feet"),
  18991. default: true
  18992. },
  18993. ]
  18994. ))
  18995. characterMakers.push(() => makeCharacter(
  18996. { name: "E-ter" },
  18997. {
  18998. side: {
  18999. height: math.unit(4.5, "feet"),
  19000. weight: math.unit(500, "lb"),
  19001. name: "Side",
  19002. image: {
  19003. source: "./media/characters/e-ter/side.svg",
  19004. extra: 1550 / 1248,
  19005. bottom: 146 / 1694
  19006. }
  19007. },
  19008. },
  19009. [
  19010. {
  19011. name: "Normal",
  19012. height: math.unit(4.5, "feet"),
  19013. default: true
  19014. },
  19015. ]
  19016. ))
  19017. characterMakers.push(() => makeCharacter(
  19018. { name: "Yamie" },
  19019. {
  19020. side: {
  19021. height: math.unit(9.7, "feet"),
  19022. weight: math.unit(4000, "kg"),
  19023. name: "Side",
  19024. image: {
  19025. source: "./media/characters/yamie/side.svg"
  19026. }
  19027. },
  19028. },
  19029. [
  19030. {
  19031. name: "Normal",
  19032. height: math.unit(9.7, "feet"),
  19033. default: true
  19034. },
  19035. ]
  19036. ))
  19037. characterMakers.push(() => makeCharacter(
  19038. { name: "Anders" },
  19039. {
  19040. front: {
  19041. height: math.unit(50, "feet"),
  19042. weight: math.unit(50000, "kg"),
  19043. name: "Front",
  19044. image: {
  19045. source: "./media/characters/anders/front.svg",
  19046. extra: 570 / 539,
  19047. bottom: 14.7 / 586.7
  19048. }
  19049. },
  19050. },
  19051. [
  19052. {
  19053. name: "Large",
  19054. height: math.unit(50, "feet")
  19055. },
  19056. {
  19057. name: "Macro",
  19058. height: math.unit(2000, "feet"),
  19059. default: true
  19060. },
  19061. {
  19062. name: "Megamacro",
  19063. height: math.unit(12, "miles")
  19064. },
  19065. ]
  19066. ))
  19067. characterMakers.push(() => makeCharacter(
  19068. { name: "Reban" },
  19069. {
  19070. front: {
  19071. height: math.unit(7 + 2 / 12, "feet"),
  19072. weight: math.unit(300, "lb"),
  19073. name: "Front",
  19074. image: {
  19075. source: "./media/characters/reban/front.svg",
  19076. extra: 516 / 487,
  19077. bottom: 42.82 / 558.356
  19078. }
  19079. },
  19080. dick: {
  19081. height: math.unit(7 / 5, "feet"),
  19082. name: "Dick",
  19083. image: {
  19084. source: "./media/characters/reban/dick.svg"
  19085. }
  19086. },
  19087. },
  19088. [
  19089. {
  19090. name: "Natural Height",
  19091. height: math.unit(7 + 2 / 12, "feet")
  19092. },
  19093. {
  19094. name: "Macro",
  19095. height: math.unit(500, "feet"),
  19096. default: true
  19097. },
  19098. {
  19099. name: "Canon Height",
  19100. height: math.unit(50, "AU")
  19101. },
  19102. ]
  19103. ))
  19104. characterMakers.push(() => makeCharacter(
  19105. { name: "Terrance Keayes" },
  19106. {
  19107. front: {
  19108. height: math.unit(6, "feet"),
  19109. weight: math.unit(150, "lb"),
  19110. name: "Front",
  19111. image: {
  19112. source: "./media/characters/terrance-keayes/front.svg",
  19113. extra: 1.005,
  19114. bottom: 151 / 1615
  19115. }
  19116. },
  19117. side: {
  19118. height: math.unit(6, "feet"),
  19119. weight: math.unit(150, "lb"),
  19120. name: "Side",
  19121. image: {
  19122. source: "./media/characters/terrance-keayes/side.svg",
  19123. extra: 1.005,
  19124. bottom: 129.4 / 1544
  19125. }
  19126. },
  19127. back: {
  19128. height: math.unit(6, "feet"),
  19129. weight: math.unit(150, "lb"),
  19130. name: "Back",
  19131. image: {
  19132. source: "./media/characters/terrance-keayes/back.svg",
  19133. extra: 1.005,
  19134. bottom: 58.4 / 1557.3
  19135. }
  19136. },
  19137. dick: {
  19138. height: math.unit(6 * 0.208, "feet"),
  19139. name: "Dick",
  19140. image: {
  19141. source: "./media/characters/terrance-keayes/dick.svg"
  19142. }
  19143. },
  19144. },
  19145. [
  19146. {
  19147. name: "Canon Height",
  19148. height: math.unit(35, "miles"),
  19149. default: true
  19150. },
  19151. ]
  19152. ))
  19153. characterMakers.push(() => makeCharacter(
  19154. { name: "Ofelia" },
  19155. {
  19156. front: {
  19157. height: math.unit(6, "feet"),
  19158. weight: math.unit(150, "lb"),
  19159. name: "Front",
  19160. image: {
  19161. source: "./media/characters/ofelia/front.svg",
  19162. extra: 546 / 541,
  19163. bottom: 39 / 583
  19164. }
  19165. },
  19166. back: {
  19167. height: math.unit(6, "feet"),
  19168. weight: math.unit(150, "lb"),
  19169. name: "Back",
  19170. image: {
  19171. source: "./media/characters/ofelia/back.svg",
  19172. extra: 564 / 559.5,
  19173. bottom: 8.69 / 573.02
  19174. }
  19175. },
  19176. maw: {
  19177. height: math.unit(1, "feet"),
  19178. name: "Maw",
  19179. image: {
  19180. source: "./media/characters/ofelia/maw.svg"
  19181. }
  19182. },
  19183. foot: {
  19184. height: math.unit(1.949, "feet"),
  19185. name: "Foot",
  19186. image: {
  19187. source: "./media/characters/ofelia/foot.svg"
  19188. }
  19189. },
  19190. },
  19191. [
  19192. {
  19193. name: "Canon Height",
  19194. height: math.unit(2000, "miles"),
  19195. default: true
  19196. },
  19197. ]
  19198. ))
  19199. characterMakers.push(() => makeCharacter(
  19200. { name: "Samuel" },
  19201. {
  19202. front: {
  19203. height: math.unit(6, "feet"),
  19204. weight: math.unit(150, "lb"),
  19205. name: "Front",
  19206. image: {
  19207. source: "./media/characters/samuel/front.svg",
  19208. extra: 265 / 258,
  19209. bottom: 2 / 266.1566
  19210. }
  19211. },
  19212. },
  19213. [
  19214. {
  19215. name: "Macro",
  19216. height: math.unit(100, "feet"),
  19217. default: true
  19218. },
  19219. {
  19220. name: "Full Size",
  19221. height: math.unit(1000, "miles")
  19222. },
  19223. ]
  19224. ))
  19225. characterMakers.push(() => makeCharacter(
  19226. { name: "Beishir Kiel" },
  19227. {
  19228. front: {
  19229. height: math.unit(6, "feet"),
  19230. weight: math.unit(300, "lb"),
  19231. name: "Front",
  19232. image: {
  19233. source: "./media/characters/beishir-kiel/front.svg",
  19234. extra: 569 / 547,
  19235. bottom: 41.9 / 609
  19236. }
  19237. },
  19238. maw: {
  19239. height: math.unit(6 * 0.202, "feet"),
  19240. name: "Maw",
  19241. image: {
  19242. source: "./media/characters/beishir-kiel/maw.svg"
  19243. }
  19244. },
  19245. },
  19246. [
  19247. {
  19248. name: "Macro",
  19249. height: math.unit(300, "feet"),
  19250. default: true
  19251. },
  19252. ]
  19253. ))
  19254. characterMakers.push(() => makeCharacter(
  19255. { name: "Logan Grey" },
  19256. {
  19257. front: {
  19258. height: math.unit(5 + 8 / 12, "feet"),
  19259. weight: math.unit(120, "lb"),
  19260. name: "Front",
  19261. image: {
  19262. source: "./media/characters/logan-grey/front.svg",
  19263. extra: 2539 / 2393,
  19264. bottom: 97.6 / 2636.37
  19265. }
  19266. },
  19267. frontAlt: {
  19268. height: math.unit(5 + 8 / 12, "feet"),
  19269. weight: math.unit(120, "lb"),
  19270. name: "Front (Alt)",
  19271. image: {
  19272. source: "./media/characters/logan-grey/front-alt.svg",
  19273. extra: 958 / 893,
  19274. bottom: 15 / 970.768
  19275. }
  19276. },
  19277. back: {
  19278. height: math.unit(5 + 8 / 12, "feet"),
  19279. weight: math.unit(120, "lb"),
  19280. name: "Back",
  19281. image: {
  19282. source: "./media/characters/logan-grey/back.svg",
  19283. extra: 958 / 893,
  19284. bottom: 2.1881 / 970.9788
  19285. }
  19286. },
  19287. dick: {
  19288. height: math.unit(1.437, "feet"),
  19289. name: "Dick",
  19290. image: {
  19291. source: "./media/characters/logan-grey/dick.svg"
  19292. }
  19293. },
  19294. },
  19295. [
  19296. {
  19297. name: "Normal",
  19298. height: math.unit(5 + 8 / 12, "feet")
  19299. },
  19300. {
  19301. name: "The 500 Foot Femboy",
  19302. height: math.unit(500, "feet"),
  19303. default: true
  19304. },
  19305. {
  19306. name: "Megmacro",
  19307. height: math.unit(20, "miles")
  19308. },
  19309. ]
  19310. ))
  19311. characterMakers.push(() => makeCharacter(
  19312. { name: "Draganta" },
  19313. {
  19314. front: {
  19315. height: math.unit(8 + 2 / 12, "feet"),
  19316. weight: math.unit(275, "lb"),
  19317. name: "Front",
  19318. image: {
  19319. source: "./media/characters/draganta/front.svg",
  19320. extra: 1177 / 1135,
  19321. bottom: 33.46 / 1212.1
  19322. }
  19323. },
  19324. },
  19325. [
  19326. {
  19327. name: "Normal",
  19328. height: math.unit(8 + 6 / 12, "feet"),
  19329. default: true
  19330. },
  19331. {
  19332. name: "Macro",
  19333. height: math.unit(150, "feet")
  19334. },
  19335. {
  19336. name: "Megamacro",
  19337. height: math.unit(1000, "miles")
  19338. },
  19339. ]
  19340. ))
  19341. characterMakers.push(() => makeCharacter(
  19342. { name: "Voski", species: "Corvid" },
  19343. {
  19344. front: {
  19345. height: math.unit(1.72, "m"),
  19346. weight: math.unit(80, "lb"),
  19347. name: "Front",
  19348. image: {
  19349. source: "./media/characters/voski/front.svg",
  19350. extra: 2076.22 / 2022.4,
  19351. bottom: 102.7 / 2177.3866
  19352. }
  19353. },
  19354. back: {
  19355. height: math.unit(1.72, "m"),
  19356. weight: math.unit(80, "lb"),
  19357. name: "Back",
  19358. image: {
  19359. source: "./media/characters/voski/back.svg",
  19360. extra: 2104 / 2051,
  19361. bottom: 10.45 / 2113.63
  19362. }
  19363. },
  19364. },
  19365. [
  19366. {
  19367. name: "Normal",
  19368. height: math.unit(1.72, "m")
  19369. },
  19370. {
  19371. name: "Macro",
  19372. height: math.unit(55, "m"),
  19373. default: true
  19374. },
  19375. {
  19376. name: "Macro+",
  19377. height: math.unit(300, "m")
  19378. },
  19379. {
  19380. name: "Macro++",
  19381. height: math.unit(700, "m")
  19382. },
  19383. {
  19384. name: "Macro+++",
  19385. height: math.unit(4500, "m")
  19386. },
  19387. {
  19388. name: "Macro++++",
  19389. height: math.unit(45, "km")
  19390. },
  19391. {
  19392. name: "Macro+++++",
  19393. height: math.unit(1220, "km")
  19394. },
  19395. ]
  19396. ))
  19397. characterMakers.push(() => makeCharacter(
  19398. { name: "Icowom Lee" },
  19399. {
  19400. front: {
  19401. height: math.unit(2.3, "m"),
  19402. weight: math.unit(304, "kg"),
  19403. name: "Front",
  19404. image: {
  19405. source: "./media/characters/icowom-lee/front.svg",
  19406. extra: 3076 / 2933,
  19407. bottom: 51.4 / 3125.1889
  19408. }
  19409. },
  19410. },
  19411. [
  19412. {
  19413. name: "Normal",
  19414. height: math.unit(2.3, "meters"),
  19415. default: true
  19416. },
  19417. {
  19418. name: "Macro",
  19419. height: math.unit(94, "meters"),
  19420. default: true
  19421. },
  19422. ]
  19423. ))
  19424. characterMakers.push(() => makeCharacter(
  19425. { name: "Shock Diamond", species: "Aeromorphic Synthetic Pharaoh Hound" },
  19426. {
  19427. front: {
  19428. height: math.unit(22, "meters"),
  19429. weight: math.unit(21000, "kg"),
  19430. name: "Front",
  19431. image: {
  19432. source: "./media/characters/shock-diamond/front.svg",
  19433. extra: 2204 / 2053,
  19434. bottom: 65 / 2239.47
  19435. }
  19436. },
  19437. frontNude: {
  19438. height: math.unit(22, "meters"),
  19439. weight: math.unit(21000, "kg"),
  19440. name: "Front (Nude)",
  19441. image: {
  19442. source: "./media/characters/shock-diamond/front-nude.svg",
  19443. extra: 2514 / 2285,
  19444. bottom: 13 / 2527.56
  19445. }
  19446. },
  19447. },
  19448. [
  19449. {
  19450. name: "Normal",
  19451. height: math.unit(3, "meters")
  19452. },
  19453. {
  19454. name: "Macro",
  19455. height: math.unit(22, "meters"),
  19456. default: true
  19457. },
  19458. ]
  19459. ))
  19460. characterMakers.push(() => makeCharacter(
  19461. { name: "Rory" },
  19462. {
  19463. front: {
  19464. height: math.unit(5 + 4 / 12, "feet"),
  19465. weight: math.unit(120, "lb"),
  19466. name: "Front",
  19467. image: {
  19468. source: "./media/characters/rory/front.svg",
  19469. extra: 589 / 556,
  19470. bottom: 45.7 / 635.76
  19471. }
  19472. },
  19473. frontNude: {
  19474. height: math.unit(5 + 4 / 12, "feet"),
  19475. weight: math.unit(120, "lb"),
  19476. name: "Front (Nude)",
  19477. image: {
  19478. source: "./media/characters/rory/front-nude.svg",
  19479. extra: 589 / 556,
  19480. bottom: 45.7 / 635.76
  19481. }
  19482. },
  19483. side: {
  19484. height: math.unit(5 + 4 / 12, "feet"),
  19485. weight: math.unit(120, "lb"),
  19486. name: "Side",
  19487. image: {
  19488. source: "./media/characters/rory/side.svg",
  19489. extra: 597 / 564,
  19490. bottom: 55 / 653
  19491. }
  19492. },
  19493. back: {
  19494. height: math.unit(5 + 4 / 12, "feet"),
  19495. weight: math.unit(120, "lb"),
  19496. name: "Back",
  19497. image: {
  19498. source: "./media/characters/rory/back.svg",
  19499. extra: 620 / 585,
  19500. bottom: 8.86 / 630.43
  19501. }
  19502. },
  19503. dick: {
  19504. height: math.unit(0.86, "feet"),
  19505. name: "Dick",
  19506. image: {
  19507. source: "./media/characters/rory/dick.svg"
  19508. }
  19509. },
  19510. },
  19511. [
  19512. {
  19513. name: "Normal",
  19514. height: math.unit(5 + 4 / 12, "feet"),
  19515. default: true
  19516. },
  19517. {
  19518. name: "Macro",
  19519. height: math.unit(100, "feet")
  19520. },
  19521. {
  19522. name: "Macro+",
  19523. height: math.unit(140, "feet")
  19524. },
  19525. {
  19526. name: "Macro++",
  19527. height: math.unit(300, "feet")
  19528. },
  19529. ]
  19530. ))
  19531. characterMakers.push(() => makeCharacter(
  19532. { name: "Sprisk" },
  19533. {
  19534. front: {
  19535. height: math.unit(5 + 9 / 12, "feet"),
  19536. weight: math.unit(190, "lb"),
  19537. name: "Front",
  19538. image: {
  19539. source: "./media/characters/sprisk/front.svg",
  19540. extra: 1225 / 1180,
  19541. bottom: 42.7 / 1266.4
  19542. }
  19543. },
  19544. frontNsfw: {
  19545. height: math.unit(5 + 9 / 12, "feet"),
  19546. weight: math.unit(190, "lb"),
  19547. name: "Front (NSFW)",
  19548. image: {
  19549. source: "./media/characters/sprisk/front-nsfw.svg",
  19550. extra: 1225 / 1180,
  19551. bottom: 42.7 / 1266.4
  19552. }
  19553. },
  19554. back: {
  19555. height: math.unit(5 + 9 / 12, "feet"),
  19556. weight: math.unit(190, "lb"),
  19557. name: "Back",
  19558. image: {
  19559. source: "./media/characters/sprisk/back.svg",
  19560. extra: 1247 / 1200,
  19561. bottom: 5.6 / 1253.04
  19562. }
  19563. },
  19564. },
  19565. [
  19566. {
  19567. name: "Tiny",
  19568. height: math.unit(2, "inches")
  19569. },
  19570. {
  19571. name: "Normal",
  19572. height: math.unit(5 + 9 / 12, "feet"),
  19573. default: true
  19574. },
  19575. {
  19576. name: "Mini Macro",
  19577. height: math.unit(18, "feet")
  19578. },
  19579. {
  19580. name: "Macro",
  19581. height: math.unit(100, "feet")
  19582. },
  19583. {
  19584. name: "MACRO",
  19585. height: math.unit(50, "miles")
  19586. },
  19587. {
  19588. name: "M A C R O",
  19589. height: math.unit(300, "miles")
  19590. },
  19591. ]
  19592. ))
  19593. characterMakers.push(() => makeCharacter(
  19594. { name: "Bunsen" },
  19595. {
  19596. side: {
  19597. height: math.unit(15.6, "meters"),
  19598. weight: math.unit(700000, "kg"),
  19599. name: "Side",
  19600. image: {
  19601. source: "./media/characters/bunsen/side.svg",
  19602. extra: 1644 / 358
  19603. }
  19604. },
  19605. foot: {
  19606. height: math.unit(1.611 * 1644 / 358, "meter"),
  19607. name: "Foot",
  19608. image: {
  19609. source: "./media/characters/bunsen/foot.svg"
  19610. }
  19611. },
  19612. },
  19613. [
  19614. {
  19615. name: "Small",
  19616. height: math.unit(10, "feet")
  19617. },
  19618. {
  19619. name: "Normal",
  19620. height: math.unit(15.6, "meters"),
  19621. default: true
  19622. },
  19623. ]
  19624. ))
  19625. characterMakers.push(() => makeCharacter(
  19626. { name: "Sesh" },
  19627. {
  19628. front: {
  19629. height: math.unit(4 + 11 / 12, "feet"),
  19630. weight: math.unit(140, "lb"),
  19631. name: "Front",
  19632. image: {
  19633. source: "./media/characters/sesh/front.svg",
  19634. extra: 3420 / 3231,
  19635. bottom: 72 / 3949.5
  19636. }
  19637. },
  19638. },
  19639. [
  19640. {
  19641. name: "Normal",
  19642. height: math.unit(4 + 11 / 12, "feet")
  19643. },
  19644. {
  19645. name: "Grown",
  19646. height: math.unit(15, "feet"),
  19647. default: true
  19648. },
  19649. {
  19650. name: "Macro",
  19651. height: math.unit(1500, "feet")
  19652. },
  19653. {
  19654. name: "Megamacro",
  19655. height: math.unit(30, "miles")
  19656. },
  19657. {
  19658. name: "Continental",
  19659. height: math.unit(3000, "miles")
  19660. },
  19661. {
  19662. name: "Gravity Mass",
  19663. height: math.unit(300000, "miles")
  19664. },
  19665. {
  19666. name: "Planet Buster",
  19667. height: math.unit(30000000, "miles")
  19668. },
  19669. {
  19670. name: "Big",
  19671. height: math.unit(3000000000, "miles")
  19672. },
  19673. ]
  19674. ))
  19675. characterMakers.push(() => makeCharacter(
  19676. { name: "Pepper" },
  19677. {
  19678. front: {
  19679. height: math.unit(9, "feet"),
  19680. weight: math.unit(350, "lb"),
  19681. name: "Front",
  19682. image: {
  19683. source: "./media/characters/pepper/front.svg",
  19684. extra: 1448/1312,
  19685. bottom: 9.4/1457.88
  19686. }
  19687. },
  19688. back: {
  19689. height: math.unit(9, "feet"),
  19690. weight: math.unit(350, "lb"),
  19691. name: "Back",
  19692. image: {
  19693. source: "./media/characters/pepper/back.svg",
  19694. extra: 1423/1300,
  19695. bottom: 4.6/1429
  19696. }
  19697. },
  19698. maw: {
  19699. height: math.unit(0.932, "feet"),
  19700. name: "Maw",
  19701. image: {
  19702. source: "./media/characters/pepper/maw.svg"
  19703. }
  19704. },
  19705. },
  19706. [
  19707. {
  19708. name: "Normal",
  19709. height: math.unit(9, "feet"),
  19710. default: true
  19711. },
  19712. ]
  19713. ))
  19714. characterMakers.push(() => makeCharacter(
  19715. { name: "Maelstrom" },
  19716. {
  19717. front: {
  19718. height: math.unit(6, "feet"),
  19719. weight: math.unit(150, "lb"),
  19720. name: "Front",
  19721. image: {
  19722. source: "./media/characters/maelstrom/front.svg",
  19723. extra: 2100/1883,
  19724. bottom: 94/2196.7
  19725. }
  19726. },
  19727. },
  19728. [
  19729. {
  19730. name: "Less Kaiju",
  19731. height: math.unit(200, "feet")
  19732. },
  19733. {
  19734. name: "Kaiju",
  19735. height: math.unit(400, "feet"),
  19736. default: true
  19737. },
  19738. {
  19739. name: "Kaiju-er",
  19740. height: math.unit(600, "feet")
  19741. },
  19742. ]
  19743. ))
  19744. //characters
  19745. function makeCharacters() {
  19746. const results = [];
  19747. characterMakers.forEach(character => {
  19748. results.push(character());
  19749. });
  19750. return results;
  19751. }